diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 497d134..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,43 +0,0 @@ -name: CI - -on: - pull_request: - branches: [master] - -env: - FLUTTER_VERSION: '3.16.x' - -jobs: - analyze: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: subosito/flutter-action@v2 - with: - channel: 'stable' - flutter-version: ${{env.FLUTTER_VERSION}} - - run: flutter pub get - - run: flutter analyze --fatal-infos - - format: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: subosito/flutter-action@v2 - with: - channel: 'stable' - flutter-version: ${{env.FLUTTER_VERSION}} - - run: flutter pub get - - run: dart format --set-exit-if-changed . - - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: subosito/flutter-action@v2 - with: - channel: 'stable' - flutter-version: ${{env.FLUTTER_VERSION}} - - run: sudo apt update - - run: flutter pub get - - run: flutter build web -v \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index b18fabc..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Publish to GitHub Pages - -on: - push: - branches: [master] - -env: - FLUTTER_VERSION: 3.16.5 - -jobs: - build-and-publish: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - uses: subosito/flutter-action@v1 - with: - flutter-version: ${{env.FLUTTER_VERSION}} - - uses: bluefireteam/flutter-gh-pages@v7 - with: - webRenderer: canvaskit - baseHref: /website/ \ No newline at end of file diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 24476c5..0000000 --- a/.gitignore +++ /dev/null @@ -1,44 +0,0 @@ -# Miscellaneous -*.class -*.log -*.pyc -*.swp -.DS_Store -.atom/ -.buildlog/ -.history -.svn/ -migrate_working_dir/ - -# IntelliJ related -*.iml -*.ipr -*.iws -.idea/ - -# The .vscode folder contains launch configuration and tasks you configure in -# VS Code which you may wish to be included in version control, so this line -# is commented out by default. -#.vscode/ - -# Flutter/Dart/Pub related -**/doc/api/ -**/ios/Flutter/.last_build_id -.dart_tool/ -.flutter-plugins -.flutter-plugins-dependencies -.packages -.pub-cache/ -.pub/ -/build/ - -# Symbolication related -app.*.symbols - -# Obfuscation related -app.*.map.json - -# Android Studio will place build artifacts here -/android/app/debug -/android/app/profile -/android/app/release diff --git a/.last_build_id b/.last_build_id new file mode 100644 index 0000000..a114a1b --- /dev/null +++ b/.last_build_id @@ -0,0 +1 @@ +06ae2ae42cf227924ac391e5b8ebcaac \ No newline at end of file diff --git a/.metadata b/.metadata deleted file mode 100644 index 083a42e..0000000 --- a/.metadata +++ /dev/null @@ -1,45 +0,0 @@ -# This file tracks properties of this Flutter project. -# Used by Flutter tool to assess capabilities and perform upgrades etc. -# -# This file should be version controlled. - -version: - revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - channel: stable - -project_type: app - -# Tracks metadata for the flutter migrate command -migration: - platforms: - - platform: root - create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - - platform: android - create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - - platform: ios - create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - - platform: linux - create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - - platform: macos - create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - - platform: web - create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - - platform: windows - create_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - base_revision: b06b8b2710955028a6b562f5aa6fe62941d6febf - - # User provided section - - # List of Local paths (relative to this file) that should be - # ignored by the migrate tool. - # - # Files that are not part of the templates will be ignored by default. - unmanaged_files: - - 'lib/main.dart' - - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/README.md b/README.md deleted file mode 100644 index 6092d0f..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -Source code of https://ubuntufluttercommunity.org \ No newline at end of file diff --git a/analysis_options.yaml b/analysis_options.yaml deleted file mode 100644 index d38864f..0000000 --- a/analysis_options.yaml +++ /dev/null @@ -1,17 +0,0 @@ -include: package:flutter_lints/flutter.yaml - -analyzer: - exclude: - - "**/*.mocks.dart" - -linter: - rules: - avoid_print: true - cancel_subscriptions: true - prefer_single_quotes: true - prefer_const_constructors: true - prefer_const_declarations: true - require_trailing_commas: true - use_super_parameters: true - close_sinks: true - prefer_relative_imports: true \ No newline at end of file diff --git a/assets/AssetManifest.bin b/assets/AssetManifest.bin new file mode 100644 index 0000000..f37fbcd --- /dev/null +++ b/assets/AssetManifest.bin @@ -0,0 +1 @@ + assets/logo.png  assetassets/logo.png;packages/flutter_tabler_icons/assets/fonts/tabler-icons.ttf  asset;packages/flutter_tabler_icons/assets/fonts/tabler-icons.ttf2packages/window_manager/images/ic_chrome_close.png  asset2packages/window_manager/images/ic_chrome_close.png5packages/window_manager/images/ic_chrome_maximize.png  asset5packages/window_manager/images/ic_chrome_maximize.png5packages/window_manager/images/ic_chrome_minimize.png  asset5packages/window_manager/images/ic_chrome_minimize.png7packages/window_manager/images/ic_chrome_unmaximize.png  asset7packages/window_manager/images/ic_chrome_unmaximize.png)packages/yaru/src/text/fonts/Ubuntu-B.ttf  asset)packages/yaru/src/text/fonts/Ubuntu-B.ttf*packages/yaru/src/text/fonts/Ubuntu-BI.ttf  asset*packages/yaru/src/text/fonts/Ubuntu-BI.ttf)packages/yaru/src/text/fonts/Ubuntu-L.ttf  asset)packages/yaru/src/text/fonts/Ubuntu-L.ttf*packages/yaru/src/text/fonts/Ubuntu-LI.ttf  asset*packages/yaru/src/text/fonts/Ubuntu-LI.ttf)packages/yaru/src/text/fonts/Ubuntu-M.ttf  asset)packages/yaru/src/text/fonts/Ubuntu-M.ttf*packages/yaru/src/text/fonts/Ubuntu-MI.ttf  asset*packages/yaru/src/text/fonts/Ubuntu-MI.ttf)packages/yaru/src/text/fonts/Ubuntu-R.ttf  asset)packages/yaru/src/text/fonts/Ubuntu-R.ttf*packages/yaru/src/text/fonts/Ubuntu-RI.ttf  asset*packages/yaru/src/text/fonts/Ubuntu-RI.ttf)packages/yaru_icons/assets/yaru_icons.otf  asset)packages/yaru_icons/assets/yaru_icons.otf \ No newline at end of file diff --git a/assets/AssetManifest.bin.json b/assets/AssetManifest.bin.json new file mode 100644 index 0000000..32c9fd0 --- /dev/null +++ b/assets/AssetManifest.bin.json @@ -0,0 +1 @@ +"DQ8HD2Fzc2V0cy9sb2dvLnBuZwwBDQEHBWFzc2V0Bw9hc3NldHMvbG9nby5wbmcHO3BhY2thZ2VzL2ZsdXR0ZXJfdGFibGVyX2ljb25zL2Fzc2V0cy9mb250cy90YWJsZXItaWNvbnMudHRmDAENAQcFYXNzZXQHO3BhY2thZ2VzL2ZsdXR0ZXJfdGFibGVyX2ljb25zL2Fzc2V0cy9mb250cy90YWJsZXItaWNvbnMudHRmBzJwYWNrYWdlcy93aW5kb3dfbWFuYWdlci9pbWFnZXMvaWNfY2hyb21lX2Nsb3NlLnBuZwwBDQEHBWFzc2V0BzJwYWNrYWdlcy93aW5kb3dfbWFuYWdlci9pbWFnZXMvaWNfY2hyb21lX2Nsb3NlLnBuZwc1cGFja2FnZXMvd2luZG93X21hbmFnZXIvaW1hZ2VzL2ljX2Nocm9tZV9tYXhpbWl6ZS5wbmcMAQ0BBwVhc3NldAc1cGFja2FnZXMvd2luZG93X21hbmFnZXIvaW1hZ2VzL2ljX2Nocm9tZV9tYXhpbWl6ZS5wbmcHNXBhY2thZ2VzL3dpbmRvd19tYW5hZ2VyL2ltYWdlcy9pY19jaHJvbWVfbWluaW1pemUucG5nDAENAQcFYXNzZXQHNXBhY2thZ2VzL3dpbmRvd19tYW5hZ2VyL2ltYWdlcy9pY19jaHJvbWVfbWluaW1pemUucG5nBzdwYWNrYWdlcy93aW5kb3dfbWFuYWdlci9pbWFnZXMvaWNfY2hyb21lX3VubWF4aW1pemUucG5nDAENAQcFYXNzZXQHN3BhY2thZ2VzL3dpbmRvd19tYW5hZ2VyL2ltYWdlcy9pY19jaHJvbWVfdW5tYXhpbWl6ZS5wbmcHKXBhY2thZ2VzL3lhcnUvc3JjL3RleHQvZm9udHMvVWJ1bnR1LUIudHRmDAENAQcFYXNzZXQHKXBhY2thZ2VzL3lhcnUvc3JjL3RleHQvZm9udHMvVWJ1bnR1LUIudHRmBypwYWNrYWdlcy95YXJ1L3NyYy90ZXh0L2ZvbnRzL1VidW50dS1CSS50dGYMAQ0BBwVhc3NldAcqcGFja2FnZXMveWFydS9zcmMvdGV4dC9mb250cy9VYnVudHUtQkkudHRmBylwYWNrYWdlcy95YXJ1L3NyYy90ZXh0L2ZvbnRzL1VidW50dS1MLnR0ZgwBDQEHBWFzc2V0BylwYWNrYWdlcy95YXJ1L3NyYy90ZXh0L2ZvbnRzL1VidW50dS1MLnR0ZgcqcGFja2FnZXMveWFydS9zcmMvdGV4dC9mb250cy9VYnVudHUtTEkudHRmDAENAQcFYXNzZXQHKnBhY2thZ2VzL3lhcnUvc3JjL3RleHQvZm9udHMvVWJ1bnR1LUxJLnR0ZgcpcGFja2FnZXMveWFydS9zcmMvdGV4dC9mb250cy9VYnVudHUtTS50dGYMAQ0BBwVhc3NldAcpcGFja2FnZXMveWFydS9zcmMvdGV4dC9mb250cy9VYnVudHUtTS50dGYHKnBhY2thZ2VzL3lhcnUvc3JjL3RleHQvZm9udHMvVWJ1bnR1LU1JLnR0ZgwBDQEHBWFzc2V0BypwYWNrYWdlcy95YXJ1L3NyYy90ZXh0L2ZvbnRzL1VidW50dS1NSS50dGYHKXBhY2thZ2VzL3lhcnUvc3JjL3RleHQvZm9udHMvVWJ1bnR1LVIudHRmDAENAQcFYXNzZXQHKXBhY2thZ2VzL3lhcnUvc3JjL3RleHQvZm9udHMvVWJ1bnR1LVIudHRmBypwYWNrYWdlcy95YXJ1L3NyYy90ZXh0L2ZvbnRzL1VidW50dS1SSS50dGYMAQ0BBwVhc3NldAcqcGFja2FnZXMveWFydS9zcmMvdGV4dC9mb250cy9VYnVudHUtUkkudHRmBylwYWNrYWdlcy95YXJ1X2ljb25zL2Fzc2V0cy95YXJ1X2ljb25zLm90ZgwBDQEHBWFzc2V0BylwYWNrYWdlcy95YXJ1X2ljb25zL2Fzc2V0cy95YXJ1X2ljb25zLm90Zg==" \ No newline at end of file diff --git a/assets/AssetManifest.json b/assets/AssetManifest.json new file mode 100644 index 0000000..2e84295 --- /dev/null +++ b/assets/AssetManifest.json @@ -0,0 +1 @@ +{"assets/logo.png":["assets/logo.png"],"packages/flutter_tabler_icons/assets/fonts/tabler-icons.ttf":["packages/flutter_tabler_icons/assets/fonts/tabler-icons.ttf"],"packages/window_manager/images/ic_chrome_close.png":["packages/window_manager/images/ic_chrome_close.png"],"packages/window_manager/images/ic_chrome_maximize.png":["packages/window_manager/images/ic_chrome_maximize.png"],"packages/window_manager/images/ic_chrome_minimize.png":["packages/window_manager/images/ic_chrome_minimize.png"],"packages/window_manager/images/ic_chrome_unmaximize.png":["packages/window_manager/images/ic_chrome_unmaximize.png"],"packages/yaru/src/text/fonts/Ubuntu-B.ttf":["packages/yaru/src/text/fonts/Ubuntu-B.ttf"],"packages/yaru/src/text/fonts/Ubuntu-BI.ttf":["packages/yaru/src/text/fonts/Ubuntu-BI.ttf"],"packages/yaru/src/text/fonts/Ubuntu-L.ttf":["packages/yaru/src/text/fonts/Ubuntu-L.ttf"],"packages/yaru/src/text/fonts/Ubuntu-LI.ttf":["packages/yaru/src/text/fonts/Ubuntu-LI.ttf"],"packages/yaru/src/text/fonts/Ubuntu-M.ttf":["packages/yaru/src/text/fonts/Ubuntu-M.ttf"],"packages/yaru/src/text/fonts/Ubuntu-MI.ttf":["packages/yaru/src/text/fonts/Ubuntu-MI.ttf"],"packages/yaru/src/text/fonts/Ubuntu-R.ttf":["packages/yaru/src/text/fonts/Ubuntu-R.ttf"],"packages/yaru/src/text/fonts/Ubuntu-RI.ttf":["packages/yaru/src/text/fonts/Ubuntu-RI.ttf"],"packages/yaru_icons/assets/yaru_icons.otf":["packages/yaru_icons/assets/yaru_icons.otf"]} \ No newline at end of file diff --git a/assets/FontManifest.json b/assets/FontManifest.json new file mode 100644 index 0000000..a3d8f0e --- /dev/null +++ b/assets/FontManifest.json @@ -0,0 +1 @@ +[{"family":"packages/flutter_tabler_icons/tabler-icons","fonts":[{"weight":400,"style":"normal","asset":"packages/flutter_tabler_icons/assets/fonts/tabler-icons.ttf"}]},{"family":"packages/yaru/Ubuntu","fonts":[{"weight":300,"asset":"packages/yaru/src/text/fonts/Ubuntu-L.ttf"},{"weight":300,"style":"italic","asset":"packages/yaru/src/text/fonts/Ubuntu-LI.ttf"},{"weight":400,"asset":"packages/yaru/src/text/fonts/Ubuntu-R.ttf"},{"weight":400,"style":"italic","asset":"packages/yaru/src/text/fonts/Ubuntu-RI.ttf"},{"weight":500,"asset":"packages/yaru/src/text/fonts/Ubuntu-M.ttf"},{"weight":500,"style":"italic","asset":"packages/yaru/src/text/fonts/Ubuntu-MI.ttf"},{"weight":700,"asset":"packages/yaru/src/text/fonts/Ubuntu-B.ttf"},{"weight":700,"style":"italic","asset":"packages/yaru/src/text/fonts/Ubuntu-BI.ttf"}]},{"family":"packages/yaru_icons/YaruIcons","fonts":[{"asset":"packages/yaru_icons/assets/yaru_icons.otf"}]}] \ No newline at end of file diff --git a/assets/NOTICES b/assets/NOTICES new file mode 100644 index 0000000..da06f3f --- /dev/null +++ b/assets/NOTICES @@ -0,0 +1,35703 @@ +abseil-cpp + +Apache License +Version 2.0, January 2004 +https://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +abseil-cpp +angle +dart +etc1 +expat +flatbuffers +fuchsia_sdk +glslang +khronos +perfetto +shaderc +spirv-cross +txt +vulkan +vulkan-headers +vulkan-validation-layers +wuffs + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +accessibility + +Copyright (c) 2009 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility + +Copyright (c) 2010 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility + +Copyright (c) 2012 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility + +Copyright (c) 2014 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility + +Copyright 2013 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility + +Copyright 2016 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility + +Copyright 2020 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +angle + +Copyright (c) 2011 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +angle + +Copyright (c) 2013 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +angle + +Copyright 2017 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +angle +icu + +Copyright 2014 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +angle +skia + +Copyright 2018 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +engine +spring_animation +tonic +txt +url_launcher_web +web_test_fonts +web_unicode + +Copyright 2013 The Flutter Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +fuchsia_sdk + +Copyright 2019 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +skia + +Copyright 2015 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright (c) 2008-2018 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +angle + +Copyright (c) 2013-2017 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +angle + +Copyright (c) 2020 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2002 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2010 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2011 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2012 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2013 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2013-2020 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +angle + +Copyright 2014 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2015 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2016 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2017 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2018 The ANGLE Project Authors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2018 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2019 The ANGLE Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2020 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2020 The ANGLE Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2021 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2021 The ANGLE Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2021-2022 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2022 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright 2023 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle + +Copyright The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle +khronos + +Copyright (c) 2013-2018 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +angle +xxhash + +Copyright 2019 The ANGLE Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +async +collection +stream_channel +typed_data + +Copyright 2015, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +boolean_selector +meta + +Copyright 2016, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +boringssl + +Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) +All rights reserved. + +This package is an SSL implementation written +by Eric Young (eay@cryptsoft.com). +The implementation was written so as to conform with Netscapes SSL. + +This library is free for commercial and non-commercial use as long as +the following conditions are aheared to. The following conditions +apply to all code found in this distribution, be it the RC4, RSA, +lhash, DES, etc., code; not just the SSL code. The SSL documentation +included with this distribution is covered by the same copyright terms +except that the holder is Tim Hudson (tjh@cryptsoft.com). + +Copyright remains Eric Young's, and as such any Copyright notices in +the code are not to be removed. +If this package is used in a product, Eric Young should be given attribution +as the author of the parts of the library used. +This can be in the form of a textual message at program startup or +in documentation (online or textual) provided with the package. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + "This product includes cryptographic software written by + Eric Young (eay@cryptsoft.com)" + The word 'cryptographic' can be left out if the rouines from the library + being used are not cryptographic related :-). +4. If you include any Windows specific code (or a derivative thereof) from + the apps directory (application code) you must include an acknowledgement: + "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + +THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +The licence and distribution terms for any publically available version or +derivative of this code cannot be changed. i.e. this code cannot simply be +copied and put under another distribution licence +[including the GNU Public Licence.] +-------------------------------------------------------------------------------- +boringssl + +Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +All rights reserved. + +This package is an SSL implementation written +by Eric Young (eay@cryptsoft.com). +The implementation was written so as to conform with Netscapes SSL. + +This library is free for commercial and non-commercial use as long as +the following conditions are aheared to. The following conditions +apply to all code found in this distribution, be it the RC4, RSA, +lhash, DES, etc., code; not just the SSL code. The SSL documentation +included with this distribution is covered by the same copyright terms +except that the holder is Tim Hudson (tjh@cryptsoft.com). + +Copyright remains Eric Young's, and as such any Copyright notices in +the code are not to be removed. +If this package is used in a product, Eric Young should be given attribution +as the author of the parts of the library used. +This can be in the form of a textual message at program startup or +in documentation (online or textual) provided with the package. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + "This product includes cryptographic software written by + Eric Young (eay@cryptsoft.com)" + The word 'cryptographic' can be left out if the rouines from the library + being used are not cryptographic related :-). +4. If you include any Windows specific code (or a derivative thereof) from + the apps directory (application code) you must include an acknowledgement: + "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + +THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +The licence and distribution terms for any publically available version or +derivative of this code cannot be changed. i.e. this code cannot simply be +copied and put under another distribution licence +[including the GNU Public Licence.] +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2003 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2004 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 1999-2008 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2000 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2000-2003 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2000-2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2001 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2001-2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2002-2006 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2003 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2004 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2005 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2006 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2006,2007 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2008 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2010 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2012 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2013 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2014, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2015, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2016, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2017, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2017, the HRSS authors. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2018, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2018, Google Inc. +Copyright (c) 2020, Arm Ltd. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2019, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2020, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2021, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2022, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright (c) 2023, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2001-2017 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + +Portions of the attached software ("Contribution") are developed by +SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project. + +The Contribution is licensed pursuant to the Eric Young open source +license provided above. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + +Portions of the attached software ("Contribution") are developed by +SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project. + +The Contribution is licensed pursuant to the OpenSSL open source +license provided above. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + licensing@OpenSSL.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. +ECC cipher suite support in OpenSSL originally developed by +SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. +ECDH support in OpenSSL originally developed by +SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2005 Nokia. All rights reserved. + +The portions of the attached software ("Contribution") is developed by +Nokia Corporation and is licensed pursuant to the OpenSSL open source +license. + +The Contribution, originally written by Mika Kousa and Pasi Eronen of +Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites +support (see RFC 4279) to OpenSSL. + +No patent licenses or other rights except those expressly stated in +the OpenSSL open source license shall be deemed granted or received +expressly, by implication, estoppel, or otherwise. + +No assurances are provided by Nokia that the Contribution does not +infringe the patent or other intellectual property rights of any third +party or that the license provides you with all the necessary rights +to make use of the Contribution. + +THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN +ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA +SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY +OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR +OTHERWISE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright (c) 2012, Intel Corporation. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright (c) 2014, Intel Corporation. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright (c) 2015, Intel Inc. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +https://www.openssl.org/source/license.html +-------------------------------------------------------------------------------- +boringssl + +Copyright 2016 Brian Smith. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +DTLS code by Eric Rescorla + +Copyright (C) 2006, Network Resonance, Inc. +Copyright (C) 2011, RTFM, Inc. +-------------------------------------------------------------------------------- +boringssl + +OpenSSL License +--------------- + +Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +3. All advertising materials mentioning features or use of this + software must display the following acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + endorse or promote products derived from this software without + prior written permission. For written permission, please contact + openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" + nor may "OpenSSL" appear in their names without prior written + permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following + acknowledgment: + "This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR +ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + + +This product includes cryptographic software written by Eric Young +(eay@cryptsoft.com). This product includes software written by Tim +Hudson (tjh@cryptsoft.com). + +Original SSLeay License +----------------------- + +Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +All rights reserved. + +This package is an SSL implementation written +by Eric Young (eay@cryptsoft.com). +The implementation was written so as to conform with Netscapes SSL. + +This library is free for commercial and non-commercial use as long as +the following conditions are aheared to. The following conditions +apply to all code found in this distribution, be it the RC4, RSA, +lhash, DES, etc., code; not just the SSL code. The SSL documentation +included with this distribution is covered by the same copyright terms +except that the holder is Tim Hudson (tjh@cryptsoft.com). + +Copyright remains Eric Young's, and as such any Copyright notices in +the code are not to be removed. +If this package is used in a product, Eric Young should be given attribution +as the author of the parts of the library used. +This can be in the form of a textual message at program startup or +in documentation (online or textual) provided with the package. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + "This product includes cryptographic software written by + Eric Young (eay@cryptsoft.com)" + The word 'cryptographic' can be left out if the rouines from the library + being used are not cryptographic related :-). +4. If you include any Windows specific code (or a derivative thereof) from + the apps directory (application code) you must include an acknowledgement: + "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + +THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +The licence and distribution terms for any publically available version or +derivative of this code cannot be changed. i.e. this code cannot simply be +copied and put under another distribution licence +[including the GNU Public Licence.] + +ISC license used for completely new code in BoringSSL: + +Copyright (c) 2015, Google Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +The code in third_party/fiat carries the MIT license: + +Copyright (c) 2015-2016 the fiat-crypto authors (see +https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS). + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Licenses for support code +------------------------- + +Parts of the TLS test suite are under the Go license. This code is not included +in BoringSSL (i.e. libcrypto and libssl) when compiled, however, so +distributing code linked against BoringSSL does not trigger this license: + +Copyright (c) 2009 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +BoringSSL uses the Chromium test infrastructure to run a continuous build, +trybots etc. The scripts which manage this, and the script for generating build +metadata, are under the Chromium license. Distributing code linked against +BoringSSL does not trigger this license. + +Copyright 2015 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +ceval + +Copyright (c) 2021 e_t + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +characters +ffi + +Copyright 2019, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +charcode + +Copyright 2014, the Dart project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +clock +fake_async +material_color_utilities + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +-------------------------------------------------------------------------------- +csslib + +Copyright 2013, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2003-2005 Tom Wu +Copyright (c) 2012 Adam Singer (adam@solvr.io) +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, +EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY +WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + +IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL, +INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF +THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +In addition, the following condition applies: + +All redistributions must retain an intact copy of this copyright notice +and disclaimer. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2010, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2014 The Polymer Project Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright 2012, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion +icu + +Copyright 2006-2008 the V8 project authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion +icu + +Copyright 2010 the V8 project authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion +icu + +Copyright 2012 the V8 project authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +engine + +License for the Ahem font embedded below is from: +https://www.w3.org/Style/CSS/Test/Fonts/Ahem/COPYING + +The Ahem font in this directory belongs to the public domain. In +jurisdictions that do not recognize public domain ownership of these +files, the following Creative Commons Zero declaration applies: + + + +which is quoted below: + + The person who has associated a work with this document (the "Work") + affirms that he or she (the "Affirmer") is the/an author or owner of + the Work. The Work may be any work of authorship, including a + database. + + The Affirmer hereby fully, permanently and irrevocably waives and + relinquishes all of her or his copyright and related or neighboring + legal rights in the Work available under any federal or state law, + treaty or contract, including but not limited to moral rights, + publicity and privacy rights, rights protecting against unfair + competition and any rights protecting the extraction, dissemination + and reuse of data, whether such rights are present or future, vested + or contingent (the "Waiver"). The Affirmer makes the Waiver for the + benefit of the public at large and to the detriment of the Affirmer's + heirs or successors. + + The Affirmer understands and intends that the Waiver has the effect + of eliminating and entirely removing from the Affirmer's control all + the copyright and related or neighboring legal rights previously held + by the Affirmer in the Work, to that extent making the Work freely + available to the public for any and all uses and purposes without + restriction of any kind, including commercial use and uses in media + and formats or by methods that have not yet been invented or + conceived. Should the Waiver for any reason be judged legally + ineffective in any jurisdiction, the Affirmer hereby grants a free, + full, permanent, irrevocable, nonexclusive and worldwide license for + all her or his copyright and related or neighboring legal rights in + the Work. +-------------------------------------------------------------------------------- +etc_decoder + +Copyright (c) 2020-2022 Hans-Kristian Arntzen + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2000-2004 Fred L. Drake, Jr. +Copyright (c) 2001-2002 Greg Stein +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2016 Cristian Rodríguez +Copyright (c) 2016-2019 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2018 Yury Gribov + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2000-2005 Fred L. Drake, Jr. +Copyright (c) 2001-2002 Greg Stein +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2016 Cristian Rodríguez +Copyright (c) 2016 Thomas Beutlich +Copyright (c) 2017 Rhodri James +Copyright (c) 2022 Thijs Schreijer + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2000-2006 Fred L. Drake, Jr. +Copyright (c) 2001-2002 Greg Stein +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2005-2009 Steven Solie +Copyright (c) 2016 Eric Rahm +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2016 Gaurav +Copyright (c) 2016 Thomas Beutlich +Copyright (c) 2016 Gustavo Grieco +Copyright (c) 2016 Pascal Cuoq +Copyright (c) 2016 Ed Schouten +Copyright (c) 2017-2022 Rhodri James +Copyright (c) 2017 Václav Slavík +Copyright (c) 2017 Viktor Szakats +Copyright (c) 2017 Chanho Park +Copyright (c) 2017 Rolf Eike Beer +Copyright (c) 2017 Hans Wennborg +Copyright (c) 2018 Anton Maklakov +Copyright (c) 2018 Benjamin Peterson +Copyright (c) 2018 Marco Maggi +Copyright (c) 2018 Mariusz Zaborski +Copyright (c) 2019 David Loffredo +Copyright (c) 2019-2020 Ben Wagner +Copyright (c) 2019 Vadim Zeitlin +Copyright (c) 2021 Dong-hee Na +Copyright (c) 2022 Samanta Navarro +Copyright (c) 2022 Jeffrey Walton +Copyright (c) 2022 Jann Horn + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2002 Fred L. Drake, Jr. +Copyright (c) 2006 Karl Waclawek +Copyright (c) 2016-2017 Sebastian Pipping +Copyright (c) 2017 Rhodri James + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2003 Fred L. Drake, Jr. +Copyright (c) 2002 Greg Stein +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2005-2009 Steven Solie +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2016 Pascal Cuoq +Copyright (c) 2016 Don Lewis +Copyright (c) 2017 Rhodri James +Copyright (c) 2017 Alexander Bluhm +Copyright (c) 2017 Benbuck Nason +Copyright (c) 2017 José Gutiérrez de la Concha +Copyright (c) 2019 David Loffredo +Copyright (c) 2021 Dong-hee Na +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2003 Fred L. Drake, Jr. +Copyright (c) 2004-2009 Karl Waclawek +Copyright (c) 2005-2007 Steven Solie +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 David Loffredo +Copyright (c) 2020 Joe Orton +Copyright (c) 2020 Kleber Tarcísio +Copyright (c) 2021 Tim Bray +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2004 Fred L. Drake, Jr. +Copyright (c) 2002-2009 Karl Waclawek +Copyright (c) 2016-2017 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2017 Franek Korta + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2002-2005 Karl Waclawek +Copyright (c) 2016-2017 Sebastian Pipping +Copyright (c) 2017 Rhodri James + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2018 Benjamin Peterson +Copyright (c) 2018 Anton Maklakov +Copyright (c) 2019 David Loffredo +Copyright (c) 2020 Boris Kolpackov +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2005 Karl Waclawek +Copyright (c) 2016-2019 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2005-2006 Karl Waclawek +Copyright (c) 2016-2019 Sebastian Pipping +Copyright (c) 2019 David Loffredo + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2022 Martin Ettl + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Greg Stein +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2017-2021 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Greg Stein +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2002-2003 Fred L. Drake, Jr. +Copyright (c) 2005-2009 Steven Solie +Copyright (c) 2016-2021 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 David Loffredo +Copyright (c) 2021 Dong-hee Na + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Karl Waclawek +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002-2003 Fred L. Drake, Jr. +Copyright (c) 2004-2006 Karl Waclawek +Copyright (c) 2005-2007 Steven Solie +Copyright (c) 2016-2021 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 David Loffredo +Copyright (c) 2021 Dong-hee Na + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2017-2019 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2018 Sebastian Pipping +Copyright (c) 2018 Marco Maggi + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2016-2021 Sebastian Pipping +Copyright (c) 2017 Rhodri James + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper +Copyright (c) 2001-2022 Expat maintainers + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1999-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2007 Karl Waclawek +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Greg Stein +Copyright (c) 2005 Karl Waclawek +Copyright (c) 2017-2021 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 2000 Clark Cooper +Copyright (c) 2017 Sebastian Pipping + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 2002-2003 Fred L. Drake, Jr. +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2003 Greg Stein +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2018 Yury Gribov +Copyright (c) 2019 David Loffredo + +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat +harfbuzz + +Copyright (c) 2021 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +ffx_spd + +Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) <2014> + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +ffx_spd + +Copyright (c) 2017-2020 Advanced Micro Devices, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +fiat + +Copyright (c) 2015-2020 the fiat-crypto authors (see + +https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS). + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +flatbuffers + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright 2014 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +flutter + +Copyright 2014 The Flutter Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +flutter_lints +plugin_platform_interface +url_launcher +url_launcher_android +url_launcher_ios +url_launcher_linux +url_launcher_macos +url_launcher_platform_interface +url_launcher_windows + +Copyright 2013 The Flutter Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +flutter_tabler_icons + +MIT License + +Copyright (c) 2020 bigbadbob2003 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2000, 2001, 2002, 2003, 2006, 2010 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2000-2004, 2006-2011, 2013, 2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001, 2002 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001, 2002, 2003, 2004 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright (C) 2001-2008, 2011, 2013, 2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 1990, 1994, 1998 The Open Group + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2004, 2011 Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2014 + Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2015 + Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000, 2001, 2004 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2001, 2002 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2001, 2003 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000-2010, 2012-2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2001, 2002, 2012 Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2003 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +The FreeType Project LICENSE +---------------------------- + + 2006-Jan-27 + + Copyright 1996-2002, 2006 by + David Turner, Robert Wilhelm, and Werner Lemberg + + + +Introduction +============ + + The FreeType Project is distributed in several archive packages; + some of them may contain, in addition to the FreeType font engine, + various tools and contributions which rely on, or relate to, the + FreeType Project. + + This license applies to all files found in such packages, and + which do not fall under their own explicit license. The license + affects thus the FreeType font engine, the test programs, + documentation and makefiles, at the very least. + + This license was inspired by the BSD, Artistic, and IJG + (Independent JPEG Group) licenses, which all encourage inclusion + and use of free software in commercial and freeware products + alike. As a consequence, its main points are that: + + o We don't promise that this software works. However, we will be + interested in any kind of bug reports. (`as is' distribution) + + o You can use this software for whatever you want, in parts or + full form, without having to pay us. (`royalty-free' usage) + + o You may not pretend that you wrote this software. If you use + it, or only parts of it, in a program, you must acknowledge + somewhere in your documentation that you have used the + FreeType code. (`credits') + + We specifically permit and encourage the inclusion of this + software, with or without modifications, in commercial products. + We disclaim all warranties covering The FreeType Project and + assume no liability related to The FreeType Project. + + + Finally, many people asked us for a preferred form for a + credit/disclaimer to use in compliance with this license. We thus + encourage you to use the following text: + + """ + Portions of this software are copyright © The FreeType + Project (www.freetype.org). All rights reserved. + """ + + Please replace with the value from the FreeType version you + actually use. + + +Legal Terms +=========== + +0. Definitions +-------------- + + Throughout this license, the terms `package', `FreeType Project', + and `FreeType archive' refer to the set of files originally + distributed by the authors (David Turner, Robert Wilhelm, and + Werner Lemberg) as the `FreeType Project', be they named as alpha, + beta or final release. + + `You' refers to the licensee, or person using the project, where + `using' is a generic term including compiling the project's source + code as well as linking it to form a `program' or `executable'. + This program is referred to as `a program using the FreeType + engine'. + + This license applies to all files distributed in the original + FreeType Project, including all source code, binaries and + documentation, unless otherwise stated in the file in its + original, unmodified form as distributed in the original archive. + If you are unsure whether or not a particular file is covered by + this license, you must contact us to verify this. + + The FreeType Project is copyright (C) 1996-2000 by David Turner, + Robert Wilhelm, and Werner Lemberg. All rights reserved except as + specified below. + +1. No Warranty +-------------- + + THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY + KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO + USE, OF THE FREETYPE PROJECT. + +2. Redistribution +----------------- + + This license grants a worldwide, royalty-free, perpetual and + irrevocable right and license to use, execute, perform, compile, + display, copy, create derivative works of, distribute and + sublicense the FreeType Project (in both source and object code + forms) and derivative works thereof for any purpose; and to + authorize others to exercise some or all of the rights granted + herein, subject to the following conditions: + + o Redistribution of source code must retain this license file + (`FTL.TXT') unaltered; any additions, deletions or changes to + the original files must be clearly indicated in accompanying + documentation. The copyright notices of the unaltered, + original files must be preserved in all copies of source + files. + + o Redistribution in binary form must provide a disclaimer that + states that the software is based in part of the work of the + FreeType Team, in the distribution documentation. We also + encourage you to put an URL to the FreeType web page in your + documentation, though this isn't mandatory. + + These conditions apply to any software derived from or based on + the FreeType Project, not just the unmodified files. If you use + our work, you must acknowledge us. However, no fee need be paid + to us. + +3. Advertising +-------------- + + Neither the FreeType authors and contributors nor you shall use + the name of the other for commercial, advertising, or promotional + purposes without specific prior written permission. + + We suggest, but do not require, that you use one or more of the + following phrases to refer to this software in your documentation + or advertising materials: `FreeType Project', `FreeType Engine', + `FreeType library', or `FreeType Distribution'. + + As you have not signed this license, you are not required to + accept it. However, as the FreeType Project is copyrighted + material, only this license, or another one contracted with the + authors, grants you the right to use, distribute, and modify it. + Therefore, by using, distributing, or modifying the FreeType + Project, you indicate that you understand and accept all the terms + of this license. + +4. Contacts +----------- + + There are two mailing lists related to FreeType: + + o freetype@nongnu.org + + Discusses general use and applications of FreeType, as well as + future and wanted additions to the library and distribution. + If you are looking for support, start in this list if you + haven't found anything to help you in the documentation. + + o freetype-devel@nongnu.org + + Discusses bugs, as well as engine internals, design issues, + specific licenses, porting, etc. + + Our home page can be found at + + https://www.freetype.org + + +--- end of FTL.TXT --- +-------------------------------------------------------------------------------- +freetype2 + +This software was written by Alexander Peslyak in 2001. No copyright is +claimed, and the software is hereby placed in the public domain. +In case this attempt to disclaim copyright and place the software in the +public domain is deemed null and void, then the software is +Copyright (c) 2001 Alexander Peslyak and it is hereby released to the +general public under the following terms: + +Redistribution and use in source and binary forms, with or without +modification, are permitted. + +There's ABSOLUTELY NO WARRANTY, express or implied. +-------------------------------------------------------------------------------- +freetype2 + +This software was written by Alexander Peslyak in 2001. No copyright is +claimed, and the software is hereby placed in the public domain. +In case this attempt to disclaim copyright and place the software in the +public domain is deemed null and void, then the software is +Copyright (c) 2001 Alexander Peslyak and it is hereby released to the +general public under the following terms: + +Redistribution and use in source and binary forms, with or without +modification, are permitted. + +There's ABSOLUTELY NO WARRANTY, express or implied. + +(This is a heavily cut-down "BSD license".) +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2014 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2016 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2017 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2018 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2019 The Fuchsia Authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2019 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2020 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2021 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2022 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2023 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +musl as a whole is licensed under the following standard MIT license: + + +Copyright © 2005-2014 Rich Felker, et al. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Authors/contributors include: + +Alex Dowad +Alexander Monakov +Anthony G. Basile +Arvid Picciani +Bobby Bingham +Boris Brezillon +Brent Cook +Chris Spiegel +Clément Vasseur +Daniel Micay +Denys Vlasenko +Emil Renner Berthing +Felix Fietkau +Felix Janda +Gianluca Anzolin +Hauke Mehrtens +Hiltjo Posthuma +Isaac Dunham +Jaydeep Patil +Jens Gustedt +Jeremy Huntwork +Jo-Philipp Wich +Joakim Sindholt +John Spencer +Josiah Worcester +Justin Cormack +Khem Raj +Kylie McClain +Luca Barbato +Luka Perkov +M Farkas-Dyck (Strake) +Mahesh Bodapati +Michael Forney +Natanael Copa +Nicholas J. Kain +orc +Pascal Cuoq +Petr Hosek +Pierre Carrier +Rich Felker +Richard Pennington +Shiz +sin +Solar Designer +Stefan Kristiansson +Szabolcs Nagy +Timo Teräs +Trutz Behn +Valentin Ochs +William Haddon + +Portions of this software are derived from third-party works licensed +under terms compatible with the above MIT license: + +Much of the math library code (third_party/math/* and +third_party/complex/*, and third_party/include/libm.h) is +Copyright © 1993,2004 Sun Microsystems or +Copyright © 2003-2011 David Schultz or +Copyright © 2003-2009 Steven G. Kargl or +Copyright © 2003-2009 Bruce D. Evans or +Copyright © 2008 Stephen L. Moshier +and labelled as such in comments in the individual source files. All +have been licensed under extremely permissive terms. + +The smoothsort implementation (third_party/smoothsort/qsort.c) is +Copyright © 2011 Valentin Ochs and is licensed under an MIT-style +license. + +The x86_64 files in third_party/arch were written by Nicholas J. Kain +and is licensed under the standard MIT terms. + +All other files which have no copyright comments are original works +produced specifically for use as part of this library, written either +by Rich Felker, the main author of the library, or by one or more +contibutors listed above. Details on authorship of individual files +can be found in the git version control history of the project. The +omission of copyright and license comments in each file is in the +interest of source tree size. + +In addition, permission is hereby granted for all public header files +(include/* and arch/*/bits/*) and crt files intended to be linked into +applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit +the copyright notice and permission notice otherwise required by the +license, and to use these files without any requirement of +attribution. These files include substantial contributions from: + +Bobby Bingham +John Spencer +Nicholas J. Kain +Rich Felker +Richard Pennington +Stefan Kristiansson +Szabolcs Nagy + +all of whom have explicitly granted such permission. + +This file previously contained text expressing a belief that most of +the files covered by the above exception were sufficiently trivial not +to be subject to copyright, resulting in confusion over whether it +negated the permissions granted in the license. In the spirit of +permissive licensing, and of not having licensing issues being an +obstacle to adoption, that text has been removed. +-------------------------------------------------------------------------------- +get_it + +MIT License + +Copyright (c) 2018 Thomas Burkhart + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +github + +The MIT License (MIT) + +Copyright (c) 2014 DirectCode + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +-------------------------------------------------------------------------------- +glfw + +Copyright (C) 1997-2013 Sam Lantinga + +This software is provided 'as-is', without any express or implied warranty. +In no event will the authors be held liable for any damages arising from the +use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard + +Copyright (c) 2006-2019 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2016 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2017 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2018 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2019 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2019 Camilla Löwy +Copyright (c) 2012 Torsten Walluhn + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2006-2017 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2006-2018 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2016 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2019 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2019 Camilla Löwy +Copyright (c) 2012 Torsten Walluhn + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2021 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2014 Jonas Ådahl + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2016 Google Inc. +Copyright (c) 2016-2017 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2016 Google Inc. +Copyright (c) 2016-2019 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2016-2017 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2021 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2022 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2019 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2020 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2018-2020 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2015 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +Copyright (C) 2017, 2019 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2015 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017 ARM Limited. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2016 LunarG, Inc. +Copyright (C) 2015-2016 Google, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2016 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020-2021 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2016 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2020 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (c) 2002-2010 The ANGLE Project Authors. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. +Copyright (C) 2016-2020 Google, Inc. +Modifications Copyright(C) 2021 Advanced Micro Devices, Inc.All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2016 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2017 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2013 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2013-2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2015 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2015 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2015 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2015 LunarG, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2016 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2016 LunarG, Inc. +Copyright (C) 2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2014-2016 LunarG, Inc. +Copyright (C) 2018-2020 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2015 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2015-2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2015-2018 Google, Inc. +Copyright (C) 2017 ARM Limited. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 Google, Inc. +Copyright (C) 2019 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2017 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2017 Google, Inc. +Copyright (C) 2020 The Khronos Group Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2017 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2018 Google, Inc. +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2016-2018 Google, Inc. +Copyright (C) 2016 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2017 LunarG, Inc. +Copyright (C) 2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2017 LunarG, Inc. +Copyright (C) 2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2017-2018 Google, Inc. +Copyright (C) 2017 LunarG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2018 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2018 The Khronos Group Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2020 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2020 The Khronos Group Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of The Khronos Group Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2002, NVIDIA Corporation. + +NVIDIA Corporation("NVIDIA") supplies this software to you in +consideration of your agreement to the following terms, and your use, +installation, modification or redistribution of this NVIDIA software +constitutes acceptance of these terms. If you do not agree with these +terms, please do not use, install, modify or redistribute this NVIDIA +software. + +In consideration of your agreement to abide by the following terms, and +subject to these terms, NVIDIA grants you a personal, non-exclusive +license, under NVIDIA's copyrights in this original NVIDIA software (the +"NVIDIA Software"), to use, reproduce, modify and redistribute the +NVIDIA Software, with or without modifications, in source and/or binary +forms; provided that if you redistribute the NVIDIA Software, you must +retain the copyright notice of NVIDIA, this notice and the following +text and disclaimers in all such redistributions of the NVIDIA Software. +Neither the name, trademarks, service marks nor logos of NVIDIA +Corporation may be used to endorse or promote products derived from the +NVIDIA Software without specific prior written permission from NVIDIA. +Except as expressly stated in this notice, no other rights or licenses +express or implied, are granted by NVIDIA herein, including but not +limited to any patent rights that may be infringed by your derivative +works or by other works in which the NVIDIA Software may be +incorporated. No hardware is licensed hereunder. + +THE NVIDIA SOFTWARE IS BEING PROVIDED ON AN "AS IS" BASIS, WITHOUT +WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, +INCLUDING WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF TITLE, +NON-INFRINGEMENT, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR +ITS USE AND OPERATION EITHER ALONE OR IN COMBINATION WITH OTHER +PRODUCTS. + +IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INDIRECT, +INCIDENTAL, EXEMPLARY, CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, LOST PROFITS; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) OR ARISING IN ANY WAY +OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE +NVIDIA SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, +TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF +NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2013 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2014-2017 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2014-2020 The Khronos Group Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2018 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2019, Viktor Latypov +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2020 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS +KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS +SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT + https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2020, Travis Fort +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (c) 2022 ARM Limited + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang + +Copyright(C) 2021 Advanced Micro Devices, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang +skia + +Copyright (c) 2014-2016 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang +spirv-cross + +Copyright (c) 2014-2020 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +gtk +yaru_widgets +yaru_window +yaru_window_linux +yaru_window_manager +yaru_window_platform_interface +yaru_window_web + +Mozilla Public License Version 2.0 +================================== + +1. Definitions +-------------- + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. + +-------------------------------------------------------------------------------- +harfbuzz + +Copyright (C) 2011 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright (C) 2012 Grigori Goronzy + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright (C) 2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright (c) Microsoft Corporation. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 1998-2004 David Turner and Werner Lemberg +Copyright © 2004,2007,2009 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 1998-2004 David Turner and Werner Lemberg +Copyright © 2004,2007,2009,2010 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 1998-2004 David Turner and Werner Lemberg +Copyright © 2006 Behdad Esfahbod +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007 Chris Wilson +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2010,2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2010,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012,2013 Google, Inc. +Copyright © 2019, Facebook Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2018,2019,2020 Ebrahim Byagowi +Copyright © 2018 Khaled Hosny + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2010,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2010,2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2012,2018 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2012,2018 Google, Inc. +Copyright © 2019 Facebook, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2009 Keith Stribley +Copyright © 2011 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2009 Keith Stribley +Copyright © 2015 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2011 Codethink Limited +Copyright © 2010,2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2011 Codethink Limited +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2011 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2015 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2018 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2018 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2010,2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2010,2011,2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2010,2011,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010 Red Hat, Inc. +Copyright © 2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010,2011 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010,2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010,2011,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2010,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011 Martin Hosken +Copyright © 2011 SIL International + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011 Martin Hosken +Copyright © 2011 SIL International +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012 Google, Inc. +Copyright © 2018 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012,2013 Google, Inc. +Copyright © 2021 Khaled Hosny + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2012,2014 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2011,2014 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012 Mozilla Foundation. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012,2013 Mozilla Foundation. +Copyright © 2012,2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012,2017 Google, Inc. +Copyright © 2021 Behdad Esfahbod + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2012,2018 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2013 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2013 Red Hat, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2014 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2015 Google, Inc. +Copyright © 2019 Adobe Inc. +Copyright © 2019 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2015 Mozilla Foundation. +Copyright © 2015 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2015-2019 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Elie Roux +Copyright © 2018 Google, Inc. +Copyright © 2018-2019 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Google, Inc. +Copyright © 2018 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Google, Inc. +Copyright © 2018 Khaled Hosny +Copyright © 2018 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2016 Igalia S.L. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2017 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2017 Google, Inc. +Copyright © 2018 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2017 Google, Inc. +Copyright © 2019 Facebook, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2017,2018 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Ebrahim Byagowi +Copyright © 2018 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Ebrahim Byagowi +Copyright © 2020 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Ebrahim Byagowi. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Google, Inc. +Copyright © 2019 Facebook, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Google, Inc. +Copyright © 2023 Behdad Esfahbod + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Adobe Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018-2019 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Adobe Inc. +Copyright © 2019 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Adobe, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Facebook, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019 Adobe Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2019-2020 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2020 Ebrahim Byagowi + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2020 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2021 Behdad Esfahbod + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2021 Behdad Esfahbod. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2021 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Behdad Esfahbod + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Red Hat, Inc + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Red Hat, Inc +Copyright © 2021, 2022 Black Foundry + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Red Hat, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Behdad Esfahbod + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Matthias Clasen + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Red Hat, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2023 Behdad Esfahbod + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2023 Behdad Esfahbod +Copyright © 1999 David Turner +Copyright © 2005 Werner Lemberg +Copyright © 2013-2015 Alexei Podtelezhnikov + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2023 Google, Inc. + +This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz + +HarfBuzz is licensed under the so-called "Old MIT" license. Details follow. +For parts of HarfBuzz that are licensed under different licenses see individual +files names COPYING in subdirectories where applicable. + +Copyright © 2010-2022 Google, Inc. +Copyright © 2015-2020 Ebrahim Byagowi +Copyright © 2019,2020 Facebook, Inc. +Copyright © 2012,2015 Mozilla Foundation +Copyright © 2011 Codethink Limited +Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies) +Copyright © 2009 Keith Stribley +Copyright © 2011 Martin Hosken and SIL International +Copyright © 2007 Chris Wilson +Copyright © 2005,2006,2020,2021,2022,2023 Behdad Esfahbod +Copyright © 2004,2007,2008,2009,2010,2013,2021,2022,2023 Red Hat, Inc. +Copyright © 1998-2005 David Turner and Werner Lemberg +Copyright © 2016 Igalia S.L. +Copyright © 2022 Matthias Clasen +Copyright © 2018,2021 Khaled Hosny +Copyright © 2018,2019,2020 Adobe, Inc +Copyright © 2013-2015 Alexei Podtelezhnikov + +For full copyright notices consult the individual files in the package. + + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +-------------------------------------------------------------------------------- +harfbuzz +icu +web_unicode + +Unicode® Copyright and Terms of Use +For the general privacy policy governing access to this site, see the Unicode Privacy Policy. + +A. Unicode Copyright +1. Copyright © 1991-2022 Unicode, Inc. All rights reserved. +B. Definitions +Unicode Data Files ("DATA FILES") include all data files under the directories: +https://www.unicode.org/Public/ +https://www.unicode.org/reports/ +https://www.unicode.org/ivd/data/ + +Unicode Data Files do not include PDF online code charts under the directory: +https://www.unicode.org/Public/ + +Unicode Software ("SOFTWARE") includes any source code published in the Unicode Standard +or any source code or compiled code under the directories: +https://www.unicode.org/Public/PROGRAMS/ +https://www.unicode.org/Public/cldr/ +http://site.icu-project.org/download/ +C. Terms of Use +1. Certain documents and files on this website contain a legend indicating that "Modification is permitted." Any person is hereby authorized, without fee, to modify such documents and files to create derivative works conforming to the Unicode® Standard, subject to Terms and Conditions herein. +2. Any person is hereby authorized, without fee, to view, use, reproduce, and distribute all documents and files, subject to the Terms and Conditions herein. +3. Further specifications of rights and restrictions pertaining to the use of the Unicode DATA FILES and SOFTWARE can be found in the Unicode Data Files and Software License. +4. Each version of the Unicode Standard has further specifications of rights and restrictions of use. For the book editions (Unicode 5.0 and earlier), these are found on the back of the title page. +5. The Unicode PDF online code charts carry specific restrictions. Those restrictions are incorporated as the first page of each PDF code chart. +6. All other files, including online documentation of the core specification for Unicode 6.0 and later, are covered under these general Terms of Use. +7. No license is granted to "mirror" the Unicode website where a fee is charged for access to the "mirror" site. +8. Modification is not permitted with respect to this document. All copies of this document must be verbatim. +D. Restricted Rights Legend +1. Any technical data or software which is licensed to the United States of America, its agencies and/or instrumentalities under this Agreement is commercial technical data or commercial computer software developed exclusively at private expense as defined in FAR 2.101, or DFARS 252.227-7014 (June 1995), as applicable. For technical data, use, duplication, or disclosure by the Government is subject to restrictions as set forth in DFARS 202.227-7015 Technical Data, Commercial and Items (Nov 1995) and this Agreement. For Software, in accordance with FAR 12-212 or DFARS 227-7202, as applicable, use, duplication or disclosure by the Government is subject to the restrictions set forth in this Agreement. +E.Warranties and Disclaimers +1. This publication and/or website may include technical or typographical errors or other inaccuracies. Changes are periodically added to the information herein; these changes will be incorporated in new editions of the publication and/or website. Unicode, Inc. may make improvements and/or changes in the product(s) and/or program(s) described in this publication and/or website at any time. +2. If this file has been purchased on magnetic or optical media from Unicode, Inc. the sole and exclusive remedy for any claim will be exchange of the defective media within ninety (90) days of original purchase. +3. EXCEPT AS PROVIDED IN SECTION E.2, THIS PUBLICATION AND/OR SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. UNICODE, INC. AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN THIS PUBLICATION AND/OR SOFTWARE OR OTHER DOCUMENTS WHICH ARE REFERENCED BY OR LINKED TO THIS PUBLICATION OR THE UNICODE WEBSITE. +F. Waiver of Damages +1. In no event shall Unicode, Inc. or its licensors be liable for any special, incidental, indirect or consequential damages of any kind, or any damages whatsoever, whether or not Unicode, Inc. was advised of the possibility of the damage, including, without limitation, those resulting from the following: loss of use, data or profits, in connection with the use, modification or distribution of this information or its derivatives. +G. Trademarks & Logos +1. The Unicode Word Mark and the Unicode Logo are trademarks of Unicode, Inc. “The Unicode Consortium” and “Unicode, Inc.” are trade names of Unicode, Inc. Use of the information and materials found on this website indicates your acknowledgement of Unicode, Inc.’s exclusive worldwide rights in the Unicode Word Mark, the Unicode Logo, and the Unicode trade names. +3. The Unicode Consortium Name and Trademark Usage Policy (“Trademark Policy”) are incorporated herein by reference and you agree to abide by the provisions of the Trademark Policy, which may be changed from time to time in the sole discretion of Unicode, Inc. +4. All third party trademarks referenced herein are the property of their respective owners. +H. Miscellaneous +1. Jurisdiction and Venue. This website is operated from a location in the State of California, United States of America. Unicode, Inc. makes no representation that the materials are appropriate for use in other locations. If you access this website from other locations, you are responsible for compliance with local laws. This Agreement, all use of this website and any claims and damages resulting from use of this website are governed solely by the laws of the State of California without regard to any principles which would apply the laws of a different jurisdiction. The user agrees that any disputes regarding this website shall be resolved solely in the courts located in Santa Clara County, California. The user agrees said courts have personal jurisdiction and agree to waive any right to transfer the dispute to any other forum. +2. Modification by Unicode, Inc. Unicode, Inc. shall have the right to modify this Agreement at any time by posting it to this website. The user may not assign any part of this Agreement without Unicode, Inc.’s prior written consent. +3. Taxes. The user agrees to pay any taxes arising from access to this website or use of the information herein, except for those based on Unicode’s net income. +4. Severability. If any provision of this Agreement is declared invalid or unenforceable, the remaining provisions of this Agreement shall remain in effect. +5. Entire Agreement. This Agreement constitutes the entire agreement between the parties. + +EXHIBIT 1 +UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE + +See Terms of Use +for definitions of Unicode Inc.’s Data Files and Software. + +NOTICE TO USER: Carefully read the following legal agreement. +BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S +DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), +YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE +TERMS AND CONDITIONS OF THIS AGREEMENT. +IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE +THE DATA FILES OR SOFTWARE. + +COPYRIGHT AND PERMISSION NOTICE + +Copyright © 1991-2022 Unicode, Inc. All rights reserved. +Distributed under the Terms of Use in https://www.unicode.org/copyright.html. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +html + +Copyright (c) 2006-2012 The Authors + +Contributors: +James Graham - jg307@cam.ac.uk +Anne van Kesteren - annevankesteren@gmail.com +Lachlan Hunt - lachlan.hunt@lachy.id.au +Matt McDonald - kanashii@kanashii.ca +Sam Ruby - rubys@intertwingly.net +Ian Hickson (Google) - ian@hixie.ch +Thomas Broyer - t.broyer@ltgt.net +Jacques Distler - distler@golem.ph.utexas.edu +Henri Sivonen - hsivonen@iki.fi +Adam Barth - abarth@webkit.org +Eric Seidel - eric@webkit.org +The Mozilla Foundation (contributions from Henri Sivonen since 2008) +David Flanagan (Mozilla) - dflanagan@mozilla.com +Google LLC (contributed the Dart port) - misc@dartlang.org + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +-------------------------------------------------------------------------------- +http +http_parser +matcher +path +source_span +string_scanner + +Copyright 2014, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +icu + +# Copyright (c) 2006-2015 International Business Machines Corporation, + # Apple Inc., and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2001, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2002, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1995-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2008, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2012, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2014, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1996-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2000, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2005, International Business Machines Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2009,2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2010, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2011, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2011,2014-2015 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2012, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines * +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2013, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1997-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1998-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2001, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2006,2013 IBM Corp. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2007, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2008, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2010, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2011, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2015 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation + and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 1999-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2004, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2012, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2000-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2005, International Business Machines Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2008,2010 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011, International Business Machines Corporation. * +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2011,2014 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2012, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2013, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2014, International Business Machines Corporation. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2015 IBM and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2015, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2016, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2001-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2005, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2008 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2008, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2011 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2011, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2014 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015, International Business Machines Corporation and others. + All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016 International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines Corporation and others. + All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2002-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2008, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2009, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003 - 2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2008, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2009,2012,2016 International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2010, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2014, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2015, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2016, International Business Machines * + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2003-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004 - 2008, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2004-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2005-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006 International Business Machines Corporation * +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006-2012, International Business Machines Corporation and others. * +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006-2014, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2006-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2008, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2008, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2008, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2014, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2007-2016, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008, Google, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2009, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2011, International Business Machines +Corporation, Google and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2012, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2014, Google, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2014, Google, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, Google, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2008-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2010 IBM Corporation and Others. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2010, Google, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2010, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines + Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2011, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2015, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2016, International Business Machines Corporation, * +Google, and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2009-2017, International Business Machines Corporation, * +Google, and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010 , Yahoo! Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012,2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2012,2015 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2014, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2010-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2012, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2013, Apple Inc. and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2013, Apple Inc.; Unicode, Inc.; and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2015, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2011-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012 International Business Machines Corporation +and others. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012,2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2012-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines Corporation and * +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2014, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2013-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines Corporation and +others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2014-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2015-2016, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 and later: Unicode, Inc. and others. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (C) The Internet Society (2002). All Rights Reserved. + +This document and translations of it may be copied and furnished to +others, and derivative works that comment on or otherwise explain it +or assist in its implementation may be prepared, copied, published +and distributed, in whole or in part, without restriction of any +kind, provided that the above copyright notice and this paragraph are +included on all such copies and derivative works. However, this +document itself may not be modified in any way, such as by removing +the copyright notice or references to the Internet Society or other +Internet organizations, except as needed for the purpose of +developing Internet standards in which case the procedures for +copyrights defined in the Internet Standards process must be +followed, or as required to translate it into languages other than +English. + +The limited permissions granted above are perpetual and will not be +revoked by the Internet Society or its successors or assigns. + +This document and the information contained herein is provided on an +"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING +TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING +BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION +HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF +MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. +-------------------------------------------------------------------------------- +icu + +Copyright (C) {1999-2001}, International Business Machines Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2015, International Business Machines Corporation and others. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2016, International Business Machines Corporation + and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1996-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2011, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1997-2016, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1999-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 1999-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2000-2004 IBM, Inc. and Others. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2000-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2000-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2005, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2007, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2010 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2012, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2001-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2005, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2005, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2006, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2007, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2010, International Business Machines Corporation * +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2011, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2012, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2014, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2016 International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2002-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2008, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2010 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2003-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2006, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2010, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2014 International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2015, International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2004-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2012, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2012, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2013, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2014, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2007-2016, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2008-2010, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2008-2011, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2008-2015, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2009, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2011-2012 International Business Machines Corporation +and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2014, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2014-2016, International Business Machines +Corporation and others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) 2015, International Business Machines Corporation and +others. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2010. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2011. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2012. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2014. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright (c) IBM Corporation, 2000-2016. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu + +Copyright 2001 and onwards Google Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright 2004 and onwards Google Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +Copyright 2007 Google Inc. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. +-------------------------------------------------------------------------------- +icu + +UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE + +See Terms of Use +for definitions of Unicode Inc.’s Data Files and Software. + +NOTICE TO USER: Carefully read the following legal agreement. +BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S +DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), +YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE +TERMS AND CONDITIONS OF THIS AGREEMENT. +IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE +THE DATA FILES OR SOFTWARE. + +COPYRIGHT AND PERMISSION NOTICE + +Copyright © 1991-2023 Unicode, Inc. All rights reserved. +Distributed under the Terms of Use in https://www.unicode.org/copyright.html. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. + +Third-Party Software Licenses + +This section contains third-party software notices and/or additional +terms for licensed third-party software components included within ICU +libraries. + +ICU License - ICU 1.8.1 to ICU 57.1 + +COPYRIGHT AND PERMISSION NOTICE + +Copyright (c) 1995-2016 International Business Machines Corporation and others +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, and/or sell copies of the Software, and to permit persons +to whom the Software is furnished to do so, provided that the above +copyright notice(s) and this permission notice appear in all copies of +the Software and that both the above copyright notice(s) and this +permission notice appear in supporting documentation. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR +HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY +SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF +CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, use +or other dealings in this Software without prior written authorization +of the copyright holder. + +All trademarks and registered trademarks mentioned herein are the +property of their respective owners. + +Chinese/Japanese Word Break Dictionary Data (cjdict.txt) + +The Google Chrome software developed by Google is licensed under +the BSD license. Other software included in this distribution is +provided under other licenses, as set forth below. + +The BSD License +http://opensource.org/licenses/bsd-license.php +Copyright (C) 2006-2008, Google Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. +Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following +disclaimer in the documentation and/or other materials provided with +the distribution. +Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND +CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The word list in cjdict.txt are generated by combining three word lists +listed below with further processing for compound word breaking. The +frequency is generated with an iterative training against Google web +corpora. + +* Libtabe (Chinese) + - https://sourceforge.net/project/?group_id=1519 + - Its license terms and conditions are shown below. + +* IPADIC (Japanese) + - http://chasen.aist-nara.ac.jp/chasen/distribution.html + - Its license terms and conditions are shown below. + +Copyright (c) 1999 TaBE Project. +Copyright (c) 1999 Pai-Hsiang Hsiao. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. +. Neither the name of the TaBE Project nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + +Copyright (c) 1999 Computer Systems and Communication Lab, + Institute of Information Science, Academia + Sinica. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. +. Neither the name of the Computer Systems and Communication Lab + nor the names of its contributors may be used to endorse or + promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + +Copyright 1996 Chih-Hao Tsai @ Beckman Institute, + University of Illinois +c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4 + +Copyright 2000, 2001, 2002, 2003 Nara Institute of Science +and Technology. All Rights Reserved. + +Use, reproduction, and distribution of this software is permitted. +Any copy of this software, whether in its original form or modified, +must include both the above copyright notice and the following +paragraphs. + +Nara Institute of Science and Technology (NAIST), +the copyright holders, disclaims all warranties with regard to this +software, including all implied warranties of merchantability and +fitness, in no event shall NAIST be liable for +any special, indirect or consequential damages or any damages +whatsoever resulting from loss of use, data or profits, whether in an +action of contract, negligence or other tortuous action, arising out +of or in connection with the use or performance of this software. + +A large portion of the dictionary entries +originate from ICOT Free Software. The following conditions for ICOT +Free Software applies to the current dictionary as well. + +Each User may also freely distribute the Program, whether in its +original form or modified, to any third party or parties, PROVIDED +that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear +on, or be attached to, the Program, which is distributed substantially +in the same form as set out herein and that such intended +distribution, if actually made, will neither violate or otherwise +contravene any of the laws and regulations of the countries having +jurisdiction over the User or the intended distribution itself. + +NO WARRANTY + +The program was produced on an experimental basis in the course of the +research and development conducted during the project and is provided +to users as so produced on an experimental basis. Accordingly, the +program is provided without any warranty whatsoever, whether express, +implied, statutory or otherwise. The term "warranty" used herein +includes, but is not limited to, any warranty of the quality, +performance, merchantability and fitness for a particular purpose of +the program and the nonexistence of any infringement or violation of +any right of any third party. + +Each user of the program will agree and understand, and be deemed to +have agreed and understood, that there is no warranty whatsoever for +the program and, accordingly, the entire risk arising from or +otherwise connected with the program is assumed by the user. + +Therefore, neither ICOT, the copyright holder, or any other +organization that participated in or was otherwise related to the +development of the program and their respective officials, directors, +officers and other employees shall be held liable for any and all +damages, including, without limitation, general, special, incidental +and consequential damages, arising out of or otherwise in connection +with the use or inability to use the program or any product, material +or result produced or otherwise obtained by using the program, +regardless of whether they have been advised of, or otherwise had +knowledge of, the possibility of such damages at any time during the +project or thereafter. Each user will be deemed to have agreed to the +foregoing by his or her commencement of use of the program. The term +"use" as used herein includes, but is not limited to, the use, +modification, copying and distribution of the program and the +production of secondary products from the program. + +In the case where the program, whether in its original form or +modified, was distributed or delivered to or received by a user from +any person, organization or entity other than ICOT, unless it makes or +grants independently of ICOT any specific warranty to the user in +writing, such person, organization or entity, will also be exempted +from and not be held liable to the user for any such damages as noted +above as far as the program is concerned. + +Lao Word Break Dictionary Data (laodict.txt) + +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2015 International Business Machines Corporation +and others. All Rights Reserved. + +Project: https://github.com/rober42539/lao-dictionary +Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt +License: https://github.com/rober42539/lao-dictionary/LICENSE.txt + (copied below) + +This file is derived from the above dictionary version of Nov 22, 2020 + +Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. Redistributions in binary +form must reproduce the above copyright notice, this list of conditions and +the following disclaimer in the documentation and/or other materials +provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. + +Burmese Word Break Dictionary Data (burmesedict.txt) + +Copyright (c) 2014 International Business Machines Corporation +and others. All Rights Reserved. + +This list is part of a project hosted at: + github.com/kanyawtech/myanmar-karen-word-lists + +Copyright (c) 2013, LeRoy Benjamin Sharon +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: Redistributions of source code must retain the above +copyright notice, this list of conditions and the following +disclaimer. Redistributions in binary form must reproduce the +above copyright notice, this list of conditions and the following +disclaimer in the documentation and/or other materials provided +with the distribution. + + Neither the name Myanmar Karen Word Lists, nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND +CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR +TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF +THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +Google double-conversion + +Copyright 2006-2011, the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +File: install-sh (only for ICU4C) + + +Copyright 1991 by the Massachusetts Institute of Technology + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of M.I.T. not be used in advertising or +publicity pertaining to distribution of the software without specific, +written prior permission. M.I.T. makes no representations about the +suitability of this software for any purpose. It is provided "as is" +without express or implied warranty. +-------------------------------------------------------------------------------- +icu + +punycode.c 0.4.0 (2001-Nov-17-Sat) +http://www.cs.berkeley.edu/~amc/idn/ +Adam M. Costello +http://www.nicemice.net/amc/ + +Disclaimer and license + + Regarding this entire document or any portion of it (including + the pseudocode and C code), the author makes no guarantees and + is not responsible for any damage resulting from its use. The + author grants irrevocable permission to anyone to use, modify, + and distribute it in any way that does not diminish the rights + of anyone else to use, modify, and distribute it, provided that + redistributed derivative works do not contain misleading author or + version information. Derivative works need not be licensed under + similar terms. +-------------------------------------------------------------------------------- +include + +Copyright (C) 2011 Nick Bruun +Copyright (C) 2013 Vlad Lazarenko +Copyright (C) 2014 Nicolas Pauss +-------------------------------------------------------------------------------- +include + +Copyright (c) 2008-2009 Bjoern Hoehrmann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +include + +Copyright (c) 2009 Florian Loitsch. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +include + +Copyright (c) 2011 - Nick Bruun. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. If you meet (any of) the author(s), you're encouraged to buy them a beer, + a drink or whatever is suited to the situation, given that you like the + software. +4. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +include + +Copyright (c) 2013-2019 Niels Lohmann . + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +inja + +Copyright (c) 2018-2021 Berscheid + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +inja + +Copyright (c) 2018-2021 Lars Berscheid + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +json + +Copyright (c) 2013-2022 Niels Lohmann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +json_annotation +platform + +Copyright 2017, the Dart project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +khronos + +Copyright (c) 2007-2012 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +khronos + +Copyright (c) 2008-2009 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +khronos + +Copyright (c) 2013-2014 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +khronos + +Copyright (c) 2013-2016 The Khronos Group Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +libXNVCtrl + +Copyright (c) 2008 NVIDIA, Corporation + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +libXNVCtrl + +Copyright (c) 2010 NVIDIA, Corporation + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +libcxx + +Copyright 2018 Ulf Adams +Copyright (c) Microsoft Corporation. All rights reserved. + +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +libcxx +libcxxabi + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +--- LLVM Exceptions to the Apache 2.0 License ---- + +As an exception, if, as a result of your compiling your source code, portions +of this Software are embedded into an Object form of such source code, you +may redistribute such embedded portions in such Object form without complying +with the conditions of Sections 4(a), 4(b) and 4(d) of the License. + +In addition, if you combine or link compiled forms of this Software with +software that is licensed under the GPLv2 ("Combined Software") and if a +court of competent jurisdiction determines that the patent provision (Section +3), the indemnity provision (Section 9) or other Section of the License +conflicts with the conditions of the GPLv2, you may retroactively and +prospectively choose to deem waived or otherwise exclude such Section(s) of +the License, but only in their entirety and only with respect to the Combined +Software. +-------------------------------------------------------------------------------- +libcxx +libcxxabi + +Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +libcxx +libcxxabi + +Copyright (c) 2009-2019 by the contributors listed in CREDITS.TXT + +All rights reserved. + +Developed by: + + LLVM Team + + University of Illinois at Urbana-Champaign + + http://llvm.org + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal with +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimers. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimers in the + documentation and/or other materials provided with the distribution. + + * Neither the names of the LLVM Team, University of Illinois at + Urbana-Champaign, nor the names of its contributors may be used to + endorse or promote products derived from this Software without specific + prior written permission. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE +SOFTWARE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 1988 by Jef Poskanzer. + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided +that the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. This software is provided "as is" without express or +implied warranty. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 1989 by Jef Poskanzer. +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided +that the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. This software is provided "as is" without express or +implied warranty. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies). +All Rights Reserved. +Author: Siarhei Siamashka +Copyright (C) 2013-2014, Linaro Limited. All Rights Reserved. +Author: Ragesh Radhakrishnan +Copyright (C) 2014-2016, D. R. Commander. All Rights Reserved. +Copyright (C) 2015-2016, Matthieu Darbois. All Rights Reserved. +Copyright (C) 2016, Siarhei Siamashka. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies). +All Rights Reserved. +Author: Siarhei Siamashka +Copyright (C) 2014, Siarhei Siamashka. All Rights Reserved. +Copyright (C) 2014, Linaro Limited. All Rights Reserved. +Copyright (C) 2015, D. R. Commander. All Rights Reserved. +Copyright (C) 2015-2016, Matthieu Darbois. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2013, MIPS Technologies, Inc., California. +All Rights Reserved. +Authors: Teodora Novkovic (teodora.novkovic@imgtec.com) + Darko Laus (darko.laus@imgtec.com) +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2013-2014, MIPS Technologies, Inc., California. +All Rights Reserved. +Authors: Teodora Novkovic (teodora.novkovic@imgtec.com) + Darko Laus (darko.laus@imgtec.com) +Copyright (C) 2015, D. R. Commander. All Rights Reserved. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2014, D. R. Commander. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2014-2015, D. R. Commander. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2014-2015, D. R. Commander. All Rights Reserved. +Copyright (C) 2014, Jay Foad. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C) 2015, D. R. Commander. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2009-2014 D. R. Commander. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2009-2015 D. R. Commander. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2009-2016 D. R. Commander. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2011 D. R. Commander. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2011, 2015 D. R. Commander. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2011-2016 D. R. Commander. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2010, D. R. Commander. + +Based on the x86 SIMD extension for IJG JPEG library - version 1.02 + +Copyright (C) 1999-2006, MIYASAKA Masaru. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo + +We are also required to state that + "The Graphics Interchange Format(c) is the Copyright property of + CompuServe Incorporated. GIF(sm) is a Service Mark property of + CompuServe Incorporated." +-------------------------------------------------------------------------------- +libjpeg-turbo + +libjpeg-turbo Licenses +====================== + +libjpeg-turbo is covered by three compatible BSD-style open source licenses: + +- The IJG (Independent JPEG Group) License, which is listed in + [README.ijg](README.ijg) + + This license applies to the libjpeg API library and associated programs + (any code inherited from libjpeg, and any modifications to that code.) + +- The Modified (3-clause) BSD License, which is listed in + [turbojpeg.c](turbojpeg.c) + + This license covers the TurboJPEG API library and associated programs. + +- The zlib License, which is listed in [simd/jsimdext.inc](simd/jsimdext.inc) + + This license is a subset of the other two, and it covers the libjpeg-turbo + SIMD extensions. + + +Complying with the libjpeg-turbo Licenses +========================================= + +This section provides a roll-up of the libjpeg-turbo licensing terms, to the +best of our understanding. + +1. If you are distributing a modified version of the libjpeg-turbo source, + then: + + 1. You cannot alter or remove any existing copyright or license notices + from the source. + + **Origin** + - Clause 1 of the IJG License + - Clause 1 of the Modified BSD License + - Clauses 1 and 3 of the zlib License + + 2. You must add your own copyright notice to the header of each source + file you modified, so others can tell that you modified that file (if + there is not an existing copyright header in that file, then you can + simply add a notice stating that you modified the file.) + + **Origin** + - Clause 1 of the IJG License + - Clause 2 of the zlib License + + 3. You must include the IJG README file, and you must not alter any of the + copyright or license text in that file. + + **Origin** + - Clause 1 of the IJG License + +2. If you are distributing only libjpeg-turbo binaries without the source, or + if you are distributing an application that statically links with + libjpeg-turbo, then: + + 1. Your product documentation must include a message stating: + + This software is based in part on the work of the Independent JPEG + Group. + + **Origin** + - Clause 2 of the IJG license + + 2. If your binary distribution includes or uses the TurboJPEG API, then + your product documentation must include the text of the Modified BSD + License. + + **Origin** + - Clause 2 of the Modified BSD License + +3. You cannot use the name of the IJG or The libjpeg-turbo Project or the + contributors thereof in advertising, publicity, etc. + + **Origin** + - IJG License + - Clause 3 of the Modified BSD License + +4. The IJG and The libjpeg-turbo Project do not warrant libjpeg-turbo to be + free of defects, nor do we accept any liability for undesirable + consequences resulting from your use of the software. + + **Origin** + - IJG License + - Modified BSD License + - zlib License +-------------------------------------------------------------------------------- +libjpeg-turbo + +libjpeg-turbo note: This file has been modified by The libjpeg-turbo Project +to include only information relevant to libjpeg-turbo, to wordsmith certain +sections, and to remove impolitic language that existed in the libjpeg v8 +README. It is included only for reference. Please see README.md for +information specific to libjpeg-turbo. + + +The Independent JPEG Group's JPEG software +========================================== + +This distribution contains a release of the Independent JPEG Group's free JPEG +software. You are welcome to redistribute this software and to use it for any +purpose, subject to the conditions under LEGAL ISSUES, below. + +This software is the work of Tom Lane, Guido Vollbeding, Philip Gladstone, +Bill Allombert, Jim Boucher, Lee Crocker, Bob Friesenhahn, Ben Jackson, +Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, Ge' Weijers, +and other members of the Independent JPEG Group. + +IJG is not affiliated with the ISO/IEC JTC1/SC29/WG1 standards committee +(also known as JPEG, together with ITU-T SG16). + + +DOCUMENTATION ROADMAP +===================== + +This file contains the following sections: + +OVERVIEW General description of JPEG and the IJG software. +LEGAL ISSUES Copyright, lack of warranty, terms of distribution. +REFERENCES Where to learn more about JPEG. +ARCHIVE LOCATIONS Where to find newer versions of this software. +FILE FORMAT WARS Software *not* to get. +TO DO Plans for future IJG releases. + +Other documentation files in the distribution are: + +User documentation: + usage.txt Usage instructions for cjpeg, djpeg, jpegtran, + rdjpgcom, and wrjpgcom. + *.1 Unix-style man pages for programs (same info as usage.txt). + wizard.txt Advanced usage instructions for JPEG wizards only. + change.log Version-to-version change highlights. +Programmer and internal documentation: + libjpeg.txt How to use the JPEG library in your own programs. + example.c Sample code for calling the JPEG library. + structure.txt Overview of the JPEG library's internal structure. + coderules.txt Coding style rules --- please read if you contribute code. + +Please read at least usage.txt. Some information can also be found in the JPEG +FAQ (Frequently Asked Questions) article. See ARCHIVE LOCATIONS below to find +out where to obtain the FAQ article. + +If you want to understand how the JPEG code works, we suggest reading one or +more of the REFERENCES, then looking at the documentation files (in roughly +the order listed) before diving into the code. + + +OVERVIEW +======== + +This package contains C software to implement JPEG image encoding, decoding, +and transcoding. JPEG (pronounced "jay-peg") is a standardized compression +method for full-color and grayscale images. JPEG's strong suit is compressing +photographic images or other types of images that have smooth color and +brightness transitions between neighboring pixels. Images with sharp lines or +other abrupt features may not compress well with JPEG, and a higher JPEG +quality may have to be used to avoid visible compression artifacts with such +images. + +JPEG is lossy, meaning that the output pixels are not necessarily identical to +the input pixels. However, on photographic content and other "smooth" images, +very good compression ratios can be obtained with no visible compression +artifacts, and extremely high compression ratios are possible if you are +willing to sacrifice image quality (by reducing the "quality" setting in the +compressor.) + +This software implements JPEG baseline, extended-sequential, and progressive +compression processes. Provision is made for supporting all variants of these +processes, although some uncommon parameter settings aren't implemented yet. +We have made no provision for supporting the hierarchical or lossless +processes defined in the standard. + +We provide a set of library routines for reading and writing JPEG image files, +plus two sample applications "cjpeg" and "djpeg", which use the library to +perform conversion between JPEG and some other popular image file formats. +The library is intended to be reused in other applications. + +In order to support file conversion and viewing software, we have included +considerable functionality beyond the bare JPEG coding/decoding capability; +for example, the color quantization modules are not strictly part of JPEG +decoding, but they are essential for output to colormapped file formats or +colormapped displays. These extra functions can be compiled out of the +library if not required for a particular application. + +We have also included "jpegtran", a utility for lossless transcoding between +different JPEG processes, and "rdjpgcom" and "wrjpgcom", two simple +applications for inserting and extracting textual comments in JFIF files. + +The emphasis in designing this software has been on achieving portability and +flexibility, while also making it fast enough to be useful. In particular, +the software is not intended to be read as a tutorial on JPEG. (See the +REFERENCES section for introductory material.) Rather, it is intended to +be reliable, portable, industrial-strength code. We do not claim to have +achieved that goal in every aspect of the software, but we strive for it. + +We welcome the use of this software as a component of commercial products. +No royalty is required, but we do ask for an acknowledgement in product +documentation, as described under LEGAL ISSUES. + + +LEGAL ISSUES +============ + +In plain English: + +1. We don't promise that this software works. (But if you find any bugs, + please let us know!) +2. You can use this software for whatever you want. You don't have to pay us. +3. You may not pretend that you wrote this software. If you use it in a + program, you must acknowledge somewhere in your documentation that + you've used the IJG code. + +In legalese: + +The authors make NO WARRANTY or representation, either express or implied, +with respect to this software, its quality, accuracy, merchantability, or +fitness for a particular purpose. This software is provided "AS IS", and you, +its user, assume the entire risk as to its quality and accuracy. + +This software is copyright (C) 1991-2016, Thomas G. Lane, Guido Vollbeding. +All Rights Reserved except as specified below. + +Permission is hereby granted to use, copy, modify, and distribute this +software (or portions thereof) for any purpose, without fee, subject to these +conditions: +(1) If any part of the source code for this software is distributed, then this +README file must be included, with this copyright and no-warranty notice +unaltered; and any additions, deletions, or changes to the original files +must be clearly indicated in accompanying documentation. +(2) If only executable code is distributed, then the accompanying +documentation must state that "this software is based in part on the work of +the Independent JPEG Group". +(3) Permission for use of this software is granted only if the user accepts +full responsibility for any undesirable consequences; the authors accept +NO LIABILITY for damages of any kind. + +These conditions apply to any software derived from or based on the IJG code, +not just to the unmodified library. If you use our work, you ought to +acknowledge us. + +Permission is NOT granted for the use of any IJG author's name or company name +in advertising or publicity relating to this software or products derived from +it. This software may be referred to only as "the Independent JPEG Group's +software". + +We specifically permit and encourage the use of this software as the basis of +commercial products, provided that all warranty or liability claims are +assumed by the product vendor. + + +The Unix configuration script "configure" was produced with GNU Autoconf. +It is copyright by the Free Software Foundation but is freely distributable. +The same holds for its supporting scripts (config.guess, config.sub, +ltmain.sh). Another support script, install-sh, is copyright by X Consortium +but is also freely distributable. + +The IJG distribution formerly included code to read and write GIF files. +To avoid entanglement with the Unisys LZW patent (now expired), GIF reading +support has been removed altogether, and the GIF writer has been simplified +to produce "uncompressed GIFs". This technique does not use the LZW +algorithm; the resulting GIF files are larger than usual, but are readable +by all standard GIF decoders. + +We are required to state that + "The Graphics Interchange Format(c) is the Copyright property of + CompuServe Incorporated. GIF(sm) is a Service Mark property of + CompuServe Incorporated." + + +REFERENCES +========== + +We recommend reading one or more of these references before trying to +understand the innards of the JPEG software. + +The best short technical introduction to the JPEG compression algorithm is + Wallace, Gregory K. "The JPEG Still Picture Compression Standard", + Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44. +(Adjacent articles in that issue discuss MPEG motion picture compression, +applications of JPEG, and related topics.) If you don't have the CACM issue +handy, a PDF file containing a revised version of Wallace's article is +available at http://www.ijg.org/files/Wallace.JPEG.pdf. The file (actually +a preprint for an article that appeared in IEEE Trans. Consumer Electronics) +omits the sample images that appeared in CACM, but it includes corrections +and some added material. Note: the Wallace article is copyright ACM and IEEE, +and it may not be used for commercial purposes. + +A somewhat less technical, more leisurely introduction to JPEG can be found in +"The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by +M&T Books (New York), 2nd ed. 1996, ISBN 1-55851-434-1. This book provides +good explanations and example C code for a multitude of compression methods +including JPEG. It is an excellent source if you are comfortable reading C +code but don't know much about data compression in general. The book's JPEG +sample code is far from industrial-strength, but when you are ready to look +at a full implementation, you've got one here... + +The best currently available description of JPEG is the textbook "JPEG Still +Image Data Compression Standard" by William B. Pennebaker and Joan L. +Mitchell, published by Van Nostrand Reinhold, 1993, ISBN 0-442-01272-1. +Price US$59.95, 638 pp. The book includes the complete text of the ISO JPEG +standards (DIS 10918-1 and draft DIS 10918-2). + +The original JPEG standard is divided into two parts, Part 1 being the actual +specification, while Part 2 covers compliance testing methods. Part 1 is +titled "Digital Compression and Coding of Continuous-tone Still Images, +Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS +10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of +Continuous-tone Still Images, Part 2: Compliance testing" and has document +numbers ISO/IEC IS 10918-2, ITU-T T.83. + +The JPEG standard does not specify all details of an interchangeable file +format. For the omitted details we follow the "JFIF" conventions, revision +1.02. JFIF 1.02 has been adopted as an Ecma International Technical Report +and thus received a formal publication status. It is available as a free +download in PDF format from +http://www.ecma-international.org/publications/techreports/E-TR-098.htm. +A PostScript version of the JFIF document is available at +http://www.ijg.org/files/jfif.ps.gz. There is also a plain text version at +http://www.ijg.org/files/jfif.txt.gz, but it is missing the figures. + +The TIFF 6.0 file format specification can be obtained by FTP from +ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme +found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems. +IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6). +Instead, we recommend the JPEG design proposed by TIFF Technical Note #2 +(Compression tag 7). Copies of this Note can be obtained from +http://www.ijg.org/files/. It is expected that the next revision +of the TIFF spec will replace the 6.0 JPEG design with the Note's design. +Although IJG's own code does not support TIFF/JPEG, the free libtiff library +uses our library to implement TIFF/JPEG per the Note. + + +ARCHIVE LOCATIONS +================= + +The "official" archive site for this software is www.ijg.org. +The most recent released version can always be found there in +directory "files". + +The JPEG FAQ (Frequently Asked Questions) article is a source of some +general information about JPEG. +It is available on the World Wide Web at http://www.faqs.org/faqs/jpeg-faq/ +and other news.answers archive sites, including the official news.answers +archive at rtfm.mit.edu: ftp://rtfm.mit.edu/pub/usenet/news.answers/jpeg-faq/. +If you don't have Web or FTP access, send e-mail to mail-server@rtfm.mit.edu +with body + send usenet/news.answers/jpeg-faq/part1 + send usenet/news.answers/jpeg-faq/part2 + + +FILE FORMAT WARS +================ + +The ISO/IEC JTC1/SC29/WG1 standards committee (also known as JPEG, together +with ITU-T SG16) currently promotes different formats containing the name +"JPEG" which are incompatible with original DCT-based JPEG. IJG therefore does +not support these formats (see REFERENCES). Indeed, one of the original +reasons for developing this free software was to help force convergence on +common, interoperable format standards for JPEG files. +Don't use an incompatible file format! +(In any case, our decoder will remain capable of reading existing JPEG +image files indefinitely.) + + +TO DO +===== + +Please send bug reports, offers of help, etc. to jpeg-info@jpegclub.org. +-------------------------------------------------------------------------------- +libjxl + +Copyright 2021 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libmicrohttpd +skia + +Copyright (c) 2011 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libpng + +COPYRIGHT NOTICE, DISCLAIMER, and LICENSE +========================================= + +PNG Reference Library License version 2 +--------------------------------------- + +* Copyright (c) 1995-2019 The PNG Reference Library Authors. +* Copyright (c) 2018-2019 Cosmin Truta. +* Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson. +* Copyright (c) 1996-1997 Andreas Dilger. +* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. + +The software is supplied "as is", without warranty of any kind, +express or implied, including, without limitation, the warranties +of merchantability, fitness for a particular purpose, title, and +non-infringement. In no event shall the Copyright owners, or +anyone distributing the software, be liable for any damages or +other liability, whether in contract, tort or otherwise, arising +from, out of, or in connection with the software, or the use or +other dealings in the software, even if advised of the possibility +of such damage. + +Permission is hereby granted to use, copy, modify, and distribute +this software, or portions hereof, for any purpose, without fee, +subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you + must not claim that you wrote the original software. If you + use this software in a product, an acknowledgment in the product + documentation would be appreciated, but is not required. + +2. Altered source versions must be plainly marked as such, and must + not be misrepresented as being the original software. + +3. This Copyright notice may not be removed or altered from any + source or altered source distribution. + + +PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35) +----------------------------------------------------------------------- + +libpng versions 1.0.7, July 1, 2000, through 1.6.35, July 15, 2018 are +Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are +derived from libpng-1.0.6, and are distributed according to the same +disclaimer and license as libpng-1.0.6 with the following individuals +added to the list of Contributing Authors: + + Simon-Pierre Cadieux + Eric S. Raymond + Mans Rullgard + Cosmin Truta + Gilles Vollant + James Yu + Mandar Sahastrabuddhe + Google Inc. + Vadim Barkov + +and with the following additions to the disclaimer: + + There is no warranty against interference with your enjoyment of + the library or against infringement. There is no warranty that our + efforts or the library will fulfill any of your particular purposes + or needs. This library is provided with all faults, and the entire + risk of satisfactory quality, performance, accuracy, and effort is + with the user. + +Some files in the "contrib" directory and some configure-generated +files that are distributed with libpng have other copyright owners, and +are released under other open source licenses. + +libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are +Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from +libpng-0.96, and are distributed according to the same disclaimer and +license as libpng-0.96, with the following individuals added to the +list of Contributing Authors: + + Tom Lane + Glenn Randers-Pehrson + Willem van Schaik + +libpng versions 0.89, June 1996, through 0.96, May 1997, are +Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88, +and are distributed according to the same disclaimer and license as +libpng-0.88, with the following individuals added to the list of +Contributing Authors: + + John Bowler + Kevin Bracey + Sam Bushell + Magnus Holmgren + Greg Roelofs + Tom Tanner + +Some files in the "scripts" directory have other copyright owners, +but are released under this license. + +libpng versions 0.5, May 1995, through 0.88, January 1996, are +Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. + +For the purposes of this copyright and license, "Contributing Authors" +is defined as the following set of individuals: + + Andreas Dilger + Dave Martindale + Guy Eric Schalnat + Paul Schmidt + Tim Wegner + +The PNG Reference Library is supplied "AS IS". The Contributing +Authors and Group 42, Inc. disclaim all warranties, expressed or +implied, including, without limitation, the warranties of +merchantability and of fitness for any purpose. The Contributing +Authors and Group 42, Inc. assume no liability for direct, indirect, +incidental, special, exemplary, or consequential damages, which may +result from the use of the PNG Reference Library, even if advised of +the possibility of such damage. + +Permission is hereby granted to use, copy, modify, and distribute this +source code, or portions hereof, for any purpose, without fee, subject +to the following restrictions: + +1. The origin of this source code must not be misrepresented. + +2. Altered versions must be plainly marked as such and must not + be misrepresented as being the original source. + +3. This Copyright notice may not be removed or altered from any + source or altered source distribution. + +The Contributing Authors and Group 42, Inc. specifically permit, +without fee, and encourage the use of this source code as a component +to supporting the PNG file format in commercial products. If you use +this source code in a product, acknowledgment is not required but would +be appreciated. +-------------------------------------------------------------------------------- +libtess2 + +Copyright (C) [dates of first publication] Silicon Graphics, Inc. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice including the dates of first publication and either this +permission notice or a reference to http://oss.sgi.com/projects/FreeB/ shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SILICON GRAPHICS, INC. +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE +OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of Silicon Graphics, Inc. shall not +be used in advertising or otherwise to promote the sale, use or other dealings in +this Software without prior written authorization from Silicon Graphics, Inc. +-------------------------------------------------------------------------------- +libwebp + +Copyright (c) 2010, Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2010 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2011 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2012 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2013 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2014 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2015 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2016 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2017 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2018 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2021 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp + +Copyright 2022 Google Inc. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +lints + +Copyright 2021, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +perfetto + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +Copyright (c) 2017, The Android Open Source Project + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +platform_detect + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2017 Workiva Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +-------------------------------------------------------------------------------- +rapidjson + +Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip-> All rights reserved-> + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +rapidjson + +Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +rapidjson + +Copyright (c) 2006-2013 Alexander Chemeris + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of the product nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +rapidjson + +The above software in this distribution may have been modified by +THL A29 Limited ("Tencent Modifications"). +All Tencent Modifications are Copyright (C) 2015 THL A29 Limited. +-------------------------------------------------------------------------------- +root_certificates + +Mozilla Public License Version 2.0 +================================== + +1. Definitions +-------------- + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. + +You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/root_certificates/+/692f6d6488af68e0121317a9c2c9eb393eb0ee50 + +-------------------------------------------------------------------------------- +screen_retriever +window_manager + +MIT License + +Copyright (c) 2022 LiJianying + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +shimmer + +Copyright 2013, the Dart project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +skia + +Copyright (C) 2014 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright (c) 2011 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright (c) 2014 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2005 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2006 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2006-2012 The Android Open Source Project +Copyright 2012 Mozilla Foundation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2007 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2008 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2008 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2009 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2009-2015 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2010 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2010 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2011 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2011 Google Inc. +Copyright 2012 Mozilla Foundation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2011 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2012 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2012 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2012 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2013 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2013 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2014 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2014 Google Inc. +Copyright 2017 ARM Ltd. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2014 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2015 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2015 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2016 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2016 Mozilla Foundation + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2016 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2017 ARM Ltd. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2017 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2018 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google LLC. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2019 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google LLC. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2020 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2021 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2022 Google, LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2023 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2023 Google LLC + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2023 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright 2023 The Android Open Source Project + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +spirv-cross + +Copyright 2014-2016,2021 The Khronos Group, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +spring_animation + +Copyright (c) Meta Platforms, Inc. and affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +sqlite + +The source code for SQLite is in the public domain. No claim of +copyright is made on any part of the core source code. (The +documentation and test code is a different matter - some sections of +documentation and test logic are governed by open-source licenses.) +All contributors to the SQLite core software have signed affidavits +specifically disavowing any copyright interest in the code. This means +that anybody is able to legally do anything they want with the SQLite +source code. + +There are other SQL database engines with liberal licenses that allow +the code to be broadly and freely used. But those other engines are +still governed by copyright law. SQLite is different in that copyright +law simply does not apply. + +The source code files for other SQL database engines typically begin +with a comment describing your legal rights to view and copy that +file. The SQLite source code contains no license since it is not +governed by copyright. Instead of a license, the SQLite source code +offers a blessing: + +May you do good and not evil +May you find forgiveness for yourself and forgive others +May you share freely, never taking more than you give. +-------------------------------------------------------------------------------- +stack_trace + +Copyright 2014, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +term_glyph + +Copyright 2017, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +test_api + +Copyright 2018, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +ubuntu_service +yaru + +Mozilla Public License Version 2.0 +================================== + +1. Definitions +-------------- + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. + +-------------------------------------------------------------------------------- +universal_html + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +---------------------------------------------------------------------------------------------------- + +This version of "universal_html" contains source code from the Dart package "csslib", which was +obtained from: + https://github.com/dart-lang/csslib + +When the source code was obtained, the original source code had the following license: + +Copyright 2013, the Dart project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +---------------------------------------------------------------------------------------------------- + +This version of "universal_html" contains source code from the Dart package "html", which was +obtained copied from: + https://github.com/dart-lang/html + +When the source code was obtained, the original source code had the following license: + +Copyright (c) 2006-2012 The Authors + +Contributors: +James Graham - jg307@cam.ac.uk +Anne van Kesteren - annevankesteren@gmail.com +Lachlan Hunt - lachlan.hunt@lachy.id.au +Matt McDonald - kanashii@kanashii.ca +Sam Ruby - rubys@intertwingly.net +Ian Hickson (Google) - ian@hixie.ch +Thomas Broyer - t.broyer@ltgt.net +Jacques Distler - distler@golem.ph.utexas.edu +Henri Sivonen - hsivonen@iki.fi +Adam Barth - abarth@webkit.org +Eric Seidel - eric@webkit.org +The Mozilla Foundation (contributions from Henri Sivonen since 2008) +David Flanagan (Mozilla) - dflanagan@mozilla.com +Google Inc. (contributed the Dart port) - misc@dartlang.org + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +---------------------------------------------------------------------------------------------------- + +-------------------------------------------------------------------------------- +universal_io + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS +-------------------------------------------------------------------------------- +vector_math + +Copyright 2015, Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Copyright (C) 2013 Andrew Magill + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. + +-------------------------------------------------------------------------------- +vulkan-validation-layers + +Copyright (C) 2012-2020 Yann Collet + +BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +vulkan-validation-layers +vulkan_memory_allocator + +Copyright (c) 2017-2022 Advanced Micro Devices, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +vulkanmemoryallocator + +Copyright 2018 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +web + +Copyright 2023, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +web_locale_keymap + +Copyright (c) 2022 Google LLC + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +xxhash + +Copyright (C) 2012-2016, Yann Collet + +BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +* Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +xxhash + +Copyright (C) 2012-2016, Yann Collet. + +BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +yaru_icons + + + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. + +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 1998-2005 Gilles Vollant +-------------------------------------------------------------------------------- +zlib + +Copyright (C) 2017 ARM, Inc. +Copyright 2017 The Chromium Authors + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +zlib + +Copyright 2017 The Chromium Authors + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +zlib + +Copyright 2018 The Chromium Authors + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +zlib + +Copyright 2019 The Chromium Authors + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +zlib + +Copyright 2022 The Chromium Authors + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +zlib + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +zlib + +version 1.2.12, March 27th, 2022 + +Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. diff --git a/assets/logo.png b/assets/assets/logo.png similarity index 100% rename from assets/logo.png rename to assets/assets/logo.png diff --git a/assets/packages/flutter_tabler_icons/assets/fonts/tabler-icons.ttf b/assets/packages/flutter_tabler_icons/assets/fonts/tabler-icons.ttf new file mode 100644 index 0000000..94adbbd Binary files /dev/null and b/assets/packages/flutter_tabler_icons/assets/fonts/tabler-icons.ttf differ diff --git a/assets/packages/window_manager/images/ic_chrome_close.png b/assets/packages/window_manager/images/ic_chrome_close.png new file mode 100644 index 0000000..1949491 Binary files /dev/null and b/assets/packages/window_manager/images/ic_chrome_close.png differ diff --git a/assets/packages/window_manager/images/ic_chrome_maximize.png b/assets/packages/window_manager/images/ic_chrome_maximize.png new file mode 100644 index 0000000..672e9e4 Binary files /dev/null and b/assets/packages/window_manager/images/ic_chrome_maximize.png differ diff --git a/assets/packages/window_manager/images/ic_chrome_minimize.png b/assets/packages/window_manager/images/ic_chrome_minimize.png new file mode 100644 index 0000000..05534b4 Binary files /dev/null and b/assets/packages/window_manager/images/ic_chrome_minimize.png differ diff --git a/assets/packages/window_manager/images/ic_chrome_unmaximize.png b/assets/packages/window_manager/images/ic_chrome_unmaximize.png new file mode 100644 index 0000000..52b8f4e Binary files /dev/null and b/assets/packages/window_manager/images/ic_chrome_unmaximize.png differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-B.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-B.ttf new file mode 100644 index 0000000..9ac9509 Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-B.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-BI.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-BI.ttf new file mode 100644 index 0000000..f76901a Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-BI.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-L.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-L.ttf new file mode 100644 index 0000000..831dec9 Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-L.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-LI.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-LI.ttf new file mode 100644 index 0000000..160d87b Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-LI.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-M.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-M.ttf new file mode 100644 index 0000000..18b3ad9 Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-M.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-MI.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-MI.ttf new file mode 100644 index 0000000..74007c2 Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-MI.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-R.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-R.ttf new file mode 100644 index 0000000..f5e1c99 Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-R.ttf differ diff --git a/assets/packages/yaru/src/text/fonts/Ubuntu-RI.ttf b/assets/packages/yaru/src/text/fonts/Ubuntu-RI.ttf new file mode 100644 index 0000000..ddf1b28 Binary files /dev/null and b/assets/packages/yaru/src/text/fonts/Ubuntu-RI.ttf differ diff --git a/assets/packages/yaru_icons/assets/yaru_icons.otf b/assets/packages/yaru_icons/assets/yaru_icons.otf new file mode 100644 index 0000000..77d664c Binary files /dev/null and b/assets/packages/yaru_icons/assets/yaru_icons.otf differ diff --git a/assets/shaders/ink_sparkle.frag b/assets/shaders/ink_sparkle.frag new file mode 100644 index 0000000..04e5efc --- /dev/null +++ b/assets/shaders/ink_sparkle.frag @@ -0,0 +1,124 @@ +{ + "sksl": "// This SkSL shader is autogenerated by spirv-cross.\n\nfloat4 flutter_FragCoord;\n\nuniform vec4 u_color;\nuniform vec4 u_composite_1;\nuniform vec2 u_center;\nuniform float u_max_radius;\nuniform vec2 u_resolution_scale;\nuniform vec2 u_noise_scale;\nuniform float u_noise_phase;\nuniform vec2 u_circle1;\nuniform vec2 u_circle2;\nuniform vec2 u_circle3;\nuniform vec2 u_rotation1;\nuniform vec2 u_rotation2;\nuniform vec2 u_rotation3;\n\nvec4 fragColor;\n\nfloat u_alpha;\nfloat u_sparkle_alpha;\nfloat u_blur;\nfloat u_radius_scale;\n\nvec2 FLT_flutter_local_FlutterFragCoord()\n{\n return flutter_FragCoord.xy;\n}\n\nmat2 FLT_flutter_local_rotate2d(vec2 rad)\n{\n return mat2(vec2(rad.x, -rad.y), vec2(rad.y, rad.x));\n}\n\nfloat FLT_flutter_local_soft_circle(vec2 uv, vec2 xy, float radius, float blur)\n{\n float blur_half = blur * 0.5;\n float d = distance(uv, xy);\n return 1.0 - smoothstep(1.0 - blur_half, 1.0 + blur_half, d / radius);\n}\n\nfloat FLT_flutter_local_circle_grid(vec2 resolution, inout vec2 p, vec2 xy, vec2 rotation, float cell_diameter)\n{\n vec2 param = rotation;\n p = (FLT_flutter_local_rotate2d(param) * (xy - p)) + xy;\n p = mod(p, vec2(cell_diameter)) / resolution;\n float cell_uv = (cell_diameter / resolution.y) * 0.5;\n float r = 0.64999997615814208984375 * cell_uv;\n vec2 param_1 = p;\n vec2 param_2 = vec2(cell_uv);\n float param_3 = r;\n float param_4 = r * 50.0;\n return FLT_flutter_local_soft_circle(param_1, param_2, param_3, param_4);\n}\n\nfloat FLT_flutter_local_turbulence(vec2 uv)\n{\n vec2 uv_scale = uv * vec2(0.800000011920928955078125);\n vec2 param = vec2(0.800000011920928955078125);\n vec2 param_1 = uv_scale;\n vec2 param_2 = u_circle1;\n vec2 param_3 = u_rotation1;\n float param_4 = 0.17000000178813934326171875;\n float _319 = FLT_flutter_local_circle_grid(param, param_1, param_2, param_3, param_4);\n float g1 = _319;\n vec2 param_5 = vec2(0.800000011920928955078125);\n vec2 param_6 = uv_scale;\n vec2 param_7 = u_circle2;\n vec2 param_8 = u_rotation2;\n float param_9 = 0.20000000298023223876953125;\n float _331 = FLT_flutter_local_circle_grid(param_5, param_6, param_7, param_8, param_9);\n float g2 = _331;\n vec2 param_10 = vec2(0.800000011920928955078125);\n vec2 param_11 = uv_scale;\n vec2 param_12 = u_circle3;\n vec2 param_13 = u_rotation3;\n float param_14 = 0.2750000059604644775390625;\n float _344 = FLT_flutter_local_circle_grid(param_10, param_11, param_12, param_13, param_14);\n float g3 = _344;\n float v = (((g1 * g1) + g2) - g3) * 0.5;\n return clamp(0.449999988079071044921875 + (0.800000011920928955078125 * v), 0.0, 1.0);\n}\n\nfloat FLT_flutter_local_soft_ring(vec2 uv, vec2 xy, float radius, float thickness, float blur)\n{\n vec2 param = uv;\n vec2 param_1 = xy;\n float param_2 = radius + thickness;\n float param_3 = blur;\n float circle_outer = FLT_flutter_local_soft_circle(param, param_1, param_2, param_3);\n vec2 param_4 = uv;\n vec2 param_5 = xy;\n float param_6 = max(radius - thickness, 0.0);\n float param_7 = blur;\n float circle_inner = FLT_flutter_local_soft_circle(param_4, param_5, param_6, param_7);\n return clamp(circle_outer - circle_inner, 0.0, 1.0);\n}\n\nfloat FLT_flutter_local_triangle_noise(inout vec2 n)\n{\n n = fract(n * vec2(5.398700237274169921875, 5.442100048065185546875));\n n += vec2(dot(n.yx, n + vec2(21.5351009368896484375, 14.3136997222900390625)));\n float xy = n.x * n.y;\n return (fract(xy * 95.43070220947265625) + fract(xy * 75.0496063232421875)) - 1.0;\n}\n\nfloat FLT_flutter_local_threshold(float v, float l, float h)\n{\n return step(l, v) * (1.0 - step(h, v));\n}\n\nfloat FLT_flutter_local_sparkle(vec2 uv, float t)\n{\n vec2 param = uv;\n float _242 = FLT_flutter_local_triangle_noise(param);\n float n = _242;\n float param_1 = n;\n float param_2 = 0.0;\n float param_3 = 0.0500000007450580596923828125;\n float s = FLT_flutter_local_threshold(param_1, param_2, param_3);\n float param_4 = n + sin(3.1415927410125732421875 * (t + 0.3499999940395355224609375));\n float param_5 = 0.100000001490116119384765625;\n float param_6 = 0.1500000059604644775390625;\n s += FLT_flutter_local_threshold(param_4, param_5, param_6);\n float param_7 = n + sin(3.1415927410125732421875 * (t + 0.699999988079071044921875));\n float param_8 = 0.20000000298023223876953125;\n float param_9 = 0.25;\n s += FLT_flutter_local_threshold(param_7, param_8, param_9);\n float param_10 = n + sin(3.1415927410125732421875 * (t + 1.0499999523162841796875));\n float param_11 = 0.300000011920928955078125;\n float param_12 = 0.3499999940395355224609375;\n s += FLT_flutter_local_threshold(param_10, param_11, param_12);\n return clamp(s, 0.0, 1.0) * 0.550000011920928955078125;\n}\n\nvoid FLT_main()\n{\n u_alpha = u_composite_1.x;\n u_sparkle_alpha = u_composite_1.y;\n u_blur = u_composite_1.z;\n u_radius_scale = u_composite_1.w;\n vec2 p = FLT_flutter_local_FlutterFragCoord();\n vec2 uv_1 = p * u_resolution_scale;\n vec2 density_uv = uv_1 - mod(p, u_noise_scale);\n float radius = u_max_radius * u_radius_scale;\n vec2 param_13 = uv_1;\n float turbulence = FLT_flutter_local_turbulence(param_13);\n vec2 param_14 = p;\n vec2 param_15 = u_center;\n float param_16 = radius;\n float param_17 = 0.0500000007450580596923828125 * u_max_radius;\n float param_18 = u_blur;\n float ring = FLT_flutter_local_soft_ring(param_14, param_15, param_16, param_17, param_18);\n vec2 param_19 = density_uv;\n float param_20 = u_noise_phase;\n float sparkle = ((FLT_flutter_local_sparkle(param_19, param_20) * ring) * turbulence) * u_sparkle_alpha;\n vec2 param_21 = p;\n vec2 param_22 = u_center;\n float param_23 = radius;\n float param_24 = u_blur;\n float wave_alpha = (FLT_flutter_local_soft_circle(param_21, param_22, param_23, param_24) * u_alpha) * u_color.w;\n vec4 wave_color = vec4(u_color.xyz * wave_alpha, wave_alpha);\n fragColor = mix(wave_color, vec4(1.0), vec4(sparkle));\n}\n\nhalf4 main(float2 iFragCoord)\n{\n flutter_FragCoord = float4(iFragCoord, 0, 0);\n FLT_main();\n return fragColor;\n}\n", + "stage": 1, + "target_platform": 2, + "uniforms": [ + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 0, + "name": "u_color", + "rows": 4, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 1, + "name": "u_composite_1", + "rows": 4, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 2, + "name": "u_center", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 3, + "name": "u_max_radius", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 4, + "name": "u_resolution_scale", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 5, + "name": "u_noise_scale", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 6, + "name": "u_noise_phase", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 7, + "name": "u_circle1", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 8, + "name": "u_circle2", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 9, + "name": "u_circle3", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 10, + "name": "u_rotation1", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 11, + "name": "u_rotation2", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 12, + "name": "u_rotation3", + "rows": 2, + "type": 10 + } + ] +} \ No newline at end of file diff --git a/canvaskit/canvaskit.js b/canvaskit/canvaskit.js new file mode 100644 index 0000000..bb30858 --- /dev/null +++ b/canvaskit/canvaskit.js @@ -0,0 +1,217 @@ + +var CanvasKitInit = (() => { + var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; + if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename; + return ( +function(moduleArg = {}) { + +var r=moduleArg,aa,ba;r.ready=new Promise((a,b)=>{aa=a;ba=b}); +(function(a){a.Md=a.Md||[];a.Md.push(function(){a.MakeSWCanvasSurface=function(b){var c=b,d="undefined"!==typeof OffscreenCanvas&&c instanceof OffscreenCanvas;if(!("undefined"!==typeof HTMLCanvasElement&&c instanceof HTMLCanvasElement||d||(c=document.getElementById(b),c)))throw"Canvas with id "+b+" was not found";if(b=a.MakeSurface(c.width,c.height))b.me=c;return b};a.MakeCanvasSurface||(a.MakeCanvasSurface=a.MakeSWCanvasSurface);a.MakeSurface=function(b,c){var d={width:b,height:c,colorType:a.ColorType.RGBA_8888, +alphaType:a.AlphaType.Unpremul,colorSpace:a.ColorSpace.SRGB},f=b*c*4,k=a._malloc(f);if(d=a.Surface._makeRasterDirect(d,k,4*b))d.me=null,d.Ue=b,d.Re=c,d.Se=f,d.xe=k,d.getCanvas().clear(a.TRANSPARENT);return d};a.MakeRasterDirectSurface=function(b,c,d){return a.Surface._makeRasterDirect(b,c.byteOffset,d)};a.Surface.prototype.flush=function(b){a.Jd(this.Id);this._flush();if(this.me){var c=new Uint8ClampedArray(a.HEAPU8.buffer,this.xe,this.Se);c=new ImageData(c,this.Ue,this.Re);b?this.me.getContext("2d").putImageData(c, +0,0,b[0],b[1],b[2]-b[0],b[3]-b[1]):this.me.getContext("2d").putImageData(c,0,0)}};a.Surface.prototype.dispose=function(){this.xe&&a._free(this.xe);this.delete()};a.Jd=a.Jd||function(){};a.ne=a.ne||function(){return null}})})(r); +(function(a){a.Md=a.Md||[];a.Md.push(function(){function b(m,p,w){return m&&m.hasOwnProperty(p)?m[p]:w}function c(m){var p=da(ea);ea[p]=m;return p}function d(m){return m.naturalHeight||m.videoHeight||m.displayHeight||m.height}function f(m){return m.naturalWidth||m.videoWidth||m.displayWidth||m.width}function k(m,p,w,y){m.bindTexture(m.TEXTURE_2D,p);y||w.alphaType!==a.AlphaType.Premul||m.pixelStorei(m.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!0);return p}function l(m,p,w){w||p.alphaType!==a.AlphaType.Premul|| +m.pixelStorei(m.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1);m.bindTexture(m.TEXTURE_2D,null)}a.GetWebGLContext=function(m,p){if(!m)throw"null canvas passed into makeWebGLContext";var w={alpha:b(p,"alpha",1),depth:b(p,"depth",1),stencil:b(p,"stencil",8),antialias:b(p,"antialias",0),premultipliedAlpha:b(p,"premultipliedAlpha",1),preserveDrawingBuffer:b(p,"preserveDrawingBuffer",0),preferLowPowerToHighPerformance:b(p,"preferLowPowerToHighPerformance",0),failIfMajorPerformanceCaveat:b(p,"failIfMajorPerformanceCaveat", +0),enableExtensionsByDefault:b(p,"enableExtensionsByDefault",1),explicitSwapControl:b(p,"explicitSwapControl",0),renderViaOffscreenBackBuffer:b(p,"renderViaOffscreenBackBuffer",0)};w.majorVersion=p&&p.majorVersion?p.majorVersion:"undefined"!==typeof WebGL2RenderingContext?2:1;if(w.explicitSwapControl)throw"explicitSwapControl is not supported";m=fa(m,w);if(!m)return 0;ha(m);v.Ud.getExtension("WEBGL_debug_renderer_info");return m};a.deleteContext=function(m){v===ia[m]&&(v=null);"object"==typeof JSEvents&& +JSEvents.yf(ia[m].Ud.canvas);ia[m]&&ia[m].Ud.canvas&&(ia[m].Ud.canvas.Oe=void 0);ia[m]=null};a._setTextureCleanup({deleteTexture:function(m,p){var w=ea[p];w&&ia[m].Ud.deleteTexture(w);ea[p]=null}});a.MakeWebGLContext=function(m){if(!this.Jd(m))return null;var p=this._MakeGrContext();if(!p)return null;p.Id=m;var w=p.delete.bind(p);p["delete"]=function(){a.Jd(this.Id);w()}.bind(p);return v.ze=p};a.MakeGrContext=a.MakeWebGLContext;a.GrDirectContext.prototype.getResourceCacheLimitBytes=function(){a.Jd(this.Id); +this._getResourceCacheLimitBytes()};a.GrDirectContext.prototype.getResourceCacheUsageBytes=function(){a.Jd(this.Id);this._getResourceCacheUsageBytes()};a.GrDirectContext.prototype.releaseResourcesAndAbandonContext=function(){a.Jd(this.Id);this._releaseResourcesAndAbandonContext()};a.GrDirectContext.prototype.setResourceCacheLimitBytes=function(m){a.Jd(this.Id);this._setResourceCacheLimitBytes(m)};a.MakeOnScreenGLSurface=function(m,p,w,y,B,D){if(!this.Jd(m.Id))return null;p=void 0===B||void 0===D? +this._MakeOnScreenGLSurface(m,p,w,y):this._MakeOnScreenGLSurface(m,p,w,y,B,D);if(!p)return null;p.Id=m.Id;return p};a.MakeRenderTarget=function(){var m=arguments[0];if(!this.Jd(m.Id))return null;if(3===arguments.length){var p=this._MakeRenderTargetWH(m,arguments[1],arguments[2]);if(!p)return null}else if(2===arguments.length){if(p=this._MakeRenderTargetII(m,arguments[1]),!p)return null}else return null;p.Id=m.Id;return p};a.MakeWebGLCanvasSurface=function(m,p,w){p=p||null;var y=m,B="undefined"!== +typeof OffscreenCanvas&&y instanceof OffscreenCanvas;if(!("undefined"!==typeof HTMLCanvasElement&&y instanceof HTMLCanvasElement||B||(y=document.getElementById(m),y)))throw"Canvas with id "+m+" was not found";m=this.GetWebGLContext(y,w);if(!m||0>m)throw"failed to create webgl context: err "+m;m=this.MakeWebGLContext(m);p=this.MakeOnScreenGLSurface(m,y.width,y.height,p);return p?p:(p=y.cloneNode(!0),y.parentNode.replaceChild(p,y),p.classList.add("ck-replaced"),a.MakeSWCanvasSurface(p))};a.MakeCanvasSurface= +a.MakeWebGLCanvasSurface;a.Surface.prototype.makeImageFromTexture=function(m,p){a.Jd(this.Id);m=c(m);if(p=this._makeImageFromTexture(this.Id,m,p))p.he=m;return p};a.Surface.prototype.makeImageFromTextureSource=function(m,p,w){p||(p={height:d(m),width:f(m),colorType:a.ColorType.RGBA_8888,alphaType:w?a.AlphaType.Premul:a.AlphaType.Unpremul});p.colorSpace||(p.colorSpace=a.ColorSpace.SRGB);a.Jd(this.Id);var y=v.Ud;w=k(y,y.createTexture(),p,w);2===v.version?y.texImage2D(y.TEXTURE_2D,0,y.RGBA,p.width,p.height, +0,y.RGBA,y.UNSIGNED_BYTE,m):y.texImage2D(y.TEXTURE_2D,0,y.RGBA,y.RGBA,y.UNSIGNED_BYTE,m);l(y,p);this._resetContext();return this.makeImageFromTexture(w,p)};a.Surface.prototype.updateTextureFromSource=function(m,p,w){if(m.he){a.Jd(this.Id);var y=m.getImageInfo(),B=v.Ud,D=k(B,ea[m.he],y,w);2===v.version?B.texImage2D(B.TEXTURE_2D,0,B.RGBA,f(p),d(p),0,B.RGBA,B.UNSIGNED_BYTE,p):B.texImage2D(B.TEXTURE_2D,0,B.RGBA,B.RGBA,B.UNSIGNED_BYTE,p);l(B,y,w);this._resetContext();ea[m.he]=null;m.he=c(D);y.colorSpace= +m.getColorSpace();p=this._makeImageFromTexture(this.Id,m.he,y);w=m.kd.Kd;B=m.kd.Pd;m.kd.Kd=p.kd.Kd;m.kd.Pd=p.kd.Pd;p.kd.Kd=w;p.kd.Pd=B;p.delete();y.colorSpace.delete()}};a.MakeLazyImageFromTextureSource=function(m,p,w){p||(p={height:d(m),width:f(m),colorType:a.ColorType.RGBA_8888,alphaType:w?a.AlphaType.Premul:a.AlphaType.Unpremul});p.colorSpace||(p.colorSpace=a.ColorSpace.SRGB);var y={makeTexture:function(){var B=v,D=B.Ud,u=k(D,D.createTexture(),p,w);2===B.version?D.texImage2D(D.TEXTURE_2D,0,D.RGBA, +p.width,p.height,0,D.RGBA,D.UNSIGNED_BYTE,m):D.texImage2D(D.TEXTURE_2D,0,D.RGBA,D.RGBA,D.UNSIGNED_BYTE,m);l(D,p,w);return c(u)},freeSrc:function(){}};"VideoFrame"===m.constructor.name&&(y.freeSrc=function(){m.close()});return a.Image._makeFromGenerator(p,y)};a.Jd=function(m){return m?ha(m):!1};a.ne=function(){return v&&v.ze&&!v.ze.isDeleted()?v.ze:null}})})(r); +(function(a){function b(g){return(f(255*g[3])<<24|f(255*g[0])<<16|f(255*g[1])<<8|f(255*g[2])<<0)>>>0}function c(g){if(g&&g._ck)return g;if(g instanceof Float32Array){for(var e=Math.floor(g.length/4),h=new Uint32Array(e),n=0;nz;z++)a.HEAPF32[t+n]=g[x][z],n++;g=h}else g=M;e.Rd=g}else throw"Invalid argument to copyFlexibleColorArray, Not a color array "+typeof g;return e}function p(g){if(!g)return M;var e=T.toTypedArray();if(g.length){if(6===g.length||9===g.length)return l(g,"HEAPF32",H),6===g.length&&a.HEAPF32.set(fd,6+H/4),H;if(16===g.length)return e[0]=g[0],e[1]=g[1],e[2]=g[3],e[3]=g[4],e[4]=g[5],e[5]=g[7],e[6]=g[12],e[7]=g[13],e[8]=g[15],H;throw"invalid matrix size"; +}if(void 0===g.m11)throw"invalid matrix argument";e[0]=g.m11;e[1]=g.m21;e[2]=g.m41;e[3]=g.m12;e[4]=g.m22;e[5]=g.m42;e[6]=g.m14;e[7]=g.m24;e[8]=g.m44;return H}function w(g){if(!g)return M;var e=Y.toTypedArray();if(g.length){if(16!==g.length&&6!==g.length&&9!==g.length)throw"invalid matrix size";if(16===g.length)return l(g,"HEAPF32",ca);e.fill(0);e[0]=g[0];e[1]=g[1];e[3]=g[2];e[4]=g[3];e[5]=g[4];e[7]=g[5];e[10]=1;e[12]=g[6];e[13]=g[7];e[15]=g[8];6===g.length&&(e[12]=0,e[13]=0,e[15]=1);return ca}if(void 0=== +g.m11)throw"invalid matrix argument";e[0]=g.m11;e[1]=g.m21;e[2]=g.m31;e[3]=g.m41;e[4]=g.m12;e[5]=g.m22;e[6]=g.m32;e[7]=g.m42;e[8]=g.m13;e[9]=g.m23;e[10]=g.m33;e[11]=g.m43;e[12]=g.m14;e[13]=g.m24;e[14]=g.m34;e[15]=g.m44;return ca}function y(g,e){return l(g,"HEAPF32",e||va)}function B(g,e,h,n){var t=Ma.toTypedArray();t[0]=g;t[1]=e;t[2]=h;t[3]=n;return va}function D(g){for(var e=new Float32Array(4),h=0;4>h;h++)e[h]=a.HEAPF32[g/4+h];return e}function u(g,e){return l(g,"HEAPF32",e||X)}function F(g,e){return l(g, +"HEAPF32",e||Eb)}a.Color=function(g,e,h,n){void 0===n&&(n=1);return a.Color4f(f(g)/255,f(e)/255,f(h)/255,n)};a.ColorAsInt=function(g,e,h,n){void 0===n&&(n=255);return(f(n)<<24|f(g)<<16|f(e)<<8|f(h)<<0&268435455)>>>0};a.Color4f=function(g,e,h,n){void 0===n&&(n=1);return Float32Array.of(g,e,h,n)};Object.defineProperty(a,"TRANSPARENT",{get:function(){return a.Color4f(0,0,0,0)}});Object.defineProperty(a,"BLACK",{get:function(){return a.Color4f(0,0,0,1)}});Object.defineProperty(a,"WHITE",{get:function(){return a.Color4f(1, +1,1,1)}});Object.defineProperty(a,"RED",{get:function(){return a.Color4f(1,0,0,1)}});Object.defineProperty(a,"GREEN",{get:function(){return a.Color4f(0,1,0,1)}});Object.defineProperty(a,"BLUE",{get:function(){return a.Color4f(0,0,1,1)}});Object.defineProperty(a,"YELLOW",{get:function(){return a.Color4f(1,1,0,1)}});Object.defineProperty(a,"CYAN",{get:function(){return a.Color4f(0,1,1,1)}});Object.defineProperty(a,"MAGENTA",{get:function(){return a.Color4f(1,0,1,1)}});a.getColorComponents=function(g){return[Math.floor(255* +g[0]),Math.floor(255*g[1]),Math.floor(255*g[2]),g[3]]};a.parseColorString=function(g,e){g=g.toLowerCase();if(g.startsWith("#")){e=255;switch(g.length){case 9:e=parseInt(g.slice(7,9),16);case 7:var h=parseInt(g.slice(1,3),16);var n=parseInt(g.slice(3,5),16);var t=parseInt(g.slice(5,7),16);break;case 5:e=17*parseInt(g.slice(4,5),16);case 4:h=17*parseInt(g.slice(1,2),16),n=17*parseInt(g.slice(2,3),16),t=17*parseInt(g.slice(3,4),16)}return a.Color(h,n,t,e/255)}return g.startsWith("rgba")?(g=g.slice(5, +-1),g=g.split(","),a.Color(+g[0],+g[1],+g[2],d(g[3]))):g.startsWith("rgb")?(g=g.slice(4,-1),g=g.split(","),a.Color(+g[0],+g[1],+g[2],d(g[3]))):g.startsWith("gray(")||g.startsWith("hsl")||!e||(g=e[g],void 0===g)?a.BLACK:g};a.multiplyByAlpha=function(g,e){g=g.slice();g[3]=Math.max(0,Math.min(g[3]*e,1));return g};a.Malloc=function(g,e){var h=a._malloc(e*g.BYTES_PER_ELEMENT);return{_ck:!0,length:e,byteOffset:h,be:null,subarray:function(n,t){n=this.toTypedArray().subarray(n,t);n._ck=!0;return n},toTypedArray:function(){if(this.be&& +this.be.length)return this.be;this.be=new g(a.HEAPU8.buffer,h,e);this.be._ck=!0;return this.be}}};a.Free=function(g){a._free(g.byteOffset);g.byteOffset=M;g.toTypedArray=null;g.be=null};var H=M,T,ca=M,Y,va=M,Ma,na,X=M,fc,Ba=M,gc,Fb=M,hc,Gb=M,hb,Sa=M,ic,Eb=M,jc,kc=M,fd=Float32Array.of(0,0,1),M=0;a.onRuntimeInitialized=function(){function g(e,h,n,t,x,z,E){z||(z=4*t.width,t.colorType===a.ColorType.RGBA_F16?z*=2:t.colorType===a.ColorType.RGBA_F32&&(z*=4));var J=z*t.height;var I=x?x.byteOffset:a._malloc(J); +if(E?!e._readPixels(t,I,z,h,n,E):!e._readPixels(t,I,z,h,n))return x||a._free(I),null;if(x)return x.toTypedArray();switch(t.colorType){case a.ColorType.RGBA_8888:case a.ColorType.RGBA_F16:e=(new Uint8Array(a.HEAPU8.buffer,I,J)).slice();break;case a.ColorType.RGBA_F32:e=(new Float32Array(a.HEAPU8.buffer,I,J)).slice();break;default:return null}a._free(I);return e}Ma=a.Malloc(Float32Array,4);va=Ma.byteOffset;Y=a.Malloc(Float32Array,16);ca=Y.byteOffset;T=a.Malloc(Float32Array,9);H=T.byteOffset;ic=a.Malloc(Float32Array, +12);Eb=ic.byteOffset;jc=a.Malloc(Float32Array,12);kc=jc.byteOffset;na=a.Malloc(Float32Array,4);X=na.byteOffset;fc=a.Malloc(Float32Array,4);Ba=fc.byteOffset;gc=a.Malloc(Float32Array,3);Fb=gc.byteOffset;hc=a.Malloc(Float32Array,3);Gb=hc.byteOffset;hb=a.Malloc(Int32Array,4);Sa=hb.byteOffset;a.ColorSpace.SRGB=a.ColorSpace._MakeSRGB();a.ColorSpace.DISPLAY_P3=a.ColorSpace._MakeDisplayP3();a.ColorSpace.ADOBE_RGB=a.ColorSpace._MakeAdobeRGB();a.GlyphRunFlags={IsWhiteSpace:a._GlyphRunFlags_isWhiteSpace};a.Path.MakeFromCmds= +function(e){var h=l(e,"HEAPF32"),n=a.Path._MakeFromCmds(h,e.length);k(h,e);return n};a.Path.MakeFromVerbsPointsWeights=function(e,h,n){var t=l(e,"HEAPU8"),x=l(h,"HEAPF32"),z=l(n,"HEAPF32"),E=a.Path._MakeFromVerbsPointsWeights(t,e.length,x,h.length,z,n&&n.length||0);k(t,e);k(x,h);k(z,n);return E};a.Path.prototype.addArc=function(e,h,n){e=u(e);this._addArc(e,h,n);return this};a.Path.prototype.addCircle=function(e,h,n,t){this._addCircle(e,h,n,!!t);return this};a.Path.prototype.addOval=function(e,h,n){void 0=== +n&&(n=1);e=u(e);this._addOval(e,!!h,n);return this};a.Path.prototype.addPath=function(){var e=Array.prototype.slice.call(arguments),h=e[0],n=!1;"boolean"===typeof e[e.length-1]&&(n=e.pop());if(1===e.length)this._addPath(h,1,0,0,0,1,0,0,0,1,n);else if(2===e.length)e=e[1],this._addPath(h,e[0],e[1],e[2],e[3],e[4],e[5],e[6]||0,e[7]||0,e[8]||1,n);else if(7===e.length||10===e.length)this._addPath(h,e[1],e[2],e[3],e[4],e[5],e[6],e[7]||0,e[8]||0,e[9]||1,n);else return null;return this};a.Path.prototype.addPoly= +function(e,h){var n=l(e,"HEAPF32");this._addPoly(n,e.length/2,h);k(n,e);return this};a.Path.prototype.addRect=function(e,h){e=u(e);this._addRect(e,!!h);return this};a.Path.prototype.addRRect=function(e,h){e=F(e);this._addRRect(e,!!h);return this};a.Path.prototype.addVerbsPointsWeights=function(e,h,n){var t=l(e,"HEAPU8"),x=l(h,"HEAPF32"),z=l(n,"HEAPF32");this._addVerbsPointsWeights(t,e.length,x,h.length,z,n&&n.length||0);k(t,e);k(x,h);k(z,n)};a.Path.prototype.arc=function(e,h,n,t,x,z){e=a.LTRBRect(e- +n,h-n,e+n,h+n);x=(x-t)/Math.PI*180-360*!!z;z=new a.Path;z.addArc(e,t/Math.PI*180,x);this.addPath(z,!0);z.delete();return this};a.Path.prototype.arcToOval=function(e,h,n,t){e=u(e);this._arcToOval(e,h,n,t);return this};a.Path.prototype.arcToRotated=function(e,h,n,t,x,z,E){this._arcToRotated(e,h,n,!!t,!!x,z,E);return this};a.Path.prototype.arcToTangent=function(e,h,n,t,x){this._arcToTangent(e,h,n,t,x);return this};a.Path.prototype.close=function(){this._close();return this};a.Path.prototype.conicTo= +function(e,h,n,t,x){this._conicTo(e,h,n,t,x);return this};a.Path.prototype.computeTightBounds=function(e){this._computeTightBounds(X);var h=na.toTypedArray();return e?(e.set(h),e):h.slice()};a.Path.prototype.cubicTo=function(e,h,n,t,x,z){this._cubicTo(e,h,n,t,x,z);return this};a.Path.prototype.dash=function(e,h,n){return this._dash(e,h,n)?this:null};a.Path.prototype.getBounds=function(e){this._getBounds(X);var h=na.toTypedArray();return e?(e.set(h),e):h.slice()};a.Path.prototype.lineTo=function(e, +h){this._lineTo(e,h);return this};a.Path.prototype.moveTo=function(e,h){this._moveTo(e,h);return this};a.Path.prototype.offset=function(e,h){this._transform(1,0,e,0,1,h,0,0,1);return this};a.Path.prototype.quadTo=function(e,h,n,t){this._quadTo(e,h,n,t);return this};a.Path.prototype.rArcTo=function(e,h,n,t,x,z,E){this._rArcTo(e,h,n,t,x,z,E);return this};a.Path.prototype.rConicTo=function(e,h,n,t,x){this._rConicTo(e,h,n,t,x);return this};a.Path.prototype.rCubicTo=function(e,h,n,t,x,z){this._rCubicTo(e, +h,n,t,x,z);return this};a.Path.prototype.rLineTo=function(e,h){this._rLineTo(e,h);return this};a.Path.prototype.rMoveTo=function(e,h){this._rMoveTo(e,h);return this};a.Path.prototype.rQuadTo=function(e,h,n,t){this._rQuadTo(e,h,n,t);return this};a.Path.prototype.stroke=function(e){e=e||{};e.width=e.width||1;e.miter_limit=e.miter_limit||4;e.cap=e.cap||a.StrokeCap.Butt;e.join=e.join||a.StrokeJoin.Miter;e.precision=e.precision||1;return this._stroke(e)?this:null};a.Path.prototype.transform=function(){if(1=== +arguments.length){var e=arguments[0];this._transform(e[0],e[1],e[2],e[3],e[4],e[5],e[6]||0,e[7]||0,e[8]||1)}else if(6===arguments.length||9===arguments.length)e=arguments,this._transform(e[0],e[1],e[2],e[3],e[4],e[5],e[6]||0,e[7]||0,e[8]||1);else throw"transform expected to take 1 or 9 arguments. Got "+arguments.length;return this};a.Path.prototype.trim=function(e,h,n){return this._trim(e,h,!!n)?this:null};a.Image.prototype.encodeToBytes=function(e,h){var n=a.ne();e=e||a.ImageFormat.PNG;h=h||100; +return n?this._encodeToBytes(e,h,n):this._encodeToBytes(e,h)};a.Image.prototype.makeShaderCubic=function(e,h,n,t,x){x=p(x);return this._makeShaderCubic(e,h,n,t,x)};a.Image.prototype.makeShaderOptions=function(e,h,n,t,x){x=p(x);return this._makeShaderOptions(e,h,n,t,x)};a.Image.prototype.readPixels=function(e,h,n,t,x){var z=a.ne();return g(this,e,h,n,t,x,z)};a.Canvas.prototype.clear=function(e){a.Jd(this.Id);e=y(e);this._clear(e)};a.Canvas.prototype.clipRRect=function(e,h,n){a.Jd(this.Id);e=F(e);this._clipRRect(e, +h,n)};a.Canvas.prototype.clipRect=function(e,h,n){a.Jd(this.Id);e=u(e);this._clipRect(e,h,n)};a.Canvas.prototype.concat=function(e){a.Jd(this.Id);e=w(e);this._concat(e)};a.Canvas.prototype.drawArc=function(e,h,n,t,x){a.Jd(this.Id);e=u(e);this._drawArc(e,h,n,t,x)};a.Canvas.prototype.drawAtlas=function(e,h,n,t,x,z,E){if(e&&t&&h&&n&&h.length===n.length){a.Jd(this.Id);x||(x=a.BlendMode.SrcOver);var J=l(h,"HEAPF32"),I=l(n,"HEAPF32"),U=n.length/4,V=l(c(z),"HEAPU32");if(E&&"B"in E&&"C"in E)this._drawAtlasCubic(e, +I,J,V,U,x,E.B,E.C,t);else{let q=a.FilterMode.Linear,A=a.MipmapMode.None;E&&(q=E.filter,"mipmap"in E&&(A=E.mipmap));this._drawAtlasOptions(e,I,J,V,U,x,q,A,t)}k(J,h);k(I,n);k(V,z)}};a.Canvas.prototype.drawCircle=function(e,h,n,t){a.Jd(this.Id);this._drawCircle(e,h,n,t)};a.Canvas.prototype.drawColor=function(e,h){a.Jd(this.Id);e=y(e);void 0!==h?this._drawColor(e,h):this._drawColor(e)};a.Canvas.prototype.drawColorInt=function(e,h){a.Jd(this.Id);this._drawColorInt(e,h||a.BlendMode.SrcOver)};a.Canvas.prototype.drawColorComponents= +function(e,h,n,t,x){a.Jd(this.Id);e=B(e,h,n,t);void 0!==x?this._drawColor(e,x):this._drawColor(e)};a.Canvas.prototype.drawDRRect=function(e,h,n){a.Jd(this.Id);e=F(e,Eb);h=F(h,kc);this._drawDRRect(e,h,n)};a.Canvas.prototype.drawImage=function(e,h,n,t){a.Jd(this.Id);this._drawImage(e,h,n,t||null)};a.Canvas.prototype.drawImageCubic=function(e,h,n,t,x,z){a.Jd(this.Id);this._drawImageCubic(e,h,n,t,x,z||null)};a.Canvas.prototype.drawImageOptions=function(e,h,n,t,x,z){a.Jd(this.Id);this._drawImageOptions(e, +h,n,t,x,z||null)};a.Canvas.prototype.drawImageNine=function(e,h,n,t,x){a.Jd(this.Id);h=l(h,"HEAP32",Sa);n=u(n);this._drawImageNine(e,h,n,t,x||null)};a.Canvas.prototype.drawImageRect=function(e,h,n,t,x){a.Jd(this.Id);u(h,X);u(n,Ba);this._drawImageRect(e,X,Ba,t,!!x)};a.Canvas.prototype.drawImageRectCubic=function(e,h,n,t,x,z){a.Jd(this.Id);u(h,X);u(n,Ba);this._drawImageRectCubic(e,X,Ba,t,x,z||null)};a.Canvas.prototype.drawImageRectOptions=function(e,h,n,t,x,z){a.Jd(this.Id);u(h,X);u(n,Ba);this._drawImageRectOptions(e, +X,Ba,t,x,z||null)};a.Canvas.prototype.drawLine=function(e,h,n,t,x){a.Jd(this.Id);this._drawLine(e,h,n,t,x)};a.Canvas.prototype.drawOval=function(e,h){a.Jd(this.Id);e=u(e);this._drawOval(e,h)};a.Canvas.prototype.drawPaint=function(e){a.Jd(this.Id);this._drawPaint(e)};a.Canvas.prototype.drawParagraph=function(e,h,n){a.Jd(this.Id);this._drawParagraph(e,h,n)};a.Canvas.prototype.drawPatch=function(e,h,n,t,x){if(24>e.length)throw"Need 12 cubic points";if(h&&4>h.length)throw"Need 4 colors";if(n&&8>n.length)throw"Need 4 shader coordinates"; +a.Jd(this.Id);const z=l(e,"HEAPF32"),E=h?l(c(h),"HEAPU32"):M,J=n?l(n,"HEAPF32"):M;t||(t=a.BlendMode.Modulate);this._drawPatch(z,E,J,t,x);k(J,n);k(E,h);k(z,e)};a.Canvas.prototype.drawPath=function(e,h){a.Jd(this.Id);this._drawPath(e,h)};a.Canvas.prototype.drawPicture=function(e){a.Jd(this.Id);this._drawPicture(e)};a.Canvas.prototype.drawPoints=function(e,h,n){a.Jd(this.Id);var t=l(h,"HEAPF32");this._drawPoints(e,t,h.length/2,n);k(t,h)};a.Canvas.prototype.drawRRect=function(e,h){a.Jd(this.Id);e=F(e); +this._drawRRect(e,h)};a.Canvas.prototype.drawRect=function(e,h){a.Jd(this.Id);e=u(e);this._drawRect(e,h)};a.Canvas.prototype.drawRect4f=function(e,h,n,t,x){a.Jd(this.Id);this._drawRect4f(e,h,n,t,x)};a.Canvas.prototype.drawShadow=function(e,h,n,t,x,z,E){a.Jd(this.Id);var J=l(x,"HEAPF32"),I=l(z,"HEAPF32");h=l(h,"HEAPF32",Fb);n=l(n,"HEAPF32",Gb);this._drawShadow(e,h,n,t,J,I,E);k(J,x);k(I,z)};a.getShadowLocalBounds=function(e,h,n,t,x,z,E){e=p(e);n=l(n,"HEAPF32",Fb);t=l(t,"HEAPF32",Gb);if(!this._getShadowLocalBounds(e, +h,n,t,x,z,X))return null;h=na.toTypedArray();return E?(E.set(h),E):h.slice()};a.Canvas.prototype.drawTextBlob=function(e,h,n,t){a.Jd(this.Id);this._drawTextBlob(e,h,n,t)};a.Canvas.prototype.drawVertices=function(e,h,n){a.Jd(this.Id);this._drawVertices(e,h,n)};a.Canvas.prototype.getDeviceClipBounds=function(e){this._getDeviceClipBounds(Sa);var h=hb.toTypedArray();e?e.set(h):e=h.slice();return e};a.Canvas.prototype.getLocalToDevice=function(){this._getLocalToDevice(ca);for(var e=ca,h=Array(16),n=0;16> +n;n++)h[n]=a.HEAPF32[e/4+n];return h};a.Canvas.prototype.getTotalMatrix=function(){this._getTotalMatrix(H);for(var e=Array(9),h=0;9>h;h++)e[h]=a.HEAPF32[H/4+h];return e};a.Canvas.prototype.makeSurface=function(e){e=this._makeSurface(e);e.Id=this.Id;return e};a.Canvas.prototype.readPixels=function(e,h,n,t,x){a.Jd(this.Id);return g(this,e,h,n,t,x)};a.Canvas.prototype.saveLayer=function(e,h,n,t){h=u(h);return this._saveLayer(e||null,h,n||null,t||0)};a.Canvas.prototype.writePixels=function(e,h,n,t,x, +z,E,J){if(e.byteLength%(h*n))throw"pixels length must be a multiple of the srcWidth * srcHeight";a.Jd(this.Id);var I=e.byteLength/(h*n);z=z||a.AlphaType.Unpremul;E=E||a.ColorType.RGBA_8888;J=J||a.ColorSpace.SRGB;var U=I*h;I=l(e,"HEAPU8");h=this._writePixels({width:h,height:n,colorType:E,alphaType:z,colorSpace:J},I,U,t,x);k(I,e);return h};a.ColorFilter.MakeBlend=function(e,h,n){e=y(e);n=n||a.ColorSpace.SRGB;return a.ColorFilter._MakeBlend(e,h,n)};a.ColorFilter.MakeMatrix=function(e){if(!e||20!==e.length)throw"invalid color matrix"; +var h=l(e,"HEAPF32"),n=a.ColorFilter._makeMatrix(h);k(h,e);return n};a.ContourMeasure.prototype.getPosTan=function(e,h){this._getPosTan(e,X);e=na.toTypedArray();return h?(h.set(e),h):e.slice()};a.ImageFilter.prototype.getOutputBounds=function(e,h,n){e=u(e,X);h=p(h);this._getOutputBounds(e,h,Sa);h=hb.toTypedArray();return n?(n.set(h),n):h.slice()};a.ImageFilter.MakeDropShadow=function(e,h,n,t,x,z){x=y(x,va);return a.ImageFilter._MakeDropShadow(e,h,n,t,x,z)};a.ImageFilter.MakeDropShadowOnly=function(e, +h,n,t,x,z){x=y(x,va);return a.ImageFilter._MakeDropShadowOnly(e,h,n,t,x,z)};a.ImageFilter.MakeImage=function(e,h,n,t){n=u(n,X);t=u(t,Ba);if("B"in h&&"C"in h)return a.ImageFilter._MakeImageCubic(e,h.B,h.C,n,t);const x=h.filter;let z=a.MipmapMode.None;"mipmap"in h&&(z=h.mipmap);return a.ImageFilter._MakeImageOptions(e,x,z,n,t)};a.ImageFilter.MakeMatrixTransform=function(e,h,n){e=p(e);if("B"in h&&"C"in h)return a.ImageFilter._MakeMatrixTransformCubic(e,h.B,h.C,n);const t=h.filter;let x=a.MipmapMode.None; +"mipmap"in h&&(x=h.mipmap);return a.ImageFilter._MakeMatrixTransformOptions(e,t,x,n)};a.Paint.prototype.getColor=function(){this._getColor(va);return D(va)};a.Paint.prototype.setColor=function(e,h){h=h||null;e=y(e);this._setColor(e,h)};a.Paint.prototype.setColorComponents=function(e,h,n,t,x){x=x||null;e=B(e,h,n,t);this._setColor(e,x)};a.Path.prototype.getPoint=function(e,h){this._getPoint(e,X);e=na.toTypedArray();return h?(h[0]=e[0],h[1]=e[1],h):e.slice(0,2)};a.Picture.prototype.makeShader=function(e, +h,n,t,x){t=p(t);x=u(x);return this._makeShader(e,h,n,t,x)};a.Picture.prototype.cullRect=function(e){this._cullRect(X);var h=na.toTypedArray();return e?(e.set(h),e):h.slice()};a.PictureRecorder.prototype.beginRecording=function(e,h){e=u(e);return this._beginRecording(e,!!h)};a.Surface.prototype.getCanvas=function(){var e=this._getCanvas();e.Id=this.Id;return e};a.Surface.prototype.makeImageSnapshot=function(e){a.Jd(this.Id);e=l(e,"HEAP32",Sa);return this._makeImageSnapshot(e)};a.Surface.prototype.makeSurface= +function(e){a.Jd(this.Id);e=this._makeSurface(e);e.Id=this.Id;return e};a.Surface.prototype.Te=function(e,h){this.ge||(this.ge=this.getCanvas());return requestAnimationFrame(function(){a.Jd(this.Id);e(this.ge);this.flush(h)}.bind(this))};a.Surface.prototype.requestAnimationFrame||(a.Surface.prototype.requestAnimationFrame=a.Surface.prototype.Te);a.Surface.prototype.Qe=function(e,h){this.ge||(this.ge=this.getCanvas());requestAnimationFrame(function(){a.Jd(this.Id);e(this.ge);this.flush(h);this.dispose()}.bind(this))}; +a.Surface.prototype.drawOnce||(a.Surface.prototype.drawOnce=a.Surface.prototype.Qe);a.PathEffect.MakeDash=function(e,h){h||(h=0);if(!e.length||1===e.length%2)throw"Intervals array must have even length";var n=l(e,"HEAPF32");h=a.PathEffect._MakeDash(n,e.length,h);k(n,e);return h};a.PathEffect.MakeLine2D=function(e,h){h=p(h);return a.PathEffect._MakeLine2D(e,h)};a.PathEffect.MakePath2D=function(e,h){e=p(e);return a.PathEffect._MakePath2D(e,h)};a.Shader.MakeColor=function(e,h){h=h||null;e=y(e);return a.Shader._MakeColor(e, +h)};a.Shader.Blend=a.Shader.MakeBlend;a.Shader.Color=a.Shader.MakeColor;a.Shader.MakeLinearGradient=function(e,h,n,t,x,z,E,J){J=J||null;var I=m(n),U=l(t,"HEAPF32");E=E||0;z=p(z);var V=na.toTypedArray();V.set(e);V.set(h,2);e=a.Shader._MakeLinearGradient(X,I.Rd,I.colorType,U,I.count,x,E,z,J);k(I.Rd,n);t&&k(U,t);return e};a.Shader.MakeRadialGradient=function(e,h,n,t,x,z,E,J){J=J||null;var I=m(n),U=l(t,"HEAPF32");E=E||0;z=p(z);e=a.Shader._MakeRadialGradient(e[0],e[1],h,I.Rd,I.colorType,U,I.count,x,E, +z,J);k(I.Rd,n);t&&k(U,t);return e};a.Shader.MakeSweepGradient=function(e,h,n,t,x,z,E,J,I,U){U=U||null;var V=m(n),q=l(t,"HEAPF32");E=E||0;J=J||0;I=I||360;z=p(z);e=a.Shader._MakeSweepGradient(e,h,V.Rd,V.colorType,q,V.count,x,J,I,E,z,U);k(V.Rd,n);t&&k(q,t);return e};a.Shader.MakeTwoPointConicalGradient=function(e,h,n,t,x,z,E,J,I,U){U=U||null;var V=m(x),q=l(z,"HEAPF32");I=I||0;J=p(J);var A=na.toTypedArray();A.set(e);A.set(n,2);e=a.Shader._MakeTwoPointConicalGradient(X,h,t,V.Rd,V.colorType,q,V.count,E, +I,J,U);k(V.Rd,x);z&&k(q,z);return e};a.Vertices.prototype.bounds=function(e){this._bounds(X);var h=na.toTypedArray();return e?(e.set(h),e):h.slice()};a.Md&&a.Md.forEach(function(e){e()})};a.computeTonalColors=function(g){var e=l(g.ambient,"HEAPF32"),h=l(g.spot,"HEAPF32");this._computeTonalColors(e,h);var n={ambient:D(e),spot:D(h)};k(e,g.ambient);k(h,g.spot);return n};a.LTRBRect=function(g,e,h,n){return Float32Array.of(g,e,h,n)};a.XYWHRect=function(g,e,h,n){return Float32Array.of(g,e,g+h,e+n)};a.LTRBiRect= +function(g,e,h,n){return Int32Array.of(g,e,h,n)};a.XYWHiRect=function(g,e,h,n){return Int32Array.of(g,e,g+h,e+n)};a.RRectXY=function(g,e,h){return Float32Array.of(g[0],g[1],g[2],g[3],e,h,e,h,e,h,e,h)};a.MakeAnimatedImageFromEncoded=function(g){g=new Uint8Array(g);var e=a._malloc(g.byteLength);a.HEAPU8.set(g,e);return(g=a._decodeAnimatedImage(e,g.byteLength))?g:null};a.MakeImageFromEncoded=function(g){g=new Uint8Array(g);var e=a._malloc(g.byteLength);a.HEAPU8.set(g,e);return(g=a._decodeImage(e,g.byteLength))? +g:null};var Ta=null;a.MakeImageFromCanvasImageSource=function(g){var e=g.width,h=g.height;Ta||(Ta=document.createElement("canvas"));Ta.width=e;Ta.height=h;var n=Ta.getContext("2d",{willReadFrequently:!0});n.drawImage(g,0,0);g=n.getImageData(0,0,e,h);return a.MakeImage({width:e,height:h,alphaType:a.AlphaType.Unpremul,colorType:a.ColorType.RGBA_8888,colorSpace:a.ColorSpace.SRGB},g.data,4*e)};a.MakeImage=function(g,e,h){var n=a._malloc(e.length);a.HEAPU8.set(e,n);return a._MakeImage(g,n,e.length,h)}; +a.MakeVertices=function(g,e,h,n,t,x){var z=t&&t.length||0,E=0;h&&h.length&&(E|=1);n&&n.length&&(E|=2);void 0===x||x||(E|=4);g=new a._VerticesBuilder(g,e.length/2,z,E);l(e,"HEAPF32",g.positions());g.texCoords()&&l(h,"HEAPF32",g.texCoords());g.colors()&&l(c(n),"HEAPU32",g.colors());g.indices()&&l(t,"HEAPU16",g.indices());return g.detach()};(function(g){g.Md=g.Md||[];g.Md.push(function(){function e(q){q&&(q.dir=0===q.dir?g.TextDirection.RTL:g.TextDirection.LTR);return q}function h(q){if(!q||!q.length)return[]; +for(var A=[],P=0;Pe)return a._free(g),null;t=new Uint16Array(a.HEAPU8.buffer,g,e);if(h)return h.set(t),a._free(g),h;h=Uint16Array.from(t);a._free(g);return h};a.Font.prototype.getGlyphIntercepts=function(g,e,h,n){var t=l(g,"HEAPU16"),x=l(e,"HEAPF32");return this._getGlyphIntercepts(t, +g.length,!(g&&g._ck),x,e.length,!(e&&e._ck),h,n)};a.Font.prototype.getGlyphWidths=function(g,e,h){var n=l(g,"HEAPU16"),t=a._malloc(4*g.length);this._getGlyphWidthBounds(n,g.length,t,M,e||null);e=new Float32Array(a.HEAPU8.buffer,t,g.length);k(n,g);if(h)return h.set(e),a._free(t),h;g=Float32Array.from(e);a._free(t);return g};a.FontMgr.FromData=function(){if(!arguments.length)return null;var g=arguments;1===g.length&&Array.isArray(g[0])&&(g=arguments[0]);if(!g.length)return null;for(var e=[],h=[],n= +0;ne)return a._free(g),null;t=new Uint16Array(a.HEAPU8.buffer,g,e);if(h)return h.set(t),a._free(g),h;h=Uint16Array.from(t);a._free(g);return h};a.TextBlob.MakeOnPath=function(g,e,h,n){if(g&&g.length&&e&&e.countPoints()){if(1===e.countPoints())return this.MakeFromText(g,h);n||(n=0);var t=h.getGlyphIDs(g);t=h.getGlyphWidths(t);var x=[];e=new a.ContourMeasureIter(e,!1,1);for(var z=e.next(),E=new Float32Array(4),J=0;Jz.length()){z.delete();z= +e.next();if(!z){g=g.substring(0,J);break}n=I/2}z.getPosTan(n,E);var U=E[2],V=E[3];x.push(U,V,E[0]-I/2*U,E[1]-I/2*V);n+=I/2}g=this.MakeFromRSXform(g,x,h);z&&z.delete();e.delete();return g}};a.TextBlob.MakeFromRSXform=function(g,e,h){var n=ja(g)+1,t=a._malloc(n);ka(g,C,t,n);g=l(e,"HEAPF32");h=a.TextBlob._MakeFromRSXform(t,n-1,g,h);a._free(t);return h?h:null};a.TextBlob.MakeFromRSXformGlyphs=function(g,e,h){var n=l(g,"HEAPU16");e=l(e,"HEAPF32");h=a.TextBlob._MakeFromRSXformGlyphs(n,2*g.length,e,h);k(n, +g);return h?h:null};a.TextBlob.MakeFromGlyphs=function(g,e){var h=l(g,"HEAPU16");e=a.TextBlob._MakeFromGlyphs(h,2*g.length,e);k(h,g);return e?e:null};a.TextBlob.MakeFromText=function(g,e){var h=ja(g)+1,n=a._malloc(h);ka(g,C,n,h);g=a.TextBlob._MakeFromText(n,h-1,e);a._free(n);return g?g:null};a.MallocGlyphIDs=function(g){return a.Malloc(Uint16Array,g)}});a.Md=a.Md||[];a.Md.push(function(){a.MakePicture=function(g){g=new Uint8Array(g);var e=a._malloc(g.byteLength);a.HEAPU8.set(g,e);return(g=a._MakePicture(e, +g.byteLength))?g:null}});a.Md=a.Md||[];a.Md.push(function(){a.RuntimeEffect.Make=function(g,e){return a.RuntimeEffect._Make(g,{onError:e||function(h){console.log("RuntimeEffect error",h)}})};a.RuntimeEffect.MakeForBlender=function(g,e){return a.RuntimeEffect._MakeForBlender(g,{onError:e||function(h){console.log("RuntimeEffect error",h)}})};a.RuntimeEffect.prototype.makeShader=function(g,e){var h=!g._ck,n=l(g,"HEAPF32");e=p(e);return this._makeShader(n,4*g.length,h,e)};a.RuntimeEffect.prototype.makeShaderWithChildren= +function(g,e,h){var n=!g._ck,t=l(g,"HEAPF32");h=p(h);for(var x=[],z=0;z{throw b;},pa="object"==typeof window,ra="function"==typeof importScripts,sa="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,ta="",ua,wa,xa; +if(sa){var fs=require("fs"),ya=require("path");ta=ra?ya.dirname(ta)+"/":__dirname+"/";ua=(a,b)=>{a=a.startsWith("file://")?new URL(a):ya.normalize(a);return fs.readFileSync(a,b?void 0:"utf8")};xa=a=>{a=ua(a,!0);a.buffer||(a=new Uint8Array(a));return a};wa=(a,b,c,d=!0)=>{a=a.startsWith("file://")?new URL(a):ya.normalize(a);fs.readFile(a,d?void 0:"utf8",(f,k)=>{f?c(f):b(d?k.buffer:k)})};!r.thisProgram&&1{process.exitCode= +a;throw b;};r.inspect=()=>"[Emscripten Module object]"}else if(pa||ra)ra?ta=self.location.href:"undefined"!=typeof document&&document.currentScript&&(ta=document.currentScript.src),_scriptDir&&(ta=_scriptDir),0!==ta.indexOf("blob:")?ta=ta.substr(0,ta.replace(/[?#].*/,"").lastIndexOf("/")+1):ta="",ua=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.send(null);return b.responseText},ra&&(xa=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.responseType="arraybuffer";b.send(null);return new Uint8Array(b.response)}), +wa=(a,b,c)=>{var d=new XMLHttpRequest;d.open("GET",a,!0);d.responseType="arraybuffer";d.onload=()=>{200==d.status||0==d.status&&d.response?b(d.response):c()};d.onerror=c;d.send(null)};var Aa=r.print||console.log.bind(console),Ca=r.printErr||console.error.bind(console);Object.assign(r,la);la=null;r.thisProgram&&(ma=r.thisProgram);r.quit&&(oa=r.quit);var Da;r.wasmBinary&&(Da=r.wasmBinary);var noExitRuntime=r.noExitRuntime||!0;"object"!=typeof WebAssembly&&Ea("no native wasm support detected"); +var Fa,G,Ga=!1,Ha,C,Ia,Ja,K,L,N,Ka;function La(){var a=Fa.buffer;r.HEAP8=Ha=new Int8Array(a);r.HEAP16=Ia=new Int16Array(a);r.HEAP32=K=new Int32Array(a);r.HEAPU8=C=new Uint8Array(a);r.HEAPU16=Ja=new Uint16Array(a);r.HEAPU32=L=new Uint32Array(a);r.HEAPF32=N=new Float32Array(a);r.HEAPF64=Ka=new Float64Array(a)}var Na,Oa=[],Pa=[],Qa=[];function Ra(){var a=r.preRun.shift();Oa.unshift(a)}var Ua=0,Va=null,Wa=null; +function Ea(a){if(r.onAbort)r.onAbort(a);a="Aborted("+a+")";Ca(a);Ga=!0;a=new WebAssembly.RuntimeError(a+". Build with -sASSERTIONS for more info.");ba(a);throw a;}function Xa(a){return a.startsWith("data:application/octet-stream;base64,")}var Ya;Ya="canvaskit.wasm";if(!Xa(Ya)){var Za=Ya;Ya=r.locateFile?r.locateFile(Za,ta):ta+Za}function $a(a){if(a==Ya&&Da)return new Uint8Array(Da);if(xa)return xa(a);throw"both async and sync fetching of the wasm failed";} +function ab(a){if(!Da&&(pa||ra)){if("function"==typeof fetch&&!a.startsWith("file://"))return fetch(a,{credentials:"same-origin"}).then(b=>{if(!b.ok)throw"failed to load wasm binary file at '"+a+"'";return b.arrayBuffer()}).catch(()=>$a(a));if(wa)return new Promise((b,c)=>{wa(a,d=>b(new Uint8Array(d)),c)})}return Promise.resolve().then(()=>$a(a))}function bb(a,b,c){return ab(a).then(d=>WebAssembly.instantiate(d,b)).then(d=>d).then(c,d=>{Ca("failed to asynchronously prepare wasm: "+d);Ea(d)})} +function cb(a,b){var c=Ya;return Da||"function"!=typeof WebAssembly.instantiateStreaming||Xa(c)||c.startsWith("file://")||sa||"function"!=typeof fetch?bb(c,a,b):fetch(c,{credentials:"same-origin"}).then(d=>WebAssembly.instantiateStreaming(d,a).then(b,function(f){Ca("wasm streaming compile failed: "+f);Ca("falling back to ArrayBuffer instantiation");return bb(c,a,b)}))}function db(a){this.name="ExitStatus";this.message=`Program terminated with exit(${a})`;this.status=a}var eb=a=>{for(;0>2]=b};this.we=function(b){L[this.Kd+8>>2]=b};this.Zd=function(b,c){this.ve();this.Pe(b);this.we(c)};this.ve=function(){L[this.Kd+16>>2]=0}} +var gb=0,ib=0,jb="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0,kb=(a,b,c)=>{var d=b+c;for(c=b;a[c]&&!(c>=d);)++c;if(16f?d+=String.fromCharCode(f):(f-=65536,d+=String.fromCharCode(55296|f>>10,56320|f&1023))}}else d+=String.fromCharCode(f)}return d}, +lb={};function mb(a){for(;a.length;){var b=a.pop();a.pop()(b)}}function nb(a){return this.fromWireType(K[a>>2])}var ob={},pb={},qb={},rb=void 0;function sb(a){throw new rb(a);} +function tb(a,b,c){function d(m){m=c(m);m.length!==a.length&&sb("Mismatched type converter count");for(var p=0;p{pb.hasOwnProperty(m)?f[p]=pb[m]:(k.push(m),ob.hasOwnProperty(m)||(ob[m]=[]),ob[m].push(()=>{f[p]=pb[m];++l;l===k.length&&d(f)}))});0===k.length&&d(f)} +function vb(a){switch(a){case 1:return 0;case 2:return 1;case 4:return 2;case 8:return 3;default:throw new TypeError(`Unknown type size: ${a}`);}}var wb=void 0;function O(a){for(var b="";C[a];)b+=wb[C[a++]];return b}var xb=void 0;function Q(a){throw new xb(a);} +function yb(a,b,c={}){var d=b.name;a||Q(`type "${d}" must have a positive integer typeid pointer`);if(pb.hasOwnProperty(a)){if(c.ff)return;Q(`Cannot register type '${d}' twice`)}pb[a]=b;delete qb[a];ob.hasOwnProperty(a)&&(b=ob[a],delete ob[a],b.forEach(f=>f()))}function ub(a,b,c={}){if(!("argPackAdvance"in b))throw new TypeError("registerType registeredInstance requires argPackAdvance");yb(a,b,c)}function zb(a){Q(a.kd.Nd.Ld.name+" instance already deleted")}var Ab=!1;function Bb(){} +function Cb(a){--a.count.value;0===a.count.value&&(a.Pd?a.Td.Xd(a.Pd):a.Nd.Ld.Xd(a.Kd))}function Db(a,b,c){if(b===c)return a;if(void 0===c.Qd)return null;a=Db(a,b,c.Qd);return null===a?null:c.Ye(a)}var Jb={},Kb=[];function Lb(){for(;Kb.length;){var a=Kb.pop();a.kd.ee=!1;a["delete"]()}}var Mb=void 0,Nb={};function Ob(a,b){for(void 0===b&&Q("ptr should not be undefined");a.Qd;)b=a.ke(b),a=a.Qd;return Nb[b]} +function Pb(a,b){b.Nd&&b.Kd||sb("makeClassHandle requires ptr and ptrType");!!b.Td!==!!b.Pd&&sb("Both smartPtrType and smartPtr must be specified");b.count={value:1};return Qb(Object.create(a,{kd:{value:b}}))}function Qb(a){if("undefined"===typeof FinalizationRegistry)return Qb=b=>b,a;Ab=new FinalizationRegistry(b=>{Cb(b.kd)});Qb=b=>{var c=b.kd;c.Pd&&Ab.register(b,{kd:c},b);return b};Bb=b=>{Ab.unregister(b)};return Qb(a)}function Rb(){} +function Sb(a){if(void 0===a)return"_unknown";a=a.replace(/[^a-zA-Z0-9_]/g,"$");var b=a.charCodeAt(0);return 48<=b&&57>=b?`_${a}`:a}function Tb(a,b){a=Sb(a);return{[a]:function(){return b.apply(this,arguments)}}[a]} +function Ub(a,b,c){if(void 0===a[b].Od){var d=a[b];a[b]=function(){a[b].Od.hasOwnProperty(arguments.length)||Q(`Function '${c}' called with an invalid number of arguments (${arguments.length}) - expects one of (${a[b].Od})!`);return a[b].Od[arguments.length].apply(this,arguments)};a[b].Od=[];a[b].Od[d.ce]=d}} +function Vb(a,b,c){r.hasOwnProperty(a)?((void 0===c||void 0!==r[a].Od&&void 0!==r[a].Od[c])&&Q(`Cannot register public name '${a}' twice`),Ub(r,a,a),r.hasOwnProperty(c)&&Q(`Cannot register multiple overloads of a function with the same number of arguments (${c})!`),r[a].Od[c]=b):(r[a]=b,void 0!==c&&(r[a].xf=c))}function Wb(a,b,c,d,f,k,l,m){this.name=a;this.constructor=b;this.fe=c;this.Xd=d;this.Qd=f;this.af=k;this.ke=l;this.Ye=m;this.kf=[]} +function Xb(a,b,c){for(;b!==c;)b.ke||Q(`Expected null or instance of ${c.name}, got an instance of ${b.name}`),a=b.ke(a),b=b.Qd;return a}function Yb(a,b){if(null===b)return this.Ae&&Q(`null is not a valid ${this.name}`),0;b.kd||Q(`Cannot pass "${Zb(b)}" as a ${this.name}`);b.kd.Kd||Q(`Cannot pass deleted object as a pointer of type ${this.name}`);return Xb(b.kd.Kd,b.kd.Nd.Ld,this.Ld)} +function $b(a,b){if(null===b){this.Ae&&Q(`null is not a valid ${this.name}`);if(this.pe){var c=this.Be();null!==a&&a.push(this.Xd,c);return c}return 0}b.kd||Q(`Cannot pass "${Zb(b)}" as a ${this.name}`);b.kd.Kd||Q(`Cannot pass deleted object as a pointer of type ${this.name}`);!this.oe&&b.kd.Nd.oe&&Q(`Cannot convert argument of type ${b.kd.Td?b.kd.Td.name:b.kd.Nd.name} to parameter type ${this.name}`);c=Xb(b.kd.Kd,b.kd.Nd.Ld,this.Ld);if(this.pe)switch(void 0===b.kd.Pd&&Q("Passing raw pointer to smart pointer is illegal"), +this.qf){case 0:b.kd.Td===this?c=b.kd.Pd:Q(`Cannot convert argument of type ${b.kd.Td?b.kd.Td.name:b.kd.Nd.name} to parameter type ${this.name}`);break;case 1:c=b.kd.Pd;break;case 2:if(b.kd.Td===this)c=b.kd.Pd;else{var d=b.clone();c=this.lf(c,ac(function(){d["delete"]()}));null!==a&&a.push(this.Xd,c)}break;default:Q("Unsupporting sharing policy")}return c} +function bc(a,b){if(null===b)return this.Ae&&Q(`null is not a valid ${this.name}`),0;b.kd||Q(`Cannot pass "${Zb(b)}" as a ${this.name}`);b.kd.Kd||Q(`Cannot pass deleted object as a pointer of type ${this.name}`);b.kd.Nd.oe&&Q(`Cannot convert argument of type ${b.kd.Nd.name} to parameter type ${this.name}`);return Xb(b.kd.Kd,b.kd.Nd.Ld,this.Ld)} +function cc(a,b,c,d,f,k,l,m,p,w,y){this.name=a;this.Ld=b;this.Ae=c;this.oe=d;this.pe=f;this.jf=k;this.qf=l;this.Ke=m;this.Be=p;this.lf=w;this.Xd=y;f||void 0!==b.Qd?this.toWireType=$b:(this.toWireType=d?Yb:bc,this.Sd=null)}function dc(a,b,c){r.hasOwnProperty(a)||sb("Replacing nonexistant public symbol");void 0!==r[a].Od&&void 0!==c?r[a].Od[c]=b:(r[a]=b,r[a].ce=c)} +var ec=(a,b)=>{var c=[];return function(){c.length=0;Object.assign(c,arguments);if(a.includes("j")){var d=r["dynCall_"+a];d=c&&c.length?d.apply(null,[b].concat(c)):d.call(null,b)}else d=Na.get(b).apply(null,c);return d}};function mc(a,b){a=O(a);var c=a.includes("j")?ec(a,b):Na.get(b);"function"!=typeof c&&Q(`unknown function pointer with signature ${a}: ${b}`);return c}var nc=void 0;function oc(a){a=pc(a);var b=O(a);qc(a);return b} +function rc(a,b){function c(k){f[k]||pb[k]||(qb[k]?qb[k].forEach(c):(d.push(k),f[k]=!0))}var d=[],f={};b.forEach(c);throw new nc(`${a}: `+d.map(oc).join([", "]));} +function sc(a,b,c,d,f){var k=b.length;2>k&&Q("argTypes array size mismatch! Must at least get return value and 'this' types!");var l=null!==b[1]&&null!==c,m=!1;for(c=1;c>2]);return c}function uc(){this.Wd=[void 0];this.Ie=[]}var vc=new uc;function wc(a){a>=vc.Zd&&0===--vc.get(a).Le&&vc.we(a)} +var xc=a=>{a||Q("Cannot use deleted val. handle = "+a);return vc.get(a).value},ac=a=>{switch(a){case void 0:return 1;case null:return 2;case !0:return 3;case !1:return 4;default:return vc.ve({Le:1,value:a})}};function yc(a,b,c){switch(b){case 0:return function(d){return this.fromWireType((c?Ha:C)[d])};case 1:return function(d){return this.fromWireType((c?Ia:Ja)[d>>1])};case 2:return function(d){return this.fromWireType((c?K:L)[d>>2])};default:throw new TypeError("Unknown integer type: "+a);}} +function zc(a,b){var c=pb[a];void 0===c&&Q(b+" has unknown type "+oc(a));return c}function Zb(a){if(null===a)return"null";var b=typeof a;return"object"===b||"array"===b||"function"===b?a.toString():""+a}function Ac(a,b){switch(b){case 2:return function(c){return this.fromWireType(N[c>>2])};case 3:return function(c){return this.fromWireType(Ka[c>>3])};default:throw new TypeError("Unknown float type: "+a);}} +function Bc(a,b,c){switch(b){case 0:return c?function(d){return Ha[d]}:function(d){return C[d]};case 1:return c?function(d){return Ia[d>>1]}:function(d){return Ja[d>>1]};case 2:return c?function(d){return K[d>>2]}:function(d){return L[d>>2]};default:throw new TypeError("Unknown integer type: "+a);}} +var ka=(a,b,c,d)=>{if(!(0=l){var m=a.charCodeAt(++k);l=65536+((l&1023)<<10)|m&1023}if(127>=l){if(c>=d)break;b[c++]=l}else{if(2047>=l){if(c+1>=d)break;b[c++]=192|l>>6}else{if(65535>=l){if(c+2>=d)break;b[c++]=224|l>>12}else{if(c+3>=d)break;b[c++]=240|l>>18;b[c++]=128|l>>12&63}b[c++]=128|l>>6&63}b[c++]=128|l&63}}b[c]=0;return c-f},ja=a=>{for(var b=0,c=0;c=d?b++:2047>= +d?b+=2:55296<=d&&57343>=d?(b+=4,++c):b+=3}return b},Cc="undefined"!=typeof TextDecoder?new TextDecoder("utf-16le"):void 0,Dc=(a,b)=>{var c=a>>1;for(var d=c+b/2;!(c>=d)&&Ja[c];)++c;c<<=1;if(32=b/2);++d){var f=Ia[a+2*d>>1];if(0==f)break;c+=String.fromCharCode(f)}return c},Ec=(a,b,c)=>{void 0===c&&(c=2147483647);if(2>c)return 0;c-=2;var d=b;c=c<2*a.length?c/2:a.length;for(var f=0;f>1]=a.charCodeAt(f),b+=2;Ia[b>>1]=0;return b-d}, +Fc=a=>2*a.length,Gc=(a,b)=>{for(var c=0,d="";!(c>=b/4);){var f=K[a+4*c>>2];if(0==f)break;++c;65536<=f?(f-=65536,d+=String.fromCharCode(55296|f>>10,56320|f&1023)):d+=String.fromCharCode(f)}return d},Hc=(a,b,c)=>{void 0===c&&(c=2147483647);if(4>c)return 0;var d=b;c=d+c-4;for(var f=0;f=k){var l=a.charCodeAt(++f);k=65536+((k&1023)<<10)|l&1023}K[b>>2]=k;b+=4;if(b+4>c)break}K[b>>2]=0;return b-d},Ic=a=>{for(var b=0,c=0;c=d&&++c;b+=4}return b},Jc={};function Kc(a){var b=Jc[a];return void 0===b?O(a):b}var Lc=[]; +function Mc(){function a(b){b.$$$embind_global$$$=b;var c="object"==typeof $$$embind_global$$$&&b.$$$embind_global$$$==b;c||delete b.$$$embind_global$$$;return c}if("object"==typeof globalThis)return globalThis;if("object"==typeof $$$embind_global$$$)return $$$embind_global$$$;"object"==typeof global&&a(global)?$$$embind_global$$$=global:"object"==typeof self&&a(self)&&($$$embind_global$$$=self);if("object"==typeof $$$embind_global$$$)return $$$embind_global$$$;throw Error("unable to get global object."); +}function Nc(a){var b=Lc.length;Lc.push(a);return b}function Oc(a,b){for(var c=Array(a),d=0;d>2],"parameter "+d);return c}var Pc=[];function Qc(a){var b=Array(a+1);return function(c,d,f){b[0]=c;for(var k=0;k>2],"parameter "+k);b[k+1]=l.readValueFromPointer(f);f+=l.argPackAdvance}c=new (c.bind.apply(c,b));return ac(c)}}var Rc={}; +function Sc(a){var b=a.getExtension("ANGLE_instanced_arrays");b&&(a.vertexAttribDivisor=function(c,d){b.vertexAttribDivisorANGLE(c,d)},a.drawArraysInstanced=function(c,d,f,k){b.drawArraysInstancedANGLE(c,d,f,k)},a.drawElementsInstanced=function(c,d,f,k,l){b.drawElementsInstancedANGLE(c,d,f,k,l)})} +function Tc(a){var b=a.getExtension("OES_vertex_array_object");b&&(a.createVertexArray=function(){return b.createVertexArrayOES()},a.deleteVertexArray=function(c){b.deleteVertexArrayOES(c)},a.bindVertexArray=function(c){b.bindVertexArrayOES(c)},a.isVertexArray=function(c){return b.isVertexArrayOES(c)})}function Uc(a){var b=a.getExtension("WEBGL_draw_buffers");b&&(a.drawBuffers=function(c,d){b.drawBuffersWEBGL(c,d)})} +var Vc=1,Wc=[],Xc=[],Yc=[],Zc=[],ea=[],$c=[],ad=[],ia=[],bd=[],cd=[],dd={},ed={},gd=4;function R(a){hd||(hd=a)}function da(a){for(var b=Vc++,c=a.length;ca.version||!b.Ge)b.Ge=b.getExtension("EXT_disjoint_timer_query");b.wf=b.getExtension("WEBGL_multi_draw");(b.getSupportedExtensions()||[]).forEach(function(c){c.includes("lose_context")||c.includes("debug")||b.getExtension(c)})}} +var v,hd,ld={},nd=()=>{if(!md){var a={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:("object"==typeof navigator&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:ma||"./this.program"},b;for(b in ld)void 0===ld[b]?delete a[b]:a[b]=ld[b];var c=[];for(b in a)c.push(`${b}=${a[b]}`);md=c}return md},md,od=[null,[],[]];function pd(a){S.bindVertexArray(ad[a])} +function qd(a,b){for(var c=0;c>2];S.deleteVertexArray(ad[d]);ad[d]=null}}var rd=[];function sd(a,b,c,d){S.drawElements(a,b,c,d)}function td(a,b,c,d){for(var f=0;f>2]=l}}function ud(a,b){td(a,b,"createVertexArray",ad)} +function vd(a,b,c){if(b){var d=void 0;switch(a){case 36346:d=1;break;case 36344:0!=c&&1!=c&&R(1280);return;case 34814:case 36345:d=0;break;case 34466:var f=S.getParameter(34467);d=f?f.length:0;break;case 33309:if(2>v.version){R(1282);return}d=2*(S.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>v.version){R(1280);return}d=33307==a?3:0}if(void 0===d)switch(f=S.getParameter(a),typeof f){case "number":d=f;break;case "boolean":d=f?1:0;break;case "string":R(1280);return;case "object":if(null=== +f)switch(a){case 34964:case 35725:case 34965:case 36006:case 36007:case 32873:case 34229:case 36662:case 36663:case 35053:case 35055:case 36010:case 35097:case 35869:case 32874:case 36389:case 35983:case 35368:case 34068:d=0;break;default:R(1280);return}else{if(f instanceof Float32Array||f instanceof Uint32Array||f instanceof Int32Array||f instanceof Array){for(a=0;a>2]=f[a];break;case 2:N[b+4*a>>2]=f[a];break;case 4:Ha[b+a>>0]=f[a]?1:0}return}try{d=f.name|0}catch(k){R(1280); +Ca("GL_INVALID_ENUM in glGet"+c+"v: Unknown object returned from WebGL getParameter("+a+")! (error: "+k+")");return}}break;default:R(1280);Ca("GL_INVALID_ENUM in glGet"+c+"v: Native code calling glGet"+c+"v("+a+") and it returns "+f+" of type "+typeof f+"!");return}switch(c){case 1:c=d;L[b>>2]=c;L[b+4>>2]=(c-L[b>>2])/4294967296;break;case 0:K[b>>2]=d;break;case 2:N[b>>2]=d;break;case 4:Ha[b>>0]=d?1:0}}else R(1281)}var xd=a=>{var b=ja(a)+1,c=wd(b);c&&ka(a,C,c,b);return c}; +function yd(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function zd(a){a-=5120;return 0==a?Ha:1==a?C:2==a?Ia:4==a?K:6==a?N:5==a||28922==a||28520==a||30779==a||30782==a?L:Ja}function Ad(a,b,c,d,f){a=zd(a);var k=31-Math.clz32(a.BYTES_PER_ELEMENT),l=gd;return a.subarray(f>>k,f+d*(c*({5:3,6:4,8:2,29502:3,29504:4,26917:2,26918:2,29846:3,29847:4}[b-6402]||1)*(1<>k)} +function W(a){var b=S.We;if(b){var c=b.je[a];"number"==typeof c&&(b.je[a]=c=S.getUniformLocation(b,b.Me[a]+(00===a%4&&(0!==a%100||0===a%400),Ed=[31,29,31,30,31,30,31,31,30,31,30,31],Fd=[31,28,31,30,31,30,31,31,30,31,30,31];function Gd(a){var b=Array(ja(a)+1);ka(a,b,0,b.length);return b} +var Hd=(a,b,c,d)=>{function f(u,F,H){for(u="number"==typeof u?u.toString():u||"";u.lengthca?-1:0T-u.getDate())F-=T-u.getDate()+1,u.setDate(1),11>H?u.setMonth(H+1):(u.setMonth(0),u.setFullYear(u.getFullYear()+1));else{u.setDate(u.getDate()+F);break}}H=new Date(u.getFullYear()+1,0,4);F=m(new Date(u.getFullYear(), +0,4));H=m(H);return 0>=l(F,u)?0>=l(H,u)?u.getFullYear()+1:u.getFullYear():u.getFullYear()-1}var w=K[d+40>>2];d={tf:K[d>>2],sf:K[d+4>>2],te:K[d+8>>2],Ce:K[d+12>>2],ue:K[d+16>>2],ae:K[d+20>>2],Vd:K[d+24>>2],$d:K[d+28>>2],zf:K[d+32>>2],rf:K[d+36>>2],uf:w?w?kb(C,w):"":""};c=c?kb(C,c):"";w={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y", +"%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var y in w)c=c.replace(new RegExp(y,"g"),w[y]);var B="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),D="January February March April May June July August September October November December".split(" ");w={"%a":u=>B[u.Vd].substring(0,3),"%A":u=>B[u.Vd],"%b":u=>D[u.ue].substring(0,3),"%B":u=>D[u.ue],"%C":u=>k((u.ae+1900)/ +100|0,2),"%d":u=>k(u.Ce,2),"%e":u=>f(u.Ce,2," "),"%g":u=>p(u).toString().substring(2),"%G":u=>p(u),"%H":u=>k(u.te,2),"%I":u=>{u=u.te;0==u?u=12:12{for(var F=0,H=0;H<=u.ue-1;F+=(Dd(u.ae+1900)?Ed:Fd)[H++]);return k(u.Ce+F,3)},"%m":u=>k(u.ue+1,2),"%M":u=>k(u.sf,2),"%n":()=>"\n","%p":u=>0<=u.te&&12>u.te?"AM":"PM","%S":u=>k(u.tf,2),"%t":()=>"\t","%u":u=>u.Vd||7,"%U":u=>k(Math.floor((u.$d+7-u.Vd)/7),2),"%V":u=>{var F=Math.floor((u.$d+7-(u.Vd+6)%7)/7);2>=(u.Vd+371-u.$d- +2)%7&&F++;if(F)53==F&&(H=(u.Vd+371-u.$d)%7,4==H||3==H&&Dd(u.ae)||(F=1));else{F=52;var H=(u.Vd+7-u.$d-1)%7;(4==H||5==H&&Dd(u.ae%400-1))&&F++}return k(F,2)},"%w":u=>u.Vd,"%W":u=>k(Math.floor((u.$d+7-(u.Vd+6)%7)/7),2),"%y":u=>(u.ae+1900).toString().substring(2),"%Y":u=>u.ae+1900,"%z":u=>{u=u.rf;var F=0<=u;u=Math.abs(u)/60;return(F?"+":"-")+String("0000"+(u/60*100+u%60)).slice(-4)},"%Z":u=>u.uf,"%%":()=>"%"};c=c.replace(/%%/g,"\x00\x00");for(y in w)c.includes(y)&&(c=c.replace(new RegExp(y,"g"),w[y](d))); +c=c.replace(/\0\0/g,"%");y=Gd(c);if(y.length>b)return 0;Ha.set(y,a);return y.length-1};rb=r.InternalError=class extends Error{constructor(a){super(a);this.name="InternalError"}};for(var Id=Array(256),Jd=0;256>Jd;++Jd)Id[Jd]=String.fromCharCode(Jd);wb=Id;xb=r.BindingError=class extends Error{constructor(a){super(a);this.name="BindingError"}}; +Rb.prototype.isAliasOf=function(a){if(!(this instanceof Rb&&a instanceof Rb))return!1;var b=this.kd.Nd.Ld,c=this.kd.Kd,d=a.kd.Nd.Ld;for(a=a.kd.Kd;b.Qd;)c=b.ke(c),b=b.Qd;for(;d.Qd;)a=d.ke(a),d=d.Qd;return b===d&&c===a}; +Rb.prototype.clone=function(){this.kd.Kd||zb(this);if(this.kd.ie)return this.kd.count.value+=1,this;var a=Qb,b=Object,c=b.create,d=Object.getPrototypeOf(this),f=this.kd;a=a(c.call(b,d,{kd:{value:{count:f.count,ee:f.ee,ie:f.ie,Kd:f.Kd,Nd:f.Nd,Pd:f.Pd,Td:f.Td}}}));a.kd.count.value+=1;a.kd.ee=!1;return a};Rb.prototype["delete"]=function(){this.kd.Kd||zb(this);this.kd.ee&&!this.kd.ie&&Q("Object already scheduled for deletion");Bb(this);Cb(this.kd);this.kd.ie||(this.kd.Pd=void 0,this.kd.Kd=void 0)}; +Rb.prototype.isDeleted=function(){return!this.kd.Kd};Rb.prototype.deleteLater=function(){this.kd.Kd||zb(this);this.kd.ee&&!this.kd.ie&&Q("Object already scheduled for deletion");Kb.push(this);1===Kb.length&&Mb&&Mb(Lb);this.kd.ee=!0;return this};r.getInheritedInstanceCount=function(){return Object.keys(Nb).length};r.getLiveInheritedInstances=function(){var a=[],b;for(b in Nb)Nb.hasOwnProperty(b)&&a.push(Nb[b]);return a};r.flushPendingDeletes=Lb;r.setDelayFunction=function(a){Mb=a;Kb.length&&Mb&&Mb(Lb)}; +cc.prototype.bf=function(a){this.Ke&&(a=this.Ke(a));return a};cc.prototype.Ee=function(a){this.Xd&&this.Xd(a)};cc.prototype.argPackAdvance=8;cc.prototype.readValueFromPointer=nb;cc.prototype.deleteObject=function(a){if(null!==a)a["delete"]()}; +cc.prototype.fromWireType=function(a){function b(){return this.pe?Pb(this.Ld.fe,{Nd:this.jf,Kd:c,Td:this,Pd:a}):Pb(this.Ld.fe,{Nd:this,Kd:a})}var c=this.bf(a);if(!c)return this.Ee(a),null;var d=Ob(this.Ld,c);if(void 0!==d){if(0===d.kd.count.value)return d.kd.Kd=c,d.kd.Pd=a,d.clone();d=d.clone();this.Ee(a);return d}d=this.Ld.af(c);d=Jb[d];if(!d)return b.call(this);d=this.oe?d.Ve:d.pointerType;var f=Db(c,this.Ld,d.Ld);return null===f?b.call(this):this.pe?Pb(d.Ld.fe,{Nd:d,Kd:f,Td:this,Pd:a}):Pb(d.Ld.fe, +{Nd:d,Kd:f})};nc=r.UnboundTypeError=function(a,b){var c=Tb(b,function(d){this.name=b;this.message=d;d=Error(d).stack;void 0!==d&&(this.stack=this.toString()+"\n"+d.replace(/^Error(:[^\n]*)?\n/,""))});c.prototype=Object.create(a.prototype);c.prototype.constructor=c;c.prototype.toString=function(){return void 0===this.message?this.name:`${this.name}: ${this.message}`};return c}(Error,"UnboundTypeError"); +Object.assign(uc.prototype,{get(a){return this.Wd[a]},has(a){return void 0!==this.Wd[a]},ve(a){var b=this.Ie.pop()||this.Wd.length;this.Wd[b]=a;return b},we(a){this.Wd[a]=void 0;this.Ie.push(a)}});vc.Wd.push({value:void 0},{value:null},{value:!0},{value:!1});vc.Zd=vc.Wd.length;r.count_emval_handles=function(){for(var a=0,b=vc.Zd;bKd;++Kd)rd.push(Array(Kd));var Ld=new Float32Array(288); +for(Kd=0;288>Kd;++Kd)Bd[Kd]=Ld.subarray(0,Kd+1);var Md=new Int32Array(288);for(Kd=0;288>Kd;++Kd)Cd[Kd]=Md.subarray(0,Kd+1); +var $d={H:function(a,b,c){(new fb(a)).Zd(b,c);gb=a;ib++;throw gb;},U:function(){return 0},vb:()=>{},xb:function(){return 0},sb:()=>{},tb:()=>{},V:function(){},ub:()=>{},C:function(a){var b=lb[a];delete lb[a];var c=b.Be,d=b.Xd,f=b.He,k=f.map(l=>l.ef).concat(f.map(l=>l.nf));tb([a],k,l=>{var m={};f.forEach((p,w)=>{var y=l[w],B=p.cf,D=p.df,u=l[w+f.length],F=p.mf,H=p.pf;m[p.$e]={read:T=>y.fromWireType(B(D,T)),write:(T,ca)=>{var Y=[];F(H,T,u.toWireType(Y,ca));mb(Y)}}});return[{name:b.name,fromWireType:function(p){var w= +{},y;for(y in m)w[y]=m[y].read(p);d(p);return w},toWireType:function(p,w){for(var y in m)if(!(y in w))throw new TypeError(`Missing field: "${y}"`);var B=c();for(y in m)m[y].write(B,w[y]);null!==p&&p.push(d,B);return B},argPackAdvance:8,readValueFromPointer:nb,Sd:d}]})},kb:function(){},Bb:function(a,b,c,d,f){var k=vb(c);b=O(b);ub(a,{name:b,fromWireType:function(l){return!!l},toWireType:function(l,m){return m?d:f},argPackAdvance:8,readValueFromPointer:function(l){if(1===c)var m=Ha;else if(2===c)m=Ia; +else if(4===c)m=K;else throw new TypeError("Unknown boolean type size: "+b);return this.fromWireType(m[l>>k])},Sd:null})},l:function(a,b,c,d,f,k,l,m,p,w,y,B,D){y=O(y);k=mc(f,k);m&&(m=mc(l,m));w&&(w=mc(p,w));D=mc(B,D);var u=Sb(y);Vb(u,function(){rc(`Cannot construct ${y} due to unbound types`,[d])});tb([a,b,c],d?[d]:[],function(F){F=F[0];if(d){var H=F.Ld;var T=H.fe}else T=Rb.prototype;F=Tb(u,function(){if(Object.getPrototypeOf(this)!==ca)throw new xb("Use 'new' to construct "+y);if(void 0===Y.Yd)throw new xb(y+ +" has no accessible constructor");var Ma=Y.Yd[arguments.length];if(void 0===Ma)throw new xb(`Tried to invoke ctor of ${y} with invalid number of parameters (${arguments.length}) - expected (${Object.keys(Y.Yd).toString()}) parameters instead!`);return Ma.apply(this,arguments)});var ca=Object.create(T,{constructor:{value:F}});F.prototype=ca;var Y=new Wb(y,F,ca,D,H,k,m,w);Y.Qd&&(void 0===Y.Qd.le&&(Y.Qd.le=[]),Y.Qd.le.push(Y));H=new cc(y,Y,!0,!1,!1);T=new cc(y+"*",Y,!1,!1,!1);var va=new cc(y+" const*", +Y,!1,!0,!1);Jb[a]={pointerType:T,Ve:va};dc(u,F);return[H,T,va]})},e:function(a,b,c,d,f,k,l){var m=tc(c,d);b=O(b);k=mc(f,k);tb([],[a],function(p){function w(){rc(`Cannot call ${y} due to unbound types`,m)}p=p[0];var y=`${p.name}.${b}`;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);var B=p.Ld.constructor;void 0===B[b]?(w.ce=c-1,B[b]=w):(Ub(B,b,y),B[b].Od[c-1]=w);tb([],m,function(D){D=[D[0],null].concat(D.slice(1));D=sc(y,D,null,k,l);void 0===B[b].Od?(D.ce=c-1,B[b]=D):B[b].Od[c-1]=D;if(p.Ld.le)for(const u of p.Ld.le)u.constructor.hasOwnProperty(b)|| +(u.constructor[b]=D);return[]});return[]})},A:function(a,b,c,d,f,k){var l=tc(b,c);f=mc(d,f);tb([],[a],function(m){m=m[0];var p=`constructor ${m.name}`;void 0===m.Ld.Yd&&(m.Ld.Yd=[]);if(void 0!==m.Ld.Yd[b-1])throw new xb(`Cannot register multiple constructors with identical number of parameters (${b-1}) for class '${m.name}'! Overload resolution is currently only performed using the parameter count, not actual type info!`);m.Ld.Yd[b-1]=()=>{rc(`Cannot construct ${m.name} due to unbound types`,l)}; +tb([],l,function(w){w.splice(1,0,null);m.Ld.Yd[b-1]=sc(p,w,null,f,k);return[]});return[]})},a:function(a,b,c,d,f,k,l,m){var p=tc(c,d);b=O(b);k=mc(f,k);tb([],[a],function(w){function y(){rc(`Cannot call ${B} due to unbound types`,p)}w=w[0];var B=`${w.name}.${b}`;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);m&&w.Ld.kf.push(b);var D=w.Ld.fe,u=D[b];void 0===u||void 0===u.Od&&u.className!==w.name&&u.ce===c-2?(y.ce=c-2,y.className=w.name,D[b]=y):(Ub(D,b,B),D[b].Od[c-2]=y);tb([],p,function(F){F=sc(B,F, +w,k,l);void 0===D[b].Od?(F.ce=c-2,D[b]=F):D[b].Od[c-2]=F;return[]});return[]})},t:function(a,b,c){a=O(a);tb([],[b],function(d){d=d[0];r[a]=d.fromWireType(c);return[]})},Ab:function(a,b){b=O(b);ub(a,{name:b,fromWireType:function(c){var d=xc(c);wc(c);return d},toWireType:function(c,d){return ac(d)},argPackAdvance:8,readValueFromPointer:nb,Sd:null})},j:function(a,b,c,d){function f(){}c=vb(c);b=O(b);f.values={};ub(a,{name:b,constructor:f,fromWireType:function(k){return this.constructor.values[k]},toWireType:function(k, +l){return l.value},argPackAdvance:8,readValueFromPointer:yc(b,c,d),Sd:null});Vb(b,f)},b:function(a,b,c){var d=zc(a,"enum");b=O(b);a=d.constructor;d=Object.create(d.constructor.prototype,{value:{value:c},constructor:{value:Tb(`${d.name}_${b}`,function(){})}});a.values[c]=d;a[b]=d},X:function(a,b,c){c=vb(c);b=O(b);ub(a,{name:b,fromWireType:function(d){return d},toWireType:function(d,f){return f},argPackAdvance:8,readValueFromPointer:Ac(b,c),Sd:null})},v:function(a,b,c,d,f,k){var l=tc(b,c);a=O(a);f= +mc(d,f);Vb(a,function(){rc(`Cannot call ${a} due to unbound types`,l)},b-1);tb([],l,function(m){m=[m[0],null].concat(m.slice(1));dc(a,sc(a,m,null,f,k),b-1);return[]})},E:function(a,b,c,d,f){b=O(b);-1===f&&(f=4294967295);f=vb(c);var k=m=>m;if(0===d){var l=32-8*c;k=m=>m<>>l}c=b.includes("unsigned")?function(m,p){return p>>>0}:function(m,p){return p};ub(a,{name:b,fromWireType:k,toWireType:c,argPackAdvance:8,readValueFromPointer:Bc(b,f,0!==d),Sd:null})},s:function(a,b,c){function d(k){k>>=2;var l= +L;return new f(l.buffer,l[k+1],l[k])}var f=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array][b];c=O(c);ub(a,{name:c,fromWireType:d,argPackAdvance:8,readValueFromPointer:d},{ff:!0})},q:function(a,b,c,d,f,k,l,m,p,w,y,B){c=O(c);k=mc(f,k);m=mc(l,m);w=mc(p,w);B=mc(y,B);tb([a],[b],function(D){D=D[0];return[new cc(c,D.Ld,!1,!1,!0,D,d,k,m,w,B)]})},W:function(a,b){b=O(b);var c="std::string"===b;ub(a,{name:b,fromWireType:function(d){var f=L[d>>2],k=d+4;if(c)for(var l= +k,m=0;m<=f;++m){var p=k+m;if(m==f||0==C[p]){l=l?kb(C,l,p-l):"";if(void 0===w)var w=l;else w+=String.fromCharCode(0),w+=l;l=p+1}}else{w=Array(f);for(m=0;m>2]= +l;if(c&&k)ka(f,C,p,l+1);else if(k)for(k=0;kJa;var m=1}else 4===b&&(d=Gc,f=Hc,k=Ic,l=()=>L,m=2);ub(a,{name:c,fromWireType:function(p){for(var w=L[p>>2],y=l(),B,D=p+4,u=0;u<=w;++u){var F= +p+4+u*b;if(u==w||0==y[F>>m])D=d(D,F-D),void 0===B?B=D:(B+=String.fromCharCode(0),B+=D),D=F+b}qc(p);return B},toWireType:function(p,w){"string"!=typeof w&&Q(`Cannot pass non-string to C++ string type ${c}`);var y=k(w),B=wd(4+y+b);L[B>>2]=y>>m;f(w,B+4,y+b);null!==p&&p.push(qc,B);return B},argPackAdvance:8,readValueFromPointer:nb,Sd:function(p){qc(p)}})},D:function(a,b,c,d,f,k){lb[a]={name:O(b),Be:mc(c,d),Xd:mc(f,k),He:[]}},d:function(a,b,c,d,f,k,l,m,p,w){lb[a].He.push({$e:O(b),ef:c,cf:mc(d,f),df:k, +nf:l,mf:mc(m,p),pf:w})},Cb:function(a,b){b=O(b);ub(a,{hf:!0,name:b,argPackAdvance:0,fromWireType:function(){},toWireType:function(){}})},zb:()=>!0,ob:()=>{throw Infinity;},F:function(a,b,c){a=xc(a);b=zc(b,"emval::as");var d=[],f=ac(d);L[c>>2]=f;return b.toWireType(d,a)},P:function(a,b,c,d,f){a=Lc[a];b=xc(b);c=Kc(c);var k=[];L[d>>2]=ac(k);return a(b,c,k,f)},u:function(a,b,c,d){a=Lc[a];b=xc(b);c=Kc(c);a(b,c,null,d)},c:wc,K:function(a){if(0===a)return ac(Mc());a=Kc(a);return ac(Mc()[a])},r:function(a, +b){var c=Oc(a,b),d=c[0];b=d.name+"_$"+c.slice(1).map(function(l){return l.name}).join("_")+"$";var f=Pc[b];if(void 0!==f)return f;var k=Array(a-1);f=Nc((l,m,p,w)=>{for(var y=0,B=0;B{Ea("")},yb:()=>performance.now(),pb:a=>{var b=C.length;a>>>=0;if(2147483648=c;c*=2){var d=b*(1+.2/c); +d=Math.min(d,a+100663296);var f=Math;d=Math.max(a,d);a:{f=f.min.call(f,2147483648,d+(65536-d%65536)%65536)-Fa.buffer.byteLength+65535>>>16;try{Fa.grow(f);La();var k=1;break a}catch(l){}k=void 0}if(k)return!0}return!1},fb:function(){return v?v.handle:0},qb:(a,b)=>{var c=0;nd().forEach(function(d,f){var k=b+c;f=L[a+4*f>>2]=k;for(k=0;k>0]=d.charCodeAt(k);Ha[f>>0]=0;c+=d.length+1});return 0},rb:(a,b)=>{var c=nd();L[a>>2]=c.length;var d=0;c.forEach(function(f){d+=f.length+1});L[b>> +2]=d;return 0},Db:a=>{if(!noExitRuntime){if(r.onExit)r.onExit(a);Ga=!0}oa(a,new db(a))},M:()=>52,gb:function(){return 52},wb:()=>52,jb:function(){return 70},T:(a,b,c,d)=>{for(var f=0,k=0;k>2],m=L[b+4>>2];b+=8;for(var p=0;p>2]=f;return 0},Wc:function(a){S.activeTexture(a)},Xc:function(a,b){S.attachShader(Xc[a],$c[b])},Yc:function(a,b,c){S.bindAttribLocation(Xc[a],b,c?kb(C,c):"")},Zc:function(a, +b){35051==a?S.ye=b:35052==a&&(S.de=b);S.bindBuffer(a,Wc[b])},$:function(a,b){S.bindFramebuffer(a,Yc[b])},_b:function(a,b){S.bindRenderbuffer(a,Zc[b])},Kb:function(a,b){S.bindSampler(a,bd[b])},_c:function(a,b){S.bindTexture(a,ea[b])},sc:pd,vc:pd,$c:function(a,b,c,d){S.blendColor(a,b,c,d)},aa:function(a){S.blendEquation(a)},ba:function(a,b){S.blendFunc(a,b)},Ub:function(a,b,c,d,f,k,l,m,p,w){S.blitFramebuffer(a,b,c,d,f,k,l,m,p,w)},ca:function(a,b,c,d){2<=v.version?c&&b?S.bufferData(a,C,d,c,b):S.bufferData(a, +b,d):S.bufferData(a,c?C.subarray(c,c+b):b,d)},da:function(a,b,c,d){2<=v.version?c&&S.bufferSubData(a,b,C,d,c):S.bufferSubData(a,b,C.subarray(d,d+c))},$b:function(a){return S.checkFramebufferStatus(a)},R:function(a){S.clear(a)},_:function(a,b,c,d){S.clearColor(a,b,c,d)},S:function(a){S.clearStencil(a)},mb:function(a,b,c,d){return S.clientWaitSync(cd[a],b,(c>>>0)+4294967296*d)},ea:function(a,b,c,d){S.colorMask(!!a,!!b,!!c,!!d)},fa:function(a){S.compileShader($c[a])},ga:function(a,b,c,d,f,k,l,m){2<= +v.version?S.de||!l?S.compressedTexImage2D(a,b,c,d,f,k,l,m):S.compressedTexImage2D(a,b,c,d,f,k,C,m,l):S.compressedTexImage2D(a,b,c,d,f,k,m?C.subarray(m,m+l):null)},ha:function(a,b,c,d,f,k,l,m,p){2<=v.version?S.de||!m?S.compressedTexSubImage2D(a,b,c,d,f,k,l,m,p):S.compressedTexSubImage2D(a,b,c,d,f,k,l,C,p,m):S.compressedTexSubImage2D(a,b,c,d,f,k,l,p?C.subarray(p,p+m):null)},Sb:function(a,b,c,d,f){S.copyBufferSubData(a,b,c,d,f)},ia:function(a,b,c,d,f,k,l,m){S.copyTexSubImage2D(a,b,c,d,f,k,l,m)},ja:function(){var a= +da(Xc),b=S.createProgram();b.name=a;b.se=b.qe=b.re=0;b.De=1;Xc[a]=b;return a},ka:function(a){var b=da($c);$c[b]=S.createShader(a);return b},la:function(a){S.cullFace(a)},ma:function(a,b){for(var c=0;c>2],f=Wc[d];f&&(S.deleteBuffer(f),f.name=0,Wc[d]=null,d==S.ye&&(S.ye=0),d==S.de&&(S.de=0))}},ac:function(a,b){for(var c=0;c>2],f=Yc[d];f&&(S.deleteFramebuffer(f),f.name=0,Yc[d]=null)}},na:function(a){if(a){var b=Xc[a];b?(S.deleteProgram(b),b.name=0,Xc[a]=null): +R(1281)}},bc:function(a,b){for(var c=0;c>2],f=Zc[d];f&&(S.deleteRenderbuffer(f),f.name=0,Zc[d]=null)}},Lb:function(a,b){for(var c=0;c>2],f=bd[d];f&&(S.deleteSampler(f),f.name=0,bd[d]=null)}},oa:function(a){if(a){var b=$c[a];b?(S.deleteShader(b),$c[a]=null):R(1281)}},Tb:function(a){if(a){var b=cd[a];b?(S.deleteSync(b),b.name=0,cd[a]=null):R(1281)}},pa:function(a,b){for(var c=0;c>2],f=ea[d];f&&(S.deleteTexture(f),f.name=0,ea[d]=null)}}, +tc:qd,wc:qd,qa:function(a){S.depthMask(!!a)},ra:function(a){S.disable(a)},sa:function(a){S.disableVertexAttribArray(a)},ta:function(a,b,c){S.drawArrays(a,b,c)},qc:function(a,b,c,d){S.drawArraysInstanced(a,b,c,d)},oc:function(a,b,c,d,f){S.Fe.drawArraysInstancedBaseInstanceWEBGL(a,b,c,d,f)},mc:function(a,b){for(var c=rd[a],d=0;d>2];S.drawBuffers(c)},ua:sd,rc:function(a,b,c,d,f){S.drawElementsInstanced(a,b,c,d,f)},pc:function(a,b,c,d,f,k,l){S.Fe.drawElementsInstancedBaseVertexBaseInstanceWEBGL(a, +b,c,d,f,k,l)},gc:function(a,b,c,d,f,k){sd(a,d,f,k)},va:function(a){S.enable(a)},wa:function(a){S.enableVertexAttribArray(a)},Qb:function(a,b){return(a=S.fenceSync(a,b))?(b=da(cd),a.name=b,cd[b]=a,b):0},xa:function(){S.finish()},ya:function(){S.flush()},cc:function(a,b,c,d){S.framebufferRenderbuffer(a,b,c,Zc[d])},dc:function(a,b,c,d,f){S.framebufferTexture2D(a,b,c,ea[d],f)},za:function(a){S.frontFace(a)},Aa:function(a,b){td(a,b,"createBuffer",Wc)},ec:function(a,b){td(a,b,"createFramebuffer",Yc)},fc:function(a, +b){td(a,b,"createRenderbuffer",Zc)},Mb:function(a,b){td(a,b,"createSampler",bd)},Ba:function(a,b){td(a,b,"createTexture",ea)},uc:ud,xc:ud,Wb:function(a){S.generateMipmap(a)},Ca:function(a,b,c){c?K[c>>2]=S.getBufferParameter(a,b):R(1281)},Da:function(){var a=S.getError()||hd;hd=0;return a},Ea:function(a,b){vd(a,b,2)},Xb:function(a,b,c,d){a=S.getFramebufferAttachmentParameter(a,b,c);if(a instanceof WebGLRenderbuffer||a instanceof WebGLTexture)a=a.name|0;K[d>>2]=a},L:function(a,b){vd(a,b,0)},Fa:function(a, +b,c,d){a=S.getProgramInfoLog(Xc[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Ga:function(a,b,c){if(c)if(a>=Vc)R(1281);else if(a=Xc[a],35716==b)a=S.getProgramInfoLog(a),null===a&&(a="(unknown error)"),K[c>>2]=a.length+1;else if(35719==b){if(!a.se)for(b=0;b>2]=a.se}else if(35722==b){if(!a.qe)for(b=0;b>2]=a.qe}else if(35381==b){if(!a.re)for(b=0;b>2]=a.re}else K[c>>2]=S.getProgramParameter(a,b);else R(1281)},Yb:function(a,b,c){c?K[c>>2]=S.getRenderbufferParameter(a,b):R(1281)},Ha:function(a,b,c,d){a=S.getShaderInfoLog($c[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Hb:function(a,b,c,d){a=S.getShaderPrecisionFormat(a,b);K[c>>2]=a.rangeMin;K[c+4>> +2]=a.rangeMax;K[d>>2]=a.precision},Ia:function(a,b,c){c?35716==b?(a=S.getShaderInfoLog($c[a]),null===a&&(a="(unknown error)"),K[c>>2]=a?a.length+1:0):35720==b?(a=S.getShaderSource($c[a]),K[c>>2]=a?a.length+1:0):K[c>>2]=S.getShaderParameter($c[a],b):R(1281)},Q:function(a){var b=dd[a];if(!b){switch(a){case 7939:b=S.getSupportedExtensions()||[];b=b.concat(b.map(function(d){return"GL_"+d}));b=xd(b.join(" "));break;case 7936:case 7937:case 37445:case 37446:(b=S.getParameter(a))||R(1280);b=b&&xd(b);break; +case 7938:b=S.getParameter(7938);b=2<=v.version?"OpenGL ES 3.0 ("+b+")":"OpenGL ES 2.0 ("+b+")";b=xd(b);break;case 35724:b=S.getParameter(35724);var c=b.match(/^WebGL GLSL ES ([0-9]\.[0-9][0-9]?)(?:$| .*)/);null!==c&&(3==c[1].length&&(c[1]+="0"),b="OpenGL ES GLSL ES "+c[1]+" ("+b+")");b=xd(b);break;default:R(1280)}dd[a]=b}return b},db:function(a,b){if(2>v.version)return R(1282),0;var c=ed[a];if(c)return 0>b||b>=c.length?(R(1281),0):c[b];switch(a){case 7939:return c=S.getSupportedExtensions()||[], +c=c.concat(c.map(function(d){return"GL_"+d})),c=c.map(function(d){return xd(d)}),c=ed[a]=c,0>b||b>=c.length?(R(1281),0):c[b];default:return R(1280),0}},Ja:function(a,b){b=b?kb(C,b):"";if(a=Xc[a]){var c=a,d=c.je,f=c.Ne,k;if(!d)for(c.je=d={},c.Me={},k=0;k>>0,f=b.slice(0, +k));if((f=a.Ne[f])&&d>2];S.invalidateFramebuffer(a,d)},Jb:function(a,b,c,d,f,k,l){for(var m=rd[b],p=0;p>2];S.invalidateSubFramebuffer(a,m,d,f,k,l)},Rb:function(a){return S.isSync(cd[a])},Ka:function(a){return(a=ea[a])?S.isTexture(a):0},La:function(a){S.lineWidth(a)},Ma:function(a){a=Xc[a];S.linkProgram(a);a.je=0;a.Ne={}},kc:function(a, +b,c,d,f,k){S.Je.multiDrawArraysInstancedBaseInstanceWEBGL(a,K,b>>2,K,c>>2,K,d>>2,L,f>>2,k)},lc:function(a,b,c,d,f,k,l,m){S.Je.multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(a,K,b>>2,c,K,d>>2,K,f>>2,K,k>>2,L,l>>2,m)},Na:function(a,b){3317==a&&(gd=b);S.pixelStorei(a,b)},nc:function(a){S.readBuffer(a)},Oa:function(a,b,c,d,f,k,l){if(2<=v.version)if(S.ye)S.readPixels(a,b,c,d,f,k,l);else{var m=zd(k);S.readPixels(a,b,c,d,f,k,m,l>>31-Math.clz32(m.BYTES_PER_ELEMENT))}else(l=Ad(k,f,c,d,l))?S.readPixels(a, +b,c,d,f,k,l):R(1280)},Zb:function(a,b,c,d){S.renderbufferStorage(a,b,c,d)},Vb:function(a,b,c,d,f){S.renderbufferStorageMultisample(a,b,c,d,f)},Nb:function(a,b,c){S.samplerParameterf(bd[a],b,c)},Ob:function(a,b,c){S.samplerParameteri(bd[a],b,c)},Pb:function(a,b,c){S.samplerParameteri(bd[a],b,K[c>>2])},Pa:function(a,b,c,d){S.scissor(a,b,c,d)},Qa:function(a,b,c,d){for(var f="",k=0;k>2]:-1,m=K[c+4*k>>2];l=m?kb(C,m,0>l?void 0:l):"";f+=l}S.shaderSource($c[a],f)},Ra:function(a,b, +c){S.stencilFunc(a,b,c)},Sa:function(a,b,c,d){S.stencilFuncSeparate(a,b,c,d)},Ta:function(a){S.stencilMask(a)},Ua:function(a,b){S.stencilMaskSeparate(a,b)},Va:function(a,b,c){S.stencilOp(a,b,c)},Wa:function(a,b,c,d){S.stencilOpSeparate(a,b,c,d)},Xa:function(a,b,c,d,f,k,l,m,p){if(2<=v.version)if(S.de)S.texImage2D(a,b,c,d,f,k,l,m,p);else if(p){var w=zd(m);S.texImage2D(a,b,c,d,f,k,l,m,w,p>>31-Math.clz32(w.BYTES_PER_ELEMENT))}else S.texImage2D(a,b,c,d,f,k,l,m,null);else S.texImage2D(a,b,c,d,f,k,l,m,p? +Ad(m,l,d,f,p):null)},Ya:function(a,b,c){S.texParameterf(a,b,c)},Za:function(a,b,c){S.texParameterf(a,b,N[c>>2])},_a:function(a,b,c){S.texParameteri(a,b,c)},$a:function(a,b,c){S.texParameteri(a,b,K[c>>2])},hc:function(a,b,c,d,f){S.texStorage2D(a,b,c,d,f)},ab:function(a,b,c,d,f,k,l,m,p){if(2<=v.version)if(S.de)S.texSubImage2D(a,b,c,d,f,k,l,m,p);else if(p){var w=zd(m);S.texSubImage2D(a,b,c,d,f,k,l,m,w,p>>31-Math.clz32(w.BYTES_PER_ELEMENT))}else S.texSubImage2D(a,b,c,d,f,k,l,m,null);else w=null,p&&(w= +Ad(m,l,f,k,p)),S.texSubImage2D(a,b,c,d,f,k,l,m,w)},bb:function(a,b){S.uniform1f(W(a),b)},cb:function(a,b,c){if(2<=v.version)b&&S.uniform1fv(W(a),N,c>>2,b);else{if(288>=b)for(var d=Bd[b-1],f=0;f>2];else d=N.subarray(c>>2,c+4*b>>2);S.uniform1fv(W(a),d)}},Sc:function(a,b){S.uniform1i(W(a),b)},Tc:function(a,b,c){if(2<=v.version)b&&S.uniform1iv(W(a),K,c>>2,b);else{if(288>=b)for(var d=Cd[b-1],f=0;f>2];else d=K.subarray(c>>2,c+4*b>>2);S.uniform1iv(W(a),d)}},Uc:function(a, +b,c){S.uniform2f(W(a),b,c)},Vc:function(a,b,c){if(2<=v.version)b&&S.uniform2fv(W(a),N,c>>2,2*b);else{if(144>=b)for(var d=Bd[2*b-1],f=0;f<2*b;f+=2)d[f]=N[c+4*f>>2],d[f+1]=N[c+(4*f+4)>>2];else d=N.subarray(c>>2,c+8*b>>2);S.uniform2fv(W(a),d)}},Rc:function(a,b,c){S.uniform2i(W(a),b,c)},Qc:function(a,b,c){if(2<=v.version)b&&S.uniform2iv(W(a),K,c>>2,2*b);else{if(144>=b)for(var d=Cd[2*b-1],f=0;f<2*b;f+=2)d[f]=K[c+4*f>>2],d[f+1]=K[c+(4*f+4)>>2];else d=K.subarray(c>>2,c+8*b>>2);S.uniform2iv(W(a),d)}},Pc:function(a, +b,c,d){S.uniform3f(W(a),b,c,d)},Oc:function(a,b,c){if(2<=v.version)b&&S.uniform3fv(W(a),N,c>>2,3*b);else{if(96>=b)for(var d=Bd[3*b-1],f=0;f<3*b;f+=3)d[f]=N[c+4*f>>2],d[f+1]=N[c+(4*f+4)>>2],d[f+2]=N[c+(4*f+8)>>2];else d=N.subarray(c>>2,c+12*b>>2);S.uniform3fv(W(a),d)}},Nc:function(a,b,c,d){S.uniform3i(W(a),b,c,d)},Mc:function(a,b,c){if(2<=v.version)b&&S.uniform3iv(W(a),K,c>>2,3*b);else{if(96>=b)for(var d=Cd[3*b-1],f=0;f<3*b;f+=3)d[f]=K[c+4*f>>2],d[f+1]=K[c+(4*f+4)>>2],d[f+2]=K[c+(4*f+8)>>2];else d= +K.subarray(c>>2,c+12*b>>2);S.uniform3iv(W(a),d)}},Lc:function(a,b,c,d,f){S.uniform4f(W(a),b,c,d,f)},Kc:function(a,b,c){if(2<=v.version)b&&S.uniform4fv(W(a),N,c>>2,4*b);else{if(72>=b){var d=Bd[4*b-1],f=N;c>>=2;for(var k=0;k<4*b;k+=4){var l=c+k;d[k]=f[l];d[k+1]=f[l+1];d[k+2]=f[l+2];d[k+3]=f[l+3]}}else d=N.subarray(c>>2,c+16*b>>2);S.uniform4fv(W(a),d)}},yc:function(a,b,c,d,f){S.uniform4i(W(a),b,c,d,f)},zc:function(a,b,c){if(2<=v.version)b&&S.uniform4iv(W(a),K,c>>2,4*b);else{if(72>=b)for(var d=Cd[4*b- +1],f=0;f<4*b;f+=4)d[f]=K[c+4*f>>2],d[f+1]=K[c+(4*f+4)>>2],d[f+2]=K[c+(4*f+8)>>2],d[f+3]=K[c+(4*f+12)>>2];else d=K.subarray(c>>2,c+16*b>>2);S.uniform4iv(W(a),d)}},Ac:function(a,b,c,d){if(2<=v.version)b&&S.uniformMatrix2fv(W(a),!!c,N,d>>2,4*b);else{if(72>=b)for(var f=Bd[4*b-1],k=0;k<4*b;k+=4)f[k]=N[d+4*k>>2],f[k+1]=N[d+(4*k+4)>>2],f[k+2]=N[d+(4*k+8)>>2],f[k+3]=N[d+(4*k+12)>>2];else f=N.subarray(d>>2,d+16*b>>2);S.uniformMatrix2fv(W(a),!!c,f)}},Bc:function(a,b,c,d){if(2<=v.version)b&&S.uniformMatrix3fv(W(a), +!!c,N,d>>2,9*b);else{if(32>=b)for(var f=Bd[9*b-1],k=0;k<9*b;k+=9)f[k]=N[d+4*k>>2],f[k+1]=N[d+(4*k+4)>>2],f[k+2]=N[d+(4*k+8)>>2],f[k+3]=N[d+(4*k+12)>>2],f[k+4]=N[d+(4*k+16)>>2],f[k+5]=N[d+(4*k+20)>>2],f[k+6]=N[d+(4*k+24)>>2],f[k+7]=N[d+(4*k+28)>>2],f[k+8]=N[d+(4*k+32)>>2];else f=N.subarray(d>>2,d+36*b>>2);S.uniformMatrix3fv(W(a),!!c,f)}},Cc:function(a,b,c,d){if(2<=v.version)b&&S.uniformMatrix4fv(W(a),!!c,N,d>>2,16*b);else{if(18>=b){var f=Bd[16*b-1],k=N;d>>=2;for(var l=0;l<16*b;l+=16){var m=d+l;f[l]= +k[m];f[l+1]=k[m+1];f[l+2]=k[m+2];f[l+3]=k[m+3];f[l+4]=k[m+4];f[l+5]=k[m+5];f[l+6]=k[m+6];f[l+7]=k[m+7];f[l+8]=k[m+8];f[l+9]=k[m+9];f[l+10]=k[m+10];f[l+11]=k[m+11];f[l+12]=k[m+12];f[l+13]=k[m+13];f[l+14]=k[m+14];f[l+15]=k[m+15]}}else f=N.subarray(d>>2,d+64*b>>2);S.uniformMatrix4fv(W(a),!!c,f)}},Dc:function(a){a=Xc[a];S.useProgram(a);S.We=a},Ec:function(a,b){S.vertexAttrib1f(a,b)},Fc:function(a,b){S.vertexAttrib2f(a,N[b>>2],N[b+4>>2])},Gc:function(a,b){S.vertexAttrib3f(a,N[b>>2],N[b+4>>2],N[b+8>>2])}, +Hc:function(a,b){S.vertexAttrib4f(a,N[b>>2],N[b+4>>2],N[b+8>>2],N[b+12>>2])},ic:function(a,b){S.vertexAttribDivisor(a,b)},jc:function(a,b,c,d,f){S.vertexAttribIPointer(a,b,c,d,f)},Ic:function(a,b,c,d,f,k){S.vertexAttribPointer(a,b,c,!!d,f,k)},Jc:function(a,b,c,d){S.viewport(a,b,c,d)},lb:function(a,b,c,d){S.waitSync(cd[a],b,(c>>>0)+4294967296*d)},o:Nd,n:Od,k:Pd,O:Qd,Z:Rd,Y:Sd,x:Td,y:Ud,p:Vd,w:Wd,Eb:Xd,Fb:Yd,Gb:Zd,nb:(a,b,c,d)=>Hd(a,b,c,d)}; +(function(){function a(c){G=c=c.exports;Fa=G.ad;La();Na=G.cd;Pa.unshift(G.bd);Ua--;r.monitorRunDependencies&&r.monitorRunDependencies(Ua);if(0==Ua&&(null!==Va&&(clearInterval(Va),Va=null),Wa)){var d=Wa;Wa=null;d()}return c}var b={a:$d};Ua++;r.monitorRunDependencies&&r.monitorRunDependencies(Ua);if(r.instantiateWasm)try{return r.instantiateWasm(b,a)}catch(c){Ca("Module.instantiateWasm callback failed with error: "+c),ba(c)}cb(b,function(c){a(c.instance)}).catch(ba);return{}})(); +var qc=r._free=a=>(qc=r._free=G.dd)(a),wd=r._malloc=a=>(wd=r._malloc=G.ed)(a),pc=a=>(pc=G.fd)(a);r.__embind_initialize_bindings=()=>(r.__embind_initialize_bindings=G.gd)();var ae=(a,b)=>(ae=G.hd)(a,b),be=()=>(be=G.id)(),ce=a=>(ce=G.jd)(a);r.dynCall_viji=(a,b,c,d,f)=>(r.dynCall_viji=G.ld)(a,b,c,d,f);r.dynCall_vijiii=(a,b,c,d,f,k,l)=>(r.dynCall_vijiii=G.md)(a,b,c,d,f,k,l);r.dynCall_viiiiij=(a,b,c,d,f,k,l,m)=>(r.dynCall_viiiiij=G.nd)(a,b,c,d,f,k,l,m); +r.dynCall_iiiji=(a,b,c,d,f,k)=>(r.dynCall_iiiji=G.od)(a,b,c,d,f,k);r.dynCall_jii=(a,b,c)=>(r.dynCall_jii=G.pd)(a,b,c);r.dynCall_vij=(a,b,c,d)=>(r.dynCall_vij=G.qd)(a,b,c,d);r.dynCall_iiij=(a,b,c,d,f)=>(r.dynCall_iiij=G.rd)(a,b,c,d,f);r.dynCall_iiiij=(a,b,c,d,f,k)=>(r.dynCall_iiiij=G.sd)(a,b,c,d,f,k);r.dynCall_viij=(a,b,c,d,f)=>(r.dynCall_viij=G.td)(a,b,c,d,f);r.dynCall_viiij=(a,b,c,d,f,k)=>(r.dynCall_viiij=G.ud)(a,b,c,d,f,k);r.dynCall_ji=(a,b)=>(r.dynCall_ji=G.vd)(a,b); +r.dynCall_iij=(a,b,c,d)=>(r.dynCall_iij=G.wd)(a,b,c,d);r.dynCall_jiiiiii=(a,b,c,d,f,k,l)=>(r.dynCall_jiiiiii=G.xd)(a,b,c,d,f,k,l);r.dynCall_jiiiiji=(a,b,c,d,f,k,l,m)=>(r.dynCall_jiiiiji=G.yd)(a,b,c,d,f,k,l,m);r.dynCall_iijj=(a,b,c,d,f,k)=>(r.dynCall_iijj=G.zd)(a,b,c,d,f,k);r.dynCall_iiji=(a,b,c,d,f)=>(r.dynCall_iiji=G.Ad)(a,b,c,d,f);r.dynCall_iijjiii=(a,b,c,d,f,k,l,m,p)=>(r.dynCall_iijjiii=G.Bd)(a,b,c,d,f,k,l,m,p); +r.dynCall_vijjjii=(a,b,c,d,f,k,l,m,p,w)=>(r.dynCall_vijjjii=G.Cd)(a,b,c,d,f,k,l,m,p,w);r.dynCall_jiji=(a,b,c,d,f)=>(r.dynCall_jiji=G.Dd)(a,b,c,d,f);r.dynCall_viijii=(a,b,c,d,f,k,l)=>(r.dynCall_viijii=G.Ed)(a,b,c,d,f,k,l);r.dynCall_iiiiij=(a,b,c,d,f,k,l)=>(r.dynCall_iiiiij=G.Fd)(a,b,c,d,f,k,l);r.dynCall_iiiiijj=(a,b,c,d,f,k,l,m,p)=>(r.dynCall_iiiiijj=G.Gd)(a,b,c,d,f,k,l,m,p);r.dynCall_iiiiiijj=(a,b,c,d,f,k,l,m,p,w)=>(r.dynCall_iiiiiijj=G.Hd)(a,b,c,d,f,k,l,m,p,w); +function Wd(a,b,c,d,f){var k=be();try{Na.get(a)(b,c,d,f)}catch(l){ce(k);if(l!==l+0)throw l;ae(1,0)}}function Od(a,b,c){var d=be();try{return Na.get(a)(b,c)}catch(f){ce(d);if(f!==f+0)throw f;ae(1,0)}}function Ud(a,b,c){var d=be();try{Na.get(a)(b,c)}catch(f){ce(d);if(f!==f+0)throw f;ae(1,0)}}function Nd(a,b){var c=be();try{return Na.get(a)(b)}catch(d){ce(c);if(d!==d+0)throw d;ae(1,0)}}function Td(a,b){var c=be();try{Na.get(a)(b)}catch(d){ce(c);if(d!==d+0)throw d;ae(1,0)}} +function Pd(a,b,c,d){var f=be();try{return Na.get(a)(b,c,d)}catch(k){ce(f);if(k!==k+0)throw k;ae(1,0)}}function Zd(a,b,c,d,f,k,l,m,p,w){var y=be();try{Na.get(a)(b,c,d,f,k,l,m,p,w)}catch(B){ce(y);if(B!==B+0)throw B;ae(1,0)}}function Vd(a,b,c,d){var f=be();try{Na.get(a)(b,c,d)}catch(k){ce(f);if(k!==k+0)throw k;ae(1,0)}}function Yd(a,b,c,d,f,k,l){var m=be();try{Na.get(a)(b,c,d,f,k,l)}catch(p){ce(m);if(p!==p+0)throw p;ae(1,0)}} +function Qd(a,b,c,d,f){var k=be();try{return Na.get(a)(b,c,d,f)}catch(l){ce(k);if(l!==l+0)throw l;ae(1,0)}}function Rd(a,b,c,d,f,k,l){var m=be();try{return Na.get(a)(b,c,d,f,k,l)}catch(p){ce(m);if(p!==p+0)throw p;ae(1,0)}}function Xd(a,b,c,d,f,k){var l=be();try{Na.get(a)(b,c,d,f,k)}catch(m){ce(l);if(m!==m+0)throw m;ae(1,0)}}function Sd(a,b,c,d,f,k,l,m,p,w){var y=be();try{return Na.get(a)(b,c,d,f,k,l,m,p,w)}catch(B){ce(y);if(B!==B+0)throw B;ae(1,0)}}var de;Wa=function ee(){de||fe();de||(Wa=ee)}; +function fe(){function a(){if(!de&&(de=!0,r.calledRun=!0,!Ga)){eb(Pa);aa(r);if(r.onRuntimeInitialized)r.onRuntimeInitialized();if(r.postRun)for("function"==typeof r.postRun&&(r.postRun=[r.postRun]);r.postRun.length;){var b=r.postRun.shift();Qa.unshift(b)}eb(Qa)}}if(!(0 CanvasKitInit); diff --git a/canvaskit/canvaskit.wasm b/canvaskit/canvaskit.wasm new file mode 100644 index 0000000..0ee3590 Binary files /dev/null and b/canvaskit/canvaskit.wasm differ diff --git a/canvaskit/chromium/canvaskit.js b/canvaskit/chromium/canvaskit.js new file mode 100644 index 0000000..43e946e --- /dev/null +++ b/canvaskit/chromium/canvaskit.js @@ -0,0 +1,217 @@ + +var CanvasKitInit = (() => { + var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; + if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename; + return ( +function(moduleArg = {}) { + +var r=moduleArg,aa,ba;r.ready=new Promise((a,b)=>{aa=a;ba=b}); +(function(a){a.Hd=a.Hd||[];a.Hd.push(function(){a.MakeSWCanvasSurface=function(b){var c=b,e="undefined"!==typeof OffscreenCanvas&&c instanceof OffscreenCanvas;if(!("undefined"!==typeof HTMLCanvasElement&&c instanceof HTMLCanvasElement||e||(c=document.getElementById(b),c)))throw"Canvas with id "+b+" was not found";if(b=a.MakeSurface(c.width,c.height))b.he=c;return b};a.MakeCanvasSurface||(a.MakeCanvasSurface=a.MakeSWCanvasSurface);a.MakeSurface=function(b,c){var e={width:b,height:c,colorType:a.ColorType.RGBA_8888, +alphaType:a.AlphaType.Unpremul,colorSpace:a.ColorSpace.SRGB},f=b*c*4,k=a._malloc(f);if(e=a.Surface._makeRasterDirect(e,k,4*b))e.he=null,e.Pe=b,e.Me=c,e.Ne=f,e.se=k,e.getCanvas().clear(a.TRANSPARENT);return e};a.MakeRasterDirectSurface=function(b,c,e){return a.Surface._makeRasterDirect(b,c.byteOffset,e)};a.Surface.prototype.flush=function(b){a.Ed(this.Dd);this._flush();if(this.he){var c=new Uint8ClampedArray(a.HEAPU8.buffer,this.se,this.Ne);c=new ImageData(c,this.Pe,this.Me);b?this.he.getContext("2d").putImageData(c, +0,0,b[0],b[1],b[2]-b[0],b[3]-b[1]):this.he.getContext("2d").putImageData(c,0,0)}};a.Surface.prototype.dispose=function(){this.se&&a._free(this.se);this.delete()};a.Ed=a.Ed||function(){};a.ie=a.ie||function(){return null}})})(r); +(function(a){a.Hd=a.Hd||[];a.Hd.push(function(){function b(m,q,w){return m&&m.hasOwnProperty(q)?m[q]:w}function c(m){var q=da(ea);ea[q]=m;return q}function e(m){return m.naturalHeight||m.videoHeight||m.displayHeight||m.height}function f(m){return m.naturalWidth||m.videoWidth||m.displayWidth||m.width}function k(m,q,w,y){m.bindTexture(m.TEXTURE_2D,q);y||w.alphaType!==a.AlphaType.Premul||m.pixelStorei(m.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!0);return q}function l(m,q,w){w||q.alphaType!==a.AlphaType.Premul|| +m.pixelStorei(m.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1);m.bindTexture(m.TEXTURE_2D,null)}a.GetWebGLContext=function(m,q){if(!m)throw"null canvas passed into makeWebGLContext";var w={alpha:b(q,"alpha",1),depth:b(q,"depth",1),stencil:b(q,"stencil",8),antialias:b(q,"antialias",0),premultipliedAlpha:b(q,"premultipliedAlpha",1),preserveDrawingBuffer:b(q,"preserveDrawingBuffer",0),preferLowPowerToHighPerformance:b(q,"preferLowPowerToHighPerformance",0),failIfMajorPerformanceCaveat:b(q,"failIfMajorPerformanceCaveat", +0),enableExtensionsByDefault:b(q,"enableExtensionsByDefault",1),explicitSwapControl:b(q,"explicitSwapControl",0),renderViaOffscreenBackBuffer:b(q,"renderViaOffscreenBackBuffer",0)};w.majorVersion=q&&q.majorVersion?q.majorVersion:"undefined"!==typeof WebGL2RenderingContext?2:1;if(w.explicitSwapControl)throw"explicitSwapControl is not supported";m=fa(m,w);if(!m)return 0;ha(m);x.Pd.getExtension("WEBGL_debug_renderer_info");return m};a.deleteContext=function(m){x===ia[m]&&(x=null);"object"==typeof JSEvents&& +JSEvents.tf(ia[m].Pd.canvas);ia[m]&&ia[m].Pd.canvas&&(ia[m].Pd.canvas.Ke=void 0);ia[m]=null};a._setTextureCleanup({deleteTexture:function(m,q){var w=ea[q];w&&ia[m].Pd.deleteTexture(w);ea[q]=null}});a.MakeWebGLContext=function(m){if(!this.Ed(m))return null;var q=this._MakeGrContext();if(!q)return null;q.Dd=m;var w=q.delete.bind(q);q["delete"]=function(){a.Ed(this.Dd);w()}.bind(q);return x.ue=q};a.MakeGrContext=a.MakeWebGLContext;a.GrDirectContext.prototype.getResourceCacheLimitBytes=function(){a.Ed(this.Dd); +this._getResourceCacheLimitBytes()};a.GrDirectContext.prototype.getResourceCacheUsageBytes=function(){a.Ed(this.Dd);this._getResourceCacheUsageBytes()};a.GrDirectContext.prototype.releaseResourcesAndAbandonContext=function(){a.Ed(this.Dd);this._releaseResourcesAndAbandonContext()};a.GrDirectContext.prototype.setResourceCacheLimitBytes=function(m){a.Ed(this.Dd);this._setResourceCacheLimitBytes(m)};a.MakeOnScreenGLSurface=function(m,q,w,y,B,D){if(!this.Ed(m.Dd))return null;q=void 0===B||void 0===D? +this._MakeOnScreenGLSurface(m,q,w,y):this._MakeOnScreenGLSurface(m,q,w,y,B,D);if(!q)return null;q.Dd=m.Dd;return q};a.MakeRenderTarget=function(){var m=arguments[0];if(!this.Ed(m.Dd))return null;if(3===arguments.length){var q=this._MakeRenderTargetWH(m,arguments[1],arguments[2]);if(!q)return null}else if(2===arguments.length){if(q=this._MakeRenderTargetII(m,arguments[1]),!q)return null}else return null;q.Dd=m.Dd;return q};a.MakeWebGLCanvasSurface=function(m,q,w){q=q||null;var y=m,B="undefined"!== +typeof OffscreenCanvas&&y instanceof OffscreenCanvas;if(!("undefined"!==typeof HTMLCanvasElement&&y instanceof HTMLCanvasElement||B||(y=document.getElementById(m),y)))throw"Canvas with id "+m+" was not found";m=this.GetWebGLContext(y,w);if(!m||0>m)throw"failed to create webgl context: err "+m;m=this.MakeWebGLContext(m);q=this.MakeOnScreenGLSurface(m,y.width,y.height,q);return q?q:(q=y.cloneNode(!0),y.parentNode.replaceChild(q,y),q.classList.add("ck-replaced"),a.MakeSWCanvasSurface(q))};a.MakeCanvasSurface= +a.MakeWebGLCanvasSurface;a.Surface.prototype.makeImageFromTexture=function(m,q){a.Ed(this.Dd);m=c(m);if(q=this._makeImageFromTexture(this.Dd,m,q))q.ce=m;return q};a.Surface.prototype.makeImageFromTextureSource=function(m,q,w){q||(q={height:e(m),width:f(m),colorType:a.ColorType.RGBA_8888,alphaType:w?a.AlphaType.Premul:a.AlphaType.Unpremul});q.colorSpace||(q.colorSpace=a.ColorSpace.SRGB);a.Ed(this.Dd);var y=x.Pd;w=k(y,y.createTexture(),q,w);2===x.version?y.texImage2D(y.TEXTURE_2D,0,y.RGBA,q.width,q.height, +0,y.RGBA,y.UNSIGNED_BYTE,m):y.texImage2D(y.TEXTURE_2D,0,y.RGBA,y.RGBA,y.UNSIGNED_BYTE,m);l(y,q);this._resetContext();return this.makeImageFromTexture(w,q)};a.Surface.prototype.updateTextureFromSource=function(m,q,w){if(m.ce){a.Ed(this.Dd);var y=m.getImageInfo(),B=x.Pd,D=k(B,ea[m.ce],y,w);2===x.version?B.texImage2D(B.TEXTURE_2D,0,B.RGBA,f(q),e(q),0,B.RGBA,B.UNSIGNED_BYTE,q):B.texImage2D(B.TEXTURE_2D,0,B.RGBA,B.RGBA,B.UNSIGNED_BYTE,q);l(B,y,w);this._resetContext();ea[m.ce]=null;m.ce=c(D);y.colorSpace= +m.getColorSpace();q=this._makeImageFromTexture(this.Dd,m.ce,y);w=m.jd.Fd;B=m.jd.Kd;m.jd.Fd=q.jd.Fd;m.jd.Kd=q.jd.Kd;q.jd.Fd=w;q.jd.Kd=B;q.delete();y.colorSpace.delete()}};a.MakeLazyImageFromTextureSource=function(m,q,w){q||(q={height:e(m),width:f(m),colorType:a.ColorType.RGBA_8888,alphaType:w?a.AlphaType.Premul:a.AlphaType.Unpremul});q.colorSpace||(q.colorSpace=a.ColorSpace.SRGB);var y={makeTexture:function(){var B=x,D=B.Pd,u=k(D,D.createTexture(),q,w);2===B.version?D.texImage2D(D.TEXTURE_2D,0,D.RGBA, +q.width,q.height,0,D.RGBA,D.UNSIGNED_BYTE,m):D.texImage2D(D.TEXTURE_2D,0,D.RGBA,D.RGBA,D.UNSIGNED_BYTE,m);l(D,q,w);return c(u)},freeSrc:function(){}};"VideoFrame"===m.constructor.name&&(y.freeSrc=function(){m.close()});return a.Image._makeFromGenerator(q,y)};a.Ed=function(m){return m?ha(m):!1};a.ie=function(){return x&&x.ue&&!x.ue.isDeleted()?x.ue:null}})})(r); +(function(a){function b(g){return(f(255*g[3])<<24|f(255*g[0])<<16|f(255*g[1])<<8|f(255*g[2])<<0)>>>0}function c(g){if(g&&g._ck)return g;if(g instanceof Float32Array){for(var d=Math.floor(g.length/4),h=new Uint32Array(d),n=0;nz;z++)a.HEAPF32[t+n]=g[v][z],n++;g=h}else g=M;d.Md=g}else throw"Invalid argument to copyFlexibleColorArray, Not a color array "+typeof g;return d}function q(g){if(!g)return M;var d=T.toTypedArray();if(g.length){if(6===g.length||9===g.length)return l(g,"HEAPF32",H),6===g.length&&a.HEAPF32.set(fd,6+H/4),H;if(16===g.length)return d[0]=g[0],d[1]=g[1],d[2]=g[3],d[3]=g[4],d[4]=g[5],d[5]=g[7],d[6]=g[12],d[7]=g[13],d[8]=g[15],H;throw"invalid matrix size"; +}if(void 0===g.m11)throw"invalid matrix argument";d[0]=g.m11;d[1]=g.m21;d[2]=g.m41;d[3]=g.m12;d[4]=g.m22;d[5]=g.m42;d[6]=g.m14;d[7]=g.m24;d[8]=g.m44;return H}function w(g){if(!g)return M;var d=Y.toTypedArray();if(g.length){if(16!==g.length&&6!==g.length&&9!==g.length)throw"invalid matrix size";if(16===g.length)return l(g,"HEAPF32",ca);d.fill(0);d[0]=g[0];d[1]=g[1];d[3]=g[2];d[4]=g[3];d[5]=g[4];d[7]=g[5];d[10]=1;d[12]=g[6];d[13]=g[7];d[15]=g[8];6===g.length&&(d[12]=0,d[13]=0,d[15]=1);return ca}if(void 0=== +g.m11)throw"invalid matrix argument";d[0]=g.m11;d[1]=g.m21;d[2]=g.m31;d[3]=g.m41;d[4]=g.m12;d[5]=g.m22;d[6]=g.m32;d[7]=g.m42;d[8]=g.m13;d[9]=g.m23;d[10]=g.m33;d[11]=g.m43;d[12]=g.m14;d[13]=g.m24;d[14]=g.m34;d[15]=g.m44;return ca}function y(g,d){return l(g,"HEAPF32",d||va)}function B(g,d,h,n){var t=Ma.toTypedArray();t[0]=g;t[1]=d;t[2]=h;t[3]=n;return va}function D(g){for(var d=new Float32Array(4),h=0;4>h;h++)d[h]=a.HEAPF32[g/4+h];return d}function u(g,d){return l(g,"HEAPF32",d||X)}function F(g,d){return l(g, +"HEAPF32",d||Eb)}a.Color=function(g,d,h,n){void 0===n&&(n=1);return a.Color4f(f(g)/255,f(d)/255,f(h)/255,n)};a.ColorAsInt=function(g,d,h,n){void 0===n&&(n=255);return(f(n)<<24|f(g)<<16|f(d)<<8|f(h)<<0&268435455)>>>0};a.Color4f=function(g,d,h,n){void 0===n&&(n=1);return Float32Array.of(g,d,h,n)};Object.defineProperty(a,"TRANSPARENT",{get:function(){return a.Color4f(0,0,0,0)}});Object.defineProperty(a,"BLACK",{get:function(){return a.Color4f(0,0,0,1)}});Object.defineProperty(a,"WHITE",{get:function(){return a.Color4f(1, +1,1,1)}});Object.defineProperty(a,"RED",{get:function(){return a.Color4f(1,0,0,1)}});Object.defineProperty(a,"GREEN",{get:function(){return a.Color4f(0,1,0,1)}});Object.defineProperty(a,"BLUE",{get:function(){return a.Color4f(0,0,1,1)}});Object.defineProperty(a,"YELLOW",{get:function(){return a.Color4f(1,1,0,1)}});Object.defineProperty(a,"CYAN",{get:function(){return a.Color4f(0,1,1,1)}});Object.defineProperty(a,"MAGENTA",{get:function(){return a.Color4f(1,0,1,1)}});a.getColorComponents=function(g){return[Math.floor(255* +g[0]),Math.floor(255*g[1]),Math.floor(255*g[2]),g[3]]};a.parseColorString=function(g,d){g=g.toLowerCase();if(g.startsWith("#")){d=255;switch(g.length){case 9:d=parseInt(g.slice(7,9),16);case 7:var h=parseInt(g.slice(1,3),16);var n=parseInt(g.slice(3,5),16);var t=parseInt(g.slice(5,7),16);break;case 5:d=17*parseInt(g.slice(4,5),16);case 4:h=17*parseInt(g.slice(1,2),16),n=17*parseInt(g.slice(2,3),16),t=17*parseInt(g.slice(3,4),16)}return a.Color(h,n,t,d/255)}return g.startsWith("rgba")?(g=g.slice(5, +-1),g=g.split(","),a.Color(+g[0],+g[1],+g[2],e(g[3]))):g.startsWith("rgb")?(g=g.slice(4,-1),g=g.split(","),a.Color(+g[0],+g[1],+g[2],e(g[3]))):g.startsWith("gray(")||g.startsWith("hsl")||!d||(g=d[g],void 0===g)?a.BLACK:g};a.multiplyByAlpha=function(g,d){g=g.slice();g[3]=Math.max(0,Math.min(g[3]*d,1));return g};a.Malloc=function(g,d){var h=a._malloc(d*g.BYTES_PER_ELEMENT);return{_ck:!0,length:d,byteOffset:h,Xd:null,subarray:function(n,t){n=this.toTypedArray().subarray(n,t);n._ck=!0;return n},toTypedArray:function(){if(this.Xd&& +this.Xd.length)return this.Xd;this.Xd=new g(a.HEAPU8.buffer,h,d);this.Xd._ck=!0;return this.Xd}}};a.Free=function(g){a._free(g.byteOffset);g.byteOffset=M;g.toTypedArray=null;g.Xd=null};var H=M,T,ca=M,Y,va=M,Ma,na,X=M,fc,Ba=M,gc,Fb=M,hc,Gb=M,hb,Sa=M,ic,Eb=M,jc,kc=M,fd=Float32Array.of(0,0,1),M=0;a.onRuntimeInitialized=function(){function g(d,h,n,t,v,z,E){z||(z=4*t.width,t.colorType===a.ColorType.RGBA_F16?z*=2:t.colorType===a.ColorType.RGBA_F32&&(z*=4));var J=z*t.height;var I=v?v.byteOffset:a._malloc(J); +if(E?!d._readPixels(t,I,z,h,n,E):!d._readPixels(t,I,z,h,n))return v||a._free(I),null;if(v)return v.toTypedArray();switch(t.colorType){case a.ColorType.RGBA_8888:case a.ColorType.RGBA_F16:d=(new Uint8Array(a.HEAPU8.buffer,I,J)).slice();break;case a.ColorType.RGBA_F32:d=(new Float32Array(a.HEAPU8.buffer,I,J)).slice();break;default:return null}a._free(I);return d}Ma=a.Malloc(Float32Array,4);va=Ma.byteOffset;Y=a.Malloc(Float32Array,16);ca=Y.byteOffset;T=a.Malloc(Float32Array,9);H=T.byteOffset;ic=a.Malloc(Float32Array, +12);Eb=ic.byteOffset;jc=a.Malloc(Float32Array,12);kc=jc.byteOffset;na=a.Malloc(Float32Array,4);X=na.byteOffset;fc=a.Malloc(Float32Array,4);Ba=fc.byteOffset;gc=a.Malloc(Float32Array,3);Fb=gc.byteOffset;hc=a.Malloc(Float32Array,3);Gb=hc.byteOffset;hb=a.Malloc(Int32Array,4);Sa=hb.byteOffset;a.ColorSpace.SRGB=a.ColorSpace._MakeSRGB();a.ColorSpace.DISPLAY_P3=a.ColorSpace._MakeDisplayP3();a.ColorSpace.ADOBE_RGB=a.ColorSpace._MakeAdobeRGB();a.GlyphRunFlags={IsWhiteSpace:a._GlyphRunFlags_isWhiteSpace};a.Path.MakeFromCmds= +function(d){var h=l(d,"HEAPF32"),n=a.Path._MakeFromCmds(h,d.length);k(h,d);return n};a.Path.MakeFromVerbsPointsWeights=function(d,h,n){var t=l(d,"HEAPU8"),v=l(h,"HEAPF32"),z=l(n,"HEAPF32"),E=a.Path._MakeFromVerbsPointsWeights(t,d.length,v,h.length,z,n&&n.length||0);k(t,d);k(v,h);k(z,n);return E};a.Path.prototype.addArc=function(d,h,n){d=u(d);this._addArc(d,h,n);return this};a.Path.prototype.addCircle=function(d,h,n,t){this._addCircle(d,h,n,!!t);return this};a.Path.prototype.addOval=function(d,h,n){void 0=== +n&&(n=1);d=u(d);this._addOval(d,!!h,n);return this};a.Path.prototype.addPath=function(){var d=Array.prototype.slice.call(arguments),h=d[0],n=!1;"boolean"===typeof d[d.length-1]&&(n=d.pop());if(1===d.length)this._addPath(h,1,0,0,0,1,0,0,0,1,n);else if(2===d.length)d=d[1],this._addPath(h,d[0],d[1],d[2],d[3],d[4],d[5],d[6]||0,d[7]||0,d[8]||1,n);else if(7===d.length||10===d.length)this._addPath(h,d[1],d[2],d[3],d[4],d[5],d[6],d[7]||0,d[8]||0,d[9]||1,n);else return null;return this};a.Path.prototype.addPoly= +function(d,h){var n=l(d,"HEAPF32");this._addPoly(n,d.length/2,h);k(n,d);return this};a.Path.prototype.addRect=function(d,h){d=u(d);this._addRect(d,!!h);return this};a.Path.prototype.addRRect=function(d,h){d=F(d);this._addRRect(d,!!h);return this};a.Path.prototype.addVerbsPointsWeights=function(d,h,n){var t=l(d,"HEAPU8"),v=l(h,"HEAPF32"),z=l(n,"HEAPF32");this._addVerbsPointsWeights(t,d.length,v,h.length,z,n&&n.length||0);k(t,d);k(v,h);k(z,n)};a.Path.prototype.arc=function(d,h,n,t,v,z){d=a.LTRBRect(d- +n,h-n,d+n,h+n);v=(v-t)/Math.PI*180-360*!!z;z=new a.Path;z.addArc(d,t/Math.PI*180,v);this.addPath(z,!0);z.delete();return this};a.Path.prototype.arcToOval=function(d,h,n,t){d=u(d);this._arcToOval(d,h,n,t);return this};a.Path.prototype.arcToRotated=function(d,h,n,t,v,z,E){this._arcToRotated(d,h,n,!!t,!!v,z,E);return this};a.Path.prototype.arcToTangent=function(d,h,n,t,v){this._arcToTangent(d,h,n,t,v);return this};a.Path.prototype.close=function(){this._close();return this};a.Path.prototype.conicTo= +function(d,h,n,t,v){this._conicTo(d,h,n,t,v);return this};a.Path.prototype.computeTightBounds=function(d){this._computeTightBounds(X);var h=na.toTypedArray();return d?(d.set(h),d):h.slice()};a.Path.prototype.cubicTo=function(d,h,n,t,v,z){this._cubicTo(d,h,n,t,v,z);return this};a.Path.prototype.dash=function(d,h,n){return this._dash(d,h,n)?this:null};a.Path.prototype.getBounds=function(d){this._getBounds(X);var h=na.toTypedArray();return d?(d.set(h),d):h.slice()};a.Path.prototype.lineTo=function(d, +h){this._lineTo(d,h);return this};a.Path.prototype.moveTo=function(d,h){this._moveTo(d,h);return this};a.Path.prototype.offset=function(d,h){this._transform(1,0,d,0,1,h,0,0,1);return this};a.Path.prototype.quadTo=function(d,h,n,t){this._quadTo(d,h,n,t);return this};a.Path.prototype.rArcTo=function(d,h,n,t,v,z,E){this._rArcTo(d,h,n,t,v,z,E);return this};a.Path.prototype.rConicTo=function(d,h,n,t,v){this._rConicTo(d,h,n,t,v);return this};a.Path.prototype.rCubicTo=function(d,h,n,t,v,z){this._rCubicTo(d, +h,n,t,v,z);return this};a.Path.prototype.rLineTo=function(d,h){this._rLineTo(d,h);return this};a.Path.prototype.rMoveTo=function(d,h){this._rMoveTo(d,h);return this};a.Path.prototype.rQuadTo=function(d,h,n,t){this._rQuadTo(d,h,n,t);return this};a.Path.prototype.stroke=function(d){d=d||{};d.width=d.width||1;d.miter_limit=d.miter_limit||4;d.cap=d.cap||a.StrokeCap.Butt;d.join=d.join||a.StrokeJoin.Miter;d.precision=d.precision||1;return this._stroke(d)?this:null};a.Path.prototype.transform=function(){if(1=== +arguments.length){var d=arguments[0];this._transform(d[0],d[1],d[2],d[3],d[4],d[5],d[6]||0,d[7]||0,d[8]||1)}else if(6===arguments.length||9===arguments.length)d=arguments,this._transform(d[0],d[1],d[2],d[3],d[4],d[5],d[6]||0,d[7]||0,d[8]||1);else throw"transform expected to take 1 or 9 arguments. Got "+arguments.length;return this};a.Path.prototype.trim=function(d,h,n){return this._trim(d,h,!!n)?this:null};a.Image.prototype.encodeToBytes=function(d,h){var n=a.ie();d=d||a.ImageFormat.PNG;h=h||100; +return n?this._encodeToBytes(d,h,n):this._encodeToBytes(d,h)};a.Image.prototype.makeShaderCubic=function(d,h,n,t,v){v=q(v);return this._makeShaderCubic(d,h,n,t,v)};a.Image.prototype.makeShaderOptions=function(d,h,n,t,v){v=q(v);return this._makeShaderOptions(d,h,n,t,v)};a.Image.prototype.readPixels=function(d,h,n,t,v){var z=a.ie();return g(this,d,h,n,t,v,z)};a.Canvas.prototype.clear=function(d){a.Ed(this.Dd);d=y(d);this._clear(d)};a.Canvas.prototype.clipRRect=function(d,h,n){a.Ed(this.Dd);d=F(d);this._clipRRect(d, +h,n)};a.Canvas.prototype.clipRect=function(d,h,n){a.Ed(this.Dd);d=u(d);this._clipRect(d,h,n)};a.Canvas.prototype.concat=function(d){a.Ed(this.Dd);d=w(d);this._concat(d)};a.Canvas.prototype.drawArc=function(d,h,n,t,v){a.Ed(this.Dd);d=u(d);this._drawArc(d,h,n,t,v)};a.Canvas.prototype.drawAtlas=function(d,h,n,t,v,z,E){if(d&&t&&h&&n&&h.length===n.length){a.Ed(this.Dd);v||(v=a.BlendMode.SrcOver);var J=l(h,"HEAPF32"),I=l(n,"HEAPF32"),U=n.length/4,V=l(c(z),"HEAPU32");if(E&&"B"in E&&"C"in E)this._drawAtlasCubic(d, +I,J,V,U,v,E.B,E.C,t);else{let p=a.FilterMode.Linear,A=a.MipmapMode.None;E&&(p=E.filter,"mipmap"in E&&(A=E.mipmap));this._drawAtlasOptions(d,I,J,V,U,v,p,A,t)}k(J,h);k(I,n);k(V,z)}};a.Canvas.prototype.drawCircle=function(d,h,n,t){a.Ed(this.Dd);this._drawCircle(d,h,n,t)};a.Canvas.prototype.drawColor=function(d,h){a.Ed(this.Dd);d=y(d);void 0!==h?this._drawColor(d,h):this._drawColor(d)};a.Canvas.prototype.drawColorInt=function(d,h){a.Ed(this.Dd);this._drawColorInt(d,h||a.BlendMode.SrcOver)};a.Canvas.prototype.drawColorComponents= +function(d,h,n,t,v){a.Ed(this.Dd);d=B(d,h,n,t);void 0!==v?this._drawColor(d,v):this._drawColor(d)};a.Canvas.prototype.drawDRRect=function(d,h,n){a.Ed(this.Dd);d=F(d,Eb);h=F(h,kc);this._drawDRRect(d,h,n)};a.Canvas.prototype.drawImage=function(d,h,n,t){a.Ed(this.Dd);this._drawImage(d,h,n,t||null)};a.Canvas.prototype.drawImageCubic=function(d,h,n,t,v,z){a.Ed(this.Dd);this._drawImageCubic(d,h,n,t,v,z||null)};a.Canvas.prototype.drawImageOptions=function(d,h,n,t,v,z){a.Ed(this.Dd);this._drawImageOptions(d, +h,n,t,v,z||null)};a.Canvas.prototype.drawImageNine=function(d,h,n,t,v){a.Ed(this.Dd);h=l(h,"HEAP32",Sa);n=u(n);this._drawImageNine(d,h,n,t,v||null)};a.Canvas.prototype.drawImageRect=function(d,h,n,t,v){a.Ed(this.Dd);u(h,X);u(n,Ba);this._drawImageRect(d,X,Ba,t,!!v)};a.Canvas.prototype.drawImageRectCubic=function(d,h,n,t,v,z){a.Ed(this.Dd);u(h,X);u(n,Ba);this._drawImageRectCubic(d,X,Ba,t,v,z||null)};a.Canvas.prototype.drawImageRectOptions=function(d,h,n,t,v,z){a.Ed(this.Dd);u(h,X);u(n,Ba);this._drawImageRectOptions(d, +X,Ba,t,v,z||null)};a.Canvas.prototype.drawLine=function(d,h,n,t,v){a.Ed(this.Dd);this._drawLine(d,h,n,t,v)};a.Canvas.prototype.drawOval=function(d,h){a.Ed(this.Dd);d=u(d);this._drawOval(d,h)};a.Canvas.prototype.drawPaint=function(d){a.Ed(this.Dd);this._drawPaint(d)};a.Canvas.prototype.drawParagraph=function(d,h,n){a.Ed(this.Dd);this._drawParagraph(d,h,n)};a.Canvas.prototype.drawPatch=function(d,h,n,t,v){if(24>d.length)throw"Need 12 cubic points";if(h&&4>h.length)throw"Need 4 colors";if(n&&8>n.length)throw"Need 4 shader coordinates"; +a.Ed(this.Dd);const z=l(d,"HEAPF32"),E=h?l(c(h),"HEAPU32"):M,J=n?l(n,"HEAPF32"):M;t||(t=a.BlendMode.Modulate);this._drawPatch(z,E,J,t,v);k(J,n);k(E,h);k(z,d)};a.Canvas.prototype.drawPath=function(d,h){a.Ed(this.Dd);this._drawPath(d,h)};a.Canvas.prototype.drawPicture=function(d){a.Ed(this.Dd);this._drawPicture(d)};a.Canvas.prototype.drawPoints=function(d,h,n){a.Ed(this.Dd);var t=l(h,"HEAPF32");this._drawPoints(d,t,h.length/2,n);k(t,h)};a.Canvas.prototype.drawRRect=function(d,h){a.Ed(this.Dd);d=F(d); +this._drawRRect(d,h)};a.Canvas.prototype.drawRect=function(d,h){a.Ed(this.Dd);d=u(d);this._drawRect(d,h)};a.Canvas.prototype.drawRect4f=function(d,h,n,t,v){a.Ed(this.Dd);this._drawRect4f(d,h,n,t,v)};a.Canvas.prototype.drawShadow=function(d,h,n,t,v,z,E){a.Ed(this.Dd);var J=l(v,"HEAPF32"),I=l(z,"HEAPF32");h=l(h,"HEAPF32",Fb);n=l(n,"HEAPF32",Gb);this._drawShadow(d,h,n,t,J,I,E);k(J,v);k(I,z)};a.getShadowLocalBounds=function(d,h,n,t,v,z,E){d=q(d);n=l(n,"HEAPF32",Fb);t=l(t,"HEAPF32",Gb);if(!this._getShadowLocalBounds(d, +h,n,t,v,z,X))return null;h=na.toTypedArray();return E?(E.set(h),E):h.slice()};a.Canvas.prototype.drawTextBlob=function(d,h,n,t){a.Ed(this.Dd);this._drawTextBlob(d,h,n,t)};a.Canvas.prototype.drawVertices=function(d,h,n){a.Ed(this.Dd);this._drawVertices(d,h,n)};a.Canvas.prototype.getDeviceClipBounds=function(d){this._getDeviceClipBounds(Sa);var h=hb.toTypedArray();d?d.set(h):d=h.slice();return d};a.Canvas.prototype.getLocalToDevice=function(){this._getLocalToDevice(ca);for(var d=ca,h=Array(16),n=0;16> +n;n++)h[n]=a.HEAPF32[d/4+n];return h};a.Canvas.prototype.getTotalMatrix=function(){this._getTotalMatrix(H);for(var d=Array(9),h=0;9>h;h++)d[h]=a.HEAPF32[H/4+h];return d};a.Canvas.prototype.makeSurface=function(d){d=this._makeSurface(d);d.Dd=this.Dd;return d};a.Canvas.prototype.readPixels=function(d,h,n,t,v){a.Ed(this.Dd);return g(this,d,h,n,t,v)};a.Canvas.prototype.saveLayer=function(d,h,n,t){h=u(h);return this._saveLayer(d||null,h,n||null,t||0)};a.Canvas.prototype.writePixels=function(d,h,n,t,v, +z,E,J){if(d.byteLength%(h*n))throw"pixels length must be a multiple of the srcWidth * srcHeight";a.Ed(this.Dd);var I=d.byteLength/(h*n);z=z||a.AlphaType.Unpremul;E=E||a.ColorType.RGBA_8888;J=J||a.ColorSpace.SRGB;var U=I*h;I=l(d,"HEAPU8");h=this._writePixels({width:h,height:n,colorType:E,alphaType:z,colorSpace:J},I,U,t,v);k(I,d);return h};a.ColorFilter.MakeBlend=function(d,h,n){d=y(d);n=n||a.ColorSpace.SRGB;return a.ColorFilter._MakeBlend(d,h,n)};a.ColorFilter.MakeMatrix=function(d){if(!d||20!==d.length)throw"invalid color matrix"; +var h=l(d,"HEAPF32"),n=a.ColorFilter._makeMatrix(h);k(h,d);return n};a.ContourMeasure.prototype.getPosTan=function(d,h){this._getPosTan(d,X);d=na.toTypedArray();return h?(h.set(d),h):d.slice()};a.ImageFilter.prototype.getOutputBounds=function(d,h,n){d=u(d,X);h=q(h);this._getOutputBounds(d,h,Sa);h=hb.toTypedArray();return n?(n.set(h),n):h.slice()};a.ImageFilter.MakeDropShadow=function(d,h,n,t,v,z){v=y(v,va);return a.ImageFilter._MakeDropShadow(d,h,n,t,v,z)};a.ImageFilter.MakeDropShadowOnly=function(d, +h,n,t,v,z){v=y(v,va);return a.ImageFilter._MakeDropShadowOnly(d,h,n,t,v,z)};a.ImageFilter.MakeImage=function(d,h,n,t){n=u(n,X);t=u(t,Ba);if("B"in h&&"C"in h)return a.ImageFilter._MakeImageCubic(d,h.B,h.C,n,t);const v=h.filter;let z=a.MipmapMode.None;"mipmap"in h&&(z=h.mipmap);return a.ImageFilter._MakeImageOptions(d,v,z,n,t)};a.ImageFilter.MakeMatrixTransform=function(d,h,n){d=q(d);if("B"in h&&"C"in h)return a.ImageFilter._MakeMatrixTransformCubic(d,h.B,h.C,n);const t=h.filter;let v=a.MipmapMode.None; +"mipmap"in h&&(v=h.mipmap);return a.ImageFilter._MakeMatrixTransformOptions(d,t,v,n)};a.Paint.prototype.getColor=function(){this._getColor(va);return D(va)};a.Paint.prototype.setColor=function(d,h){h=h||null;d=y(d);this._setColor(d,h)};a.Paint.prototype.setColorComponents=function(d,h,n,t,v){v=v||null;d=B(d,h,n,t);this._setColor(d,v)};a.Path.prototype.getPoint=function(d,h){this._getPoint(d,X);d=na.toTypedArray();return h?(h[0]=d[0],h[1]=d[1],h):d.slice(0,2)};a.Picture.prototype.makeShader=function(d, +h,n,t,v){t=q(t);v=u(v);return this._makeShader(d,h,n,t,v)};a.Picture.prototype.cullRect=function(d){this._cullRect(X);var h=na.toTypedArray();return d?(d.set(h),d):h.slice()};a.PictureRecorder.prototype.beginRecording=function(d,h){d=u(d);return this._beginRecording(d,!!h)};a.Surface.prototype.getCanvas=function(){var d=this._getCanvas();d.Dd=this.Dd;return d};a.Surface.prototype.makeImageSnapshot=function(d){a.Ed(this.Dd);d=l(d,"HEAP32",Sa);return this._makeImageSnapshot(d)};a.Surface.prototype.makeSurface= +function(d){a.Ed(this.Dd);d=this._makeSurface(d);d.Dd=this.Dd;return d};a.Surface.prototype.Oe=function(d,h){this.be||(this.be=this.getCanvas());return requestAnimationFrame(function(){a.Ed(this.Dd);d(this.be);this.flush(h)}.bind(this))};a.Surface.prototype.requestAnimationFrame||(a.Surface.prototype.requestAnimationFrame=a.Surface.prototype.Oe);a.Surface.prototype.Le=function(d,h){this.be||(this.be=this.getCanvas());requestAnimationFrame(function(){a.Ed(this.Dd);d(this.be);this.flush(h);this.dispose()}.bind(this))}; +a.Surface.prototype.drawOnce||(a.Surface.prototype.drawOnce=a.Surface.prototype.Le);a.PathEffect.MakeDash=function(d,h){h||(h=0);if(!d.length||1===d.length%2)throw"Intervals array must have even length";var n=l(d,"HEAPF32");h=a.PathEffect._MakeDash(n,d.length,h);k(n,d);return h};a.PathEffect.MakeLine2D=function(d,h){h=q(h);return a.PathEffect._MakeLine2D(d,h)};a.PathEffect.MakePath2D=function(d,h){d=q(d);return a.PathEffect._MakePath2D(d,h)};a.Shader.MakeColor=function(d,h){h=h||null;d=y(d);return a.Shader._MakeColor(d, +h)};a.Shader.Blend=a.Shader.MakeBlend;a.Shader.Color=a.Shader.MakeColor;a.Shader.MakeLinearGradient=function(d,h,n,t,v,z,E,J){J=J||null;var I=m(n),U=l(t,"HEAPF32");E=E||0;z=q(z);var V=na.toTypedArray();V.set(d);V.set(h,2);d=a.Shader._MakeLinearGradient(X,I.Md,I.colorType,U,I.count,v,E,z,J);k(I.Md,n);t&&k(U,t);return d};a.Shader.MakeRadialGradient=function(d,h,n,t,v,z,E,J){J=J||null;var I=m(n),U=l(t,"HEAPF32");E=E||0;z=q(z);d=a.Shader._MakeRadialGradient(d[0],d[1],h,I.Md,I.colorType,U,I.count,v,E, +z,J);k(I.Md,n);t&&k(U,t);return d};a.Shader.MakeSweepGradient=function(d,h,n,t,v,z,E,J,I,U){U=U||null;var V=m(n),p=l(t,"HEAPF32");E=E||0;J=J||0;I=I||360;z=q(z);d=a.Shader._MakeSweepGradient(d,h,V.Md,V.colorType,p,V.count,v,J,I,E,z,U);k(V.Md,n);t&&k(p,t);return d};a.Shader.MakeTwoPointConicalGradient=function(d,h,n,t,v,z,E,J,I,U){U=U||null;var V=m(v),p=l(z,"HEAPF32");I=I||0;J=q(J);var A=na.toTypedArray();A.set(d);A.set(n,2);d=a.Shader._MakeTwoPointConicalGradient(X,h,t,V.Md,V.colorType,p,V.count,E, +I,J,U);k(V.Md,v);z&&k(p,z);return d};a.Vertices.prototype.bounds=function(d){this._bounds(X);var h=na.toTypedArray();return d?(d.set(h),d):h.slice()};a.Hd&&a.Hd.forEach(function(d){d()})};a.computeTonalColors=function(g){var d=l(g.ambient,"HEAPF32"),h=l(g.spot,"HEAPF32");this._computeTonalColors(d,h);var n={ambient:D(d),spot:D(h)};k(d,g.ambient);k(h,g.spot);return n};a.LTRBRect=function(g,d,h,n){return Float32Array.of(g,d,h,n)};a.XYWHRect=function(g,d,h,n){return Float32Array.of(g,d,g+h,d+n)};a.LTRBiRect= +function(g,d,h,n){return Int32Array.of(g,d,h,n)};a.XYWHiRect=function(g,d,h,n){return Int32Array.of(g,d,g+h,d+n)};a.RRectXY=function(g,d,h){return Float32Array.of(g[0],g[1],g[2],g[3],d,h,d,h,d,h,d,h)};a.MakeAnimatedImageFromEncoded=function(g){g=new Uint8Array(g);var d=a._malloc(g.byteLength);a.HEAPU8.set(g,d);return(g=a._decodeAnimatedImage(d,g.byteLength))?g:null};a.MakeImageFromEncoded=function(g){g=new Uint8Array(g);var d=a._malloc(g.byteLength);a.HEAPU8.set(g,d);return(g=a._decodeImage(d,g.byteLength))? +g:null};var Ta=null;a.MakeImageFromCanvasImageSource=function(g){var d=g.width,h=g.height;Ta||(Ta=document.createElement("canvas"));Ta.width=d;Ta.height=h;var n=Ta.getContext("2d",{willReadFrequently:!0});n.drawImage(g,0,0);g=n.getImageData(0,0,d,h);return a.MakeImage({width:d,height:h,alphaType:a.AlphaType.Unpremul,colorType:a.ColorType.RGBA_8888,colorSpace:a.ColorSpace.SRGB},g.data,4*d)};a.MakeImage=function(g,d,h){var n=a._malloc(d.length);a.HEAPU8.set(d,n);return a._MakeImage(g,n,d.length,h)}; +a.MakeVertices=function(g,d,h,n,t,v){var z=t&&t.length||0,E=0;h&&h.length&&(E|=1);n&&n.length&&(E|=2);void 0===v||v||(E|=4);g=new a._VerticesBuilder(g,d.length/2,z,E);l(d,"HEAPF32",g.positions());g.texCoords()&&l(h,"HEAPF32",g.texCoords());g.colors()&&l(c(n),"HEAPU32",g.colors());g.indices()&&l(t,"HEAPU16",g.indices());return g.detach()};(function(g){g.Hd=g.Hd||[];g.Hd.push(function(){function d(p){p&&(p.dir=0===p.dir?g.TextDirection.RTL:g.TextDirection.LTR);return p}function h(p){if(!p||!p.length)return[]; +for(var A=[],O=0;Od)return a._free(g),null;t=new Uint16Array(a.HEAPU8.buffer,g,d);if(h)return h.set(t),a._free(g),h;h=Uint16Array.from(t);a._free(g);return h};a.Font.prototype.getGlyphIntercepts=function(g,d,h,n){var t=l(g,"HEAPU16"),v=l(d,"HEAPF32");return this._getGlyphIntercepts(t, +g.length,!(g&&g._ck),v,d.length,!(d&&d._ck),h,n)};a.Font.prototype.getGlyphWidths=function(g,d,h){var n=l(g,"HEAPU16"),t=a._malloc(4*g.length);this._getGlyphWidthBounds(n,g.length,t,M,d||null);d=new Float32Array(a.HEAPU8.buffer,t,g.length);k(n,g);if(h)return h.set(d),a._free(t),h;g=Float32Array.from(d);a._free(t);return g};a.FontMgr.FromData=function(){if(!arguments.length)return null;var g=arguments;1===g.length&&Array.isArray(g[0])&&(g=arguments[0]);if(!g.length)return null;for(var d=[],h=[],n= +0;nd)return a._free(g),null;t=new Uint16Array(a.HEAPU8.buffer,g,d);if(h)return h.set(t),a._free(g),h;h=Uint16Array.from(t);a._free(g);return h};a.TextBlob.MakeOnPath=function(g,d,h,n){if(g&&g.length&&d&&d.countPoints()){if(1===d.countPoints())return this.MakeFromText(g,h);n||(n=0);var t=h.getGlyphIDs(g);t=h.getGlyphWidths(t);var v=[];d=new a.ContourMeasureIter(d,!1,1);for(var z=d.next(),E=new Float32Array(4),J=0;Jz.length()){z.delete();z= +d.next();if(!z){g=g.substring(0,J);break}n=I/2}z.getPosTan(n,E);var U=E[2],V=E[3];v.push(U,V,E[0]-I/2*U,E[1]-I/2*V);n+=I/2}g=this.MakeFromRSXform(g,v,h);z&&z.delete();d.delete();return g}};a.TextBlob.MakeFromRSXform=function(g,d,h){var n=ja(g)+1,t=a._malloc(n);ka(g,C,t,n);g=l(d,"HEAPF32");h=a.TextBlob._MakeFromRSXform(t,n-1,g,h);a._free(t);return h?h:null};a.TextBlob.MakeFromRSXformGlyphs=function(g,d,h){var n=l(g,"HEAPU16");d=l(d,"HEAPF32");h=a.TextBlob._MakeFromRSXformGlyphs(n,2*g.length,d,h);k(n, +g);return h?h:null};a.TextBlob.MakeFromGlyphs=function(g,d){var h=l(g,"HEAPU16");d=a.TextBlob._MakeFromGlyphs(h,2*g.length,d);k(h,g);return d?d:null};a.TextBlob.MakeFromText=function(g,d){var h=ja(g)+1,n=a._malloc(h);ka(g,C,n,h);g=a.TextBlob._MakeFromText(n,h-1,d);a._free(n);return g?g:null};a.MallocGlyphIDs=function(g){return a.Malloc(Uint16Array,g)}});a.Hd=a.Hd||[];a.Hd.push(function(){a.MakePicture=function(g){g=new Uint8Array(g);var d=a._malloc(g.byteLength);a.HEAPU8.set(g,d);return(g=a._MakePicture(d, +g.byteLength))?g:null}});a.Hd=a.Hd||[];a.Hd.push(function(){a.RuntimeEffect.Make=function(g,d){return a.RuntimeEffect._Make(g,{onError:d||function(h){console.log("RuntimeEffect error",h)}})};a.RuntimeEffect.MakeForBlender=function(g,d){return a.RuntimeEffect._MakeForBlender(g,{onError:d||function(h){console.log("RuntimeEffect error",h)}})};a.RuntimeEffect.prototype.makeShader=function(g,d){var h=!g._ck,n=l(g,"HEAPF32");d=q(d);return this._makeShader(n,4*g.length,h,d)};a.RuntimeEffect.prototype.makeShaderWithChildren= +function(g,d,h){var n=!g._ck,t=l(g,"HEAPF32");h=q(h);for(var v=[],z=0;z{throw b;},pa="object"==typeof window,ra="function"==typeof importScripts,sa="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,ta="",ua,wa,xa; +if(sa){var fs=require("fs"),ya=require("path");ta=ra?ya.dirname(ta)+"/":__dirname+"/";ua=(a,b)=>{a=a.startsWith("file://")?new URL(a):ya.normalize(a);return fs.readFileSync(a,b?void 0:"utf8")};xa=a=>{a=ua(a,!0);a.buffer||(a=new Uint8Array(a));return a};wa=(a,b,c,e=!0)=>{a=a.startsWith("file://")?new URL(a):ya.normalize(a);fs.readFile(a,e?void 0:"utf8",(f,k)=>{f?c(f):b(e?k.buffer:k)})};!r.thisProgram&&1{process.exitCode= +a;throw b;};r.inspect=()=>"[Emscripten Module object]"}else if(pa||ra)ra?ta=self.location.href:"undefined"!=typeof document&&document.currentScript&&(ta=document.currentScript.src),_scriptDir&&(ta=_scriptDir),0!==ta.indexOf("blob:")?ta=ta.substr(0,ta.replace(/[?#].*/,"").lastIndexOf("/")+1):ta="",ua=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.send(null);return b.responseText},ra&&(xa=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.responseType="arraybuffer";b.send(null);return new Uint8Array(b.response)}), +wa=(a,b,c)=>{var e=new XMLHttpRequest;e.open("GET",a,!0);e.responseType="arraybuffer";e.onload=()=>{200==e.status||0==e.status&&e.response?b(e.response):c()};e.onerror=c;e.send(null)};var Aa=r.print||console.log.bind(console),Ca=r.printErr||console.error.bind(console);Object.assign(r,la);la=null;r.thisProgram&&(ma=r.thisProgram);r.quit&&(oa=r.quit);var Da;r.wasmBinary&&(Da=r.wasmBinary);var noExitRuntime=r.noExitRuntime||!0;"object"!=typeof WebAssembly&&Ea("no native wasm support detected"); +var Fa,G,Ga=!1,Ha,C,Ia,Ja,K,L,N,Ka;function La(){var a=Fa.buffer;r.HEAP8=Ha=new Int8Array(a);r.HEAP16=Ia=new Int16Array(a);r.HEAP32=K=new Int32Array(a);r.HEAPU8=C=new Uint8Array(a);r.HEAPU16=Ja=new Uint16Array(a);r.HEAPU32=L=new Uint32Array(a);r.HEAPF32=N=new Float32Array(a);r.HEAPF64=Ka=new Float64Array(a)}var Na,Oa=[],Pa=[],Qa=[];function Ra(){var a=r.preRun.shift();Oa.unshift(a)}var Ua=0,Va=null,Wa=null; +function Ea(a){if(r.onAbort)r.onAbort(a);a="Aborted("+a+")";Ca(a);Ga=!0;a=new WebAssembly.RuntimeError(a+". Build with -sASSERTIONS for more info.");ba(a);throw a;}function Xa(a){return a.startsWith("data:application/octet-stream;base64,")}var Ya;Ya="canvaskit.wasm";if(!Xa(Ya)){var Za=Ya;Ya=r.locateFile?r.locateFile(Za,ta):ta+Za}function $a(a){if(a==Ya&&Da)return new Uint8Array(Da);if(xa)return xa(a);throw"both async and sync fetching of the wasm failed";} +function ab(a){if(!Da&&(pa||ra)){if("function"==typeof fetch&&!a.startsWith("file://"))return fetch(a,{credentials:"same-origin"}).then(b=>{if(!b.ok)throw"failed to load wasm binary file at '"+a+"'";return b.arrayBuffer()}).catch(()=>$a(a));if(wa)return new Promise((b,c)=>{wa(a,e=>b(new Uint8Array(e)),c)})}return Promise.resolve().then(()=>$a(a))}function bb(a,b,c){return ab(a).then(e=>WebAssembly.instantiate(e,b)).then(e=>e).then(c,e=>{Ca("failed to asynchronously prepare wasm: "+e);Ea(e)})} +function cb(a,b){var c=Ya;return Da||"function"!=typeof WebAssembly.instantiateStreaming||Xa(c)||c.startsWith("file://")||sa||"function"!=typeof fetch?bb(c,a,b):fetch(c,{credentials:"same-origin"}).then(e=>WebAssembly.instantiateStreaming(e,a).then(b,function(f){Ca("wasm streaming compile failed: "+f);Ca("falling back to ArrayBuffer instantiation");return bb(c,a,b)}))}function db(a){this.name="ExitStatus";this.message=`Program terminated with exit(${a})`;this.status=a}var eb=a=>{for(;0>2]=b};this.re=function(b){L[this.Fd+8>>2]=b};this.Ud=function(b,c){this.qe();this.Je(b);this.re(c)};this.qe=function(){L[this.Fd+16>>2]=0}} +var gb=0,ib=0,jb="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0,kb=(a,b,c)=>{var e=b+c;for(c=b;a[c]&&!(c>=e);)++c;if(16f?e+=String.fromCharCode(f):(f-=65536,e+=String.fromCharCode(55296|f>>10,56320|f&1023))}}else e+=String.fromCharCode(f)}return e}, +lb={};function mb(a){for(;a.length;){var b=a.pop();a.pop()(b)}}function nb(a){return this.fromWireType(K[a>>2])}var ob={},pb={},qb={},rb=void 0;function sb(a){throw new rb(a);} +function tb(a,b,c){function e(m){m=c(m);m.length!==a.length&&sb("Mismatched type converter count");for(var q=0;q{pb.hasOwnProperty(m)?f[q]=pb[m]:(k.push(m),ob.hasOwnProperty(m)||(ob[m]=[]),ob[m].push(()=>{f[q]=pb[m];++l;l===k.length&&e(f)}))});0===k.length&&e(f)} +function vb(a){switch(a){case 1:return 0;case 2:return 1;case 4:return 2;case 8:return 3;default:throw new TypeError(`Unknown type size: ${a}`);}}var wb=void 0;function P(a){for(var b="";C[a];)b+=wb[C[a++]];return b}var xb=void 0;function Q(a){throw new xb(a);} +function yb(a,b,c={}){var e=b.name;a||Q(`type "${e}" must have a positive integer typeid pointer`);if(pb.hasOwnProperty(a)){if(c.af)return;Q(`Cannot register type '${e}' twice`)}pb[a]=b;delete qb[a];ob.hasOwnProperty(a)&&(b=ob[a],delete ob[a],b.forEach(f=>f()))}function ub(a,b,c={}){if(!("argPackAdvance"in b))throw new TypeError("registerType registeredInstance requires argPackAdvance");yb(a,b,c)}function zb(a){Q(a.jd.Id.Gd.name+" instance already deleted")}var Ab=!1;function Bb(){} +function Cb(a){--a.count.value;0===a.count.value&&(a.Kd?a.Od.Sd(a.Kd):a.Id.Gd.Sd(a.Fd))}function Db(a,b,c){if(b===c)return a;if(void 0===c.Ld)return null;a=Db(a,b,c.Ld);return null===a?null:c.Te(a)}var Jb={},Kb=[];function Lb(){for(;Kb.length;){var a=Kb.pop();a.jd.$d=!1;a["delete"]()}}var Mb=void 0,Nb={};function Ob(a,b){for(void 0===b&&Q("ptr should not be undefined");a.Ld;)b=a.fe(b),a=a.Ld;return Nb[b]} +function Pb(a,b){b.Id&&b.Fd||sb("makeClassHandle requires ptr and ptrType");!!b.Od!==!!b.Kd&&sb("Both smartPtrType and smartPtr must be specified");b.count={value:1};return Qb(Object.create(a,{jd:{value:b}}))}function Qb(a){if("undefined"===typeof FinalizationRegistry)return Qb=b=>b,a;Ab=new FinalizationRegistry(b=>{Cb(b.jd)});Qb=b=>{var c=b.jd;c.Kd&&Ab.register(b,{jd:c},b);return b};Bb=b=>{Ab.unregister(b)};return Qb(a)}function Rb(){} +function Sb(a){if(void 0===a)return"_unknown";a=a.replace(/[^a-zA-Z0-9_]/g,"$");var b=a.charCodeAt(0);return 48<=b&&57>=b?`_${a}`:a}function Tb(a,b){a=Sb(a);return{[a]:function(){return b.apply(this,arguments)}}[a]} +function Ub(a,b,c){if(void 0===a[b].Jd){var e=a[b];a[b]=function(){a[b].Jd.hasOwnProperty(arguments.length)||Q(`Function '${c}' called with an invalid number of arguments (${arguments.length}) - expects one of (${a[b].Jd})!`);return a[b].Jd[arguments.length].apply(this,arguments)};a[b].Jd=[];a[b].Jd[e.Yd]=e}} +function Vb(a,b,c){r.hasOwnProperty(a)?((void 0===c||void 0!==r[a].Jd&&void 0!==r[a].Jd[c])&&Q(`Cannot register public name '${a}' twice`),Ub(r,a,a),r.hasOwnProperty(c)&&Q(`Cannot register multiple overloads of a function with the same number of arguments (${c})!`),r[a].Jd[c]=b):(r[a]=b,void 0!==c&&(r[a].sf=c))}function Wb(a,b,c,e,f,k,l,m){this.name=a;this.constructor=b;this.ae=c;this.Sd=e;this.Ld=f;this.We=k;this.fe=l;this.Te=m;this.ef=[]} +function Xb(a,b,c){for(;b!==c;)b.fe||Q(`Expected null or instance of ${c.name}, got an instance of ${b.name}`),a=b.fe(a),b=b.Ld;return a}function Yb(a,b){if(null===b)return this.ve&&Q(`null is not a valid ${this.name}`),0;b.jd||Q(`Cannot pass "${Zb(b)}" as a ${this.name}`);b.jd.Fd||Q(`Cannot pass deleted object as a pointer of type ${this.name}`);return Xb(b.jd.Fd,b.jd.Id.Gd,this.Gd)} +function $b(a,b){if(null===b){this.ve&&Q(`null is not a valid ${this.name}`);if(this.ke){var c=this.we();null!==a&&a.push(this.Sd,c);return c}return 0}b.jd||Q(`Cannot pass "${Zb(b)}" as a ${this.name}`);b.jd.Fd||Q(`Cannot pass deleted object as a pointer of type ${this.name}`);!this.je&&b.jd.Id.je&&Q(`Cannot convert argument of type ${b.jd.Od?b.jd.Od.name:b.jd.Id.name} to parameter type ${this.name}`);c=Xb(b.jd.Fd,b.jd.Id.Gd,this.Gd);if(this.ke)switch(void 0===b.jd.Kd&&Q("Passing raw pointer to smart pointer is illegal"), +this.kf){case 0:b.jd.Od===this?c=b.jd.Kd:Q(`Cannot convert argument of type ${b.jd.Od?b.jd.Od.name:b.jd.Id.name} to parameter type ${this.name}`);break;case 1:c=b.jd.Kd;break;case 2:if(b.jd.Od===this)c=b.jd.Kd;else{var e=b.clone();c=this.ff(c,ac(function(){e["delete"]()}));null!==a&&a.push(this.Sd,c)}break;default:Q("Unsupporting sharing policy")}return c} +function bc(a,b){if(null===b)return this.ve&&Q(`null is not a valid ${this.name}`),0;b.jd||Q(`Cannot pass "${Zb(b)}" as a ${this.name}`);b.jd.Fd||Q(`Cannot pass deleted object as a pointer of type ${this.name}`);b.jd.Id.je&&Q(`Cannot convert argument of type ${b.jd.Id.name} to parameter type ${this.name}`);return Xb(b.jd.Fd,b.jd.Id.Gd,this.Gd)} +function cc(a,b,c,e,f,k,l,m,q,w,y){this.name=a;this.Gd=b;this.ve=c;this.je=e;this.ke=f;this.df=k;this.kf=l;this.Fe=m;this.we=q;this.ff=w;this.Sd=y;f||void 0!==b.Ld?this.toWireType=$b:(this.toWireType=e?Yb:bc,this.Nd=null)}function dc(a,b,c){r.hasOwnProperty(a)||sb("Replacing nonexistant public symbol");void 0!==r[a].Jd&&void 0!==c?r[a].Jd[c]=b:(r[a]=b,r[a].Yd=c)} +var ec=(a,b)=>{var c=[];return function(){c.length=0;Object.assign(c,arguments);if(a.includes("j")){var e=r["dynCall_"+a];e=c&&c.length?e.apply(null,[b].concat(c)):e.call(null,b)}else e=Na.get(b).apply(null,c);return e}};function mc(a,b){a=P(a);var c=a.includes("j")?ec(a,b):Na.get(b);"function"!=typeof c&&Q(`unknown function pointer with signature ${a}: ${b}`);return c}var nc=void 0;function oc(a){a=pc(a);var b=P(a);qc(a);return b} +function rc(a,b){function c(k){f[k]||pb[k]||(qb[k]?qb[k].forEach(c):(e.push(k),f[k]=!0))}var e=[],f={};b.forEach(c);throw new nc(`${a}: `+e.map(oc).join([", "]));} +function sc(a,b,c,e,f){var k=b.length;2>k&&Q("argTypes array size mismatch! Must at least get return value and 'this' types!");var l=null!==b[1]&&null!==c,m=!1;for(c=1;c>2]);return c}function uc(){this.Rd=[void 0];this.De=[]}var vc=new uc;function wc(a){a>=vc.Ud&&0===--vc.get(a).Ge&&vc.re(a)} +var xc=a=>{a||Q("Cannot use deleted val. handle = "+a);return vc.get(a).value},ac=a=>{switch(a){case void 0:return 1;case null:return 2;case !0:return 3;case !1:return 4;default:return vc.qe({Ge:1,value:a})}};function yc(a,b,c){switch(b){case 0:return function(e){return this.fromWireType((c?Ha:C)[e])};case 1:return function(e){return this.fromWireType((c?Ia:Ja)[e>>1])};case 2:return function(e){return this.fromWireType((c?K:L)[e>>2])};default:throw new TypeError("Unknown integer type: "+a);}} +function zc(a,b){var c=pb[a];void 0===c&&Q(b+" has unknown type "+oc(a));return c}function Zb(a){if(null===a)return"null";var b=typeof a;return"object"===b||"array"===b||"function"===b?a.toString():""+a}function Ac(a,b){switch(b){case 2:return function(c){return this.fromWireType(N[c>>2])};case 3:return function(c){return this.fromWireType(Ka[c>>3])};default:throw new TypeError("Unknown float type: "+a);}} +function Bc(a,b,c){switch(b){case 0:return c?function(e){return Ha[e]}:function(e){return C[e]};case 1:return c?function(e){return Ia[e>>1]}:function(e){return Ja[e>>1]};case 2:return c?function(e){return K[e>>2]}:function(e){return L[e>>2]};default:throw new TypeError("Unknown integer type: "+a);}} +var ka=(a,b,c,e)=>{if(!(0=l){var m=a.charCodeAt(++k);l=65536+((l&1023)<<10)|m&1023}if(127>=l){if(c>=e)break;b[c++]=l}else{if(2047>=l){if(c+1>=e)break;b[c++]=192|l>>6}else{if(65535>=l){if(c+2>=e)break;b[c++]=224|l>>12}else{if(c+3>=e)break;b[c++]=240|l>>18;b[c++]=128|l>>12&63}b[c++]=128|l>>6&63}b[c++]=128|l&63}}b[c]=0;return c-f},ja=a=>{for(var b=0,c=0;c=e?b++:2047>= +e?b+=2:55296<=e&&57343>=e?(b+=4,++c):b+=3}return b},Cc="undefined"!=typeof TextDecoder?new TextDecoder("utf-16le"):void 0,Dc=(a,b)=>{var c=a>>1;for(var e=c+b/2;!(c>=e)&&Ja[c];)++c;c<<=1;if(32=b/2);++e){var f=Ia[a+2*e>>1];if(0==f)break;c+=String.fromCharCode(f)}return c},Ec=(a,b,c)=>{void 0===c&&(c=2147483647);if(2>c)return 0;c-=2;var e=b;c=c<2*a.length?c/2:a.length;for(var f=0;f>1]=a.charCodeAt(f),b+=2;Ia[b>>1]=0;return b-e}, +Fc=a=>2*a.length,Gc=(a,b)=>{for(var c=0,e="";!(c>=b/4);){var f=K[a+4*c>>2];if(0==f)break;++c;65536<=f?(f-=65536,e+=String.fromCharCode(55296|f>>10,56320|f&1023)):e+=String.fromCharCode(f)}return e},Hc=(a,b,c)=>{void 0===c&&(c=2147483647);if(4>c)return 0;var e=b;c=e+c-4;for(var f=0;f=k){var l=a.charCodeAt(++f);k=65536+((k&1023)<<10)|l&1023}K[b>>2]=k;b+=4;if(b+4>c)break}K[b>>2]=0;return b-e},Ic=a=>{for(var b=0,c=0;c=e&&++c;b+=4}return b},Jc={};function Kc(a){var b=Jc[a];return void 0===b?P(a):b}var Lc=[]; +function Mc(){function a(b){b.$$$embind_global$$$=b;var c="object"==typeof $$$embind_global$$$&&b.$$$embind_global$$$==b;c||delete b.$$$embind_global$$$;return c}if("object"==typeof globalThis)return globalThis;if("object"==typeof $$$embind_global$$$)return $$$embind_global$$$;"object"==typeof global&&a(global)?$$$embind_global$$$=global:"object"==typeof self&&a(self)&&($$$embind_global$$$=self);if("object"==typeof $$$embind_global$$$)return $$$embind_global$$$;throw Error("unable to get global object."); +}function Nc(a){var b=Lc.length;Lc.push(a);return b}function Oc(a,b){for(var c=Array(a),e=0;e>2],"parameter "+e);return c}var Pc=[];function Qc(a){var b=Array(a+1);return function(c,e,f){b[0]=c;for(var k=0;k>2],"parameter "+k);b[k+1]=l.readValueFromPointer(f);f+=l.argPackAdvance}c=new (c.bind.apply(c,b));return ac(c)}}var Rc={}; +function Sc(a){var b=a.getExtension("ANGLE_instanced_arrays");b&&(a.vertexAttribDivisor=function(c,e){b.vertexAttribDivisorANGLE(c,e)},a.drawArraysInstanced=function(c,e,f,k){b.drawArraysInstancedANGLE(c,e,f,k)},a.drawElementsInstanced=function(c,e,f,k,l){b.drawElementsInstancedANGLE(c,e,f,k,l)})} +function Tc(a){var b=a.getExtension("OES_vertex_array_object");b&&(a.createVertexArray=function(){return b.createVertexArrayOES()},a.deleteVertexArray=function(c){b.deleteVertexArrayOES(c)},a.bindVertexArray=function(c){b.bindVertexArrayOES(c)},a.isVertexArray=function(c){return b.isVertexArrayOES(c)})}function Uc(a){var b=a.getExtension("WEBGL_draw_buffers");b&&(a.drawBuffers=function(c,e){b.drawBuffersWEBGL(c,e)})} +var Vc=1,Wc=[],Xc=[],Yc=[],Zc=[],ea=[],$c=[],ad=[],ia=[],bd=[],cd=[],dd={},ed={},gd=4;function R(a){hd||(hd=a)}function da(a){for(var b=Vc++,c=a.length;ca.version||!b.Be)b.Be=b.getExtension("EXT_disjoint_timer_query");b.rf=b.getExtension("WEBGL_multi_draw");(b.getSupportedExtensions()||[]).forEach(function(c){c.includes("lose_context")||c.includes("debug")||b.getExtension(c)})}} +var x,hd,ld={},nd=()=>{if(!md){var a={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:("object"==typeof navigator&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:ma||"./this.program"},b;for(b in ld)void 0===ld[b]?delete a[b]:a[b]=ld[b];var c=[];for(b in a)c.push(`${b}=${a[b]}`);md=c}return md},md,od=[null,[],[]];function pd(a){S.bindVertexArray(ad[a])} +function qd(a,b){for(var c=0;c>2];S.deleteVertexArray(ad[e]);ad[e]=null}}var rd=[];function sd(a,b,c,e){S.drawElements(a,b,c,e)}function td(a,b,c,e){for(var f=0;f>2]=l}}function ud(a,b){td(a,b,"createVertexArray",ad)} +function vd(a,b,c){if(b){var e=void 0;switch(a){case 36346:e=1;break;case 36344:0!=c&&1!=c&&R(1280);return;case 34814:case 36345:e=0;break;case 34466:var f=S.getParameter(34467);e=f?f.length:0;break;case 33309:if(2>x.version){R(1282);return}e=2*(S.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>x.version){R(1280);return}e=33307==a?3:0}if(void 0===e)switch(f=S.getParameter(a),typeof f){case "number":e=f;break;case "boolean":e=f?1:0;break;case "string":R(1280);return;case "object":if(null=== +f)switch(a){case 34964:case 35725:case 34965:case 36006:case 36007:case 32873:case 34229:case 36662:case 36663:case 35053:case 35055:case 36010:case 35097:case 35869:case 32874:case 36389:case 35983:case 35368:case 34068:e=0;break;default:R(1280);return}else{if(f instanceof Float32Array||f instanceof Uint32Array||f instanceof Int32Array||f instanceof Array){for(a=0;a>2]=f[a];break;case 2:N[b+4*a>>2]=f[a];break;case 4:Ha[b+a>>0]=f[a]?1:0}return}try{e=f.name|0}catch(k){R(1280); +Ca("GL_INVALID_ENUM in glGet"+c+"v: Unknown object returned from WebGL getParameter("+a+")! (error: "+k+")");return}}break;default:R(1280);Ca("GL_INVALID_ENUM in glGet"+c+"v: Native code calling glGet"+c+"v("+a+") and it returns "+f+" of type "+typeof f+"!");return}switch(c){case 1:c=e;L[b>>2]=c;L[b+4>>2]=(c-L[b>>2])/4294967296;break;case 0:K[b>>2]=e;break;case 2:N[b>>2]=e;break;case 4:Ha[b>>0]=e?1:0}}else R(1281)}var xd=a=>{var b=ja(a)+1,c=wd(b);c&&ka(a,C,c,b);return c}; +function yd(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function zd(a){a-=5120;return 0==a?Ha:1==a?C:2==a?Ia:4==a?K:6==a?N:5==a||28922==a||28520==a||30779==a||30782==a?L:Ja}function Ad(a,b,c,e,f){a=zd(a);var k=31-Math.clz32(a.BYTES_PER_ELEMENT),l=gd;return a.subarray(f>>k,f+e*(c*({5:3,6:4,8:2,29502:3,29504:4,26917:2,26918:2,29846:3,29847:4}[b-6402]||1)*(1<>k)} +function W(a){var b=S.Re;if(b){var c=b.ee[a];"number"==typeof c&&(b.ee[a]=c=S.getUniformLocation(b,b.He[a]+(00===a%4&&(0!==a%100||0===a%400),Ed=[31,29,31,30,31,30,31,31,30,31,30,31],Fd=[31,28,31,30,31,30,31,31,30,31,30,31];function Gd(a){var b=Array(ja(a)+1);ka(a,b,0,b.length);return b} +var Hd=(a,b,c,e)=>{function f(u,F,H){for(u="number"==typeof u?u.toString():u||"";u.lengthca?-1:0T-u.getDate())F-=T-u.getDate()+1,u.setDate(1),11>H?u.setMonth(H+1):(u.setMonth(0),u.setFullYear(u.getFullYear()+1));else{u.setDate(u.getDate()+F);break}}H=new Date(u.getFullYear()+1,0,4);F=m(new Date(u.getFullYear(), +0,4));H=m(H);return 0>=l(F,u)?0>=l(H,u)?u.getFullYear()+1:u.getFullYear():u.getFullYear()-1}var w=K[e+40>>2];e={nf:K[e>>2],mf:K[e+4>>2],oe:K[e+8>>2],xe:K[e+12>>2],pe:K[e+16>>2],Wd:K[e+20>>2],Qd:K[e+24>>2],Vd:K[e+28>>2],uf:K[e+32>>2],lf:K[e+36>>2],pf:w?w?kb(C,w):"":""};c=c?kb(C,c):"";w={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y", +"%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var y in w)c=c.replace(new RegExp(y,"g"),w[y]);var B="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),D="January February March April May June July August September October November December".split(" ");w={"%a":u=>B[u.Qd].substring(0,3),"%A":u=>B[u.Qd],"%b":u=>D[u.pe].substring(0,3),"%B":u=>D[u.pe],"%C":u=>k((u.Wd+1900)/ +100|0,2),"%d":u=>k(u.xe,2),"%e":u=>f(u.xe,2," "),"%g":u=>q(u).toString().substring(2),"%G":u=>q(u),"%H":u=>k(u.oe,2),"%I":u=>{u=u.oe;0==u?u=12:12{for(var F=0,H=0;H<=u.pe-1;F+=(Dd(u.Wd+1900)?Ed:Fd)[H++]);return k(u.xe+F,3)},"%m":u=>k(u.pe+1,2),"%M":u=>k(u.mf,2),"%n":()=>"\n","%p":u=>0<=u.oe&&12>u.oe?"AM":"PM","%S":u=>k(u.nf,2),"%t":()=>"\t","%u":u=>u.Qd||7,"%U":u=>k(Math.floor((u.Vd+7-u.Qd)/7),2),"%V":u=>{var F=Math.floor((u.Vd+7-(u.Qd+6)%7)/7);2>=(u.Qd+371-u.Vd- +2)%7&&F++;if(F)53==F&&(H=(u.Qd+371-u.Vd)%7,4==H||3==H&&Dd(u.Wd)||(F=1));else{F=52;var H=(u.Qd+7-u.Vd-1)%7;(4==H||5==H&&Dd(u.Wd%400-1))&&F++}return k(F,2)},"%w":u=>u.Qd,"%W":u=>k(Math.floor((u.Vd+7-(u.Qd+6)%7)/7),2),"%y":u=>(u.Wd+1900).toString().substring(2),"%Y":u=>u.Wd+1900,"%z":u=>{u=u.lf;var F=0<=u;u=Math.abs(u)/60;return(F?"+":"-")+String("0000"+(u/60*100+u%60)).slice(-4)},"%Z":u=>u.pf,"%%":()=>"%"};c=c.replace(/%%/g,"\x00\x00");for(y in w)c.includes(y)&&(c=c.replace(new RegExp(y,"g"),w[y](e))); +c=c.replace(/\0\0/g,"%");y=Gd(c);if(y.length>b)return 0;Ha.set(y,a);return y.length-1};rb=r.InternalError=class extends Error{constructor(a){super(a);this.name="InternalError"}};for(var Id=Array(256),Jd=0;256>Jd;++Jd)Id[Jd]=String.fromCharCode(Jd);wb=Id;xb=r.BindingError=class extends Error{constructor(a){super(a);this.name="BindingError"}}; +Rb.prototype.isAliasOf=function(a){if(!(this instanceof Rb&&a instanceof Rb))return!1;var b=this.jd.Id.Gd,c=this.jd.Fd,e=a.jd.Id.Gd;for(a=a.jd.Fd;b.Ld;)c=b.fe(c),b=b.Ld;for(;e.Ld;)a=e.fe(a),e=e.Ld;return b===e&&c===a}; +Rb.prototype.clone=function(){this.jd.Fd||zb(this);if(this.jd.de)return this.jd.count.value+=1,this;var a=Qb,b=Object,c=b.create,e=Object.getPrototypeOf(this),f=this.jd;a=a(c.call(b,e,{jd:{value:{count:f.count,$d:f.$d,de:f.de,Fd:f.Fd,Id:f.Id,Kd:f.Kd,Od:f.Od}}}));a.jd.count.value+=1;a.jd.$d=!1;return a};Rb.prototype["delete"]=function(){this.jd.Fd||zb(this);this.jd.$d&&!this.jd.de&&Q("Object already scheduled for deletion");Bb(this);Cb(this.jd);this.jd.de||(this.jd.Kd=void 0,this.jd.Fd=void 0)}; +Rb.prototype.isDeleted=function(){return!this.jd.Fd};Rb.prototype.deleteLater=function(){this.jd.Fd||zb(this);this.jd.$d&&!this.jd.de&&Q("Object already scheduled for deletion");Kb.push(this);1===Kb.length&&Mb&&Mb(Lb);this.jd.$d=!0;return this};r.getInheritedInstanceCount=function(){return Object.keys(Nb).length};r.getLiveInheritedInstances=function(){var a=[],b;for(b in Nb)Nb.hasOwnProperty(b)&&a.push(Nb[b]);return a};r.flushPendingDeletes=Lb;r.setDelayFunction=function(a){Mb=a;Kb.length&&Mb&&Mb(Lb)}; +cc.prototype.Xe=function(a){this.Fe&&(a=this.Fe(a));return a};cc.prototype.ze=function(a){this.Sd&&this.Sd(a)};cc.prototype.argPackAdvance=8;cc.prototype.readValueFromPointer=nb;cc.prototype.deleteObject=function(a){if(null!==a)a["delete"]()}; +cc.prototype.fromWireType=function(a){function b(){return this.ke?Pb(this.Gd.ae,{Id:this.df,Fd:c,Od:this,Kd:a}):Pb(this.Gd.ae,{Id:this,Fd:a})}var c=this.Xe(a);if(!c)return this.ze(a),null;var e=Ob(this.Gd,c);if(void 0!==e){if(0===e.jd.count.value)return e.jd.Fd=c,e.jd.Kd=a,e.clone();e=e.clone();this.ze(a);return e}e=this.Gd.We(c);e=Jb[e];if(!e)return b.call(this);e=this.je?e.Qe:e.pointerType;var f=Db(c,this.Gd,e.Gd);return null===f?b.call(this):this.ke?Pb(e.Gd.ae,{Id:e,Fd:f,Od:this,Kd:a}):Pb(e.Gd.ae, +{Id:e,Fd:f})};nc=r.UnboundTypeError=function(a,b){var c=Tb(b,function(e){this.name=b;this.message=e;e=Error(e).stack;void 0!==e&&(this.stack=this.toString()+"\n"+e.replace(/^Error(:[^\n]*)?\n/,""))});c.prototype=Object.create(a.prototype);c.prototype.constructor=c;c.prototype.toString=function(){return void 0===this.message?this.name:`${this.name}: ${this.message}`};return c}(Error,"UnboundTypeError"); +Object.assign(uc.prototype,{get(a){return this.Rd[a]},has(a){return void 0!==this.Rd[a]},qe(a){var b=this.De.pop()||this.Rd.length;this.Rd[b]=a;return b},re(a){this.Rd[a]=void 0;this.De.push(a)}});vc.Rd.push({value:void 0},{value:null},{value:!0},{value:!1});vc.Ud=vc.Rd.length;r.count_emval_handles=function(){for(var a=0,b=vc.Ud;bKd;++Kd)rd.push(Array(Kd));var Ld=new Float32Array(288); +for(Kd=0;288>Kd;++Kd)Bd[Kd]=Ld.subarray(0,Kd+1);var Md=new Int32Array(288);for(Kd=0;288>Kd;++Kd)Cd[Kd]=Md.subarray(0,Kd+1); +var $d={H:function(a,b,c){(new fb(a)).Ud(b,c);gb=a;ib++;throw gb;},T:function(){return 0},tb:()=>{},vb:function(){return 0},rb:()=>{},wb:function(){},sb:()=>{},C:function(a){var b=lb[a];delete lb[a];var c=b.we,e=b.Sd,f=b.Ce,k=f.map(l=>l.$e).concat(f.map(l=>l.hf));tb([a],k,l=>{var m={};f.forEach((q,w)=>{var y=l[w],B=q.Ye,D=q.Ze,u=l[w+f.length],F=q.gf,H=q.jf;m[q.Ve]={read:T=>y.fromWireType(B(D,T)),write:(T,ca)=>{var Y=[];F(H,T,u.toWireType(Y,ca));mb(Y)}}});return[{name:b.name,fromWireType:function(q){var w= +{},y;for(y in m)w[y]=m[y].read(q);e(q);return w},toWireType:function(q,w){for(var y in m)if(!(y in w))throw new TypeError(`Missing field: "${y}"`);var B=c();for(y in m)m[y].write(B,w[y]);null!==q&&q.push(e,B);return B},argPackAdvance:8,readValueFromPointer:nb,Nd:e}]})},jb:function(){},Ab:function(a,b,c,e,f){var k=vb(c);b=P(b);ub(a,{name:b,fromWireType:function(l){return!!l},toWireType:function(l,m){return m?e:f},argPackAdvance:8,readValueFromPointer:function(l){if(1===c)var m=Ha;else if(2===c)m=Ia; +else if(4===c)m=K;else throw new TypeError("Unknown boolean type size: "+b);return this.fromWireType(m[l>>k])},Nd:null})},l:function(a,b,c,e,f,k,l,m,q,w,y,B,D){y=P(y);k=mc(f,k);m&&(m=mc(l,m));w&&(w=mc(q,w));D=mc(B,D);var u=Sb(y);Vb(u,function(){rc(`Cannot construct ${y} due to unbound types`,[e])});tb([a,b,c],e?[e]:[],function(F){F=F[0];if(e){var H=F.Gd;var T=H.ae}else T=Rb.prototype;F=Tb(u,function(){if(Object.getPrototypeOf(this)!==ca)throw new xb("Use 'new' to construct "+y);if(void 0===Y.Td)throw new xb(y+ +" has no accessible constructor");var Ma=Y.Td[arguments.length];if(void 0===Ma)throw new xb(`Tried to invoke ctor of ${y} with invalid number of parameters (${arguments.length}) - expected (${Object.keys(Y.Td).toString()}) parameters instead!`);return Ma.apply(this,arguments)});var ca=Object.create(T,{constructor:{value:F}});F.prototype=ca;var Y=new Wb(y,F,ca,D,H,k,m,w);Y.Ld&&(void 0===Y.Ld.ge&&(Y.Ld.ge=[]),Y.Ld.ge.push(Y));H=new cc(y,Y,!0,!1,!1);T=new cc(y+"*",Y,!1,!1,!1);var va=new cc(y+" const*", +Y,!1,!0,!1);Jb[a]={pointerType:T,Qe:va};dc(u,F);return[H,T,va]})},e:function(a,b,c,e,f,k,l){var m=tc(c,e);b=P(b);k=mc(f,k);tb([],[a],function(q){function w(){rc(`Cannot call ${y} due to unbound types`,m)}q=q[0];var y=`${q.name}.${b}`;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);var B=q.Gd.constructor;void 0===B[b]?(w.Yd=c-1,B[b]=w):(Ub(B,b,y),B[b].Jd[c-1]=w);tb([],m,function(D){D=[D[0],null].concat(D.slice(1));D=sc(y,D,null,k,l);void 0===B[b].Jd?(D.Yd=c-1,B[b]=D):B[b].Jd[c-1]=D;if(q.Gd.ge)for(const u of q.Gd.ge)u.constructor.hasOwnProperty(b)|| +(u.constructor[b]=D);return[]});return[]})},A:function(a,b,c,e,f,k){var l=tc(b,c);f=mc(e,f);tb([],[a],function(m){m=m[0];var q=`constructor ${m.name}`;void 0===m.Gd.Td&&(m.Gd.Td=[]);if(void 0!==m.Gd.Td[b-1])throw new xb(`Cannot register multiple constructors with identical number of parameters (${b-1}) for class '${m.name}'! Overload resolution is currently only performed using the parameter count, not actual type info!`);m.Gd.Td[b-1]=()=>{rc(`Cannot construct ${m.name} due to unbound types`,l)}; +tb([],l,function(w){w.splice(1,0,null);m.Gd.Td[b-1]=sc(q,w,null,f,k);return[]});return[]})},a:function(a,b,c,e,f,k,l,m){var q=tc(c,e);b=P(b);k=mc(f,k);tb([],[a],function(w){function y(){rc(`Cannot call ${B} due to unbound types`,q)}w=w[0];var B=`${w.name}.${b}`;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);m&&w.Gd.ef.push(b);var D=w.Gd.ae,u=D[b];void 0===u||void 0===u.Jd&&u.className!==w.name&&u.Yd===c-2?(y.Yd=c-2,y.className=w.name,D[b]=y):(Ub(D,b,B),D[b].Jd[c-2]=y);tb([],q,function(F){F=sc(B,F, +w,k,l);void 0===D[b].Jd?(F.Yd=c-2,D[b]=F):D[b].Jd[c-2]=F;return[]});return[]})},t:function(a,b,c){a=P(a);tb([],[b],function(e){e=e[0];r[a]=e.fromWireType(c);return[]})},zb:function(a,b){b=P(b);ub(a,{name:b,fromWireType:function(c){var e=xc(c);wc(c);return e},toWireType:function(c,e){return ac(e)},argPackAdvance:8,readValueFromPointer:nb,Nd:null})},i:function(a,b,c,e){function f(){}c=vb(c);b=P(b);f.values={};ub(a,{name:b,constructor:f,fromWireType:function(k){return this.constructor.values[k]},toWireType:function(k, +l){return l.value},argPackAdvance:8,readValueFromPointer:yc(b,c,e),Nd:null});Vb(b,f)},b:function(a,b,c){var e=zc(a,"enum");b=P(b);a=e.constructor;e=Object.create(e.constructor.prototype,{value:{value:c},constructor:{value:Tb(`${e.name}_${b}`,function(){})}});a.values[c]=e;a[b]=e},W:function(a,b,c){c=vb(c);b=P(b);ub(a,{name:b,fromWireType:function(e){return e},toWireType:function(e,f){return f},argPackAdvance:8,readValueFromPointer:Ac(b,c),Nd:null})},v:function(a,b,c,e,f,k){var l=tc(b,c);a=P(a);f= +mc(e,f);Vb(a,function(){rc(`Cannot call ${a} due to unbound types`,l)},b-1);tb([],l,function(m){m=[m[0],null].concat(m.slice(1));dc(a,sc(a,m,null,f,k),b-1);return[]})},E:function(a,b,c,e,f){b=P(b);-1===f&&(f=4294967295);f=vb(c);var k=m=>m;if(0===e){var l=32-8*c;k=m=>m<>>l}c=b.includes("unsigned")?function(m,q){return q>>>0}:function(m,q){return q};ub(a,{name:b,fromWireType:k,toWireType:c,argPackAdvance:8,readValueFromPointer:Bc(b,f,0!==e),Nd:null})},s:function(a,b,c){function e(k){k>>=2;var l= +L;return new f(l.buffer,l[k+1],l[k])}var f=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array][b];c=P(c);ub(a,{name:c,fromWireType:e,argPackAdvance:8,readValueFromPointer:e},{af:!0})},q:function(a,b,c,e,f,k,l,m,q,w,y,B){c=P(c);k=mc(f,k);m=mc(l,m);w=mc(q,w);B=mc(y,B);tb([a],[b],function(D){D=D[0];return[new cc(c,D.Gd,!1,!1,!0,D,e,k,m,w,B)]})},V:function(a,b){b=P(b);var c="std::string"===b;ub(a,{name:b,fromWireType:function(e){var f=L[e>>2],k=e+4;if(c)for(var l= +k,m=0;m<=f;++m){var q=k+m;if(m==f||0==C[q]){l=l?kb(C,l,q-l):"";if(void 0===w)var w=l;else w+=String.fromCharCode(0),w+=l;l=q+1}}else{w=Array(f);for(m=0;m>2]= +l;if(c&&k)ka(f,C,q,l+1);else if(k)for(k=0;kJa;var m=1}else 4===b&&(e=Gc,f=Hc,k=Ic,l=()=>L,m=2);ub(a,{name:c,fromWireType:function(q){for(var w=L[q>>2],y=l(),B,D=q+4,u=0;u<=w;++u){var F= +q+4+u*b;if(u==w||0==y[F>>m])D=e(D,F-D),void 0===B?B=D:(B+=String.fromCharCode(0),B+=D),D=F+b}qc(q);return B},toWireType:function(q,w){"string"!=typeof w&&Q(`Cannot pass non-string to C++ string type ${c}`);var y=k(w),B=wd(4+y+b);L[B>>2]=y>>m;f(w,B+4,y+b);null!==q&&q.push(qc,B);return B},argPackAdvance:8,readValueFromPointer:nb,Nd:function(q){qc(q)}})},D:function(a,b,c,e,f,k){lb[a]={name:P(b),we:mc(c,e),Sd:mc(f,k),Ce:[]}},d:function(a,b,c,e,f,k,l,m,q,w){lb[a].Ce.push({Ve:P(b),$e:c,Ye:mc(e,f),Ze:k, +hf:l,gf:mc(m,q),jf:w})},Bb:function(a,b){b=P(b);ub(a,{cf:!0,name:b,argPackAdvance:0,fromWireType:function(){},toWireType:function(){}})},yb:()=>!0,nb:()=>{throw Infinity;},F:function(a,b,c){a=xc(a);b=zc(b,"emval::as");var e=[],f=ac(e);L[c>>2]=f;return b.toWireType(e,a)},O:function(a,b,c,e,f){a=Lc[a];b=xc(b);c=Kc(c);var k=[];L[e>>2]=ac(k);return a(b,c,k,f)},u:function(a,b,c,e){a=Lc[a];b=xc(b);c=Kc(c);a(b,c,null,e)},c:wc,K:function(a){if(0===a)return ac(Mc());a=Kc(a);return ac(Mc()[a])},r:function(a, +b){var c=Oc(a,b),e=c[0];b=e.name+"_$"+c.slice(1).map(function(l){return l.name}).join("_")+"$";var f=Pc[b];if(void 0!==f)return f;var k=Array(a-1);f=Nc((l,m,q,w)=>{for(var y=0,B=0;B{Ea("")},xb:()=>performance.now(),ob:a=>{var b=C.length;a>>>=0;if(2147483648=c;c*=2){var e=b*(1+.2/c); +e=Math.min(e,a+100663296);var f=Math;e=Math.max(a,e);a:{f=f.min.call(f,2147483648,e+(65536-e%65536)%65536)-Fa.buffer.byteLength+65535>>>16;try{Fa.grow(f);La();var k=1;break a}catch(l){}k=void 0}if(k)return!0}return!1},eb:function(){return x?x.handle:0},pb:(a,b)=>{var c=0;nd().forEach(function(e,f){var k=b+c;f=L[a+4*f>>2]=k;for(k=0;k>0]=e.charCodeAt(k);Ha[f>>0]=0;c+=e.length+1});return 0},qb:(a,b)=>{var c=nd();L[a>>2]=c.length;var e=0;c.forEach(function(f){e+=f.length+1});L[b>> +2]=e;return 0},Cb:a=>{if(!noExitRuntime){if(r.onExit)r.onExit(a);Ga=!0}oa(a,new db(a))},U:()=>52,fb:function(){return 52},ub:()=>52,ib:function(){return 70},S:(a,b,c,e)=>{for(var f=0,k=0;k>2],m=L[b+4>>2];b+=8;for(var q=0;q>2]=f;return 0},Vc:function(a){S.activeTexture(a)},Wc:function(a,b){S.attachShader(Xc[a],$c[b])},Xc:function(a,b,c){S.bindAttribLocation(Xc[a],b,c?kb(C,c):"")},Yc:function(a, +b){35051==a?S.te=b:35052==a&&(S.Zd=b);S.bindBuffer(a,Wc[b])},_:function(a,b){S.bindFramebuffer(a,Yc[b])},Zb:function(a,b){S.bindRenderbuffer(a,Zc[b])},Jb:function(a,b){S.bindSampler(a,bd[b])},Zc:function(a,b){S.bindTexture(a,ea[b])},rc:pd,uc:pd,_c:function(a,b,c,e){S.blendColor(a,b,c,e)},$:function(a){S.blendEquation(a)},aa:function(a,b){S.blendFunc(a,b)},Tb:function(a,b,c,e,f,k,l,m,q,w){S.blitFramebuffer(a,b,c,e,f,k,l,m,q,w)},ba:function(a,b,c,e){2<=x.version?c&&b?S.bufferData(a,C,e,c,b):S.bufferData(a, +b,e):S.bufferData(a,c?C.subarray(c,c+b):b,e)},ca:function(a,b,c,e){2<=x.version?c&&S.bufferSubData(a,b,C,e,c):S.bufferSubData(a,b,C.subarray(e,e+c))},_b:function(a){return S.checkFramebufferStatus(a)},Q:function(a){S.clear(a)},Z:function(a,b,c,e){S.clearColor(a,b,c,e)},R:function(a){S.clearStencil(a)},lb:function(a,b,c,e){return S.clientWaitSync(cd[a],b,(c>>>0)+4294967296*e)},da:function(a,b,c,e){S.colorMask(!!a,!!b,!!c,!!e)},ea:function(a){S.compileShader($c[a])},fa:function(a,b,c,e,f,k,l,m){2<= +x.version?S.Zd||!l?S.compressedTexImage2D(a,b,c,e,f,k,l,m):S.compressedTexImage2D(a,b,c,e,f,k,C,m,l):S.compressedTexImage2D(a,b,c,e,f,k,m?C.subarray(m,m+l):null)},ga:function(a,b,c,e,f,k,l,m,q){2<=x.version?S.Zd||!m?S.compressedTexSubImage2D(a,b,c,e,f,k,l,m,q):S.compressedTexSubImage2D(a,b,c,e,f,k,l,C,q,m):S.compressedTexSubImage2D(a,b,c,e,f,k,l,q?C.subarray(q,q+m):null)},Rb:function(a,b,c,e,f){S.copyBufferSubData(a,b,c,e,f)},ha:function(a,b,c,e,f,k,l,m){S.copyTexSubImage2D(a,b,c,e,f,k,l,m)},ia:function(){var a= +da(Xc),b=S.createProgram();b.name=a;b.ne=b.le=b.me=0;b.ye=1;Xc[a]=b;return a},ja:function(a){var b=da($c);$c[b]=S.createShader(a);return b},ka:function(a){S.cullFace(a)},la:function(a,b){for(var c=0;c>2],f=Wc[e];f&&(S.deleteBuffer(f),f.name=0,Wc[e]=null,e==S.te&&(S.te=0),e==S.Zd&&(S.Zd=0))}},$b:function(a,b){for(var c=0;c>2],f=Yc[e];f&&(S.deleteFramebuffer(f),f.name=0,Yc[e]=null)}},ma:function(a){if(a){var b=Xc[a];b?(S.deleteProgram(b),b.name=0,Xc[a]=null): +R(1281)}},ac:function(a,b){for(var c=0;c>2],f=Zc[e];f&&(S.deleteRenderbuffer(f),f.name=0,Zc[e]=null)}},Kb:function(a,b){for(var c=0;c>2],f=bd[e];f&&(S.deleteSampler(f),f.name=0,bd[e]=null)}},na:function(a){if(a){var b=$c[a];b?(S.deleteShader(b),$c[a]=null):R(1281)}},Sb:function(a){if(a){var b=cd[a];b?(S.deleteSync(b),b.name=0,cd[a]=null):R(1281)}},oa:function(a,b){for(var c=0;c>2],f=ea[e];f&&(S.deleteTexture(f),f.name=0,ea[e]=null)}}, +sc:qd,vc:qd,pa:function(a){S.depthMask(!!a)},qa:function(a){S.disable(a)},ra:function(a){S.disableVertexAttribArray(a)},sa:function(a,b,c){S.drawArrays(a,b,c)},pc:function(a,b,c,e){S.drawArraysInstanced(a,b,c,e)},nc:function(a,b,c,e,f){S.Ae.drawArraysInstancedBaseInstanceWEBGL(a,b,c,e,f)},lc:function(a,b){for(var c=rd[a],e=0;e>2];S.drawBuffers(c)},ta:sd,qc:function(a,b,c,e,f){S.drawElementsInstanced(a,b,c,e,f)},oc:function(a,b,c,e,f,k,l){S.Ae.drawElementsInstancedBaseVertexBaseInstanceWEBGL(a, +b,c,e,f,k,l)},fc:function(a,b,c,e,f,k){sd(a,e,f,k)},ua:function(a){S.enable(a)},va:function(a){S.enableVertexAttribArray(a)},Pb:function(a,b){return(a=S.fenceSync(a,b))?(b=da(cd),a.name=b,cd[b]=a,b):0},wa:function(){S.finish()},xa:function(){S.flush()},bc:function(a,b,c,e){S.framebufferRenderbuffer(a,b,c,Zc[e])},cc:function(a,b,c,e,f){S.framebufferTexture2D(a,b,c,ea[e],f)},ya:function(a){S.frontFace(a)},za:function(a,b){td(a,b,"createBuffer",Wc)},dc:function(a,b){td(a,b,"createFramebuffer",Yc)},ec:function(a, +b){td(a,b,"createRenderbuffer",Zc)},Lb:function(a,b){td(a,b,"createSampler",bd)},Aa:function(a,b){td(a,b,"createTexture",ea)},tc:ud,wc:ud,Vb:function(a){S.generateMipmap(a)},Ba:function(a,b,c){c?K[c>>2]=S.getBufferParameter(a,b):R(1281)},Ca:function(){var a=S.getError()||hd;hd=0;return a},Da:function(a,b){vd(a,b,2)},Wb:function(a,b,c,e){a=S.getFramebufferAttachmentParameter(a,b,c);if(a instanceof WebGLRenderbuffer||a instanceof WebGLTexture)a=a.name|0;K[e>>2]=a},L:function(a,b){vd(a,b,0)},Ea:function(a, +b,c,e){a=S.getProgramInfoLog(Xc[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Fa:function(a,b,c){if(c)if(a>=Vc)R(1281);else if(a=Xc[a],35716==b)a=S.getProgramInfoLog(a),null===a&&(a="(unknown error)"),K[c>>2]=a.length+1;else if(35719==b){if(!a.ne)for(b=0;b>2]=a.ne}else if(35722==b){if(!a.le)for(b=0;b>2]=a.le}else if(35381==b){if(!a.me)for(b=0;b>2]=a.me}else K[c>>2]=S.getProgramParameter(a,b);else R(1281)},Xb:function(a,b,c){c?K[c>>2]=S.getRenderbufferParameter(a,b):R(1281)},Ga:function(a,b,c,e){a=S.getShaderInfoLog($c[a]);null===a&&(a="(unknown error)");b=0>2]=b)},Gb:function(a,b,c,e){a=S.getShaderPrecisionFormat(a,b);K[c>>2]=a.rangeMin;K[c+4>> +2]=a.rangeMax;K[e>>2]=a.precision},Ha:function(a,b,c){c?35716==b?(a=S.getShaderInfoLog($c[a]),null===a&&(a="(unknown error)"),K[c>>2]=a?a.length+1:0):35720==b?(a=S.getShaderSource($c[a]),K[c>>2]=a?a.length+1:0):K[c>>2]=S.getShaderParameter($c[a],b):R(1281)},P:function(a){var b=dd[a];if(!b){switch(a){case 7939:b=S.getSupportedExtensions()||[];b=b.concat(b.map(function(e){return"GL_"+e}));b=xd(b.join(" "));break;case 7936:case 7937:case 37445:case 37446:(b=S.getParameter(a))||R(1280);b=b&&xd(b);break; +case 7938:b=S.getParameter(7938);b=2<=x.version?"OpenGL ES 3.0 ("+b+")":"OpenGL ES 2.0 ("+b+")";b=xd(b);break;case 35724:b=S.getParameter(35724);var c=b.match(/^WebGL GLSL ES ([0-9]\.[0-9][0-9]?)(?:$| .*)/);null!==c&&(3==c[1].length&&(c[1]+="0"),b="OpenGL ES GLSL ES "+c[1]+" ("+b+")");b=xd(b);break;default:R(1280)}dd[a]=b}return b},cb:function(a,b){if(2>x.version)return R(1282),0;var c=ed[a];if(c)return 0>b||b>=c.length?(R(1281),0):c[b];switch(a){case 7939:return c=S.getSupportedExtensions()||[], +c=c.concat(c.map(function(e){return"GL_"+e})),c=c.map(function(e){return xd(e)}),c=ed[a]=c,0>b||b>=c.length?(R(1281),0):c[b];default:return R(1280),0}},Ia:function(a,b){b=b?kb(C,b):"";if(a=Xc[a]){var c=a,e=c.ee,f=c.Ie,k;if(!e)for(c.ee=e={},c.He={},k=0;k>>0,f=b.slice(0, +k));if((f=a.Ie[f])&&e>2];S.invalidateFramebuffer(a,e)},Ib:function(a,b,c,e,f,k,l){for(var m=rd[b],q=0;q>2];S.invalidateSubFramebuffer(a,m,e,f,k,l)},Qb:function(a){return S.isSync(cd[a])},Ja:function(a){return(a=ea[a])?S.isTexture(a):0},Ka:function(a){S.lineWidth(a)},La:function(a){a=Xc[a];S.linkProgram(a);a.ee=0;a.Ie={}},jc:function(a, +b,c,e,f,k){S.Ee.multiDrawArraysInstancedBaseInstanceWEBGL(a,K,b>>2,K,c>>2,K,e>>2,L,f>>2,k)},kc:function(a,b,c,e,f,k,l,m){S.Ee.multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(a,K,b>>2,c,K,e>>2,K,f>>2,K,k>>2,L,l>>2,m)},Ma:function(a,b){3317==a&&(gd=b);S.pixelStorei(a,b)},mc:function(a){S.readBuffer(a)},Na:function(a,b,c,e,f,k,l){if(2<=x.version)if(S.te)S.readPixels(a,b,c,e,f,k,l);else{var m=zd(k);S.readPixels(a,b,c,e,f,k,m,l>>31-Math.clz32(m.BYTES_PER_ELEMENT))}else(l=Ad(k,f,c,e,l))?S.readPixels(a, +b,c,e,f,k,l):R(1280)},Yb:function(a,b,c,e){S.renderbufferStorage(a,b,c,e)},Ub:function(a,b,c,e,f){S.renderbufferStorageMultisample(a,b,c,e,f)},Mb:function(a,b,c){S.samplerParameterf(bd[a],b,c)},Nb:function(a,b,c){S.samplerParameteri(bd[a],b,c)},Ob:function(a,b,c){S.samplerParameteri(bd[a],b,K[c>>2])},Oa:function(a,b,c,e){S.scissor(a,b,c,e)},Pa:function(a,b,c,e){for(var f="",k=0;k>2]:-1,m=K[c+4*k>>2];l=m?kb(C,m,0>l?void 0:l):"";f+=l}S.shaderSource($c[a],f)},Qa:function(a,b, +c){S.stencilFunc(a,b,c)},Ra:function(a,b,c,e){S.stencilFuncSeparate(a,b,c,e)},Sa:function(a){S.stencilMask(a)},Ta:function(a,b){S.stencilMaskSeparate(a,b)},Ua:function(a,b,c){S.stencilOp(a,b,c)},Va:function(a,b,c,e){S.stencilOpSeparate(a,b,c,e)},Wa:function(a,b,c,e,f,k,l,m,q){if(2<=x.version)if(S.Zd)S.texImage2D(a,b,c,e,f,k,l,m,q);else if(q){var w=zd(m);S.texImage2D(a,b,c,e,f,k,l,m,w,q>>31-Math.clz32(w.BYTES_PER_ELEMENT))}else S.texImage2D(a,b,c,e,f,k,l,m,null);else S.texImage2D(a,b,c,e,f,k,l,m,q? +Ad(m,l,e,f,q):null)},Xa:function(a,b,c){S.texParameterf(a,b,c)},Ya:function(a,b,c){S.texParameterf(a,b,N[c>>2])},Za:function(a,b,c){S.texParameteri(a,b,c)},_a:function(a,b,c){S.texParameteri(a,b,K[c>>2])},gc:function(a,b,c,e,f){S.texStorage2D(a,b,c,e,f)},$a:function(a,b,c,e,f,k,l,m,q){if(2<=x.version)if(S.Zd)S.texSubImage2D(a,b,c,e,f,k,l,m,q);else if(q){var w=zd(m);S.texSubImage2D(a,b,c,e,f,k,l,m,w,q>>31-Math.clz32(w.BYTES_PER_ELEMENT))}else S.texSubImage2D(a,b,c,e,f,k,l,m,null);else w=null,q&&(w= +Ad(m,l,f,k,q)),S.texSubImage2D(a,b,c,e,f,k,l,m,w)},ab:function(a,b){S.uniform1f(W(a),b)},bb:function(a,b,c){if(2<=x.version)b&&S.uniform1fv(W(a),N,c>>2,b);else{if(288>=b)for(var e=Bd[b-1],f=0;f>2];else e=N.subarray(c>>2,c+4*b>>2);S.uniform1fv(W(a),e)}},Rc:function(a,b){S.uniform1i(W(a),b)},Sc:function(a,b,c){if(2<=x.version)b&&S.uniform1iv(W(a),K,c>>2,b);else{if(288>=b)for(var e=Cd[b-1],f=0;f>2];else e=K.subarray(c>>2,c+4*b>>2);S.uniform1iv(W(a),e)}},Tc:function(a, +b,c){S.uniform2f(W(a),b,c)},Uc:function(a,b,c){if(2<=x.version)b&&S.uniform2fv(W(a),N,c>>2,2*b);else{if(144>=b)for(var e=Bd[2*b-1],f=0;f<2*b;f+=2)e[f]=N[c+4*f>>2],e[f+1]=N[c+(4*f+4)>>2];else e=N.subarray(c>>2,c+8*b>>2);S.uniform2fv(W(a),e)}},Qc:function(a,b,c){S.uniform2i(W(a),b,c)},Pc:function(a,b,c){if(2<=x.version)b&&S.uniform2iv(W(a),K,c>>2,2*b);else{if(144>=b)for(var e=Cd[2*b-1],f=0;f<2*b;f+=2)e[f]=K[c+4*f>>2],e[f+1]=K[c+(4*f+4)>>2];else e=K.subarray(c>>2,c+8*b>>2);S.uniform2iv(W(a),e)}},Oc:function(a, +b,c,e){S.uniform3f(W(a),b,c,e)},Nc:function(a,b,c){if(2<=x.version)b&&S.uniform3fv(W(a),N,c>>2,3*b);else{if(96>=b)for(var e=Bd[3*b-1],f=0;f<3*b;f+=3)e[f]=N[c+4*f>>2],e[f+1]=N[c+(4*f+4)>>2],e[f+2]=N[c+(4*f+8)>>2];else e=N.subarray(c>>2,c+12*b>>2);S.uniform3fv(W(a),e)}},Mc:function(a,b,c,e){S.uniform3i(W(a),b,c,e)},Lc:function(a,b,c){if(2<=x.version)b&&S.uniform3iv(W(a),K,c>>2,3*b);else{if(96>=b)for(var e=Cd[3*b-1],f=0;f<3*b;f+=3)e[f]=K[c+4*f>>2],e[f+1]=K[c+(4*f+4)>>2],e[f+2]=K[c+(4*f+8)>>2];else e= +K.subarray(c>>2,c+12*b>>2);S.uniform3iv(W(a),e)}},Kc:function(a,b,c,e,f){S.uniform4f(W(a),b,c,e,f)},Jc:function(a,b,c){if(2<=x.version)b&&S.uniform4fv(W(a),N,c>>2,4*b);else{if(72>=b){var e=Bd[4*b-1],f=N;c>>=2;for(var k=0;k<4*b;k+=4){var l=c+k;e[k]=f[l];e[k+1]=f[l+1];e[k+2]=f[l+2];e[k+3]=f[l+3]}}else e=N.subarray(c>>2,c+16*b>>2);S.uniform4fv(W(a),e)}},xc:function(a,b,c,e,f){S.uniform4i(W(a),b,c,e,f)},yc:function(a,b,c){if(2<=x.version)b&&S.uniform4iv(W(a),K,c>>2,4*b);else{if(72>=b)for(var e=Cd[4*b- +1],f=0;f<4*b;f+=4)e[f]=K[c+4*f>>2],e[f+1]=K[c+(4*f+4)>>2],e[f+2]=K[c+(4*f+8)>>2],e[f+3]=K[c+(4*f+12)>>2];else e=K.subarray(c>>2,c+16*b>>2);S.uniform4iv(W(a),e)}},zc:function(a,b,c,e){if(2<=x.version)b&&S.uniformMatrix2fv(W(a),!!c,N,e>>2,4*b);else{if(72>=b)for(var f=Bd[4*b-1],k=0;k<4*b;k+=4)f[k]=N[e+4*k>>2],f[k+1]=N[e+(4*k+4)>>2],f[k+2]=N[e+(4*k+8)>>2],f[k+3]=N[e+(4*k+12)>>2];else f=N.subarray(e>>2,e+16*b>>2);S.uniformMatrix2fv(W(a),!!c,f)}},Ac:function(a,b,c,e){if(2<=x.version)b&&S.uniformMatrix3fv(W(a), +!!c,N,e>>2,9*b);else{if(32>=b)for(var f=Bd[9*b-1],k=0;k<9*b;k+=9)f[k]=N[e+4*k>>2],f[k+1]=N[e+(4*k+4)>>2],f[k+2]=N[e+(4*k+8)>>2],f[k+3]=N[e+(4*k+12)>>2],f[k+4]=N[e+(4*k+16)>>2],f[k+5]=N[e+(4*k+20)>>2],f[k+6]=N[e+(4*k+24)>>2],f[k+7]=N[e+(4*k+28)>>2],f[k+8]=N[e+(4*k+32)>>2];else f=N.subarray(e>>2,e+36*b>>2);S.uniformMatrix3fv(W(a),!!c,f)}},Bc:function(a,b,c,e){if(2<=x.version)b&&S.uniformMatrix4fv(W(a),!!c,N,e>>2,16*b);else{if(18>=b){var f=Bd[16*b-1],k=N;e>>=2;for(var l=0;l<16*b;l+=16){var m=e+l;f[l]= +k[m];f[l+1]=k[m+1];f[l+2]=k[m+2];f[l+3]=k[m+3];f[l+4]=k[m+4];f[l+5]=k[m+5];f[l+6]=k[m+6];f[l+7]=k[m+7];f[l+8]=k[m+8];f[l+9]=k[m+9];f[l+10]=k[m+10];f[l+11]=k[m+11];f[l+12]=k[m+12];f[l+13]=k[m+13];f[l+14]=k[m+14];f[l+15]=k[m+15]}}else f=N.subarray(e>>2,e+64*b>>2);S.uniformMatrix4fv(W(a),!!c,f)}},Cc:function(a){a=Xc[a];S.useProgram(a);S.Re=a},Dc:function(a,b){S.vertexAttrib1f(a,b)},Ec:function(a,b){S.vertexAttrib2f(a,N[b>>2],N[b+4>>2])},Fc:function(a,b){S.vertexAttrib3f(a,N[b>>2],N[b+4>>2],N[b+8>>2])}, +Gc:function(a,b){S.vertexAttrib4f(a,N[b>>2],N[b+4>>2],N[b+8>>2],N[b+12>>2])},hc:function(a,b){S.vertexAttribDivisor(a,b)},ic:function(a,b,c,e,f){S.vertexAttribIPointer(a,b,c,e,f)},Hc:function(a,b,c,e,f,k){S.vertexAttribPointer(a,b,c,!!e,f,k)},Ic:function(a,b,c,e){S.viewport(a,b,c,e)},kb:function(a,b,c,e){S.waitSync(cd[a],b,(c>>>0)+4294967296*e)},o:Nd,n:Od,j:Pd,N:Qd,Y:Rd,X:Sd,x:Td,y:Ud,p:Vd,w:Wd,Db:Xd,Eb:Yd,Fb:Zd,mb:(a,b,c,e)=>Hd(a,b,c,e)}; +(function(){function a(c){G=c=c.exports;Fa=G.$c;La();Na=G.bd;Pa.unshift(G.ad);Ua--;r.monitorRunDependencies&&r.monitorRunDependencies(Ua);if(0==Ua&&(null!==Va&&(clearInterval(Va),Va=null),Wa)){var e=Wa;Wa=null;e()}return c}var b={a:$d};Ua++;r.monitorRunDependencies&&r.monitorRunDependencies(Ua);if(r.instantiateWasm)try{return r.instantiateWasm(b,a)}catch(c){Ca("Module.instantiateWasm callback failed with error: "+c),ba(c)}cb(b,function(c){a(c.instance)}).catch(ba);return{}})(); +var qc=r._free=a=>(qc=r._free=G.cd)(a),wd=r._malloc=a=>(wd=r._malloc=G.dd)(a),pc=a=>(pc=G.ed)(a);r.__embind_initialize_bindings=()=>(r.__embind_initialize_bindings=G.fd)();var ae=(a,b)=>(ae=G.gd)(a,b),be=()=>(be=G.hd)(),ce=a=>(ce=G.id)(a);r.dynCall_viji=(a,b,c,e,f)=>(r.dynCall_viji=G.kd)(a,b,c,e,f);r.dynCall_vijiii=(a,b,c,e,f,k,l)=>(r.dynCall_vijiii=G.ld)(a,b,c,e,f,k,l);r.dynCall_viiiiij=(a,b,c,e,f,k,l,m)=>(r.dynCall_viiiiij=G.md)(a,b,c,e,f,k,l,m);r.dynCall_jii=(a,b,c)=>(r.dynCall_jii=G.nd)(a,b,c); +r.dynCall_vij=(a,b,c,e)=>(r.dynCall_vij=G.od)(a,b,c,e);r.dynCall_iiij=(a,b,c,e,f)=>(r.dynCall_iiij=G.pd)(a,b,c,e,f);r.dynCall_iiiij=(a,b,c,e,f,k)=>(r.dynCall_iiiij=G.qd)(a,b,c,e,f,k);r.dynCall_viij=(a,b,c,e,f)=>(r.dynCall_viij=G.rd)(a,b,c,e,f);r.dynCall_viiij=(a,b,c,e,f,k)=>(r.dynCall_viiij=G.sd)(a,b,c,e,f,k);r.dynCall_ji=(a,b)=>(r.dynCall_ji=G.td)(a,b);r.dynCall_iij=(a,b,c,e)=>(r.dynCall_iij=G.ud)(a,b,c,e);r.dynCall_jiiiiii=(a,b,c,e,f,k,l)=>(r.dynCall_jiiiiii=G.vd)(a,b,c,e,f,k,l); +r.dynCall_jiiiiji=(a,b,c,e,f,k,l,m)=>(r.dynCall_jiiiiji=G.wd)(a,b,c,e,f,k,l,m);r.dynCall_iijj=(a,b,c,e,f,k)=>(r.dynCall_iijj=G.xd)(a,b,c,e,f,k);r.dynCall_jiji=(a,b,c,e,f)=>(r.dynCall_jiji=G.yd)(a,b,c,e,f);r.dynCall_viijii=(a,b,c,e,f,k,l)=>(r.dynCall_viijii=G.zd)(a,b,c,e,f,k,l);r.dynCall_iiiiij=(a,b,c,e,f,k,l)=>(r.dynCall_iiiiij=G.Ad)(a,b,c,e,f,k,l);r.dynCall_iiiiijj=(a,b,c,e,f,k,l,m,q)=>(r.dynCall_iiiiijj=G.Bd)(a,b,c,e,f,k,l,m,q); +r.dynCall_iiiiiijj=(a,b,c,e,f,k,l,m,q,w)=>(r.dynCall_iiiiiijj=G.Cd)(a,b,c,e,f,k,l,m,q,w);function Wd(a,b,c,e,f){var k=be();try{Na.get(a)(b,c,e,f)}catch(l){ce(k);if(l!==l+0)throw l;ae(1,0)}}function Od(a,b,c){var e=be();try{return Na.get(a)(b,c)}catch(f){ce(e);if(f!==f+0)throw f;ae(1,0)}}function Ud(a,b,c){var e=be();try{Na.get(a)(b,c)}catch(f){ce(e);if(f!==f+0)throw f;ae(1,0)}}function Nd(a,b){var c=be();try{return Na.get(a)(b)}catch(e){ce(c);if(e!==e+0)throw e;ae(1,0)}} +function Td(a,b){var c=be();try{Na.get(a)(b)}catch(e){ce(c);if(e!==e+0)throw e;ae(1,0)}}function Pd(a,b,c,e){var f=be();try{return Na.get(a)(b,c,e)}catch(k){ce(f);if(k!==k+0)throw k;ae(1,0)}}function Zd(a,b,c,e,f,k,l,m,q,w){var y=be();try{Na.get(a)(b,c,e,f,k,l,m,q,w)}catch(B){ce(y);if(B!==B+0)throw B;ae(1,0)}}function Vd(a,b,c,e){var f=be();try{Na.get(a)(b,c,e)}catch(k){ce(f);if(k!==k+0)throw k;ae(1,0)}} +function Yd(a,b,c,e,f,k,l){var m=be();try{Na.get(a)(b,c,e,f,k,l)}catch(q){ce(m);if(q!==q+0)throw q;ae(1,0)}}function Qd(a,b,c,e,f){var k=be();try{return Na.get(a)(b,c,e,f)}catch(l){ce(k);if(l!==l+0)throw l;ae(1,0)}}function Rd(a,b,c,e,f,k,l){var m=be();try{return Na.get(a)(b,c,e,f,k,l)}catch(q){ce(m);if(q!==q+0)throw q;ae(1,0)}}function Xd(a,b,c,e,f,k){var l=be();try{Na.get(a)(b,c,e,f,k)}catch(m){ce(l);if(m!==m+0)throw m;ae(1,0)}} +function Sd(a,b,c,e,f,k,l,m,q,w){var y=be();try{return Na.get(a)(b,c,e,f,k,l,m,q,w)}catch(B){ce(y);if(B!==B+0)throw B;ae(1,0)}}var de;Wa=function ee(){de||fe();de||(Wa=ee)}; +function fe(){function a(){if(!de&&(de=!0,r.calledRun=!0,!Ga)){eb(Pa);aa(r);if(r.onRuntimeInitialized)r.onRuntimeInitialized();if(r.postRun)for("function"==typeof r.postRun&&(r.postRun=[r.postRun]);r.postRun.length;){var b=r.postRun.shift();Qa.unshift(b)}eb(Qa)}}if(!(0 CanvasKitInit); diff --git a/canvaskit/chromium/canvaskit.wasm b/canvaskit/chromium/canvaskit.wasm new file mode 100644 index 0000000..2be39c7 Binary files /dev/null and b/canvaskit/chromium/canvaskit.wasm differ diff --git a/canvaskit/skwasm.js b/canvaskit/skwasm.js new file mode 100644 index 0000000..4833fcf --- /dev/null +++ b/canvaskit/skwasm.js @@ -0,0 +1,169 @@ + +var skwasm = (() => { + var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; + if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename; + return ( +function(moduleArg = {}) { + +function aa(){d.buffer!=h.buffer&&k();return h}function p(){d.buffer!=h.buffer&&k();return ca}function q(){d.buffer!=h.buffer&&k();return da}function t(){d.buffer!=h.buffer&&k();return ea}function v(){d.buffer!=h.buffer&&k();return fa}function ha(){d.buffer!=h.buffer&&k();return ia}var w=moduleArg,ja,ka;w.ready=new Promise((a,b)=>{ja=a;ka=b}); +var la=Object.assign({},w),ma="./this.program",na=(a,b)=>{throw b;},oa="object"==typeof window,pa="function"==typeof importScripts,x="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,A=w.ENVIRONMENT_IS_PTHREAD||!1,C="";function qa(a){return w.locateFile?w.locateFile(a,C):C+a}var ra,sa,ta; +if(x){var fs=require("fs"),ua=require("path");C=pa?ua.dirname(C)+"/":__dirname+"/";ra=(b,c)=>{b=b.startsWith("file://")?new URL(b):ua.normalize(b);return fs.readFileSync(b,c?void 0:"utf8")};ta=b=>{b=ra(b,!0);b.buffer||(b=new Uint8Array(b));return b};sa=(b,c,e,f=!0)=>{b=b.startsWith("file://")?new URL(b):ua.normalize(b);fs.readFile(b,f?void 0:"utf8",(g,l)=>{g?e(g):c(f?l.buffer:l)})};!w.thisProgram&&1{process.exitCode= +b;throw c;};w.inspect=()=>"[Emscripten Module object]";let a;try{a=require("worker_threads")}catch(b){throw console.error('The "worker_threads" module is not supported in this node.js build - perhaps a newer version is needed?'),b;}global.Worker=a.Worker}else if(oa||pa)pa?C=self.location.href:"undefined"!=typeof document&&document.currentScript&&(C=document.currentScript.src),_scriptDir&&(C=_scriptDir),0!==C.indexOf("blob:")?C=C.substr(0,C.replace(/[?#].*/,"").lastIndexOf("/")+1):C="",x||(ra=a=>{var b= +new XMLHttpRequest;b.open("GET",a,!1);b.send(null);return b.responseText},pa&&(ta=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.responseType="arraybuffer";b.send(null);return new Uint8Array(b.response)}),sa=(a,b,c)=>{var e=new XMLHttpRequest;e.open("GET",a,!0);e.responseType="arraybuffer";e.onload=()=>{200==e.status||0==e.status&&e.response?b(e.response):c()};e.onerror=c;e.send(null)});x&&"undefined"==typeof performance&&(global.performance=require("perf_hooks").performance); +var va=console.log.bind(console),wa=console.error.bind(console);x&&(va=(...a)=>fs.writeSync(1,a.join(" ")+"\n"),wa=(...a)=>fs.writeSync(2,a.join(" ")+"\n"));var xa=w.print||va,D=w.printErr||wa;Object.assign(w,la);la=null;w.thisProgram&&(ma=w.thisProgram);w.quit&&(na=w.quit);var ya;w.wasmBinary&&(ya=w.wasmBinary);var noExitRuntime=w.noExitRuntime||!0;"object"!=typeof WebAssembly&&za("no native wasm support detected");var d,F,Aa,Ba=!1,Ca,h,ca,Da,Ea,da,ea,fa,ia; +function k(){var a=d.buffer;w.HEAP8=h=new Int8Array(a);w.HEAP16=Da=new Int16Array(a);w.HEAP32=da=new Int32Array(a);w.HEAPU8=ca=new Uint8Array(a);w.HEAPU16=Ea=new Uint16Array(a);w.HEAPU32=ea=new Uint32Array(a);w.HEAPF32=fa=new Float32Array(a);w.HEAPF64=ia=new Float64Array(a)}var Fa=w.INITIAL_MEMORY||16777216;65536<=Fa||za("INITIAL_MEMORY should be larger than STACK_SIZE, was "+Fa+"! (STACK_SIZE=65536)"); +if(A)d=w.wasmMemory;else if(w.wasmMemory)d=w.wasmMemory;else if(d=new WebAssembly.Memory({initial:Fa/65536,maximum:32768,shared:!0}),!(d.buffer instanceof SharedArrayBuffer))throw D("requested a shared WebAssembly.Memory but the returned buffer is not a SharedArrayBuffer, indicating that while the browser has SharedArrayBuffer it does not have WebAssembly threads support - you may need to set a flag"),x&&D("(on node you may need: --experimental-wasm-threads --experimental-wasm-bulk-memory and/or recent version)"), +Error("bad memory");k();Fa=d.buffer.byteLength;var G,Ga=[],Ha=[],Ia=[],Ja=0;function Ka(){return noExitRuntime||0{if(!b.ok)throw"failed to load wasm binary file at '"+a+"'";return b.arrayBuffer()}).catch(()=>Ra(a));if(sa)return new Promise((b,c)=>{sa(a,e=>b(new Uint8Array(e)),c)})}return Promise.resolve().then(()=>Ra(a))}function Ta(a,b,c){return Sa(a).then(e=>WebAssembly.instantiate(e,b)).then(e=>e).then(c,e=>{D("failed to asynchronously prepare wasm: "+e);za(e)})} +function Ua(a,b){var c=Qa;return ya||"function"!=typeof WebAssembly.instantiateStreaming||Pa(c)||c.startsWith("file://")||x||"function"!=typeof fetch?Ta(c,a,b):fetch(c,{credentials:"same-origin"}).then(e=>WebAssembly.instantiateStreaming(e,a).then(b,function(f){D("wasm streaming compile failed: "+f);D("falling back to ArrayBuffer instantiation");return Ta(c,a,b)}))}function Va(a){this.name="ExitStatus";this.message=`Program terminated with exit(${a})`;this.status=a} +function Wa(a){a.terminate();a.onmessage=()=>{}}function Xa(a){(a=I.g[a])||za();I.va(a)}function Ya(a){var b=I.la();if(!b)return 6;I.u.push(b);I.g[a.m]=b;b.m=a.m;var c={cmd:"run",start_routine:a.wa,arg:a.ia,pthread_ptr:a.m};c.D=a.D;c.P=a.P;x&&b.unref();b.postMessage(c,a.Da);return 0} +var Za="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0,$a=(a,b,c)=>{var e=b+c;for(c=b;a[c]&&!(c>=e);)++c;if(16f?e+=String.fromCharCode(f):(f-=65536,e+=String.fromCharCode(55296|f>>10,56320|f&1023))}}else e+=String.fromCharCode(f)}return e}, +J=(a,b)=>a?$a(p(),a,b):"";function ab(a){if(A)return K(1,1,a);Ca=a;if(!Ka()){I.ya();if(w.onExit)w.onExit(a);Ba=!0}na(a,new Va(a))} +var cb=a=>{Ca=a;if(A)throw bb(a),"unwind";ab(a)},I={o:[],u:[],fa:[],g:{},O:function(){A?I.qa():I.pa()},pa:function(){for(var a=1;a--;)I.V();Ga.unshift(()=>{Na();I.sa(()=>Oa())})},qa:function(){I.receiveObjectTransfer=I.ua;I.threadInitTLS=I.ea;I.setExitStatus=I.da;noExitRuntime=!1},da:function(a){Ca=a},Ka:["$terminateWorker"],ya:function(){for(var a of I.u)Wa(a);for(a of I.o)Wa(a);I.o=[];I.u=[];I.g=[]},va:function(a){var b=a.m;delete I.g[b];I.o.push(a);I.u.splice(I.u.indexOf(a),1);a.m=0;db(b)},ua:function(a){"undefined"!= +typeof eb&&(Object.assign(L,a.P),!w.canvas&&a.D&&L[a.D]&&(w.canvas=L[a.D].F,w.canvas.id=a.D))},ea:function(){I.fa.forEach(a=>a())},$:a=>new Promise(b=>{a.onmessage=g=>{g=g.data;var l=g.cmd;if(g.targetThread&&g.targetThread!=fb()){var n=I.g[g.Ja];n?n.postMessage(g,g.transferList):D('Internal error! Worker sent a message "'+l+'" to target pthread '+g.targetThread+", but that thread no longer exists!")}else if("checkMailbox"===l)gb();else if("spawnThread"===l)Ya(g);else if("cleanupThread"===l)Xa(g.thread); +else if("killThread"===l)g=g.thread,l=I.g[g],delete I.g[g],Wa(l),db(g),I.u.splice(I.u.indexOf(l),1),l.m=0;else if("cancelThread"===l)I.g[g.thread].postMessage({cmd:"cancel"});else if("loaded"===l)a.loaded=!0,x&&!a.m&&a.unref(),b(a);else if("alert"===l)alert("Thread "+g.threadId+": "+g.text);else if("setimmediate"===g.target)a.postMessage(g);else if("callHandler"===l)w[g.handler](...g.args);else l&&D("worker sent an unknown command "+l)};a.onerror=g=>{D("worker sent an error! "+g.filename+":"+g.lineno+ +": "+g.message);throw g;};x&&(a.on("message",function(g){a.onmessage({data:g})}),a.on("error",function(g){a.onerror(g)}));var c=[],e=["onExit","onAbort","print","printErr"],f;for(f of e)w.hasOwnProperty(f)&&c.push(f);a.postMessage({cmd:"load",handlers:c,urlOrBlob:w.mainScriptUrlOrBlob||_scriptDir,wasmMemory:d,wasmModule:Aa})}),sa:function(a){if(A)return a();Promise.all(I.o.map(I.$)).then(a)},V:function(){var a=qa("skwasm.worker.js");a=new Worker(a);I.o.push(a)},la:function(){0==I.o.length&&(I.V(), +I.$(I.o[0]));return I.o.pop()}};w.PThread=I;var hb=a=>{for(;0>2];a=q()[a+56>>2];ib(b,b-a);M(b)};function bb(a){if(A)return K(2,0,a);cb(a)}w.invokeEntryPoint=function(a,b){a=G.get(a)(b);Ka()?I.da(a):jb(a)};function kb(a){this.C=a-24;this.ta=function(b){t()[this.C+4>>2]=b};this.ra=function(b){t()[this.C+8>>2]=b};this.O=function(b,c){this.ma();this.ta(b);this.ra(c)};this.ma=function(){t()[this.C+16>>2]=0}}var lb=0,mb=0; +function nb(a,b,c,e){return A?K(3,1,a,b,c,e):ob(a,b,c,e)} +function ob(a,b,c,e){if("undefined"==typeof SharedArrayBuffer)return D("Current environment does not support SharedArrayBuffer, pthreads are not available!"),6;var f=[],g=0,l=b?t()[b+40>>2]:0;4294967295==l?l="#canvas":l&&(l=J(l).trim());l&&(l=l.split(","));var n={},r=w.canvas?w.canvas.id:"",u;for(u in l){var y=l[u].trim();try{if("#canvas"==y){if(!w.canvas){D('pthread_create: could not find canvas with ID "'+y+'" to transfer to thread!');g=28;break}y=w.canvas.id}if(L[y]){var V=L[y];L[y]=null;w.canvas instanceof +OffscreenCanvas&&y===w.canvas.id&&(w.canvas=null)}else if(!A){var E=w.canvas&&w.canvas.id===y?w.canvas:document.querySelector(y);if(!E){D('pthread_create: could not find canvas with ID "'+y+'" to transfer to thread!');g=28;break}if(E.W){D('pthread_create: cannot transfer canvas with ID "'+y+'" to thread, since the current thread does not have control over it!');g=63;break}if(E.transferControlToOffscreen)E.h||(E.h=pb(12),q()[E.h>>2]=E.width,q()[E.h+4>>2]=E.height,q()[E.h+8>>2]=0),V={F:E.transferControlToOffscreen(), +h:E.h,id:E.id},E.W=!0;else return D('pthread_create: cannot transfer control of canvas "'+y+'" to pthread, because current browser does not support OffscreenCanvas!'),D("pthread_create: Build with -sOFFSCREEN_FRAMEBUFFER to enable fallback proxying of GL commands from pthread to main thread."),52}V&&(f.push(V.F),n[V.id]=V)}catch(m){return D('pthread_create: failed to transfer control of canvas "'+y+'" to OffscreenCanvas! Error: '+m),28}}if(A&&(0===f.length||g))return nb(a,b,c,e);if(g)return g;for(E of Object.values(n))q()[E.h+ +8>>2]=a;a={wa:c,m:a,ia:e,D:r,P:n,Da:f};return A?(a.Fa="spawnThread",postMessage(a,f),0):Ya(a)}function qb(a,b,c){return A?K(4,1,a,b,c):0}function rb(a,b){if(A)return K(5,1,a,b)}function sb(a,b,c){return A?K(6,1,a,b,c):0}function tb(a,b,c,e){if(A)return K(7,1,a,b,c,e)}var ub=a=>{if(!Ba)try{if(a(),!Ka())try{A?jb(Ca):cb(Ca)}catch(b){b instanceof Va||"unwind"==b||na(1,b)}}catch(b){b instanceof Va||"unwind"==b||na(1,b)}}; +function vb(a){"function"===typeof Atomics.Ea&&(Atomics.Ea(q(),a>>2,a).value.then(gb),a+=128,Atomics.store(q(),a>>2,1))}w.__emscripten_thread_mailbox_await=vb;function gb(){var a=fb();a&&(vb(a),ub(()=>wb()))}w.checkMailbox=gb; +var xb=a=>{var b=N();a=a();M(b);return a},yb=a=>{for(var b=0,c=0;c=e?b++:2047>=e?b+=2:55296<=e&&57343>=e?(b+=4,++c):b+=3}return b},zb=(a,b,c,e)=>{if(!(0=l){var n=a.charCodeAt(++g);l=65536+((l&1023)<<10)|n&1023}if(127>=l){if(c>=e)break;b[c++]=l}else{if(2047>=l){if(c+1>=e)break;b[c++]=192|l>>6}else{if(65535>=l){if(c+2>=e)break;b[c++]=224|l>>12}else{if(c+3>=e)break; +b[c++]=240|l>>18;b[c++]=128|l>>12&63}b[c++]=128|l>>6&63}b[c++]=128|l&63}}b[c]=0;return c-f},Ab=a=>{var b=yb(a)+1,c=pb(b);c&&zb(a,p(),c,b);return c};function Bb(a,b,c,e){b=b?J(b):"";xb(function(){var f=Cb(12),g=0;b&&(g=Ab(b));q()[f>>2]=g;q()[f+4>>2]=c;q()[f+8>>2]=e;Db(a,654311424,0,g,f)})} +function Eb(a){var b=a.getExtension("ANGLE_instanced_arrays");b&&(a.vertexAttribDivisor=function(c,e){b.vertexAttribDivisorANGLE(c,e)},a.drawArraysInstanced=function(c,e,f,g){b.drawArraysInstancedANGLE(c,e,f,g)},a.drawElementsInstanced=function(c,e,f,g,l){b.drawElementsInstancedANGLE(c,e,f,g,l)})} +function Fb(a){var b=a.getExtension("OES_vertex_array_object");b&&(a.createVertexArray=function(){return b.createVertexArrayOES()},a.deleteVertexArray=function(c){b.deleteVertexArrayOES(c)},a.bindVertexArray=function(c){b.bindVertexArrayOES(c)},a.isVertexArray=function(c){return b.isVertexArrayOES(c)})}function Gb(a){var b=a.getExtension("WEBGL_draw_buffers");b&&(a.drawBuffers=function(c,e){b.drawBuffersWEBGL(c,e)})} +function Hb(a){a.X=a.getExtension("WEBGL_draw_instanced_base_vertex_base_instance")}function Ib(a){a.ba=a.getExtension("WEBGL_multi_draw_instanced_base_vertex_base_instance")}function Jb(a){a.Ia=a.getExtension("WEBGL_multi_draw")}var Kb=1,Lb=[],O=[],Mb=[],Nb=[],P=[],Q=[],Ob=[],Pb={},L={},R=[],Qb=[],Rb={},Sb={},Tb=4;function S(a){Ub||(Ub=a)}function Vb(a){for(var b=Kb++,c=a.length;c>2]=fb();var e={handle:c,attributes:b,version:b.aa,s:a};a.canvas&&(a.canvas.H=e);Pb[c]=e;("undefined"==typeof b.Z||b.Z)&&Yb(e);return c} +function Yb(a){a||(a=T);if(!a.oa){a.oa=!0;var b=a.s;Eb(b);Fb(b);Gb(b);Hb(b);Ib(b);2<=a.version&&(b.Y=b.getExtension("EXT_disjoint_timer_query_webgl2"));if(2>a.version||!b.Y)b.Y=b.getExtension("EXT_disjoint_timer_query");Jb(b);(b.getSupportedExtensions()||[]).forEach(function(c){c.includes("lose_context")||c.includes("debug")||b.getExtension(c)})}}var eb={},Ub,T; +function Zb(a){a=2>2]=b,q()[e.h+4>>2]=c);if(e.F||!e.W)e.F&&(e=e.F),a=!1,e.H&&e.H.s&&(a=e.H.s.getParameter(2978),a=0===a[0]&&0===a[1]&&a[2]===e.width&&a[3]===e.height),e.width=b,e.height=c,a&&e.H.s.viewport(0,0,b,c);else return e.h?(e=q()[e.h+8>>2],Bb(e,a,b,c),1):-4;return 0} +function ac(a,b,c){return A?K(8,1,a,b,c):$b(a,b,c)}function bc(a,b,c,e,f,g,l,n){return A?K(9,1,a,b,c,e,f,g,l,n):-52}function cc(a,b,c,e,f,g,l){if(A)return K(10,1,a,b,c,e,f,g,l)}function dc(a,b){U.bindFramebuffer(a,Mb[b])}function ec(a){U.clear(a)}function fc(a,b,c,e){U.clearColor(a,b,c,e)}function gc(a){U.clearStencil(a)} +function hc(a,b,c){if(b){var e=void 0;switch(a){case 36346:e=1;break;case 36344:0!=c&&1!=c&&S(1280);return;case 34814:case 36345:e=0;break;case 34466:var f=U.getParameter(34467);e=f?f.length:0;break;case 33309:if(2>T.version){S(1282);return}e=2*(U.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>T.version){S(1280);return}e=33307==a?3:0}if(void 0===e)switch(f=U.getParameter(a),typeof f){case "number":e=f;break;case "boolean":e=f?1:0;break;case "string":S(1280);return;case "object":if(null=== +f)switch(a){case 34964:case 35725:case 34965:case 36006:case 36007:case 32873:case 34229:case 36662:case 36663:case 35053:case 35055:case 36010:case 35097:case 35869:case 32874:case 36389:case 35983:case 35368:case 34068:e=0;break;default:S(1280);return}else{if(f instanceof Float32Array||f instanceof Uint32Array||f instanceof Int32Array||f instanceof Array){for(a=0;a>2]=f[a];break;case 2:v()[b+4*a>>2]=f[a];break;case 4:aa()[b+a>>0]=f[a]?1:0}return}try{e=f.name| +0}catch(g){S(1280);D("GL_INVALID_ENUM in glGet"+c+"v: Unknown object returned from WebGL getParameter("+a+")! (error: "+g+")");return}}break;default:S(1280);D("GL_INVALID_ENUM in glGet"+c+"v: Native code calling glGet"+c+"v("+a+") and it returns "+f+" of type "+typeof f+"!");return}switch(c){case 1:c=e;t()[b>>2]=c;t()[b+4>>2]=(c-t()[b>>2])/4294967296;break;case 0:q()[b>>2]=e;break;case 2:v()[b>>2]=e;break;case 4:aa()[b>>0]=e?1:0}}else S(1281)}function ic(a,b){hc(a,b,0)} +function K(a,b){var c=arguments.length-2,e=arguments;return xb(()=>{for(var f=Cb(8*c),g=f>>3,l=0;l{if(!mc){var a={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:("object"==typeof navigator&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:ma||"./this.program"},b;for(b in lc)void 0===lc[b]?delete a[b]:a[b]=lc[b];var c=[];for(b in a)c.push(`${b}=${a[b]}`);mc=c}return mc},mc; +function oc(a,b){if(A)return K(11,1,a,b);var c=0;nc().forEach(function(e,f){var g=b+c;f=t()[a+4*f>>2]=g;for(g=0;g>0]=e.charCodeAt(g);aa()[f>>0]=0;c+=e.length+1});return 0}function pc(a,b){if(A)return K(12,1,a,b);var c=nc();t()[a>>2]=c.length;var e=0;c.forEach(function(f){e+=f.length+1});t()[b>>2]=e;return 0}function qc(a){return A?K(13,1,a):52}function rc(a,b,c,e,f,g){return A?K(14,1,a,b,c,e,f,g):52}function sc(a,b,c,e){return A?K(15,1,a,b,c,e):52} +function tc(a,b,c,e,f){return A?K(16,1,a,b,c,e,f):70}var uc=[null,[],[]];function vc(a,b,c,e){if(A)return K(17,1,a,b,c,e);for(var f=0,g=0;g>2],n=t()[b+4>>2];b+=8;for(var r=0;r>2]=f;return 0}function wc(a){U.bindVertexArray(Ob[a])}function xc(a,b){for(var c=0;c>2];U.deleteVertexArray(Ob[e]);Ob[e]=null}}var yc=[]; +function zc(a,b,c,e){U.drawElements(a,b,c,e)}function Ac(a,b,c,e){for(var f=0;f>2]=l}}function Bc(a,b){Ac(a,b,"createVertexArray",Ob)}function Cc(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function Dc(a){a-=5120;0==a?a=aa():1==a?a=p():2==a?(d.buffer!=h.buffer&&k(),a=Da):4==a?a=q():6==a?a=v():5==a||28922==a||28520==a||30779==a||30782==a?a=t():(d.buffer!=h.buffer&&k(),a=Ea);return a} +function Ec(a,b,c,e,f){a=Dc(a);var g=31-Math.clz32(a.BYTES_PER_ELEMENT),l=Tb;return a.subarray(f>>g,f+e*(c*({5:3,6:4,8:2,29502:3,29504:4,26917:2,26918:2,29846:3,29847:4}[b-6402]||1)*(1<>g)}function W(a){var b=U.ka;if(b){var c=b.G[a];"number"==typeof c&&(b.G[a]=c=U.getUniformLocation(b,b.ga[a]+(00===a%4&&(0!==a%100||0===a%400),Qc=[31,29,31,30,31,30,31,31,30,31,30,31],Rc=[31,28,31,30,31,30,31,31,30,31,30,31];function Sc(a){var b=Array(yb(a)+1);zb(a,b,0,b.length);return b} +var Tc=(a,b)=>{aa().set(a,b)},Uc=(a,b,c,e)=>{function f(m,z,B){for(m="number"==typeof m?m.toString():m||"";m.lengthHc?-1:0ba-m.getDate())z-=ba-m.getDate()+1,m.setDate(1),11>B?m.setMonth(B+1):(m.setMonth(0),m.setFullYear(m.getFullYear()+1));else{m.setDate(m.getDate()+z);break}}B=new Date(m.getFullYear()+1,0,4);z=n(new Date(m.getFullYear(), +0,4));B=n(B);return 0>=l(z,m)?0>=l(B,m)?m.getFullYear()+1:m.getFullYear():m.getFullYear()-1}var u=q()[e+40>>2];e={Ba:q()[e>>2],Aa:q()[e+4>>2],L:q()[e+8>>2],T:q()[e+12>>2],M:q()[e+16>>2],A:q()[e+20>>2],l:q()[e+24>>2],v:q()[e+28>>2],La:q()[e+32>>2],za:q()[e+36>>2],Ca:u?J(u):""};c=J(c);u={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y", +"%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var y in u)c=c.replace(new RegExp(y,"g"),u[y]);var V="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),E="January February March April May June July August September October November December".split(" ");u={"%a":m=>V[m.l].substring(0,3),"%A":m=>V[m.l],"%b":m=>E[m.M].substring(0,3),"%B":m=>E[m.M],"%C":m=>g((m.A+1900)/100| +0,2),"%d":m=>g(m.T,2),"%e":m=>f(m.T,2," "),"%g":m=>r(m).toString().substring(2),"%G":m=>r(m),"%H":m=>g(m.L,2),"%I":m=>{m=m.L;0==m?m=12:12{for(var z=0,B=0;B<=m.M-1;z+=(Pc(m.A+1900)?Qc:Rc)[B++]);return g(m.T+z,3)},"%m":m=>g(m.M+1,2),"%M":m=>g(m.Aa,2),"%n":()=>"\n","%p":m=>0<=m.L&&12>m.L?"AM":"PM","%S":m=>g(m.Ba,2),"%t":()=>"\t","%u":m=>m.l||7,"%U":m=>g(Math.floor((m.v+7-m.l)/7),2),"%V":m=>{var z=Math.floor((m.v+7-(m.l+6)%7)/7);2>=(m.l+371-m.v-2)%7&&z++;if(z)53==z&& +(B=(m.l+371-m.v)%7,4==B||3==B&&Pc(m.A)||(z=1));else{z=52;var B=(m.l+7-m.v-1)%7;(4==B||5==B&&Pc(m.A%400-1))&&z++}return g(z,2)},"%w":m=>m.l,"%W":m=>g(Math.floor((m.v+7-(m.l+6)%7)/7),2),"%y":m=>(m.A+1900).toString().substring(2),"%Y":m=>m.A+1900,"%z":m=>{m=m.za;var z=0<=m;m=Math.abs(m)/60;return(z?"+":"-")+String("0000"+(m/60*100+m%60)).slice(-4)},"%Z":m=>m.Ca,"%%":()=>"%"};c=c.replace(/%%/g,"\x00\x00");for(y in u)c.includes(y)&&(c=c.replace(new RegExp(y,"g"),u[y](e)));c=c.replace(/\0\0/g,"%");y=Sc(c); +if(y.length>b)return 0;Tc(y,a);return y.length-1},Vc=void 0,Wc=[];I.O();for(var U,Y=0;32>Y;++Y)yc.push(Array(Y));var Xc=new Float32Array(288);for(Y=0;288>Y;++Y)X[Y]=Xc.subarray(0,Y+1);var Yc=new Int32Array(288);for(Y=0;288>Y;++Y)Fc[Y]=Yc.subarray(0,Y+1); +(function(){const a=new Map,b=new Map;Oc=function(c,e,f){I.g[c].postMessage({S:"setAssociatedObject",R:e,object:f},[f])};Lc=function(c){return b.get(c)};Mc=function(c){function e({data:f}){var g=f.S;if(g)switch(g){case "onRenderComplete":Zc(f.xa,f.ja,f.na);break;case "setAssociatedObject":b.set(f.R,f.object);break;case "disposeAssociatedObject":f=f.R;g=b.get(f);g.close&&g.close();b.delete(f);break;default:console.warn(`unrecognized skwasm message: ${g}`)}}c?I.g[c].addEventListener("message",e):addEventListener("message", +e)};Jc=function(c,e){c=new OffscreenCanvas(c,e);e=Wb(c);a.set(e,c);return e};Nc=function(c,e,f){c=a.get(c);c.width=e;c.height=f};Gc=async function(c,e,f,g,l){e=a.get(e);g=await createImageBitmap(e,0,0,g,l);postMessage({S:"onRenderComplete",xa:c,ja:f,na:g},[g])};Ic=function(c,e,f){const g=T.s,l=g.createTexture();g.bindTexture(g.TEXTURE_2D,l);g.pixelStorei(g.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!0);g.texImage2D(g.TEXTURE_2D,0,g.RGBA,e,f,0,g.RGBA,g.UNSIGNED_BYTE,c);g.pixelStorei(g.UNPACK_PREMULTIPLY_ALPHA_WEBGL, +!1);g.bindTexture(g.TEXTURE_2D,null);c=Vb(P);P[c]=l;return c};Kc=function(c,e){I.g[c].postMessage({S:"disposeAssociatedObject",R:e})}})(); +var $c=[null,ab,bb,nb,qb,rb,sb,tb,ac,bc,cc,oc,pc,qc,rc,sc,tc,vc],md={__cxa_throw:function(a,b,c){(new kb(a)).O(b,c);lb=a;mb++;throw lb;},__emscripten_init_main_thread_js:function(a){ad(a,!pa,1,!oa,65536,!1);I.ea()},__emscripten_thread_cleanup:function(a){A?postMessage({cmd:"cleanupThread",thread:a}):Xa(a)},__pthread_create_js:ob,__syscall_fcntl64:qb,__syscall_fstat64:rb,__syscall_ioctl:sb,__syscall_openat:tb,_emscripten_get_now_is_monotonic:()=>!0,_emscripten_notify_mailbox_postmessage:function(a, +b){a==b?setTimeout(()=>gb()):A?postMessage({targetThread:a,cmd:"checkMailbox"}):(a=I.g[a])&&a.postMessage({cmd:"checkMailbox"})},_emscripten_set_offscreencanvas_size:function(a,b,c){return Zb(a)?$b(a,b,c):ac(a,b,c)},_emscripten_thread_mailbox_await:vb,_emscripten_thread_set_strongref:function(a){x&&I.g[a].ref()},_emscripten_throw_longjmp:()=>{throw Infinity;},_mmap_js:bc,_munmap_js:cc,abort:()=>{za("")},emscripten_check_blocking_allowed:function(){},emscripten_exit_with_live_runtime:()=>{Ja+=1;throw"unwind"; +},emscripten_get_now:()=>performance.timeOrigin+performance.now(),emscripten_glBindFramebuffer:dc,emscripten_glClear:ec,emscripten_glClearColor:fc,emscripten_glClearStencil:gc,emscripten_glGetIntegerv:ic,emscripten_receive_on_main_thread_js:function(a,b,c,e){I.Ha=b;kc.length=c;b=e>>3;for(e=0;e{var b=p().length;a>>>=0;if(a<=b||2147483648=c;c*=2){var e=b*(1+.2/c);e=Math.min(e,a+100663296);var f=Math; +e=Math.max(a,e);a:{f=f.min.call(f,2147483648,e+(65536-e%65536)%65536)-d.buffer.byteLength+65535>>>16;try{d.grow(f);k();var g=1;break a}catch(l){}g=void 0}if(g)return!0}return!1},emscripten_webgl_enable_extension:function(a,b){a=Pb[a];b=J(b);b.startsWith("GL_")&&(b=b.substr(3));"ANGLE_instanced_arrays"==b&&Eb(U);"OES_vertex_array_object"==b&&Fb(U);"WEBGL_draw_buffers"==b&&Gb(U);"WEBGL_draw_instanced_base_vertex_base_instance"==b&&Hb(U);"WEBGL_multi_draw_instanced_base_vertex_base_instance"==b&&Ib(U); +"WEBGL_multi_draw"==b&&Jb(U);return!!a.s.getExtension(b)},emscripten_webgl_get_current_context:function(){return T?T.handle:0},emscripten_webgl_make_context_current:function(a){T=Pb[a];w.Ga=U=T&&T.s;return!a||U?0:-5},environ_get:oc,environ_sizes_get:pc,exit:cb,fd_close:qc,fd_pread:rc,fd_read:sc,fd_seek:tc,fd_write:vc,glActiveTexture:function(a){U.activeTexture(a)},glAttachShader:function(a,b){U.attachShader(O[a],Q[b])},glBindAttribLocation:function(a,b,c){U.bindAttribLocation(O[a],b,J(c))},glBindBuffer:function(a, +b){35051==a?U.N=b:35052==a&&(U.B=b);U.bindBuffer(a,Lb[b])},glBindFramebuffer:dc,glBindRenderbuffer:function(a,b){U.bindRenderbuffer(a,Nb[b])},glBindSampler:function(a,b){U.bindSampler(a,R[b])},glBindTexture:function(a,b){U.bindTexture(a,P[b])},glBindVertexArray:wc,glBindVertexArrayOES:wc,glBlendColor:function(a,b,c,e){U.blendColor(a,b,c,e)},glBlendEquation:function(a){U.blendEquation(a)},glBlendFunc:function(a,b){U.blendFunc(a,b)},glBlitFramebuffer:function(a,b,c,e,f,g,l,n,r,u){U.blitFramebuffer(a, +b,c,e,f,g,l,n,r,u)},glBufferData:function(a,b,c,e){2<=T.version?c&&b?U.bufferData(a,p(),e,c,b):U.bufferData(a,b,e):U.bufferData(a,c?p().subarray(c,c+b):b,e)},glBufferSubData:function(a,b,c,e){2<=T.version?c&&U.bufferSubData(a,b,p(),e,c):U.bufferSubData(a,b,p().subarray(e,e+c))},glCheckFramebufferStatus:function(a){return U.checkFramebufferStatus(a)},glClear:ec,glClearColor:fc,glClearStencil:gc,glClientWaitSync:function(a,b,c,e){return U.clientWaitSync(Qb[a],b,(c>>>0)+4294967296*e)},glColorMask:function(a, +b,c,e){U.colorMask(!!a,!!b,!!c,!!e)},glCompileShader:function(a){U.compileShader(Q[a])},glCompressedTexImage2D:function(a,b,c,e,f,g,l,n){2<=T.version?U.B||!l?U.compressedTexImage2D(a,b,c,e,f,g,l,n):U.compressedTexImage2D(a,b,c,e,f,g,p(),n,l):U.compressedTexImage2D(a,b,c,e,f,g,n?p().subarray(n,n+l):null)},glCompressedTexSubImage2D:function(a,b,c,e,f,g,l,n,r){2<=T.version?U.B||!n?U.compressedTexSubImage2D(a,b,c,e,f,g,l,n,r):U.compressedTexSubImage2D(a,b,c,e,f,g,l,p(),r,n):U.compressedTexSubImage2D(a, +b,c,e,f,g,l,r?p().subarray(r,r+n):null)},glCopyBufferSubData:function(a,b,c,e,f){U.copyBufferSubData(a,b,c,e,f)},glCopyTexSubImage2D:function(a,b,c,e,f,g,l,n){U.copyTexSubImage2D(a,b,c,e,f,g,l,n)},glCreateProgram:function(){var a=Vb(O),b=U.createProgram();b.name=a;b.K=b.I=b.J=0;b.U=1;O[a]=b;return a},glCreateShader:function(a){var b=Vb(Q);Q[b]=U.createShader(a);return b},glCullFace:function(a){U.cullFace(a)},glDeleteBuffers:function(a,b){for(var c=0;c>2],f=Lb[e];f&&(U.deleteBuffer(f), +f.name=0,Lb[e]=null,e==U.N&&(U.N=0),e==U.B&&(U.B=0))}},glDeleteFramebuffers:function(a,b){for(var c=0;c>2],f=Mb[e];f&&(U.deleteFramebuffer(f),f.name=0,Mb[e]=null)}},glDeleteProgram:function(a){if(a){var b=O[a];b?(U.deleteProgram(b),b.name=0,O[a]=null):S(1281)}},glDeleteRenderbuffers:function(a,b){for(var c=0;c>2],f=Nb[e];f&&(U.deleteRenderbuffer(f),f.name=0,Nb[e]=null)}},glDeleteSamplers:function(a,b){for(var c=0;c>2],f=R[e]; +f&&(U.deleteSampler(f),f.name=0,R[e]=null)}},glDeleteShader:function(a){if(a){var b=Q[a];b?(U.deleteShader(b),Q[a]=null):S(1281)}},glDeleteSync:function(a){if(a){var b=Qb[a];b?(U.deleteSync(b),b.name=0,Qb[a]=null):S(1281)}},glDeleteTextures:function(a,b){for(var c=0;c>2],f=P[e];f&&(U.deleteTexture(f),f.name=0,P[e]=null)}},glDeleteVertexArrays:xc,glDeleteVertexArraysOES:xc,glDepthMask:function(a){U.depthMask(!!a)},glDisable:function(a){U.disable(a)},glDisableVertexAttribArray:function(a){U.disableVertexAttribArray(a)}, +glDrawArrays:function(a,b,c){U.drawArrays(a,b,c)},glDrawArraysInstanced:function(a,b,c,e){U.drawArraysInstanced(a,b,c,e)},glDrawArraysInstancedBaseInstanceWEBGL:function(a,b,c,e,f){U.X.drawArraysInstancedBaseInstanceWEBGL(a,b,c,e,f)},glDrawBuffers:function(a,b){for(var c=yc[a],e=0;e>2];U.drawBuffers(c)},glDrawElements:zc,glDrawElementsInstanced:function(a,b,c,e,f){U.drawElementsInstanced(a,b,c,e,f)},glDrawElementsInstancedBaseVertexBaseInstanceWEBGL:function(a,b,c,e,f,g,l){U.X.drawElementsInstancedBaseVertexBaseInstanceWEBGL(a, +b,c,e,f,g,l)},glDrawRangeElements:function(a,b,c,e,f,g){zc(a,e,f,g)},glEnable:function(a){U.enable(a)},glEnableVertexAttribArray:function(a){U.enableVertexAttribArray(a)},glFenceSync:function(a,b){return(a=U.fenceSync(a,b))?(b=Vb(Qb),a.name=b,Qb[b]=a,b):0},glFinish:function(){U.finish()},glFlush:function(){U.flush()},glFramebufferRenderbuffer:function(a,b,c,e){U.framebufferRenderbuffer(a,b,c,Nb[e])},glFramebufferTexture2D:function(a,b,c,e,f){U.framebufferTexture2D(a,b,c,P[e],f)},glFrontFace:function(a){U.frontFace(a)}, +glGenBuffers:function(a,b){Ac(a,b,"createBuffer",Lb)},glGenFramebuffers:function(a,b){Ac(a,b,"createFramebuffer",Mb)},glGenRenderbuffers:function(a,b){Ac(a,b,"createRenderbuffer",Nb)},glGenSamplers:function(a,b){Ac(a,b,"createSampler",R)},glGenTextures:function(a,b){Ac(a,b,"createTexture",P)},glGenVertexArrays:Bc,glGenVertexArraysOES:Bc,glGenerateMipmap:function(a){U.generateMipmap(a)},glGetBufferParameteriv:function(a,b,c){c?q()[c>>2]=U.getBufferParameter(a,b):S(1281)},glGetError:function(){var a= +U.getError()||Ub;Ub=0;return a},glGetFloatv:function(a,b){hc(a,b,2)},glGetFramebufferAttachmentParameteriv:function(a,b,c,e){a=U.getFramebufferAttachmentParameter(a,b,c);if(a instanceof WebGLRenderbuffer||a instanceof WebGLTexture)a=a.name|0;q()[e>>2]=a},glGetIntegerv:ic,glGetProgramInfoLog:function(a,b,c,e){a=U.getProgramInfoLog(O[a]);null===a&&(a="(unknown error)");var f;0>2]=b)},glGetProgramiv:function(a,b,c){if(c)if(a>=Kb)S(1281);else if(a=O[a],35716==b)a= +U.getProgramInfoLog(a),null===a&&(a="(unknown error)"),q()[c>>2]=a.length+1;else if(35719==b){if(!a.K)for(b=0;b>2]=a.K}else if(35722==b){if(!a.I)for(b=0;b>2]=a.I}else if(35381==b){if(!a.J)for(b=0;b>2]=a.J}else q()[c>> +2]=U.getProgramParameter(a,b);else S(1281)},glGetRenderbufferParameteriv:function(a,b,c){c?q()[c>>2]=U.getRenderbufferParameter(a,b):S(1281)},glGetShaderInfoLog:function(a,b,c,e){a=U.getShaderInfoLog(Q[a]);null===a&&(a="(unknown error)");var f;0>2]=b)},glGetShaderPrecisionFormat:function(a,b,c,e){a=U.getShaderPrecisionFormat(a,b);q()[c>>2]=a.rangeMin;q()[c+4>>2]=a.rangeMax;q()[e>>2]=a.precision},glGetShaderiv:function(a,b,c){c?35716==b?(a=U.getShaderInfoLog(Q[a]), +null===a&&(a="(unknown error)"),a=a?a.length+1:0,q()[c>>2]=a):35720==b?(a=(a=U.getShaderSource(Q[a]))?a.length+1:0,q()[c>>2]=a):q()[c>>2]=U.getShaderParameter(Q[a],b):S(1281)},glGetString:function(a){var b=Rb[a];if(!b){switch(a){case 7939:b=U.getSupportedExtensions()||[];b=b.concat(b.map(function(e){return"GL_"+e}));b=Ab(b.join(" "));break;case 7936:case 7937:case 37445:case 37446:(b=U.getParameter(a))||S(1280);b=b&&Ab(b);break;case 7938:b=U.getParameter(7938);b=2<=T.version?"OpenGL ES 3.0 ("+b+")": +"OpenGL ES 2.0 ("+b+")";b=Ab(b);break;case 35724:b=U.getParameter(35724);var c=b.match(/^WebGL GLSL ES ([0-9]\.[0-9][0-9]?)(?:$| .*)/);null!==c&&(3==c[1].length&&(c[1]+="0"),b="OpenGL ES GLSL ES "+c[1]+" ("+b+")");b=Ab(b);break;default:S(1280)}Rb[a]=b}return b},glGetStringi:function(a,b){if(2>T.version)return S(1282),0;var c=Sb[a];if(c)return 0>b||b>=c.length?(S(1281),0):c[b];switch(a){case 7939:return c=U.getSupportedExtensions()||[],c=c.concat(c.map(function(e){return"GL_"+e})),c=c.map(function(e){return Ab(e)}), +c=Sb[a]=c,0>b||b>=c.length?(S(1281),0):c[b];default:return S(1280),0}},glGetUniformLocation:function(a,b){b=J(b);if(a=O[a]){var c=a,e=c.G,f=c.ha,g;if(!e)for(c.G=e={},c.ga={},g=0;g>>0,f=b.slice(0,g));if((f=a.ha[f])&&e>2];U.invalidateFramebuffer(a,e)},glInvalidateSubFramebuffer:function(a,b,c,e,f,g,l){for(var n=yc[b],r=0;r>2];U.invalidateSubFramebuffer(a,n,e,f,g,l)},glIsSync:function(a){return U.isSync(Qb[a])},glIsTexture:function(a){return(a=P[a])?U.isTexture(a):0},glLineWidth:function(a){U.lineWidth(a)},glLinkProgram:function(a){a=O[a];U.linkProgram(a);a.G=0;a.ha={}},glMultiDrawArraysInstancedBaseInstanceWEBGL:function(a, +b,c,e,f,g){U.ba.multiDrawArraysInstancedBaseInstanceWEBGL(a,q(),b>>2,q(),c>>2,q(),e>>2,t(),f>>2,g)},glMultiDrawElementsInstancedBaseVertexBaseInstanceWEBGL:function(a,b,c,e,f,g,l,n){U.ba.multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(a,q(),b>>2,c,q(),e>>2,q(),f>>2,q(),g>>2,t(),l>>2,n)},glPixelStorei:function(a,b){3317==a&&(Tb=b);U.pixelStorei(a,b)},glReadBuffer:function(a){U.readBuffer(a)},glReadPixels:function(a,b,c,e,f,g,l){if(2<=T.version)if(U.N)U.readPixels(a,b,c,e,f,g,l);else{var n=Dc(g); +U.readPixels(a,b,c,e,f,g,n,l>>31-Math.clz32(n.BYTES_PER_ELEMENT))}else(l=Ec(g,f,c,e,l))?U.readPixels(a,b,c,e,f,g,l):S(1280)},glRenderbufferStorage:function(a,b,c,e){U.renderbufferStorage(a,b,c,e)},glRenderbufferStorageMultisample:function(a,b,c,e,f){U.renderbufferStorageMultisample(a,b,c,e,f)},glSamplerParameterf:function(a,b,c){U.samplerParameterf(R[a],b,c)},glSamplerParameteri:function(a,b,c){U.samplerParameteri(R[a],b,c)},glSamplerParameteriv:function(a,b,c){c=q()[c>>2];U.samplerParameteri(R[a], +b,c)},glScissor:function(a,b,c,e){U.scissor(a,b,c,e)},glShaderSource:function(a,b,c,e){for(var f="",g=0;g>2]:-1;f+=J(q()[c+4*g>>2],0>l?void 0:l)}U.shaderSource(Q[a],f)},glStencilFunc:function(a,b,c){U.stencilFunc(a,b,c)},glStencilFuncSeparate:function(a,b,c,e){U.stencilFuncSeparate(a,b,c,e)},glStencilMask:function(a){U.stencilMask(a)},glStencilMaskSeparate:function(a,b){U.stencilMaskSeparate(a,b)},glStencilOp:function(a,b,c){U.stencilOp(a,b,c)},glStencilOpSeparate:function(a, +b,c,e){U.stencilOpSeparate(a,b,c,e)},glTexImage2D:function(a,b,c,e,f,g,l,n,r){if(2<=T.version)if(U.B)U.texImage2D(a,b,c,e,f,g,l,n,r);else if(r){var u=Dc(n);U.texImage2D(a,b,c,e,f,g,l,n,u,r>>31-Math.clz32(u.BYTES_PER_ELEMENT))}else U.texImage2D(a,b,c,e,f,g,l,n,null);else U.texImage2D(a,b,c,e,f,g,l,n,r?Ec(n,l,e,f,r):null)},glTexParameterf:function(a,b,c){U.texParameterf(a,b,c)},glTexParameterfv:function(a,b,c){c=v()[c>>2];U.texParameterf(a,b,c)},glTexParameteri:function(a,b,c){U.texParameteri(a,b,c)}, +glTexParameteriv:function(a,b,c){c=q()[c>>2];U.texParameteri(a,b,c)},glTexStorage2D:function(a,b,c,e,f){U.texStorage2D(a,b,c,e,f)},glTexSubImage2D:function(a,b,c,e,f,g,l,n,r){if(2<=T.version)if(U.B)U.texSubImage2D(a,b,c,e,f,g,l,n,r);else if(r){var u=Dc(n);U.texSubImage2D(a,b,c,e,f,g,l,n,u,r>>31-Math.clz32(u.BYTES_PER_ELEMENT))}else U.texSubImage2D(a,b,c,e,f,g,l,n,null);else u=null,r&&(u=Ec(n,l,f,g,r)),U.texSubImage2D(a,b,c,e,f,g,l,n,u)},glUniform1f:function(a,b){U.uniform1f(W(a),b)},glUniform1fv:function(a, +b,c){if(2<=T.version)b&&U.uniform1fv(W(a),v(),c>>2,b);else{if(288>=b)for(var e=X[b-1],f=0;f>2];else e=v().subarray(c>>2,c+4*b>>2);U.uniform1fv(W(a),e)}},glUniform1i:function(a,b){U.uniform1i(W(a),b)},glUniform1iv:function(a,b,c){if(2<=T.version)b&&U.uniform1iv(W(a),q(),c>>2,b);else{if(288>=b)for(var e=Fc[b-1],f=0;f>2];else e=q().subarray(c>>2,c+4*b>>2);U.uniform1iv(W(a),e)}},glUniform2f:function(a,b,c){U.uniform2f(W(a),b,c)},glUniform2fv:function(a,b,c){if(2<= +T.version)b&&U.uniform2fv(W(a),v(),c>>2,2*b);else{if(144>=b)for(var e=X[2*b-1],f=0;f<2*b;f+=2)e[f]=v()[c+4*f>>2],e[f+1]=v()[c+(4*f+4)>>2];else e=v().subarray(c>>2,c+8*b>>2);U.uniform2fv(W(a),e)}},glUniform2i:function(a,b,c){U.uniform2i(W(a),b,c)},glUniform2iv:function(a,b,c){if(2<=T.version)b&&U.uniform2iv(W(a),q(),c>>2,2*b);else{if(144>=b)for(var e=Fc[2*b-1],f=0;f<2*b;f+=2)e[f]=q()[c+4*f>>2],e[f+1]=q()[c+(4*f+4)>>2];else e=q().subarray(c>>2,c+8*b>>2);U.uniform2iv(W(a),e)}},glUniform3f:function(a, +b,c,e){U.uniform3f(W(a),b,c,e)},glUniform3fv:function(a,b,c){if(2<=T.version)b&&U.uniform3fv(W(a),v(),c>>2,3*b);else{if(96>=b)for(var e=X[3*b-1],f=0;f<3*b;f+=3)e[f]=v()[c+4*f>>2],e[f+1]=v()[c+(4*f+4)>>2],e[f+2]=v()[c+(4*f+8)>>2];else e=v().subarray(c>>2,c+12*b>>2);U.uniform3fv(W(a),e)}},glUniform3i:function(a,b,c,e){U.uniform3i(W(a),b,c,e)},glUniform3iv:function(a,b,c){if(2<=T.version)b&&U.uniform3iv(W(a),q(),c>>2,3*b);else{if(96>=b)for(var e=Fc[3*b-1],f=0;f<3*b;f+=3)e[f]=q()[c+4*f>>2],e[f+1]=q()[c+ +(4*f+4)>>2],e[f+2]=q()[c+(4*f+8)>>2];else e=q().subarray(c>>2,c+12*b>>2);U.uniform3iv(W(a),e)}},glUniform4f:function(a,b,c,e,f){U.uniform4f(W(a),b,c,e,f)},glUniform4fv:function(a,b,c){if(2<=T.version)b&&U.uniform4fv(W(a),v(),c>>2,4*b);else{if(72>=b){var e=X[4*b-1],f=v();c>>=2;for(var g=0;g<4*b;g+=4){var l=c+g;e[g]=f[l];e[g+1]=f[l+1];e[g+2]=f[l+2];e[g+3]=f[l+3]}}else e=v().subarray(c>>2,c+16*b>>2);U.uniform4fv(W(a),e)}},glUniform4i:function(a,b,c,e,f){U.uniform4i(W(a),b,c,e,f)},glUniform4iv:function(a, +b,c){if(2<=T.version)b&&U.uniform4iv(W(a),q(),c>>2,4*b);else{if(72>=b)for(var e=Fc[4*b-1],f=0;f<4*b;f+=4)e[f]=q()[c+4*f>>2],e[f+1]=q()[c+(4*f+4)>>2],e[f+2]=q()[c+(4*f+8)>>2],e[f+3]=q()[c+(4*f+12)>>2];else e=q().subarray(c>>2,c+16*b>>2);U.uniform4iv(W(a),e)}},glUniformMatrix2fv:function(a,b,c,e){if(2<=T.version)b&&U.uniformMatrix2fv(W(a),!!c,v(),e>>2,4*b);else{if(72>=b)for(var f=X[4*b-1],g=0;g<4*b;g+=4)f[g]=v()[e+4*g>>2],f[g+1]=v()[e+(4*g+4)>>2],f[g+2]=v()[e+(4*g+8)>>2],f[g+3]=v()[e+(4*g+12)>>2];else f= +v().subarray(e>>2,e+16*b>>2);U.uniformMatrix2fv(W(a),!!c,f)}},glUniformMatrix3fv:function(a,b,c,e){if(2<=T.version)b&&U.uniformMatrix3fv(W(a),!!c,v(),e>>2,9*b);else{if(32>=b)for(var f=X[9*b-1],g=0;g<9*b;g+=9)f[g]=v()[e+4*g>>2],f[g+1]=v()[e+(4*g+4)>>2],f[g+2]=v()[e+(4*g+8)>>2],f[g+3]=v()[e+(4*g+12)>>2],f[g+4]=v()[e+(4*g+16)>>2],f[g+5]=v()[e+(4*g+20)>>2],f[g+6]=v()[e+(4*g+24)>>2],f[g+7]=v()[e+(4*g+28)>>2],f[g+8]=v()[e+(4*g+32)>>2];else f=v().subarray(e>>2,e+36*b>>2);U.uniformMatrix3fv(W(a),!!c,f)}}, +glUniformMatrix4fv:function(a,b,c,e){if(2<=T.version)b&&U.uniformMatrix4fv(W(a),!!c,v(),e>>2,16*b);else{if(18>=b){var f=X[16*b-1],g=v();e>>=2;for(var l=0;l<16*b;l+=16){var n=e+l;f[l]=g[n];f[l+1]=g[n+1];f[l+2]=g[n+2];f[l+3]=g[n+3];f[l+4]=g[n+4];f[l+5]=g[n+5];f[l+6]=g[n+6];f[l+7]=g[n+7];f[l+8]=g[n+8];f[l+9]=g[n+9];f[l+10]=g[n+10];f[l+11]=g[n+11];f[l+12]=g[n+12];f[l+13]=g[n+13];f[l+14]=g[n+14];f[l+15]=g[n+15]}}else f=v().subarray(e>>2,e+64*b>>2);U.uniformMatrix4fv(W(a),!!c,f)}},glUseProgram:function(a){a= +O[a];U.useProgram(a);U.ka=a},glVertexAttrib1f:function(a,b){U.vertexAttrib1f(a,b)},glVertexAttrib2fv:function(a,b){U.vertexAttrib2f(a,v()[b>>2],v()[b+4>>2])},glVertexAttrib3fv:function(a,b){U.vertexAttrib3f(a,v()[b>>2],v()[b+4>>2],v()[b+8>>2])},glVertexAttrib4fv:function(a,b){U.vertexAttrib4f(a,v()[b>>2],v()[b+4>>2],v()[b+8>>2],v()[b+12>>2])},glVertexAttribDivisor:function(a,b){U.vertexAttribDivisor(a,b)},glVertexAttribIPointer:function(a,b,c,e,f){U.vertexAttribIPointer(a,b,c,e,f)},glVertexAttribPointer:function(a, +b,c,e,f,g){U.vertexAttribPointer(a,b,c,!!e,f,g)},glViewport:function(a,b,c,e){U.viewport(a,b,c,e)},glWaitSync:function(a,b,c,e){U.waitSync(Qb[a],b,(c>>>0)+4294967296*e)},invoke_ii:bd,invoke_iii:cd,invoke_iiii:dd,invoke_iiiii:ed,invoke_iiiiiii:fd,invoke_vi:gd,invoke_vii:hd,invoke_viii:jd,invoke_viiii:kd,invoke_viiiiiii:ld,memory:d||w.wasmMemory,skwasm_captureImageBitmap:Gc,skwasm_createGlTextureFromTextureSource:Ic,skwasm_createOffscreenCanvas:Jc,skwasm_disposeAssociatedObjectOnThread:Kc,skwasm_getAssociatedObject:Lc, +skwasm_registerMessageListener:Mc,skwasm_resizeCanvas:Nc,skwasm_setAssociatedObjectOnThread:Oc,strftime_l:(a,b,c,e)=>Uc(a,b,c,e)}; +(function(){function a(c,e){F=c=c.exports;w.wasmExports=F;I.fa.push(F._emscripten_tls_init);G=F.__indirect_function_table;Ha.unshift(F.__wasm_call_ctors);Aa=e;Oa();return c}var b={env:md,wasi_snapshot_preview1:md};Na();if(w.instantiateWasm)try{return w.instantiateWasm(b,a)}catch(c){D("Module.instantiateWasm callback failed with error: "+c),ka(c)}Ua(b,function(c){a(c.instance,c.module)}).catch(ka);return{}})();w._canvas_saveLayer=(a,b,c,e)=>(w._canvas_saveLayer=F.canvas_saveLayer)(a,b,c,e); +w._canvas_save=a=>(w._canvas_save=F.canvas_save)(a);w._canvas_restore=a=>(w._canvas_restore=F.canvas_restore)(a);w._canvas_restoreToCount=(a,b)=>(w._canvas_restoreToCount=F.canvas_restoreToCount)(a,b);w._canvas_getSaveCount=a=>(w._canvas_getSaveCount=F.canvas_getSaveCount)(a);w._canvas_translate=(a,b,c)=>(w._canvas_translate=F.canvas_translate)(a,b,c);w._canvas_scale=(a,b,c)=>(w._canvas_scale=F.canvas_scale)(a,b,c);w._canvas_rotate=(a,b)=>(w._canvas_rotate=F.canvas_rotate)(a,b); +w._canvas_skew=(a,b,c)=>(w._canvas_skew=F.canvas_skew)(a,b,c);w._canvas_transform=(a,b)=>(w._canvas_transform=F.canvas_transform)(a,b);w._canvas_clipRect=(a,b,c,e)=>(w._canvas_clipRect=F.canvas_clipRect)(a,b,c,e);w._canvas_clipRRect=(a,b,c)=>(w._canvas_clipRRect=F.canvas_clipRRect)(a,b,c);w._canvas_clipPath=(a,b,c)=>(w._canvas_clipPath=F.canvas_clipPath)(a,b,c);w._canvas_drawColor=(a,b,c)=>(w._canvas_drawColor=F.canvas_drawColor)(a,b,c); +w._canvas_drawLine=(a,b,c,e,f,g)=>(w._canvas_drawLine=F.canvas_drawLine)(a,b,c,e,f,g);w._canvas_drawPaint=(a,b)=>(w._canvas_drawPaint=F.canvas_drawPaint)(a,b);w._canvas_drawRect=(a,b,c)=>(w._canvas_drawRect=F.canvas_drawRect)(a,b,c);w._canvas_drawRRect=(a,b,c)=>(w._canvas_drawRRect=F.canvas_drawRRect)(a,b,c);w._canvas_drawDRRect=(a,b,c,e)=>(w._canvas_drawDRRect=F.canvas_drawDRRect)(a,b,c,e);w._canvas_drawOval=(a,b,c)=>(w._canvas_drawOval=F.canvas_drawOval)(a,b,c); +w._canvas_drawCircle=(a,b,c,e,f)=>(w._canvas_drawCircle=F.canvas_drawCircle)(a,b,c,e,f);w._canvas_drawArc=(a,b,c,e,f,g)=>(w._canvas_drawArc=F.canvas_drawArc)(a,b,c,e,f,g);w._canvas_drawPath=(a,b,c)=>(w._canvas_drawPath=F.canvas_drawPath)(a,b,c);w._canvas_drawShadow=(a,b,c,e,f,g)=>(w._canvas_drawShadow=F.canvas_drawShadow)(a,b,c,e,f,g);w._canvas_drawParagraph=(a,b,c,e)=>(w._canvas_drawParagraph=F.canvas_drawParagraph)(a,b,c,e); +w._canvas_drawPicture=(a,b)=>(w._canvas_drawPicture=F.canvas_drawPicture)(a,b);w._canvas_drawImage=(a,b,c,e,f,g)=>(w._canvas_drawImage=F.canvas_drawImage)(a,b,c,e,f,g);w._canvas_drawImageRect=(a,b,c,e,f,g)=>(w._canvas_drawImageRect=F.canvas_drawImageRect)(a,b,c,e,f,g);w._canvas_drawImageNine=(a,b,c,e,f,g)=>(w._canvas_drawImageNine=F.canvas_drawImageNine)(a,b,c,e,f,g);w._canvas_drawVertices=(a,b,c,e)=>(w._canvas_drawVertices=F.canvas_drawVertices)(a,b,c,e); +w._canvas_drawPoints=(a,b,c,e,f)=>(w._canvas_drawPoints=F.canvas_drawPoints)(a,b,c,e,f);w._canvas_drawAtlas=(a,b,c,e,f,g,l,n,r)=>(w._canvas_drawAtlas=F.canvas_drawAtlas)(a,b,c,e,f,g,l,n,r);w._canvas_getTransform=(a,b)=>(w._canvas_getTransform=F.canvas_getTransform)(a,b);w._canvas_getLocalClipBounds=(a,b)=>(w._canvas_getLocalClipBounds=F.canvas_getLocalClipBounds)(a,b);w._canvas_getDeviceClipBounds=(a,b)=>(w._canvas_getDeviceClipBounds=F.canvas_getDeviceClipBounds)(a,b); +w._contourMeasureIter_create=(a,b,c)=>(w._contourMeasureIter_create=F.contourMeasureIter_create)(a,b,c);w._contourMeasureIter_next=a=>(w._contourMeasureIter_next=F.contourMeasureIter_next)(a);w._contourMeasureIter_dispose=a=>(w._contourMeasureIter_dispose=F.contourMeasureIter_dispose)(a);w._contourMeasure_dispose=a=>(w._contourMeasure_dispose=F.contourMeasure_dispose)(a);w._contourMeasure_length=a=>(w._contourMeasure_length=F.contourMeasure_length)(a); +w._contourMeasure_isClosed=a=>(w._contourMeasure_isClosed=F.contourMeasure_isClosed)(a);w._contourMeasure_getPosTan=(a,b,c,e)=>(w._contourMeasure_getPosTan=F.contourMeasure_getPosTan)(a,b,c,e);w._contourMeasure_getSegment=(a,b,c,e)=>(w._contourMeasure_getSegment=F.contourMeasure_getSegment)(a,b,c,e);w._skData_create=a=>(w._skData_create=F.skData_create)(a);w._skData_getPointer=a=>(w._skData_getPointer=F.skData_getPointer)(a);w._skData_getConstPointer=a=>(w._skData_getConstPointer=F.skData_getConstPointer)(a); +w._skData_getSize=a=>(w._skData_getSize=F.skData_getSize)(a);w._skData_dispose=a=>(w._skData_dispose=F.skData_dispose)(a);w._imageFilter_createBlur=(a,b,c)=>(w._imageFilter_createBlur=F.imageFilter_createBlur)(a,b,c);w._imageFilter_createDilate=(a,b)=>(w._imageFilter_createDilate=F.imageFilter_createDilate)(a,b);w._imageFilter_createErode=(a,b)=>(w._imageFilter_createErode=F.imageFilter_createErode)(a,b); +w._imageFilter_createMatrix=(a,b)=>(w._imageFilter_createMatrix=F.imageFilter_createMatrix)(a,b);w._imageFilter_createFromColorFilter=a=>(w._imageFilter_createFromColorFilter=F.imageFilter_createFromColorFilter)(a);w._imageFilter_compose=(a,b)=>(w._imageFilter_compose=F.imageFilter_compose)(a,b);w._imageFilter_dispose=a=>(w._imageFilter_dispose=F.imageFilter_dispose)(a);w._imageFilter_getFilterBounds=(a,b)=>(w._imageFilter_getFilterBounds=F.imageFilter_getFilterBounds)(a,b); +w._colorFilter_createMode=(a,b)=>(w._colorFilter_createMode=F.colorFilter_createMode)(a,b);w._colorFilter_createMatrix=a=>(w._colorFilter_createMatrix=F.colorFilter_createMatrix)(a);w._colorFilter_createSRGBToLinearGamma=()=>(w._colorFilter_createSRGBToLinearGamma=F.colorFilter_createSRGBToLinearGamma)();w._colorFilter_createLinearToSRGBGamma=()=>(w._colorFilter_createLinearToSRGBGamma=F.colorFilter_createLinearToSRGBGamma)(); +w._colorFilter_compose=(a,b)=>(w._colorFilter_compose=F.colorFilter_compose)(a,b);w._colorFilter_dispose=a=>(w._colorFilter_dispose=F.colorFilter_dispose)(a);w._maskFilter_createBlur=(a,b)=>(w._maskFilter_createBlur=F.maskFilter_createBlur)(a,b);w._maskFilter_dispose=a=>(w._maskFilter_dispose=F.maskFilter_dispose)(a);w._fontCollection_create=()=>(w._fontCollection_create=F.fontCollection_create)();w._fontCollection_dispose=a=>(w._fontCollection_dispose=F.fontCollection_dispose)(a); +w._typeface_create=a=>(w._typeface_create=F.typeface_create)(a);w._typeface_dispose=a=>(w._typeface_dispose=F.typeface_dispose)(a);w._typefaces_filterCoveredCodePoints=(a,b,c,e)=>(w._typefaces_filterCoveredCodePoints=F.typefaces_filterCoveredCodePoints)(a,b,c,e);w._fontCollection_registerTypeface=(a,b,c)=>(w._fontCollection_registerTypeface=F.fontCollection_registerTypeface)(a,b,c);w._fontCollection_clearCaches=a=>(w._fontCollection_clearCaches=F.fontCollection_clearCaches)(a); +w._image_createFromPicture=(a,b,c)=>(w._image_createFromPicture=F.image_createFromPicture)(a,b,c);w._image_createFromPixels=(a,b,c,e,f)=>(w._image_createFromPixels=F.image_createFromPixels)(a,b,c,e,f);w._image_createFromTextureSource=(a,b,c,e)=>(w._image_createFromTextureSource=F.image_createFromTextureSource)(a,b,c,e);w._image_ref=a=>(w._image_ref=F.image_ref)(a);w._image_dispose=a=>(w._image_dispose=F.image_dispose)(a);w._image_getWidth=a=>(w._image_getWidth=F.image_getWidth)(a); +w._image_getHeight=a=>(w._image_getHeight=F.image_getHeight)(a);w._paint_create=()=>(w._paint_create=F.paint_create)();w._paint_dispose=a=>(w._paint_dispose=F.paint_dispose)(a);w._paint_setBlendMode=(a,b)=>(w._paint_setBlendMode=F.paint_setBlendMode)(a,b);w._paint_setStyle=(a,b)=>(w._paint_setStyle=F.paint_setStyle)(a,b);w._paint_getStyle=a=>(w._paint_getStyle=F.paint_getStyle)(a);w._paint_setStrokeWidth=(a,b)=>(w._paint_setStrokeWidth=F.paint_setStrokeWidth)(a,b); +w._paint_getStrokeWidth=a=>(w._paint_getStrokeWidth=F.paint_getStrokeWidth)(a);w._paint_setStrokeCap=(a,b)=>(w._paint_setStrokeCap=F.paint_setStrokeCap)(a,b);w._paint_getStrokeCap=a=>(w._paint_getStrokeCap=F.paint_getStrokeCap)(a);w._paint_setStrokeJoin=(a,b)=>(w._paint_setStrokeJoin=F.paint_setStrokeJoin)(a,b);w._paint_getStrokeJoin=a=>(w._paint_getStrokeJoin=F.paint_getStrokeJoin)(a);w._paint_setAntiAlias=(a,b)=>(w._paint_setAntiAlias=F.paint_setAntiAlias)(a,b); +w._paint_getAntiAlias=a=>(w._paint_getAntiAlias=F.paint_getAntiAlias)(a);w._paint_setColorInt=(a,b)=>(w._paint_setColorInt=F.paint_setColorInt)(a,b);w._paint_getColorInt=a=>(w._paint_getColorInt=F.paint_getColorInt)(a);w._paint_setMiterLimit=(a,b)=>(w._paint_setMiterLimit=F.paint_setMiterLimit)(a,b);w._paint_getMiterLImit=a=>(w._paint_getMiterLImit=F.paint_getMiterLImit)(a);w._paint_setShader=(a,b)=>(w._paint_setShader=F.paint_setShader)(a,b); +w._paint_setImageFilter=(a,b)=>(w._paint_setImageFilter=F.paint_setImageFilter)(a,b);w._paint_setColorFilter=(a,b)=>(w._paint_setColorFilter=F.paint_setColorFilter)(a,b);w._paint_setMaskFilter=(a,b)=>(w._paint_setMaskFilter=F.paint_setMaskFilter)(a,b);w._path_create=()=>(w._path_create=F.path_create)();w._path_dispose=a=>(w._path_dispose=F.path_dispose)(a);w._path_copy=a=>(w._path_copy=F.path_copy)(a);w._path_setFillType=(a,b)=>(w._path_setFillType=F.path_setFillType)(a,b); +w._path_getFillType=a=>(w._path_getFillType=F.path_getFillType)(a);w._path_moveTo=(a,b,c)=>(w._path_moveTo=F.path_moveTo)(a,b,c);w._path_relativeMoveTo=(a,b,c)=>(w._path_relativeMoveTo=F.path_relativeMoveTo)(a,b,c);w._path_lineTo=(a,b,c)=>(w._path_lineTo=F.path_lineTo)(a,b,c);w._path_relativeLineTo=(a,b,c)=>(w._path_relativeLineTo=F.path_relativeLineTo)(a,b,c);w._path_quadraticBezierTo=(a,b,c,e,f)=>(w._path_quadraticBezierTo=F.path_quadraticBezierTo)(a,b,c,e,f); +w._path_relativeQuadraticBezierTo=(a,b,c,e,f)=>(w._path_relativeQuadraticBezierTo=F.path_relativeQuadraticBezierTo)(a,b,c,e,f);w._path_cubicTo=(a,b,c,e,f,g,l)=>(w._path_cubicTo=F.path_cubicTo)(a,b,c,e,f,g,l);w._path_relativeCubicTo=(a,b,c,e,f,g,l)=>(w._path_relativeCubicTo=F.path_relativeCubicTo)(a,b,c,e,f,g,l);w._path_conicTo=(a,b,c,e,f,g)=>(w._path_conicTo=F.path_conicTo)(a,b,c,e,f,g);w._path_relativeConicTo=(a,b,c,e,f,g)=>(w._path_relativeConicTo=F.path_relativeConicTo)(a,b,c,e,f,g); +w._path_arcToOval=(a,b,c,e,f)=>(w._path_arcToOval=F.path_arcToOval)(a,b,c,e,f);w._path_arcToRotated=(a,b,c,e,f,g,l,n)=>(w._path_arcToRotated=F.path_arcToRotated)(a,b,c,e,f,g,l,n);w._path_relativeArcToRotated=(a,b,c,e,f,g,l,n)=>(w._path_relativeArcToRotated=F.path_relativeArcToRotated)(a,b,c,e,f,g,l,n);w._path_addRect=(a,b)=>(w._path_addRect=F.path_addRect)(a,b);w._path_addOval=(a,b)=>(w._path_addOval=F.path_addOval)(a,b);w._path_addArc=(a,b,c,e)=>(w._path_addArc=F.path_addArc)(a,b,c,e); +w._path_addPolygon=(a,b,c,e)=>(w._path_addPolygon=F.path_addPolygon)(a,b,c,e);w._path_addRRect=(a,b)=>(w._path_addRRect=F.path_addRRect)(a,b);w._path_addPath=(a,b,c,e)=>(w._path_addPath=F.path_addPath)(a,b,c,e);w._path_close=a=>(w._path_close=F.path_close)(a);w._path_reset=a=>(w._path_reset=F.path_reset)(a);w._path_contains=(a,b,c)=>(w._path_contains=F.path_contains)(a,b,c);w._path_transform=(a,b)=>(w._path_transform=F.path_transform)(a,b); +w._path_getBounds=(a,b)=>(w._path_getBounds=F.path_getBounds)(a,b);w._path_combine=(a,b,c)=>(w._path_combine=F.path_combine)(a,b,c);w._pictureRecorder_create=()=>(w._pictureRecorder_create=F.pictureRecorder_create)();w._pictureRecorder_dispose=a=>(w._pictureRecorder_dispose=F.pictureRecorder_dispose)(a);w._pictureRecorder_beginRecording=(a,b)=>(w._pictureRecorder_beginRecording=F.pictureRecorder_beginRecording)(a,b);w._pictureRecorder_endRecording=a=>(w._pictureRecorder_endRecording=F.pictureRecorder_endRecording)(a); +w._picture_getCullRect=(a,b)=>(w._picture_getCullRect=F.picture_getCullRect)(a,b);w._picture_dispose=a=>(w._picture_dispose=F.picture_dispose)(a);w._picture_approximateBytesUsed=a=>(w._picture_approximateBytesUsed=F.picture_approximateBytesUsed)(a);w._shader_createLinearGradient=(a,b,c,e,f,g)=>(w._shader_createLinearGradient=F.shader_createLinearGradient)(a,b,c,e,f,g);w._shader_createRadialGradient=(a,b,c,e,f,g,l,n)=>(w._shader_createRadialGradient=F.shader_createRadialGradient)(a,b,c,e,f,g,l,n); +w._shader_createConicalGradient=(a,b,c,e,f,g,l,n)=>(w._shader_createConicalGradient=F.shader_createConicalGradient)(a,b,c,e,f,g,l,n);w._shader_createSweepGradient=(a,b,c,e,f,g,l,n,r)=>(w._shader_createSweepGradient=F.shader_createSweepGradient)(a,b,c,e,f,g,l,n,r);w._shader_dispose=a=>(w._shader_dispose=F.shader_dispose)(a);w._runtimeEffect_create=a=>(w._runtimeEffect_create=F.runtimeEffect_create)(a);w._runtimeEffect_dispose=a=>(w._runtimeEffect_dispose=F.runtimeEffect_dispose)(a); +w._runtimeEffect_getUniformSize=a=>(w._runtimeEffect_getUniformSize=F.runtimeEffect_getUniformSize)(a);w._shader_createRuntimeEffectShader=(a,b,c,e)=>(w._shader_createRuntimeEffectShader=F.shader_createRuntimeEffectShader)(a,b,c,e);w._shader_createFromImage=(a,b,c,e,f)=>(w._shader_createFromImage=F.shader_createFromImage)(a,b,c,e,f);w._skString_allocate=a=>(w._skString_allocate=F.skString_allocate)(a);w._skString_getData=a=>(w._skString_getData=F.skString_getData)(a); +w._skString_free=a=>(w._skString_free=F.skString_free)(a);w._skString16_allocate=a=>(w._skString16_allocate=F.skString16_allocate)(a);w._skString16_getData=a=>(w._skString16_getData=F.skString16_getData)(a);w._skString16_free=a=>(w._skString16_free=F.skString16_free)(a);var Db=(a,b,c,e,f)=>(Db=F.emscripten_dispatch_to_thread_)(a,b,c,e,f);w._surface_create=()=>(w._surface_create=F.surface_create)();w._surface_getThreadId=a=>(w._surface_getThreadId=F.surface_getThreadId)(a); +w._surface_setCallbackHandler=(a,b)=>(w._surface_setCallbackHandler=F.surface_setCallbackHandler)(a,b);w._surface_destroy=a=>(w._surface_destroy=F.surface_destroy)(a);w._surface_renderPicture=(a,b)=>(w._surface_renderPicture=F.surface_renderPicture)(a,b);w._surface_rasterizeImage=(a,b,c)=>(w._surface_rasterizeImage=F.surface_rasterizeImage)(a,b,c);var Zc=w._surface_onRenderComplete=(a,b,c)=>(Zc=w._surface_onRenderComplete=F.surface_onRenderComplete)(a,b,c); +w._lineMetrics_create=(a,b,c,e,f,g,l,n,r)=>(w._lineMetrics_create=F.lineMetrics_create)(a,b,c,e,f,g,l,n,r);w._lineMetrics_dispose=a=>(w._lineMetrics_dispose=F.lineMetrics_dispose)(a);w._lineMetrics_getHardBreak=a=>(w._lineMetrics_getHardBreak=F.lineMetrics_getHardBreak)(a);w._lineMetrics_getAscent=a=>(w._lineMetrics_getAscent=F.lineMetrics_getAscent)(a);w._lineMetrics_getDescent=a=>(w._lineMetrics_getDescent=F.lineMetrics_getDescent)(a); +w._lineMetrics_getUnscaledAscent=a=>(w._lineMetrics_getUnscaledAscent=F.lineMetrics_getUnscaledAscent)(a);w._lineMetrics_getHeight=a=>(w._lineMetrics_getHeight=F.lineMetrics_getHeight)(a);w._lineMetrics_getWidth=a=>(w._lineMetrics_getWidth=F.lineMetrics_getWidth)(a);w._lineMetrics_getLeft=a=>(w._lineMetrics_getLeft=F.lineMetrics_getLeft)(a);w._lineMetrics_getBaseline=a=>(w._lineMetrics_getBaseline=F.lineMetrics_getBaseline)(a);w._lineMetrics_getLineNumber=a=>(w._lineMetrics_getLineNumber=F.lineMetrics_getLineNumber)(a); +w._lineMetrics_getStartIndex=a=>(w._lineMetrics_getStartIndex=F.lineMetrics_getStartIndex)(a);w._lineMetrics_getEndIndex=a=>(w._lineMetrics_getEndIndex=F.lineMetrics_getEndIndex)(a);w._paragraph_dispose=a=>(w._paragraph_dispose=F.paragraph_dispose)(a);w._paragraph_getWidth=a=>(w._paragraph_getWidth=F.paragraph_getWidth)(a);w._paragraph_getHeight=a=>(w._paragraph_getHeight=F.paragraph_getHeight)(a);w._paragraph_getLongestLine=a=>(w._paragraph_getLongestLine=F.paragraph_getLongestLine)(a); +w._paragraph_getMinIntrinsicWidth=a=>(w._paragraph_getMinIntrinsicWidth=F.paragraph_getMinIntrinsicWidth)(a);w._paragraph_getMaxIntrinsicWidth=a=>(w._paragraph_getMaxIntrinsicWidth=F.paragraph_getMaxIntrinsicWidth)(a);w._paragraph_getAlphabeticBaseline=a=>(w._paragraph_getAlphabeticBaseline=F.paragraph_getAlphabeticBaseline)(a);w._paragraph_getIdeographicBaseline=a=>(w._paragraph_getIdeographicBaseline=F.paragraph_getIdeographicBaseline)(a); +w._paragraph_getDidExceedMaxLines=a=>(w._paragraph_getDidExceedMaxLines=F.paragraph_getDidExceedMaxLines)(a);w._paragraph_layout=(a,b)=>(w._paragraph_layout=F.paragraph_layout)(a,b);w._paragraph_getPositionForOffset=(a,b,c,e)=>(w._paragraph_getPositionForOffset=F.paragraph_getPositionForOffset)(a,b,c,e);w._paragraph_getWordBoundary=(a,b,c)=>(w._paragraph_getWordBoundary=F.paragraph_getWordBoundary)(a,b,c);w._paragraph_getLineCount=a=>(w._paragraph_getLineCount=F.paragraph_getLineCount)(a); +w._paragraph_getLineNumberAt=(a,b)=>(w._paragraph_getLineNumberAt=F.paragraph_getLineNumberAt)(a,b);w._paragraph_getLineMetricsAtIndex=(a,b)=>(w._paragraph_getLineMetricsAtIndex=F.paragraph_getLineMetricsAtIndex)(a,b);w._textBoxList_dispose=a=>(w._textBoxList_dispose=F.textBoxList_dispose)(a);w._textBoxList_getLength=a=>(w._textBoxList_getLength=F.textBoxList_getLength)(a);w._textBoxList_getBoxAtIndex=(a,b,c)=>(w._textBoxList_getBoxAtIndex=F.textBoxList_getBoxAtIndex)(a,b,c); +w._paragraph_getBoxesForRange=(a,b,c,e,f)=>(w._paragraph_getBoxesForRange=F.paragraph_getBoxesForRange)(a,b,c,e,f);w._paragraph_getBoxesForPlaceholders=a=>(w._paragraph_getBoxesForPlaceholders=F.paragraph_getBoxesForPlaceholders)(a);w._paragraph_getUnresolvedCodePoints=(a,b,c)=>(w._paragraph_getUnresolvedCodePoints=F.paragraph_getUnresolvedCodePoints)(a,b,c);w._paragraphBuilder_create=(a,b)=>(w._paragraphBuilder_create=F.paragraphBuilder_create)(a,b); +w._paragraphBuilder_dispose=a=>(w._paragraphBuilder_dispose=F.paragraphBuilder_dispose)(a);w._paragraphBuilder_addPlaceholder=(a,b,c,e,f,g)=>(w._paragraphBuilder_addPlaceholder=F.paragraphBuilder_addPlaceholder)(a,b,c,e,f,g);w._paragraphBuilder_addText=(a,b)=>(w._paragraphBuilder_addText=F.paragraphBuilder_addText)(a,b);w._paragraphBuilder_getUtf8Text=(a,b)=>(w._paragraphBuilder_getUtf8Text=F.paragraphBuilder_getUtf8Text)(a,b); +w._paragraphBuilder_pushStyle=(a,b)=>(w._paragraphBuilder_pushStyle=F.paragraphBuilder_pushStyle)(a,b);w._paragraphBuilder_pop=a=>(w._paragraphBuilder_pop=F.paragraphBuilder_pop)(a);w._paragraphBuilder_build=a=>(w._paragraphBuilder_build=F.paragraphBuilder_build)(a);w._unicodePositionBuffer_create=a=>(w._unicodePositionBuffer_create=F.unicodePositionBuffer_create)(a);w._unicodePositionBuffer_getDataPointer=a=>(w._unicodePositionBuffer_getDataPointer=F.unicodePositionBuffer_getDataPointer)(a); +w._unicodePositionBuffer_free=a=>(w._unicodePositionBuffer_free=F.unicodePositionBuffer_free)(a);w._lineBreakBuffer_create=a=>(w._lineBreakBuffer_create=F.lineBreakBuffer_create)(a);w._lineBreakBuffer_getDataPointer=a=>(w._lineBreakBuffer_getDataPointer=F.lineBreakBuffer_getDataPointer)(a);w._lineBreakBuffer_free=a=>(w._lineBreakBuffer_free=F.lineBreakBuffer_free)(a); +w._paragraphBuilder_setGraphemeBreaksUtf16=(a,b)=>(w._paragraphBuilder_setGraphemeBreaksUtf16=F.paragraphBuilder_setGraphemeBreaksUtf16)(a,b);w._paragraphBuilder_setWordBreaksUtf16=(a,b)=>(w._paragraphBuilder_setWordBreaksUtf16=F.paragraphBuilder_setWordBreaksUtf16)(a,b);w._paragraphBuilder_setLineBreaksUtf16=(a,b)=>(w._paragraphBuilder_setLineBreaksUtf16=F.paragraphBuilder_setLineBreaksUtf16)(a,b);w._paragraphStyle_create=()=>(w._paragraphStyle_create=F.paragraphStyle_create)(); +w._paragraphStyle_dispose=a=>(w._paragraphStyle_dispose=F.paragraphStyle_dispose)(a);w._paragraphStyle_setTextAlign=(a,b)=>(w._paragraphStyle_setTextAlign=F.paragraphStyle_setTextAlign)(a,b);w._paragraphStyle_setTextDirection=(a,b)=>(w._paragraphStyle_setTextDirection=F.paragraphStyle_setTextDirection)(a,b);w._paragraphStyle_setMaxLines=(a,b)=>(w._paragraphStyle_setMaxLines=F.paragraphStyle_setMaxLines)(a,b); +w._paragraphStyle_setHeight=(a,b)=>(w._paragraphStyle_setHeight=F.paragraphStyle_setHeight)(a,b);w._paragraphStyle_setTextHeightBehavior=(a,b,c)=>(w._paragraphStyle_setTextHeightBehavior=F.paragraphStyle_setTextHeightBehavior)(a,b,c);w._paragraphStyle_setEllipsis=(a,b)=>(w._paragraphStyle_setEllipsis=F.paragraphStyle_setEllipsis)(a,b);w._paragraphStyle_setStrutStyle=(a,b)=>(w._paragraphStyle_setStrutStyle=F.paragraphStyle_setStrutStyle)(a,b); +w._paragraphStyle_setTextStyle=(a,b)=>(w._paragraphStyle_setTextStyle=F.paragraphStyle_setTextStyle)(a,b);w._strutStyle_create=()=>(w._strutStyle_create=F.strutStyle_create)();w._strutStyle_dispose=a=>(w._strutStyle_dispose=F.strutStyle_dispose)(a);w._strutStyle_setFontFamilies=(a,b,c)=>(w._strutStyle_setFontFamilies=F.strutStyle_setFontFamilies)(a,b,c);w._strutStyle_setFontSize=(a,b)=>(w._strutStyle_setFontSize=F.strutStyle_setFontSize)(a,b); +w._strutStyle_setHeight=(a,b)=>(w._strutStyle_setHeight=F.strutStyle_setHeight)(a,b);w._strutStyle_setHalfLeading=(a,b)=>(w._strutStyle_setHalfLeading=F.strutStyle_setHalfLeading)(a,b);w._strutStyle_setLeading=(a,b)=>(w._strutStyle_setLeading=F.strutStyle_setLeading)(a,b);w._strutStyle_setFontStyle=(a,b,c)=>(w._strutStyle_setFontStyle=F.strutStyle_setFontStyle)(a,b,c);w._strutStyle_setForceStrutHeight=(a,b)=>(w._strutStyle_setForceStrutHeight=F.strutStyle_setForceStrutHeight)(a,b); +w._textStyle_create=()=>(w._textStyle_create=F.textStyle_create)();w._textStyle_copy=a=>(w._textStyle_copy=F.textStyle_copy)(a);w._textStyle_dispose=a=>(w._textStyle_dispose=F.textStyle_dispose)(a);w._textStyle_setColor=(a,b)=>(w._textStyle_setColor=F.textStyle_setColor)(a,b);w._textStyle_setDecoration=(a,b)=>(w._textStyle_setDecoration=F.textStyle_setDecoration)(a,b);w._textStyle_setDecorationColor=(a,b)=>(w._textStyle_setDecorationColor=F.textStyle_setDecorationColor)(a,b); +w._textStyle_setDecorationStyle=(a,b)=>(w._textStyle_setDecorationStyle=F.textStyle_setDecorationStyle)(a,b);w._textStyle_setDecorationThickness=(a,b)=>(w._textStyle_setDecorationThickness=F.textStyle_setDecorationThickness)(a,b);w._textStyle_setFontStyle=(a,b,c)=>(w._textStyle_setFontStyle=F.textStyle_setFontStyle)(a,b,c);w._textStyle_setTextBaseline=(a,b)=>(w._textStyle_setTextBaseline=F.textStyle_setTextBaseline)(a,b);w._textStyle_clearFontFamilies=a=>(w._textStyle_clearFontFamilies=F.textStyle_clearFontFamilies)(a); +w._textStyle_addFontFamilies=(a,b,c)=>(w._textStyle_addFontFamilies=F.textStyle_addFontFamilies)(a,b,c);w._textStyle_setFontSize=(a,b)=>(w._textStyle_setFontSize=F.textStyle_setFontSize)(a,b);w._textStyle_setLetterSpacing=(a,b)=>(w._textStyle_setLetterSpacing=F.textStyle_setLetterSpacing)(a,b);w._textStyle_setWordSpacing=(a,b)=>(w._textStyle_setWordSpacing=F.textStyle_setWordSpacing)(a,b);w._textStyle_setHeight=(a,b)=>(w._textStyle_setHeight=F.textStyle_setHeight)(a,b); +w._textStyle_setHalfLeading=(a,b)=>(w._textStyle_setHalfLeading=F.textStyle_setHalfLeading)(a,b);w._textStyle_setLocale=(a,b)=>(w._textStyle_setLocale=F.textStyle_setLocale)(a,b);w._textStyle_setBackground=(a,b)=>(w._textStyle_setBackground=F.textStyle_setBackground)(a,b);w._textStyle_setForeground=(a,b)=>(w._textStyle_setForeground=F.textStyle_setForeground)(a,b);w._textStyle_addShadow=(a,b,c,e,f)=>(w._textStyle_addShadow=F.textStyle_addShadow)(a,b,c,e,f); +w._textStyle_addFontFeature=(a,b,c)=>(w._textStyle_addFontFeature=F.textStyle_addFontFeature)(a,b,c);w._textStyle_setFontVariations=(a,b,c,e)=>(w._textStyle_setFontVariations=F.textStyle_setFontVariations)(a,b,c,e);w._vertices_create=(a,b,c,e,f,g,l)=>(w._vertices_create=F.vertices_create)(a,b,c,e,f,g,l);w._vertices_dispose=a=>(w._vertices_dispose=F.vertices_dispose)(a);var fb=w._pthread_self=()=>(fb=w._pthread_self=F.pthread_self)(),pb=a=>(pb=F.malloc)(a); +w.__emscripten_tls_init=()=>(w.__emscripten_tls_init=F._emscripten_tls_init)();var ad=w.__emscripten_thread_init=(a,b,c,e,f,g)=>(ad=w.__emscripten_thread_init=F._emscripten_thread_init)(a,b,c,e,f,g);w.__emscripten_thread_crashed=()=>(w.__emscripten_thread_crashed=F._emscripten_thread_crashed)(); +var jc=(a,b,c,e)=>(jc=F._emscripten_run_in_main_runtime_thread_js)(a,b,c,e),db=a=>(db=F._emscripten_thread_free_data)(a),jb=w.__emscripten_thread_exit=a=>(jb=w.__emscripten_thread_exit=F._emscripten_thread_exit)(a),wb=w.__emscripten_check_mailbox=()=>(wb=w.__emscripten_check_mailbox=F._emscripten_check_mailbox)(),Z=(a,b)=>(Z=F.setThrew)(a,b),ib=(a,b)=>(ib=F.emscripten_stack_set_limits)(a,b),N=()=>(N=F.stackSave)(),M=a=>(M=F.stackRestore)(a),Cb=w.stackAlloc=a=>(Cb=w.stackAlloc=F.stackAlloc)(a); +function cd(a,b,c){var e=N();try{return G.get(a)(b,c)}catch(f){M(e);if(f!==f+0)throw f;Z(1,0)}}function hd(a,b,c){var e=N();try{G.get(a)(b,c)}catch(f){M(e);if(f!==f+0)throw f;Z(1,0)}}function bd(a,b){var c=N();try{return G.get(a)(b)}catch(e){M(c);if(e!==e+0)throw e;Z(1,0)}}function jd(a,b,c,e){var f=N();try{G.get(a)(b,c,e)}catch(g){M(f);if(g!==g+0)throw g;Z(1,0)}}function dd(a,b,c,e){var f=N();try{return G.get(a)(b,c,e)}catch(g){M(f);if(g!==g+0)throw g;Z(1,0)}} +function kd(a,b,c,e,f){var g=N();try{G.get(a)(b,c,e,f)}catch(l){M(g);if(l!==l+0)throw l;Z(1,0)}}function ld(a,b,c,e,f,g,l,n){var r=N();try{G.get(a)(b,c,e,f,g,l,n)}catch(u){M(r);if(u!==u+0)throw u;Z(1,0)}}function gd(a,b){var c=N();try{G.get(a)(b)}catch(e){M(c);if(e!==e+0)throw e;Z(1,0)}}function fd(a,b,c,e,f,g,l){var n=N();try{return G.get(a)(b,c,e,f,g,l)}catch(r){M(n);if(r!==r+0)throw r;Z(1,0)}} +function ed(a,b,c,e,f){var g=N();try{return G.get(a)(b,c,e,f)}catch(l){M(g);if(l!==l+0)throw l;Z(1,0)}}w.keepRuntimeAlive=Ka;w.wasmMemory=d;w.wasmExports=F; +w.addFunction=function(a,b){if(!Vc){Vc=new WeakMap;var c=G.length;if(Vc)for(var e=0;e<0+c;e++){var f=G.get(e);f&&Vc.set(f,e)}}if(c=Vc.get(a)||0)return c;if(Wc.length)c=Wc.pop();else{try{G.grow(1)}catch(n){if(!(n instanceof RangeError))throw n;throw"Unable to grow wasm table. Set ALLOW_TABLE_GROWTH.";}c=G.length-1}try{G.set(c,a)}catch(n){if(!(n instanceof TypeError))throw n;if("function"==typeof WebAssembly.Function){e=WebAssembly.Function;f={i:"i32",j:"i64",f:"f32",d:"f64",p:"i32"};for(var g={parameters:[], +results:"v"==b[0]?[]:[f[b[0]]]},l=1;ll?e.push(l):e.push(l%128|128,l>>7);for(l=0;lf?b.push(f):b.push(f%128|128,f>>7);b.push.apply(b,e);b.push(2,7,1,1,101,1,102,0,0,7,5,1,1,102,0,0);b=new WebAssembly.Module(new Uint8Array(b));b=(new WebAssembly.Instance(b, +{e:{f:a}})).exports.f}G.set(c,b)}Vc.set(a,c);return c};w.ExitStatus=Va;w.PThread=I;var nd;Ma=function od(){nd||pd();nd||(Ma=od)}; +function pd(){function a(){if(!nd&&(nd=!0,w.calledRun=!0,!Ba)){A||hb(Ha);ja(w);if(w.onRuntimeInitialized)w.onRuntimeInitialized();if(!A){if(w.postRun)for("function"==typeof w.postRun&&(w.postRun=[w.postRun]);w.postRun.length;){var b=w.postRun.shift();Ia.unshift(b)}hb(Ia)}}}if(!(0 skwasm); diff --git a/canvaskit/skwasm.wasm b/canvaskit/skwasm.wasm new file mode 100644 index 0000000..94b52e1 Binary files /dev/null and b/canvaskit/skwasm.wasm differ diff --git a/canvaskit/skwasm.worker.js b/canvaskit/skwasm.worker.js new file mode 100644 index 0000000..201afe5 --- /dev/null +++ b/canvaskit/skwasm.worker.js @@ -0,0 +1 @@ +"use strict";var Module={};var ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string";if(ENVIRONMENT_IS_NODE){var nodeWorkerThreads=require("worker_threads");var parentPort=nodeWorkerThreads.parentPort;parentPort.on("message",data=>onmessage({data:data}));var fs=require("fs");Object.assign(global,{self:global,require:require,Module:Module,location:{href:__filename},Worker:nodeWorkerThreads.Worker,importScripts:f=>(0,eval)(fs.readFileSync(f,"utf8")+"//# sourceURL="+f),postMessage:msg=>parentPort.postMessage(msg),performance:global.performance||{now:Date.now}})}var initializedJS=false;function threadPrintErr(){var text=Array.prototype.slice.call(arguments).join(" ");if(ENVIRONMENT_IS_NODE){fs.writeSync(2,text+"\n");return}console.error(text)}function threadAlert(){var text=Array.prototype.slice.call(arguments).join(" ");postMessage({cmd:"alert",text:text,threadId:Module["_pthread_self"]()})}var err=threadPrintErr;self.alert=threadAlert;Module["instantiateWasm"]=(info,receiveInstance)=>{var module=Module["wasmModule"];Module["wasmModule"]=null;var instance=new WebAssembly.Instance(module,info);return receiveInstance(instance)};self.onunhandledrejection=e=>{throw e.reason??e};function handleMessage(e){try{if(e.data.cmd==="load"){let messageQueue=[];self.onmessage=e=>messageQueue.push(e);self.startWorker=instance=>{Module=instance;postMessage({"cmd":"loaded"});for(let msg of messageQueue){handleMessage(msg)}self.onmessage=handleMessage};Module["wasmModule"]=e.data.wasmModule;for(const handler of e.data.handlers){Module[handler]=(...args)=>{postMessage({cmd:"callHandler",handler:handler,args:args})}}Module["wasmMemory"]=e.data.wasmMemory;Module["buffer"]=Module["wasmMemory"].buffer;Module["ENVIRONMENT_IS_PTHREAD"]=true;if(typeof e.data.urlOrBlob=="string"){importScripts(e.data.urlOrBlob)}else{var objectUrl=URL.createObjectURL(e.data.urlOrBlob);importScripts(objectUrl);URL.revokeObjectURL(objectUrl)}skwasm(Module)}else if(e.data.cmd==="run"){Module["__emscripten_thread_init"](e.data.pthread_ptr,/*isMainBrowserThread=*/0,/*isMainRuntimeThread=*/0,/*canBlock=*/1);Module["__emscripten_thread_mailbox_await"](e.data.pthread_ptr);Module["establishStackSpace"]();Module["PThread"].receiveObjectTransfer(e.data);Module["PThread"].threadInitTLS();if(!initializedJS){initializedJS=true}try{Module["invokeEntryPoint"](e.data.start_routine,e.data.arg)}catch(ex){if(ex!="unwind"){throw ex}}}else if(e.data.cmd==="cancel"){if(Module["_pthread_self"]()){Module["__emscripten_thread_exit"](-1)}}else if(e.data.target==="setimmediate"){}else if(e.data.cmd==="checkMailbox"){if(initializedJS){Module["checkMailbox"]()}}else if(e.data.cmd){err("worker.js received unknown command "+e.data.cmd);err(e.data)}}catch(ex){if(Module["__emscripten_thread_crashed"]){Module["__emscripten_thread_crashed"]()}throw ex}}self.onmessage=handleMessage; diff --git a/web/favicon.png b/favicon.png similarity index 100% rename from web/favicon.png rename to favicon.png diff --git a/flutter.js b/flutter.js new file mode 100644 index 0000000..4fd0e51 --- /dev/null +++ b/flutter.js @@ -0,0 +1,377 @@ +// Copyright 2014 The Flutter Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +if (!_flutter) { + var _flutter = {}; +} +_flutter.loader = null; + +(function () { + "use strict"; + + const baseUri = ensureTrailingSlash(getBaseURI()); + + function getBaseURI() { + const base = document.querySelector("base"); + return (base && base.getAttribute("href")) || ""; + } + + function ensureTrailingSlash(uri) { + if (uri == "") { + return uri; + } + return uri.endsWith("/") ? uri : `${uri}/`; + } + + /** + * Wraps `promise` in a timeout of the given `duration` in ms. + * + * Resolves/rejects with whatever the original `promises` does, or rejects + * if `promise` takes longer to complete than `duration`. In that case, + * `debugName` is used to compose a legible error message. + * + * If `duration` is < 0, the original `promise` is returned unchanged. + * @param {Promise} promise + * @param {number} duration + * @param {string} debugName + * @returns {Promise} a wrapped promise. + */ + async function timeout(promise, duration, debugName) { + if (duration < 0) { + return promise; + } + let timeoutId; + const _clock = new Promise((_, reject) => { + timeoutId = setTimeout(() => { + reject( + new Error( + `${debugName} took more than ${duration}ms to resolve. Moving on.`, + { + cause: timeout, + } + ) + ); + }, duration); + }); + + return Promise.race([promise, _clock]).finally(() => { + clearTimeout(timeoutId); + }); + } + + /** + * Handles the creation of a TrustedTypes `policy` that validates URLs based + * on an (optional) incoming array of RegExes. + */ + class FlutterTrustedTypesPolicy { + /** + * Constructs the policy. + * @param {[RegExp]} validPatterns the patterns to test URLs + * @param {String} policyName the policy name (optional) + */ + constructor(validPatterns, policyName = "flutter-js") { + const patterns = validPatterns || [ + /\.js$/, + ]; + if (window.trustedTypes) { + this.policy = trustedTypes.createPolicy(policyName, { + createScriptURL: function(url) { + const parsed = new URL(url, window.location); + const file = parsed.pathname.split("/").pop(); + const matches = patterns.some((pattern) => pattern.test(file)); + if (matches) { + return parsed.toString(); + } + console.error( + "URL rejected by TrustedTypes policy", + policyName, ":", url, "(download prevented)"); + } + }); + } + } + } + + /** + * Handles loading/reloading Flutter's service worker, if configured. + * + * @see: https://developers.google.com/web/fundamentals/primers/service-workers + */ + class FlutterServiceWorkerLoader { + /** + * Injects a TrustedTypesPolicy (or undefined if the feature is not supported). + * @param {TrustedTypesPolicy | undefined} policy + */ + setTrustedTypesPolicy(policy) { + this._ttPolicy = policy; + } + + /** + * Returns a Promise that resolves when the latest Flutter service worker, + * configured by `settings` has been loaded and activated. + * + * Otherwise, the promise is rejected with an error message. + * @param {*} settings Service worker settings + * @returns {Promise} that resolves when the latest serviceWorker is ready. + */ + loadServiceWorker(settings) { + if (settings == null) { + // In the future, settings = null -> uninstall service worker? + console.debug("Null serviceWorker configuration. Skipping."); + return Promise.resolve(); + } + if (!("serviceWorker" in navigator)) { + let errorMessage = "Service Worker API unavailable."; + if (!window.isSecureContext) { + errorMessage += "\nThe current context is NOT secure." + errorMessage += "\nRead more: https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts"; + } + return Promise.reject( + new Error(errorMessage) + ); + } + const { + serviceWorkerVersion, + serviceWorkerUrl = `${baseUri}flutter_service_worker.js?v=${serviceWorkerVersion}`, + timeoutMillis = 4000, + } = settings; + + // Apply the TrustedTypes policy, if present. + let url = serviceWorkerUrl; + if (this._ttPolicy != null) { + url = this._ttPolicy.createScriptURL(url); + } + + const serviceWorkerActivation = navigator.serviceWorker + .register(url) + .then((serviceWorkerRegistration) => this._getNewServiceWorker(serviceWorkerRegistration, serviceWorkerVersion)) + .then(this._waitForServiceWorkerActivation); + + // Timeout race promise + return timeout( + serviceWorkerActivation, + timeoutMillis, + "prepareServiceWorker" + ); + } + + /** + * Returns the latest service worker for the given `serviceWorkerRegistration`. + * + * This might return the current service worker, if there's no new service worker + * awaiting to be installed/updated. + * + * @param {ServiceWorkerRegistration} serviceWorkerRegistration + * @param {String} serviceWorkerVersion + * @returns {Promise} + */ + async _getNewServiceWorker(serviceWorkerRegistration, serviceWorkerVersion) { + if (!serviceWorkerRegistration.active && (serviceWorkerRegistration.installing || serviceWorkerRegistration.waiting)) { + // No active web worker and we have installed or are installing + // one for the first time. Simply wait for it to activate. + console.debug("Installing/Activating first service worker."); + return serviceWorkerRegistration.installing || serviceWorkerRegistration.waiting; + } else if (!serviceWorkerRegistration.active.scriptURL.endsWith(serviceWorkerVersion)) { + // When the app updates the serviceWorkerVersion changes, so we + // need to ask the service worker to update. + const newRegistration = await serviceWorkerRegistration.update(); + console.debug("Updating service worker."); + return newRegistration.installing || newRegistration.waiting || newRegistration.active; + } else { + console.debug("Loading from existing service worker."); + return serviceWorkerRegistration.active; + } + } + + /** + * Returns a Promise that resolves when the `serviceWorker` changes its + * state to "activated". + * + * @param {ServiceWorker} serviceWorker + * @returns {Promise} + */ + async _waitForServiceWorkerActivation(serviceWorker) { + if (!serviceWorker || serviceWorker.state == "activated") { + if (!serviceWorker) { + throw new Error("Cannot activate a null service worker!"); + } else { + console.debug("Service worker already active."); + return; + } + } + return new Promise((resolve, _) => { + serviceWorker.addEventListener("statechange", () => { + if (serviceWorker.state == "activated") { + console.debug("Activated new service worker."); + resolve(); + } + }); + }); + } + } + + /** + * Handles injecting the main Flutter web entrypoint (main.dart.js), and notifying + * the user when Flutter is ready, through `didCreateEngineInitializer`. + * + * @see https://docs.flutter.dev/development/platform-integration/web/initialization + */ + class FlutterEntrypointLoader { + /** + * Creates a FlutterEntrypointLoader. + */ + constructor() { + // Watchdog to prevent injecting the main entrypoint multiple times. + this._scriptLoaded = false; + } + + /** + * Injects a TrustedTypesPolicy (or undefined if the feature is not supported). + * @param {TrustedTypesPolicy | undefined} policy + */ + setTrustedTypesPolicy(policy) { + this._ttPolicy = policy; + } + + /** + * Loads flutter main entrypoint, specified by `entrypointUrl`, and calls a + * user-specified `onEntrypointLoaded` callback with an EngineInitializer + * object when it's done. + * + * @param {*} options + * @returns {Promise | undefined} that will eventually resolve with an + * EngineInitializer, or will be rejected with the error caused by the loader. + * Returns undefined when an `onEntrypointLoaded` callback is supplied in `options`. + */ + async loadEntrypoint(options) { + const { entrypointUrl = `${baseUri}main.dart.js`, onEntrypointLoaded } = + options || {}; + + return this._loadEntrypoint(entrypointUrl, onEntrypointLoaded); + } + + /** + * Resolves the promise created by loadEntrypoint, and calls the `onEntrypointLoaded` + * function supplied by the user (if needed). + * + * Called by Flutter through `_flutter.loader.didCreateEngineInitializer` method, + * which is bound to the correct instance of the FlutterEntrypointLoader by + * the FlutterLoader object. + * + * @param {Function} engineInitializer @see https://github.com/flutter/engine/blob/main/lib/web_ui/lib/src/engine/js_interop/js_loader.dart#L42 + */ + didCreateEngineInitializer(engineInitializer) { + if (typeof this._didCreateEngineInitializerResolve === "function") { + this._didCreateEngineInitializerResolve(engineInitializer); + // Remove the resolver after the first time, so Flutter Web can hot restart. + this._didCreateEngineInitializerResolve = null; + // Make the engine revert to "auto" initialization on hot restart. + delete _flutter.loader.didCreateEngineInitializer; + } + if (typeof this._onEntrypointLoaded === "function") { + this._onEntrypointLoaded(engineInitializer); + } + } + + /** + * Injects a script tag into the DOM, and configures this loader to be able to + * handle the "entrypoint loaded" notifications received from Flutter web. + * + * @param {string} entrypointUrl the URL of the script that will initialize + * Flutter. + * @param {Function} onEntrypointLoaded a callback that will be called when + * Flutter web notifies this object that the entrypoint is + * loaded. + * @returns {Promise | undefined} a Promise that resolves when the entrypoint + * is loaded, or undefined if `onEntrypointLoaded` + * is a function. + */ + _loadEntrypoint(entrypointUrl, onEntrypointLoaded) { + const useCallback = typeof onEntrypointLoaded === "function"; + + if (!this._scriptLoaded) { + this._scriptLoaded = true; + const scriptTag = this._createScriptTag(entrypointUrl); + if (useCallback) { + // Just inject the script tag, and return nothing; Flutter will call + // `didCreateEngineInitializer` when it's done. + console.debug("Injecting diff --git a/lib/build_context_x.dart b/lib/build_context_x.dart deleted file mode 100644 index 8046362..0000000 --- a/lib/build_context_x.dart +++ /dev/null @@ -1,6 +0,0 @@ -import 'package:flutter/material.dart'; - -extension BuildContextX on BuildContext { - ThemeData get theme => Theme.of(this); - MediaQueryData get mq => MediaQuery.of(this); -} diff --git a/lib/constants.dart b/lib/constants.dart deleted file mode 100644 index 8ef6bb0..0000000 --- a/lib/constants.dart +++ /dev/null @@ -1,41 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:yaru_widgets/constants.dart'; - -const kToolBarHeight = 60.0; - -const kAvatarSize = 60.0; - -const kLeadingWidth = kToolBarHeight * 0.9; - -const kListTilePadding = - EdgeInsets.only(left: kYaruPagePadding, right: kYaruPagePadding); - -const kListIconPadding = - EdgeInsets.only(bottom: 5, right: kYaruPagePadding + 2); - -final kListTileShape = RoundedRectangleBorder( - borderRadius: BorderRadius.circular(kYaruPagePadding / 2), -); - -const kAppTitle = 'Ubuntu Flutter Community'; - -const kUfcOrgaName = 'ubuntu-flutter-community'; - -const kUbuntuOrganName = 'ubuntu'; - -const kShortTitle = 'UFC'; - -const kGitHubPrefix = 'https://github.com'; - -const kGitHubOrgaLink = '$kGitHubPrefix/$kUfcOrgaName'; - -const kMail = 'mailto:frederik.feichtmeier@gmail.com'; - -const kDiscordLink = 'https://discord.gg/vJgPV9Yn3n'; - -const kWelcomeTitle = 'Changing the Ubuntu Desktop to a fluttery future'; - -const kWelcomeButtonText = 'See our projects'; - -const kBaseColor = Colors.grey; -const kHighlightColor = Colors.white; diff --git a/lib/contributor_grid.dart b/lib/contributor_grid.dart deleted file mode 100644 index 4d84511..0000000 --- a/lib/contributor_grid.dart +++ /dev/null @@ -1,62 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:github/github.dart'; -import 'package:ubuntu_service/ubuntu_service.dart'; -import 'package:url_launcher/url_launcher.dart'; -import 'constants.dart'; -import 'contributor_service.dart'; -import 'package:yaru_icons/yaru_icons.dart'; -import 'package:yaru_widgets/constants.dart'; - -class ContributorGrid extends StatefulWidget { - const ContributorGrid({super.key}); - - @override - State createState() => _ContributorGridState(); -} - -class _ContributorGridState extends State { - late List _contributors; - - @override - void initState() { - super.initState(); - _contributors = getService().contributors; - } - - @override - Widget build(BuildContext context) { - return GridView.builder( - padding: const EdgeInsets.all(25), - gridDelegate: const SliverGridDelegateWithMaxCrossAxisExtent( - maxCrossAxisExtent: kAvatarSize, - mainAxisExtent: kAvatarSize, - mainAxisSpacing: kYaruPagePadding, - crossAxisSpacing: kYaruPagePadding, - ), - itemCount: _contributors.length, - itemBuilder: (context, index) { - final e = _contributors.elementAt(index); - return InkWell( - borderRadius: BorderRadius.circular(kAvatarSize * 2), - onTap: - e.htmlUrl == null ? null : () => launchUrl(Uri.parse(e.htmlUrl!)), - child: Tooltip( - message: e.login, - child: CircleAvatar( - backgroundImage: e.avatarUrl != null - ? NetworkImage( - e.avatarUrl!, - ) - : null, - child: e.avatarUrl == null - ? const YaruPlaceholderIcon( - size: Size.square(kAvatarSize), - ) - : null, - ), - ), - ); - }, - ); - } -} diff --git a/lib/contributor_service.dart b/lib/contributor_service.dart deleted file mode 100644 index dc367e7..0000000 --- a/lib/contributor_service.dart +++ /dev/null @@ -1,39 +0,0 @@ -import 'package:github/github.dart'; - -import 'repositories.dart'; - -class ContributorService { - ContributorService({required GitHub gitHub}) : _gitHub = gitHub; - final GitHub _gitHub; - List? _contributors; - List get contributors => _contributors ?? []; - - Future init() async { - _contributors ??= await getContributors(); - return true; - } - - Future> getContributors() async { - final allContributors = {}; - - for (var repo in repositories) { - for (var e in (await _getRepoContributors(repo.$1, repo.$2))) { - if (!allContributors.any((c) => e.id == c.id)) { - allContributors.add(e); - } - } - } - - return allContributors.toList(); - } - - Future> _getRepoContributors( - String owner, - String name, - ) async { - return await (_gitHub.repositories) - .listContributors(RepositorySlug(owner, name)) - .where((c) => c.type == 'User') - .toList(); - } -} diff --git a/lib/contributors_page.dart b/lib/contributors_page.dart deleted file mode 100644 index 3a75f1a..0000000 --- a/lib/contributors_page.dart +++ /dev/null @@ -1,59 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:ubuntu_service/ubuntu_service.dart'; - -import 'constants.dart'; -import 'contributor_grid.dart'; -import 'contributor_service.dart'; -import 'foot_note.dart'; -import 'header_lead.dart'; -import 'header_title.dart'; -import 'message_fab.dart'; -import 'scaffold_gradient.dart'; -import 'splash_screen.dart'; -import 'top_menu_entry.dart'; - -class ContributorsPage extends StatefulWidget { - const ContributorsPage({super.key}); - - @override - State createState() => _ContributorsPageState(); -} - -class _ContributorsPageState extends State { - bool initialized = false; - - @override - void initState() { - super.initState(); - getService().init().then( - (value) { - if (!initialized) { - setState(() => initialized = value); - } - }, - ); - } - - @override - Widget build(BuildContext context) { - return Container( - decoration: scaffoldGradient(context), - child: Scaffold( - bottomNavigationBar: const FootNote(), - backgroundColor: Colors.transparent, - appBar: AppBar( - backgroundColor: Colors.transparent, - toolbarHeight: kToolBarHeight, - leadingWidth: kLeadingWidth, - leading: const HeaderLead( - insertBackButton: true, - ), - title: const HeaderTitle(), - actions: createTopMenu(context), - ), - body: initialized ? const ContributorGrid() : const SplashScreen(), - floatingActionButton: const MessageFab(), - ), - ); - } -} diff --git a/lib/expandable_fab.dart b/lib/expandable_fab.dart deleted file mode 100644 index e4699df..0000000 --- a/lib/expandable_fab.dart +++ /dev/null @@ -1,209 +0,0 @@ -import 'dart:math' as math; - -import 'package:flutter/material.dart'; -import 'package:yaru_icons/yaru_icons.dart'; - -class ExpandableFab extends StatefulWidget { - const ExpandableFab({ - super.key, - this.initialOpen, - required this.distance, - required this.children, - required this.baseIcon, - }); - - final bool? initialOpen; - final double distance; - final List children; - final IconData baseIcon; - - @override - State createState() => _ExpandableFabState(); -} - -class _ExpandableFabState extends State - with SingleTickerProviderStateMixin { - late final AnimationController _controller; - late final Animation _expandAnimation; - bool _open = false; - - @override - void initState() { - super.initState(); - _open = widget.initialOpen ?? false; - _controller = AnimationController( - value: _open ? 1.0 : 0.0, - duration: const Duration(milliseconds: 250), - vsync: this, - ); - _expandAnimation = CurvedAnimation( - curve: Curves.fastOutSlowIn, - reverseCurve: Curves.easeOutQuad, - parent: _controller, - ); - } - - @override - void dispose() { - _controller.dispose(); - super.dispose(); - } - - void _toggle() { - setState(() { - _open = !_open; - if (_open) { - _controller.forward(); - } else { - _controller.reverse(); - } - }); - } - - @override - Widget build(BuildContext context) { - return SizedBox.expand( - child: Stack( - alignment: Alignment.bottomRight, - clipBehavior: Clip.none, - children: [ - _buildTapToCloseFab(), - ..._buildExpandingActionButtons(), - _buildTapToOpenFab(), - ], - ), - ); - } - - Widget _buildTapToCloseFab() { - return SizedBox( - width: 56, - height: 56, - child: Center( - child: Material( - shape: const CircleBorder(), - clipBehavior: Clip.antiAlias, - elevation: 4, - child: InkWell( - onTap: _toggle, - child: const Padding( - padding: EdgeInsets.all(8), - child: Icon( - YaruIcons.window_close, - ), - ), - ), - ), - ), - ); - } - - List _buildExpandingActionButtons() { - final children = []; - final count = widget.children.length; - final step = 90.0 / (count - 1); - for (var i = 0, angleInDegrees = 0.0; - i < count; - i++, angleInDegrees += step) { - children.add( - _ExpandingActionButton( - directionInDegrees: angleInDegrees, - maxDistance: widget.distance, - progress: _expandAnimation, - child: widget.children[i], - ), - ); - } - return children; - } - - Widget _buildTapToOpenFab() { - return IgnorePointer( - ignoring: _open, - child: AnimatedContainer( - transformAlignment: Alignment.center, - transform: Matrix4.diagonal3Values( - _open ? 0.7 : 1.0, - _open ? 0.7 : 1.0, - 1.0, - ), - duration: const Duration(milliseconds: 250), - curve: const Interval(0.0, 0.5, curve: Curves.easeOut), - child: AnimatedOpacity( - opacity: _open ? 0.0 : 1.0, - curve: const Interval(0.25, 1.0, curve: Curves.easeInOut), - duration: const Duration(milliseconds: 250), - child: FloatingActionButton( - onPressed: _toggle, - child: Icon(widget.baseIcon), - ), - ), - ), - ); - } -} - -class _ExpandingActionButton extends StatelessWidget { - const _ExpandingActionButton({ - required this.directionInDegrees, - required this.maxDistance, - required this.progress, - required this.child, - }); - - final double directionInDegrees; - final double maxDistance; - final Animation progress; - final Widget child; - - @override - Widget build(BuildContext context) { - return AnimatedBuilder( - animation: progress, - builder: (context, child) { - final offset = Offset.fromDirection( - directionInDegrees * (math.pi / 180.0), - progress.value * maxDistance, - ); - return Positioned( - right: 4.0 + offset.dx, - bottom: 4.0 + offset.dy, - child: Transform.rotate( - angle: (1.0 - progress.value) * math.pi / 2, - child: child!, - ), - ); - }, - child: FadeTransition( - opacity: progress, - child: child, - ), - ); - } -} - -class ActionButton extends StatelessWidget { - const ActionButton({ - super.key, - this.onPressed, - required this.icon, - }); - - final VoidCallback? onPressed; - final Widget icon; - - @override - Widget build(BuildContext context) { - final theme = Theme.of(context); - return Material( - shape: const CircleBorder(), - clipBehavior: Clip.antiAlias, - color: theme.colorScheme.secondary, - elevation: 4, - child: FloatingActionButton( - onPressed: onPressed, - child: icon, - ), - ); - } -} diff --git a/lib/foot_note.dart b/lib/foot_note.dart deleted file mode 100644 index 3cc4bae..0000000 --- a/lib/foot_note.dart +++ /dev/null @@ -1,42 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:path/path.dart' as p; -import 'package:universal_html/html.dart' as html; - -import 'build_context_x.dart'; -import 'constants.dart'; - -class FootNote extends StatelessWidget { - const FootNote({ - super.key, - }); - - @override - Widget build(BuildContext context) { - final style = context.theme.textTheme.labelSmall - ?.copyWith(color: Colors.white.withOpacity(0.7)); - return Row( - mainAxisAlignment: MainAxisAlignment.center, - children: [ - Flexible( - child: Text( - '$kAppTitle · 2024 · ', - style: style, - overflow: TextOverflow.fade, - ), - ), - Flexible( - child: InkWell( - borderRadius: BorderRadius.circular(2), - onTap: () => html.window - .open(p.join(kGitHubPrefix, kUfcOrgaName, 'website'), ''), - child: Text( - 'Website Sourcecode', - style: style, - overflow: TextOverflow.fade, - ), - ), - ), - ], - ); - } -} diff --git a/lib/globals.dart b/lib/globals.dart deleted file mode 100644 index 89a121f..0000000 --- a/lib/globals.dart +++ /dev/null @@ -1,3 +0,0 @@ -import 'package:flutter/widgets.dart'; - -final GlobalKey navigatorKey = GlobalKey(); diff --git a/lib/header_lead.dart b/lib/header_lead.dart deleted file mode 100644 index 571d7f2..0000000 --- a/lib/header_lead.dart +++ /dev/null @@ -1,30 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:yaru_widgets/constants.dart'; -import 'constants.dart'; -import 'logo.dart'; - -class HeaderLead extends StatelessWidget { - const HeaderLead({ - super.key, - this.insertBackButton = false, - }); - - final bool insertBackButton; - - @override - Widget build(BuildContext context) { - return Padding( - padding: const EdgeInsets.only(left: kYaruPagePadding), - child: MouseRegion( - cursor: SystemMouseCursors.click, - child: GestureDetector( - onTap: () => Navigator.of(context).pushNamed('/'), - child: const Logo( - size: kLeadingWidth, - duration: Duration.zero, - ), - ), - ), - ); - } -} diff --git a/lib/header_title.dart b/lib/header_title.dart deleted file mode 100644 index 81749de..0000000 --- a/lib/header_title.dart +++ /dev/null @@ -1,32 +0,0 @@ -import 'package:flutter/material.dart'; -import 'build_context_x.dart'; -import 'constants.dart'; - -class HeaderTitle extends StatelessWidget { - const HeaderTitle({ - super.key, - }); - - @override - Widget build(BuildContext context) { - final theme = Theme.of(context); - final width = context.mq.size.width; - - return MouseRegion( - cursor: SystemMouseCursors.click, - child: GestureDetector( - onTap: () => Navigator.of(context).pushNamed('/'), - child: Text( - width > 700 - ? kAppTitle - : width > 400 - ? kShortTitle - : '', - overflow: TextOverflow.fade, - style: - theme.textTheme.bodyLarge?.copyWith(fontWeight: FontWeight.w100), - ), - ), - ); - } -} diff --git a/lib/home_page.dart b/lib/home_page.dart deleted file mode 100644 index 5594e00..0000000 --- a/lib/home_page.dart +++ /dev/null @@ -1,80 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:path/path.dart' as p; -import 'package:shimmer/shimmer.dart'; -import 'package:universal_html/html.dart' as html; - -import 'build_context_x.dart'; -import 'constants.dart'; -import 'foot_note.dart'; -import 'header_lead.dart'; -import 'header_title.dart'; -import 'message_fab.dart'; -import 'plated_icon.dart'; -import 'repositories.dart'; -import 'scaffold_gradient.dart'; -import 'screen_message.dart'; -import 'top_menu_entry.dart'; - -class HomePage extends StatelessWidget { - const HomePage({super.key}); - - @override - Widget build(BuildContext context) { - return Container( - decoration: scaffoldGradient(context), - child: Scaffold( - bottomNavigationBar: const FootNote(), - backgroundColor: Colors.transparent, - floatingActionButton: const MessageFab(), - appBar: AppBar( - backgroundColor: Colors.transparent, - toolbarHeight: kToolBarHeight, - leadingWidth: kLeadingWidth, - leading: const HeaderLead(), - title: const HeaderTitle(), - actions: createTopMenu(context), - ), - body: SizedBox( - height: context.mq.size.height, - child: ListView( - padding: const EdgeInsets.all(50), - children: [ - ScreenMessage( - title: Shimmer.fromColors( - loop: 1, - period: const Duration(seconds: 3), - baseColor: kBaseColor, - highlightColor: kHighlightColor, - child: const Text(kWelcomeTitle), - ), - subTitle: Shimmer.fromColors( - baseColor: kBaseColor, - highlightColor: kHighlightColor, - child: InkWell( - borderRadius: BorderRadius.circular(5), - onTap: () => Navigator.of(context).pushNamed('/projects'), - child: const Text(kWelcomeButtonText), - ), - ), - label: const Text(kAppTitle), - ), - ...repositories.map( - (e) => ScreenMessage( - label: Text(e.$1), - title: Text(e.$2), - subTitle: Text(e.$3), - icon: PlatedIcon( - onTap: () => - html.window.open(p.join(kGitHubPrefix, e.$1, e.$2), ''), - icon: e.$4, - shape: e.$2 == 'settings' ? BoxShape.circle : null, - ), - ), - ), - ], - ), - ), - ), - ); - } -} diff --git a/lib/logo.dart b/lib/logo.dart deleted file mode 100644 index 49fd630..0000000 --- a/lib/logo.dart +++ /dev/null @@ -1,69 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:yaru/yaru.dart'; -import 'package:yaru_icons/yaru_icons.dart'; - -class Logo extends StatefulWidget { - const Logo({ - super.key, - this.duration = const Duration(seconds: 15), - this.size = 400, - }); - - final Duration duration; - final double size; - - @override - State createState() => _LogoState(); -} - -class _LogoState extends State with SingleTickerProviderStateMixin { - AnimationController? _animationController; - - @override - void initState() { - super.initState(); - if (widget.duration != Duration.zero) { - _animationController = AnimationController( - vsync: this, - duration: widget.duration, - )..repeat(); - } - } - - @override - void dispose() { - _animationController?.dispose(); - super.dispose(); - } - - @override - Widget build(BuildContext context) { - var image = Image.asset( - 'assets/logo.png', - width: widget.size, - fit: BoxFit.fitHeight, - filterQuality: FilterQuality.medium, - ); - return Stack( - alignment: Alignment.center, - children: [ - if (_animationController != null) - RotationTransition( - turns: Tween(begin: 0.0, end: 1.0).animate(_animationController!), - child: image, - ) - else - image, - if (_animationController != null) - CircleAvatar( - backgroundColor: YaruColors.orange, - radius: widget.size / 10, - child: Icon( - YaruIcons.ubuntu_logo_simple, - size: (widget.size / 10) * 1.5, - ), - ), - ], - ); - } -} diff --git a/lib/main.dart b/lib/main.dart deleted file mode 100644 index f1a9dde..0000000 --- a/lib/main.dart +++ /dev/null @@ -1,67 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:github/github.dart'; -import 'package:ubuntu_service/ubuntu_service.dart'; -import 'constants.dart'; -import 'contributor_service.dart'; -import 'globals.dart'; -import 'home_page.dart'; -import 'contributors_page.dart'; -import 'package:yaru/yaru.dart'; - -import 'projects_page.dart'; - -Future main() async { - registerService( - () => ContributorService(gitHub: GitHub()), - ); - - runApp(const MainApp()); -} - -class MainApp extends StatefulWidget { - const MainApp({super.key}); - - @override - State createState() => _MainAppState(); -} - -class _MainAppState extends State { - @override - Widget build(BuildContext context) { - var pTT = PageTransitionsTheme( - builders: { - for (final platform in TargetPlatform.values) - platform: const _NoTransitionsBuilder(), - }, - ); - return MaterialApp( - title: kAppTitle, - navigatorKey: navigatorKey, - debugShowCheckedModeBanner: false, - themeMode: ThemeMode.dark, - darkTheme: yaruDark.copyWith( - pageTransitionsTheme: pTT, - ), - routes: { - '/': (context) => const HomePage(), - '/contributors': (context) => const ContributorsPage(), - '/projects': (context) => const ProjectsPage(), - }, - ); - } -} - -class _NoTransitionsBuilder extends PageTransitionsBuilder { - const _NoTransitionsBuilder(); - - @override - Widget buildTransitions( - PageRoute? route, - BuildContext? context, - Animation animation, - Animation secondaryAnimation, - Widget? child, - ) { - return child!; - } -} diff --git a/lib/message_fab.dart b/lib/message_fab.dart deleted file mode 100644 index d54f7a9..0000000 --- a/lib/message_fab.dart +++ /dev/null @@ -1,45 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_tabler_icons/flutter_tabler_icons.dart'; -import 'package:universal_html/html.dart' as html; -import 'constants.dart'; -import 'expandable_fab.dart'; -import 'package:yaru_icons/yaru_icons.dart'; - -class MessageFab extends StatelessWidget { - const MessageFab({ - super.key, - }); - - @override - Widget build(BuildContext context) { - return ExpandableFab( - baseIcon: YaruIcons.send_filled, - distance: 112, - children: [ - ActionButton( - onPressed: () => html.window.open(kGitHubOrgaLink, ''), - icon: const Padding( - padding: EdgeInsets.only(bottom: 3), - child: Icon( - TablerIcons.brand_github, - ), - ), - ), - ActionButton( - onPressed: () => html.window.open(kMail, ''), - icon: const Padding( - padding: EdgeInsets.only(bottom: 3), - child: Icon(TablerIcons.mail), - ), - ), - ActionButton( - onPressed: () => html.window.open(kDiscordLink, ''), - icon: const Padding( - padding: EdgeInsets.only(bottom: 3), - child: Icon(TablerIcons.brand_discord), - ), - ), - ], - ); - } -} diff --git a/lib/plated_icon.dart b/lib/plated_icon.dart deleted file mode 100644 index 25bf569..0000000 --- a/lib/plated_icon.dart +++ /dev/null @@ -1,49 +0,0 @@ -import 'constants.dart'; -import 'package:flutter/material.dart'; -import 'package:shimmer/shimmer.dart'; - -class PlatedIcon extends StatelessWidget { - const PlatedIcon({ - super.key, - required this.icon, - this.shape, - this.onTap, - this.iconSize = 70.0, - }); - - final IconData icon; - final BoxShape? shape; - final VoidCallback? onTap; - final double iconSize; - - @override - Widget build(BuildContext context) { - return Opacity( - opacity: 0.7, - child: Shimmer.fromColors( - baseColor: kBaseColor, - highlightColor: kHighlightColor, - child: InkWell( - onTap: onTap, - borderRadius: - BorderRadius.circular(shape == BoxShape.circle ? iconSize : 10), - child: Container( - padding: EdgeInsets.all(iconSize / 5.8), - decoration: BoxDecoration( - shape: shape ?? BoxShape.rectangle, - borderRadius: - shape == BoxShape.circle ? null : BorderRadius.circular(10), - border: const Border.fromBorderSide( - BorderSide(width: 1, color: Colors.white), - ), - ), - child: Icon( - icon, - size: iconSize, - ), - ), - ), - ), - ); - } -} diff --git a/lib/projects_list.dart b/lib/projects_list.dart deleted file mode 100644 index c81922d..0000000 --- a/lib/projects_list.dart +++ /dev/null @@ -1,36 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:path/path.dart' as p; -import 'package:universal_html/html.dart' as html; - -import 'constants.dart'; -import 'repositories.dart'; - -class ProjectsList extends StatelessWidget { - const ProjectsList({super.key}); - - @override - Widget build(BuildContext context) { - return ListView.builder( - itemCount: repositories.length, - itemBuilder: (context, index) { - final repo = repositories.elementAt(index); - return ListTile( - contentPadding: - const EdgeInsets.symmetric(horizontal: 35, vertical: 10), - leading: Icon(repo.$4), - title: Text(repo.$2), - subtitle: Text(repo.$3), - trailing: SizedBox( - width: 80, - child: Text( - repo.$1, - overflow: TextOverflow.visible, - ), - ), - onTap: () => - html.window.open(p.join(kGitHubPrefix, repo.$1, repo.$2), ''), - ); - }, - ); - } -} diff --git a/lib/projects_page.dart b/lib/projects_page.dart deleted file mode 100644 index d527fa9..0000000 --- a/lib/projects_page.dart +++ /dev/null @@ -1,35 +0,0 @@ -import 'package:flutter/material.dart'; - -import 'constants.dart'; -import 'foot_note.dart'; -import 'header_lead.dart'; -import 'header_title.dart'; -import 'message_fab.dart'; -import 'projects_list.dart'; -import 'scaffold_gradient.dart'; -import 'top_menu_entry.dart'; - -class ProjectsPage extends StatelessWidget { - const ProjectsPage({super.key}); - - @override - Widget build(BuildContext context) { - return Container( - decoration: scaffoldGradient(context), - child: Scaffold( - bottomNavigationBar: const FootNote(), - backgroundColor: Colors.transparent, - floatingActionButton: const MessageFab(), - appBar: AppBar( - backgroundColor: Colors.transparent, - toolbarHeight: kToolBarHeight, - leadingWidth: kLeadingWidth, - leading: const HeaderLead(), - title: const HeaderTitle(), - actions: createTopMenu(context), - ), - body: const ProjectsList(), - ), - ); - } -} diff --git a/lib/repositories.dart b/lib/repositories.dart deleted file mode 100644 index 377dfd3..0000000 --- a/lib/repositories.dart +++ /dev/null @@ -1,79 +0,0 @@ -import 'package:flutter/widgets.dart'; -import 'package:yaru_icons/yaru_icons.dart'; - -import 'constants.dart'; - -final repositories = <(String, String, String, IconData)>{ - ( - kUfcOrgaName, - 'musicpod', - 'Local Music, Radio and Podcast Player', - YaruIcons.music_note, - ), - ( - kUfcOrgaName, - 'settings', - 'Settings for the Ubuntu Desktop', - YaruIcons.settings, - ), - ( - kUfcOrgaName, - 'envelope', - 'E-Mail app for the Ubuntu Desktop', - YaruIcons.mail, - ), - ( - kUbuntuOrganName, - 'yaru.dart', - 'The iconic Flutter widget and theme suite for Ubuntu Desktop applications', - YaruIcons.color_select, - ), - ( - kUbuntuOrganName, - 'app-center', - 'The app center of the Ubuntu Desktop', - YaruIcons.application_bag_filled, - ), - ( - kUfcOrgaName, - 'xdg_timedate.dart', - 'Dart library implementing org.freedesktop.timedate1', - YaruIcons.clock, - ), - ( - kUfcOrgaName, - 'gnome_shell_extensions.dart', - 'Control gnome shell extensions from within dart', - YaruIcons.gnome_logo, - ), - ( - kUfcOrgaName, - 'xdg_accounts.dart', - 'Dart library implementing the DBus interface org.freedesktop.Accounts.', - YaruIcons.users_filled, - ), - ( - kUfcOrgaName, - 'apt.dart', - 'Dart library implementing the dbus interface org.debian.apt.', - YaruIcons.debian, - ), - ( - kUfcOrgaName, - 'pulse', - 'Weather and News app for Ubuntu Desktop', - YaruIcons.weather, - ), - ( - kUfcOrgaName, - 'calculator', - 'Calculator app for Ubuntu Desktop', - YaruIcons.calculator, - ), - ( - kUfcOrgaName, - 'rss.dart', - 'Rss with dart', - YaruIcons.rss, - ), -}; diff --git a/lib/scaffold_gradient.dart b/lib/scaffold_gradient.dart deleted file mode 100644 index 7869f41..0000000 --- a/lib/scaffold_gradient.dart +++ /dev/null @@ -1,15 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:yaru/yaru.dart'; - -BoxDecoration scaffoldGradient(BuildContext context) { - return BoxDecoration( - gradient: LinearGradient( - begin: Alignment.topLeft, - end: Alignment.bottomRight, - colors: [ - const Color(0xFF77216F).scale(lightness: -0.8), - YaruColors.orange.scale(lightness: -0.8), - ], - ), - ); -} diff --git a/lib/screen_message.dart b/lib/screen_message.dart deleted file mode 100644 index f81a604..0000000 --- a/lib/screen_message.dart +++ /dev/null @@ -1,115 +0,0 @@ -import 'package:flutter/material.dart'; - -import 'build_context_x.dart'; -import 'constants.dart'; - -class ScreenMessage extends StatefulWidget { - const ScreenMessage({ - super.key, - required this.label, - required this.title, - required this.subTitle, - this.icon, - }); - - final Widget label, title, subTitle; - final Widget? icon; - - @override - State createState() => _ScreenMessageState(); -} - -class _ScreenMessageState extends State { - double _opacity = 0.0; - - @override - void initState() { - super.initState(); - Future.delayed(const Duration(milliseconds: 300), () { - setState(() => _opacity = 1); - }); - } - - @override - Widget build(BuildContext context) { - final size = context.mq.size; - final height = size.height; - final width = size.width; - - final smallWindow = width < 600; - - final children = [ - Flexible( - child: Column( - mainAxisAlignment: MainAxisAlignment.center, - crossAxisAlignment: smallWindow - ? CrossAxisAlignment.center - : CrossAxisAlignment.start, - mainAxisSize: MainAxisSize.min, - children: [ - if (widget.icon != null && smallWindow) - Padding( - padding: EdgeInsets.only( - left: smallWindow ? 0 : 40, - bottom: smallWindow ? 8 : 0, - ), - child: widget.icon, - ), - if (!smallWindow) - DefaultTextStyle( - textAlign: smallWindow ? TextAlign.center : null, - style: - context.theme.textTheme.headlineSmall ?? const TextStyle(), - child: Padding( - padding: const EdgeInsets.only(left: 3, bottom: 5), - child: widget.label, - ), - ), - DefaultTextStyle( - textAlign: smallWindow ? TextAlign.center : null, - style: context.theme.textTheme.headlineLarge ?? const TextStyle(), - child: widget.title, - ), - DefaultTextStyle( - textAlign: smallWindow ? TextAlign.center : null, - style: context.theme.textTheme.headlineSmall - ?.copyWith(overflow: TextOverflow.visible) ?? - const TextStyle(), - child: Padding( - padding: const EdgeInsets.only( - left: 3, - top: 8, - ), - child: ConstrainedBox( - constraints: const BoxConstraints(maxWidth: 400), - child: widget.subTitle, - ), - ), - ), - ].map((e) => Flexible(child: e)).toList(), - ), - ), - if (widget.icon != null && !smallWindow) - Padding( - padding: const EdgeInsets.only(left: 40), - child: widget.icon, - ), - ]; - - return AnimatedOpacity( - opacity: _opacity, - duration: const Duration(seconds: 3), - child: Padding( - padding: EdgeInsets.only( - top: (height / 2) - (2.3 * kToolBarHeight), - bottom: height / 2, - ), - child: Row( - crossAxisAlignment: CrossAxisAlignment.center, - mainAxisAlignment: MainAxisAlignment.center, - children: children, - ), - ), - ); - } -} diff --git a/lib/splash_screen.dart b/lib/splash_screen.dart deleted file mode 100644 index 0875f07..0000000 --- a/lib/splash_screen.dart +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:flutter/material.dart'; -import 'logo.dart'; -import 'scaffold_gradient.dart'; - -class SplashScreen extends StatelessWidget { - const SplashScreen({super.key}); - - @override - Widget build(BuildContext context) { - return Container( - decoration: scaffoldGradient(context), - child: const Scaffold( - backgroundColor: Colors.transparent, - body: Center( - child: Logo( - size: 300, - duration: Duration(seconds: 2), - ), - ), - ), - ); - } -} diff --git a/lib/top_menu_entry.dart b/lib/top_menu_entry.dart deleted file mode 100644 index 52742fd..0000000 --- a/lib/top_menu_entry.dart +++ /dev/null @@ -1,42 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:yaru_widgets/constants.dart'; - -import 'build_context_x.dart'; - -class TopMenuEntry extends StatelessWidget { - const TopMenuEntry({ - super.key, - this.onPressed, - this.padding = 20.0, - required this.text, - }); - - final void Function()? onPressed; - final String text; - final double padding; - - @override - Widget build(BuildContext context) { - return TextButton( - onPressed: onPressed, - child: Text( - text, - style: context.theme.textTheme.bodyLarge, - ), - ); - } -} - -List createTopMenu(BuildContext context) => [ - TopMenuEntry( - text: 'Projects', - onPressed: () => Navigator.of(context).pushNamed('/projects'), - ), - TopMenuEntry( - text: 'Contributors', - onPressed: () => Navigator.of(context).pushNamed('/contributors'), - ), - const SizedBox( - width: kYaruPagePadding, - ), - ]; diff --git a/main.dart.js b/main.dart.js new file mode 100644 index 0000000..9762fcc --- /dev/null +++ b/main.dart.js @@ -0,0 +1,68372 @@ +(function dartProgram(){function copyProperties(a,b){var s=Object.keys(a) +for(var r=0;r=0)return true +if(typeof version=="function"&&version.length==0){var q=version() +if(/^\d+\.\d+\.\d+\.\d+$/.test(q))return true}}catch(p){}return false}() +function inherit(a,b){a.prototype.constructor=a +a.prototype["$i"+a.name]=a +if(b!=null){if(z){Object.setPrototypeOf(a.prototype,b.prototype) +return}var s=Object.create(b.prototype) +copyProperties(a.prototype,s) +a.prototype=s}}function inheritMany(a,b){for(var s=0;s4294967295)throw A.d(A.bw(a,0,4294967295,"length",null)) +return J.lM(new Array(a),b)}, +tM(a,b){if(a<0)throw A.d(A.bt("Length must be a non-negative integer: "+a,null)) +return A.a(new Array(a),b.h("z<0>"))}, +afY(a,b){if(a<0)throw A.d(A.bt("Length must be a non-negative integer: "+a,null)) +return A.a(new Array(a),b.h("z<0>"))}, +lM(a,b){return J.VJ(A.a(a,b.h("z<0>")))}, +VJ(a){a.fixed$length=Array +return a}, +afZ(a){a.fixed$length=Array +a.immutable$list=Array +return a}, +apS(a,b){return J.Po(a,b)}, +ag_(a){if(a<256)switch(a){case 9:case 10:case 11:case 12:case 13:case 32:case 133:case 160:return!0 +default:return!1}switch(a){case 5760:case 8192:case 8193:case 8194:case 8195:case 8196:case 8197:case 8198:case 8199:case 8200:case 8201:case 8202:case 8232:case 8233:case 8239:case 8287:case 12288:case 65279:return!0 +default:return!1}}, +ag0(a,b){var s,r +for(s=a.length;b0;b=s){s=b-1 +r=a.charCodeAt(s) +if(r!==32&&r!==13&&!J.ag_(r))break}return b}, +eQ(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.om.prototype +return J.tQ.prototype}if(typeof a=="string")return J.iE.prototype +if(a==null)return J.tP.prototype +if(typeof a=="boolean")return J.tN.prototype +if(Array.isArray(a))return J.z.prototype +if(typeof a!="object"){if(typeof a=="function")return J.hH.prototype +if(typeof a=="symbol")return J.lO.prototype +if(typeof a=="bigint")return J.lN.prototype +return a}if(a instanceof A.B)return a +return J.P9(a)}, +awX(a){if(typeof a=="number")return J.k1.prototype +if(typeof a=="string")return J.iE.prototype +if(a==null)return a +if(Array.isArray(a))return J.z.prototype +if(typeof a!="object"){if(typeof a=="function")return J.hH.prototype +if(typeof a=="symbol")return J.lO.prototype +if(typeof a=="bigint")return J.lN.prototype +return a}if(a instanceof A.B)return a +return J.P9(a)}, +av(a){if(typeof a=="string")return J.iE.prototype +if(a==null)return a +if(Array.isArray(a))return J.z.prototype +if(typeof a!="object"){if(typeof a=="function")return J.hH.prototype +if(typeof a=="symbol")return J.lO.prototype +if(typeof a=="bigint")return J.lN.prototype +return a}if(a instanceof A.B)return a +return J.P9(a)}, +bD(a){if(a==null)return a +if(Array.isArray(a))return J.z.prototype +if(typeof a!="object"){if(typeof a=="function")return J.hH.prototype +if(typeof a=="symbol")return J.lO.prototype +if(typeof a=="bigint")return J.lN.prototype +return a}if(a instanceof A.B)return a +return J.P9(a)}, +awY(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.om.prototype +return J.tQ.prototype}if(a==null)return a +if(!(a instanceof A.B))return J.i3.prototype +return a}, +adD(a){if(typeof a=="number")return J.k1.prototype +if(a==null)return a +if(!(a instanceof A.B))return J.i3.prototype +return a}, +ajZ(a){if(typeof a=="number")return J.k1.prototype +if(typeof a=="string")return J.iE.prototype +if(a==null)return a +if(!(a instanceof A.B))return J.i3.prototype +return a}, +zB(a){if(typeof a=="string")return J.iE.prototype +if(a==null)return a +if(!(a instanceof A.B))return J.i3.prototype +return a}, +dZ(a){if(a==null)return a +if(typeof a!="object"){if(typeof a=="function")return J.hH.prototype +if(typeof a=="symbol")return J.lO.prototype +if(typeof a=="bigint")return J.lN.prototype +return a}if(a instanceof A.B)return a +return J.P9(a)}, +dc(a){if(a==null)return a +if(!(a instanceof A.B))return J.i3.prototype +return a}, +aek(a,b){if(typeof a=="number"&&typeof b=="number")return a+b +return J.awX(a).W(a,b)}, +e(a,b){if(a==null)return b==null +if(typeof a!="object")return b!=null&&a===b +return J.eQ(a).k(a,b)}, +amF(a,b){if(typeof a=="number"&&typeof b=="number")return a*b +return J.ajZ(a).N(a,b)}, +amG(a,b){if(typeof a=="number"&&typeof b=="number")return a-b +return J.adD(a).a5(a,b)}, +b3(a,b){if(typeof b==="number")if(Array.isArray(a)||typeof a=="string"||A.ak4(a,a[v.dispatchPropertyName]))if(b>>>0===b&&b>>0===b&&b0?1:a<0?-1:a +return J.awY(a).gAL(a)}, +aen(a){return J.dZ(a).gC(a)}, +aeo(a){return J.dc(a).gut(a)}, +amS(a){return J.dc(a).gaO(a)}, +amT(a){return J.dc(a).gAR(a)}, +fx(a){return J.dc(a).gn(a)}, +amU(a){return J.dZ(a).gal(a)}, +amV(a,b,c){return J.bD(a).pB(a,b,c)}, +ab5(a,b){return J.dc(a).bj(a,b)}, +amW(a){return J.dc(a).a1F(a)}, +aep(a){return J.bD(a).yG(a)}, +amX(a,b){return J.bD(a).b3(a,b)}, +amY(a,b){return J.dc(a).a26(a,b)}, +nh(a,b,c){return J.bD(a).fn(a,b,c)}, +amZ(a,b,c,d){return J.bD(a).ky(a,b,c,d)}, +an_(a,b,c){return J.zB(a).mi(a,b,c)}, +an0(a,b){return J.eQ(a).E(a,b)}, +an1(a,b,c,d,e){return J.dc(a).hJ(a,b,c,d,e)}, +qS(a,b,c){return J.dZ(a).aW(a,b,c)}, +an2(a){return J.bD(a).js(a)}, +l3(a,b){return J.bD(a).v(a,b)}, +an3(a){return J.bD(a).ek(a)}, +an4(a,b){return J.dZ(a).I(a,b)}, +aeq(a,b){return J.dc(a).au(a,b)}, +an5(a,b){return J.av(a).sp(a,b)}, +ab6(a,b){return J.bD(a).fD(a,b)}, +Pp(a,b){return J.bD(a).dn(a,b)}, +an6(a,b){return J.zB(a).mS(a,b)}, +an7(a){return J.dc(a).AS(a)}, +an8(a,b){return J.zB(a).bK(a,b)}, +an9(a,b){return J.bD(a).zL(a,b)}, +ana(a){return J.adD(a).X(a)}, +ab7(a){return J.bD(a).dl(a)}, +anb(a,b){return J.adD(a).hM(a,b)}, +anc(a){return J.bD(a).fv(a)}, +cT(a){return J.eQ(a).j(a)}, +and(a){return J.zB(a).a3T(a)}, +ane(a,b){return J.dc(a).K6(a,b)}, +aer(a,b){return J.bD(a).hN(a,b)}, +ol:function ol(){}, +tN:function tN(){}, +tP:function tP(){}, +b:function b(){}, +k5:function k5(){}, +DZ:function DZ(){}, +i3:function i3(){}, +hH:function hH(){}, +lN:function lN(){}, +lO:function lO(){}, +z:function z(a){this.$ti=a}, +VO:function VO(a){this.$ti=a}, +e1:function e1(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +k1:function k1(){}, +om:function om(){}, +tQ:function tQ(){}, +iE:function iE(){}},A={ +avZ(){var s=$.e_() +return s}, +awu(a,b){if(a==="Google Inc.")return B.aU +else if(a==="Apple Computer, Inc.")return B.a3 +else if(B.d.t(b,"Edg/"))return B.aU +else if(a===""&&B.d.t(b,"firefox"))return B.bz +A.Pb("WARNING: failed to detect current browser engine. Assuming this is a Chromium-compatible browser.") +return B.aU}, +aww(){var s,r,q,p=null,o=self.window +o=o.navigator.platform +if(o==null)o=p +o.toString +s=o +o=self.window +r=o.navigator.userAgent +if(B.d.b5(s,"Mac")){o=self.window +o=o.navigator.maxTouchPoints +if(o==null)o=p +o=o==null?p:B.c.X(o) +q=o +if((q==null?0:q)>2)return B.a0 +return B.aB}else if(B.d.t(s.toLowerCase(),"iphone")||B.d.t(s.toLowerCase(),"ipad")||B.d.t(s.toLowerCase(),"ipod"))return B.a0 +else if(B.d.t(r,"Android"))return B.dA +else if(B.d.b5(s,"Linux"))return B.fI +else if(B.d.b5(s,"Win"))return B.oU +else return B.EF}, +axf(){var s=$.cH() +return s===B.a0&&B.d.t(self.window.navigator.userAgent,"OS 15_")}, +a9p(){var s,r=A.ajM(1,1) +if(A.S7(r,"webgl2",null)!=null){s=$.cH() +if(s===B.a0)return 1 +return 2}if(A.S7(r,"webgl",null)!=null)return 1 +return-1}, +ajG(){return self.Intl.v8BreakIterator!=null&&self.Intl.Segmenter!=null}, +a8(){return $.bl.b0()}, +axP(a){return a===B.f1?$.bl.b0().FilterMode.Nearest:$.bl.b0().FilterMode.Linear}, +as9(a){var s=a.encodeToBytes() +return s==null?null:s}, +asb(a,b){return a.setColorInt(b)}, +aks(a){var s,r,q,p=new Float32Array(16) +for(s=0;s<4;++s)for(r=s*4,q=0;q<4;++q)p[q*4+s]=a[r+q] +return p}, +axQ(a){var s,r,q=new Float32Array(9) +for(s=0;s<9;++s){r=B.jx[s] +if(r<16)q[s]=a[r] +else q[s]=0}return q}, +axR(a){var s,r,q=new Float32Array(9) +for(s=0;s<9;++s){r=B.jx[s] +if(r<16)q[s]=a[r] +else q[s]=0}return q}, +akt(a){var s=new Float32Array(2) +s[0]=a.a +s[1]=a.b +return s}, +axO(a){var s,r,q +if(a==null)return $.alP() +s=a.length +r=new Float32Array(s) +for(q=0;q>>16&255)/255 +s[1]=(r>>>8&255)/255 +s[2]=(r&255)/255 +s[3]=(r>>>24&255)/255 +return s}, +er(a){var s=new Float32Array(4) +s[0]=a.a +s[1]=a.b +s[2]=a.c +s[3]=a.d +return s}, +ajY(a){return new A.E(a[0],a[1],a[2],a[3])}, +zM(a){var s=new Float32Array(12) +s[0]=a.a +s[1]=a.b +s[2]=a.c +s[3]=a.d +s[4]=a.e +s[5]=a.f +s[6]=a.r +s[7]=a.w +s[8]=a.x +s[9]=a.y +s[10]=a.z +s[11]=a.Q +return s}, +axN(a){var s,r=a.length,q=new Uint32Array(r) +for(s=0;s"))}, +aw2(a,b){return b+a}, +P6(){var s=0,r=A.Y(t.e),q,p,o +var $async$P6=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:s=3 +return A.Z(A.a9s(A.auv()),$async$P6) +case 3:p=t.e +s=4 +return A.Z(A.ii(self.window.CanvasKitInit(p.a({locateFile:A.b0(A.auR())})),p),$async$P6) +case 4:o=b +if(A.ahd(o.ParagraphBuilder)&&!A.ajG())throw A.d(A.dk("The CanvasKit variant you are using only works on Chromium browsers. Please use a different CanvasKit variant, or use a Chromium browser.")) +q=o +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$P6,r)}, +a9s(a){var s=0,r=A.Y(t.H),q,p,o,n +var $async$a9s=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:p=new A.co(a,a.gp(a)),o=A.m(p).c +case 3:if(!p.q()){s=4 +break}n=p.d +s=5 +return A.Z(A.auN(n==null?o.a(n):n),$async$a9s) +case 5:if(c){s=1 +break}s=3 +break +case 4:throw A.d(A.dk("Failed to download any of the following CanvasKit URLs: "+a.j(0))) +case 1:return A.W(q,r)}}) +return A.X($async$a9s,r)}, +auN(a){var s,r,q,p,o,n=$.bQ +n=(n==null?$.bQ=A.e9(self.window.flutterConfiguration):n).b +n=n==null?null:A.ac_(n) +s=A.bu(self.document,"script") +if(n!=null)s.nonce=n +s.src=A.awp(a) +n=new A.a3($.a7,t.tr) +r=new A.bk(n,t.BT) +q=A.bf("loadCallback") +p=A.bf("errorCallback") +o=t.e +q.sbt(o.a(A.b0(new A.a9r(s,r)))) +p.sbt(o.a(A.b0(new A.a9q(s,r)))) +A.bH(s,"load",q.ar(),null) +A.bH(s,"error",p.ar(),null) +self.document.head.appendChild(s) +return n}, +Wv(a){var s="ColorFilter",r=new A.D5(a),q=new A.dP(s,t.gA) +q.hc(r,a.vR(),s,t.e) +r.b!==$&&A.cc() +r.b=q +return r}, +awo(a,b){var s +a.gc0(a) +s=$.bl.b0().ColorFilter.MakeBlend(A.a9N($.Pj(),a),$.aed()[b.a]) +if(s==null)throw A.d(A.bt("Invalid parameters for blend mode ColorFilter",null)) +return s}, +anP(a){return new A.rs(a)}, +awj(a){switch(0){case 0:return new A.rq(a.a,a.b)}}, +ac9(a){var s=null +return new A.fQ(B.Ea,s,s,s,a,s)}, +ap2(){var s=t.qN +return new A.BH(A.a([],s),A.a([],s))}, +awy(a,b){var s,r,q,p,o +if(a.length===0||b.length===0)return null +s=new A.aa5(a,b) +r=new A.aa4(a,b) +q=B.b.eO(a,B.b.gG(b)) +p=B.b.mg(a,B.b.ga1(b)) +o=q!==-1 +if(o&&p!==-1)if(q<=a.length-p)return s.$1(q) +else return r.$1(p) +else if(o)return s.$1(q) +else if(p!==-1)return r.$1(p) +else return null}, +agR(a,b,c){var s=new self.window.flutterCanvasKit.Font(c),r=A.a([0],t.t) +s.getGlyphBounds(r,null,null) +return new A.mk(b,a,c)}, +axE(a,b,c){var s="encoded image bytes" +if($.aeh()&&b==null&&c==null)return A.AA(a,s) +else return A.aeO(a,s,c,b)}, +jY(a){return new A.Cz(a)}, +aaM(a,b){var s=0,r=A.Y(t.hP),q,p +var $async$aaM=A.U(function(c,d){if(c===1)return A.V(d,r) +while(true)switch(s){case 0:s=3 +return A.Z(A.P8(a,b),$async$aaM) +case 3:p=d +if($.aeh()){q=A.AA(p,a) +s=1 +break}else{q=A.aeO(p,a,null,null) +s=1 +break}case 1:return A.W(q,r)}}) +return A.X($async$aaM,r)}, +P8(a,b){return A.awF(a,b)}, +awF(a,b){var s=0,r=A.Y(t.d),q,p=2,o,n,m,l,k,j +var $async$P8=A.U(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:p=4 +s=7 +return A.Z(A.nc(a),$async$P8) +case 7:n=d +m=n.gZ6() +if(!n.gt6()){l=A.jY(u.O+a+"\nServer response code: "+J.amS(n)) +throw A.d(l)}s=m!=null?8:10 +break +case 8:l=A.aaF(n.gmt(),m,b) +q=l +s=1 +break +s=9 +break +case 10:s=11 +return A.Z(A.V3(n),$async$P8) +case 11:l=d +q=l +s=1 +break +case 9:p=2 +s=6 +break +case 4:p=3 +j=o +if(A.ae(j) instanceof A.tv)throw A.d(A.jY(u.O+a+"\nTrying to load an image from another domain? Find answers at:\nhttps://flutter.dev/docs/development/platform-integration/web-images")) +else throw j +s=6 +break +case 3:s=2 +break +case 6:case 1:return A.W(q,r) +case 2:return A.V(o,r)}}) +return A.X($async$P8,r)}, +aaF(a,b,c){return A.axz(a,b,c)}, +axz(a,b,c){var s=0,r=A.Y(t.d),q,p,o,n +var $async$aaF=A.U(function(d,e){if(d===1)return A.V(e,r) +while(true)switch(s){case 0:p={} +o=t.d +n=o.a(new self.Uint8Array(b)) +p.a=p.b=0 +s=3 +return A.Z(a.pe(0,new A.aaG(p,c,b,n),o),$async$aaF) +case 3:q=n +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$aaF,r)}, +QT(a,b){var s=new A.nE($,b),r=A.ao7(a,s,"SkImage",t.XY,t.e) +s.b!==$&&A.cc() +s.b=r +s.Dr() +return s}, +aeO(a,b,c,d){var s,r,q,p,o,n,m,l,k=new A.Az(b,a,d,c),j=$.bl.b0().MakeAnimatedImageFromEncoded(a) +if(j==null)A.T(A.jY("Failed to decode image data.\nImage source: "+b)) +s=d==null +if(!s||c!=null)if(j.getFrameCount()>1)$.cS().$1("targetWidth and targetHeight for multi-frame images not supported") +else{r=j.makeImageAtCurrentFrame() +if(!s&&d<=0)d=null +if(c!=null&&c<=0)c=null +s=d==null +if(s&&c!=null)d=B.c.aH(c*(r.width()/r.height())) +else if(c==null&&!s)c=B.f.eX(d,r.width()/r.height()) +q=new A.jM() +p=q.GA(B.tD) +o=A.AG() +s=A.QT(r,null) +n=r.width() +m=r.height() +d.toString +c.toString +p.om(s,new A.E(0,0,0+n,0+m),new A.E(0,0,d,c),o) +m=o.b +m===$&&A.c() +m.l() +m=q.rN().a3K(d,c).b +m===$&&A.c() +m=m.a +m===$&&A.c() +m=m.a +m.toString +l=A.as9(m) +if(l==null)A.T(A.jY("Failed to re-size image")) +j=$.bl.b0().MakeAnimatedImageFromEncoded(l) +if(j==null)A.T(A.jY("Failed to decode re-sized image data.\nImage source: "+b))}k.d=B.c.X(j.getFrameCount()) +k.e=B.c.X(j.getRepetitionCount()) +s=new A.dP("Codec",t.gA) +s.hc(k,j,"Codec",t.e) +k.a!==$&&A.cc() +k.a=s +return k}, +anO(a,b,c){return new A.rr(a,b,c,new A.qT(new A.Qh()))}, +AA(a,b){var s=0,r=A.Y(t.Lh),q,p,o +var $async$AA=A.U(function(c,d){if(c===1)return A.V(d,r) +while(true)switch(s){case 0:o=A.awv(a) +if(o==null)throw A.d(A.jY("Failed to detect image file format using the file header.\nFile header was "+(!B.Q.gT(a)?"["+A.aw0(B.Q.bc(a,0,Math.min(10,a.length)))+"]":"empty")+".\nImage source: "+b)) +p=A.anO(o,a,b) +s=3 +return A.Z(p.lf(),$async$AA) +case 3:q=p +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$AA,r)}, +ao7(a,b,c,d,e){var s=new A.B2(A.ax(d),d.h("@<0>").a4(e).h("B2<1,2>")),r=new A.dP(c,e.h("dP<0>")) +r.hc(s,a,c,e) +s.a!==$&&A.cc() +s.a=r +return s}, +AG(){var s,r=new self.window.flutterCanvasKit.Paint(),q=new A.nF(r,B.cW,B.bH,B.f1) +r.setAntiAlias(!0) +r.setColorInt(4278190080) +s=new A.dP("Paint",t.gA) +s.hc(q,r,"Paint",t.e) +q.b!==$&&A.cc() +q.b=s +return q}, +aeP(a,b){var s=new A.rt(b),r=new A.dP("Path",t.gA) +r.hc(s,a,"Path",t.e) +s.a!==$&&A.cc() +s.a=r +return s}, +i_(){var s,r,q,p=$.ahs +if(p==null){p=$.bQ +p=(p==null?$.bQ=A.e9(self.window.flutterConfiguration):p).b +if(p==null)p=null +else{p=p.canvasKitMaximumSurfaces +if(p==null)p=null +p=p==null?null:B.c.X(p)}if(p==null)p=8 +s=A.bu(self.document,"flt-canvas-container") +r=t.y1 +q=A.a([],r) +r=A.a([],r) +r=$.ahs=new A.G8(new A.hZ(s),Math.max(p,1),q,r) +p=r}return p}, +anQ(a,b){var s,r,q +t.S3.a(a) +s=t.e.a({}) +r=A.adi(a.a,a.b) +s.fontFamilies=r +r=a.c +if(r!=null)s.fontSize=r +s.heightMultiplier=a.d +q=a.x +q=b==null?null:b.c +switch(q){case null:case void 0:break +case B.q:A.ahe(s,!0) +break +case B.uE:A.ahe(s,!1) +break}s.leading=a.e +r=A.adW(a.f,a.r) +s.fontStyle=r +s.forceStrutHeight=a.w +s.strutEnabled=!0 +return s}, +abl(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.ru(b,c,d,e,f,m,k,a0,g,h,j,q,a1,o,p,r,a,n,s,i,l)}, +adW(a,b){var s=t.e.a({}) +if(a!=null)s.weight=$.amd()[a.a] +return s}, +adi(a,b){var s=A.a([],t.s) +if(a!=null)s.push(a) +if(b!=null&&!B.b.kk(b,new A.a9x(a)))B.b.H(s,b) +B.b.H(s,$.ad().grV().gHS().as) +return s}, +arY(a,b){var s=b.length +if(s<=B.tA.b)return a.c +if(s<=B.tB.b)return a.b +if(s<=B.tC.b)return a.a +return null}, +ajW(a,b){var s,r=new A.BC(t.e.a($.alN().i(0,b).segment(a)[self.Symbol.iterator]()),t.yN),q=A.a([],t.t) +for(;r.q();){s=r.b +s===$&&A.c() +q.push(B.c.X(s.index))}q.push(a.length) +return new Uint32Array(A.n8(q))}, +awO(a){var s,r,q,p,o=A.avY(a,a,$.amr()),n=o.length,m=new Uint32Array((n+1)*2) +m[0]=0 +m[1]=0 +for(s=0;s>>16&255)/255 +s[1]=(a.gn(a)>>>8&255)/255 +s[2]=(a.gn(a)&255)/255 +s[3]=(a.gn(a)>>>24&255)/255 +return s}, +abr(){return self.window.navigator.clipboard!=null?new A.R3():new A.T_()}, +ach(){var s=$.e_() +return s===B.bz||self.window.navigator.clipboard==null?new A.T0():new A.R4()}, +e9(a){var s=new A.Th() +if(a!=null){s.a=!0 +s.b=a}return s}, +ac_(a){var s=a.nonce +return s==null?null:s}, +arN(a){switch(a){case"DeviceOrientation.portraitUp":return"portrait-primary" +case"DeviceOrientation.portraitDown":return"portrait-secondary" +case"DeviceOrientation.landscapeLeft":return"landscape-primary" +case"DeviceOrientation.landscapeRight":return"landscape-secondary" +default:return null}}, +afp(a){var s=a.innerHeight +return s==null?null:s}, +afq(a,b){return a.matchMedia(b)}, +abC(a,b){return a.getComputedStyle(b)}, +aoE(a){return new A.S8(a)}, +aoJ(a){return a.userAgent}, +aoI(a){var s=a.languages +if(s==null)s=null +else{s=J.nh(s,new A.Sa(),t.N) +s=A.a6(s,!0,A.m(s).h("aX.E"))}return s}, +bu(a,b){return a.createElement(b)}, +bH(a,b,c,d){if(c!=null)if(d==null)a.addEventListener(b,c) +else a.addEventListener(b,c,d)}, +e7(a,b,c,d){if(c!=null)if(d==null)a.removeEventListener(b,c) +else a.removeEventListener(b,c,d)}, +awk(a){return t.e.a(A.b0(a))}, +dG(a){var s=a.timeStamp +return s==null?null:s}, +aoK(a,b){a.textContent=b +return b}, +aoG(a){return a.tagName}, +aoF(a){var s +for(;a.firstChild!=null;){s=a.firstChild +s.toString +a.removeChild(s)}}, +M(a,b,c){a.setProperty(b,c,"")}, +ajN(a){var s=A.bu(self.document,"style") +if(a!=null)s.nonce=a +return s}, +ajM(a,b){var s +$.ajR=$.ajR+1 +s=A.bu(self.window.document,"canvas") +if(b!=null)A.af8(s,b) +if(a!=null)A.af7(s,a) +return s}, +af8(a,b){a.width=b +return b}, +af7(a,b){a.height=b +return b}, +S7(a,b,c){var s +if(c==null)return a.getContext(b) +else{s=A.at(c) +if(s==null)s=t.K.a(s) +return a.getContext(b,s)}}, +aoD(a,b){var s +if(b===1){s=A.S7(a,"webgl",null) +s.toString +return t.e.a(s)}s=A.S7(a,"webgl2",null) +s.toString +return t.e.a(s)}, +nc(a){return A.ax2(a)}, +ax2(a){var s=0,r=A.Y(t.Lk),q,p=2,o,n,m,l,k +var $async$nc=A.U(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:p=4 +s=7 +return A.Z(A.ii(self.window.fetch(a),t.e),$async$nc) +case 7:n=c +q=new A.Cx(a,n) +s=1 +break +p=2 +s=6 +break +case 4:p=3 +k=o +m=A.ae(k) +throw A.d(new A.tv(a,m)) +s=6 +break +case 3:s=2 +break +case 6:case 1:return A.W(q,r) +case 2:return A.V(o,r)}}) +return A.X($async$nc,r)}, +aai(a){var s=0,r=A.Y(t.pI),q +var $async$aai=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:s=3 +return A.Z(A.nc(a),$async$aai) +case 3:q=c.gmt().k0() +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$aai,r)}, +V3(a){var s=0,r=A.Y(t.d),q,p +var $async$V3=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:p=A +s=3 +return A.Z(a.gmt().k0(),$async$V3) +case 3:q=p.d6(c,0,null) +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$V3,r)}, +afm(a){var s=a.height +return s==null?null:s}, +afg(a,b){var s=b==null?null:b +a.value=s +return s}, +afe(a){var s=a.selectionStart +return s==null?null:s}, +afd(a){var s=a.selectionEnd +return s==null?null:s}, +aff(a){var s=a.value +return s==null?null:s}, +ll(a){var s=a.code +return s==null?null:s}, +hz(a){var s=a.key +return s==null?null:s}, +afh(a){var s=a.state +if(s==null)s=null +else{s=A.adz(s) +s.toString}return s}, +aoH(a){return a.matches}, +afi(a){var s=a.matches +return s==null?null:s}, +fD(a){var s=a.buttons +return s==null?null:s}, +afj(a){var s=a.pointerId +return s==null?null:s}, +abB(a){var s=a.pointerType +return s==null?null:s}, +afk(a){var s=a.tiltX +return s==null?null:s}, +afl(a){var s=a.tiltY +return s==null?null:s}, +afn(a){var s=a.wheelDeltaX +return s==null?null:s}, +afo(a){var s=a.wheelDeltaY +return s==null?null:s}, +aoL(a){var s=a.identifier +return s==null?null:s}, +S9(a,b){a.type=b +return b}, +afc(a,b){var s=b==null?null:b +a.value=s +return s}, +abA(a){var s=a.value +return s==null?null:s}, +abz(a){var s=a.disabled +return s==null?null:s}, +afb(a,b){a.disabled=b +return b}, +afa(a){var s=a.selectionStart +return s==null?null:s}, +af9(a){var s=a.selectionEnd +return s==null?null:s}, +hy(a,b,c){return a.insertRule(b,c)}, +bW(a,b,c){var s=t.e.a(A.b0(c)) +a.addEventListener(b,s) +return new A.BE(b,a,s)}, +awl(a){return new self.ResizeObserver(A.b0(new A.aa_(a)))}, +awp(a){if(self.window.trustedTypes!=null)return $.amq().createScriptURL(a) +return a}, +ajO(a){var s,r +if(self.Intl.Segmenter==null)throw A.d(A.h6("Intl.Segmenter() is not supported.")) +s=self.Intl.Segmenter +r=t.N +r=A.at(A.aI(["granularity",a],r,r)) +if(r==null)r=t.K.a(r) +return new s([],r)}, +awq(){var s,r +if(self.Intl.v8BreakIterator==null)throw A.d(A.h6("v8BreakIterator is not supported.")) +s=self.Intl.v8BreakIterator +r=A.at(B.DD) +if(r==null)r=t.K.a(r) +return new s([],r)}, +adS(){var s=0,r=A.Y(t.z) +var $async$adS=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:if(!$.adg){$.adg=!0 +self.window.requestAnimationFrame(A.b0(new A.aaL()))}return A.W(null,r)}}) +return A.X($async$adS,r)}, +app(a,b){var s=t.S,r=A.cO(null,t.H),q=A.a(["Roboto"],t.s) +s=new A.Tw(a,A.ax(s),A.ax(s),b,B.b.kX(b,new A.Tx()),B.b.kX(b,new A.Ty()),B.b.kX(b,new A.Tz()),B.b.kX(b,new A.TA()),B.b.kX(b,new A.TB()),B.b.kX(b,new A.TC()),r,q,A.ax(s)) +q=t.Te +s.b=new A.BT(s,A.ax(q),A.y(t.N,q)) +return s}, +atY(a,b,c){var s,r,q,p,o,n,m,l=A.a([],t.t),k=A.a([],c.h("z<0>")) +for(s=a.length,r=0,q=0,p=1,o=0;o"))}, +P7(a){return A.awE(a)}, +awE(a){var s=0,r=A.Y(t.bY),q,p,o,n,m,l +var $async$P7=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:n={} +l=t.Lk +s=3 +return A.Z(A.nc(a.u3("FontManifest.json")),$async$P7) +case 3:m=l.a(c) +if(!m.gt6()){$.cS().$1("Font manifest does not exist at `"+m.a+"` - ignoring.") +q=new A.tl(A.a([],t.z8)) +s=1 +break}p=B.bS.LN(B.ju) +n.a=null +o=p.fF(new A.Mo(new A.aa9(n),[],t.xm)) +s=4 +return A.Z(m.gmt().pe(0,new A.aaa(o),t.d),$async$P7) +case 4:o.aJ(0) +n=n.a +if(n==null)throw A.d(A.im(u.u)) +n=J.nh(t.j.a(n),new A.aab(),t.VW) +q=new A.tl(A.a6(n,!0,A.m(n).h("aX.E"))) +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$P7,r)}, +ajD(a,b,c){var s,r,q,p,o,n,m,l=a.sheet +l.toString +s=l +l=" "+b +q=t.e +p=t.qr +o=p.h("i.E") +A.hy(s,l+" flt-scene-host {\n font: "+c+";\n }\n ",J.bp(A.bF(new A.da(s.cssRules,p),o,q).a)) +n=$.e_() +if(n===B.a3)A.hy(s," "+b+" * {\n -webkit-tap-highlight-color: transparent;\n }\n ",J.bp(A.bF(new A.da(s.cssRules,p),o,q).a)) +if(n===B.bz)A.hy(s," "+b+" flt-paragraph,\n "+b+" flt-span {\n line-height: 100%;\n }\n ",J.bp(A.bF(new A.da(s.cssRules,p),o,q).a)) +A.hy(s,l+" flt-semantics input[type=range] {\n appearance: none;\n -webkit-appearance: none;\n width: 100%;\n position: absolute;\n border: none;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n }\n ",J.bp(A.bF(new A.da(s.cssRules,p),o,q).a)) +if(n===B.a3)A.hy(s," "+b+" flt-semantics input[type=range]::-webkit-slider-thumb {\n -webkit-appearance: none;\n }\n ",J.bp(A.bF(new A.da(s.cssRules,p),o,q).a)) +A.hy(s,l+" input::selection {\n background-color: transparent;\n }\n ",J.bp(A.bF(new A.da(s.cssRules,p),o,q).a)) +A.hy(s,l+" textarea::selection {\n background-color: transparent;\n }\n ",J.bp(A.bF(new A.da(s.cssRules,p),o,q).a)) +A.hy(s,l+" flt-semantics input,\n "+b+" flt-semantics textarea,\n "+b+' flt-semantics [contentEditable="true"] {\n caret-color: transparent;\n }\n ',J.bp(A.bF(new A.da(s.cssRules,p),o,q).a)) +A.hy(s,l+" .flt-text-editing::placeholder {\n opacity: 0;\n }\n ",J.bp(A.bF(new A.da(s.cssRules,p),o,q).a)) +if(n!==B.aU)l=n===B.a3 +else l=!0 +if(l)A.hy(s," "+b+" .transparentTextEditing:-webkit-autofill,\n "+b+" .transparentTextEditing:-webkit-autofill:hover,\n "+b+" .transparentTextEditing:-webkit-autofill:focus,\n "+b+" .transparentTextEditing:-webkit-autofill:active {\n opacity: 0 !important;\n }\n ",J.bp(A.bF(new A.da(s.cssRules,p),o,q).a)) +if(B.d.t(self.window.navigator.userAgent,"Edg/"))try{A.hy(s," "+b+" input::-ms-reveal {\n display: none;\n }\n ",J.bp(A.bF(new A.da(s.cssRules,p),o,q).a))}catch(m){l=A.ae(m) +if(q.b(l)){r=l +self.window.console.warn(J.cT(r))}else throw m}}, +awv(a){var s,r,q,p,o,n,m +$label0$0:for(s=a.length,r=0;r<6;++r){q=B.AJ[r] +p=q.a +o=p.length +if(s=s)return!1 +if(a[n]!==o.charCodeAt(p))continue $label0$0}return!0}return!1}, +axB(a){$.kX.push(a)}, +aam(a){return A.ax8(a)}, +ax8(a){var s=0,r=A.Y(t.H),q,p,o,n +var $async$aam=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:n={} +if($.zs!==B.jd){s=1 +break}$.zs=B.yu +p=$.bQ +if(p==null)p=$.bQ=A.e9(self.window.flutterConfiguration) +if(a!=null)p.b=a +A.axA("ext.flutter.disassemble",new A.aao()) +n.a=!1 +$.akl=new A.aap(n) +n=$.bQ +n=(n==null?$.bQ=A.e9(self.window.flutterConfiguration):n).b +if(n==null)n=null +else{n=n.assetBase +if(n==null)n=null}o=new A.PP(n) +A.avD(o) +s=3 +return A.Z(A.tm(A.a([new A.aaq().$0(),A.OX()],t.mo),t.H),$async$aam) +case 3:$.zs=B.je +case 1:return A.W(q,r)}}) +return A.X($async$aam,r)}, +adG(){var s=0,r=A.Y(t.H),q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a +var $async$adG=A.U(function(a0,a1){if(a0===1)return A.V(a1,r) +while(true)switch(s){case 0:if($.zs!==B.je){s=1 +break}$.zs=B.yv +p=$.cH() +if($.aco==null)$.aco=A.art(p===B.aB) +if($.ft==null){o=$.bQ +o=(o==null?$.bQ=A.e9(self.window.flutterConfiguration):o).b +o=o==null?null:o.hostElement +n=A.ap3(o) +m=new A.C5(n) +l=$.cw() +l.r=A.aou(o) +o=$.ad() +k=t.N +n.Il(0,A.aI(["flt-renderer",o.ga3o()+" (requested explicitly)","flt-build-mode","release","spellcheck","false"],k,k)) +j=m.f=A.bu(self.document,"flutter-view") +i=m.r=A.bu(self.document,"flt-glass-pane") +n.Gy(j) +j.appendChild(i) +if(i.attachShadow==null)A.T(A.R("ShadowDOM is not supported in this browser.")) +n=A.at(A.aI(["mode","open","delegatesFocus",!1],k,t.z)) +if(n==null)n=t.K.a(n) +n=m.w=i.attachShadow(n) +i=$.bQ +k=(i==null?$.bQ=A.e9(self.window.flutterConfiguration):i).b +h=A.ajN(k==null?null:A.ac_(k)) +h.id="flt-internals-stylesheet" +n.appendChild(h) +A.ajD(h,"","normal normal 14px sans-serif") +k=$.bQ +k=(k==null?$.bQ=A.e9(self.window.flutterConfiguration):k).b +k=k==null?null:A.ac_(k) +g=A.bu(self.document,"flt-text-editing-host") +f=A.ajN(k) +f.id="flt-text-editing-stylesheet" +j.appendChild(f) +A.ajD(f,"flutter-view","normal normal 14px sans-serif") +j.appendChild(g) +m.x=g +j=A.bu(self.document,"flt-scene-host") +A.M(j.style,"pointer-events","none") +m.b=j +o.a3v(0,m) +e=A.bu(self.document,"flt-semantics-host") +o=e.style +A.M(o,"position","absolute") +A.M(o,"transform-origin","0 0 0") +m.d=e +m.K3() +o=$.cU +d=(o==null?$.cU=A.iv():o).w.a.J6() +c=A.bu(self.document,"flt-announcement-host") +b=A.aes(B.eq) +a=A.aes(B.er) +c.append(b) +c.append(a) +m.y=new A.Pq(b,a) +n.append(d) +o=m.b +o.toString +n.append(o) +n.append(c) +m.f.appendChild(e) +o=$.bQ +if((o==null?$.bQ=A.e9(self.window.flutterConfiguration):o).gZV())A.M(m.b.style,"opacity","0.3") +o=$.W_ +if(o==null)o=$.W_=A.apX() +n=m.f +o=o.gnf() +if($.agE==null){o=new A.E3(n,new A.Yr(A.y(t.S,t.mm)),o) +n=$.e_() +if(n===B.a3)p=p===B.a0 +else p=!1 +if(p)$.akQ().a48() +o.e=o.Qv() +$.agE=o}p=l.r +p.gJ_(p).a24(m.gUt()) +$.ft=m}$.zs=B.yw +case 1:return A.W(q,r)}}) +return A.X($async$adG,r)}, +avD(a){if(a===$.zq)return +$.zq=a}, +OX(){var s=0,r=A.Y(t.H),q,p,o +var $async$OX=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:p=$.ad() +p.grV().U(0) +s=$.zq!=null?2:3 +break +case 2:p=p.grV() +q=$.zq +q.toString +o=p +s=5 +return A.Z(A.P7(q),$async$OX) +case 5:s=4 +return A.Z(o.oQ(b),$async$OX) +case 4:case 3:return A.W(null,r)}}) +return A.X($async$OX,r)}, +apj(a,b){return t.e.a({initializeEngine:A.b0(new A.Ti(b)),autoStart:A.b0(new A.Tj(a))})}, +api(a){return t.e.a({runApp:A.b0(new A.Tg(a))})}, +adC(a,b){var s=A.b0(new A.aag(a,b)) +return new self.Promise(s)}, +adf(a){var s=B.c.X(a) +return A.c1(B.c.X((a-s)*1000),s)}, +aup(a,b){var s={} +s.a=null +return new A.a91(s,a,b)}, +apX(){var s=new A.CM(A.y(t.N,t.e)) +s.OX() +return s}, +apZ(a){switch(a.a){case 0:case 4:return new A.u7(A.adX("M,2\u201ew\u2211wa2\u03a9q\u2021qb2\u02dbx\u2248xc3 c\xd4j\u2206jd2\xfee\xb4ef2\xfeu\xa8ug2\xfe\xff\u02c6ih3 h\xce\xff\u2202di3 i\xc7c\xe7cj2\xd3h\u02d9hk2\u02c7\xff\u2020tl5 l@l\xfe\xff|l\u02dcnm1~mn3 n\u0131\xff\u222bbo2\xaer\u2030rp2\xacl\xd2lq2\xc6a\xe6ar3 r\u03c0p\u220fps3 s\xd8o\xf8ot2\xa5y\xc1yu3 u\xa9g\u02ddgv2\u02dak\uf8ffkw2\xc2z\xc5zx2\u0152q\u0153qy5 y\xcff\u0192f\u02c7z\u03a9zz5 z\xa5y\u2021y\u2039\xff\u203aw.2\u221av\u25cav;4\xb5m\xcds\xd3m\xdfs/2\xb8z\u03a9z")) +case 3:return new A.u7(A.adX(';b1{bc1&cf1[fg1]gm2y')) +case 1:case 2:case 5:return new A.u7(A.adX("8a2@q\u03a9qk1&kq3@q\xc6a\xe6aw2xy2\xa5\xff\u2190\xffz51)s.push(new A.k8(B.b.gG(o),B.b.ga1(o))) +else s.push(new A.k8(p,null))}return s}, +av6(a,b){var s=a.f9(b),r=A.awz(A.bN(s.b)) +switch(s.a){case"setDevicePixelRatio":$.cv().d=r +$.aF().r.$0() +return!0}return!1}, +jw(a,b){if(a==null)return +if(b===$.a7)a.$0() +else b.pj(a)}, +zC(a,b,c){if(a==null)return +if(b===$.a7)a.$1(c) +else b.pk(a,c)}, +axc(a,b,c,d){if(b===$.a7)a.$2(c,d) +else b.pj(new A.aas(a,c,d))}, +awH(){var s,r,q,p=self.document.documentElement +p.toString +if("computedStyleMap" in p){s=p.computedStyleMap() +if(s!=null){r=s.get("font-size") +q=r!=null?r.value:null}else q=null}else q=null +if(q==null)q=A.akf(A.abC(self.window,p).getPropertyValue("font-size")) +return(q==null?16:q)/16}, +aqP(a,b,c,d,e,f,g,h){return new A.E0(a,!1,f,e,h,d,c,g)}, +aj1(a,b){b.toString +t.pE.a(b) +return A.bu(self.document,A.bN(J.b3(b,"tagName")))}, +awc(a){switch(a){case 0:return 1 +case 1:return 4 +case 2:return 2 +default:return B.f.Lc(1,a)}}, +mP(a){var s=B.c.X(a) +return A.c1(B.c.X((a-s)*1000),s)}, +adw(a,b){var s,r,q,p,o=$.cU +if((o==null?$.cU=A.iv():o).x&&a.offsetX===0&&a.offsetY===0)return A.auC(a,b) +o=$.ft.x +o===$&&A.c() +s=a.target +s.toString +if(o.contains(s)){o=$.Pn() +r=o.geV().w +if(r!=null){a.target.toString +o.geV().c.toString +q=new A.f5(r.c).a2O(a.offsetX,a.offsetY,0) +return new A.v(q.a,q.b)}}if(!J.e(a.target,b)){p=b.getBoundingClientRect() +return new A.v(a.clientX-p.x,a.clientY-p.y)}return new A.v(a.offsetX,a.offsetY)}, +auC(a,b){var s,r,q=a.clientX,p=a.clientY +for(s=b;s.offsetParent!=null;s=r){q-=s.offsetLeft-s.scrollLeft +p-=s.offsetTop-s.scrollTop +r=s.offsetParent +r.toString}return new A.v(q,p)}, +akr(a,b){var s=b.$0() +return s}, +awU(){if($.aF().ch==null)return +$.adr=A.zw()}, +awR(){if($.aF().ch==null)return +$.adc=A.zw()}, +awQ(){if($.aF().ch==null)return +$.adb=A.zw()}, +awT(){if($.aF().ch==null)return +$.adn=A.zw()}, +awS(){var s,r,q=$.aF() +if(q.ch==null)return +s=$.ajk=A.zw() +$.adh.push(new A.jW(A.a([$.adr,$.adc,$.adb,$.adn,s,s,0,0,0,0,1],t.t))) +$.ajk=$.adn=$.adb=$.adc=$.adr=-1 +if(s-$.alM()>1e5){$.auT=s +r=$.adh +A.zC(q.ch,q.CW,r) +$.adh=A.a([],t.no)}}, +zw(){return B.c.X(self.window.performance.now()*1000)}, +art(a){var s=new A.YS(A.y(t.N,t.qe),a) +s.P0(a) +return s}, +avw(a){}, +akf(a){var s=self.window.parseFloat(a) +if(s==null||isNaN(s))return null +return s}, +axt(a){var s,r,q +if("computedStyleMap" in a){s=a.computedStyleMap() +if(s!=null){r=s.get("font-size") +q=r!=null?r.value:null}else q=null}else q=null +return q==null?A.akf(A.abC(self.window,a).getPropertyValue("font-size")):q}, +aes(a){var s=a===B.er?"assertive":"polite",r=A.bu(self.document,"flt-announcement-"+s),q=r.style +A.M(q,"position","fixed") +A.M(q,"overflow","hidden") +A.M(q,"transform","translate(-99999px, -99999px)") +A.M(q,"width","1px") +A.M(q,"height","1px") +q=A.at(s) +if(q==null)q=t.K.a(q) +r.setAttribute("aria-live",q) +return r}, +auy(a){var s=a.a +if((s&256)!==0)return B.N1 +else if((s&65536)!==0)return B.N2 +else return B.N0}, +apN(a){var s=new A.Vz(A.bu(self.document,"input"),new A.ni(a.k1),B.tx,a) +s.OW(a) +return s}, +ap5(a){return new A.SB(a)}, +a0a(a){var s=a.style +s.removeProperty("transform-origin") +s.removeProperty("transform") +s=$.cH() +if(s!==B.a0)s=s===B.aB +else s=!0 +if(s){s=a.style +A.M(s,"top","0px") +A.M(s,"left","0px")}else{s=a.style +s.removeProperty("top") +s.removeProperty("left")}}, +iv(){var s=t.S,r=t.UF,q=A.a([],t.Qo),p=A.a([],t.u),o=$.cH() +o=B.u4.t(0,o)?new A.RL():new A.WZ() +o=new A.ST(B.u3,A.y(s,r),A.y(s,r),q,p,new A.SX(),new A.a06(o),B.bi,A.a([],t.U9)) +o.OU() +return o}, +axk(a){var s,r,q,p,o,n,m,l,k=a.length,j=t.t,i=A.a([],j),h=A.a([0],j) +for(s=0,r=0;r=h.length)h.push(r) +else h[o]=r +if(o>s)s=o}m=A.aV(s,0,!1,t.S) +l=h[s] +for(r=s-1;r>=0;--r){m[r]=l +l=i[l]}return m}, +as0(a){var s,r=$.vG +if(r!=null)s=r.a===a +else s=!1 +if(s){r.toString +return r}return $.vG=new A.a0i(a,A.a([],t.Up),$,$,$,null)}, +acP(){var s=new Uint8Array(0),r=new DataView(new ArrayBuffer(8)) +return new A.a3e(new A.GB(s,0),r,A.d6(r.buffer,0,null))}, +avY(a,b,c){var s,r,q,p,o,n,m,l,k=A.a([],t._f) +c.adoptText(b) +c.first() +for(s=a.length,r=0;c.next()!==-1;r=q){q=B.c.X(c.current()) +for(p=r,o=0,n=0;p0){k.push(new A.lT(B.jv,o,n,r,p)) +r=p +o=0 +n=0}}if(o>0)l=B.f8 +else l=q===s?B.jw:B.jv +k.push(new A.lT(l,o,n,r,q))}if(k.length===0||B.b.ga1(k).c===B.f8)k.push(new A.lT(B.jw,0,0,s,s)) +return k}, +awN(a){switch(a){case 0:return"100" +case 1:return"200" +case 2:return"300" +case 3:return"normal" +case 4:return"500" +case 5:return"600" +case 6:return"bold" +case 7:return"800" +case 8:return"900"}return""}, +axJ(a,b){switch(a){case B.e3:return"left" +case B.hk:return"right" +case B.cP:return"center" +case B.hl:return"justify" +case B.hm:switch(b.a){case 1:return"end" +case 0:return"left"}break +case B.b6:switch(b.a){case 1:return"" +case 0:return"right"}break +case null:case void 0:return""}}, +ap8(a){switch(a){case"TextInputAction.continueAction":case"TextInputAction.next":return B.wv +case"TextInputAction.previous":return B.wB +case"TextInputAction.done":return B.w0 +case"TextInputAction.go":return B.wk +case"TextInputAction.newline":return B.w5 +case"TextInputAction.search":return B.wJ +case"TextInputAction.send":return B.wK +case"TextInputAction.emergencyCall":case"TextInputAction.join":case"TextInputAction.none":case"TextInputAction.route":case"TextInputAction.unspecified":default:return B.ww}}, +afw(a,b){switch(a){case"TextInputType.number":return b?B.vU:B.wx +case"TextInputType.phone":return B.wz +case"TextInputType.emailAddress":return B.w1 +case"TextInputType.url":return B.wW +case"TextInputType.multiline":return B.wt +case"TextInputType.none":return B.iw +case"TextInputType.text":default:return B.wS}}, +asE(a){var s +if(a==="TextCapitalization.words")s=B.uB +else if(a==="TextCapitalization.characters")s=B.uD +else s=a==="TextCapitalization.sentences"?B.uC:B.hn +return new A.w6(s)}, +auP(a){}, +P1(a,b,c,d){var s,r="transparent",q="none",p=a.style +A.M(p,"white-space","pre-wrap") +A.M(p,"align-content","center") +A.M(p,"padding","0") +A.M(p,"opacity","1") +A.M(p,"color",r) +A.M(p,"background-color",r) +A.M(p,"background",r) +A.M(p,"outline",q) +A.M(p,"border",q) +A.M(p,"resize",q) +A.M(p,"text-shadow",r) +A.M(p,"transform-origin","0 0 0") +if(b){A.M(p,"top","-9999px") +A.M(p,"left","-9999px")}if(d){A.M(p,"width","0") +A.M(p,"height","0")}if(c)A.M(p,"pointer-events",q) +s=$.e_() +if(s!==B.aU)s=s===B.a3 +else s=!0 +if(s)a.classList.add("transparentTextEditing") +A.M(p,"caret-color",r)}, +ap6(a6,a7){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5=null +if(a6==null)return a5 +s=t.N +r=A.y(s,t.e) +q=A.y(s,t.M1) +p=A.bu(self.document,"form") +o=$.Pn().geV() instanceof A.F3 +p.noValidate=!0 +p.method="post" +p.action="#" +A.bH(p,"submit",$.ab1(),a5) +A.P1(p,!1,o,!0) +n=J.tM(0,s) +m=A.abe(a6,B.uA) +if(a7!=null)for(s=t.a,l=J.jA(a7,s),l=new A.co(l,l.gp(l)),k=m.b,j=A.m(l).c,i=!o,h=a5,g=!1;l.q();){f=l.d +if(f==null)f=j.a(f) +e=J.av(f) +d=s.a(e.i(f,"autofill")) +c=A.bN(e.i(f,"textCapitalization")) +if(c==="TextCapitalization.words")c=B.uB +else if(c==="TextCapitalization.characters")c=B.uD +else c=c==="TextCapitalization.sentences"?B.uC:B.hn +b=A.abe(d,new A.w6(c)) +c=b.b +n.push(c) +if(c!==k){a=A.afw(A.bN(J.b3(s.a(e.i(f,"inputType")),"name")),!1).xl() +b.a.dt(a) +b.dt(a) +A.P1(a,!1,o,i) +q.m(0,c,b) +r.m(0,c,a) +p.append(a) +if(g){h=a +g=!1}}else g=!0}else{n.push(m.b) +h=a5}B.b.fE(n) +for(s=n.length,a0=0,l="";a00?l+"*":l)+a1}a2=l.charCodeAt(0)==0?l:l +a3=$.zA.i(0,a2) +if(a3!=null)a3.remove() +a4=A.bu(self.document,"input") +A.P1(a4,!0,!1,!0) +a4.className="submitBtn" +A.S9(a4,"submit") +p.append(a4) +return new A.SC(p,r,q,h==null?a4:h,a2)}, +abe(a,b){var s,r=J.av(a),q=A.bN(r.i(a,"uniqueIdentifier")),p=t.kc.a(r.i(a,"hints")),o=p==null||J.hl(p)?null:A.bN(J.l2(p)),n=A.afu(t.a.a(r.i(a,"editingValue"))) +if(o!=null){s=$.akx().a.i(0,o) +if(s==null)s=o}else s=null +return new A.Ab(n,q,s,A.bZ(r.i(a,"hintText")))}, +ado(a,b,c){var s=c.a,r=c.b,q=Math.min(s,r) +r=Math.max(s,r) +return B.d.Y(a,0,q)+b+B.d.bK(a,r)}, +asF(a1,a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h=a3.a,g=a3.b,f=a3.c,e=a3.d,d=a3.e,c=a3.f,b=a3.r,a=a3.w,a0=new A.px(h,g,f,e,d,c,b,a) +d=a2==null +c=d?null:a2.b +s=c==(d?null:a2.c) +c=g.length +r=c===0 +q=r&&e!==-1 +r=!r +p=r&&!s +if(q){o=h.length-a1.a.length +f=a1.b +if(f!==(d?null:a2.b)){f=e-o +a0.c=f}else{a0.c=f +e=f+o +a0.d=e}}else if(p){f=a2.b +d=a2.c +if(f>d)f=d +a0.c=f}n=b!=null&&b!==a +if(r&&s&&n){b.toString +f=a0.c=b}if(!(f===-1&&f===e)){m=A.ado(h,g,new A.d_(f,e)) +f=a1.a +f.toString +if(m!==f){l=B.d.t(g,".") +for(e=A.ca(A.adR(g),!0,!1).nP(0,f),e=new A.wu(e.a,e.b,e.c),d=t.Qz,b=h.length;e.q();){k=e.d +a=(k==null?d.a(k):k).b +r=a.index +if(!(r>=0&&r+a[0].length<=b)){j=r+c-1 +i=A.ado(h,g,new A.d_(r,j))}else{j=l?r+a[0].length-1:r+a[0].length +i=A.ado(h,g,new A.d_(r,j))}if(i===f){a0.c=r +a0.d=j +break}}}}a0.e=a1.b +a0.f=a1.c +return a0}, +rZ(a,b,c,d,e){var s,r=a==null?0:a +r=Math.max(0,r) +s=d==null?0:d +return new A.nX(e,r,Math.max(0,s),b,c)}, +afu(a){var s=J.av(a),r=A.bZ(s.i(a,"text")),q=B.c.X(A.zp(s.i(a,"selectionBase"))),p=B.c.X(A.zp(s.i(a,"selectionExtent"))),o=A.ac1(a,"composingBase"),n=A.ac1(a,"composingExtent") +s=o==null?-1:o +return A.rZ(q,s,n==null?-1:n,p,r)}, +aft(a){var s,r,q,p=null,o=globalThis.HTMLInputElement +if(o!=null&&a instanceof o){s=a.selectionDirection +if((s==null?p:s)==="backward"){s=A.abA(a) +r=A.af9(a) +r=r==null?p:B.c.X(r) +q=A.afa(a) +return A.rZ(r,-1,-1,q==null?p:B.c.X(q),s)}else{s=A.abA(a) +r=A.afa(a) +r=r==null?p:B.c.X(r) +q=A.af9(a) +return A.rZ(r,-1,-1,q==null?p:B.c.X(q),s)}}else{o=globalThis.HTMLTextAreaElement +if(o!=null&&a instanceof o){s=a.selectionDirection +if((s==null?p:s)==="backward"){s=A.aff(a) +r=A.afd(a) +r=r==null?p:B.c.X(r) +q=A.afe(a) +return A.rZ(r,-1,-1,q==null?p:B.c.X(q),s)}else{s=A.aff(a) +r=A.afe(a) +r=r==null?p:B.c.X(r) +q=A.afd(a) +return A.rZ(r,-1,-1,q==null?p:B.c.X(q),s)}}else throw A.d(A.R("Initialized with unsupported input type"))}}, +afT(a){var s,r,q,p,o,n="inputType",m="autofill",l=J.av(a),k=t.a,j=A.bN(J.b3(k.a(l.i(a,n)),"name")),i=A.qG(J.b3(k.a(l.i(a,n)),"decimal")) +j=A.afw(j,i===!0) +i=A.bZ(l.i(a,"inputAction")) +if(i==null)i="TextInputAction.done" +s=A.qG(l.i(a,"obscureText")) +r=A.qG(l.i(a,"readOnly")) +q=A.qG(l.i(a,"autocorrect")) +p=A.asE(A.bN(l.i(a,"textCapitalization"))) +k=l.a2(a,m)?A.abe(k.a(l.i(a,m)),B.uA):null +o=A.ap6(t.nA.a(l.i(a,m)),t.kc.a(l.i(a,"fields"))) +l=A.qG(l.i(a,"enableDeltaModel")) +return new A.VE(j,i,r===!0,s===!0,q!==!1,l===!0,k,o,p)}, +apw(a){return new A.Co(a,A.a([],t.Up),$,$,$,null)}, +axD(){$.zA.S(0,new A.aaI())}, +aw3(){var s,r,q +for(s=$.zA.gal($.zA),s=new A.cV(J.ar(s.a),s.b),r=A.m(s).z[1];s.q();){q=s.a +if(q==null)q=r.a(q) +q.remove()}$.zA.U(0)}, +aoW(a){var s=J.av(a),r=A.lX(J.nh(t.j.a(s.i(a,"transform")),new A.So(),t.z),!0,t.i) +return new A.Sn(A.zp(s.i(a,"width")),A.zp(s.i(a,"height")),new Float32Array(A.n8(r)))}, +ajV(a){var s=A.aku(a) +if(s===B.uJ)return"matrix("+A.j(a[0])+","+A.j(a[1])+","+A.j(a[4])+","+A.j(a[5])+","+A.j(a[12])+","+A.j(a[13])+")" +else if(s===B.uK)return A.awL(a) +else return"none"}, +aku(a){if(!(a[15]===1&&a[14]===0&&a[11]===0&&a[10]===1&&a[9]===0&&a[8]===0&&a[7]===0&&a[6]===0&&a[3]===0&&a[2]===0))return B.uK +if(a[0]===1&&a[1]===0&&a[4]===0&&a[5]===1&&a[12]===0&&a[13]===0)return B.uI +else return B.uJ}, +awL(a){var s=a[0] +if(s===1&&a[1]===0&&a[2]===0&&a[3]===0&&a[4]===0&&a[5]===1&&a[6]===0&&a[7]===0&&a[8]===0&&a[9]===0&&a[10]===1&&a[11]===0&&a[14]===0&&a[15]===1)return"translate3d("+A.j(a[12])+"px, "+A.j(a[13])+"px, 0px)" +else return"matrix3d("+A.j(s)+","+A.j(a[1])+","+A.j(a[2])+","+A.j(a[3])+","+A.j(a[4])+","+A.j(a[5])+","+A.j(a[6])+","+A.j(a[7])+","+A.j(a[8])+","+A.j(a[9])+","+A.j(a[10])+","+A.j(a[11])+","+A.j(a[12])+","+A.j(a[13])+","+A.j(a[14])+","+A.j(a[15])+")"}, +axV(a,b){var s=$.amo() +s[0]=b.a +s[1]=b.b +s[2]=b.c +s[3]=b.d +A.axU(a,s) +return new A.E(s[0],s[1],s[2],s[3])}, +axU(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=$.aeg() +a0[0]=a2[0] +a0[4]=a2[1] +a0[8]=0 +a0[12]=1 +a0[1]=a2[2] +a0[5]=a2[1] +a0[9]=0 +a0[13]=1 +a0[2]=a2[0] +a0[6]=a2[3] +a0[10]=0 +a0[14]=1 +a0[3]=a2[2] +a0[7]=a2[3] +a0[11]=0 +a0[15]=1 +s=$.amn().a +r=s[0] +q=s[4] +p=s[8] +o=s[12] +n=s[1] +m=s[5] +l=s[9] +k=s[13] +j=s[2] +i=s[6] +h=s[10] +g=s[14] +f=s[3] +e=s[7] +d=s[11] +c=s[15] +b=a1.a +s[0]=r*b[0]+q*b[4]+p*b[8]+o*b[12] +s[4]=r*b[1]+q*b[5]+p*b[9]+o*b[13] +s[8]=r*b[2]+q*b[6]+p*b[10]+o*b[14] +s[12]=r*b[3]+q*b[7]+p*b[11]+o*b[15] +s[1]=n*b[0]+m*b[4]+l*b[8]+k*b[12] +s[5]=n*b[1]+m*b[5]+l*b[9]+k*b[13] +s[9]=n*b[2]+m*b[6]+l*b[10]+k*b[14] +s[13]=n*b[3]+m*b[7]+l*b[11]+k*b[15] +s[2]=j*b[0]+i*b[4]+h*b[8]+g*b[12] +s[6]=j*b[1]+i*b[5]+h*b[9]+g*b[13] +s[10]=j*b[2]+i*b[6]+h*b[10]+g*b[14] +s[14]=j*b[3]+i*b[7]+h*b[11]+g*b[15] +s[3]=f*b[0]+e*b[4]+d*b[8]+c*b[12] +s[7]=f*b[1]+e*b[5]+d*b[9]+c*b[13] +s[11]=f*b[2]+e*b[6]+d*b[10]+c*b[14] +s[15]=f*b[3]+e*b[7]+d*b[11]+c*b[15] +a=b[15] +if(a===0)a=1 +a2[0]=Math.min(Math.min(Math.min(a0[0],a0[1]),a0[2]),a0[3])/a +a2[1]=Math.min(Math.min(Math.min(a0[4],a0[5]),a0[6]),a0[7])/a +a2[2]=Math.max(Math.max(Math.max(a0[0],a0[1]),a0[2]),a0[3])/a +a2[3]=Math.max(Math.max(Math.max(a0[4],a0[5]),a0[6]),a0[7])/a}, +aw6(a){var s,r +if(a===4278190080)return"#000000" +if((a&4278190080)>>>0===4278190080){s=B.f.hM(a&16777215,16) +switch(s.length){case 1:return"#00000"+s +case 2:return"#0000"+s +case 3:return"#000"+s +case 4:return"#00"+s +case 5:return"#0"+s +default:return"#"+s}}else{r=""+"rgba("+B.f.j(a>>>16&255)+","+B.f.j(a>>>8&255)+","+B.f.j(a&255)+","+B.c.j((a>>>24&255)/255)+")" +return r.charCodeAt(0)==0?r:r}}, +aj6(){if(A.axf())return"BlinkMacSystemFont" +var s=$.cH() +if(s!==B.a0)s=s===B.aB +else s=!0 +if(s)return"-apple-system, BlinkMacSystemFont" +return"Arial"}, +aw1(a){var s +if(B.H6.t(0,a))return a +s=$.cH() +if(s!==B.a0)s=s===B.aB +else s=!0 +if(s)if(a===".SF Pro Text"||a===".SF Pro Display"||a===".SF UI Text"||a===".SF UI Display")return A.aj6() +return'"'+A.j(a)+'", '+A.aj6()+", sans-serif"}, +zy(a,b,c){if(ac)return c +else return a}, +aau(a,b){var s +if(a==null)return b==null +if(b==null||a.length!==b.length)return!1 +for(s=0;s")).b3(0," ")}, +ij(a,b,c){A.M(a.style,b,c)}, +akn(a){var s=self.document.querySelector("#flutterweb-theme") +if(a!=null){if(s==null){s=A.bu(self.document,"meta") +s.id="flutterweb-theme" +s.name="theme-color" +self.document.head.append(s)}s.content=A.aw6(a.a)}else if(s!=null)s.remove()}, +ac4(a,b,c){var s=b.h("@<0>").a4(c),r=new A.wX(s.h("wX<+key,value(1,2)>")) +r.a=r +r.b=r +return new A.D2(a,new A.rW(r,s.h("rW<+key,value(1,2)>")),A.y(b,s.h("afr<+key,value(1,2)>")),s.h("D2<1,2>"))}, +Dd(){var s=new Float32Array(16) +s[15]=1 +s[0]=1 +s[5]=1 +s[10]=1 +return new A.f5(s)}, +aqh(a){return new A.f5(a)}, +aaO(a){var s=new Float32Array(16) +s[15]=a[15] +s[14]=a[14] +s[13]=a[13] +s[12]=a[12] +s[11]=a[11] +s[10]=a[10] +s[9]=a[9] +s[8]=a[8] +s[7]=a[7] +s[6]=a[6] +s[5]=a[5] +s[4]=a[4] +s[3]=a[3] +s[2]=a[2] +s[1]=a[1] +s[0]=a[0] +return s}, +aod(a){var s=new A.Bb(a,A.ahq(t.FW)) +s.OS(a) +return s}, +aou(a){var s,r +if(a!=null)return A.aod(a) +else{s=new A.Ci(A.ahq(t.tW)) +r=self.window.visualViewport +if(r==null)r=self.window +s.a=A.bW(r,"resize",s.gV_()) +return s}}, +ap3(a){if(a!=null){A.aoF(a) +return new A.Ry(a)}else return new A.TL()}, +ap7(a,b){var s=new A.BL(a,b,A.cO(null,t.H),B.cS) +s.OT(a,b) +return s}, +qT:function qT(a){var _=this +_.a=a +_.d=_.c=_.b=null}, +PH:function PH(a,b){this.a=a +this.b=b}, +PJ:function PJ(a){this.a=a}, +PK:function PK(a){this.a=a}, +PI:function PI(a){this.a=a}, +ri:function ri(a,b){this.a=a +this.b=b}, +iJ:function iJ(a,b){this.a=a +this.b=b}, +ev:function ev(a){this.a=a}, +a93:function a93(){}, +a9r:function a9r(a,b){this.a=a +this.b=b}, +a9q:function a9q(a,b){this.a=a +this.b=b}, +QH:function QH(a){this.a=a}, +D5:function D5(a){this.a=a +this.b=$}, +AB:function AB(){}, +rq:function rq(a,b){this.a=a +this.b=b}, +rs:function rs(a){this.a=a}, +nD:function nD(a,b){this.a=a +this.b=b}, +Cv:function Cv(a,b,c,d,e,f,g,h,i){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.x=h +_.Q=i}, +V0:function V0(){}, +V1:function V1(a){this.a=a}, +UY:function UY(){}, +UZ:function UZ(a){this.a=a}, +V_:function V_(a){this.a=a}, +kc:function kc(a,b){this.a=a +this.b=b}, +m3:function m3(a,b){this.a=a +this.b=b}, +fQ:function fQ(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +uv:function uv(a){this.a=a}, +BH:function BH(a,b){this.a=a +this.b=b}, +i5:function i5(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aa5:function aa5(a,b){this.a=a +this.b=b}, +aa4:function aa4(a,b){this.a=a +this.b=b}, +Fy:function Fy(a,b,c,d,e){var _=this +_.a=a +_.b=$ +_.c=b +_.d=c +_.e=d +_.f=e +_.w=_.r=null}, +a0A:function a0A(){}, +a0B:function a0B(){}, +a0C:function a0C(a){this.a=a}, +a0D:function a0D(a){this.a=a}, +a0E:function a0E(){}, +mk:function mk(a,b,c){this.a=a +this.b=b +this.c=c}, +kC:function kC(a,b,c){this.a=a +this.b=b +this.c=c}, +ly:function ly(a,b,c){this.a=a +this.b=b +this.c=c}, +a0z:function a0z(a){this.a=a}, +Cz:function Cz(a){this.a=a}, +aaG:function aaG(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +nE:function nE(a,b){var _=this +_.a=$ +_.b=a +_.c=b +_.d=!1}, +AD:function AD(){}, +wH:function wH(a,b){this.a=a +this.b=b +this.d=$}, +Az:function Az(a,b,c,d){var _=this +_.a=$ +_.b=a +_.c=b +_.d=0 +_.e=-1 +_.f=c +_.r=d +_.w=!1}, +rr:function rr(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.e=_.d=$ +_.f=!1 +_.r=0 +_.w=null +_.x=d}, +dn:function dn(){}, +YF:function YF(a){this.c=a}, +Y2:function Y2(a,b){this.a=a +this.b=b}, +nM:function nM(){}, +EX:function EX(a,b){this.c=a +this.a=null +this.b=b}, +AO:function AO(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +AS:function AS(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +AQ:function AQ(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +DN:function DN(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +wh:function wh(a,b,c){var _=this +_.f=a +_.c=b +_.a=null +_.b=c}, +DL:function DL(a,b,c){var _=this +_.f=a +_.c=b +_.a=null +_.b=c}, +CA:function CA(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +Vk:function Vk(a,b){this.a=a +this.b=b}, +Ft:function Ft(a,b,c,d,e,f){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.c=e +_.a=null +_.b=f}, +DY:function DY(a,b,c){var _=this +_.c=a +_.d=b +_.a=null +_.b=c}, +CR:function CR(a){this.a=a}, +Wg:function Wg(a){this.a=a +this.b=$}, +Wh:function Wh(a,b){this.a=a +this.b=b}, +TH:function TH(a,b,c){this.a=a +this.b=b +this.c=c}, +TI:function TI(a,b,c){this.a=a +this.b=b +this.c=c}, +TJ:function TJ(a,b,c){this.a=a +this.b=b +this.c=c}, +Ri:function Ri(){}, +QU:function QU(a,b){this.a=a +this.b=b +this.c=$}, +AF:function AF(a){this.a=a}, +a9t:function a9t(){}, +XB:function XB(){}, +dP:function dP(a,b){this.a=null +this.b=a +this.$ti=b}, +B2:function B2(a,b){var _=this +_.a=$ +_.b=1 +_.c=a +_.$ti=b}, +nF:function nF(a,b,c,d){var _=this +_.a=a +_.b=$ +_.c=null +_.d=b +_.e=c +_.f=0 +_.x=!0 +_.y=4278190080 +_.z=!1 +_.ax=_.at=_.as=_.Q=null +_.ay=d +_.CW=_.ch=null}, +QV:function QV(a){this.a=a}, +rt:function rt(a){this.a=$ +this.b=a}, +AJ:function AJ(){this.a=$ +this.b=!1 +this.c=null}, +jM:function jM(){this.b=this.a=null}, +YQ:function YQ(a,b){this.a=a +this.b=b}, +nB:function nB(a,b){this.a=a +this.b=b}, +At:function At(){var _=this +_.a=null +_.b=$ +_.c=null +_.d=$}, +QI:function QI(a){this.a=a}, +Fw:function Fw(){}, +AC:function AC(a,b,c,d,e,f){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.a=$}, +w1:function w1(a,b){this.a=a +this.b=b}, +hZ:function hZ(a){var _=this +_.a=null +_.b=!0 +_.c=!1 +_.w=_.r=_.f=_.e=_.d=null +_.x=a +_.y=null +_.at=_.as=_.Q=_.z=-1 +_.ax=!1 +_.ch=_.ay=null +_.CW=-1}, +a1k:function a1k(a){this.a=a}, +AK:function AK(a,b){this.a=a +this.b=b +this.c=!1}, +G8:function G8(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=$ +_.d=c +_.e=d}, +AI:function AI(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +ru:function ru(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dy=_.dx=$}, +QX:function QX(a){this.a=a}, +AH:function AH(a){var _=this +_.a=$ +_.b=-1/0 +_.c=a +_.d=0 +_.e=!1 +_.z=_.y=_.x=_.w=_.r=_.f=0 +_.Q=$ +_.as=!1}, +AE:function AE(a){this.a=a}, +QW:function QW(a,b,c){this.a=a +this.b=b +this.e=c}, +a9x:function a9x(a){this.a=a}, +tL:function tL(a,b){this.a=a +this.b=b}, +As:function As(a){this.a=a}, +rx:function rx(a,b){this.a=a +this.b=b}, +Rb:function Rb(a,b){this.a=a +this.b=b}, +Rc:function Rc(a,b){this.a=a +this.b=b}, +R6:function R6(a){this.a=a}, +R7:function R7(a,b){this.a=a +this.b=b}, +R5:function R5(a){this.a=a}, +R9:function R9(a){this.a=a}, +Ra:function Ra(a){this.a=a}, +R8:function R8(a){this.a=a}, +R3:function R3(){}, +R4:function R4(){}, +T_:function T_(){}, +T0:function T0(){}, +Th:function Th(){this.a=!1 +this.b=null}, +BK:function BK(a){this.b=a +this.d=null}, +a_r:function a_r(){}, +S8:function S8(a){this.a=a}, +Sa:function Sa(){}, +Cx:function Cx(a,b){this.a=a +this.b=b}, +V2:function V2(a){this.a=a}, +Cw:function Cw(a,b){this.a=a +this.b=b}, +tv:function tv(a,b){this.a=a +this.b=b}, +BE:function BE(a,b,c){this.a=a +this.b=b +this.c=c}, +rT:function rT(a,b){this.a=a +this.b=b}, +aa_:function aa_(a){this.a=a}, +a9R:function a9R(){}, +Iq:function Iq(a,b){this.a=a +this.b=-1 +this.$ti=b}, +da:function da(a,b){this.a=a +this.$ti=b}, +Iv:function Iv(a,b){this.a=a +this.b=-1 +this.$ti=b}, +jc:function jc(a,b){this.a=a +this.$ti=b}, +BC:function BC(a,b){this.a=a +this.b=$ +this.$ti=b}, +C5:function C5(a){var _=this +_.a=a +_.e=_.d=_.c=_.b=null +_.y=_.x=_.w=_.r=_.f=$}, +aaL:function aaL(){}, +aaK:function aaK(){}, +Tw:function Tw(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.a=a +_.b=$ +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.as=l +_.at=m +_.ax=!1 +_.ch=_.ay=$}, +Tx:function Tx(){}, +Ty:function Ty(){}, +Tz:function Tz(){}, +TA:function TA(){}, +TB:function TB(){}, +TC:function TC(){}, +TE:function TE(a){this.a=a}, +TF:function TF(){}, +TD:function TD(a){this.a=a}, +Nz:function Nz(a,b,c){this.a=a +this.b=b +this.$ti=c}, +BT:function BT(a,b,c){var _=this +_.a=a +_.c=b +_.d=c +_.f=null}, +T4:function T4(a,b,c){this.a=a +this.b=b +this.c=c}, +o7:function o7(a,b){this.a=a +this.b=b}, +lz:function lz(a,b){this.a=a +this.b=b}, +tl:function tl(a){this.a=a}, +aa9:function aa9(a){this.a=a}, +aaa:function aaa(a){this.a=a}, +aab:function aab(){}, +aa8:function aa8(){}, +jU:function jU(){}, +Cd:function Cd(){}, +Cb:function Cb(){}, +Cc:function Cc(){}, +A6:function A6(){}, +Ap:function Ap(){}, +Qh:function Qh(){}, +Qi:function Qi(a){this.a=a}, +qX:function qX(a,b){this.a=a +this.b=b}, +iB:function iB(a,b){this.a=a +this.b=b}, +lk:function lk(a,b){this.a=a +this.b=b}, +aao:function aao(){}, +aap:function aap(a){this.a=a}, +aan:function aan(a){this.a=a}, +aaq:function aaq(){}, +Ti:function Ti(a){this.a=a}, +Tj:function Tj(a){this.a=a}, +Tg:function Tg(a){this.a=a}, +aag:function aag(a,b){this.a=a +this.b=b}, +aae:function aae(a,b){this.a=a +this.b=b}, +aaf:function aaf(a){this.a=a}, +a9A:function a9A(){}, +a9B:function a9B(){}, +a9C:function a9C(){}, +a9D:function a9D(){}, +a9E:function a9E(){}, +a9F:function a9F(){}, +a9G:function a9G(){}, +a9H:function a9H(){}, +a91:function a91(a,b,c){this.a=a +this.b=b +this.c=c}, +CM:function CM(a){this.a=$ +this.b=a}, +VX:function VX(a){this.a=a}, +VY:function VY(a){this.a=a}, +VZ:function VZ(a){this.a=a}, +W0:function W0(a){this.a=a}, +hC:function hC(a){this.a=a}, +W1:function W1(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=null +_.e=!1 +_.f=d +_.r=e}, +W7:function W7(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +W8:function W8(a){this.a=a}, +W9:function W9(a,b,c){this.a=a +this.b=b +this.c=c}, +Wa:function Wa(a,b){this.a=a +this.b=b}, +W3:function W3(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +W4:function W4(a,b,c){this.a=a +this.b=b +this.c=c}, +W5:function W5(a,b){this.a=a +this.b=b}, +W6:function W6(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +W2:function W2(a,b,c){this.a=a +this.b=b +this.c=c}, +Wb:function Wb(a,b){this.a=a +this.b=b}, +Rm:function Rm(a){this.a=a +this.b=!0}, +X6:function X6(a){this.a=a}, +aaC:function aaC(){}, +Qg:function Qg(){}, +uu:function uu(a){var _=this +_.d=a +_.a=_.e=$ +_.c=_.b=!1}, +Xg:function Xg(){}, +vN:function vN(a,b){var _=this +_.d=a +_.e=b +_.f=null +_.a=$ +_.c=_.b=!1}, +a0x:function a0x(){}, +a0y:function a0y(){}, +iI:function iI(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=0 +_.f=e}, +tf:function tf(a){this.a=a +this.b=$ +this.c=0}, +T3:function T3(){}, +Ct:function Ct(a,b){this.a=a +this.b=b +this.c=$}, +BM:function BM(a,b,c,d,e,f){var _=this +_.a=a +_.d=b +_.e=c +_.f=d +_.k1=_.id=_.go=_.fy=_.fx=_.fr=_.db=_.CW=_.ch=_.ay=_.ax=_.at=_.as=_.Q=_.z=_.y=_.x=_.w=_.r=null +_.k2=e +_.R8=_.p4=_.p3=_.ok=_.k4=_.k3=null +_.RG=f +_.to=null}, +SR:function SR(a,b,c){this.a=a +this.b=b +this.c=c}, +SQ:function SQ(a,b){this.a=a +this.b=b}, +SM:function SM(a,b){this.a=a +this.b=b}, +SN:function SN(a,b){this.a=a +this.b=b}, +SO:function SO(){}, +SP:function SP(a,b){this.a=a +this.b=b}, +SL:function SL(a){this.a=a}, +SK:function SK(a){this.a=a}, +SJ:function SJ(a){this.a=a}, +SS:function SS(a,b){this.a=a +this.b=b}, +aas:function aas(a,b,c){this.a=a +this.b=b +this.c=c}, +GQ:function GQ(){}, +E0:function E0(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +Yl:function Yl(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Ym:function Ym(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Yn:function Yn(a,b){this.b=a +this.c=b}, +a_c:function a_c(){}, +a_d:function a_d(){}, +E3:function E3(a,b,c){var _=this +_.a=a +_.c=b +_.d=c +_.e=$}, +YB:function YB(){}, +xs:function xs(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a40:function a40(){}, +a41:function a41(a){this.a=a}, +NH:function NH(){}, +ib:function ib(a,b){this.a=a +this.b=b}, +mQ:function mQ(){this.a=0}, +a73:function a73(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=null +_.r=!1}, +a75:function a75(){}, +a74:function a74(a,b,c){this.a=a +this.b=b +this.c=c}, +a76:function a76(a){this.a=a}, +a77:function a77(a){this.a=a}, +a78:function a78(a){this.a=a}, +a79:function a79(a){this.a=a}, +a7a:function a7a(a){this.a=a}, +a7b:function a7b(a){this.a=a}, +a8r:function a8r(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=null +_.r=!1}, +a8s:function a8s(a,b,c){this.a=a +this.b=b +this.c=c}, +a8t:function a8t(a){this.a=a}, +a8u:function a8u(a){this.a=a}, +a8v:function a8v(a){this.a=a}, +a8w:function a8w(a){this.a=a}, +a6N:function a6N(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=null +_.r=!1}, +a6O:function a6O(a,b,c){this.a=a +this.b=b +this.c=c}, +a6P:function a6P(a){this.a=a}, +a6Q:function a6Q(a){this.a=a}, +a6R:function a6R(a){this.a=a}, +a6S:function a6S(a){this.a=a}, +a6T:function a6T(a){this.a=a}, +qo:function qo(a,b){this.a=null +this.b=a +this.c=b}, +Yr:function Yr(a){this.a=a +this.b=0}, +Ys:function Ys(a,b){this.a=a +this.b=b}, +acm:function acm(){}, +YS:function YS(a,b){var _=this +_.a=a +_.c=_.b=null +_.d=0 +_.e=b}, +YT:function YT(a){this.a=a}, +YU:function YU(a){this.a=a}, +YV:function YV(a){this.a=a}, +YX:function YX(a,b,c){this.a=a +this.b=b +this.c=c}, +YY:function YY(a){this.a=a}, +r9:function r9(a,b){this.a=a +this.b=b}, +Pq:function Pq(a,b){this.a=a +this.b=b}, +Pr:function Pr(a){this.a=a}, +wG:function wG(a,b){this.a=a +this.b=b}, +QR:function QR(a,b,c){var _=this +_.e=a +_.a=b +_.b=c +_.c=null}, +Bt:function Bt(a,b){this.a=a +this.b=b +this.c=null}, +p2:function p2(a,b){this.d=null +this.a=a +this.b=b}, +a_3:function a_3(a){this.a=a}, +o6:function o6(a,b,c){this.d=a +this.a=b +this.b=c}, +ni:function ni(a){this.a=a +this.b=null}, +Pt:function Pt(a){this.a=a}, +Pu:function Pu(a){this.a=a}, +Ps:function Ps(a,b,c){this.a=a +this.b=b +this.c=c}, +Vr:function Vr(a,b){var _=this +_.e=null +_.a=a +_.b=b +_.c=null}, +Vz:function Vz(a,b,c,d){var _=this +_.e=a +_.f=b +_.r=1 +_.w=null +_.x=!1 +_.a=c +_.b=d +_.c=null}, +VA:function VA(a,b){this.a=a +this.b=b}, +VB:function VB(a){this.a=a}, +tY:function tY(a,b){this.a=a +this.b=b}, +lY:function lY(a,b){this.d=null +this.a=a +this.b=b}, +Yp:function Yp(a,b){this.a=a +this.b=b +this.c=null}, +a_F:function a_F(a,b,c){var _=this +_.e=null +_.f=a +_.r=null +_.w=0 +_.a=b +_.b=c +_.c=null}, +a_M:function a_M(a){this.a=a}, +a_N:function a_N(a){this.a=a}, +a_O:function a_O(a){this.a=a}, +o_:function o_(a){this.a=a}, +SB:function SB(a){this.a=a}, +Fs:function Fs(a){this.a=a}, +Fq:function Fq(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9){var _=this +_.a=a +_.b=b +_.c=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ax=m +_.ay=n +_.ch=o +_.CW=p +_.cx=q +_.cy=r +_.db=s +_.dx=a0 +_.dy=a1 +_.fr=a2 +_.fx=a3 +_.fy=a4 +_.go=a5 +_.id=a6 +_.k1=a7 +_.k2=a8 +_.k4=a9}, +fT:function fT(a,b){this.a=a +this.b=b}, +mp:function mp(a,b){this.a=a +this.b=b}, +E7:function E7(){}, +TT:function TT(a,b){this.a=a +this.b=b +this.c=null}, +iT:function iT(){}, +mw:function mw(a,b,c){var _=this +_.a=0 +_.fy=_.fx=_.fr=_.dy=_.dx=_.db=_.cy=_.cx=_.CW=_.ch=_.ay=_.ax=_.at=_.as=_.Q=_.z=_.y=_.x=_.w=_.r=_.f=_.e=_.d=_.c=_.b=null +_.go=-1 +_.id=a +_.k1=b +_.k2=c +_.k3=-1 +_.p2=_.p1=_.ok=_.k4=null +_.p4=_.p3=0}, +a0b:function a0b(a){this.a=a}, +Pv:function Pv(a,b){this.a=a +this.b=b}, +lB:function lB(a,b){this.a=a +this.b=b}, +vH:function vH(a,b){this.a=a +this.b=b}, +ST:function ST(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=null +_.r=f +_.w=g +_.x=!1 +_.z=h +_.Q=null +_.as=i}, +SU:function SU(a){this.a=a}, +SV:function SV(a,b){this.a=a +this.b=b}, +SX:function SX(){}, +SW:function SW(a){this.a=a}, +t1:function t1(a,b){this.a=a +this.b=b}, +a06:function a06(a){this.a=a}, +a02:function a02(){}, +RL:function RL(){this.a=null}, +RM:function RM(a){this.a=a}, +WZ:function WZ(){var _=this +_.b=_.a=null +_.c=0 +_.d=!1}, +X0:function X0(a){this.a=a}, +X_:function X_(a){this.a=a}, +Qn:function Qn(a,b){this.a=a +this.b=b +this.c=null}, +w3:function w3(a,b){this.d=null +this.a=a +this.b=b}, +a1v:function a1v(a){this.a=a}, +a0i:function a0i(a,b,c,d,e,f){var _=this +_.cx=_.CW=_.ch=null +_.a=a +_.b=!1 +_.c=null +_.d=$ +_.y=_.x=_.w=_.r=_.f=_.e=null +_.z=b +_.Q=!1 +_.a$=c +_.b$=d +_.c$=e +_.d$=f}, +a1A:function a1A(a,b){var _=this +_.f=_.e=null +_.a=a +_.b=b +_.c=null}, +a1B:function a1B(a){this.a=a}, +a1C:function a1C(a){this.a=a}, +a1D:function a1D(a){this.a=a}, +a1E:function a1E(a,b){this.a=a +this.b=b}, +a1F:function a1F(a){this.a=a}, +a1G:function a1G(a){this.a=a}, +a1H:function a1H(a){this.a=a}, +kR:function kR(){}, +Jv:function Jv(){}, +GB:function GB(a,b){this.a=a +this.b=b}, +f6:function f6(a,b){this.a=a +this.b=b}, +VK:function VK(){}, +VM:function VM(){}, +a11:function a11(){}, +a13:function a13(a,b){this.a=a +this.b=b}, +a15:function a15(){}, +a3e:function a3e(a,b,c){var _=this +_.a=!1 +_.b=a +_.c=b +_.d=c}, +Ef:function Ef(a){this.a=a +this.b=0}, +a1I:function a1I(){}, +u0:function u0(a,b){this.a=a +this.b=b}, +lT:function lT(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=e}, +t2:function t2(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i}, +Qc:function Qc(a){this.a=a}, +AY:function AY(){}, +SH:function SH(){}, +XN:function XN(){}, +SY:function SY(){}, +Sb:function Sb(){}, +Uh:function Uh(){}, +XM:function XM(){}, +YG:function YG(){}, +a_Q:function a_Q(){}, +a0k:function a0k(){}, +SI:function SI(){}, +XP:function XP(){}, +a1V:function a1V(){}, +XQ:function XQ(){}, +RE:function RE(){}, +Ya:function Ya(){}, +Sz:function Sz(){}, +a2Z:function a2Z(){}, +Dr:function Dr(){}, +pw:function pw(a,b){this.a=a +this.b=b}, +w6:function w6(a){this.a=a}, +SC:function SC(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +SD:function SD(a,b){this.a=a +this.b=b}, +SE:function SE(a,b,c){this.a=a +this.b=b +this.c=c}, +Ab:function Ab(a,b,c,d){var _=this +_.a=a +_.b=b +_.d=c +_.e=d}, +px:function px(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +nX:function nX(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +VE:function VE(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i}, +Co:function Co(a,b,c,d,e,f){var _=this +_.a=a +_.b=!1 +_.c=null +_.d=$ +_.y=_.x=_.w=_.r=_.f=_.e=null +_.z=b +_.Q=!1 +_.a$=c +_.b$=d +_.c$=e +_.d$=f}, +F3:function F3(a,b,c,d,e,f){var _=this +_.a=a +_.b=!1 +_.c=null +_.d=$ +_.y=_.x=_.w=_.r=_.f=_.e=null +_.z=b +_.Q=!1 +_.a$=c +_.b$=d +_.c$=e +_.d$=f}, +a_b:function a_b(a){this.a=a}, +rN:function rN(){}, +RH:function RH(a){this.a=a}, +RI:function RI(){}, +RJ:function RJ(){}, +RK:function RK(){}, +V7:function V7(a,b,c,d,e,f){var _=this +_.ok=null +_.p1=!0 +_.a=a +_.b=!1 +_.c=null +_.d=$ +_.y=_.x=_.w=_.r=_.f=_.e=null +_.z=b +_.Q=!1 +_.a$=c +_.b$=d +_.c$=e +_.d$=f}, +Va:function Va(a){this.a=a}, +Vb:function Vb(a,b){this.a=a +this.b=b}, +V8:function V8(a){this.a=a}, +V9:function V9(a){this.a=a}, +PD:function PD(a,b,c,d,e,f){var _=this +_.a=a +_.b=!1 +_.c=null +_.d=$ +_.y=_.x=_.w=_.r=_.f=_.e=null +_.z=b +_.Q=!1 +_.a$=c +_.b$=d +_.c$=e +_.d$=f}, +PE:function PE(a){this.a=a}, +T6:function T6(a,b,c,d,e,f){var _=this +_.a=a +_.b=!1 +_.c=null +_.d=$ +_.y=_.x=_.w=_.r=_.f=_.e=null +_.z=b +_.Q=!1 +_.a$=c +_.b$=d +_.c$=e +_.d$=f}, +T8:function T8(a){this.a=a}, +T9:function T9(a){this.a=a}, +T7:function T7(a){this.a=a}, +a1K:function a1K(){}, +a1P:function a1P(a,b){this.a=a +this.b=b}, +a1W:function a1W(){}, +a1R:function a1R(a){this.a=a}, +a1U:function a1U(){}, +a1Q:function a1Q(a){this.a=a}, +a1T:function a1T(a){this.a=a}, +a1J:function a1J(){}, +a1M:function a1M(){}, +a1S:function a1S(){}, +a1O:function a1O(){}, +a1N:function a1N(){}, +a1L:function a1L(a){this.a=a}, +aaI:function aaI(){}, +a1y:function a1y(a){this.a=a}, +a1z:function a1z(a){this.a=a}, +V4:function V4(){var _=this +_.a=$ +_.b=null +_.c=!1 +_.d=null +_.f=$}, +V6:function V6(a){this.a=a}, +V5:function V5(a){this.a=a}, +Sp:function Sp(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Sn:function Sn(a,b,c){this.a=a +this.b=b +this.c=c}, +So:function So(){}, +wi:function wi(a,b){this.a=a +this.b=b}, +a9Y:function a9Y(){}, +D2:function D2(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +f5:function f5(a){this.a=a}, +Bb:function Bb(a,b){this.a=a +this.b=$ +this.c=b}, +Rx:function Rx(a){this.a=a}, +Rw:function Rw(){}, +RO:function RO(){}, +Ci:function Ci(a){this.a=$ +this.b=a}, +Ry:function Ry(a){this.b=a +this.a=null}, +Rz:function Rz(a){this.a=a}, +SA:function SA(){}, +TL:function TL(){this.a=null}, +TM:function TM(a){this.a=a}, +BL:function BL(a,b,c,d){var _=this +_.a=a +_.b=b +_.d=_.c=$ +_.e=null +_.f=c +_.r=$ +_.w=d +_.x=null}, +SF:function SF(a){this.a=a}, +SG:function SG(a,b){this.a=a +this.b=b}, +GR:function GR(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Ig:function Ig(){}, +O8:function O8(){}, +Oh:function Oh(){}, +abZ:function abZ(){}, +awn(){return $}, +bF(a,b,c){if(b.h("N<0>").b(a))return new A.x0(a,b.h("@<0>").a4(c).h("x0<1,2>")) +return new A.le(a,b.h("@<0>").a4(c).h("le<1,2>"))}, +iF(a){return new A.eE("Field '"+a+"' has not been initialized.")}, +hI(a){return new A.eE("Local '"+a+"' has not been initialized.")}, +Wd(a){return new A.eE("Local '"+a+"' has already been initialized.")}, +anW(a){return new A.e3(a)}, +aah(a){var s,r=a^48 +if(r<=9)return r +s=a|32 +if(97<=s&&s<=102)return s-87 +return-1}, +axu(a,b){var s=A.aah(a.charCodeAt(b)),r=A.aah(a.charCodeAt(b+1)) +return s*16+r-(r&256)}, +u(a,b){a=a+b&536870911 +a=a+((a&524287)<<10)&536870911 +return a^a>>>6}, +cZ(a){a=a+((a&67108863)<<3)&536870911 +a^=a>>>11 +return a+((a&16383)<<15)&536870911}, +asu(a,b,c){return A.cZ(A.u(A.u(c,a),b))}, +asv(a,b,c,d,e){return A.cZ(A.u(A.u(A.u(A.u(e,a),b),c),d))}, +eq(a,b,c){return a}, +adH(a){var s,r +for(s=$.nd.length,r=0;rc)A.T(A.bw(b,0,c,"start",null))}return new A.eM(a,b,c,d.h("eM<0>"))}, +ow(a,b,c,d){if(t.Ee.b(a))return new A.iu(a,b,c.h("@<0>").a4(d).h("iu<1,2>")) +return new A.dI(a,b,c.h("@<0>").a4(d).h("dI<1,2>"))}, +asx(a,b,c){var s="takeCount" +A.no(b,s) +A.ds(b,s) +if(t.Ee.b(a))return new A.t0(a,b,c.h("t0<0>")) +return new A.mD(a,b,c.h("mD<0>"))}, +ahj(a,b,c){var s="count" +if(t.Ee.b(a)){A.no(b,s) +A.ds(b,s) +return new A.nY(a,b,c.h("nY<0>"))}A.no(b,s) +A.ds(b,s) +return new A.iX(a,b,c.h("iX<0>"))}, +afG(a,b,c){if(c.h("N<0>").b(b))return new A.t_(a,b,c.h("t_<0>")) +return new A.iw(a,b,c.h("iw<0>"))}, +bA(){return new A.eL("No element")}, +abW(){return new A.eL("Too many elements")}, +afW(){return new A.eL("Too few elements")}, +FN(a,b,c,d){if(c-b<=32)A.ash(a,b,c,d) +else A.asg(a,b,c,d)}, +ash(a,b,c,d){var s,r,q,p,o +for(s=b+1,r=J.av(a);s<=c;++s){q=r.i(a,s) +p=s +while(!0){if(!(p>b&&d.$2(r.i(a,p-1),q)>0))break +o=p-1 +r.m(a,p,r.i(a,o)) +p=o}r.m(a,p,q)}}, +asg(a3,a4,a5,a6){var s,r,q,p,o,n,m,l,k,j,i=B.f.d_(a5-a4+1,6),h=a4+i,g=a5-i,f=B.f.d_(a4+a5,2),e=f-i,d=f+i,c=J.av(a3),b=c.i(a3,h),a=c.i(a3,e),a0=c.i(a3,f),a1=c.i(a3,d),a2=c.i(a3,g) +if(a6.$2(b,a)>0){s=a +a=b +b=s}if(a6.$2(a1,a2)>0){s=a2 +a2=a1 +a1=s}if(a6.$2(b,a0)>0){s=a0 +a0=b +b=s}if(a6.$2(a,a0)>0){s=a0 +a0=a +a=s}if(a6.$2(b,a1)>0){s=a1 +a1=b +b=s}if(a6.$2(a0,a1)>0){s=a1 +a1=a0 +a0=s}if(a6.$2(a,a2)>0){s=a2 +a2=a +a=s}if(a6.$2(a,a0)>0){s=a0 +a0=a +a=s}if(a6.$2(a1,a2)>0){s=a2 +a2=a1 +a1=s}c.m(a3,h,b) +c.m(a3,f,a0) +c.m(a3,g,a2) +c.m(a3,e,c.i(a3,a4)) +c.m(a3,d,c.i(a3,a5)) +r=a4+1 +q=a5-1 +if(J.e(a6.$2(a,a1),0)){for(p=r;p<=q;++p){o=c.i(a3,p) +n=a6.$2(o,a) +if(n===0)continue +if(n<0){if(p!==r){c.m(a3,p,c.i(a3,r)) +c.m(a3,r,o)}++r}else for(;!0;){n=a6.$2(c.i(a3,q),a) +if(n>0){--q +continue}else{m=q-1 +if(n<0){c.m(a3,p,c.i(a3,r)) +l=r+1 +c.m(a3,r,c.i(a3,q)) +c.m(a3,q,o) +q=m +r=l +break}else{c.m(a3,p,c.i(a3,q)) +c.m(a3,q,o) +q=m +break}}}}k=!0}else{for(p=r;p<=q;++p){o=c.i(a3,p) +if(a6.$2(o,a)<0){if(p!==r){c.m(a3,p,c.i(a3,r)) +c.m(a3,r,o)}++r}else if(a6.$2(o,a1)>0)for(;!0;)if(a6.$2(c.i(a3,q),a1)>0){--q +if(qg){for(;J.e(a6.$2(c.i(a3,r),a),0);)++r +for(;J.e(a6.$2(c.i(a3,q),a1),0);)--q +for(p=r;p<=q;++p){o=c.i(a3,p) +if(a6.$2(o,a)===0){if(p!==r){c.m(a3,p,c.i(a3,r)) +c.m(a3,r,o)}++r}else if(a6.$2(o,a1)===0)for(;!0;)if(a6.$2(c.i(a3,q),a1)===0){--q +if(q")),!0,b),l=m.length,k=0 +while(!0){if(!(k").a4(c).h("by<1,2>")) +n.$keys=m +return n}return new A.lg(A.ag5(a,b,c),b.h("@<0>").a4(c).h("lg<1,2>"))}, +abp(){throw A.d(A.R("Cannot modify unmodifiable Map"))}, +abq(){throw A.d(A.R("Cannot modify constant Set"))}, +akv(a){var s=v.mangledGlobalNames[a] +if(s!=null)return s +return"minified:"+a}, +ak4(a,b){var s +if(b!=null){s=b.x +if(s!=null)return s}return t.dC.b(a)}, +j(a){var s +if(typeof a=="string")return a +if(typeof a=="number"){if(a!==0)return""+a}else if(!0===a)return"true" +else if(!1===a)return"false" +else if(a==null)return"null" +s=J.cT(a) +return s}, +F(a,b,c,d,e,f){return new A.tO(a,c,d,e,f)}, +aBD(a,b,c,d,e,f){return new A.tO(a,c,d,e,f)}, +fU(a){var s,r=$.agJ +if(r==null)r=$.agJ=Symbol("identityHashCode") +s=a[r] +if(s==null){s=Math.random()*0x3fffffff|0 +a[r]=s}return s}, +acl(a,b){var s,r,q,p,o,n=null,m=/^\s*[+-]?((0x[a-f0-9]+)|(\d+)|([a-z0-9]+))\s*$/i.exec(a) +if(m==null)return n +s=m[3] +if(b==null){if(s!=null)return parseInt(a,10) +if(m[2]!=null)return parseInt(a,16) +return n}if(b<2||b>36)throw A.d(A.bw(b,2,36,"radix",n)) +if(b===10&&s!=null)return parseInt(a,10) +if(b<10||s==null){r=b<=10?47+b:86+b +q=m[1] +for(p=q.length,o=0;or)return n}return parseInt(a,b)}, +agK(a){var s,r +if(!/^\s*[+-]?(?:Infinity|NaN|(?:\.\d+|\d+(?:\.\d*)?)(?:[eE][+-]?\d+)?)\s*$/.test(a))return null +s=parseFloat(a) +if(isNaN(s)){r=B.d.JW(a) +if(r==="NaN"||r==="+NaN"||r==="-NaN")return s +return null}return s}, +YL(a){return A.arb(a)}, +arb(a){var s,r,q,p +if(a instanceof A.B)return A.dY(A.bg(a),null) +s=J.eQ(a) +if(s===B.A_||s===B.A8||t.kk.b(a)){r=B.iu(a) +if(r!=="Object"&&r!=="")return r +q=a.constructor +if(typeof q=="function"){p=q.name +if(typeof p=="string"&&p!=="Object"&&p!=="")return p}}return A.dY(A.bg(a),null)}, +agL(a){if(a==null||typeof a=="number"||A.jt(a))return J.cT(a) +if(typeof a=="string")return JSON.stringify(a) +if(a instanceof A.jN)return a.j(0) +if(a instanceof A.hf)return a.Fp(!0) +return"Instance of '"+A.YL(a)+"'"}, +are(){return Date.now()}, +arm(){var s,r +if($.YM!==0)return +$.YM=1000 +if(typeof window=="undefined")return +s=window +if(s==null)return +if(!!s.dartUseDateNowForTicks)return +r=s.performance +if(r==null)return +if(typeof r.now!="function")return +$.YM=1e6 +$.E8=new A.YK(r)}, +ard(){if(!!self.location)return self.location.href +return null}, +agI(a){var s,r,q,p,o=a.length +if(o<=500)return String.fromCharCode.apply(null,a) +for(s="",r=0;r65535)return A.arn(a)}return A.agI(a)}, +aro(a,b,c){var s,r,q,p +if(c<=500&&b===0&&c===a.length)return String.fromCharCode.apply(null,a) +for(s=b,r="";s>>0,s&1023|56320)}}throw A.d(A.bw(a,0,1114111,null,null))}, +eK(a){if(a.date===void 0)a.date=new Date(a.a) +return a.date}, +arl(a){return a.b?A.eK(a).getUTCFullYear()+0:A.eK(a).getFullYear()+0}, +arj(a){return a.b?A.eK(a).getUTCMonth()+1:A.eK(a).getMonth()+1}, +arf(a){return a.b?A.eK(a).getUTCDate()+0:A.eK(a).getDate()+0}, +arg(a){return a.b?A.eK(a).getUTCHours()+0:A.eK(a).getHours()+0}, +ari(a){return a.b?A.eK(a).getUTCMinutes()+0:A.eK(a).getMinutes()+0}, +ark(a){return a.b?A.eK(a).getUTCSeconds()+0:A.eK(a).getSeconds()+0}, +arh(a){return a.b?A.eK(a).getUTCMilliseconds()+0:A.eK(a).getMilliseconds()+0}, +kj(a,b,c){var s,r,q={} +q.a=0 +s=[] +r=[] +q.a=b.length +B.b.H(s,b) +q.b="" +if(c!=null&&c.a!==0)c.S(0,new A.YJ(q,r,s)) +return J.an0(a,new A.tO(B.HQ,0,s,r,0))}, +arc(a,b,c){var s,r,q +if(Array.isArray(b))s=c==null||c.a===0 +else s=!1 +if(s){r=b.length +if(r===0){if(!!a.$0)return a.$0()}else if(r===1){if(!!a.$1)return a.$1(b[0])}else if(r===2){if(!!a.$2)return a.$2(b[0],b[1])}else if(r===3){if(!!a.$3)return a.$3(b[0],b[1],b[2])}else if(r===4){if(!!a.$4)return a.$4(b[0],b[1],b[2],b[3])}else if(r===5)if(!!a.$5)return a.$5(b[0],b[1],b[2],b[3],b[4]) +q=a[""+"$"+r] +if(q!=null)return q.apply(a,b)}return A.ara(a,b,c)}, +ara(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g=Array.isArray(b)?b:A.a6(b,!0,t.z),f=g.length,e=a.$R +if(fn)return A.kj(a,g,null) +if(fe)return A.kj(a,g,c) +if(g===b)g=A.a6(g,!0,t.z) +l=Object.keys(q) +if(c==null)for(r=l.length,k=0;k=s)return A.c9(b,s,a,null,r) +return A.YP(b,r)}, +awx(a,b,c){if(a<0||a>c)return A.bw(a,0,c,"start",null) +if(b!=null)if(bc)return A.bw(b,a,c,"end",null) +return new A.eT(!0,b,"end",null)}, +qK(a){return new A.eT(!0,a,null,null)}, +qL(a){return a}, +d(a){return A.ak1(new Error(),a)}, +ak1(a,b){var s +if(b==null)b=new A.j3() +a.dartException=b +s=A.axS +if("defineProperty" in Object){Object.defineProperty(a,"message",{get:s}) +a.name=""}else a.toString=s +return a}, +axS(){return J.cT(this.dartException)}, +T(a){throw A.d(a)}, +aaN(a,b){throw A.ak1(b,a)}, +K(a){throw A.d(A.bx(a))}, +j4(a){var s,r,q,p,o,n +a=A.adR(a.replace(String({}),"$receiver$")) +s=a.match(/\\\$[a-zA-Z]+\\\$/g) +if(s==null)s=A.a([],t.s) +r=s.indexOf("\\$arguments\\$") +q=s.indexOf("\\$argumentsExpr\\$") +p=s.indexOf("\\$expr\\$") +o=s.indexOf("\\$method\\$") +n=s.indexOf("\\$receiver\\$") +return new A.a2O(a.replace(new RegExp("\\\\\\$arguments\\\\\\$","g"),"((?:x|[^x])*)").replace(new RegExp("\\\\\\$argumentsExpr\\\\\\$","g"),"((?:x|[^x])*)").replace(new RegExp("\\\\\\$expr\\\\\\$","g"),"((?:x|[^x])*)").replace(new RegExp("\\\\\\$method\\\\\\$","g"),"((?:x|[^x])*)").replace(new RegExp("\\\\\\$receiver\\\\\\$","g"),"((?:x|[^x])*)"),r,q,p,o,n)}, +a2P(a){return function($expr$){var $argumentsExpr$="$arguments$" +try{$expr$.$method$($argumentsExpr$)}catch(s){return s.message}}(a)}, +ahI(a){return function($expr$){try{$expr$.$method$}catch(s){return s.message}}(a)}, +ac0(a,b){var s=b==null,r=s?null:b.method +return new A.CH(a,r,s?null:b.receiver)}, +ae(a){if(a==null)return new A.DH(a) +if(a instanceof A.t4)return A.l0(a,a.a) +if(typeof a!=="object")return a +if("dartException" in a)return A.l0(a,a.dartException) +return A.avK(a)}, +l0(a,b){if(t.Lt.b(b))if(b.$thrownJsError==null)b.$thrownJsError=a +return b}, +avK(a){var s,r,q,p,o,n,m,l,k,j,i,h,g +if(!("message" in a))return a +s=a.message +if("number" in a&&typeof a.number=="number"){r=a.number +q=r&65535 +if((B.f.ez(r,16)&8191)===10)switch(q){case 438:return A.l0(a,A.ac0(A.j(s)+" (Error "+q+")",null)) +case 445:case 5007:A.j(s) +return A.l0(a,new A.uG())}}if(a instanceof TypeError){p=$.al_() +o=$.al0() +n=$.al1() +m=$.al2() +l=$.al5() +k=$.al6() +j=$.al4() +$.al3() +i=$.al8() +h=$.al7() +g=p.hE(s) +if(g!=null)return A.l0(a,A.ac0(s,g)) +else{g=o.hE(s) +if(g!=null){g.method="call" +return A.l0(a,A.ac0(s,g))}else if(n.hE(s)!=null||m.hE(s)!=null||l.hE(s)!=null||k.hE(s)!=null||j.hE(s)!=null||m.hE(s)!=null||i.hE(s)!=null||h.hE(s)!=null)return A.l0(a,new A.uG())}return A.l0(a,new A.GF(typeof s=="string"?s:""))}if(a instanceof RangeError){if(typeof s=="string"&&s.indexOf("call stack")!==-1)return new A.vZ() +s=function(b){try{return String(b)}catch(f){}return null}(a) +return A.l0(a,new A.eT(!1,null,null,typeof s=="string"?s.replace(/^RangeError:\s*/,""):s))}if(typeof InternalError=="function"&&a instanceof InternalError)if(typeof s=="string"&&s==="too much recursion")return new A.vZ() +return a}, +aw(a){var s +if(a instanceof A.t4)return a.b +if(a==null)return new A.yz(a) +s=a.$cachedTrace +if(s!=null)return s +s=new A.yz(a) +if(typeof a==="object")a.$cachedTrace=s +return s}, +l_(a){if(a==null)return J.p(a) +if(typeof a=="object")return A.fU(a) +return J.p(a)}, +awb(a){if(typeof a=="number")return B.c.gu(a) +if(a instanceof A.yP)return A.fU(a) +if(a instanceof A.hf)return a.gu(a) +if(a instanceof A.j0)return a.gu(a) +return A.l_(a)}, +ajU(a,b){var s,r,q,p=a.length +for(s=0;s=0 +else if(b instanceof A.tR){s=B.d.bK(a,c) +return b.b.test(s)}else{s=J.amH(b,B.d.bK(a,c)) +return!s.gT(s)}}, +awA(a){if(a.indexOf("$",0)>=0)return a.replace(/\$/g,"$$$$") +return a}, +adR(a){if(/[[\]{}()*+?.\\^$|]/.test(a))return a.replace(/[[\]{}()*+?.\\^$|]/g,"\\$&") +return a}, +l1(a,b,c){var s=A.axH(a,b,c) +return s}, +axH(a,b,c){var s,r,q +if(b===""){if(a==="")return c +s=a.length +r=""+c +for(q=0;q=0)return a.split(b).join(c) +return a.replace(new RegExp(A.adR(b),"g"),A.awA(c))}, +ajx(a){return a}, +akp(a,b,c,d){var s,r,q,p,o,n,m +for(s=b.nP(0,a),s=new A.wu(s.a,s.b,s.c),r=t.Qz,q=0,p="";s.q();){o=s.d +if(o==null)o=r.a(o) +n=o.b +m=n.index +p=p+A.j(A.ajx(B.d.Y(a,q,m)))+A.j(c.$1(o)) +q=m+n[0].length}s=p+A.j(A.ajx(B.d.bK(a,q))) +return s.charCodeAt(0)==0?s:s}, +axI(a,b,c,d){var s=a.indexOf(b,d) +if(s<0)return a +return A.akq(a,s,s+b.length,c)}, +akq(a,b,c,d){return a.substring(0,b)+d+a.substring(c)}, +dU:function dU(a,b){this.a=a +this.b=b}, +qq:function qq(a,b){this.a=a +this.b=b}, +Ln:function Ln(a,b){this.a=a +this.b=b}, +Lo:function Lo(a,b){this.a=a +this.b=b}, +Lp:function Lp(a,b,c){this.a=a +this.b=b +this.c=c}, +Lq:function Lq(a,b,c){this.a=a +this.b=b +this.c=c}, +Lr:function Lr(a,b,c){this.a=a +this.b=b +this.c=c}, +Ls:function Ls(a,b,c){this.a=a +this.b=b +this.c=c}, +dV:function dV(a){this.a=a}, +xW:function xW(a){this.a=a}, +lg:function lg(a,b){this.a=a +this.$ti=b}, +nL:function nL(){}, +Rj:function Rj(a,b,c){this.a=a +this.b=b +this.c=c}, +by:function by(a,b,c){this.a=a +this.b=b +this.$ti=c}, +mU:function mU(a,b){this.a=a +this.$ti=b}, +qb:function qb(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +cg:function cg(a,b){this.a=a +this.$ti=b}, +rA:function rA(){}, +dE:function dE(a,b,c){this.a=a +this.b=b +this.$ti=c}, +d4:function d4(a,b){this.a=a +this.$ti=b}, +CF:function CF(){}, +oj:function oj(a,b){this.a=a +this.$ti=b}, +tO:function tO(a,b,c,d,e){var _=this +_.a=a +_.c=b +_.d=c +_.e=d +_.f=e}, +YK:function YK(a){this.a=a}, +YJ:function YJ(a,b,c){this.a=a +this.b=b +this.c=c}, +a2O:function a2O(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +uG:function uG(){}, +CH:function CH(a,b,c){this.a=a +this.b=b +this.c=c}, +GF:function GF(a){this.a=a}, +DH:function DH(a){this.a=a}, +t4:function t4(a,b){this.a=a +this.b=b}, +yz:function yz(a){this.a=a +this.b=null}, +jN:function jN(){}, +AU:function AU(){}, +AV:function AV(){}, +Gd:function Gd(){}, +G1:function G1(){}, +nw:function nw(a,b){this.a=a +this.b=b}, +I5:function I5(a){this.a=a}, +F2:function F2(a){this.a=a}, +a7s:function a7s(){}, +dl:function dl(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +VR:function VR(a){this.a=a}, +VQ:function VQ(a,b){this.a=a +this.b=b}, +VP:function VP(a){this.a=a}, +Wl:function Wl(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +b2:function b2(a,b){this.a=a +this.$ti=b}, +u1:function u1(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +tS:function tS(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +lP:function lP(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +aaj:function aaj(a){this.a=a}, +aak:function aak(a){this.a=a}, +aal:function aal(a){this.a=a}, +hf:function hf(){}, +Lk:function Lk(){}, +Ll:function Ll(){}, +Lm:function Lm(){}, +tR:function tR(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +qf:function qf(a){this.b=a}, +H3:function H3(a,b,c){this.a=a +this.b=b +this.c=c}, +wu:function wu(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +pp:function pp(a,b){this.a=a +this.c=b}, +MH:function MH(a,b,c){this.a=a +this.b=b +this.c=c}, +a8e:function a8e(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +axL(a){A.aaN(new A.eE("Field '"+a+u.N),new Error())}, +c(){A.aaN(new A.eE("Field '' has not been initialized."),new Error())}, +cc(){A.aaN(new A.eE("Field '' has already been initialized."),new Error())}, +aS(){A.aaN(new A.eE("Field '' has been assigned during initialization."),new Error())}, +bf(a){var s=new A.a4E(a) +return s.b=s}, +bb(a,b){var s=new A.a5W(a,b) +return s.b=s}, +a4E:function a4E(a){this.a=a +this.b=null}, +a5W:function a5W(a,b){this.a=a +this.b=null +this.c=b}, +OV(a,b,c){}, +n8(a){return a}, +oC(a,b,c){A.OV(a,b,c) +return c==null?new DataView(a,b):new DataView(a,b,c)}, +aca(a){return new Float32Array(a)}, +aqy(a){return new Float32Array(A.n8(a))}, +aqz(a){return new Float64Array(a)}, +agn(a,b,c){A.OV(a,b,c) +return new Float64Array(a,b,c)}, +ago(a){return new Int32Array(a)}, +agp(a,b,c){A.OV(a,b,c) +return new Int32Array(a,b,c)}, +aqA(a){return new Int8Array(a)}, +aqB(a){return new Uint16Array(A.n8(a))}, +agq(a){return new Uint8Array(a)}, +d6(a,b,c){A.OV(a,b,c) +return c==null?new Uint8Array(a,b):new Uint8Array(a,b,c)}, +jr(a,b,c){if(a>>>0!==a||a>=c)throw A.d(A.qN(b,a))}, +kW(a,b,c){var s +if(!(a>>>0!==a))if(b==null)s=a>c +else s=b>>>0!==b||a>b||b>c +else s=!0 +if(s)throw A.d(A.awx(a,b,c)) +if(b==null)return c +return b}, +uw:function uw(){}, +uA:function uA(){}, +ux:function ux(){}, +oD:function oD(){}, +uz:function uz(){}, +eJ:function eJ(){}, +Ds:function Ds(){}, +Dt:function Dt(){}, +Du:function Du(){}, +uy:function uy(){}, +Dv:function Dv(){}, +Dw:function Dw(){}, +uB:function uB(){}, +uC:function uC(){}, +m4:function m4(){}, +xG:function xG(){}, +xH:function xH(){}, +xI:function xI(){}, +xJ:function xJ(){}, +agZ(a,b){var s=b.c +return s==null?b.c=A.ad6(a,b.y,!0):s}, +acs(a,b){var s=b.c +return s==null?b.c=A.yS(a,"ah",[b.y]):s}, +arJ(a){var s=a.d +if(s!=null)return s +return a.d=new Map()}, +ah_(a){var s=a.x +if(s===6||s===7||s===8)return A.ah_(a.y) +return s===12||s===13}, +arI(a){return a.at}, +ake(a,b){var s,r=b.length +for(s=0;s") +for(r=1;r=0)p+=" "+r[q];++q}return p+"})"}, +aj7(a3,a4,a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2=", " +if(a5!=null){s=a5.length +if(a4==null){a4=A.a([],t.s) +r=null}else r=a4.length +q=a4.length +for(p=s;p>0;--p)a4.push("T"+(q+p)) +for(o=t.X,n=t.ub,m="<",l="",p=0;p0){a0+=a1+"[" +for(a1="",p=0;p0){a0+=a1+"{" +for(a1="",p=0;p "+a}, +dY(a,b){var s,r,q,p,o,n,m=a.x +if(m===5)return"erased" +if(m===2)return"dynamic" +if(m===3)return"void" +if(m===1)return"Never" +if(m===4)return"any" +if(m===6){s=A.dY(a.y,b) +return s}if(m===7){r=a.y +s=A.dY(r,b) +q=r.x +return(q===12||q===13?"("+s+")":s)+"?"}if(m===8)return"FutureOr<"+A.dY(a.y,b)+">" +if(m===9){p=A.avJ(a.y) +o=a.z +return o.length>0?p+("<"+A.ajp(o,b)+">"):p}if(m===11)return A.avA(a,b) +if(m===12)return A.aj7(a,b,null) +if(m===13)return A.aj7(a.y,b,a.z) +if(m===14){n=a.y +return b[b.length-1-n]}return"?"}, +avJ(a){var s=v.mangledGlobalNames[a] +if(s!=null)return s +return"minified:"+a}, +au8(a,b){var s=a.tR[b] +for(;typeof s=="string";)s=a.tR[s] +return s}, +au7(a,b){var s,r,q,p,o,n=a.eT,m=n[b] +if(m==null)return A.NA(a,b,!1) +else if(typeof m=="number"){s=m +r=A.yT(a,5,"#") +q=A.a8J(s) +for(p=0;p0)p+="<"+A.yR(c)+">" +s=a.eC.get(p) +if(s!=null)return s +r=new A.fe(null,null) +r.x=9 +r.y=b +r.z=c +if(c.length>0)r.c=c[0] +r.at=p +q=A.jm(a,r) +a.eC.set(p,q) +return q}, +ad4(a,b,c){var s,r,q,p,o,n +if(b.x===10){s=b.y +r=b.z.concat(c)}else{r=c +s=b}q=s.at+(";<"+A.yR(r)+">") +p=a.eC.get(q) +if(p!=null)return p +o=new A.fe(null,null) +o.x=10 +o.y=s +o.z=r +o.at=q +n=A.jm(a,o) +a.eC.set(q,n) +return n}, +au4(a,b,c){var s,r,q="+"+(b+"("+A.yR(c)+")"),p=a.eC.get(q) +if(p!=null)return p +s=new A.fe(null,null) +s.x=11 +s.y=b +s.z=c +s.at=q +r=A.jm(a,s) +a.eC.set(q,r) +return r}, +ais(a,b,c){var s,r,q,p,o,n=b.at,m=c.a,l=m.length,k=c.b,j=k.length,i=c.c,h=i.length,g="("+A.yR(m) +if(j>0){s=l>0?",":"" +g+=s+"["+A.yR(k)+"]"}if(h>0){s=l>0?",":"" +g+=s+"{"+A.atZ(i)+"}"}r=n+(g+")") +q=a.eC.get(r) +if(q!=null)return q +p=new A.fe(null,null) +p.x=12 +p.y=b +p.z=c +p.at=r +o=A.jm(a,p) +a.eC.set(r,o) +return o}, +ad5(a,b,c,d){var s,r=b.at+("<"+A.yR(c)+">"),q=a.eC.get(r) +if(q!=null)return q +s=A.au0(a,b,c,r,d) +a.eC.set(r,s) +return s}, +au0(a,b,c,d,e){var s,r,q,p,o,n,m,l +if(e){s=c.length +r=A.a8J(s) +for(q=0,p=0;p0){n=A.ju(a,b,r,0) +m=A.zx(a,c,r,0) +return A.ad5(a,n,m,c!==m)}}l=new A.fe(null,null) +l.x=13 +l.y=b +l.z=c +l.at=d +return A.jm(a,l)}, +aie(a,b,c,d){return{u:a,e:b,r:c,s:[],p:0,n:d}}, +aig(a){var s,r,q,p,o,n,m,l=a.r,k=a.s +for(s=l.length,r=0;r=48&&q<=57)r=A.atE(r+1,q,l,k) +else if((((q|32)>>>0)-97&65535)<26||q===95||q===36||q===124)r=A.aif(a,r,l,k,!1) +else if(q===46)r=A.aif(a,r,l,k,!0) +else{++r +switch(q){case 44:break +case 58:k.push(!1) +break +case 33:k.push(!0) +break +case 59:k.push(A.kP(a.u,a.e,k.pop())) +break +case 94:k.push(A.au3(a.u,k.pop())) +break +case 35:k.push(A.yT(a.u,5,"#")) +break +case 64:k.push(A.yT(a.u,2,"@")) +break +case 126:k.push(A.yT(a.u,3,"~")) +break +case 60:k.push(a.p) +a.p=k.length +break +case 62:A.atG(a,k) +break +case 38:A.atF(a,k) +break +case 42:p=a.u +k.push(A.aiu(p,A.kP(p,a.e,k.pop()),a.n)) +break +case 63:p=a.u +k.push(A.ad6(p,A.kP(p,a.e,k.pop()),a.n)) +break +case 47:p=a.u +k.push(A.ait(p,A.kP(p,a.e,k.pop()),a.n)) +break +case 40:k.push(-3) +k.push(a.p) +a.p=k.length +break +case 41:A.atD(a,k) +break +case 91:k.push(a.p) +a.p=k.length +break +case 93:o=k.splice(a.p) +A.aih(a.u,a.e,o) +a.p=k.pop() +k.push(o) +k.push(-1) +break +case 123:k.push(a.p) +a.p=k.length +break +case 125:o=k.splice(a.p) +A.atI(a.u,a.e,o) +a.p=k.pop() +k.push(o) +k.push(-2) +break +case 43:n=l.indexOf("(",r) +k.push(l.substring(r,n)) +k.push(-4) +k.push(a.p) +a.p=k.length +r=n+1 +break +default:throw"Bad character "+q}}}m=k.pop() +return A.kP(a.u,a.e,m)}, +atE(a,b,c,d){var s,r,q=b-48 +for(s=c.length;a=48&&r<=57))break +q=q*10+(r-48)}d.push(q) +return a}, +aif(a,b,c,d,e){var s,r,q,p,o,n,m=b+1 +for(s=c.length;m>>0)-97&65535)<26||r===95||r===36||r===124))q=r>=48&&r<=57 +else q=!0 +if(!q)break}}p=c.substring(b,m) +if(e){s=a.u +o=a.e +if(o.x===10)o=o.y +n=A.au8(s,o.y)[p] +if(n==null)A.T('No "'+p+'" in "'+A.arI(o)+'"') +d.push(A.yU(s,o,n))}else d.push(p) +return m}, +atG(a,b){var s,r=a.u,q=A.aid(a,b),p=b.pop() +if(typeof p=="string")b.push(A.yS(r,p,q)) +else{s=A.kP(r,a.e,p) +switch(s.x){case 12:b.push(A.ad5(r,s,q,a.n)) +break +default:b.push(A.ad4(r,s,q)) +break}}}, +atD(a,b){var s,r,q,p,o,n=null,m=a.u,l=b.pop() +if(typeof l=="number")switch(l){case-1:s=b.pop() +r=n +break +case-2:r=b.pop() +s=n +break +default:b.push(l) +r=n +s=r +break}else{b.push(l) +r=n +s=r}q=A.aid(a,b) +l=b.pop() +switch(l){case-3:l=b.pop() +if(s==null)s=m.sEA +if(r==null)r=m.sEA +p=A.kP(m,a.e,l) +o=new A.J5() +o.a=q +o.b=s +o.c=r +b.push(A.ais(m,p,o)) +return +case-4:b.push(A.au4(m,b.pop(),q)) +return +default:throw A.d(A.im("Unexpected state under `()`: "+A.j(l)))}}, +atF(a,b){var s=b.pop() +if(0===s){b.push(A.yT(a.u,1,"0&")) +return}if(1===s){b.push(A.yT(a.u,4,"1&")) +return}throw A.d(A.im("Unexpected extended operation "+A.j(s)))}, +aid(a,b){var s=b.splice(a.p) +A.aih(a.u,a.e,s) +a.p=b.pop() +return s}, +kP(a,b,c){if(typeof c=="string")return A.yS(a,c,a.sEA) +else if(typeof c=="number"){b.toString +return A.atH(a,b,c)}else return c}, +aih(a,b,c){var s,r=c.length +for(s=0;sn)return!1 +m=n-o +l=s.b +k=r.b +j=l.length +i=k.length +if(o+j=d)return!1 +a1=f[b] +b+=3 +if(a00?new Array(q):v.typeUniverse.sEA +for(o=0;o0?new Array(a):v.typeUniverse.sEA}, +fe:function fe(a,b){var _=this +_.a=a +_.b=b +_.w=_.r=_.e=_.d=_.c=null +_.x=0 +_.at=_.as=_.Q=_.z=_.y=null}, +J5:function J5(){this.c=this.b=this.a=null}, +yP:function yP(a){this.a=a}, +IG:function IG(){}, +yQ:function yQ(a){this.a=a}, +ax1(a,b){var s,r +if(B.d.b5(a,"Digit"))return a.charCodeAt(5) +s=b.charCodeAt(0) +if(b.length<=1)r=!(s>=32&&s<=127) +else r=!0 +if(r){r=B.fz.i(0,a) +return r==null?null:r.charCodeAt(0)}if(!(s>=$.alV()&&s<=$.alW()))r=s>=$.am5()&&s<=$.am6() +else r=!0 +if(r)return b.toLowerCase().charCodeAt(0) +return null}, +atU(a){var s=A.y(t.S,t.N) +s.Gc(s,B.fz.gd2(B.fz).fn(0,new A.a8h(),t.q9)) +return new A.a8g(a,s)}, +avI(a){var s,r,q,p,o=a.Jj(),n=A.y(t.N,t.S) +for(s=a.a,r=0;r=2)return null +return a.toLowerCase().charCodeAt(0)}, +a8g:function a8g(a,b){this.a=a +this.b=b +this.c=0}, +a8h:function a8h(){}, +u7:function u7(a){this.a=a}, +at9(){var s,r,q={} +if(self.scheduleImmediate!=null)return A.avO() +if(self.MutationObserver!=null&&self.document!=null){s=self.document.createElement("div") +r=self.document.createElement("span") +q.a=null +new self.MutationObserver(A.qM(new A.a3J(q),1)).observe(s,{childList:true}) +return new A.a3I(q,s,r)}else if(self.setImmediate!=null)return A.avP() +return A.avQ()}, +ata(a){self.scheduleImmediate(A.qM(new A.a3K(a),0))}, +atb(a){self.setImmediate(A.qM(new A.a3L(a),0))}, +atc(a){A.acL(B.p,a)}, +acL(a,b){var s=B.f.d_(a.a,1000) +return A.atV(s<0?0:s,b)}, +atV(a,b){var s=new A.N3(!0) +s.Pa(a,b) +return s}, +Y(a){return new A.Hh(new A.a3($.a7,a.h("a3<0>")),a.h("Hh<0>"))}, +X(a,b){a.$2(0,null) +b.b=!0 +return b.a}, +Z(a,b){A.aiS(a,b)}, +W(a,b){b.d0(0,a)}, +V(a,b){b.k8(A.ae(a),A.aw(a))}, +aiS(a,b){var s,r,q=new A.a8Z(b),p=new A.a9_(b) +if(a instanceof A.a3)a.Fk(q,p,t.z) +else{s=t.z +if(t.L0.b(a))a.em(q,p,s) +else{r=new A.a3($.a7,t.LR) +r.a=8 +r.c=a +r.Fk(q,p,s)}}}, +U(a){var s=function(b,c){return function(d,e){while(true)try{b(d,e) +break}catch(r){e=r +d=c}}}(a,1) +return $.a7.tP(new A.a9T(s))}, +jq(a,b,c){var s,r,q,p +if(b===0){s=c.c +if(s!=null)s.jL(null) +else{s=c.a +s===$&&A.c() +s.aJ(0)}return}else if(b===1){s=c.c +if(s!=null)s.e2(A.ae(a),A.aw(a)) +else{s=A.ae(a) +r=A.aw(a) +q=c.a +q===$&&A.c() +A.eq(s,"error",t.K) +if(q.b>=4)A.T(q.q3()) +q.hX(s,r) +c.a.aJ(0)}return}if(a instanceof A.xm){if(c.c!=null){b.$2(2,null) +return}s=a.b +if(s===0){s=a.a +q=c.a +q===$&&A.c() +q.B(0,s) +A.dd(new A.a8X(c,b)) +return}else if(s===1){p=a.a +s=c.a +s===$&&A.c() +s.XY(0,p,!1).b8(new A.a8Y(c,b),t.P) +return}}A.aiS(a,b)}, +ajw(a){var s=a.a +s===$&&A.c() +return new A.dv(s,A.m(s).h("dv<1>"))}, +atd(a,b){var s=new A.Hj(b.h("Hj<0>")) +s.P8(a,b) +return s}, +ajc(a,b){return A.atd(a,b)}, +azZ(a){return new A.xm(a,1)}, +aib(a){return new A.xm(a,0)}, +aip(a,b,c){return 0}, +PS(a,b){var s=A.eq(a,"error",t.K) +return new A.A7(s,b==null?A.PT(a):b)}, +PT(a){var s +if(t.Lt.b(a)){s=a.gpR() +if(s!=null)return s}return B.x7}, +apt(a,b){var s=new A.a3($.a7,b.h("a3<0>")) +A.bY(B.p,new A.TQ(s,a)) +return s}, +cO(a,b){var s=a==null?b.a(a):a,r=new A.a3($.a7,b.h("a3<0>")) +r.eY(s) +return r}, +abN(a,b,c){var s +A.eq(a,"error",t.K) +$.a7!==B.P +if(b==null)b=A.PT(a) +s=new A.a3($.a7,c.h("a3<0>")) +s.n8(a,b) +return s}, +lA(a,b,c){var s,r +if(b==null)s=!c.b(null) +else s=!1 +if(s)throw A.d(A.fy(null,"computation","The type parameter is not nullable")) +r=new A.a3($.a7,c.h("a3<0>")) +A.bY(a,new A.TP(b,r,c)) +return r}, +tm(a,b){var s,r,q,p,o,n,m,l,k,j,i={},h=null,g=!1,f=new A.a3($.a7,b.h("a3>")) +i.a=null +i.b=0 +s=A.bf("error") +r=A.bf("stackTrace") +q=new A.TS(i,h,g,f,s,r) +try{for(l=J.ar(a),k=t.P;l.q();){p=l.gD(l) +o=i.b +p.em(new A.TR(i,o,f,h,g,s,r,b),q,k);++i.b}l=i.b +if(l===0){l=f +l.jL(A.a([],b.h("z<0>"))) +return l}i.a=A.aV(l,null,!1,b.h("0?"))}catch(j){n=A.ae(j) +m=A.aw(j) +if(i.b===0||g)return A.abN(n,m,b.h("A<0>")) +else{s.b=n +r.b=m}}return f}, +aps(a,b,c,d){var s,r,q=new A.TO(d,null,b,c) +if(a instanceof A.a3){s=$.a7 +r=new A.a3(s,c.h("a3<0>")) +if(s!==B.P)q=s.tP(q) +a.l9(new A.fr(r,2,null,q,a.$ti.h("@<1>").a4(c).h("fr<1,2>"))) +return r}return a.em(new A.TN(c),q,c)}, +aeZ(a){return new A.bk(new A.a3($.a7,a.h("a3<0>")),a.h("bk<0>"))}, +add(a,b,c){if(c==null)c=A.PT(b) +a.e2(b,c)}, +atq(a,b,c){var s=new A.a3(b,c.h("a3<0>")) +s.a=8 +s.c=a +return s}, +i7(a,b){var s=new A.a3($.a7,b.h("a3<0>")) +s.a=8 +s.c=a +return s}, +acS(a,b){var s,r +for(;s=a.a,(s&4)!==0;)a=a.c +if((s&24)!==0){r=b.qJ() +b.q5(a) +A.q4(b,r)}else{r=b.c +b.EQ(a) +a.wg(r)}}, +atr(a,b){var s,r,q={},p=q.a=a +for(;s=p.a,(s&4)!==0;){p=p.c +q.a=p}if((s&24)===0){r=b.c +b.EQ(p) +q.a.wg(r) +return}if((s&16)===0&&b.c==null){b.q5(p) +return}b.a^=2 +A.na(null,null,b.b,new A.a5w(q,b))}, +q4(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f={},e=f.a=a +for(s=t.L0;!0;){r={} +q=e.a +p=(q&16)===0 +o=!p +if(b==null){if(o&&(q&1)===0){e=e.c +A.qI(e.a,e.b)}return}r.a=b +n=b.a +for(e=b;n!=null;e=n,n=m){e.a=null +A.q4(f.a,e) +r.a=n +m=n.a}q=f.a +l=q.c +r.b=o +r.c=l +if(p){k=e.c +k=(k&1)!==0||(k&15)===8}else k=!0 +if(k){j=e.b.b +if(o){q=q.b===j +q=!(q||q)}else q=!1 +if(q){A.qI(l.a,l.b) +return}i=$.a7 +if(i!==j)$.a7=j +else i=null +e=e.c +if((e&15)===8)new A.a5D(r,f,o).$0() +else if(p){if((e&1)!==0)new A.a5C(r,l).$0()}else if((e&2)!==0)new A.a5B(f,r).$0() +if(i!=null)$.a7=i +e=r.c +if(s.b(e)){q=r.a.$ti +q=q.h("ah<2>").b(e)||!q.z[1].b(e)}else q=!1 +if(q){h=r.a.b +if(e instanceof A.a3)if((e.a&24)!==0){g=h.c +h.c=null +b=h.qM(g) +h.a=e.a&30|h.a&1 +h.c=e.c +f.a=e +continue}else A.acS(e,h) +else h.v_(e) +return}}h=r.a.b +g=h.c +h.c=null +b=h.qM(g) +e=r.b +q=r.c +if(!e){h.a=8 +h.c=q}else{h.a=h.a&1|16 +h.c=q}f.a=h +e=h}}, +ajl(a,b){if(t.Hg.b(a))return b.tP(a) +if(t.C_.b(a))return a +throw A.d(A.fy(a,"onError",u.w))}, +avu(){var s,r +for(s=$.qH;s!=null;s=$.qH){$.zv=null +r=s.b +$.qH=r +if(r==null)$.zu=null +s.a.$0()}}, +avE(){$.adl=!0 +try{A.avu()}finally{$.zv=null +$.adl=!1 +if($.qH!=null)$.ae3().$1(A.ajF())}}, +ajt(a){var s=new A.Hi(a),r=$.zu +if(r==null){$.qH=$.zu=s +if(!$.adl)$.ae3().$1(A.ajF())}else $.zu=r.b=s}, +avC(a){var s,r,q,p=$.qH +if(p==null){A.ajt(a) +$.zv=$.zu +return}s=new A.Hi(a) +r=$.zv +if(r==null){s.b=p +$.qH=$.zv=s}else{q=r.b +s.b=q +$.zv=r.b=s +if(q==null)$.zu=s}}, +dd(a){var s,r=null,q=$.a7 +if(B.P===q){A.na(r,r,B.P,a) +return}s=!1 +if(s){A.na(r,r,q,a) +return}A.na(r,r,q,q.x6(a))}, +ahr(a,b){var s=null,r=b.h("kF<0>"),q=new A.kF(s,s,s,s,r) +q.iO(0,a) +q.C3() +return new A.dv(q,r.h("dv<1>"))}, +azm(a){return new A.qy(A.eq(a,"stream",t.K))}, +a19(a,b,c,d){return new A.kF(b,null,c,a,d.h("kF<0>"))}, +ahq(a){return new A.wy(null,null,a.h("wy<0>"))}, +P0(a){var s,r,q +if(a==null)return +try{a.$0()}catch(q){s=A.ae(q) +r=A.aw(q) +A.qI(s,r)}}, +ati(a,b,c,d,e){var s=$.a7,r=e?1:0,q=A.a44(s,b),p=A.acR(s,c) +return new A.pS(a,q,p,d==null?A.ajE():d,s,r)}, +at8(a){return new A.a3o(a)}, +a44(a,b){return b==null?A.avR():b}, +acR(a,b){if(b==null)b=A.avS() +if(t.hK.b(b))return a.tP(b) +if(t.mX.b(b))return b +throw A.d(A.bt("handleError callback must take either an Object (the error), or both an Object (the error) and a StackTrace.",null))}, +avx(a){}, +avz(a,b){A.qI(a,b)}, +avy(){}, +ai1(a){var s=new A.wU($.a7) +A.dd(s.gE_()) +if(a!=null)s.c=a +return s}, +auu(a,b,c){var s=a.aI(0),r=$.ne() +if(s!==r)s.fz(new A.a92(b,c)) +else b.iQ(c)}, +aiP(a,b,c){a.hX(b,c)}, +bY(a,b){var s=$.a7 +if(s===B.P)return A.acL(a,b) +return A.acL(a,s.x6(b))}, +qI(a,b){A.avC(new A.a9O(a,b))}, +ajm(a,b,c,d){var s,r=$.a7 +if(r===c)return d.$0() +$.a7=c +s=r +try{r=d.$0() +return r}finally{$.a7=s}}, +ajo(a,b,c,d,e){var s,r=$.a7 +if(r===c)return d.$1(e) +$.a7=c +s=r +try{r=d.$1(e) +return r}finally{$.a7=s}}, +ajn(a,b,c,d,e,f){var s,r=$.a7 +if(r===c)return d.$2(e,f) +$.a7=c +s=r +try{r=d.$2(e,f) +return r}finally{$.a7=s}}, +na(a,b,c,d){if(B.P!==c)d=c.x6(d) +A.ajt(d)}, +a3J:function a3J(a){this.a=a}, +a3I:function a3I(a,b,c){this.a=a +this.b=b +this.c=c}, +a3K:function a3K(a){this.a=a}, +a3L:function a3L(a){this.a=a}, +N3:function N3(a){this.a=a +this.b=null +this.c=0}, +a8n:function a8n(a,b){this.a=a +this.b=b}, +Hh:function Hh(a,b){this.a=a +this.b=!1 +this.$ti=b}, +a8Z:function a8Z(a){this.a=a}, +a9_:function a9_(a){this.a=a}, +a9T:function a9T(a){this.a=a}, +a8X:function a8X(a,b){this.a=a +this.b=b}, +a8Y:function a8Y(a,b){this.a=a +this.b=b}, +Hj:function Hj(a){var _=this +_.a=$ +_.b=!1 +_.c=null +_.$ti=a}, +a3N:function a3N(a){this.a=a}, +a3O:function a3O(a){this.a=a}, +a3Q:function a3Q(a){this.a=a}, +a3R:function a3R(a,b){this.a=a +this.b=b}, +a3P:function a3P(a,b){this.a=a +this.b=b}, +a3M:function a3M(a){this.a=a}, +xm:function xm(a,b){this.a=a +this.b=b}, +n3:function n3(a){var _=this +_.a=a +_.e=_.d=_.c=_.b=null}, +id:function id(a,b){this.a=a +this.$ti=b}, +A7:function A7(a,b){this.a=a +this.b=b}, +j9:function j9(a,b){this.a=a +this.$ti=b}, +pQ:function pQ(a,b,c,d,e,f,g){var _=this +_.ay=0 +_.CW=_.ch=null +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.r=_.f=null +_.$ti=g}, +wC:function wC(){}, +wy:function wy(a,b,c){var _=this +_.a=a +_.b=b +_.c=0 +_.r=_.f=_.e=_.d=null +_.$ti=c}, +TQ:function TQ(a,b){this.a=a +this.b=b}, +TP:function TP(a,b,c){this.a=a +this.b=b +this.c=c}, +TS:function TS(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +TR:function TR(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +TO:function TO(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +TN:function TN(a){this.a=a}, +wI:function wI(){}, +bk:function bk(a,b){this.a=a +this.$ti=b}, +fr:function fr(a,b,c,d,e){var _=this +_.a=null +_.b=a +_.c=b +_.d=c +_.e=d +_.$ti=e}, +a3:function a3(a,b){var _=this +_.a=0 +_.b=a +_.c=null +_.$ti=b}, +a5t:function a5t(a,b){this.a=a +this.b=b}, +a5A:function a5A(a,b){this.a=a +this.b=b}, +a5x:function a5x(a){this.a=a}, +a5y:function a5y(a){this.a=a}, +a5z:function a5z(a,b,c){this.a=a +this.b=b +this.c=c}, +a5w:function a5w(a,b){this.a=a +this.b=b}, +a5v:function a5v(a,b){this.a=a +this.b=b}, +a5u:function a5u(a,b,c){this.a=a +this.b=b +this.c=c}, +a5D:function a5D(a,b,c){this.a=a +this.b=b +this.c=c}, +a5E:function a5E(a){this.a=a}, +a5C:function a5C(a,b){this.a=a +this.b=b}, +a5B:function a5B(a,b){this.a=a +this.b=b}, +Hi:function Hi(a){this.a=a +this.b=null}, +bB:function bB(){}, +a1c:function a1c(a,b){this.a=a +this.b=b}, +a1d:function a1d(a,b){this.a=a +this.b=b}, +a1e:function a1e(a,b){this.a=a +this.b=b}, +a1f:function a1f(a,b){this.a=a +this.b=b}, +a1a:function a1a(a){this.a=a}, +a1b:function a1b(a,b,c){this.a=a +this.b=b +this.c=c}, +w_:function w_(){}, +yC:function yC(){}, +a8c:function a8c(a){this.a=a}, +a8b:function a8b(a){this.a=a}, +Hk:function Hk(){}, +kF:function kF(a,b,c,d,e){var _=this +_.a=null +_.b=0 +_.c=null +_.d=a +_.e=b +_.f=c +_.r=d +_.$ti=e}, +dv:function dv(a,b){this.a=a +this.$ti=b}, +pS:function pS(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.r=_.f=null}, +H2:function H2(){}, +a3o:function a3o(a){this.a=a}, +a3n:function a3n(a){this.a=a}, +MF:function MF(a,b,c){this.c=a +this.a=b +this.b=c}, +pR:function pR(){}, +a46:function a46(a,b,c){this.a=a +this.b=b +this.c=c}, +a45:function a45(a){this.a=a}, +yD:function yD(){}, +Ij:function Ij(){}, +mR:function mR(a){this.b=a +this.a=null}, +pW:function pW(a,b){this.b=a +this.c=b +this.a=null}, +a5e:function a5e(){}, +qn:function qn(){this.a=0 +this.c=this.b=null}, +a72:function a72(a,b){this.a=a +this.b=b}, +wU:function wU(a){this.a=1 +this.b=a +this.c=null}, +qy:function qy(a){this.a=null +this.b=a +this.c=!1}, +x1:function x1(a){this.$ti=a}, +a92:function a92(a,b){this.a=a +this.b=b}, +x8:function x8(){}, +x9:function x9(a,b,c,d,e,f){var _=this +_.w=a +_.x=null +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.r=_.f=null}, +z_:function z_(a,b,c){this.b=a +this.a=b +this.$ti=c}, +xv:function xv(a,b,c){this.b=a +this.a=b +this.$ti=c}, +a8O:function a8O(){}, +a9O:function a9O(a,b){this.a=a +this.b=b}, +a7w:function a7w(){}, +a7x:function a7x(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a7y:function a7y(a,b){this.a=a +this.b=b}, +a7z:function a7z(a,b,c){this.a=a +this.b=b +this.c=c}, +fJ(a,b,c,d,e){if(c==null)if(b==null){if(a==null)return new A.je(d.h("@<0>").a4(e).h("je<1,2>")) +b=A.adv()}else{if(A.ajL()===b&&A.ajK()===a)return new A.kK(d.h("@<0>").a4(e).h("kK<1,2>")) +if(a==null)a=A.adu()}else{if(b==null)b=A.adv() +if(a==null)a=A.adu()}return A.atj(a,b,c,d,e)}, +acT(a,b){var s=a[b] +return s===a?null:s}, +acV(a,b,c){if(c==null)a[b]=a +else a[b]=c}, +acU(){var s=Object.create(null) +A.acV(s,"",s) +delete s[""] +return s}, +atj(a,b,c,d,e){var s=c!=null?c:new A.a5_(d) +return new A.wR(a,b,s,d.h("@<0>").a4(e).h("wR<1,2>"))}, +hK(a,b,c,d){if(b==null){if(a==null)return new A.dl(c.h("@<0>").a4(d).h("dl<1,2>")) +b=A.adv()}else{if(A.ajL()===b&&A.ajK()===a)return new A.tS(c.h("@<0>").a4(d).h("tS<1,2>")) +if(a==null)a=A.adu()}return A.atz(a,b,null,c,d)}, +aI(a,b,c){return A.ajU(a,new A.dl(b.h("@<0>").a4(c).h("dl<1,2>")))}, +y(a,b){return new A.dl(a.h("@<0>").a4(b).h("dl<1,2>"))}, +atz(a,b,c,d,e){return new A.xq(a,b,new A.a6e(d),d.h("@<0>").a4(e).h("xq<1,2>"))}, +cx(a){return new A.i8(a.h("i8<0>"))}, +acW(){var s=Object.create(null) +s[""]=s +delete s[""] +return s}, +iG(a){return new A.en(a.h("en<0>"))}, +ax(a){return new A.en(a.h("en<0>"))}, +cy(a,b){return A.awG(a,new A.en(b.h("en<0>")))}, +acX(){var s=Object.create(null) +s[""]=s +delete s[""] +return s}, +dh(a,b){var s=new A.qc(a,b) +s.c=a.e +return s}, +auK(a,b){return J.e(a,b)}, +auL(a){return J.p(a)}, +ag5(a,b,c){var s=A.hK(null,null,b,c) +a.S(0,new A.Wm(s,b,c)) +return s}, +op(a,b,c){var s=A.hK(null,null,b,c) +s.H(0,a) +return s}, +u2(a,b){var s,r,q=A.iG(b) +for(s=a.length,r=0;r"))}, +aq3(a){if(a==null||a<8)return 8 +else if((a&a-1)>>>0!==0)return A.ag6(a) +return a}, +ag6(a){var s +a=(a<<1>>>0)-1 +for(;!0;a=s){s=(a&a-1)>>>0 +if(s===0)return a}}, +auO(a,b){return J.Po(a,b)}, +aj0(a){if(a.h("n(0,0)").b(A.ajI()))return A.ajI() +return A.aw5()}, +acC(a,b){var s=A.aj0(a) +return new A.vX(s,new A.a0V(a),a.h("@<0>").a4(b).h("vX<1,2>"))}, +FW(a,b,c){var s=a==null?A.aj0(c):a,r=b==null?new A.a0Y(c):b +return new A.po(s,r,c.h("po<0>"))}, +je:function je(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +a5J:function a5J(a){this.a=a}, +kK:function kK(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +wR:function wR(a,b,c,d){var _=this +_.f=a +_.r=b +_.w=c +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=d}, +a5_:function a5_(a){this.a=a}, +mT:function mT(a,b){this.a=a +this.$ti=b}, +xe:function xe(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +xq:function xq(a,b,c,d){var _=this +_.w=a +_.x=b +_.y=c +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=d}, +a6e:function a6e(a){this.a=a}, +i8:function i8(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +kI:function kI(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +en:function en(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +a6f:function a6f(a){this.a=a +this.c=this.b=null}, +qc:function qc(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +Wm:function Wm(a,b,c){this.a=a +this.b=b +this.c=c}, +lW:function lW(a){var _=this +_.b=_.a=0 +_.c=null +_.$ti=a}, +xr:function xr(a,b,c){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.e=!1}, +eF:function eF(){}, +S:function S(){}, +ak:function ak(){}, +Ww:function Ww(a){this.a=a}, +Wy:function Wy(a,b){this.a=a +this.b=b}, +xu:function xu(a,b){this.a=a +this.$ti=b}, +JP:function JP(a,b){this.a=a +this.b=b +this.c=null}, +NB:function NB(){}, +uc:function uc(){}, +j5:function j5(a,b){this.a=a +this.$ti=b}, +wW:function wW(){}, +wV:function wV(a,b,c){var _=this +_.c=a +_.d=b +_.b=_.a=null +_.$ti=c}, +wX:function wX(a){this.b=this.a=null +this.$ti=a}, +rW:function rW(a,b){this.a=a +this.b=0 +this.$ti=b}, +Iw:function Iw(a,b){this.a=a +this.b=b +this.c=null}, +u3:function u3(a,b){var _=this +_.a=a +_.d=_.c=_.b=0 +_.$ti=b}, +JJ:function JJ(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=null}, +ff:function ff(){}, +qw:function qw(){}, +MB:function MB(){}, +dW:function dW(a,b){var _=this +_.a=a +_.c=_.b=null +_.$ti=b}, +dz:function dz(a,b,c){var _=this +_.d=a +_.a=b +_.c=_.b=null +_.$ti=c}, +MA:function MA(){}, +vX:function vX(a,b,c){var _=this +_.d=null +_.e=a +_.f=b +_.c=_.b=_.a=0 +_.$ti=c}, +a0V:function a0V(a){this.a=a}, +ic:function ic(){}, +jj:function jj(a,b){this.a=a +this.$ti=b}, +n1:function n1(a,b){this.a=a +this.$ti=b}, +yu:function yu(a,b){this.a=a +this.$ti=b}, +jk:function jk(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +yy:function yy(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +n0:function n0(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +po:function po(a,b,c){var _=this +_.d=null +_.e=a +_.f=b +_.c=_.b=_.a=0 +_.$ti=c}, +a0Y:function a0Y(a){this.a=a}, +a0X:function a0X(a,b){this.a=a +this.b=b}, +a0W:function a0W(a,b){this.a=a +this.b=b}, +yv:function yv(){}, +yw:function yw(){}, +yx:function yx(){}, +yV:function yV(){}, +ajh(a,b){var s,r,q,p=null +try{p=JSON.parse(a)}catch(r){s=A.ae(r) +q=A.bv(String(s),null,null) +throw A.d(q)}q=A.a96(p) +return q}, +a96(a){var s +if(a==null)return null +if(typeof a!="object")return a +if(Object.getPrototypeOf(a)!==Array.prototype)return new A.Jy(a,Object.create(null)) +for(s=0;s=0)return null +return r}return null}, +at1(a,b,c,d){var s=a?$.alb():$.ala() +if(s==null)return null +if(0===c&&d===b.length)return A.ahP(s,b) +return A.ahP(s,b.subarray(c,A.cq(c,d,b.length,null,null)))}, +ahP(a,b){var s,r +try{s=a.decode(b) +return s}catch(r){}return null}, +aez(a,b,c,d,e,f){if(B.f.bv(f,4)!==0)throw A.d(A.bv("Invalid base64 padding, padded length must be multiple of four, is "+f,a,c)) +if(d+e!==f)throw A.d(A.bv("Invalid base64 padding, '=' not at the end",a,b)) +if(e>2)throw A.d(A.bv("Invalid base64 padding, more than two '=' characters",a,b))}, +ath(a,b,c,d,e,f,g,h){var s,r,q,p,o,n=h>>>2,m=3-(h&3) +for(s=c,r=0;s>>0 +n=(n<<8|q)&16777215;--m +if(m===0){p=g+1 +f[g]=a.charCodeAt(n>>>18&63) +g=p+1 +f[p]=a.charCodeAt(n>>>12&63) +p=g+1 +f[g]=a.charCodeAt(n>>>6&63) +g=p+1 +f[p]=a.charCodeAt(n&63) +n=0 +m=3}}if(r>=0&&r<=255){if(e&&m<3){p=g+1 +o=p+1 +if(3-m===1){f[g]=a.charCodeAt(n>>>2&63) +f[p]=a.charCodeAt(n<<4&63) +f[o]=61 +f[o+1]=61}else{f[g]=a.charCodeAt(n>>>10&63) +f[p]=a.charCodeAt(n>>>4&63) +f[o]=a.charCodeAt(n<<2&63) +f[o+1]=61}return 0}return(n<<2|3-m)>>>0}for(s=c;s255)break;++s}throw A.d(A.fy(b,"Not a byte value at index "+s+": 0x"+J.anb(b[s],16),null))}, +atg(a,b,c,d,e,f){var s,r,q,p,o,n,m="Invalid encoding before padding",l="Invalid character",k=B.f.ez(f,2),j=f&3,i=$.ae4() +for(s=b,r=0;s=0){k=(k<<6|p)&16777215 +j=j+1&3 +if(j===0){o=e+1 +d[e]=k>>>16&255 +e=o+1 +d[o]=k>>>8&255 +o=e+1 +d[e]=k&255 +e=o +k=0}continue}else if(p===-1&&j>1){if(r>127)break +if(j===3){if((k&3)!==0)throw A.d(A.bv(m,a,s)) +d[e]=k>>>10 +d[e+1]=k>>>2}else{if((k&15)!==0)throw A.d(A.bv(m,a,s)) +d[e]=k>>>4}n=(3-j)*3 +if(q===37)n+=2 +return A.ai_(a,s+1,c,-n-1)}throw A.d(A.bv(l,a,s))}if(r>=0&&r<=127)return(k<<2|j)>>>0 +for(s=b;s127)break +throw A.d(A.bv(l,a,s))}, +ate(a,b,c,d){var s=A.atf(a,b,c),r=(d&3)+(s-b),q=B.f.ez(r,2)*3,p=r&3 +if(p!==0&&s0)return new Uint8Array(q) +return $.alg()}, +atf(a,b,c){var s,r=c,q=r,p=0 +while(!0){if(!(q>b&&p<2))break +c$0:{--q +s=a.charCodeAt(q) +if(s===61){++p +r=q +break c$0}if((s|32)===100){if(q===b)break;--q +s=a.charCodeAt(q)}if(s===51){if(q===b)break;--q +s=a.charCodeAt(q)}if(s===37){++p +r=q +break c$0}break}}return r}, +ai_(a,b,c,d){var s,r +if(b===c)return d +s=-d-1 +for(;s>0;){r=a.charCodeAt(b) +if(s===3){if(r===61){s-=3;++b +break}if(r===37){--s;++b +if(b===c)break +r=a.charCodeAt(b)}else break}if((s>3?s-3:s)===2){if(r!==51)break;++b;--s +if(b===c)break +r=a.charCodeAt(b)}if((r|32)!==100)break;++b;--s +if(b===c)break}if(b!==c)throw A.d(A.bv("Invalid padding character",a,b)) +return-s-1}, +ap4(a){return $.akF().i(0,a.toLowerCase())}, +ag2(a,b,c){return new A.tT(a,b)}, +auM(a){return a.pm()}, +atx(a,b){return new A.a69(a,[],A.awf())}, +aty(a,b,c){var s,r=new A.bT("") +A.aic(a,r,b,c) +s=r.a +return s.charCodeAt(0)==0?s:s}, +aic(a,b,c,d){var s=A.atx(b,c) +s.u1(a)}, +aiK(a){switch(a){case 65:return"Missing extension byte" +case 67:return"Unexpected extension byte" +case 69:return"Invalid UTF-8 byte" +case 71:return"Overlong encoding" +case 73:return"Out of unicode range" +case 75:return"Encoded surrogate" +case 77:return"Unfinished UTF-8 octet sequence" +default:return""}}, +auk(a,b,c){var s,r,q,p=c-b,o=new Uint8Array(p) +for(s=J.av(a),r=0;r>>0!==0?255:q}return o}, +Jy:function Jy(a,b){this.a=a +this.b=b +this.c=null}, +a68:function a68(a){this.a=a}, +Jz:function Jz(a){this.a=a}, +xn:function xn(a,b,c){this.b=a +this.c=b +this.a=c}, +a34:function a34(){}, +a33:function a33(){}, +A3:function A3(){}, +a8B:function a8B(){}, +PM:function PM(a,b){this.a=a +this.b=b}, +a5h:function a5h(a){this.a=a}, +a89:function a89(a){this.a=a}, +PY:function PY(){}, +Q_:function Q_(){}, +a3Z:function a3Z(a){this.a=0 +this.b=a}, +a4_:function a4_(){}, +a8H:function a8H(a,b){this.a=a +this.b=b}, +PZ:function PZ(){}, +Ho:function Ho(){this.a=0}, +a3Y:function a3Y(a,b){this.a=a +this.b=b}, +Qq:function Qq(){}, +a4B:function a4B(a){this.a=a}, +Hy:function Hy(a,b){this.a=a +this.b=b +this.c=0}, +Ax:function Ax(){}, +Mo:function Mo(a,b,c){this.a=a +this.b=b +this.$ti=c}, +AW:function AW(){}, +rD:function rD(){}, +J6:function J6(a,b){this.a=a +this.b=b}, +lm:function lm(){}, +tT:function tT(a,b){this.a=a +this.b=b}, +CI:function CI(a,b){this.a=a +this.b=b}, +VS:function VS(){}, +VU:function VU(a){this.b=a}, +a67:function a67(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1}, +VT:function VT(a){this.a=a}, +a6a:function a6a(){}, +a6b:function a6b(a,b){this.a=a +this.b=b}, +a69:function a69(a,b,c){this.c=a +this.a=b +this.b=c}, +CN:function CN(){}, +We:function We(a,b){this.a=a +this.b=b}, +JC:function JC(a){this.a=a}, +a6c:function a6c(a){this.a=a}, +G5:function G5(){}, +a4G:function a4G(a,b){this.a=a +this.b=b}, +a8f:function a8f(a,b){this.a=a +this.b=b}, +yG:function yG(){}, +NE:function NE(a,b,c){this.a=a +this.b=b +this.c=c}, +GL:function GL(){}, +a35:function a35(){}, +ND:function ND(a){this.b=this.a=0 +this.c=a}, +a8I:function a8I(a,b){var _=this +_.d=a +_.b=_.a=0 +_.c=b}, +a32:function a32(a){this.a=a}, +yZ:function yZ(a){this.a=a +this.b=16 +this.c=0}, +OQ:function OQ(){}, +ax4(a){return A.l_(a)}, +afy(){return new A.t9(new WeakMap())}, +o1(a){if(A.jt(a)||typeof a=="number"||typeof a=="string"||a instanceof A.hf)A.lo(a)}, +lo(a){throw A.d(A.fy(a,"object","Expandos are not allowed on strings, numbers, bools, records or null"))}, +fv(a,b){var s=A.acl(a,b) +if(s!=null)return s +throw A.d(A.bv(a,null,null))}, +awz(a){var s=A.agK(a) +if(s!=null)return s +throw A.d(A.bv("Invalid double",a,null))}, +apa(a,b){a=A.d(a) +a.stack=b.j(0) +throw a +throw A.d("unreachable")}, +af5(a,b){var s +if(Math.abs(a)<=864e13)s=!1 +else s=!0 +if(s)A.T(A.bt("DateTime is outside valid range: "+a,null)) +A.eq(!0,"isUtc",t.y) +return new A.ey(a,!0)}, +aV(a,b,c,d){var s,r=c?J.tM(a,d):J.abX(a,d) +if(a!==0&&b!=null)for(s=0;s")) +for(s=J.ar(a);s.q();)r.push(s.gD(s)) +if(b)return r +return J.VJ(r)}, +a6(a,b,c){var s +if(b)return A.ag8(a,c) +s=J.VJ(A.ag8(a,c)) +return s}, +ag8(a,b){var s,r +if(Array.isArray(a))return A.a(a.slice(0),b.h("z<0>")) +s=A.a([],b.h("z<0>")) +for(r=J.ar(a);r.q();)s.push(r.gD(r)) +return s}, +CY(a,b){return J.afZ(A.lX(a,!1,b))}, +hY(a,b,c){var s,r,q=null +if(Array.isArray(a)){s=a +r=s.length +c=A.cq(b,c,r,q,q) +return A.agM(b>0||c>>4]&1<<(o&15))!==0)p+=A.cP(o) +else p=d&&o===32?p+"+":p+"%"+n[o>>>4&15]+n[o&15]}return p.charCodeAt(0)==0?p:p}, +ahp(){return A.aw(new Error())}, +ao5(a,b){return J.Po(a,b)}, +aoh(a,b){var s +if(Math.abs(a)<=864e13)s=!1 +else s=!0 +if(s)A.T(A.bt("DateTime is outside valid range: "+a,null)) +A.eq(b,"isUtc",t.y) +return new A.ey(a,b)}, +aoi(a){var s=Math.abs(a),r=a<0?"-":"" +if(s>=1000)return""+a +if(s>=100)return r+"0"+s +if(s>=10)return r+"00"+s +return r+"000"+s}, +aoj(a){if(a>=100)return""+a +if(a>=10)return"0"+a +return"00"+a}, +Be(a){if(a>=10)return""+a +return"0"+a}, +c1(a,b){return new A.aM(a+1000*b)}, +ap9(a,b){var s,r +for(s=0;s<3;++s){r=a[s] +if(r.b===b)return r}throw A.d(A.fy(b,"name","No enum value with that name"))}, +ln(a){if(typeof a=="number"||A.jt(a)||a==null)return J.cT(a) +if(typeof a=="string")return JSON.stringify(a) +return A.agL(a)}, +apb(a,b){A.eq(a,"error",t.K) +A.eq(b,"stackTrace",t.Km) +A.apa(a,b)}, +im(a){return new A.l7(a)}, +bt(a,b){return new A.eT(!1,null,b,a)}, +fy(a,b,c){return new A.eT(!0,a,b,c)}, +no(a,b){return a}, +df(a){var s=null +return new A.oX(s,s,!1,s,s,a)}, +YP(a,b){return new A.oX(null,null,!0,a,b,"Value not in range")}, +bw(a,b,c,d,e){return new A.oX(b,c,!0,a,d,"Invalid value")}, +agP(a,b,c,d){if(ac)throw A.d(A.bw(a,b,c,d,null)) +return a}, +cq(a,b,c,d,e){if(0>a||a>c)throw A.d(A.bw(a,0,c,d==null?"start":d,null)) +if(b!=null){if(a>b||b>c)throw A.d(A.bw(b,a,c,e==null?"end":e,null)) +return b}return c}, +ds(a,b){if(a<0)throw A.d(A.bw(a,0,null,b,null)) +return a}, +afQ(a,b){var s=b.b +return new A.tC(s,!0,a,null,"Index out of range")}, +c9(a,b,c,d,e){return new A.tC(b,!0,a,e,"Index out of range")}, +afR(a,b,c,d){if(0>a||a>=b)throw A.d(A.c9(a,b,c,null,d==null?"index":d)) +return a}, +R(a){return new A.GH(a)}, +h6(a){return new A.mL(a)}, +a1(a){return new A.eL(a)}, +bx(a){return new A.AZ(a)}, +dk(a){return new A.II(a)}, +bv(a,b,c){return new A.eB(a,b,c)}, +apR(a,b,c){if(a<=0)return new A.eA(c.h("eA<0>")) +return new A.xa(a,b,c.h("xa<0>"))}, +afX(a,b,c){var s,r +if(A.adH(a)){if(b==="("&&c===")")return"(...)" +return b+"..."+c}s=A.a([],t.s) +$.nd.push(a) +try{A.avo(a,s)}finally{$.nd.pop()}r=A.G4(b,s,", ")+c +return r.charCodeAt(0)==0?r:r}, +lL(a,b,c){var s,r +if(A.adH(a))return b+"..."+c +s=new A.bT(b) +$.nd.push(a) +try{r=s +r.a=A.G4(r.a,a,", ")}finally{$.nd.pop()}s.a+=c +r=s.a +return r.charCodeAt(0)==0?r:r}, +avo(a,b){var s,r,q,p,o,n,m,l=J.ar(a),k=0,j=0 +while(!0){if(!(k<80||j<3))break +if(!l.q())return +s=A.j(l.gD(l)) +b.push(s) +k+=s.length+2;++j}if(!l.q()){if(j<=5)return +r=b.pop() +q=b.pop()}else{p=l.gD(l);++j +if(!l.q()){if(j<=4){b.push(A.j(p)) +return}r=A.j(p) +q=b.pop() +k+=r.length+2}else{o=l.gD(l);++j +for(;l.q();p=o,o=n){n=l.gD(l);++j +if(j>100){while(!0){if(!(k>75&&j>3))break +k-=b.pop().length+2;--j}b.push("...") +return}}q=A.j(p) +r=A.j(o) +k+=r.length+q.length+4}}if(j>b.length+2){k+=5 +m="..."}else m=null +while(!0){if(!(k>80&&b.length>3))break +k-=b.pop().length+2 +if(m==null){k+=5 +m="..."}}if(m!=null)b.push(m) +b.push(q) +b.push(r)}, +agb(a,b,c,d,e){return new A.lf(a,b.h("@<0>").a4(c).a4(d).a4(e).h("lf<1,2,3,4>"))}, +I(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,a0,a1){var s +if(B.a===c)return A.asu(J.p(a),J.p(b),$.cR()) +if(B.a===d){s=J.p(a) +b=J.p(b) +c=J.p(c) +return A.cZ(A.u(A.u(A.u($.cR(),s),b),c))}if(B.a===e)return A.asv(J.p(a),J.p(b),J.p(c),J.p(d),$.cR()) +if(B.a===f){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +return A.cZ(A.u(A.u(A.u(A.u(A.u($.cR(),s),b),c),d),e))}if(B.a===g){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +return A.cZ(A.u(A.u(A.u(A.u(A.u(A.u($.cR(),s),b),c),d),e),f))}if(B.a===h){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +return A.cZ(A.u(A.u(A.u(A.u(A.u(A.u(A.u($.cR(),s),b),c),d),e),f),g))}if(B.a===i){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +return A.cZ(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u($.cR(),s),b),c),d),e),f),g),h))}if(B.a===j){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +return A.cZ(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u($.cR(),s),b),c),d),e),f),g),h),i))}if(B.a===k){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +return A.cZ(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u($.cR(),s),b),c),d),e),f),g),h),i),j))}if(B.a===l){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +return A.cZ(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u($.cR(),s),b),c),d),e),f),g),h),i),j),k))}if(B.a===m){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +l=J.p(l) +return A.cZ(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u($.cR(),s),b),c),d),e),f),g),h),i),j),k),l))}if(B.a===n){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +l=J.p(l) +m=J.p(m) +return A.cZ(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u($.cR(),s),b),c),d),e),f),g),h),i),j),k),l),m))}if(B.a===o){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +l=J.p(l) +m=J.p(m) +n=J.p(n) +return A.cZ(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u($.cR(),s),b),c),d),e),f),g),h),i),j),k),l),m),n))}if(B.a===p){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +l=J.p(l) +m=J.p(m) +n=J.p(n) +o=J.p(o) +return A.cZ(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u($.cR(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o))}if(B.a===q){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +l=J.p(l) +m=J.p(m) +n=J.p(n) +o=J.p(o) +p=J.p(p) +return A.cZ(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u($.cR(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p))}if(B.a===r){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +l=J.p(l) +m=J.p(m) +n=J.p(n) +o=J.p(o) +p=J.p(p) +q=J.p(q) +return A.cZ(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u($.cR(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q))}if(B.a===a0){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +l=J.p(l) +m=J.p(m) +n=J.p(n) +o=J.p(o) +p=J.p(p) +q=J.p(q) +r=J.p(r) +return A.cZ(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u($.cR(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q),r))}if(B.a===a1){s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +l=J.p(l) +m=J.p(m) +n=J.p(n) +o=J.p(o) +p=J.p(p) +q=J.p(q) +r=J.p(r) +a0=J.p(a0) +return A.cZ(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u($.cR(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q),r),a0))}s=J.p(a) +b=J.p(b) +c=J.p(c) +d=J.p(d) +e=J.p(e) +f=J.p(f) +g=J.p(g) +h=J.p(h) +i=J.p(i) +j=J.p(j) +k=J.p(k) +l=J.p(l) +m=J.p(m) +n=J.p(n) +o=J.p(o) +p=J.p(p) +q=J.p(q) +r=J.p(r) +a0=J.p(a0) +a1=J.p(a1) +return A.cZ(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u(A.u($.cR(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q),r),a0),a1))}, +bO(a){var s,r,q=$.cR() +for(s=a.length,r=0;r").a4(d).h("iq<1,2>"))}, +aso(){$.ik() +return new A.hX()}, +auB(a,b){return 65536+((a&1023)<<10)+(b&1023)}, +el(a3,a4,a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2=null +a5=a3.length +s=a4+5 +if(a5>=s){r=((a3.charCodeAt(a4+4)^58)*3|a3.charCodeAt(a4)^100|a3.charCodeAt(a4+1)^97|a3.charCodeAt(a4+2)^116|a3.charCodeAt(a4+3)^97)>>>0 +if(r===0)return A.ahL(a4>0||a5=14)q[7]=a5 +o=q[1] +if(o>=a4)if(A.ajs(a3,a4,o,20,q)===20)q[7]=o +n=q[2]+1 +m=q[3] +l=q[4] +k=q[5] +j=q[6] +if(jo+3){h=a2 +i=!1}else{p=m>a4 +if(p&&m+1===l){h=a2 +i=!1}else{if(!B.d.bV(a3,"\\",l))if(n>a4)g=B.d.bV(a3,"\\",n-1)||B.d.bV(a3,"\\",n-2) +else g=!1 +else g=!0 +if(g){h=a2 +i=!1}else{if(!(kl+2&&B.d.bV(a3,"/..",k-3) +else g=!0 +if(g){h=a2 +i=!1}else{if(o===a4+4)if(B.d.bV(a3,"file",a4)){if(n<=a4){if(!B.d.bV(a3,"/",l)){f="file:///" +r=3}else{f="file://" +r=2}a3=f+B.d.Y(a3,l,a5) +o-=a4 +s=r-a4 +k+=s +j+=s +a5=a3.length +a4=0 +n=7 +m=7 +l=7}else if(l===k)if(a4===0&&!0){a3=B.d.kK(a3,l,k,"/");++k;++j;++a5}else{a3=B.d.Y(a3,a4,l)+"/"+B.d.Y(a3,k,a5) +o-=a4 +n-=a4 +m-=a4 +l-=a4 +s=1-a4 +k+=s +j+=s +a5=a3.length +a4=0}h="file"}else if(B.d.bV(a3,"http",a4)){if(p&&m+3===l&&B.d.bV(a3,"80",m+1))if(a4===0&&!0){a3=B.d.kK(a3,m,l,"") +l-=3 +k-=3 +j-=3 +a5-=3}else{a3=B.d.Y(a3,a4,m)+B.d.Y(a3,l,a5) +o-=a4 +n-=a4 +m-=a4 +s=3+a4 +l-=s +k-=s +j-=s +a5=a3.length +a4=0}h="http"}else h=a2 +else if(o===s&&B.d.bV(a3,"https",a4)){if(p&&m+4===l&&B.d.bV(a3,"443",m+1))if(a4===0&&!0){a3=B.d.kK(a3,m,l,"") +l-=4 +k-=4 +j-=4 +a5-=3}else{a3=B.d.Y(a3,a4,m)+B.d.Y(a3,l,a5) +o-=a4 +n-=a4 +m-=a4 +s=4+a4 +l-=s +k-=s +j-=s +a5=a3.length +a4=0}h="https"}else h=a2 +i=!0}}}}else h=a2 +if(i){if(a4>0||a5a4)h=A.aug(a3,a4,o) +else{if(o===a4)A.qD(a3,a4,"Invalid empty scheme") +h=""}if(n>a4){e=o+3 +d=e9)k.$2("invalid character",s)}else{if(q===3)k.$2(m,s) +o=A.fv(B.d.Y(a,r,s),null) +if(o>255)k.$2(l,r) +n=q+1 +j[q]=o +r=s+1 +q=n}}if(q!==3)k.$2(m,c) +o=A.fv(B.d.Y(a,r,c),null) +if(o>255)k.$2(l,r) +j[q]=o +return j}, +ahO(a,b,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=null,d=new A.a2X(a),c=new A.a2Y(d,a) +if(a.length<2)d.$2("address is too short",e) +s=A.a([],t.t) +for(r=b,q=r,p=!1,o=!1;r>>0) +s.push((k[2]<<8|k[3])>>>0)}if(p){if(s.length>7)d.$2("an address with a wildcard must have less than 7 parts",e)}else if(s.length!==8)d.$2("an address without a wildcard must contain exactly 8 parts",e) +j=new Uint8Array(16) +for(l=s.length,i=9-l,r=0,h=0;ro)A.T(A.bw(0,0,p.gp(q),null,null)) +if(A.adU(q,"/",0)){s=A.R("Illegal path character "+A.j(q)) +throw A.d(s)}}}, +aiw(a,b,c){var s,r,q,p,o +for(s=A.eN(a,c,null,A.a5(a).c),s=new A.co(s,s.gp(s)),r=A.m(s).c;s.q();){q=s.d +if(q==null)q=r.a(q) +p=A.ca('["*/:<>?\\\\|]',!0,!1) +o=q.length +if(A.adU(q,p,0)){s=A.R("Illegal character in path: "+q) +throw A.d(s)}}}, +aub(a,b){var s +if(!(65<=a&&a<=90))s=97<=a&&a<=122 +else s=!0 +if(s)return +s=A.R("Illegal drive letter "+A.acE(a)) +throw A.d(s)}, +aud(a){var s +if(a.length===0)return B.oE +s=A.aiI(a) +s.JY(s,A.ajJ()) +return A.abo(s,t.N,t.yp)}, +ad8(a,b){if(a!=null&&a===A.aix(b))return null +return a}, +aiB(a,b,c,d){var s,r,q,p,o,n +if(a==null)return null +if(b===c)return"" +if(a.charCodeAt(b)===91){s=c-1 +if(a.charCodeAt(s)!==93)A.qD(a,b,"Missing end `]` to match `[` in host") +r=b+1 +q=A.auc(a,r,s) +if(q=b&&q=b&&s>>4]&1<<(p&15))!==0){if(q&&65<=p&&90>=p){if(i==null)i=new A.bT("") +if(r>>4]&1<<(o&15))!==0){if(p&&65<=o&&90>=o){if(q==null)q=new A.bT("") +if(r>>4]&1<<(o&15))!==0)A.qD(a,s,"Invalid character") +else{if((o&64512)===55296&&s+1>>4]&1<<(q&15))!==0))A.qD(a,s,"Illegal scheme character") +if(65<=q&&q<=90)r=!0}a=B.d.Y(a,b,c) +return A.au9(r?a.toLowerCase():a)}, +au9(a){if(a==="http")return"http" +if(a==="file")return"file" +if(a==="https")return"https" +if(a==="package")return"package" +return a}, +aiE(a,b,c){if(a==null)return"" +return A.yX(a,b,c,B.Bd,!1,!1)}, +aiC(a,b,c,d,e,f){var s,r=e==="file",q=r||f +if(a==null)return r?"/":"" +else s=A.yX(a,b,c,B.jD,!0,!0) +if(s.length===0){if(r)return"/"}else if(q&&!B.d.b5(s,"/"))s="/"+s +return A.auh(s,e,f)}, +auh(a,b,c){var s=b.length===0 +if(s&&!c&&!B.d.b5(a,"/")&&!B.d.b5(a,"\\"))return A.ada(a,!s||c) +return A.jn(a)}, +aiD(a,b,c,d){var s,r={} +if(a!=null){if(d!=null)throw A.d(A.bt("Both query and queryParameters specified",null)) +return A.yX(a,b,c,B.dl,!0,!1)}if(d==null)return null +s=new A.bT("") +r.a="" +d.S(0,new A.a8E(new A.a8F(r,s))) +r=s.a +return r.charCodeAt(0)==0?r:r}, +aiA(a,b,c){if(a==null)return null +return A.yX(a,b,c,B.dl,!0,!1)}, +ad9(a,b,c){var s,r,q,p,o,n=b+2 +if(n>=a.length)return"%" +s=a.charCodeAt(b+1) +r=a.charCodeAt(n) +q=A.aah(s) +p=A.aah(r) +if(q<0||p<0)return"%" +o=q*16+p +if(o<127&&(B.dj[B.f.ez(o,4)]&1<<(o&15))!==0)return A.cP(c&&65<=o&&90>=o?(o|32)>>>0:o) +if(s>=97||r>=97)return B.d.Y(a,b,b+3).toUpperCase() +return null}, +ad7(a){var s,r,q,p,o,n="0123456789ABCDEF" +if(a<128){s=new Uint8Array(3) +s[0]=37 +s[1]=n.charCodeAt(a>>>4) +s[2]=n.charCodeAt(a&15)}else{if(a>2047)if(a>65535){r=240 +q=4}else{r=224 +q=3}else{r=192 +q=2}s=new Uint8Array(3*q) +for(p=0;--q,q>=0;r=128){o=B.f.Wz(a,6*q)&63|r +s[p]=37 +s[p+1]=n.charCodeAt(o>>>4) +s[p+2]=n.charCodeAt(o&15) +p+=3}}return A.hY(s,0,null)}, +yX(a,b,c,d,e,f){var s=A.aiG(a,b,c,d,e,f) +return s==null?B.d.Y(a,b,c):s}, +aiG(a,b,c,d,e,f){var s,r,q,p,o,n,m,l,k,j,i=null +for(s=!e,r=b,q=r,p=i;r>>4]&1<<(o&15))!==0)++r +else{if(o===37){n=A.ad9(a,r,!1) +if(n==null){r+=3 +continue}if("%"===n){n="%25" +m=1}else m=3}else if(o===92&&f){n="/" +m=1}else if(s&&o<=93&&(B.jE[o>>>4]&1<<(o&15))!==0){A.qD(a,r,"Invalid character") +m=i +n=m}else{if((o&64512)===55296){l=r+1 +if(l=2&&A.aiz(a.charCodeAt(0)))for(s=1;s127||(B.jz[r>>>4]&1<<(r&15))===0)break}return a}, +auj(a,b){if(a.a1N("package")&&a.c==null)return A.aju(b,0,b.length) +return-1}, +aiJ(a){var s,r,q,p=a.gmr(),o=p.length +if(o>0&&J.bp(p[0])===2&&J.ab2(p[0],1)===58){A.aub(J.ab2(p[0],0),!1) +A.aiw(p,!1,1) +s=!0}else{A.aiw(p,!1,0) +s=!1}r=a.gt5()&&!s?""+"\\":"" +if(a.goz()){q=a.ghz(a) +if(q.length!==0)r=r+"\\"+q+"\\"}r=A.G4(r,p,"\\") +o=s&&o===1?r+"\\":r +return o.charCodeAt(0)==0?o:o}, +aue(){return A.a([],t.s)}, +aiI(a){var s,r,q,p,o,n=A.y(t.N,t.yp),m=new A.a8G(a,B.I,n) +for(s=a.length,r=0,q=0,p=-1;r127)throw A.d(A.bt("Illegal percent encoding in URI",null)) +if(r===37){if(o+3>q)throw A.d(A.bt("Truncated URI",null)) +p.push(A.auf(a,o+1)) +o+=2}else if(e&&r===43)p.push(32) +else p.push(r)}}return d.df(0,p)}, +aiz(a){var s=a|32 +return 97<=s&&s<=122}, +ahL(a,b,c){var s,r,q,p,o,n,m,l,k="Invalid MIME type",j=A.a([b-1],t.t) +for(s=a.length,r=b,q=-1,p=null;rb)throw A.d(A.bv(k,a,r)) +for(;p!==44;){j.push(r);++r +for(o=-1;r=0)j.push(o) +else{n=B.b.ga1(j) +if(p!==44||r!==n+7||!B.d.bV(a,"base64",n+1))throw A.d(A.bv("Expecting '='",a,r)) +break}}j.push(r) +m=r+1 +if((j.length&1)===1)a=B.vS.a2x(0,a,m,s) +else{l=A.aiG(a,m,s,B.dl,!0,!1) +if(l!=null)a=B.d.kK(a,m,s,l)}return new A.a2U(a,j,c)}, +auJ(){var s,r,q,p,o,n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-._~!$&'()*+,;=",m=".",l=":",k="/",j="\\",i="?",h="#",g="/\\",f=J.afY(22,t.d) +for(s=0;s<22;++s)f[s]=new Uint8Array(96) +r=new A.a9k(f) +q=new A.a9l() +p=new A.a9m() +o=r.$2(0,225) +q.$3(o,n,1) +q.$3(o,m,14) +q.$3(o,l,34) +q.$3(o,k,3) +q.$3(o,j,227) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(14,225) +q.$3(o,n,1) +q.$3(o,m,15) +q.$3(o,l,34) +q.$3(o,g,234) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(15,225) +q.$3(o,n,1) +q.$3(o,"%",225) +q.$3(o,l,34) +q.$3(o,k,9) +q.$3(o,j,233) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(1,225) +q.$3(o,n,1) +q.$3(o,l,34) +q.$3(o,k,10) +q.$3(o,j,234) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(2,235) +q.$3(o,n,139) +q.$3(o,k,131) +q.$3(o,j,131) +q.$3(o,m,146) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(3,235) +q.$3(o,n,11) +q.$3(o,k,68) +q.$3(o,j,68) +q.$3(o,m,18) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(4,229) +q.$3(o,n,5) +p.$3(o,"AZ",229) +q.$3(o,l,102) +q.$3(o,"@",68) +q.$3(o,"[",232) +q.$3(o,k,138) +q.$3(o,j,138) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(5,229) +q.$3(o,n,5) +p.$3(o,"AZ",229) +q.$3(o,l,102) +q.$3(o,"@",68) +q.$3(o,k,138) +q.$3(o,j,138) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(6,231) +p.$3(o,"19",7) +q.$3(o,"@",68) +q.$3(o,k,138) +q.$3(o,j,138) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(7,231) +p.$3(o,"09",7) +q.$3(o,"@",68) +q.$3(o,k,138) +q.$3(o,j,138) +q.$3(o,i,172) +q.$3(o,h,205) +q.$3(r.$2(8,8),"]",5) +o=r.$2(9,235) +q.$3(o,n,11) +q.$3(o,m,16) +q.$3(o,g,234) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(16,235) +q.$3(o,n,11) +q.$3(o,m,17) +q.$3(o,g,234) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(17,235) +q.$3(o,n,11) +q.$3(o,k,9) +q.$3(o,j,233) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(10,235) +q.$3(o,n,11) +q.$3(o,m,18) +q.$3(o,k,10) +q.$3(o,j,234) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(18,235) +q.$3(o,n,11) +q.$3(o,m,19) +q.$3(o,g,234) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(19,235) +q.$3(o,n,11) +q.$3(o,g,234) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(11,235) +q.$3(o,n,11) +q.$3(o,k,10) +q.$3(o,j,234) +q.$3(o,i,172) +q.$3(o,h,205) +o=r.$2(12,236) +q.$3(o,n,12) +q.$3(o,i,12) +q.$3(o,h,205) +o=r.$2(13,237) +q.$3(o,n,13) +q.$3(o,i,13) +p.$3(r.$2(20,245),"az",21) +o=r.$2(21,245) +p.$3(o,"az",21) +p.$3(o,"09",21) +q.$3(o,"+-.",21) +return f}, +ajs(a,b,c,d,e){var s,r,q,p,o=$.amb() +for(s=b;s95?31:q] +d=p&31 +e[p>>>5]=s}return d}, +aio(a){if(a.b===7&&B.d.b5(a.a,"package")&&a.c<=0)return A.aju(a.a,a.e,a.f) +return-1}, +avH(a,b){return A.CY(b,t.N)}, +aju(a,b,c){var s,r,q +for(s=b,r=0;s")),r=new A.bk(s,b.h("bk<0>")) +a.then(A.qM(new A.aaD(r),1),A.qM(new A.aaE(r),1)) +return s}, +ajf(a){return a==null||typeof a==="boolean"||typeof a==="number"||typeof a==="string"||a instanceof Int8Array||a instanceof Uint8Array||a instanceof Uint8ClampedArray||a instanceof Int16Array||a instanceof Uint16Array||a instanceof Int32Array||a instanceof Uint32Array||a instanceof Float32Array||a instanceof Float64Array||a instanceof ArrayBuffer||a instanceof DataView}, +adz(a){if(A.ajf(a))return a +return new A.aa2(new A.kK(t.Fy)).$1(a)}, +aat:function aat(a){this.a=a}, +aaD:function aaD(a){this.a=a}, +aaE:function aaE(a){this.a=a}, +aa2:function aa2(a){this.a=a}, +DG:function DG(a){this.a=a}, +fO:function fO(){}, +CV:function CV(){}, +fR:function fR(){}, +DI:function DI(){}, +E2:function E2(){}, +G6:function G6(){}, +h5:function h5(){}, +Gx:function Gx(){}, +JE:function JE(){}, +JF:function JF(){}, +Kn:function Kn(){}, +Ko:function Ko(){}, +MI:function MI(){}, +MJ:function MJ(){}, +Nd:function Nd(){}, +Ne:function Ne(){}, +Qr(a){var s=a.BYTES_PER_ELEMENT,r=A.cq(0,null,B.f.eX(a.byteLength,s),null,null) +return A.oC(a.buffer,a.byteOffset+0*s,(r-0)*s)}, +a2S(a,b,c){var s=J.amO(a) +c=A.cq(b,c,B.f.eX(a.byteLength,s),null,null) +return A.d6(a.buffer,a.byteOffset+b*s,(c-b)*s)}, +BJ:function BJ(){}, +uI(a,b,c){if(b==null)if(a==null)return null +else return a.N(0,1-c) +else if(a==null)return b.N(0,c) +else return new A.v(A.ih(a.a,b.a,c),A.ih(a.b,b.b,c))}, +as8(a,b){return new A.Q(a,b)}, +acB(a,b,c){if(b==null)if(a==null)return null +else return a.N(0,1-c) +else if(a==null)return b.N(0,c) +else return new A.Q(A.ih(a.a,b.a,c),A.ih(a.b,b.b,c))}, +v1(a,b){var s=a.a,r=b*2/2,q=a.b +return new A.E(s-r,q-r,s+r,q+r)}, +arw(a,b,c){var s=a.a,r=c/2,q=a.b,p=b/2 +return new A.E(s-r,q-p,s+r,q+p)}, +agQ(a,b){var s=a.a,r=b.a,q=a.b,p=b.b +return new A.E(Math.min(s,r),Math.min(q,p),Math.max(s,r),Math.max(q,p))}, +arx(a,b,c){var s,r,q,p,o +if(b==null)if(a==null)return null +else{s=1-c +return new A.E(a.a*s,a.b*s,a.c*s,a.d*s)}else{r=b.a +q=b.b +p=b.c +o=b.d +if(a==null)return new A.E(r*c,q*c,p*c,o*c) +else return new A.E(A.ih(a.a,r,c),A.ih(a.b,q,c),A.ih(a.c,p,c),A.ih(a.d,o,c))}}, +uY(a,b,c){var s,r,q +if(b==null)if(a==null)return null +else{s=1-c +return new A.aL(a.a*s,a.b*s)}else{r=b.a +q=b.b +if(a==null)return new A.aL(r*c,q*c) +else return new A.aL(A.ih(a.a,r,c),A.ih(a.b,q,c))}}, +uX(a,b){var s=b.a,r=b.b +return new A.fV(a.a,a.b,a.c,a.d,s,r,s,r,s,r,s,r,s===r)}, +agO(a,b,c,d,e,f,g,h){var s=g.a,r=g.b,q=h.a,p=h.b,o=e.a,n=e.b,m=f.a,l=f.b +return new A.fV(a,b,c,d,s,r,q,p,m,l,o,n,s===r&&s===q&&s===p&&s===o&&s===n&&s===m&&s===l)}, +acn(a,b,c,d,e){var s=d.a,r=d.b,q=e.a,p=e.b,o=b.a,n=b.b,m=c.a,l=c.b,k=s===r&&s===q&&s===p&&s===o&&s===n&&s===m&&s===l +return new A.fV(a.a,a.b,a.c,a.d,s,r,q,p,m,l,o,n,k)}, +apV(a){switch(a.a){case 1:return"up" +case 0:return"down" +case 2:return"repeat"}}, +L(a,b,c){var s +if(a!=b){s=a==null?null:isNaN(a) +if(s===!0){s=b==null?null:isNaN(b) +s=s===!0}else s=!1}else s=!0 +if(s)return a==null?null:a +if(a==null)a=0 +if(b==null)b=0 +return a*(1-c)+b*c}, +ih(a,b,c){return a*(1-c)+b*c}, +a9I(a,b,c){return a*(1-c)+b*c}, +O(a,b,c){if(ac)return c +if(isNaN(a))return c +return a}, +ajr(a,b){return A.a2(A.zy(B.c.aH((a.gn(a)>>>24&255)*b),0,255),a.gn(a)>>>16&255,a.gn(a)>>>8&255,a.gn(a)&255)}, +aeW(a){return new A.q(a>>>0)}, +a2(a,b,c,d){return new A.q(((a&255)<<24|(b&255)<<16|(c&255)<<8|d&255)>>>0)}, +anX(a,b,c,d){return new A.q(((B.c.d_(d*255,1)&255)<<24|(a&255)<<16|(b&255)<<8|c&255)>>>0)}, +abn(a){if(a<=0.03928)return a/12.92 +return Math.pow((a+0.055)/1.055,2.4)}, +r(a,b,c){if(b==null)if(a==null)return null +else return A.ajr(a,1-c) +else if(a==null)return A.ajr(b,c) +else return A.a2(A.zy(B.c.X(A.a9I(a.gn(a)>>>24&255,b.gn(b)>>>24&255,c)),0,255),A.zy(B.c.X(A.a9I(a.gn(a)>>>16&255,b.gn(b)>>>16&255,c)),0,255),A.zy(B.c.X(A.a9I(a.gn(a)>>>8&255,b.gn(b)>>>8&255,c)),0,255),A.zy(B.c.X(A.a9I(a.gn(a)&255,b.gn(b)&255,c)),0,255))}, +ao3(a,b){var s,r,q,p,o,n=a.a,m=n>>>24&255 +if(m===0)return b +s=255-m +r=b.gn(b)>>>24&255 +q=n&255 +p=n>>>16&255 +n=n>>>8&255 +if(r===255)return A.a2(255,B.f.d_(m*p+s*(b.gn(b)>>>16&255),255),B.f.d_(m*n+s*(b.gn(b)>>>8&255),255),B.f.d_(m*q+s*(b.gn(b)&255),255)) +else{r=B.f.d_(r*s,255) +o=m+r +return A.a2(o,B.f.eX(p*m+(b.gn(b)>>>16&255)*r,o),B.f.eX(n*m+(b.gn(b)>>>8&255)*r,o),B.f.eX(q*m+(b.gn(b)&255)*r,o))}}, +abO(a,b,c,d,e,f){return $.ad().ZH(0,a,b,c,d,e,null)}, +Pa(a,b){return A.axa(a,b)}, +axa(a,b){var s=0,r=A.Y(t.hP),q,p=2,o,n=[],m,l,k,j,i,h,g,f +var $async$Pa=A.U(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:s=b==null?3:5 +break +case 3:h=$.ad() +g=a.a +g.toString +q=h.Io(g) +s=1 +break +s=4 +break +case 5:h=$.ad() +g=a.a +g.toString +s=6 +return A.Z(h.Io(g),$async$Pa) +case 6:m=d +p=7 +s=10 +return A.Z(m.jz(),$async$Pa) +case 10:l=d +try{g=J.ab3(l) +k=g.gce(g) +g=J.ab3(l) +j=g.gc9(g) +i=b.$2(k,j) +g=a.a +g.toString +f=i.a +f=h.oG(g,!1,i.b,f) +q=f +n=[1] +s=8 +break}finally{J.ab3(l).l()}n.push(9) +s=8 +break +case 7:n=[2] +case 8:p=2 +m.l() +s=n.pop() +break +case 9:case 4:case 1:return A.W(q,r) +case 2:return A.V(o,r)}}) +return A.X($async$Pa,r)}, +as4(a){return a>0?a*0.57735+0.5:0}, +as5(a,b,c){var s,r,q=A.r(a.a,b.a,c) +q.toString +s=A.uI(a.b,b.b,c) +s.toString +r=A.ih(a.c,b.c,c) +return new A.ku(q,s,r)}, +as6(a,b,c){var s,r,q,p=a==null +if(p&&b==null)return null +if(p)a=A.a([],t.kO) +if(b==null)b=A.a([],t.kO) +s=A.a([],t.kO) +r=Math.min(a.length,b.length) +for(q=0;q=0)return 145 +return 64}throw A.d(A.a1("Unexpected state: "+B.f.hM(d,16)))}, +ak8(a,b,c){var s,r,q,p,o +for(s=c,r=0;q=s-2,q>=b;s=q){p=a.charCodeAt(s-1) +if((p&64512)!==56320)break +o=a.charCodeAt(q) +if((o&64512)!==55296)break +if(A.kZ(o,p)!==6)break +r^=1}if(r===0)return 193 +else return 144}, +ak7(a,b,c){var s,r,q,p,o +for(s=c;s>b;){--s +r=a.charCodeAt(s) +if((r&64512)!==56320)q=A.zG(r) +else{if(s>b){--s +p=a.charCodeAt(s) +o=(p&64512)===55296}else{p=0 +o=!1}if(o)q=A.kZ(p,r) +else break}if(q===7)return s +if(q!==4)break}return-1}, +axx(a,b,c,d){var s,r,q,p,o,n +if(d===b||d===c)return d +s=a.charCodeAt(d) +if((s&63488)!==55296){r=A.zG(s) +q=d}else if((s&64512)===55296){p=d+1 +if(pb){o=s-1 +n=a.charCodeAt(o) +if((n&64512)===55296){q=A.kZ(n,r) +s=o}else q=2}else q=2 +if(q===6)m=A.ak8(a,b,s)!==144?160:48 +else{l=q===1 +if(l||q===4)if(A.ak7(a,b,s)>=0)m=l?144:128 +else m=48 +else m=u.S.charCodeAt(q|176)}return new A.Qb(a,a.length,d,m).yW()}, +Qb:function Qb(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +PX:function PX(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +b8:function b8(){}, +QA:function QA(a){this.a=a}, +QB:function QB(a){this.a=a}, +QC:function QC(a,b){this.a=a +this.b=b}, +QD:function QD(a){this.a=a}, +QE:function QE(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +QF:function QF(a,b,c){this.a=a +this.b=b +this.c=c}, +QG:function QG(a){this.a=a}, +Bk:function Bk(){}, +CX:function CX(a,b){this.a=a +this.$ti=b}, +kS:function kS(){}, +pL:function pL(a,b){this.a=a +this.$ti=b}, +pf:function pf(a,b){this.a=a +this.$ti=b}, +qe:function qe(a,b,c){this.a=a +this.b=b +this.c=c}, +ub:function ub(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Bi:function Bi(){}, +Cs:function Cs(a,b,c){var _=this +_.a=a +_.b=b +_.d=_.c=0 +_.$ti=c}, +hm:function hm(a,b){this.a=a +this.b=b}, +cd:function cd(){}, +cJ(a,b,c,d,e){var s=new A.nm(0,1,a,B.vf,b,c,B.a7,B.z,new A.bi(A.a([],t.G),t.O),new A.bi(A.a([],t.u),t.wi)) +s.r=e.rz(s.gBL()) +s.vU(d==null?0:d) +return s}, +aew(a,b,c){var s=new A.nm(-1/0,1/0,a,B.vg,null,null,B.a7,B.z,new A.bi(A.a([],t.G),t.O),new A.bi(A.a([],t.u),t.wi)) +s.r=c.rz(s.gBL()) +s.vU(b) +return s}, +pO:function pO(a,b){this.a=a +this.b=b}, +A_:function A_(a,b){this.a=a +this.b=b}, +nm:function nm(a,b,c,d,e,f,g,h,i,j){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.w=_.r=null +_.x=$ +_.y=null +_.z=g +_.Q=$ +_.as=h +_.bD$=i +_.bQ$=j}, +a65:function a65(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.a=e}, +a7r:function a7r(a,b,c,d,e,f,g){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.a=g}, +Hb:function Hb(){}, +Hc:function Hc(){}, +Hd:function Hd(){}, +Eb(a){var s=new A.uV(new A.bi(A.a([],t.G),t.O),new A.bi(A.a([],t.u),t.wi),0) +s.c=a +if(a==null){s.a=B.z +s.b=0}return s}, +ex(a,b,c){var s,r=new A.rG(b,a,c) +r.FF(b.gaO(b)) +b.aY() +s=b.bD$ +s.b=!0 +s.a.push(r.gFE()) +return r}, +acM(a,b,c){var s,r,q=new A.mK(a,b,c,new A.bi(A.a([],t.G),t.O),new A.bi(A.a([],t.u),t.wi)) +if(J.e(a.gn(a),b.gn(b))){q.a=b +q.b=null +s=b}else{if(a.gn(a)>b.gn(b))q.c=B.NY +else q.c=B.NX +s=a}s.e9(q.glt()) +s=q.gwK() +q.a.Z(0,s) +r=q.b +if(r!=null){r.aY() +r=r.bQ$ +r.b=!0 +r.a.push(s)}return q}, +aex(a,b,c){return new A.r3(a,b,new A.bi(A.a([],t.G),t.O),new A.bi(A.a([],t.u),t.wi),0,c.h("r3<0>"))}, +H4:function H4(){}, +H5:function H5(){}, +r4:function r4(){}, +uV:function uV(a,b,c){var _=this +_.c=_.b=_.a=null +_.bD$=a +_.bQ$=b +_.j4$=c}, +fd:function fd(a,b,c){this.a=a +this.bD$=b +this.j4$=c}, +rG:function rG(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +Nc:function Nc(a,b){this.a=a +this.b=b}, +mK:function mK(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.f=_.e=null +_.bD$=d +_.bQ$=e}, +nK:function nK(){}, +r3:function r3(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.d=_.c=null +_.bD$=c +_.bQ$=d +_.j4$=e +_.$ti=f}, +wJ:function wJ(){}, +wK:function wK(){}, +wL:function wL(){}, +I4:function I4(){}, +Lb:function Lb(){}, +Lc:function Lc(){}, +Ld:function Ld(){}, +LS:function LS(){}, +LT:function LT(){}, +N9:function N9(){}, +Na:function Na(){}, +Nb:function Nb(){}, +uQ:function uQ(){}, +e4:function e4(){}, +xp:function xp(){}, +f1:function f1(a,b,c){this.a=a +this.b=b +this.c=c}, +Gq:function Gq(){}, +de:function de(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Gp:function Gp(){}, +o3:function o3(a){this.a=a}, +Ia:function Ia(){}, +r2:function r2(){}, +r1:function r1(){}, +l6:function l6(){}, +jD:function jD(){}, +dO(a,b,c){return new A.ay(a,b,c.h("ay<0>"))}, +hu(a){return new A.ir(a)}, +aj:function aj(){}, +aB:function aB(a,b,c){this.a=a +this.b=b +this.$ti=c}, +dS:function dS(a,b,c){this.a=a +this.b=b +this.$ti=c}, +ay:function ay(a,b,c){this.a=a +this.b=b +this.$ti=c}, +vj:function vj(a,b,c,d){var _=this +_.c=a +_.a=b +_.b=c +_.$ti=d}, +ht:function ht(a,b){this.a=a +this.b=b}, +v2:function v2(a,b){this.a=a +this.b=b}, +k0:function k0(a,b){this.a=a +this.b=b}, +ir:function ir(a){this.a=a}, +za:function za(){}, +asU(a,b){var s=new A.wk(A.a([],b.h("z>")),A.a([],t.mz),b.h("wk<0>")) +s.P7(a,b) +return s}, +ahH(a,b,c){return new A.pH(a,b,c.h("pH<0>"))}, +wk:function wk(a,b,c){this.a=a +this.b=b +this.$ti=c}, +pH:function pH(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Jx:function Jx(a,b){this.a=a +this.b=b}, +ao8(a,b){if(a==null)return null +return a instanceof A.eV?a.JC(b):a}, +eV:function eV(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.a=l}, +Rs:function Rs(a){this.a=a}, +I_:function I_(){}, +af0(a,b,c,d,e,f,g,h){return new A.B6(g,b,h,c,e,a,d,f)}, +B6:function B6(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +I0:function I0(){}, +I1:function I1(){}, +Bj:function Bj(){}, +ao9(a){var s +if(a.gyA())return!1 +s=a.kn$ +if(s!=null&&s.length!==0)return!1 +s=a.gkG() +if(s===B.cE)return!1 +s=a.go +if(s.gaO(s)!==B.L)return!1 +s=a.id +if(s.gaO(s)!==B.z)return!1 +if(a.a.cx.a)return!1 +return!0}, +aoa(a,b,c,d,e,f){var s,r,q,p=a.a.cx.a,o=p?c:A.ex(B.iA,c,new A.o3(B.iA)),n=$.am4(),m=t.m +m.a(o) +s=p?d:A.ex(B.jb,d,B.yj) +r=$.alY() +m.a(s) +p=p?c:A.ex(B.jb,c,null) +q=$.ali() +return new A.B7(new A.aB(o,n,n.$ti.h("aB")),new A.aB(s,r,r.$ti.h("aB")),new A.aB(m.a(p),q,A.m(q).h("aB")),new A.pU(e,new A.Ru(a),new A.Rv(a,f),null,f.h("pU<0>")),null)}, +a4S(a,b,c){var s,r,q,p,o +if(a==b)return a +if(a==null){s=b.a +if(s==null)s=b +else{r=A.a5(s).h("a4<1,q>") +r=new A.hb(A.a6(new A.a4(s,new A.a4T(c),r),!0,r.h("aX.E"))) +s=r}return s}if(b==null){s=a.a +if(s==null)s=a +else{r=A.a5(s).h("a4<1,q>") +r=new A.hb(A.a6(new A.a4(s,new A.a4U(c),r),!0,r.h("aX.E"))) +s=r}return s}s=A.a([],t.t_) +for(r=b.a,q=a.a,p=0;p"))) +return new A.lw(r)}, +Tk(a){return new A.lw(a)}, +apl(a){return a}, +afA(a,b){if(a.r&&!0)return +if($.abI===0||!1)A.awr(J.cT(a.a),100,a.b) +else A.adQ().$1("Another exception was thrown: "+a.gLv().j(0)) +$.abI=$.abI+1}, +apm(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=A.aI(["dart:async-patch",0,"dart:async",0,"package:stack_trace",0,"class _AssertionError",0,"class _FakeAsync",0,"class _FrameCallbackEntry",0,"class _Timer",0,"class _RawReceivePortImpl",0],t.N,t.S),d=A.ask(J.amX(a,"\n")) +for(s=0,r=0;q=d.length,r0)q.push(h.a)}B.b.fE(q) +if(s===1)j.push("(elided one frame from "+B.b.gc2(q)+")") +else if(s>1){l=q.length +if(l>1)q[l-1]="and "+B.b.ga1(q) +l="(elided "+s +if(q.length>2)j.push(l+" frames from "+B.b.b3(q,", ")+")") +else j.push(l+" frames from "+B.b.b3(q," ")+")")}return j}, +cN(a){var s=$.fw() +if(s!=null)s.$1(a)}, +awr(a,b,c){var s,r +A.adQ().$1(a) +s=A.a(B.d.zV(J.cT(c==null?A.ahp():A.apl(c))).split("\n"),t.s) +r=s.length +s=J.an9(r!==0?new A.vP(s,new A.aa3(),t.Ws):s,b) +A.adQ().$1(B.b.b3(A.apm(s),"\n"))}, +ato(a,b,c){return new A.IV(c,a,!0,!0,null,b)}, +kH:function kH(){}, +o0:function o0(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.f=a +_.r=b +_.w=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.at=h +_.ax=!0 +_.ay=null +_.ch=i +_.CW=j +_.a=k +_.b=l +_.c=m +_.d=n +_.e=o}, +BP:function BP(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.f=a +_.r=b +_.w=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.at=h +_.ax=!0 +_.ay=null +_.ch=i +_.CW=j +_.a=k +_.b=l +_.c=m +_.d=n +_.e=o}, +BN:function BN(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.f=a +_.r=b +_.w=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.at=h +_.ax=!0 +_.ay=null +_.ch=i +_.CW=j +_.a=k +_.b=l +_.c=m +_.d=n +_.e=o}, +br:function br(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=e +_.r=f}, +Tl:function Tl(a){this.a=a}, +lw:function lw(a){this.a=a}, +Tm:function Tm(){}, +Tn:function Tn(){}, +To:function To(){}, +aa3:function aa3(){}, +IV:function IV(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +IX:function IX(){}, +IW:function IW(){}, +Ag:function Ag(){}, +Q6:function Q6(a){this.a=a}, +at2(a){return new A.eO(a,$.aR())}, +ab:function ab(){}, +e2:function e2(){}, +QN:function QN(a){this.a=a}, +xB:function xB(a){this.a=a}, +eO:function eO(a,b){var _=this +_.a=a +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1}, +aor(a,b,c){var s=null +return A.hv("",s,b,B.am,a,!1,s,s,B.a5,s,!1,!1,!0,c,s,t.H)}, +hv(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var s +if(h==null)s=k?"MISSING":null +else s=h +return new A.e5(e,!1,c,s,g,o,k,b,d,i,a,m,l,j,n,p.h("e5<0>"))}, +abv(a,b,c){return new A.Br(c,a,!0,!0,null,b)}, +b1(a){return B.d.mo(B.f.hM(J.p(a)&1048575,16),5,"0")}, +aoq(a,b,c,d,e,f,g){return new A.Bs(b,d,"",g,a,c,!0,!0,null,f)}, +rR:function rR(a,b){this.a=a +this.b=b}, +hw:function hw(a,b){this.a=a +this.b=b}, +a6V:function a6V(){}, +d3:function d3(){}, +e5:function e5(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this +_.f=a +_.r=b +_.w=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.at=h +_.ax=!0 +_.ay=null +_.ch=i +_.CW=j +_.a=k +_.b=l +_.c=m +_.d=n +_.e=o +_.$ti=p}, +rS:function rS(){}, +Br:function Br(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +a0:function a0(){}, +RN:function RN(){}, +fC:function fC(){}, +Bs:function Bs(a,b,c,d,e,f,g,h,i,j){var _=this +_.f=a +_.r=b +_.x=c +_.y=d +_.z=e +_.a=f +_.b=g +_.c=h +_.d=i +_.e=j}, +Ik:function Ik(){}, +dm:function dm(){}, +D0:function D0(){}, +wl:function wl(){}, +dQ:function dQ(a,b){this.a=a +this.$ti=b}, +ad3:function ad3(a){this.$ti=a}, +f3:function f3(){}, +u_:function u_(){}, +uH(a){return new A.bi(A.a([],a.h("z<0>")),a.h("bi<0>"))}, +bi:function bi(a,b){var _=this +_.a=a +_.b=!1 +_.c=$ +_.$ti=b}, +tq:function tq(a,b){this.a=a +this.$ti=b}, +avs(a){return A.aV(a,null,!1,t.X)}, +uR:function uR(a){this.a=a}, +a8x:function a8x(){}, +J4:function J4(a){this.a=a}, +kG:function kG(a,b){this.a=a +this.b=b}, +xd:function xd(a,b){this.a=a +this.b=b}, +cA:function cA(a,b){this.a=a +this.b=b}, +a3g(a){var s=new DataView(new ArrayBuffer(8)),r=A.d6(s.buffer,0,null) +return new A.a3f(new Uint8Array(a),s,r)}, +a3f:function a3f(a,b,c){var _=this +_.a=a +_.b=0 +_.c=!1 +_.d=b +_.e=c}, +v0:function v0(a){this.a=a +this.b=0}, +ask(a){var s=t.ZK +return A.a6(new A.dR(new A.dI(new A.aO(A.a(B.d.JW(a).split("\n"),t.s),new A.a1_(),t.Hd),A.axG(),t.C9),s),!0,s.h("i.E"))}, +asj(a){var s,r,q="",p=$.akV().HM(a) +if(p==null)return null +s=A.a(p.b[1].split("."),t.s) +r=s.length>1?B.b.gG(s):q +return new A.h3(a,-1,q,q,q,-1,-1,r,s.length>1?A.eN(s,1,null,t.N).b3(0,"."):B.b.gc2(s))}, +asl(a){var s,r,q,p,o,n,m,l,k,j,i=null,h="" +if(a==="")return B.HN +else if(a==="...")return B.HM +if(!B.d.b5(a,"#"))return A.asj(a) +s=A.ca("^#(\\d+) +(.+) \\((.+?):?(\\d+){0,1}:?(\\d+){0,1}\\)$",!0,!1).HM(a).b +r=s[2] +r.toString +q=A.l1(r,".","") +if(B.d.b5(q,"new")){p=q.split(" ").length>1?q.split(" ")[1]:h +if(B.d.t(p,".")){o=p.split(".") +p=o[0] +q=o[1]}else q=""}else if(B.d.t(q,".")){o=q.split(".") +p=o[0] +q=o[1]}else p="" +r=s[3] +r.toString +n=A.el(r,0,i) +m=n.gc1(n) +if(n.gcX()==="dart"||n.gcX()==="package"){l=n.gmr()[0] +m=B.d.Jy(n.gc1(n),A.j(n.gmr()[0])+"/","")}else l=h +r=s[1] +r.toString +r=A.fv(r,i) +k=n.gcX() +j=s[4] +if(j==null)j=-1 +else{j=j +j.toString +j=A.fv(j,i)}s=s[5] +if(s==null)s=-1 +else{s=s +s.toString +s=A.fv(s,i)}return new A.h3(a,r,k,l,m,j,s,p,q)}, +h3:function h3(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i}, +a1_:function a1_(){}, +bU:function bU(a,b){this.a=a +this.$ti=b}, +a1l:function a1l(a){this.a=a}, +Cl:function Cl(a,b){this.a=a +this.b=b}, +cD:function cD(){}, +Cj:function Cj(a,b,c){this.a=a +this.b=b +this.c=c}, +q5:function q5(a){var _=this +_.a=a +_.b=!0 +_.d=_.c=!1 +_.e=null}, +a5F:function a5F(a){this.a=a}, +TU:function TU(a){this.a=a}, +TW:function TW(a,b){this.a=a +this.b=b}, +TV:function TV(a,b,c){this.a=a +this.b=b +this.c=c}, +apk(a,b,c,d,e,f,g){return new A.ti(c,g,f,a,e,!1)}, +a7t:function a7t(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.x=h +_.y=null}, +o8:function o8(){}, +TX:function TX(a){this.a=a}, +TY:function TY(a,b){this.a=a +this.b=b}, +ti:function ti(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=e +_.r=f}, +ajy(a,b){switch(b.a){case 1:case 4:return a +case 0:case 2:case 3:return a===0?1:a +case 5:return a===0?1:a}}, +aqV(a,b){var s=A.a5(a) +return new A.dR(new A.dI(new A.aO(a,new A.Yt(),s.h("aO<1>")),new A.Yu(b),s.h("dI<1,aK?>")),t.FI)}, +Yt:function Yt(){}, +Yu:function Yu(a){this.a=a}, +it:function it(a){this.a=a}, +hA:function hA(a,b,c){this.a=a +this.b=b +this.d=c}, +hB:function hB(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +ez:function ez(a,b){this.a=a +this.b=b}, +Yw(a,b){var s,r +if(a==null)return b +s=new A.cQ(new Float64Array(3)) +s.hQ(b.a,b.b,0) +r=a.tE(s).a +return new A.v(r[0],r[1])}, +Yv(a,b,c,d){if(a==null)return c +if(b==null)b=A.Yw(a,d) +return b.a5(0,A.Yw(a,d.a5(0,c)))}, +acj(a){var s,r,q=new Float64Array(4),p=new A.i4(q) +p.uq(0,0,1,0) +s=new Float64Array(16) +r=new A.aY(s) +r.bk(a) +s[11]=q[3] +s[10]=q[2] +s[9]=q[1] +s[8]=q[0] +r.uo(2,p) +return r}, +aqS(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return new A.m8(o,d,n,0,e,a,h,B.i,0,!1,!1,0,j,i,b,c,0,0,0,l,k,g,m,0,!1,null,null)}, +ar1(a,b,c,d,e,f,g,h,i,j,k,l){return new A.md(l,c,k,0,d,a,f,B.i,0,!1,!1,0,h,g,0,b,0,0,0,j,i,0,0,0,!1,null,null)}, +aqX(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.iP(a1,f,a0,0,g,c,j,b,a,!1,!1,0,l,k,d,e,q,m,p,o,n,i,s,0,r,null,null)}, +aqU(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3){return new A.kh(a3,g,a2,k,h,c,l,b,a,f,!1,0,n,m,d,e,s,o,r,q,p,j,a1,0,a0,null,null)}, +aqW(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3){return new A.ki(a3,g,a2,k,h,c,l,b,a,f,!1,0,n,m,d,e,s,o,r,q,p,j,a1,0,a0,null,null)}, +aqT(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.iO(a0,d,s,h,e,b,i,B.i,a,!0,!1,j,l,k,0,c,q,m,p,o,n,g,r,0,!1,null,null)}, +aqY(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3){return new A.ma(a3,e,a2,j,f,c,k,b,a,!0,!1,l,n,m,0,d,s,o,r,q,p,h,a1,i,a0,null,null)}, +ar5(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.mg(a1,e,a0,i,f,b,j,B.i,a,!1,!1,k,m,l,c,d,r,n,q,p,o,h,s,0,!1,null,null)}, +ar3(a,b,c,d,e,f,g){return new A.me(e,g,b,f,0,c,a,d,B.i,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +ar4(a,b,c,d,e,f){return new A.mf(f,b,e,0,c,a,d,B.i,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +ar2(a,b,c,d,e,f,g){return new A.E4(e,g,b,f,0,c,a,d,B.i,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +ar_(a,b,c,d,e,f,g){return new A.iQ(g,b,f,c,B.b3,a,d,B.i,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,e,null,null)}, +ar0(a,b,c,d,e,f,g,h,i,j,k){return new A.mc(c,d,h,g,k,b,j,e,B.b3,a,f,B.i,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,i,null,null)}, +aqZ(a,b,c,d,e,f,g){return new A.mb(g,b,f,c,B.b3,a,d,B.i,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,e,null,null)}, +agF(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.m9(a0,e,s,i,f,b,j,B.i,a,!1,!1,0,l,k,c,d,q,m,p,o,n,h,r,0,!1,null,null)}, +zz(a,b){var s +switch(a.a){case 1:return 1 +case 2:case 3:case 5:case 0:case 4:s=b==null?null:b.a +return s==null?18:s}}, +awa(a,b){var s +switch(a.a){case 1:return 2 +case 2:case 3:case 5:case 0:case 4:if(b==null)s=null +else{s=b.a +s=s!=null?s*2:null}return s==null?36:s}}, +aK:function aK(){}, +cE:function cE(){}, +GZ:function GZ(){}, +Nj:function Nj(){}, +HI:function HI(){}, +m8:function m8(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Nf:function Nf(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +HS:function HS(){}, +md:function md(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Nq:function Nq(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +HN:function HN(){}, +iP:function iP(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Nl:function Nl(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +HL:function HL(){}, +kh:function kh(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Ni:function Ni(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +HM:function HM(){}, +ki:function ki(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Nk:function Nk(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +HK:function HK(){}, +iO:function iO(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Nh:function Nh(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +HO:function HO(){}, +ma:function ma(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Nm:function Nm(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +HW:function HW(){}, +mg:function mg(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Nu:function Nu(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +dr:function dr(){}, +HU:function HU(){}, +me:function me(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8){var _=this +_.M=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k +_.z=l +_.Q=m +_.as=n +_.at=o +_.ax=p +_.ay=q +_.ch=r +_.CW=s +_.cx=a0 +_.cy=a1 +_.db=a2 +_.dx=a3 +_.dy=a4 +_.fr=a5 +_.fx=a6 +_.fy=a7 +_.go=a8}, +Ns:function Ns(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +HV:function HV(){}, +mf:function mf(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Nt:function Nt(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +HT:function HT(){}, +E4:function E4(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8){var _=this +_.M=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k +_.z=l +_.Q=m +_.as=n +_.at=o +_.ax=p +_.ay=q +_.ch=r +_.CW=s +_.cx=a0 +_.cy=a1 +_.db=a2 +_.dx=a3 +_.dy=a4 +_.fr=a5 +_.fx=a6 +_.fy=a7 +_.go=a8}, +Nr:function Nr(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +HQ:function HQ(){}, +iQ:function iQ(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +No:function No(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +HR:function HR(){}, +mc:function mc(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1){var _=this +_.id=a +_.k1=b +_.k2=c +_.k3=d +_.a=e +_.b=f +_.c=g +_.d=h +_.e=i +_.f=j +_.r=k +_.w=l +_.x=m +_.y=n +_.z=o +_.Q=p +_.as=q +_.at=r +_.ax=s +_.ay=a0 +_.ch=a1 +_.CW=a2 +_.cx=a3 +_.cy=a4 +_.db=a5 +_.dx=a6 +_.dy=a7 +_.fr=a8 +_.fx=a9 +_.fy=b0 +_.go=b1}, +Np:function Np(a,b){var _=this +_.d=_.c=$ +_.e=a +_.f=b +_.b=_.a=$}, +HP:function HP(){}, +mb:function mb(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Nn:function Nn(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +HJ:function HJ(){}, +m9:function m9(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7}, +Ng:function Ng(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +KE:function KE(){}, +KF:function KF(){}, +KG:function KG(){}, +KH:function KH(){}, +KI:function KI(){}, +KJ:function KJ(){}, +KK:function KK(){}, +KL:function KL(){}, +KM:function KM(){}, +KN:function KN(){}, +KO:function KO(){}, +KP:function KP(){}, +KQ:function KQ(){}, +KR:function KR(){}, +KS:function KS(){}, +KT:function KT(){}, +KU:function KU(){}, +KV:function KV(){}, +KW:function KW(){}, +KX:function KX(){}, +KY:function KY(){}, +KZ:function KZ(){}, +L_:function L_(){}, +L0:function L0(){}, +L1:function L1(){}, +L2:function L2(){}, +L3:function L3(){}, +L4:function L4(){}, +L5:function L5(){}, +L6:function L6(){}, +L7:function L7(){}, +Oz:function Oz(){}, +OA:function OA(){}, +OB:function OB(){}, +OC:function OC(){}, +OD:function OD(){}, +OE:function OE(){}, +OF:function OF(){}, +OG:function OG(){}, +OH:function OH(){}, +OI:function OI(){}, +OJ:function OJ(){}, +OK:function OK(){}, +OL:function OL(){}, +OM:function OM(){}, +ON:function ON(){}, +OO:function OO(){}, +OP:function OP(){}, +afH(a,b,c){var s=(c-a)/(b-a) +return!isNaN(s)?A.O(s,0,1):s}, +q2:function q2(a,b){this.a=a +this.b=b}, +fH:function fH(a,b,c,d,e,f,g){var _=this +_.ch=_.ay=_.ax=_.at=null +_.dx=_.db=$ +_.dy=a +_.f=b +_.r=c +_.a=d +_.b=null +_.c=e +_.d=f +_.e=g}, +Bq:function Bq(a){this.a=a}, +abS(){var s=A.a([],t.om),r=new A.aY(new Float64Array(16)) +r.dZ() +return new A.ix(s,A.a([r],t.Xr),A.a([],t.cR))}, +hD:function hD(a,b){this.a=a +this.b=null +this.$ti=b}, +qC:function qC(){}, +xz:function xz(a){this.a=a}, +qk:function qk(a){this.a=a}, +ix:function ix(a,b,c){this.a=a +this.b=b +this.c=c}, +ag9(a,b,c){var s=b==null?B.eZ:b,r=t.S,q=A.cx(r),p=A.ak6() +return new A.ee(s,null,B.b_,A.y(r,t.R),q,a,c,p,A.y(r,t.Y))}, +aq8(a){return a===1||a===2||a===4}, +ou:function ou(a){this.b=a}, +u9:function u9(a){this.b=a}, +ot:function ot(a,b){this.b=a +this.c=b}, +ee:function ee(a,b,c,d,e,f,g,h,i){var _=this +_.k2=!1 +_.aU=_.bx=_.aZ=_.ah=_.an=_.bi=_.aC=_.y2=_.y1=_.xr=_.x2=_.x1=_.to=_.ry=_.rx=_.RG=_.R8=_.p4=_.p3=_.p2=_.p1=_.ok=_.k4=_.k3=null +_.at=a +_.ay=b +_.ch=c +_.cx=_.CW=null +_.cy=!1 +_.db=null +_.f=d +_.r=e +_.a=f +_.b=null +_.c=g +_.d=h +_.e=i}, +Wr:function Wr(a,b){this.a=a +this.b=b}, +Wq:function Wq(a,b){this.a=a +this.b=b}, +Wp:function Wp(a,b){this.a=a +this.b=b}, +jo:function jo(a,b,c){this.a=a +this.b=b +this.c=c}, +acZ:function acZ(a,b){this.a=a +this.b=b}, +YC:function YC(a){this.a=a +this.b=$}, +YD:function YD(){}, +CU:function CU(a,b,c){this.a=a +this.b=b +this.c=c}, +aoN(a){var s=a.gbY(a) +$.ik() +return new A.h7(s,new A.hX(),A.aV(20,null,!1,t.av))}, +aoO(a){return a===1}, +ahQ(a,b){var s=t.S,r=A.cx(s),q=A.adP() +return new A.h8(B.av,A.adO(),B.bv,A.y(s,t.GY),A.ax(s),A.y(s,t.R),r,a,b,q,A.y(s,t.Y))}, +abT(a,b){var s=t.S,r=A.cx(s),q=A.adP() +return new A.fK(B.av,A.adO(),B.bv,A.y(s,t.GY),A.ax(s),A.y(s,t.R),r,a,b,q,A.y(s,t.Y))}, +wY:function wY(a,b){this.a=a +this.b=b}, +rX:function rX(){}, +Sc:function Sc(a,b){this.a=a +this.b=b}, +Sh:function Sh(a,b){this.a=a +this.b=b}, +Si:function Si(a,b){this.a=a +this.b=b}, +Sd:function Sd(){}, +Se:function Se(a,b){this.a=a +this.b=b}, +Sf:function Sf(a){this.a=a}, +Sg:function Sg(a,b){this.a=a +this.b=b}, +h8:function h8(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.at=a +_.dx=_.db=_.cy=_.cx=_.CW=_.ch=_.ay=_.ax=null +_.dy=!1 +_.fr=b +_.fx=c +_.go=_.fy=$ +_.k2=_.k1=_.id=null +_.k3=$ +_.k4=!1 +_.ok=d +_.p1=e +_.f=f +_.r=g +_.a=h +_.b=null +_.c=i +_.d=j +_.e=k}, +fK:function fK(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.at=a +_.dx=_.db=_.cy=_.cx=_.CW=_.ch=_.ay=_.ax=null +_.dy=!1 +_.fr=b +_.fx=c +_.go=_.fy=$ +_.k2=_.k1=_.id=null +_.k3=$ +_.k4=!1 +_.ok=d +_.p1=e +_.f=f +_.r=g +_.a=h +_.b=null +_.c=i +_.d=j +_.e=k}, +fS:function fS(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.at=a +_.dx=_.db=_.cy=_.cx=_.CW=_.ch=_.ay=_.ax=null +_.dy=!1 +_.fr=b +_.fx=c +_.go=_.fy=$ +_.k2=_.k1=_.id=null +_.k3=$ +_.k4=!1 +_.ok=d +_.p1=e +_.f=f +_.r=g +_.a=h +_.b=null +_.c=i +_.d=j +_.e=k}, +aoM(a){return a===1}, +HX:function HX(){this.a=!1}, +qA:function qA(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=!1}, +fE:function fE(a,b,c,d,e){var _=this +_.y=_.x=_.w=_.r=_.f=null +_.z=a +_.a=b +_.b=null +_.c=c +_.d=d +_.e=e}, +Yx:function Yx(a,b){this.a=a +this.b=b}, +Yz:function Yz(){}, +Yy:function Yy(a,b,c){this.a=a +this.b=b +this.c=c}, +YA:function YA(){this.b=this.a=null}, +apu(a){return!0}, +Sk:function Sk(a,b){this.a=a +this.b=b}, +cl:function cl(){}, +uK:function uK(){}, +tn:function tn(a,b){this.a=a +this.b=b}, +oS:function oS(){}, +YH:function YH(a,b){this.a=a +this.b=b}, +f9:function f9(a,b){this.a=a +this.b=b}, +J8:function J8(){}, +asy(a,b){var s=t.S,r=A.cx(s) +return new A.ei(B.an,18,B.b_,A.y(s,t.R),r,a,b,A.aaH(),A.y(s,t.Y))}, +pt:function pt(a,b){this.a=a +this.c=b}, +pu:function pu(){}, +Af:function Af(){}, +ei:function ei(a,b,c,d,e,f,g,h,i){var _=this +_.aQ=_.ao=_.aa=_.ae=_.O=_.M=_.aU=_.bx=_.aZ=_.ah=_.an=null +_.k3=_.k2=!1 +_.ok=_.k4=null +_.at=a +_.ay=b +_.ch=c +_.cx=_.CW=null +_.cy=!1 +_.db=null +_.f=d +_.r=e +_.a=f +_.b=null +_.c=g +_.d=h +_.e=i}, +a1p:function a1p(a,b){this.a=a +this.b=b}, +a1q:function a1q(a,b){this.a=a +this.b=b}, +a1r:function a1r(a,b){this.a=a +this.b=b}, +a1s:function a1s(a,b){this.a=a +this.b=b}, +a1t:function a1t(a){this.a=a}, +apI(a){var s=t.av,r=A.aV(20,null,!1,s) +$.ik() +return new A.lH(r,a,new A.hX(),A.aV(20,null,!1,s))}, +fp:function fp(a){this.a=a}, +kD:function kD(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +xU:function xU(a,b){this.a=a +this.b=b}, +h7:function h7(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=0}, +lH:function lH(a,b,c,d){var _=this +_.e=a +_.a=b +_.b=c +_.c=d +_.d=0}, +ov:function ov(a,b,c,d){var _=this +_.e=a +_.a=b +_.b=c +_.c=d +_.d=0}, +anf(a,b,c){var s,r,q,p,o=null,n=a==null +if(n&&b==null)return o +s=c<0.5 +if(s)r=n?o:a.a +else r=b==null?o:b.a +if(s)q=n?o:a.b +else q=b==null?o:b.b +if(s)p=n?o:a.c +else p=b==null?o:b.c +if(s)n=n?o:a.d +else n=b==null?o:b.d +return new A.zW(r,q,p,n)}, +zW:function zW(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +H0:function H0(){}, +aqc(){return new A.tt(new A.Wz(),A.y(t.K,t.Qu))}, +Go:function Go(a,b){this.a=a +this.b=b}, +ug:function ug(a,b,c,d,e,f,g){var _=this +_.c=a +_.f=b +_.cx=c +_.dx=d +_.fx=e +_.R8=f +_.a=g}, +Wz:function Wz(){}, +WD:function WD(){}, +xw:function xw(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +a6o:function a6o(){}, +a6p:function a6p(){}, +abd(a,b,c,d,e,f){return new A.r7(c,e,a,b,new A.L9(f,null,1/0,f),f,d,null)}, +ank(a,b){return b.b}, +a8o:function a8o(a){this.b=a}, +L9:function L9(a,b,c,d){var _=this +_.e=a +_.f=b +_.a=c +_.b=d}, +r7:function r7(a,b,c,d,e,f,g,h){var _=this +_.c=a +_.e=b +_.f=c +_.ax=d +_.fx=e +_.fy=f +_.go=g +_.a=h}, +PG:function PG(a,b){this.a=a +this.b=b}, +wx:function wx(a){var _=this +_.d=null +_.e=!1 +_.a=null +_.b=a +_.c=null}, +a3G:function a3G(){}, +Hg:function Hg(a,b){this.c=a +this.a=b}, +Lu:function Lu(a,b,c,d){var _=this +_.A=null +_.a_=a +_.a9=b +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +a3F:function a3F(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this +_.ay=a +_.cx=_.CW=_.ch=$ +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k +_.z=l +_.Q=m +_.as=n +_.at=o +_.ax=p}, +aey(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return new A.nn(b==null?null:b,e,d,g,h,j,i,f,a,c,l,n,o,m,k)}, +anj(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e +if(a===b&&!0)return a +s=A.r(a.a,b.a,c) +r=A.r(a.b,b.b,c) +q=A.L(a.c,b.c,c) +p=A.L(a.d,b.d,c) +o=A.r(a.e,b.e,c) +n=A.r(a.f,b.f,c) +m=A.ct(a.r,b.r,c) +l=A.iA(a.w,b.w,c) +k=A.iA(a.x,b.x,c) +j=c<0.5 +if(j)i=a.y +else i=b.y +h=A.L(a.z,b.z,c) +g=A.L(a.Q,b.Q,c) +f=A.aN(a.as,b.as,c) +e=A.aN(a.at,b.at,c) +if(j)j=a.ax +else j=b.ax +return A.aey(k,s,i,q,r,l,p,o,m,n,j,h,e,g,f)}, +nn:function nn(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o}, +Hf:function Hf(){}, +avt(a,b){var s,r,q,p,o=A.bf("maxValue") +for(s=null,r=0;r<4;++r){q=a[r] +p=b.$1(q) +if(s==null||p>s){o.b=q +s=p}}return o.ar()}, +uk:function uk(a,b){var _=this +_.c=!0 +_.r=_.f=_.e=_.d=null +_.a=a +_.b=b}, +WB:function WB(a,b){this.a=a +this.b=b}, +pT:function pT(a,b){this.a=a +this.b=b}, +jb:function jb(a,b){this.a=a +this.b=b}, +ox:function ox(a,b){var _=this +_.e=!0 +_.r=_.f=$ +_.a=a +_.b=b}, +WC:function WC(a,b){this.a=a +this.b=b}, +ann(a,b,c,d,e,f,g,h){return new A.ns(b,g,f,c,h,e,a,d)}, +ano(a,b,c){var s,r,q,p,o,n,m +if(a===b&&!0)return a +s=A.r(a.a,b.a,c) +r=A.r(a.b,b.b,c) +q=A.L(a.c,b.c,c) +p=A.L(a.d,b.d,c) +o=A.aN(a.e,b.e,c) +n=A.cM(a.f,b.f,c) +m=A.l5(a.r,b.r,c) +return new A.ns(s,r,q,p,o,n,m,A.uI(a.w,b.w,c))}, +ns:function ns(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +Hn:function Hn(){}, +uh:function uh(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +JQ:function JQ(){}, +anr(a,b,c,d,e,f,g){return new A.nu(a,b,f,c,g,e,d)}, +ans(a,b,c){var s,r,q,p,o,n +if(a===b&&!0)return a +s=A.r(a.a,b.a,c) +r=A.L(a.b,b.b,c) +if(c<0.5)q=a.c +else q=b.c +p=A.L(a.d,b.d,c) +o=A.r(a.e,b.e,c) +n=A.r(a.f,b.f,c) +return new A.nu(s,r,q,p,o,n,A.cM(a.r,b.r,c))}, +nu:function nu(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +Hs:function Hs(){}, +ant(a,b,c,d,e,f,g,h,i,j,k,l,m,n){return new A.nv(a,b,f,l,g,m,h,n,i,j,k,c,d,e)}, +anu(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f +if(a===b&&!0)return a +s=A.r(a.a,b.a,c) +r=A.L(a.b,b.b,c) +q=A.iA(a.c,b.c,c) +p=A.iA(a.d,b.d,c) +o=A.r(a.e,b.e,c) +n=A.r(a.f,b.f,c) +m=A.aN(a.r,b.r,c) +l=A.aN(a.w,b.w,c) +k=c<0.5 +if(k)j=a.x +else j=b.x +if(k)i=a.y +else i=b.y +if(k)h=a.z +else h=b.z +if(k)g=a.Q +else g=b.Q +if(k)f=a.as +else f=b.as +if(k)k=a.at +else k=b.at +return new A.nv(s,r,q,p,o,n,m,l,j,i,h,g,f,k)}, +nv:function nv(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n}, +Ht:function Ht(){}, +anv(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h +if(a===b)return a +s=A.r(a.a,b.a,c) +r=A.r(a.b,b.b,c) +q=A.L(a.c,b.c,c) +p=A.r(a.d,b.d,c) +o=A.r(a.e,b.e,c) +n=A.r(a.f,b.f,c) +m=A.L(a.r,b.r,c) +l=A.ct(a.w,b.w,c) +k=c<0.5 +if(k)j=a.x +else j=b.x +i=A.r(a.y,b.y,c) +h=A.acB(a.z,b.z,c) +if(k)k=a.Q +else k=b.Q +return new A.re(s,r,q,p,o,n,m,l,j,i,h,k,A.jJ(a.as,b.as,c))}, +re:function re(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m}, +Hu:function Hu(){}, +v_:function v_(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){var _=this +_.c=a +_.f=b +_.r=c +_.w=d +_.x=e +_.y=f +_.Q=g +_.as=h +_.at=i +_.ax=j +_.ay=k +_.ch=l +_.cy=m +_.db=n +_.dy=o +_.fr=p +_.fx=q +_.fy=r +_.go=s +_.id=a0 +_.a=a1}, +Lh:function Lh(a,b){var _=this +_.m2$=a +_.a=null +_.b=b +_.c=null}, +Ju:function Ju(a,b,c){this.e=a +this.c=b +this.a=c}, +LB:function LB(a,b,c){var _=this +_.A=a +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +a7m:function a7m(a,b){this.a=a +this.b=b}, +Oi:function Oi(){}, +anA(a,b,c){var s,r,q,p,o,n,m,l,k +if(a===b)return a +s=c<0.5 +if(s)r=a.a +else r=b.a +if(s)q=a.b +else q=b.b +if(s)p=a.c +else p=b.c +o=A.L(a.d,b.d,c) +n=A.L(a.e,b.e,c) +m=A.cM(a.f,b.f,c) +if(s)l=a.r +else l=b.r +if(s)k=a.w +else k=b.w +if(s)s=a.x +else s=b.x +return new A.rj(r,q,p,o,n,m,l,k,s)}, +rj:function rj(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i}, +Hv:function Hv(){}, +lc(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2){return new A.be(a1,c,g,m,o,s,d,n,k,f,j,h,i,q,p,l,a2,a0,b,e,a,r)}, +hq(a6,a7,a8){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5=null +if(a6==a7)return a6 +s=a6==null +r=s?a5:a6.giD() +q=a7==null +p=q?a5:a7.giD() +p=A.au(r,p,a8,A.zL(),t.p8) +r=s?a5:a6.gbW(a6) +o=q?a5:a7.gbW(a7) +n=t._ +o=A.au(r,o,a8,A.bo(),n) +r=s?a5:a6.gcw() +r=A.au(r,q?a5:a7.gcw(),a8,A.bo(),n) +m=s?a5:a6.gis() +m=A.au(m,q?a5:a7.gis(),a8,A.bo(),n) +l=s?a5:a6.gci(a6) +l=A.au(l,q?a5:a7.gci(a7),a8,A.bo(),n) +k=s?a5:a6.gcK() +k=A.au(k,q?a5:a7.gcK(),a8,A.bo(),n) +j=s?a5:a6.gdL(a6) +i=q?a5:a7.gdL(a7) +h=t.PM +i=A.au(j,i,a8,A.zO(),h) +j=s?a5:a6.gbU(a6) +g=q?a5:a7.gbU(a7) +g=A.au(j,g,a8,A.adA(),t.pc) +j=s?a5:a6.gip() +f=q?a5:a7.gip() +e=t.tW +f=A.au(j,f,a8,A.zN(),e) +j=s?a5:a6.y +j=A.au(j,q?a5:a7.y,a8,A.zN(),e) +d=s?a5:a6.gio() +e=A.au(d,q?a5:a7.gio(),a8,A.zN(),e) +d=s?a5:a6.Q +n=A.au(d,q?a5:a7.Q,a8,A.bo(),n) +d=s?a5:a6.ged() +h=A.au(d,q?a5:a7.ged(),a8,A.zO(),h) +d=s?a5:a6.giL() +d=A.anC(d,q?a5:a7.giL(),a8) +c=s?a5:a6.gc4(a6) +b=q?a5:a7.gc4(a7) +b=A.au(c,b,a8,A.ads(),t.KX) +c=a8<0.5 +if(c)a=s?a5:a6.giq() +else a=q?a5:a7.giq() +if(c)a0=s?a5:a6.gh3() +else a0=q?a5:a7.gh3() +if(c)a1=s?a5:a6.giC() +else a1=q?a5:a7.giC() +if(c)a2=s?a5:a6.cx +else a2=q?a5:a7.cx +if(c)a3=s?a5:a6.cy +else a3=q?a5:a7.cy +a4=s?a5:a6.db +a4=A.l5(a4,q?a5:a7.db,a8) +if(c)s=s?a5:a6.ghT() +else s=q?a5:a7.ghT() +return A.lc(a4,a2,o,i,a3,j,r,n,h,e,f,a,m,g,l,b,d,s,k,a1,p,a0)}, +anC(a,b,c){if(a==null&&b==null)return null +return new A.JG(a,b,c)}, +be:function be(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2}, +JG:function JG(a,b,c){this.a=a +this.b=b +this.c=c}, +Hw:function Hw(){}, +c_(a,b){return a==null?null:new A.b4(a,b.h("b4<0>"))}, +anB(a,b,c,d){var s +$label0$0:{if(d<=1){s=a +break $label0$0}if(d<2){s=A.cM(a,b,d-1) +s.toString +break $label0$0}if(d<3){s=A.cM(b,c,d-2) +s.toString +break $label0$0}s=c +break $label0$0}return s}, +rk:function rk(){}, +wD:function wD(a,b,c){var _=this +_.r=_.f=_.e=_.d=null +_.cO$=a +_.b2$=b +_.a=null +_.b=c +_.c=null}, +a4A:function a4A(){}, +a4x:function a4x(a,b,c){this.a=a +this.b=b +this.c=c}, +a4y:function a4y(a,b){this.a=a +this.b=b}, +a4z:function a4z(a,b,c){this.a=a +this.b=b +this.c=c}, +a4a:function a4a(){}, +a4b:function a4b(){}, +a4c:function a4c(){}, +a4n:function a4n(){}, +a4q:function a4q(){}, +a4r:function a4r(){}, +a4s:function a4s(){}, +a4t:function a4t(){}, +a4u:function a4u(){}, +a4v:function a4v(){}, +a4w:function a4w(){}, +a4d:function a4d(){}, +a4e:function a4e(){}, +a4f:function a4f(){}, +a4o:function a4o(a){this.a=a}, +a48:function a48(a){this.a=a}, +a4p:function a4p(a){this.a=a}, +a47:function a47(a){this.a=a}, +a4g:function a4g(){}, +a4h:function a4h(){}, +a4i:function a4i(){}, +a4j:function a4j(){}, +a4k:function a4k(){}, +a4l:function a4l(){}, +a4m:function a4m(a){this.a=a}, +a49:function a49(){}, +K5:function K5(a){this.a=a}, +Jt:function Jt(a,b,c){this.e=a +this.c=b +this.a=c}, +LA:function LA(a,b,c){var _=this +_.A=a +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +a7l:function a7l(a,b){this.a=a +this.b=b}, +zb:function zb(){}, +aeL(a,b,c,d,e,f,g,h,i){return new A.Aq(h,a,c,d,f,e,i,b,g)}, +Qp:function Qp(a,b){this.a=a +this.b=b}, +Qo:function Qo(a,b){this.a=a +this.b=b}, +Aq:function Aq(a,b,c,d,e,f,g,h,i){var _=this +_.f=a +_.w=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.at=h +_.ax=i}, +Hx:function Hx(){}, +anF(a,b,c){var s,r,q,p,o,n +if(a===b&&!0)return a +if(c<0.5)s=a.a +else s=b.a +r=A.r(a.b,b.b,c) +q=A.r(a.c,b.c,c) +p=A.r(a.d,b.d,c) +o=A.L(a.e,b.e,c) +n=A.cM(a.f,b.f,c) +return new A.rl(s,r,q,p,o,n,A.ct(a.r,b.r,c))}, +rl:function rl(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +HA:function HA(){}, +anI(a,b,c){var s,r,q,p,o,n,m,l +if(a===b&&!0)return a +s=c<0.5 +if(s)r=a.a +else r=b.a +q=t._ +p=A.au(a.b,b.b,c,A.bo(),q) +o=A.au(a.c,b.c,c,A.bo(),q) +q=A.au(a.d,b.d,c,A.bo(),q) +n=A.L(a.e,b.e,c) +if(s)m=a.f +else m=b.f +if(s)s=a.r +else s=b.r +l=t.KX.a(A.ct(a.w,b.w,c)) +return new A.nC(r,p,o,q,n,m,s,l,A.anH(a.x,b.x,c))}, +anH(a,b,c){if(a==null||b==null)return null +if(a===b)return a +return A.an(a,b,c)}, +nC:function nC(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i}, +HB:function HB(){}, +aeM(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.rp(d,a,e,f,o,n,q,a1,p,s,c,i,k,a0,r,j,m,b,g,l,h)}, +anN(a3,a4,a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2 +if(a3===a4)return a3 +s=A.au(a3.a,a4.a,a5,A.bo(),t._) +r=A.r(a3.b,a4.b,a5) +q=A.r(a3.c,a4.c,a5) +p=A.r(a3.d,a4.d,a5) +o=A.r(a3.e,a4.e,a5) +n=A.r(a3.f,a4.f,a5) +m=A.r(a3.r,a4.r,a5) +l=A.r(a3.w,a4.w,a5) +k=A.r(a3.x,a4.x,a5) +j=a5<0.5 +if(j)i=a3.y!==!1 +else i=a4.y!==!1 +h=A.r(a3.z,a4.z,a5) +g=A.cM(a3.Q,a4.Q,a5) +f=A.cM(a3.as,a4.as,a5) +e=A.anM(a3.at,a4.at,a5) +d=A.anL(a3.ax,a4.ax,a5) +c=A.aN(a3.ay,a4.ay,a5) +b=A.aN(a3.ch,a4.ch,a5) +if(j){j=a3.CW +if(j==null)j=B.B}else{j=a4.CW +if(j==null)j=B.B}a=A.L(a3.cx,a4.cx,a5) +a0=A.L(a3.cy,a4.cy,a5) +a1=a3.db +if(a1==null)a2=a4.db!=null +else a2=!0 +if(a2)a1=A.iA(a1,a4.db,a5) +else a1=null +return A.aeM(r,j,h,s,q,p,a,a1,g,c,f,a0,b,n,o,k,m,d,i,e,l)}, +anM(a,b,c){var s=a==null +if(s&&b==null)return null +if(s){s=b.a +return A.an(new A.b7(A.a2(0,s.gn(s)>>>16&255,s.gn(s)>>>8&255,s.gn(s)&255),0,B.r,-1),b,c)}if(b==null){s=a.a +return A.an(new A.b7(A.a2(0,s.gn(s)>>>16&255,s.gn(s)>>>8&255,s.gn(s)&255),0,B.r,-1),a,c)}return A.an(a,b,c)}, +anL(a,b,c){if(a==null&&b==null)return null +return t.KX.a(A.ct(a,b,c))}, +rp:function rp(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1}, +HD:function HD(){}, +aeN(a,b,c,d){return new A.Ay(c,a,b,d,null)}, +Ay:function Ay(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.f=c +_.y=d +_.a=e}, +Rd(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1){return new A.nI(b,a1,k,a2,l,a4,m,a5,n,b0,q,b1,r,c,h,d,i,a,g,a7,o,a9,p,s,a0,a6,a3,f,j,e,a8)}, +anY(b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2 +switch(b4.a){case 1:s=A.abj(d6.a,$.Pe()) +r=A.af_(s.a,s.b) +q=r.a +p=q.aj(0,40) +o=q.aj(0,100) +n=q.aj(0,90) +m=q.aj(0,10) +l=r.b +k=l.aj(0,40) +j=l.aj(0,100) +i=l.aj(0,90) +l=l.aj(0,10) +h=r.c +g=h.aj(0,40) +f=h.aj(0,100) +e=h.aj(0,90) +h=h.aj(0,10) +d=r.f +c=d.aj(0,40) +b=d.aj(0,100) +a=d.aj(0,90) +d=d.aj(0,10) +a0=r.d +a1=a0.aj(0,99) +a2=a0.aj(0,10) +a3=a0.aj(0,99) +a4=a0.aj(0,10) +r=r.e +a5=r.aj(0,90) +a6=r.aj(0,30) +a7=r.aj(0,50) +r=r.aj(0,80) +a8=a0.aj(0,0) +a9=a0.aj(0,0) +b0=a0.aj(0,20) +b1=A.ah2(a1,c,a,a0.aj(0,95),q.aj(0,80),b0,a2,b,d,o,m,j,l,a4,a6,f,h,a7,r,p,n,a9,k,i,a8,a3,a5,g,e) +break +case 0:s=A.abj(d6.a,$.Pe()) +r=A.af_(s.a,s.b) +q=r.a +p=q.aj(0,80) +o=q.aj(0,20) +n=q.aj(0,30) +m=q.aj(0,90) +l=r.b +k=l.aj(0,80) +j=l.aj(0,20) +i=l.aj(0,30) +l=l.aj(0,90) +h=r.c +g=h.aj(0,80) +f=h.aj(0,20) +e=h.aj(0,30) +h=h.aj(0,90) +d=r.f +c=d.aj(0,80) +b=d.aj(0,20) +a=d.aj(0,30) +d=d.aj(0,80) +a0=r.d +a1=a0.aj(0,10) +a2=a0.aj(0,90) +a3=a0.aj(0,10) +a4=a0.aj(0,90) +r=r.e +a5=r.aj(0,30) +a6=r.aj(0,80) +a7=r.aj(0,60) +r=r.aj(0,30) +a8=a0.aj(0,0) +a9=a0.aj(0,0) +b0=a0.aj(0,90) +b1=A.ah2(a1,c,a,a0.aj(0,20),q.aj(0,40),b0,a2,b,d,o,m,j,l,a4,a6,f,h,a7,r,p,n,a9,k,i,a8,a3,a5,g,e) +break +default:b1=null}r=d1==null?new A.q(b1.a>>>0):d1 +q=c1==null?new A.q(b1.b>>>0):c1 +p=d2==null?new A.q(b1.c>>>0):d2 +o=c2==null?new A.q(b1.d>>>0):c2 +n=d4==null?new A.q(b1.e>>>0):d4 +m=c3==null?new A.q(b1.f>>>0):c3 +l=d5==null?new A.q(b1.r>>>0):d5 +k=c4==null?new A.q(b1.w>>>0):c4 +j=e0==null?new A.q(b1.x>>>0):e0 +i=c7==null?new A.q(b1.y>>>0):c7 +h=e1==null?new A.q(b1.z>>>0):e1 +g=c8==null?new A.q(b1.Q>>>0):c8 +f=b5==null?new A.q(b1.as>>>0):b5 +e=b9==null?new A.q(b1.at>>>0):b9 +d=b1.ax +c=b1.ay +b=c9==null?new A.q(b1.dy>>>0):c9 +a=d0==null?new A.q(b1.fr>>>0):d0 +a0=b3==null?new A.q(b1.ch>>>0):b3 +a1=b8==null?new A.q(b1.CW>>>0):b8 +a2=d7==null?new A.q(b1.cx>>>0):d7 +a3=c5==null?new A.q(b1.cy>>>0):c5 +a4=d9==null?new A.q(b1.db>>>0):d9 +a5=c6==null?new A.q(b1.dx>>>0):c6 +a6=b7==null?new A.q(b1.go>>>0):b7 +a7=c0==null?new A.q(b1.id>>>0):c0 +a8=b6==null?new A.q(b1.k1>>>0):b6 +a9=b1.fx +b0=d3==null?new A.q(b1.fy>>>0):d3 +b2=d8==null?new A.q(b1.a>>>0):d8 +return A.Rd(a0,b4,f,new A.q(d>>>0),a8,a6,a1,e,new A.q(c>>>0),a7,q,o,m,k,a3,a5,i,g,b,a,r,p,b0,n,l,new A.q(a9>>>0),a2,b2,a4,j,h)}, +anZ(b7,b8,b9){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6 +if(b7===b8)return b7 +s=b9<0.5?b7.a:b8.a +r=b7.b +q=b8.b +p=A.r(r,q,b9) +p.toString +o=b7.c +n=b8.c +m=A.r(o,n,b9) +m.toString +l=b7.d +if(l==null)l=r +k=b8.d +l=A.r(l,k==null?q:k,b9) +k=b7.e +if(k==null)k=o +j=b8.e +k=A.r(k,j==null?n:j,b9) +j=b7.f +i=b8.f +h=A.r(j,i,b9) +h.toString +g=b7.r +f=b8.r +e=A.r(g,f,b9) +e.toString +d=b7.w +if(d==null)d=j +c=b8.w +d=A.r(d,c==null?i:c,b9) +c=b7.x +if(c==null)c=g +b=b8.x +c=A.r(c,b==null?f:b,b9) +b=b7.y +a=b==null +a0=a?j:b +a1=b8.y +a2=a1==null +a0=A.r(a0,a2?i:a1,b9) +a3=b7.z +a4=a3==null +a5=a4?g:a3 +a6=b8.z +a7=a6==null +a5=A.r(a5,a7?f:a6,b9) +a8=b7.Q +if(a8==null)j=a?j:b +else j=a8 +b=b8.Q +if(b==null)i=a2?i:a1 +else i=b +i=A.r(j,i,b9) +j=b7.as +if(j==null)j=a4?g:a3 +g=b8.as +if(g==null)g=a7?f:a6 +g=A.r(j,g,b9) +j=b7.at +f=b8.at +b=A.r(j,f,b9) +b.toString +a=b7.ax +a1=b8.ax +a2=A.r(a,a1,b9) +a2.toString +a3=b7.ay +j=a3==null?j:a3 +a3=b8.ay +j=A.r(j,a3==null?f:a3,b9) +f=b7.ch +if(f==null)f=a +a=b8.ch +f=A.r(f,a==null?a1:a,b9) +a=A.r(b7.CW,b8.CW,b9) +a.toString +a1=b7.cx +a3=b8.cx +a4=A.r(a1,a3,b9) +a4.toString +a6=b7.cy +a7=b8.cy +a8=A.r(a6,a7,b9) +a8.toString +a9=b7.db +b0=b8.db +b1=A.r(a9,b0,b9) +b1.toString +b2=b7.dx +if(b2==null)b2=a6 +b3=b8.dx +b2=A.r(b2,b3==null?a7:b3,b9) +b3=b7.dy +if(b3==null)b3=a9 +b4=b8.dy +b3=A.r(b3,b4==null?b0:b4,b9) +b4=b7.fr +if(b4==null)b4=a1 +b5=b8.fr +b4=A.r(b4,b5==null?a3:b5,b9) +b5=b7.fx +a1=b5==null?a1:b5 +b5=b8.fx +a1=A.r(a1,b5==null?a3:b5,b9) +a3=b7.fy +if(a3==null)a3=B.l +b5=b8.fy +a3=A.r(a3,b5==null?B.l:b5,b9) +b5=b7.go +if(b5==null)b5=B.l +b6=b8.go +b5=A.r(b5,b6==null?B.l:b6,b9) +b6=b7.id +a9=b6==null?a9:b6 +b6=b8.id +a9=A.r(a9,b6==null?b0:b6,b9) +b0=b7.k1 +a6=b0==null?a6:b0 +b0=b8.k1 +a6=A.r(a6,b0==null?a7:b0,b9) +a7=b7.k2 +o=a7==null?o:a7 +a7=b8.k2 +o=A.r(o,a7==null?n:a7,b9) +n=b7.k3 +r=n==null?r:n +n=b8.k3 +return A.Rd(a,s,b,j,o,a9,a4,a2,f,a6,m,k,e,c,b1,b3,a5,g,b4,a1,p,l,b5,h,d,a3,a8,A.r(r,n==null?q:n,b9),b2,a0,i)}, +nI:function nI(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8 +_.k1=a9 +_.k2=b0 +_.k3=b1}, +HE:function HE(){}, +ui:function ui(a,b){this.b=a +this.a=b}, +aoe(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f +if(a===b)return a +s=A.RF(a.a,b.a,c) +r=t._ +q=A.au(a.b,b.b,c,A.bo(),r) +p=A.L(a.c,b.c,c) +o=A.L(a.d,b.d,c) +n=A.aN(a.e,b.e,c) +r=A.au(a.f,b.f,c,A.bo(),r) +m=A.L(a.r,b.r,c) +l=A.aN(a.w,b.w,c) +k=A.L(a.x,b.x,c) +j=A.L(a.y,b.y,c) +i=A.L(a.z,b.z,c) +h=A.L(a.Q,b.Q,c) +g=c<0.5 +f=g?a.as:b.as +g=g?a.at:b.at +return new A.rL(s,q,p,o,n,r,m,l,k,j,i,h,f,g)}, +rL:function rL(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n}, +I7:function I7(){}, +aog(b6,b7,b8){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5 +if(b6===b7&&!0)return b6 +s=A.r(b6.a,b7.a,b8) +r=A.L(b6.b,b7.b,b8) +q=A.r(b6.c,b7.c,b8) +p=A.r(b6.d,b7.d,b8) +o=A.ct(b6.e,b7.e,b8) +n=A.r(b6.f,b7.f,b8) +m=A.r(b6.r,b7.r,b8) +l=A.aN(b6.w,b7.w,b8) +k=A.aN(b6.x,b7.x,b8) +j=A.aN(b6.y,b7.y,b8) +i=A.aN(b6.z,b7.z,b8) +h=t._ +g=A.au(b6.Q,b7.Q,b8,A.bo(),h) +f=A.au(b6.as,b7.as,b8,A.bo(),h) +e=A.au(b6.at,b7.at,b8,A.bo(),h) +d=A.au(b6.ax,b7.ax,b8,A.bo(),h) +c=A.au(b6.ay,b7.ay,b8,A.bo(),h) +b=A.aof(b6.ch,b7.ch,b8) +a=A.aN(b6.CW,b7.CW,b8) +a0=A.au(b6.cx,b7.cx,b8,A.bo(),h) +a1=A.au(b6.cy,b7.cy,b8,A.bo(),h) +a2=A.au(b6.db,b7.db,b8,A.bo(),h) +a3=A.r(b6.dx,b7.dx,b8) +a4=A.L(b6.dy,b7.dy,b8) +a5=A.r(b6.fr,b7.fr,b8) +a6=A.r(b6.fx,b7.fx,b8) +a7=A.ct(b6.fy,b7.fy,b8) +a8=A.r(b6.go,b7.go,b8) +a9=A.r(b6.id,b7.id,b8) +b0=A.aN(b6.k1,b7.k1,b8) +b1=A.aN(b6.k2,b7.k2,b8) +b2=A.r(b6.k3,b7.k3,b8) +h=A.au(b6.k4,b7.k4,b8,A.bo(),h) +b3=A.r(b6.ok,b7.ok,b8) +if(b8<0.5)b4=b6.p1 +else b4=b7.p1 +b5=A.hq(b6.p2,b7.p2,b8) +return new A.rM(s,r,q,p,o,n,m,l,k,j,i,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,h,b3,b4,b5,A.hq(b6.p3,b7.p3,b8))}, +aof(a,b,c){var s +if(a==b)return a +if(a==null){s=b.a +return A.an(new A.b7(A.a2(0,s.gn(s)>>>16&255,s.gn(s)>>>8&255,s.gn(s)&255),0,B.r,-1),b,c)}s=a.a +return A.an(a,new A.b7(A.a2(0,s.gn(s)>>>16&255,s.gn(s)>>>8&255,s.gn(s)&255),0,B.r,-1),c)}, +rM:function rM(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8 +_.k1=a9 +_.k2=b0 +_.k3=b1 +_.k4=b2 +_.ok=b3 +_.p1=b4 +_.p2=b5 +_.p3=b6}, +I9:function I9(){}, +aos(a,b,c,d,e,f,g,h,i,j){return new A.nS(c,e,g,i,h,b,j,d,a,f)}, +aot(a,b,c){var s,r,q,p,o,n,m,l,k +if(a===b&&!0)return a +s=A.r(a.a,b.a,c) +r=A.L(a.b,b.b,c) +q=A.r(a.c,b.c,c) +p=A.r(a.d,b.d,c) +o=A.ct(a.e,b.e,c) +n=A.l5(a.f,b.f,c) +m=A.r(a.y,b.y,c) +l=A.aN(a.r,b.r,c) +k=A.aN(a.w,b.w,c) +return new A.nS(s,r,q,p,o,n,l,k,A.cM(a.x,b.x,c),m)}, +nS:function nS(a,b,c,d,e,f,g,h,i,j){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j}, +Il:function Il(){}, +aoz(a,b,c,d,e){return new A.nT(a,d,e,c,b)}, +aoA(a,b,c){var s,r,q,p +if(a===b&&!0)return a +s=A.r(a.a,b.a,c) +r=A.L(a.b,b.b,c) +q=A.L(a.c,b.c,c) +p=A.L(a.d,b.d,c) +return new A.nT(s,r,q,p,A.L(a.e,b.e,c))}, +nT:function nT(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Ip:function Ip(){}, +aoR(a,b,c,d,e,f,g,h){return new A.nU(a,d,b,e,g,f,c,h)}, +aoS(a,b,c){var s,r,q,p,o,n,m +if(a===b)return a +s=A.r(a.a,b.a,c) +r=A.r(a.b,b.b,c) +q=A.L(a.c,b.c,c) +p=A.r(a.d,b.d,c) +o=A.r(a.e,b.e,c) +n=A.ct(a.f,b.f,c) +m=A.ct(a.r,b.r,c) +return new A.nU(s,r,q,p,o,n,m,A.L(a.w,b.w,c))}, +nU:function nU(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +Ix:function Ix(){}, +aoT(a,b,c){return new A.nV(c,a,b)}, +aoU(a,b,c){var s,r +if(a===b&&!0)return a +s=A.aN(a.a,b.a,c) +if(c<0.5)r=a.b +else r=b.b +return new A.nV(s,r,A.ac8(a.c,b.c,c))}, +nV:function nV(a,b,c){this.a=a +this.b=b +this.c=c}, +Iy:function Iy(){}, +ai2(a,b){return new A.IA(a,b)}, +IA:function IA(a,b){this.a=a +this.b=b}, +ID:function ID(a){this.a=a}, +IB:function IB(a){this.a=a}, +IC:function IC(a,b){this.a=a +this.b=b}, +NT:function NT(){}, +NU:function NU(){}, +NV:function NV(){}, +NW:function NW(){}, +ap_(a){return new A.nZ(a)}, +ap0(a,b,c){if(a===b)return a +return new A.nZ(A.hq(a.a,b.a,c))}, +nZ:function nZ(a){this.a=a}, +IE:function IE(){}, +afv(a,b,c){if(b!=null&&!b.k(0,B.A))return A.ao3(A.a2(B.c.aH(255*A.ap1(c)),b.gn(b)>>>16&255,b.gn(b)>>>8&255,b.gn(b)&255),a) +return a}, +ap1(a){var s,r,q,p,o,n +if(a<0)return 0 +for(s=0;r=B.jA[s],q=r.a,a>=q;){if(a===q||s+1===6)return r.b;++s}p=B.jA[s-1] +o=p.a +n=p.b +return n+(a-o)/(q-o)*(r.b-n)}, +jd:function jd(a,b){this.a=a +this.b=b}, +apc(a,b,c){var s,r,q,p,o,n,m,l,k,j +if(a===b)return a +s=A.r(a.a,b.a,c) +r=A.r(a.b,b.b,c) +q=A.cM(a.c,b.c,c) +p=A.l5(a.d,b.d,c) +o=A.cM(a.e,b.e,c) +n=A.r(a.f,b.f,c) +m=A.r(a.r,b.r,c) +l=A.r(a.w,b.w,c) +k=A.r(a.x,b.x,c) +j=A.ct(a.y,b.y,c) +return new A.ta(s,r,q,p,o,n,m,l,k,j,A.ct(a.z,b.z,c))}, +ta:function ta(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k}, +IL:function IL(){}, +ai5(a,b){return new A.IP(a,b)}, +IP:function IP(a,b){this.a=a +this.b=b}, +IR:function IR(a){this.a=a}, +IQ:function IQ(a,b){this.a=a +this.b=b}, +NZ:function NZ(){}, +O_:function O_(){}, +O0:function O0(){}, +ape(a){return new A.o2(a)}, +apf(a,b,c){if(a===b)return a +return new A.o2(A.hq(a.a,b.a,c))}, +o2:function o2(a){this.a=a}, +IS:function IS(){}, +th:function th(a,b,c,d,e,f,g,h){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.z=f +_.b=g +_.a=h}, +abH(a,b,c){return new A.C1(a,c,b?B.Ni:B.Nh,null)}, +a54:function a54(){}, +x5:function x5(a,b){this.a=a +this.b=b}, +C1:function C1(a,b,c,d){var _=this +_.c=a +_.z=b +_.k1=c +_.a=d}, +Iz:function Iz(a,b){this.a=a +this.b=b}, +HC:function HC(a,b){this.c=a +this.a=b}, +Lv:function Lv(a,b,c,d){var _=this +_.A=null +_.a_=a +_.a9=b +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +a5n:function a5n(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4){var _=this +_.dx=a +_.dy=b +_.fr=c +_.fy=_.fx=$ +_.a=d +_.b=e +_.c=f +_.d=g +_.e=h +_.f=i +_.r=j +_.w=k +_.x=l +_.y=m +_.z=n +_.Q=o +_.as=p +_.at=q +_.ax=r +_.ay=s +_.ch=a0 +_.CW=a1 +_.cx=a2 +_.cy=a3 +_.db=a4}, +asm(a,b){return a.r.a-16-a.e.c-a.a.a+b}, +ahZ(a,b,c,d,e){return new A.ww(c,d,a,b,new A.bi(A.a([],t.G),t.O),new A.bi(A.a([],t.u),t.wi),0,e.h("ww<0>"))}, +Te:function Te(){}, +a10:function a10(){}, +T2:function T2(){}, +T1:function T1(){}, +a5f:function a5f(){}, +Td:function Td(){}, +a7P:function a7P(){}, +ww:function ww(a,b,c,d,e,f,g,h){var _=this +_.w=a +_.x=b +_.a=c +_.b=d +_.d=_.c=null +_.bD$=e +_.bQ$=f +_.j4$=g +_.$ti=h}, +NX:function NX(){}, +NY:function NY(){}, +afz(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.o4(k,a,i,m,a1,c,j,n,b,l,r,d,o,s,a0,p,g,e,f,h,q)}, +apg(a2,a3,a4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1 +if(a2===a3)return a2 +s=A.r(a2.a,a3.a,a4) +r=A.r(a2.b,a3.b,a4) +q=A.r(a2.c,a3.c,a4) +p=A.r(a2.d,a3.d,a4) +o=A.r(a2.e,a3.e,a4) +n=A.L(a2.f,a3.f,a4) +m=A.L(a2.r,a3.r,a4) +l=A.L(a2.w,a3.w,a4) +k=A.L(a2.x,a3.x,a4) +j=A.L(a2.y,a3.y,a4) +i=A.ct(a2.z,a3.z,a4) +h=a4<0.5 +if(h)g=a2.Q +else g=a3.Q +f=A.L(a2.as,a3.as,a4) +e=A.jJ(a2.at,a3.at,a4) +d=A.jJ(a2.ax,a3.ax,a4) +c=A.jJ(a2.ay,a3.ay,a4) +b=A.jJ(a2.ch,a3.ch,a4) +a=A.L(a2.CW,a3.CW,a4) +a0=A.cM(a2.cx,a3.cx,a4) +a1=A.aN(a2.cy,a3.cy,a4) +if(h)h=a2.db +else h=a3.db +return A.afz(r,k,n,g,a,a0,b,a1,q,m,s,j,p,l,f,c,h,i,e,d,o)}, +o4:function o4(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1}, +IU:function IU(){}, +Vd(a,b,c,d,e,f,g,h,i,j,a0,a1,a2,a3,a4,a5,a6){var s,r,q,p,o,n,m=null,l=h==null,k=l&&!0?m:new A.Jh(h,b) +if(l)l=i==null +else l=!1 +s=l?m:new A.Jj(h,g,j,i) +l=a4==null?m:new A.b4(a4,t.h9) +r=a3==null?m:new A.b4(a3,t.Ak) +q=a2==null?m:new A.b4(a2,t.iL) +p=f==null?m:new A.b4(f,t.iL) +o=a1==null?m:new A.b4(a1,t.iL) +n=a0==null?m:new A.b4(a0,t.QL) +return A.lc(a,m,m,m,d,p,k,m,n,o,q,new A.Ji(e,c),s,r,m,m,m,m,l,a5,m,a6)}, +Jh:function Jh(a,b){this.a=a +this.b=b}, +Jj:function Jj(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Ji:function Ji(a,b){this.a=a +this.b=b}, +O4:function O4(){}, +apJ(a){return new A.iz(a)}, +apK(a,b,c){if(a===b)return a +return new A.iz(A.hq(a.a,b.a,c))}, +abU(a,b){return new A.tw(b,a,null)}, +apL(a){var s=a.ad(t.g5),r=s==null?null:s.w +return r==null?A.aE(a).aQ:r}, +iz:function iz(a){this.a=a}, +tw:function tw(a,b,c){this.w=a +this.b=b +this.a=c}, +Jk:function Jk(){}, +tF:function tF(a,b,c){this.c=a +this.e=b +this.a=c}, +xl:function xl(a,b){var _=this +_.d=a +_.a=_.e=null +_.b=b +_.c=null}, +tG:function tG(a,b,c,d){var _=this +_.f=_.e=null +_.r=!0 +_.w=a +_.a=b +_.b=c +_.c=d +_.d=!1}, +k_:function k_(a,b,c,d,e,f,g,h,i,j){var _=this +_.z=a +_.Q=b +_.as=c +_.at=d +_.ax=e +_.ch=_.ay=$ +_.CW=!0 +_.e=f +_.f=g +_.a=h +_.b=i +_.c=j +_.d=!1}, +av1(a,b,c){if(c!=null)return c +if(b)return new A.a9w(a) +return null}, +a9w:function a9w(a){this.a=a}, +a63:function a63(){}, +tI:function tI(a,b,c,d,e,f,g,h,i,j){var _=this +_.z=a +_.Q=b +_.as=c +_.at=d +_.ax=e +_.db=_.cy=_.cx=_.CW=_.ch=_.ay=$ +_.e=f +_.f=g +_.a=h +_.b=i +_.c=j +_.d=!1}, +av0(a,b,c){if(c!=null)return c +if(b)return new A.a9v(a) +return null}, +av5(a,b,c,d){var s,r,q,p,o,n +if(b){if(c!=null){s=c.$0() +r=new A.Q(s.c-s.a,s.d-s.b)}else r=a.gC(a) +q=d.a5(0,B.i).gcC() +p=d.a5(0,new A.v(0+r.a,0)).gcC() +o=d.a5(0,new A.v(0,0+r.b)).gcC() +n=d.a5(0,r.GB(0,B.i)).gcC() +return Math.ceil(Math.max(Math.max(q,p),Math.max(o,n)))}return 35}, +a9v:function a9v(a){this.a=a}, +a64:function a64(){}, +tJ:function tJ(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.z=a +_.Q=b +_.as=c +_.at=d +_.ax=e +_.ay=f +_.cx=_.CW=_.ch=$ +_.cy=null +_.e=g +_.f=h +_.a=i +_.b=j +_.c=k +_.d=!1}, +lK(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,a0,a1){var s=null +return new A.oh(d,p,s,s,s,s,o,s,s,s,s,m,n,k,!0,B.aT,s,b,e,g,j,i,q,r,a0,f!==!1,!1,l,!1,h,c,a1,s,s)}, +iD:function iD(){}, +ok:function ok(){}, +xS:function xS(a,b,c){this.f=a +this.b=b +this.a=c}, +tH:function tH(){}, +xk:function xk(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ax=m +_.ay=n +_.ch=o +_.CW=p +_.cx=q +_.cy=r +_.db=s +_.dx=a0 +_.dy=a1 +_.fr=a2 +_.fx=a3 +_.fy=a4 +_.go=a5 +_.id=a6 +_.k1=a7 +_.k2=a8 +_.k3=a9 +_.k4=b0 +_.ok=b1 +_.p1=b2 +_.p2=b3 +_.p3=b4 +_.p4=b5 +_.R8=b6 +_.a=b7}, +kJ:function kJ(a,b){this.a=a +this.b=b}, +xj:function xj(a,b,c,d){var _=this +_.e=_.d=null +_.f=!1 +_.r=a +_.w=$ +_.x=null +_.y=b +_.z=null +_.Q=!1 +_.hv$=c +_.a=null +_.b=d +_.c=null}, +a61:function a61(){}, +a5Y:function a5Y(a){this.a=a}, +a60:function a60(){}, +a62:function a62(a,b){this.a=a +this.b=b}, +a5X:function a5X(a,b){this.a=a +this.b=b}, +a6_:function a6_(a){this.a=a}, +a5Z:function a5Z(a,b){this.a=a +this.b=b}, +oh:function oh(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.at=l +_.ax=m +_.ay=n +_.ch=o +_.CW=p +_.cx=q +_.cy=r +_.db=s +_.dx=a0 +_.dy=a1 +_.fr=a2 +_.fx=a3 +_.fy=a4 +_.go=a5 +_.id=a6 +_.k1=a7 +_.k2=a8 +_.k3=a9 +_.k4=b0 +_.ok=b1 +_.p1=b2 +_.p2=b3 +_.a=b4}, +zg:function zg(){}, +aqJ(a,b,c){return new A.dp(c,a,b)}, +CE:function CE(){}, +dp:function dp(a,b,c){this.b=a +this.c=b +this.a=c}, +aph(a){if(a===-1)return"FloatingLabelAlignment.start" +if(a===0)return"FloatingLabelAlignment.center" +return"FloatingLabelAlignment(x: "+B.f.R(a,1)+")"}, +afU(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3){return new A.tK(a8,p,a1,a0,a3,a2,k,j,o,n,a7,e,!1,a5,b1,b0,b3,b2,f,m,l,a9,a,q,a4,i,r,s,g,h,c,!1,d)}, +Tf:function Tf(a,b){this.a=a +this.b=b}, +C2:function C2(){}, +tK:function tK(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8 +_.k1=a9 +_.k2=b0 +_.k3=b1 +_.k4=b2 +_.ok=b3}, +Js:function Js(){}, +a7n(a,b){if(a==null)return B.K +a.bZ(b,!0) +return a.gC(a)}, +Wn:function Wn(a,b){this.a=a +this.b=b}, +oq:function oq(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.CW=e +_.cy=f +_.a=g}, +Wo:function Wo(a){this.a=a}, +Jq:function Jq(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +he:function he(a,b){this.a=a +this.b=b}, +JK:function JK(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.d=a +_.e=b +_.f=c +_.r=d +_.w=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.as=j +_.at=k +_.ax=l +_.ay=m +_.ch=n +_.a=o}, +LC:function LC(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.M=a +_.O=b +_.ae=c +_.aa=d +_.ao=e +_.aQ=f +_.aR=g +_.bq=h +_.bE=i +_.by=j +_.j5$=k +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=l +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +a7p:function a7p(a,b){this.a=a +this.b=b}, +a7o:function a7o(a,b,c){this.a=a +this.b=b +this.c=c}, +a6g:function a6g(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){var _=this +_.cy=a +_.dy=_.dx=_.db=$ +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k +_.z=l +_.Q=m +_.as=n +_.at=o +_.ax=p +_.ay=q +_.ch=r +_.CW=s +_.cx=a0}, +On:function On(){}, +ag7(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){return new A.or(b,l,m,j,e,o,r,n,f,a,p,k,d,h,g,c,i,s,q)}, +aq5(a0,a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a +if(a0===a1)return a0 +s=a2<0.5 +if(s)r=a0.a +else r=a1.a +q=A.ct(a0.b,a1.b,a2) +if(s)p=a0.c +else p=a1.c +o=A.r(a0.d,a1.d,a2) +n=A.r(a0.e,a1.e,a2) +m=A.r(a0.f,a1.f,a2) +l=A.aN(a0.r,a1.r,a2) +k=A.aN(a0.w,a1.w,a2) +j=A.aN(a0.x,a1.x,a2) +i=A.cM(a0.y,a1.y,a2) +h=A.r(a0.z,a1.z,a2) +g=A.r(a0.Q,a1.Q,a2) +f=A.L(a0.as,a1.as,a2) +e=A.L(a0.at,a1.at,a2) +d=A.L(a0.ax,a1.ax,a2) +if(s)c=a0.ay +else c=a1.ay +if(s)b=a0.ch +else b=a1.ch +if(s)a=a0.CW +else a=a1.CW +if(s)s=a0.cx +else s=a1.cx +return A.ag7(i,r,c,f,n,j,d,e,b,o,g,q,p,k,m,h,s,l,a)}, +aq6(a){var s=a.ad(t.NJ),r=s==null?null:s.ga4w(s) +return r==null?A.aE(a).aR:r}, +or:function or(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s}, +JL:function JL(){}, +uf(a,b,c,d,e,f,g,h,i,j,k){return new A.ue(b,k,e,d,g,i,j,h,c,a,f)}, +apQ(a,b){var s,r,q,p,o,n,m,l,k,j,i=t.C,h=A.a([a],i),g=A.a([b],i) +for(s=b,r=a;r!==s;){q=r.c +p=s.c +if(q>=p){o=r.d +if(!(o instanceof A.w)||!o.kE(r))return null +h.push(o) +r=o}if(q<=p){n=s.d +if(!(n instanceof A.w)||!n.kE(s))return null +g.push(n) +s=n}}m=new A.aY(new Float64Array(16)) +m.dZ() +l=new A.aY(new Float64Array(16)) +l.dZ() +for(k=g.length-1;k>0;k=j){j=k-1 +g[k].cM(g[j],m)}for(k=h.length-1;k>0;k=j){j=k-1 +h[k].cM(h[j],l)}if(l.j2(l)!==0){l.eh(0,m) +i=l}else i=null +return i}, +ka:function ka(a,b){this.a=a +this.b=b}, +ue:function ue(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.Q=i +_.as=j +_.a=k}, +JU:function JU(a,b,c,d){var _=this +_.d=a +_.cO$=b +_.b2$=c +_.a=null +_.b=d +_.c=null}, +a6F:function a6F(a){this.a=a}, +y_:function y_(a,b,c,d){var _=this +_.A=a +_.a9=b +_.bf=null +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Jr:function Jr(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +fM:function fM(){}, +mz:function mz(a,b){this.a=a +this.b=b}, +xx:function xx(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.r=a +_.w=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.at=h +_.c=i +_.d=j +_.e=k +_.a=l}, +JR:function JR(a,b,c){var _=this +_.db=_.cy=_.cx=_.CW=null +_.e=_.d=$ +_.fg$=a +_.ck$=b +_.a=null +_.b=c +_.c=null}, +a6q:function a6q(){}, +a6r:function a6r(){}, +a6s:function a6s(){}, +a6t:function a6t(){}, +yo:function yo(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +Mf:function Mf(a,b,c){this.b=a +this.c=b +this.a=c}, +O6:function O6(){}, +JS:function JS(){}, +Bl:function Bl(){}, +acY(a){return new A.JW(a,J.fx(a.$1(B.H2)))}, +k9(a,b,c){if(c.h("aD<0>").b(a))return a.K(b) +return a}, +au(a,b,c,d,e){if(a==null&&b==null)return null +return new A.xo(a,b,c,d,e.h("xo<0>"))}, +ac5(a,b){return new A.b4(a,b.h("b4<0>"))}, +agc(a){var s=A.ax(t.ui) +if(a!=null)s.H(0,a) +return new A.Db(s,$.aR())}, +bJ:function bJ(a,b){this.a=a +this.b=b}, +D8:function D8(){}, +JW:function JW(a,b){this.c=a +this.a=b}, +Da:function Da(){}, +IF:function IF(){}, +D7:function D7(){}, +JV:function JV(a,b,c,d,e){var _=this +_.x=a +_.a=b +_.b=c +_.c=d +_.d=e}, +aD:function aD(){}, +xo:function xo(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +bP:function bP(a,b){this.a=a +this.$ti=b}, +b4:function b4(a,b){this.a=a +this.$ti=b}, +Db:function Db(a,b){var _=this +_.a=a +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1}, +D9:function D9(){}, +WG:function WG(a,b,c){this.a=a +this.b=b +this.c=c}, +WE:function WE(){}, +WF:function WF(){}, +aqn(a,b,c){if(a===b)return a +return new A.Di(A.ac8(a.a,b.a,c))}, +Di:function Di(a){this.a=a}, +aqo(a){return new A.oz(a)}, +aqp(a,b,c){if(a===b)return a +return new A.oz(A.hq(a.a,b.a,c))}, +oz:function oz(a){this.a=a}, +JY:function JY(){}, +ac8(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=null +if(a==b)return a +s=a==null +r=s?d:a.a +q=b==null +p=q?d:b.a +o=t._ +p=A.au(r,p,c,A.bo(),o) +r=s?d:a.b +r=A.au(r,q?d:b.b,c,A.bo(),o) +n=s?d:a.c +o=A.au(n,q?d:b.c,c,A.bo(),o) +n=s?d:a.d +m=q?d:b.d +m=A.au(n,m,c,A.zO(),t.PM) +n=s?d:a.e +l=q?d:b.e +l=A.au(n,l,c,A.adA(),t.pc) +n=s?d:a.f +k=q?d:b.f +j=t.tW +k=A.au(n,k,c,A.zN(),j) +n=s?d:a.r +n=A.au(n,q?d:b.r,c,A.zN(),j) +i=s?d:a.w +j=A.au(i,q?d:b.w,c,A.zN(),j) +i=s?d:a.x +h=q?d:b.x +g=s?d:a.y +f=q?d:b.y +f=A.au(g,f,c,A.ads(),t.KX) +g=c<0.5 +if(g)e=s?d:a.z +else e=q?d:b.z +if(g)g=s?d:a.Q +else g=q?d:b.Q +s=s?d:a.as +return new A.up(p,r,o,m,l,k,n,j,new A.JI(i,h,c),f,e,g,A.l5(s,q?d:b.as,c))}, +up:function up(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m}, +JI:function JI(a,b,c){this.a=a +this.b=b +this.c=c}, +JZ:function JZ(){}, +aqq(a){return new A.m2(a)}, +aqr(a,b,c){if(a===b)return a +return new A.m2(A.ac8(a.a,b.a,c))}, +m2:function m2(a){this.a=a}, +K_:function K_(){}, +aqC(a,b,c){var s,r,q,p,o,n,m,l,k,j +if(a===b)return a +s=A.L(a.a,b.a,c) +r=A.r(a.b,b.b,c) +q=A.L(a.c,b.c,c) +p=A.r(a.d,b.d,c) +o=A.r(a.e,b.e,c) +n=A.r(a.f,b.f,c) +m=A.ct(a.r,b.r,c) +l=A.au(a.w,b.w,c,A.zL(),t.p8) +k=A.au(a.x,b.x,c,A.ak0(),t.lF) +if(c<0.5)j=a.y +else j=b.y +return new A.oE(s,r,q,p,o,n,m,l,k,j,A.au(a.z,b.z,c,A.bo(),t._))}, +oE:function oE(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k}, +Kb:function Kb(){}, +aqD(a,b,c){var s,r,q,p,o,n,m,l,k +if(a===b)return a +s=A.L(a.a,b.a,c) +r=A.r(a.b,b.b,c) +q=A.L(a.c,b.c,c) +p=A.r(a.d,b.d,c) +o=A.r(a.e,b.e,c) +n=A.r(a.f,b.f,c) +m=A.ct(a.r,b.r,c) +l=a.w +l=A.acB(l,l,c) +k=A.au(a.x,b.x,c,A.zL(),t.p8) +return new A.uD(s,r,q,p,o,n,m,l,k,A.au(a.y,b.y,c,A.ak0(),t.lF))}, +uD:function uD(a,b,c,d,e,f,g,h,i,j){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j}, +Kc:function Kc(){}, +aqE(a,b,c,d,e,f,g,h,i,j,k,l,m){return new A.oF(a,b,l,j,k,i,c,f,m,d,e,h,g)}, +aqF(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h +if(a===b)return a +s=A.r(a.a,b.a,c) +r=A.L(a.b,b.b,c) +q=A.aN(a.c,b.c,c) +p=A.aN(a.d,b.d,c) +o=a.e +if(o==null)n=b.e==null +else n=!1 +if(n)o=null +else o=A.iA(o,b.e,c) +n=a.f +if(n==null)m=b.f==null +else m=!1 +if(m)n=null +else n=A.iA(n,b.f,c) +m=A.L(a.r,b.r,c) +l=c<0.5 +if(l)k=a.w +else k=b.w +if(l)l=a.x +else l=b.x +j=A.r(a.y,b.y,c) +i=A.ct(a.z,b.z,c) +h=A.L(a.Q,b.Q,c) +return new A.oF(s,r,q,p,o,n,m,k,l,j,i,h,A.L(a.as,b.as,c))}, +oF:function oF(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m}, +Kd:function Kd(){}, +a6W:function a6W(){}, +DB:function DB(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.a=c +_.b=d +_.c=e +_.d=!1}, +atC(a,b){return new A.Kq(a,b)}, +Kq:function Kq(a,b){this.a=a +this.b=b}, +Ks:function Ks(a){this.a=a}, +Kr:function Kr(a,b){this.a=a +this.b=b}, +Od:function Od(){}, +Oe:function Oe(){}, +Of:function Of(){}, +aqK(a){return new A.oI(a)}, +aqL(a,b,c){if(a===b)return a +return new A.oI(A.hq(a.a,b.a,c))}, +oI:function oI(a){this.a=a}, +Kt:function Kt(){}, +fP:function fP(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var _=this +_.ja=a +_.bx=b +_.aU=c +_.M=d +_.fy=!1 +_.id=_.go=null +_.k1=e +_.k2=f +_.k3=g +_.k4=h +_.ok=i +_.p1=$ +_.p2=null +_.p3=$ +_.kn$=j +_.HG$=k +_.y=l +_.z=null +_.Q=!1 +_.at=_.as=null +_.ax=m +_.CW=_.ch=null +_.e=n +_.a=null +_.b=o +_.c=p +_.d=q +_.$ti=r}, +D6:function D6(){}, +xy:function xy(){}, +ajz(a,b,c){var s,r +a.dZ() +if(b===1)return +a.kT(0,b,b) +s=c.a +r=c.b +a.b9(0,-((s*b-s)/2),-((r*b-r)/2))}, +aiN(a,b,c,d){var s=new A.z8(c,a,d,b,new A.aY(new Float64Array(16)),A.ao(),A.ao(),$.aR()),r=s.gdS() +a.Z(0,r) +a.e9(s.gnv()) +d.a.Z(0,r) +b.Z(0,r) +return s}, +aiO(a,b,c,d){var s=new A.z9(c,d,b,a,new A.aY(new Float64Array(16)),A.ao(),A.ao(),$.aR()),r=s.gdS() +d.a.Z(0,r) +b.Z(0,r) +a.e9(s.gnv()) +return s}, +NP:function NP(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +a8R:function a8R(a){this.a=a}, +a8S:function a8S(a){this.a=a}, +a8T:function a8T(a){this.a=a}, +a8U:function a8U(a){this.a=a}, +kU:function kU(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +NN:function NN(a,b,c,d){var _=this +_.d=$ +_.j6$=a +_.ia$=b +_.j7$=c +_.a=null +_.b=d +_.c=null}, +kV:function kV(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +NO:function NO(a,b,c,d){var _=this +_.d=$ +_.j6$=a +_.ia$=b +_.j7$=c +_.a=null +_.b=d +_.c=null}, +fa:function fa(){}, +GX:function GX(){}, +B8:function B8(){}, +oN:function oN(a){this.a=a}, +Y_:function Y_(a){this.a=a}, +qE:function qE(){}, +z8:function z8(a,b,c,d,e,f,g,h){var _=this +_.r=a +_.w=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.fx$=0 +_.fy$=h +_.id$=_.go$=0 +_.k1$=!1}, +a8P:function a8P(a,b){this.a=a +this.b=b}, +z9:function z9(a,b,c,d,e,f,g,h){var _=this +_.r=a +_.w=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.fx$=0 +_.fy$=h +_.id$=_.go$=0 +_.k1$=!1}, +a8Q:function a8Q(a,b){this.a=a +this.b=b}, +Ky:function Ky(){}, +zn:function zn(){}, +zo:function zo(){}, +ar6(a,b,c,d,e,f,g,h,i,j,k,l){return new A.oR(a,j,b,i,k,l,f,c,g,h,d,e)}, +ar7(a,b,c){var s,r,q,p,o,n,m,l,k,j,i +if(a===b)return a +s=A.r(a.a,b.a,c) +r=A.ct(a.b,b.b,c) +q=A.L(a.c,b.c,c) +p=A.r(a.d,b.d,c) +o=A.r(a.e,b.e,c) +n=A.aN(a.f,b.f,c) +m=A.au(a.r,b.r,c,A.zL(),t.p8) +l=c<0.5 +if(l)k=a.w +else k=b.w +if(l)j=a.x +else j=b.x +if(l)l=a.y +else l=b.y +i=A.r(a.z,b.z,c) +return new A.oR(s,r,q,p,o,n,m,k,j,l,i,A.L(a.Q,b.Q,c))}, +oR:function oR(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l}, +L8:function L8(){}, +arp(a,b,c,d,e){return new A.oU(b,d,c,a,e)}, +arq(a,b,c){var s,r,q,p +if(a===b)return a +s=A.r(a.a,b.a,c) +r=A.r(a.b,b.b,c) +q=A.L(a.c,b.c,c) +p=A.r(a.d,b.d,c) +return new A.oU(s,r,q,p,A.r(a.e,b.e,c))}, +oU:function oU(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +La:function La(){}, +arr(a,b,c){var s,r,q,p,o,n +if(a===b&&!0)return a +s=c<0.5 +if(s)r=a.a +else r=b.a +q=t._ +p=A.au(a.b,b.b,c,A.bo(),q) +if(s)o=a.e +else o=b.e +q=A.au(a.c,b.c,c,A.bo(),q) +n=A.L(a.d,b.d,c) +if(s)s=a.f +else s=b.f +return new A.oW(r,p,q,n,o,s)}, +oW:function oW(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +Le:function Le(){}, +act(a,b,c,d,e){return new A.p4(a,c,e,b,d,null)}, +a_j(a){var s=a.rU(t.Np) +if(s!=null)return s +throw A.d(A.Tk(A.a([A.t3("Scaffold.of() called with a context that does not contain a Scaffold."),A.b9("No Scaffold ancestor could be found starting from the context that was passed to Scaffold.of(). This usually happens when the context provided is from the same StatefulWidget as that whose build function actually creates the Scaffold widget being sought."),A.BO('There are several ways to avoid this problem. The simplest is to use a Builder to get a context that is "under" the Scaffold. For an example of this, please see the documentation for Scaffold.of():\n https://api.flutter.dev/flutter/material/Scaffold/of.html'),A.BO("A more efficient solution is to split your build function into several widgets. This introduces a new context from which you can obtain the Scaffold. In this solution, you would have an outer widget that creates the Scaffold populated by instances of your new inner widgets, and then in these inner widgets you would use Scaffold.of().\nA less elegant but more expedient solution is assign a GlobalKey to the Scaffold, then use the key.currentState property to obtain the ScaffoldState rather than using the Scaffold.of() function."),a.a_1("The context used was")],t.E)))}, +eo:function eo(a,b){this.a=a +this.b=b}, +vn:function vn(a,b){this.c=a +this.a=b}, +F6:function F6(a,b,c,d,e,f){var _=this +_.d=a +_.e=b +_.r=c +_.y=_.x=null +_.cO$=d +_.b2$=e +_.a=null +_.b=f +_.c=null}, +a_e:function a_e(a,b,c){this.a=a +this.b=b +this.c=c}, +yb:function yb(a,b,c){this.f=a +this.b=b +this.a=c}, +a_f:function a_f(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.y=i}, +F5:function F5(a,b){this.a=a +this.b=b}, +LX:function LX(a,b,c){var _=this +_.a=a +_.b=null +_.c=b +_.fx$=0 +_.fy$=c +_.id$=_.go$=0 +_.k1$=!1}, +wB:function wB(a,b,c,d,e,f,g){var _=this +_.e=a +_.f=b +_.r=c +_.a=d +_.b=e +_.c=f +_.d=g}, +Hq:function Hq(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +a7N:function a7N(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.d=a +_.e=b +_.f=c +_.r=d +_.w=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.as=j +_.at=k +_.ax=l +_.ay=m +_.c=_.b=null}, +x3:function x3(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +x4:function x4(a,b,c){var _=this +_.x=_.w=_.r=_.f=_.e=_.d=$ +_.y=null +_.cO$=a +_.b2$=b +_.a=null +_.b=c +_.c=null}, +a5o:function a5o(a,b){this.a=a +this.b=b}, +p4:function p4(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.ch=d +_.CW=e +_.a=f}, +p5:function p5(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var _=this +_.d=a +_.e=b +_.f=c +_.r=null +_.w=d +_.x=e +_.Q=_.z=_.y=null +_.as=f +_.at=null +_.ax=g +_.ay=null +_.CW=_.ch=$ +_.cy=_.cx=null +_.dx=_.db=$ +_.dy=!1 +_.fr=h +_.bb$=i +_.fb$=j +_.rP$=k +_.dN$=l +_.fc$=m +_.cO$=n +_.b2$=o +_.a=null +_.b=p +_.c=null}, +a_h:function a_h(a,b){this.a=a +this.b=b}, +a_g:function a_g(a,b){this.a=a +this.b=b}, +a_i:function a_i(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +In:function In(a,b){this.e=a +this.a=b +this.b=null}, +LY:function LY(a,b,c){this.f=a +this.b=b +this.a=c}, +a7O:function a7O(){}, +yc:function yc(){}, +yd:function yd(){}, +ye:function ye(){}, +ze:function ze(){}, +Fg:function Fg(a,b,c){this.c=a +this.d=b +this.a=c}, +qg:function qg(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.fy=a +_.c=b +_.d=c +_.e=d +_.r=e +_.w=f +_.Q=g +_.ay=h +_.ch=i +_.CW=j +_.cx=k +_.cy=l +_.db=m +_.a=n}, +JT:function JT(a,b,c,d){var _=this +_.cy=$ +_.dx=_.db=!1 +_.fx=_.fr=_.dy=$ +_.w=_.r=_.f=_.e=_.d=null +_.y=_.x=$ +_.z=a +_.as=_.Q=!1 +_.at=$ +_.cO$=b +_.b2$=c +_.a=null +_.b=d +_.c=null}, +a6y:function a6y(a){this.a=a}, +a6v:function a6v(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a6x:function a6x(a,b,c){this.a=a +this.b=b +this.c=c}, +a6w:function a6w(a,b,c){this.a=a +this.b=b +this.c=c}, +a6u:function a6u(a){this.a=a}, +a6E:function a6E(a){this.a=a}, +a6D:function a6D(a){this.a=a}, +a6C:function a6C(a){this.a=a}, +a6A:function a6A(a){this.a=a}, +a6B:function a6B(a){this.a=a}, +a6z:function a6z(a){this.a=a}, +arT(a,b,c){var s,r,q,p,o,n,m,l,k,j,i +if(a===b&&!0)return a +s=t.X7 +r=A.au(a.a,b.a,c,A.akm(),s) +q=A.au(a.b,b.b,c,A.zO(),t.PM) +s=A.au(a.c,b.c,c,A.akm(),s) +p=a.d +o=b.d +n=c<0.5 +p=n?p:o +o=a.e +m=b.e +o=n?o:m +n=A.uY(a.f,b.f,c) +m=t._ +l=A.au(a.r,b.r,c,A.bo(),m) +k=A.au(a.w,b.w,c,A.bo(),m) +m=A.au(a.x,b.x,c,A.bo(),m) +j=A.L(a.y,b.y,c) +i=A.L(a.z,b.z,c) +return new A.p8(r,q,s,p,o,n,l,k,m,j,i,A.L(a.Q,b.Q,c))}, +avq(a,b,c){return c<0.5?a:b}, +p8:function p8(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l}, +M3:function M3(){}, +arV(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h +if(a===b)return a +s=A.au(a.a,b.a,c,A.zO(),t.PM) +r=t._ +q=A.au(a.b,b.b,c,A.bo(),r) +p=A.au(a.c,b.c,c,A.bo(),r) +o=A.au(a.d,b.d,c,A.bo(),r) +r=A.au(a.e,b.e,c,A.bo(),r) +n=A.arU(a.f,b.f,c) +m=A.au(a.r,b.r,c,A.ads(),t.KX) +l=A.au(a.w,b.w,c,A.adA(),t.pc) +k=t.p8 +j=A.au(a.x,b.x,c,A.zL(),k) +k=A.au(a.y,b.y,c,A.zL(),k) +i=A.jJ(a.z,b.z,c) +if(c<0.5)h=a.Q +else h=b.Q +return new A.vA(s,q,p,o,r,n,m,l,j,k,i,h)}, +arU(a,b,c){if(a==b)return a +return new A.JH(a,b,c)}, +vA:function vA(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l}, +JH:function JH(a,b,c){this.a=a +this.b=b +this.c=c}, +M4:function M4(){}, +arX(a,b,c){var s,r,q,p,o,n,m,l +if(a===b)return a +s=A.r(a.a,b.a,c) +r=A.L(a.b,b.b,c) +q=A.r(a.c,b.c,c) +p=A.arW(a.d,b.d,c) +o=A.agx(a.e,b.e,c) +n=a.f +m=b.f +l=A.aN(n,m,c) +n=A.aN(n,m,c) +m=A.jJ(a.w,b.w,c) +return new A.vB(s,r,q,p,o,l,n,m,A.r(a.x,b.x,c))}, +arW(a,b,c){if(a==null||b==null)return null +if(a===b)return a +return A.an(a,b,c)}, +vB:function vB(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i}, +M5:function M5(){}, +arZ(a,b,c){var s,r +if(a===b&&!0)return a +s=A.hq(a.a,b.a,c) +if(c<0.5)r=a.b +else r=b.b +return new A.vC(s,r)}, +vC:function vC(a,b){this.a=a +this.b=b}, +M6:function M6(){}, +ahk(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1){return new A.vQ(a7,b,k,a1,e,h,g,a,j,d,f,a3,n,i,o,a9,p,a6,a5,a8,b0,r,q,s,a0,a2,b1,l,a4,m,c)}, +asc(b2,b3,b4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1 +if(b2===b3)return b2 +s=A.L(b2.a,b3.a,b4) +r=A.r(b2.b,b3.b,b4) +q=A.r(b2.c,b3.c,b4) +p=A.r(b2.d,b3.d,b4) +o=A.r(b2.e,b3.e,b4) +n=A.r(b2.r,b3.r,b4) +m=A.r(b2.f,b3.f,b4) +l=A.r(b2.w,b3.w,b4) +k=A.r(b2.x,b3.x,b4) +j=A.r(b2.y,b3.y,b4) +i=A.r(b2.z,b3.z,b4) +h=A.r(b2.Q,b3.Q,b4) +g=A.r(b2.as,b3.as,b4) +f=A.r(b2.at,b3.at,b4) +e=A.r(b2.ax,b3.ax,b4) +d=A.r(b2.ay,b3.ay,b4) +c=b4<0.5 +b=c?b2.ch:b3.ch +a=c?b2.CW:b3.CW +a0=c?b2.cx:b3.cx +a1=c?b2.cy:b3.cy +a2=c?b2.db:b3.db +a3=c?b2.dx:b3.dx +a4=c?b2.dy:b3.dy +a5=c?b2.fr:b3.fr +a6=c?b2.fx:b3.fx +a7=c?b2.fy:b3.fy +a8=A.aN(b2.go,b3.go,b4) +a9=A.L(b2.id,b3.id,b4) +b0=c?b2.k1:b3.k1 +b1=c?b2.k2:b3.k2 +return A.ahk(l,r,c?b2.k3:b3.k3,j,o,i,n,m,f,k,q,a9,b1,g,e,b,a4,a3,a5,a6,p,a7,h,b0,a0,a,s,a1,d,a2,a8)}, +vQ:function vQ(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8 +_.k1=a9 +_.k2=b0 +_.k3=b1}, +a0G:function a0G(){}, +a_2:function a_2(){}, +a_1:function a_1(){}, +Mr:function Mr(){}, +vU:function vU(a,b){this.a=a +this.b=b}, +ahm(a,b,c,d,e,f,g,h,i,j,k,l,m){return new A.vV(d,c,i,g,j,l,e,m,k,f,b,a,h)}, +asf(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h +if(a===b&&!0)return a +s=A.r(a.a,b.a,c) +r=A.r(a.b,b.b,c) +q=A.r(a.c,b.c,c) +p=A.aN(a.d,b.d,c) +o=A.L(a.e,b.e,c) +n=A.ct(a.f,b.f,c) +if(c<0.5)m=a.r +else m=b.r +l=A.L(a.w,b.w,c) +k=A.abD(a.x,b.x,c) +j=A.r(a.z,b.z,c) +i=A.L(a.Q,b.Q,c) +h=A.r(a.as,b.as,c) +return A.ahm(h,i,r,s,m,j,p,A.r(a.at,b.at,c),q,o,k,n,l)}, +FJ:function FJ(a,b){this.a=a +this.b=b}, +vV:function vV(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.z=j +_.Q=k +_.as=l +_.at=m}, +Mw:function Mw(){}, +ast(a,b,c){var s,r,q,p,o,n,m,l,k +if(a===b&&!0)return a +s=t._ +r=A.au(a.a,b.a,c,A.bo(),s) +q=A.au(a.b,b.b,c,A.bo(),s) +p=A.au(a.c,b.c,c,A.bo(),s) +o=A.au(a.d,b.d,c,A.zO(),t.PM) +n=c<0.5 +if(n)m=a.e +else m=b.e +if(n)l=a.f +else l=b.f +s=A.au(a.r,b.r,c,A.bo(),s) +k=A.L(a.w,b.w,c) +if(n)n=a.x +else n=b.x +return new A.pq(r,q,p,o,m,l,s,k,n)}, +pq:function pq(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i}, +MM:function MM(){}, +asw(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f +if(a===b)return a +s=A.RF(a.a,b.a,c) +r=A.r(a.b,b.b,c) +q=c<0.5 +p=q?a.c:b.c +o=A.r(a.d,b.d,c) +n=q?a.e:b.e +m=A.r(a.f,b.f,c) +l=A.cM(a.r,b.r,c) +k=A.aN(a.w,b.w,c) +j=A.r(a.x,b.x,c) +i=A.aN(a.y,b.y,c) +h=A.au(a.z,b.z,c,A.bo(),t._) +g=q?a.Q:b.Q +f=q?a.as:b.as +return new A.ps(s,r,p,o,n,m,l,k,j,i,h,g,f,q?a.at:b.at)}, +ps:function ps(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n}, +MP:function MP(){}, +asD(a,b,c,d,e,f,g,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2){var s,r,q,p,o,n,m,l,k,j,i,h=null +if(e==null)s=h +else s=e +r=new A.yI(a2,s) +q=c==null +if(q&&d==null)p=h +else if(d==null){q=q?h:new A.b4(c,t.Il) +p=q}else{q=new A.yI(c,d) +p=q}o=new A.MR(a2) +q=a3==null +if(q&&!0)n=h +else{q=q?h:new A.b4(a3,t.Il) +n=q}q=b1==null?h:new A.b4(b1,t.XL) +m=a7==null?h:new A.b4(a7,t.h9) +l=g==null?h:new A.b4(g,t.QL) +k=a6==null?h:new A.b4(a6,t.Ak) +j=a5==null?h:new A.b4(a5,t.iL) +i=a4==null?h:new A.b4(a4,t.iL) +return A.lc(a,b,p,l,a0,h,r,n,h,i,j,new A.MQ(a1,f),o,k,m,new A.b4(a8,t.kU),h,a9,h,b0,q,b2)}, +avB(a){var s +A.aE(a) +s=A.d5(a,B.v6) +s=s==null?null:s.gdk() +return A.anB(B.yT,B.z4,B.z2,(s==null?B.aG:s).a)}, +Ge:function Ge(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.Q=j +_.as=k +_.a=l}, +yI:function yI(a,b){this.a=a +this.b=b}, +MR:function MR(a){this.a=a}, +MQ:function MQ(a,b){this.a=a +this.b=b}, +MS:function MS(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3){var _=this +_.dy=a +_.fr=$ +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k +_.z=l +_.Q=m +_.as=n +_.at=o +_.ax=p +_.ay=q +_.ch=r +_.CW=s +_.cx=a0 +_.cy=a1 +_.db=a2 +_.dx=a3}, +a8i:function a8i(a){this.a=a}, +a8k:function a8k(a){this.a=a}, +a8j:function a8j(){}, +Oy:function Oy(){}, +asB(a){return new A.pv(a)}, +asC(a,b,c){if(a===b)return a +return new A.pv(A.hq(a.a,b.a,c))}, +pv:function pv(a){this.a=a}, +MT:function MT(){}, +asG(a,b,c){return new A.pA(a,b,c)}, +asH(a,b,c){var s,r +if(a===b)return a +s=A.r(a.a,b.a,c) +r=A.r(a.b,b.b,c) +return new A.pA(s,r,A.r(a.c,b.c,c))}, +pA:function pA(a,b,c){this.a=a +this.b=b +this.c=c}, +MU:function MU(){}, +a2i(a,b,c,d,e,f,a0,a1,a2,a3,a4,a5,a6,a7,a8){var s=null,r=d==null?s:d,q=e==null?s:e,p=f==null?s:f,o=a1==null?s:a1,n=a2==null?s:a2,m=a6==null?s:a6,l=a7==null?s:a7,k=a8==null?s:a8,j=a==null?s:a,i=b==null?s:b,h=c==null?s:c,g=a3==null?s:a3 +return new A.ck(r,q,p,a0,o,n,m,l,k,j,i,h,g,a4,a5==null?s:a5)}, +pC(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f +if(a===b&&!0)return a +s=A.aN(a.a,b.a,c) +r=A.aN(a.b,b.b,c) +q=A.aN(a.c,b.c,c) +p=A.aN(a.d,b.d,c) +o=A.aN(a.e,b.e,c) +n=A.aN(a.f,b.f,c) +m=A.aN(a.r,b.r,c) +l=A.aN(a.w,b.w,c) +k=A.aN(a.x,b.x,c) +j=A.aN(a.y,b.y,c) +i=A.aN(a.z,b.z,c) +h=A.aN(a.Q,b.Q,c) +g=A.aN(a.as,b.as,c) +f=A.aN(a.at,b.at,c) +return A.a2i(j,i,h,s,r,q,p,o,n,g,f,A.aN(a.ax,b.ax,c),m,l,k)}, +ck:function ck(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o}, +MX:function MX(){}, +aE(a){var s,r=a.ad(t.Nr),q=A.aq7(a,B.MB,t.c4)==null?null:B.tL +if(q==null)q=B.tL +s=r==null?null:r.w.c +if(s==null)s=$.akZ() +return A.asM(s,s.p4.Kk(q))}, +Gn:function Gn(a,b,c){this.c=a +this.d=b +this.a=c}, +xi:function xi(a,b,c){this.w=a +this.b=b +this.a=c}, +mG:function mG(a,b){this.a=a +this.b=b}, +r_:function r_(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +Ha:function Ha(a,b,c){var _=this +_.CW=null +_.e=_.d=$ +_.fg$=a +_.ck$=b +_.a=null +_.b=c +_.c=null}, +a3E:function a3E(){}, +acJ(c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8=null,b9=A.a([],t.FO),c0=A.nb() +switch(c0.a){case 0:case 1:case 2:s=B.DY +break +case 3:case 4:case 5:s=B.fC +break +default:s=b8}r=A.at3(c0) +d5=d5!==!1 +if(d5)q=B.x1 +else q=B.x2 +p=c4 +o=p===B.S +if(d5){if(c7==null)c7=o?B.xj:B.xi +n=o?c7.cy:c7.b +m=o?c7.db:c7.c +if(d2==null)d2=n +if(c5==null)c5=c7.CW +if(d3==null)d3=c7.CW +if(c3==null)c3=c7.cy +if(c6==null)c6=c7.cy +if(c9==null){c9=c7.fr +if(c9==null)c9=c7.cx}if(c2==null)c2=c7.CW +if(c8==null)c8=c7.CW +if(d1==null)d1=m +if(d0==null)d0=c7.at +if(c1==null)c1=c4===B.S}if(d2==null)d2=o?B.iN:B.dw +l=A.mH(d2) +k=o?B.iV:B.iX +j=o?B.l:B.iM +i=l===B.S +if(o)h=B.iU +else{g=c7==null?b8:c7.f +h=g==null?B.eK:g}f=o?A.a2(31,255,255,255):A.a2(31,0,0,0) +e=o?A.a2(10,255,255,255):A.a2(10,0,0,0) +if(c5==null)c5=o?B.eL:B.au +if(d3==null)d3=c5 +if(c6==null)c6=o?B.d3:B.h +if(c9==null)c9=o?B.yd:B.yc +if(c7==null){d=o?B.iU:B.iO +g=o?B.c7:B.eO +c=A.mH(B.dw)===B.S +b=A.mH(d) +a=c?B.h:B.l +b=b===B.S?B.h:B.l +a0=o?B.h:B.l +a1=c?B.h:B.l +c7=A.Rd(g,p,B.iZ,b8,b8,b8,a1,o?B.l:B.h,b8,b8,a,b8,b,b8,a0,b8,b8,b8,b8,b8,B.dw,b8,b8,d,b8,b8,c6,b8,b8,b8,b8)}a2=o?B.v:B.u +a3=o?B.c7:B.j0 +if(c8==null)c8=o?B.d3:B.h +if(d1==null){d1=c7.f +if(d1.k(0,d2))d1=B.h}a4=o?B.xp:A.a2(153,0,0,0) +a5=A.aeL(o?B.eK:B.j_,c7,b8,f,b8,e,s,b8,b8) +a6=o?B.xm:B.xl +a7=o?B.iI:B.eI +a8=o?B.iI:B.xn +if(d5){a9=A.ahJ(c0,b8,b8,B.M6,B.M5,B.M1) +g=c7.a===B.B +b0=g?c7.db:c7.cy +b1=g?c7.cy:c7.db +g=a9.a.Gn(b0,b0,b0) +b=a9.b.Gn(b1,b1,b1) +b2=new A.pI(g,b,a9.c,a9.d,a9.e)}else b2=A.asV(c0) +b3=o?b2.b:b2.a +b4=i?b2.b:b2.a +d4=b3.bF(d4) +b5=b4.bF(b8) +b6=o?new A.bz(b8,b8,b8,b8,b8,$.amu(),b8,b8):new A.bz(b8,b8,b8,b8,b8,$.amt(),b8,b8) +b7=i?B.zJ:B.zI +if(d0==null)d0=B.iZ +if(c2==null)c2=o?B.c7:B.eO +if(c3==null)c3=o?B.d3:B.h +return A.acI(b8,B.vh,c1===!0,c2,B.vj,B.DP,c3,B.vw,B.vx,B.vy,B.vL,a5,c5,c6,B.xd,B.xf,B.xg,c7,b8,B.ys,B.yt,c8,B.yF,a6,c9,B.yG,B.yH,B.yI,B.z7,d0,B.za,A.asK(b9),B.zb,B.ze,f,a7,a4,e,B.zo,b6,d1,B.zZ,B.Aj,s,B.E0,B.E1,B.E2,B.Ec,B.Ed,B.Ef,B.EK,B.EP,c0,B.FE,d2,j,k,b7,b5,B.FG,B.FJ,d3,B.Gg,B.Gi,B.Gj,a3,B.Gk,B.j4,B.l,B.HD,B.HG,a8,q,B.HP,B.HU,B.HW,B.I3,d4,B.Mg,B.Mh,h,B.Mi,b2,a2,d5,r)}, +acI(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,f6,f7,f8,f9,g0,g1,g2,g3,g4,g5,g6){return new A.fm(c,s,b2,c2,c4,d2,d3,e3,f3,!0,g6,g,m,n,r,a2,a4,a5,b5,b6,b7,b8,c1,d5,d6,d7,e2,e6,e8,e9,f2,g4,c0,d8,d9,f8,g3,a,b,e,f,h,i,j,k,l,o,p,q,a0,a1,a3,a6,a7,a8,a9,b1,b3,b4,b9,c3,c5,c6,c7,c8,c9,d0,d1,d4,e0,e1,e4,e5,e7,f0,f1,f4,f5,f6,f7,f9,g0,g2,b0,d,g1)}, +asI(){var s=null +return A.acJ(s,s,s,B.B,s,s,s,s,s,s,s,s,s,s,s)}, +asM(a,b){return $.akY().aW(0,new A.q8(a,b),new A.a2p(a,b))}, +mH(a){var s=0.2126*A.abn((a.gn(a)>>>16&255)/255)+0.7152*A.abn((a.gn(a)>>>8&255)/255)+0.0722*A.abn((a.gn(a)&255)/255)+0.05 +if(s*s>0.15)return B.B +return B.S}, +asJ(a,b,c){var s=a.c,r=s.ky(s,new A.a2n(b,c),t.K,t.Ag) +s=b.c +r.Gc(r,s.gd2(s).hN(0,new A.a2o(a))) +return r}, +asK(a){var s,r,q=t.K,p=t.ZF,o=A.y(q,p) +for(s=0;!1;++s){r=a[s] +o.m(0,r.gtZ(r),p.a(r))}return A.abo(o,q,t.Ag)}, +asL(h4,h5,h6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,f6,f7,f8,f9,g0,g1,g2,g3,g4,g5,g6,g7,g8,g9,h0,h1,h2,h3 +if(h4===h5)return h4 +s=h6<0.5 +r=s?h4.a:h5.a +q=s?h4.b:h5.b +p=A.asJ(h4,h5,h6) +o=s?h4.d:h5.d +n=s?h4.e:h5.e +m=s?h4.f:h5.f +l=s?h4.r:h5.r +k=A.arT(h4.w,h5.w,h6) +j=s?h4.x:h5.x +i=A.at4(h4.z,h5.z,h6) +h=A.r(h4.as,h5.as,h6) +h.toString +g=A.r(h4.at,h5.at,h6) +g.toString +f=A.anZ(h4.ax,h5.ax,h6) +e=A.r(h4.ay,h5.ay,h6) +e.toString +d=A.r(h4.ch,h5.ch,h6) +d.toString +c=A.r(h4.CW,h5.CW,h6) +c.toString +b=A.r(h4.cx,h5.cx,h6) +b.toString +a=A.r(h4.cy,h5.cy,h6) +a.toString +a0=A.r(h4.db,h5.db,h6) +a0.toString +a1=A.r(h4.dx,h5.dx,h6) +a1.toString +a2=A.r(h4.dy,h5.dy,h6) +a2.toString +a3=A.r(h4.fr,h5.fr,h6) +a3.toString +a4=A.r(h4.fx,h5.fx,h6) +a4.toString +a5=A.r(h4.fy,h5.fy,h6) +a5.toString +a6=A.r(h4.go,h5.go,h6) +a6.toString +a7=A.r(h4.id,h5.id,h6) +a7.toString +a8=A.r(h4.k2,h5.k2,h6) +a8.toString +a9=A.r(h4.k3,h5.k3,h6) +a9.toString +b0=A.r(h4.k4,h5.k4,h6) +b0.toString +b1=A.iA(h4.ok,h5.ok,h6) +b2=A.iA(h4.p1,h5.p1,h6) +b3=A.pC(h4.p2,h5.p2,h6) +b4=A.pC(h4.p3,h5.p3,h6) +b5=A.asW(h4.p4,h5.p4,h6) +b6=A.anf(h4.R8,h5.R8,h6) +b7=A.anj(h4.RG,h5.RG,h6) +b8=A.ano(h4.rx,h5.rx,h6) +b9=h4.ry +c0=h5.ry +c1=A.r(b9.a,c0.a,h6) +c2=A.r(b9.b,c0.b,h6) +c3=A.r(b9.c,c0.c,h6) +c4=A.r(b9.d,c0.d,h6) +c5=A.aN(b9.e,c0.e,h6) +c6=A.L(b9.f,c0.f,h6) +c7=A.cM(b9.r,c0.r,h6) +b9=A.cM(b9.w,c0.w,h6) +c0=A.ans(h4.to,h5.to,h6) +c8=A.anu(h4.x1,h5.x1,h6) +c9=A.anv(h4.x2,h5.x2,h6) +d0=A.anA(h4.xr,h5.xr,h6) +s=s?h4.y1:h5.y1 +d1=A.anF(h4.y2,h5.y2,h6) +d2=A.anI(h4.aC,h5.aC,h6) +d3=A.anN(h4.bi,h5.bi,h6) +d4=A.aoe(h4.an,h5.an,h6) +d5=A.aog(h4.ah,h5.ah,h6) +d6=A.aot(h4.aZ,h5.aZ,h6) +d7=A.aoA(h4.bx,h5.bx,h6) +d8=A.aoS(h4.aU,h5.aU,h6) +d9=A.aoU(h4.M,h5.M,h6) +e0=A.ap0(h4.O,h5.O,h6) +e1=A.apc(h4.ae,h5.ae,h6) +e2=A.apf(h4.aa,h5.aa,h6) +e3=A.apg(h4.ao,h5.ao,h6) +e4=A.apK(h4.aQ,h5.aQ,h6) +e5=A.aq5(h4.aR,h5.aR,h6) +e6=A.aqn(h4.bq,h5.bq,h6) +e7=A.aqp(h4.bE,h5.bE,h6) +e8=A.aqr(h4.by,h5.by,h6) +e9=A.aqC(h4.be,h5.be,h6) +f0=A.aqD(h4.d3,h5.d3,h6) +f1=A.aqF(h4.cP,h5.cP,h6) +f2=A.aqL(h4.cQ,h5.cQ,h6) +f3=A.ar7(h4.eK,h5.eK,h6) +f4=A.arq(h4.ib,h5.ib,h6) +f5=A.arr(h4.eL,h5.eL,h6) +f6=A.arV(h4.fh,h5.fh,h6) +f7=A.arX(h4.ec,h5.ec,h6) +f8=A.arZ(h4.eM,h5.eM,h6) +f9=A.asc(h4.eN,h5.eN,h6) +g0=A.asf(h4.br,h5.br,h6) +g1=A.ast(h4.hw,h5.hw,h6) +g2=A.asw(h4.ic,h5.ic,h6) +g3=A.asC(h4.kp,h5.kp,h6) +g4=A.asH(h4.j8,h5.j8,h6) +g5=A.asN(h4.j9,h5.j9,h6) +g6=A.asO(h4.fR,h5.fR,h6) +g7=A.asR(h4.kq,h5.kq,h6) +g8=h4.A +g8.toString +g9=h5.A +g9.toString +g9=A.r(g8,g9,h6) +g8=h4.k1 +g8.toString +h0=h5.k1 +h0.toString +h0=A.r(g8,h0,h6) +g8=h4.m3 +g8.toString +h1=h5.m3 +h1.toString +h1=A.r(g8,h1,h6) +g8=h4.ja +g8.toString +h2=h5.ja +h2.toString +h2=A.r(g8,h2,h6) +g8=h4.Q +g8.toString +h3=h5.Q +h3.toString +return A.acI(b6,b7,r,h2,b8,new A.uh(c1,c2,c3,c4,c5,c6,c7,b9),A.r(g8,h3,h6),c0,c8,c9,d0,s,h,g,d1,d2,d3,f,q,d4,d5,e,d6,d,c,d7,d8,d9,e0,h1,e1,p,e2,e3,b,a,a0,a1,e4,b1,a2,o,e5,n,e6,e7,e8,e9,f0,f1,f2,m,l,f3,a3,a4,a5,b2,b3,f4,f5,a6,k,f6,f7,a7,f8,h0,a8,f9,g0,a9,j,g1,g2,g3,g4,b4,g5,g6,g9,g7,b5,b0,!0,i)}, +at3(a){switch(a.a){case 0:case 2:case 1:break +case 3:case 4:case 5:return B.MY}return B.uS}, +at4(a,b,c){var s,r +if(a===b)return a +s=A.L(a.a,b.a,c) +s.toString +r=A.L(a.b,b.b,c) +r.toString +return new A.j7(s,r)}, +m_:function m_(a,b){this.a=a +this.b=b}, +fm:function fm(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,f6,f7,f8,f9,g0,g1,g2,g3,g4,g5,g6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8 +_.k1=a9 +_.k2=b0 +_.k3=b1 +_.k4=b2 +_.ok=b3 +_.p1=b4 +_.p2=b5 +_.p3=b6 +_.p4=b7 +_.R8=b8 +_.RG=b9 +_.rx=c0 +_.ry=c1 +_.to=c2 +_.x1=c3 +_.x2=c4 +_.xr=c5 +_.y1=c6 +_.y2=c7 +_.aC=c8 +_.bi=c9 +_.an=d0 +_.ah=d1 +_.aZ=d2 +_.bx=d3 +_.aU=d4 +_.M=d5 +_.O=d6 +_.ae=d7 +_.aa=d8 +_.ao=d9 +_.aQ=e0 +_.aR=e1 +_.bq=e2 +_.bE=e3 +_.by=e4 +_.be=e5 +_.d3=e6 +_.cP=e7 +_.cQ=e8 +_.eK=e9 +_.ib=f0 +_.eL=f1 +_.fh=f2 +_.ec=f3 +_.eM=f4 +_.eN=f5 +_.br=f6 +_.hw=f7 +_.ic=f8 +_.kp=f9 +_.j8=g0 +_.j9=g1 +_.fR=g2 +_.kq=g3 +_.m3=g4 +_.ja=g5 +_.A=g6}, +a2p:function a2p(a,b){this.a=a +this.b=b}, +a2n:function a2n(a,b){this.a=a +this.b=b}, +a2o:function a2o(a){this.a=a}, +WA:function WA(a,b,c,d,e,f,g,h,i,j){var _=this +_.ay=a +_.ch=b +_.w=c +_.a=d +_.b=e +_.c=f +_.d=g +_.e=h +_.f=i +_.r=j}, +q8:function q8(a,b){this.a=a +this.b=b}, +IM:function IM(a,b,c){this.a=a +this.b=b +this.$ti=c}, +j7:function j7(a,b){this.a=a +this.b=b}, +N0:function N0(){}, +NG:function NG(){}, +asN(a2,a3,a4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1 +if(a2===a3&&!0)return a2 +s=a2.d +if(s==null)r=a3.d==null +else r=!1 +if(r)s=null +else if(s==null)s=a3.d +else{r=a3.d +if(!(r==null)){s.toString +r.toString +s=A.an(s,r,a4)}}r=A.r(a2.a,a3.a,a4) +q=A.hq(a2.b,a3.b,a4) +p=A.hq(a2.c,a3.c,a4) +o=A.r(a2.e,a3.e,a4) +n=t.KX.a(A.ct(a2.f,a3.f,a4)) +m=A.r(a2.r,a3.r,a4) +l=A.aN(a2.w,a3.w,a4) +k=A.r(a2.x,a3.x,a4) +j=A.r(a2.y,a3.y,a4) +i=A.r(a2.z,a3.z,a4) +h=A.aN(a2.Q,a3.Q,a4) +g=A.L(a2.as,a3.as,a4) +f=A.r(a2.at,a3.at,a4) +e=A.aN(a2.ax,a3.ax,a4) +d=A.r(a2.ay,a3.ay,a4) +c=A.ct(a2.ch,a3.ch,a4) +b=A.r(a2.CW,a3.CW,a4) +a=A.aN(a2.cx,a3.cx,a4) +if(a4<0.5)a0=a2.cy +else a0=a3.cy +a1=A.cM(a2.db,a3.db,a4) +return new A.wd(r,q,p,s,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,A.ct(a2.dx,a3.dx,a4))}, +wd:function wd(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2}, +N2:function N2(){}, +ahC(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return new A.we(o,e,d,m,g,h,i,j,n,k,a,l,f,c,b)}, +asO(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f +if(a===b)return a +s=A.aN(a.a,b.a,c) +r=A.jJ(a.b,b.b,c) +q=A.r(a.c,b.c,c) +p=A.r(a.d,b.d,c) +o=A.r(a.e,b.e,c) +n=A.r(a.f,b.f,c) +m=A.r(a.r,b.r,c) +l=A.r(a.w,b.w,c) +k=A.r(a.y,b.y,c) +j=A.r(a.x,b.x,c) +i=A.r(a.z,b.z,c) +h=A.r(a.Q,b.Q,c) +g=A.r(a.as,b.as,c) +f=A.jI(a.ax,b.ax,c) +return A.ahC(i,f,A.L(a.at,b.at,c),q,r,g,o,n,m,l,k,h,p,j,s)}, +we:function we(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o}, +N4:function N4(){}, +ai4(a,b,c){return new A.IJ(b,null,c,B.c4,a,null)}, +asP(a,b){return new A.wf(b,a,null)}, +asS(){var s,r,q +if($.mJ.length!==0){s=A.a($.mJ.slice(0),A.a5($.mJ)) +for(r=s.length,q=0;q>>16&255,r.gn(r)>>>8&255,r.gn(r)&255) +break +default:p=null}switch(q.a){case 1:o=b.a +break +case 0:r=b.a +o=A.a2(0,r.gn(r)>>>16&255,r.gn(r)>>>8&255,r.gn(r)&255) +break +default:o=null}r=a.d +q=b.d +if(r!==q){n=A.r(p,o,c) +n.toString +q=A.L(r,q,c) +q.toString +return new A.b7(n,s,B.r,q)}q=A.r(p,o,c) +q.toString +return new A.b7(q,s,B.r,r)}, +ct(a,b,c){var s,r +if(a==b)return a +s=b!=null?b.bR(a,c):null +if(s==null&&a!=null)s=a.bS(b,c) +if(s==null)r=c<0.5?a:b +else r=s +return r}, +agx(a,b,c){var s,r +if(a==b)return a +s=b!=null?b.bR(a,c):null +if(s==null&&a!=null)s=a.bS(b,c) +if(s==null)r=c<0.5?a:b +else r=s +return r}, +ai0(a,b,c){var s,r,q,p,o,n,m=a instanceof A.fq?a.a:A.a([a],t.Fi),l=b instanceof A.fq?b.a:A.a([b],t.Fi),k=A.a([],t.N_),j=Math.max(m.length,l.length) +for(s=1-c,r=0;ro/m?new A.Q(o*p/m,p):new A.Q(q,m*q/o) +r=b +break +case 2:q=c.a +p=c.b +o=b.a +r=q/p>o/m?new A.Q(o,o*p/q):new A.Q(m*q/p,m) +s=c +break +case 3:q=c.a +p=c.b +o=b.a +if(q/p>o/m){r=new A.Q(o,o*p/q) +s=c}else{s=new A.Q(q,m*q/o) +r=b}break +case 4:q=c.a +p=c.b +o=b.a +if(q/p>o/m){s=new A.Q(o*p/m,p) +r=b}else{r=new A.Q(m*q/p,m) +s=c}break +case 5:r=new A.Q(Math.min(b.a,c.a),Math.min(m,c.b)) +s=r +break +case 6:n=b.a/m +q=c.b +s=m>q?new A.Q(q*n,q):b +m=c.a +if(s.a>m)s=new A.Q(m,m/n) +r=b +break +default:r=null +s=null}return new A.BX(r,s)}, +rh:function rh(a,b){this.a=a +this.b=b}, +BX:function BX(a,b){this.a=a +this.b=b}, +anz(a,b,c){var s,r,q,p,o +if(a===b)return a +s=A.r(a.a,b.a,c) +s.toString +r=A.uI(a.b,b.b,c) +r.toString +q=A.L(a.c,b.c,c) +q.toString +p=A.L(a.d,b.d,c) +p.toString +o=a.e +return new A.dC(p,o===B.vp?b.e:o,s,r,q)}, +abi(a,b,c){var s,r,q,p,o,n,m,l +if(a==null?b==null:a===b)return a +if(a==null)a=A.a([],t.sq) +if(b==null)b=A.a([],t.sq) +s=Math.min(a.length,b.length) +r=A.a([],t.sq) +for(q=0;q=B.b.ga1(b))return B.b.ga1(a) +s=B.b.a1W(b,new A.a9P(c)) +r=a[s] +q=s+1 +p=a[q] +o=b[s] +o=A.r(r,p,(c-o)/(b[q]-o)) +o.toString +return o}, +avd(a,b,c,d,e){var s,r,q=A.FW(null,null,t.i) +q.H(0,b) +q.H(0,d) +s=A.a6(q,!1,q.$ti.c) +r=A.a5(s).h("a4<1,q>") +return new A.a4H(A.a6(new A.a4(s,new A.a9z(a,b,c,d,e),r),!1,r.h("aX.E")),s)}, +afL(a,b,c){var s +if(a==b)return a +s=b!=null?b.bR(a,c):null +if(s==null&&a!=null)s=a.bS(b,c) +if(s!=null)return s +return c<0.5?a.au(0,1-c*2):b.au(0,(c-0.5)*2)}, +ag4(a,b,c){var s,r,q,p +if(a==b)return a +if(a==null)return b.au(0,c) +if(b==null)return a.au(0,1-c) +s=A.avd(a.a,a.vQ(),b.a,b.vQ(),c) +r=A.l5(a.d,b.d,c) +r.toString +q=A.l5(a.e,b.e,c) +q.toString +p=c<0.5?a.f:b.f +return new A.lU(r,q,p,s.a,s.b,null)}, +a4H:function a4H(a,b){this.a=a +this.b=b}, +a9P:function a9P(a){this.a=a}, +a9z:function a9z(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Ui:function Ui(){}, +lU:function lU(a,b,c,d,e,f){var _=this +_.d=a +_.e=b +_.f=c +_.a=d +_.b=e +_.c=f}, +Wk:function Wk(a){this.a=a}, +atB(a,b){var s +if(a.x)A.T(A.a1(u.V)) +s=new A.oe(a) +s.pZ(a) +s=new A.qd(a,null,s) +s.P9(a,b,null) +return s}, +Vg:function Vg(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.f=0}, +Vi:function Vi(a,b,c){this.a=a +this.b=b +this.c=c}, +Vh:function Vh(a,b){this.a=a +this.b=b}, +Vj:function Vj(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +Hz:function Hz(){}, +a4C:function a4C(a){this.a=a}, +wE:function wE(a,b,c){this.a=a +this.b=b +this.c=c}, +qd:function qd(a,b,c){var _=this +_.d=$ +_.a=a +_.b=b +_.c=c}, +a6h:function a6h(a,b){this.a=a +this.b=b}, +Kz:function Kz(a,b){this.a=a +this.b=b}, +ahY(){return new A.GY(A.a([],t.XZ),A.a([],t.SM),A.a([],t.u))}, +arF(a,b,c){return c}, +ags(a,b){return new A.Dy("HTTP request failed, statusCode: "+a+", "+b.j(0))}, +tA:function tA(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +eb:function eb(){}, +Vp:function Vp(a,b,c){this.a=a +this.b=b +this.c=c}, +Vq:function Vq(a,b,c){this.a=a +this.b=b +this.c=c}, +Vm:function Vm(a,b){this.a=a +this.b=b}, +Vl:function Vl(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Vn:function Vn(a){this.a=a}, +Vo:function Vo(a,b){this.a=a +this.b=b}, +GY:function GY(a,b,c){var _=this +_.a=a +_.b=b +_.e=_.d=_.c=null +_.r=_.f=!1 +_.w=0 +_.x=!1 +_.y=c}, +ho:function ho(a,b,c){this.a=a +this.b=b +this.c=c}, +A5:function A5(){}, +a5i:function a5i(a,b,c){var _=this +_.a=a +_.b=b +_.e=_.d=_.c=null +_.r=_.f=!1 +_.w=0 +_.x=!1 +_.y=c}, +Dy:function Dy(a){this.b=a}, +ra:function ra(a,b,c){this.a=a +this.b=b +this.c=c}, +PN:function PN(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +PO:function PO(a){this.a=a}, +Xh(a,b,c,d,e){var s=new A.Dq(e,d,A.a([],t.XZ),A.a([],t.SM),A.a([],t.u)) +s.OZ(a,b,c,d,e) +return s}, +fL:function fL(a,b,c){this.a=a +this.b=b +this.c=c}, +dH:function dH(a,b,c){this.a=a +this.b=b +this.c=c}, +hE:function hE(a,b){this.a=a +this.b=b}, +Vs:function Vs(){this.b=this.a=null}, +oe:function oe(a){this.a=a}, +lJ:function lJ(){}, +Vt:function Vt(){}, +Vu:function Vu(){}, +Dq:function Dq(a,b,c,d,e){var _=this +_.Q=_.z=null +_.as=a +_.at=b +_.ax=null +_.ay=$ +_.ch=null +_.CW=0 +_.cx=null +_.cy=!1 +_.a=c +_.b=d +_.e=_.d=_.c=null +_.r=_.f=!1 +_.w=0 +_.x=!1 +_.y=e}, +Xj:function Xj(a,b){this.a=a +this.b=b}, +Xk:function Xk(a,b){this.a=a +this.b=b}, +Xi:function Xi(a){this.a=a}, +Jm:function Jm(){}, +Jo:function Jo(){}, +Jn:function Jn(){}, +afS(a,b,c,d){return new A.oi(a,c,b,!1,d)}, +ajH(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=A.a([],t.O_),e=t.oU,d=A.a([],e) +for(s=a.length,r="",q="",p=0;p0){n=-n +l=2*l +r=(n-Math.sqrt(j))/l +q=(n+Math.sqrt(j))/l +p=(c-r*b)/(q-r) +return new A.a6Y(r,q,b-p,p)}o=Math.sqrt(k-m)/(2*l) +s=-(n/2*l) +return new A.a8A(o,s,b,(c-s*b)/o)}, +a0Z:function a0Z(a,b,c){this.a=a +this.b=b +this.c=c}, +vY:function vY(a,b){this.a=a +this.b=b}, +FX:function FX(){}, +mu:function mu(a,b,c){this.b=a +this.c=b +this.a=c}, +a4Q:function a4Q(a,b,c){this.a=a +this.b=b +this.c=c}, +a6Y:function a6Y(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a8A:function a8A(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Gt:function Gt(a,b){this.a=a +this.c=b}, +atl(a){}, +p0:function p0(){}, +ZK:function ZK(a){this.a=a}, +ZM:function ZM(a){this.a=a}, +ZL:function ZL(a){this.a=a}, +ZJ:function ZJ(a){this.a=a}, +ZI:function ZI(a){this.a=a}, +Hp:function Hp(a,b){var _=this +_.a=a +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1}, +Ie:function Ie(a,b,c,d,e,f,g,h){var _=this +_.b=a +_.c=b +_.d=c +_.e=null +_.f=!1 +_.r=d +_.y=_.x=_.w=!1 +_.z=e +_.Q=f +_.as=!1 +_.at=null +_.ax=0 +_.ay=!1 +_.ch=g +_.CW=h +_.cx=null}, +LR:function LR(a,b,c,d){var _=this +_.M=!1 +_.fx=a +_.fy=null +_.go=b +_.k1=null +_.fr$=c +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +rg(a){var s=a.a,r=a.b +return new A.aH(s,s,r,r)}, +nx(a,b){var s,r,q=b==null,p=q?0:b +q=q?1/0:b +s=a==null +r=s?0:a +return new A.aH(p,q,r,s?1/0:a)}, +abh(a){return new A.aH(0,a.a,0,a.b)}, +jJ(a,b,c){var s,r,q,p +if(a==b)return a +if(a==null)return b.N(0,c) +if(b==null)return a.N(0,1-c) +s=a.a +if(isFinite(s)){s=A.L(s,b.a,c) +s.toString}else s=1/0 +r=a.b +if(isFinite(r)){r=A.L(r,b.b,c) +r.toString}else r=1/0 +q=a.c +if(isFinite(q)){q=A.L(q,b.c,c) +q.toString}else q=1/0 +p=a.d +if(isFinite(p)){p=A.L(p,b.d,c) +p.toString}else p=1/0 +return new A.aH(s,r,q,p)}, +aeK(a){return new A.jK(a.a,a.b,a.c)}, +aH:function aH(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Q9:function Q9(){}, +jK:function jK(a,b,c){this.a=a +this.b=b +this.c=c}, +lb:function lb(a,b){this.c=a +this.a=b +this.b=null}, +et:function et(a){this.a=a}, +rB:function rB(){}, +C:function C(){}, +Zg:function Zg(a,b){this.a=a +this.b=b}, +Zf:function Zf(a,b){this.a=a +this.b=b}, +dt:function dt(){}, +Ze:function Ze(a,b,c){this.a=a +this.b=b +this.c=c}, +wN:function wN(){}, +f8:function f8(a,b,c){var _=this +_.e=null +_.bN$=a +_.ab$=b +_.a=c}, +Xe:function Xe(){}, +Eq:function Eq(a,b,c,d,e){var _=this +_.M=a +_.dh$=b +_.a8$=c +_.cE$=d +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=e +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +xY:function xY(){}, +Lw:function Lw(){}, +agU(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=null,d={} +d.a=b +if(a==null)a=B.fb +s=J.av(a) +r=s.gp(a)-1 +q=A.aV(0,e,!1,t.LQ) +p=0<=r +while(!0){if(!!1)break +s.i(a,0) +o=b[0] +o.gte(o) +break}while(!0){if(!!1)break +s.i(a,r) +n=b[-1] +n.gte(n) +break}m=A.bf("oldKeyedChildren") +if(p){m.sbt(A.y(t.D2,t.bu)) +for(l=m.a,k=0;k<=r;){j=s.i(a,k) +i=j.a +if(i!=null){h=m.b +if(h===m)A.T(A.hI(l)) +J.eR(h,i,j)}++k}p=!0}else k=0 +for(l=m.a,g=0;!1;){o=d.a[g] +if(p){f=o.gte(o) +i=m.b +if(i===m)A.T(A.hI(l)) +j=J.b3(i,f) +if(j!=null){o.gte(o) +j=e}}else j=e +q[g]=A.agT(j,o);++g}s.gp(a) +while(!0){if(!!1)break +q[g]=A.agT(s.i(a,k),d.a[g]);++g;++k}return new A.dD(q,A.a5(q).h("dD<1,bM>"))}, +agT(a,b){var s,r=a==null?A.Fp(b.gte(b),null):a,q=b.gJc(),p=A.iV() +q.gLm() +p.k2=q.gLm() +p.e=!0 +q.gYz(q) +s=q.gYz(q) +p.aT(B.tU,!0) +p.aT(B.GI,s) +q.ga2r() +s=q.ga2r() +p.aT(B.tU,!0) +p.aT(B.GK,s) +q.gKX(q) +p.aT(B.tZ,q.gKX(q)) +q.gYu(q) +p.aT(B.u1,q.gYu(q)) +q.ga_x(q) +s=q.ga_x(q) +p.aT(B.GO,!0) +p.aT(B.GD,s) +q.ga23() +p.aT(B.GL,q.ga23()) +q.ga3E() +p.aT(B.GF,q.ga3E()) +q.gLj() +p.aT(B.GP,q.gLj()) +q.ga1U() +p.aT(B.GE,q.ga1U()) +q.ga39(q) +p.aT(B.GB,q.ga39(q)) +q.ga_P() +p.aT(B.tW,q.ga_P()) +q.ga_Q(q) +p.aT(B.tX,q.ga_Q(q)) +q.glT(q) +s=q.glT(q) +p.aT(B.u0,!0) +p.aT(B.tS,s) +q.ga1f() +p.aT(B.GG,q.ga1f()) +q.gp6() +p.aT(B.GA,q.gp6()) +q.ga2u(q) +p.aT(B.GM,q.ga2u(q)) +q.ga0Y(q) +p.aT(B.ha,q.ga0Y(q)) +q.ga0W() +p.aT(B.u_,q.ga0W()) +q.gKT() +p.aT(B.tV,q.gKT()) +q.ga2w() +p.aT(B.tY,q.ga2w()) +q.ga28() +p.aT(B.GJ,q.ga28()) +q.gyP() +p.syP(q.gyP()) +q.gxs() +p.sxs(q.gxs()) +q.ga3P() +s=q.ga3P() +p.aT(B.GN,!0) +p.aT(B.GC,s) +q.gdC(q) +p.aT(B.tT,q.gdC(q)) +q.ga1V(q) +p.RG=new A.ce(q.ga1V(q),B.Z) +p.e=!0 +q.gn(q) +p.rx=new A.ce(q.gn(q),B.Z) +p.e=!0 +q.ga1g() +p.ry=new A.ce(q.ga1g(),B.Z) +p.e=!0 +q.gZY() +p.to=new A.ce(q.gZY(),B.Z) +p.e=!0 +q.ga14(q) +p.x1=new A.ce(q.ga14(q),B.Z) +p.e=!0 +q.gbA() +p.aC=q.gbA() +p.e=!0 +q.gjp() +p.sjp(q.gjp()) +q.gjo() +p.sjo(q.gjo()) +q.gtx() +p.stx(q.gtx()) +q.gty() +p.sty(q.gty()) +q.gtz() +p.stz(q.gtz()) +q.gtw() +p.stw(q.gtw()) +q.gz4() +p.sz4(q.gz4()) +q.gz_() +p.sz_(q.gz_()) +q.gyY(q) +p.syY(0,q.gyY(q)) +q.gyZ(q) +p.syZ(0,q.gyZ(q)) +q.gza(q) +p.sza(0,q.gza(q)) +q.gz8() +p.sz8(q.gz8()) +q.gz6() +p.sz6(q.gz6()) +q.gz9() +p.sz9(q.gz9()) +q.gz7() +p.sz7(q.gz7()) +q.gze() +p.sze(q.gze()) +q.gzf() +p.szf(q.gzf()) +q.gz0() +p.sz0(q.gz0()) +q.gz1() +p.sz1(q.gz1()) +q.gtv() +p.stv(q.gtv()) +r.jv(0,B.fb,p) +r.sap(0,b.gap(b)) +r.sbg(0,b.gbg(b)) +r.dy=b.ga4P() +return r}, +Bc:function Bc(){}, +Er:function Er(a,b,c,d,e,f,g){var _=this +_.A=a +_.a_=b +_.a9=c +_.bf=d +_.dO=e +_.ie=_.fS=_.hx=_.c8=null +_.fr$=f +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=g +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +RC:function RC(){}, +Eu:function Eu(a,b){var _=this +_.M=a +_.O=$ +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=b +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +ajv(a,b,c){switch(a.a){case 0:switch(b){case B.X:return!0 +case B.aP:return!1 +case null:case void 0:return null}break +case 1:switch(c){case B.hw:return!0 +case B.MX:return!1 +case null:case void 0:return null}break}}, +C0:function C0(a,b){this.a=a +this.b=b}, +eZ:function eZ(a,b,c){var _=this +_.f=_.e=null +_.bN$=a +_.ab$=b +_.a=c}, +D4:function D4(a,b){this.a=a +this.b=b}, +D3:function D3(a,b){this.a=a +this.b=b}, +lj:function lj(a,b){this.a=a +this.b=b}, +Ew:function Ew(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.M=a +_.O=b +_.ae=c +_.aa=d +_.ao=e +_.aQ=f +_.aR=g +_.bq=0 +_.bE=h +_.by=i +_.a_C$=j +_.a4B$=k +_.dh$=l +_.a8$=m +_.cE$=n +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=o +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +a6d:function a6d(a,b,c){this.a=a +this.b=b +this.c=c}, +Ly:function Ly(){}, +Lz:function Lz(){}, +xZ:function xZ(){}, +Ey:function Ey(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var _=this +_.O=_.M=null +_.ae=a +_.aa=b +_.ao=c +_.aQ=d +_.aR=e +_.bq=null +_.bE=f +_.by=g +_.be=h +_.d3=i +_.cP=j +_.cQ=k +_.eK=l +_.ib=m +_.eL=n +_.fh=o +_.ec=p +_.eM=q +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=r +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +ao(){return new A.CQ()}, +aqN(a){return new A.Yb(a,A.y(t.S,t.M),A.ao())}, +aqH(a){return new A.hO(a,A.y(t.S,t.M),A.ao())}, +ahG(a){return new A.wj(a,B.i,A.y(t.S,t.M),A.ao())}, +acc(){return new A.DO(B.i,A.y(t.S,t.M),A.ao())}, +r6:function r6(a,b,c){this.a=a +this.b=b +this.$ti=c}, +A1:function A1(a,b){this.a=a +this.$ti=b}, +CP:function CP(){}, +CQ:function CQ(){this.a=null}, +Yb:function Yb(a,b,c){var _=this +_.ax=a +_.ay=null +_.CW=_.ch=!1 +_.a=b +_.b=0 +_.d=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +B0:function B0(){}, +hO:function hO(a,b,c){var _=this +_.k3=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +AT:function AT(a,b,c){var _=this +_.k3=null +_.k4=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +AR:function AR(a,b,c){var _=this +_.k3=null +_.k4=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +AP:function AP(a,b,c){var _=this +_.k3=null +_.k4=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +tB:function tB(a,b,c,d){var _=this +_.aC=a +_.k3=b +_.ay=_.ax=null +_.a=c +_.b=0 +_.d=!1 +_.e=d +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +wj:function wj(a,b,c,d){var _=this +_.aC=a +_.an=_.bi=null +_.ah=!0 +_.k3=b +_.ay=_.ax=null +_.a=c +_.b=0 +_.d=!1 +_.e=d +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +DO:function DO(a,b,c){var _=this +_.aC=null +_.k3=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +Fu:function Fu(a,b){var _=this +_.ay=_.ax=_.ok=_.k4=_.k3=null +_.a=a +_.b=0 +_.d=!1 +_.e=b +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +A0:function A0(a,b,c,d,e,f){var _=this +_.k3=a +_.k4=b +_.ok=c +_.ay=_.ax=null +_.a=d +_.b=0 +_.d=!1 +_.e=e +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null +_.$ti=f}, +JD:function JD(){}, +aqu(a,b){var s +if(a==null)return!0 +s=a.b +if(t.ks.b(b))return!1 +return t.ge.b(s)||t.PB.b(b)||!s.gbo(s).k(0,b.gbo(b))}, +aqt(a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4=a5.d +if(a4==null)a4=a5.c +s=a5.a +r=a5.b +q=a4.gmH() +p=a4.gh2(a4) +o=a4.gbn() +n=a4.gbY(a4) +m=a4.gfa(a4) +l=a4.gbo(a4) +k=a4.goc() +j=a4.gcN(a4) +a4.gp6() +i=a4.gtK() +h=a4.gpa() +g=a4.gcC() +f=a4.gxR() +e=a4.gC(a4) +d=a4.gzv() +c=a4.gzy() +b=a4.gzx() +a=a4.gzw() +a0=a4.gzi(a4) +a1=a4.gzS() +s.S(0,new A.X8(r,A.aqW(j,k,m,g,f,a4.grL(),0,n,!1,a0,o,l,h,i,d,a,b,c,e,a4.gn4(),a1,p,q).aG(a4.gbg(a4)),s)) +q=A.m(r).h("b2<1>") +p=q.h("aO") +a2=A.a6(new A.aO(new A.b2(r,q),new A.X9(s),p),!0,p.h("i.E")) +p=a4.gmH() +q=a4.gh2(a4) +a1=a4.gbn() +e=a4.gbY(a4) +c=a4.gfa(a4) +b=a4.gbo(a4) +a=a4.goc() +d=a4.gcN(a4) +a4.gp6() +i=a4.gtK() +h=a4.gpa() +l=a4.gcC() +o=a4.gxR() +a0=a4.gC(a4) +n=a4.gzv() +f=a4.gzy() +g=a4.gzx() +m=a4.gzw() +k=a4.gzi(a4) +j=a4.gzS() +a3=A.aqU(d,a,c,l,o,a4.grL(),0,e,!1,k,a1,b,h,i,n,m,g,f,a0,a4.gn4(),j,q,p).aG(a4.gbg(a4)) +for(q=new A.cs(a2,A.a5(a2).h("cs<1>")),q=new A.co(q,q.gp(q)),p=A.m(q).c;q.q();){o=q.d +if(o==null)o=p.a(o) +if(o.gA6()&&o.gz2(o)!=null){n=o.gz2(o) +n.toString +n.$1(a3.aG(r.i(0,o)))}}}, +K7:function K7(a,b){this.a=a +this.b=b}, +K8:function K8(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Dp:function Dp(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.fx$=0 +_.fy$=d +_.id$=_.go$=0 +_.k1$=!1}, +Xa:function Xa(){}, +Xd:function Xd(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Xc:function Xc(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Xb:function Xb(a){this.a=a}, +X8:function X8(a,b,c){this.a=a +this.b=b +this.c=c}, +X9:function X9(a){this.a=a}, +O9:function O9(){}, +agB(a,b,c){var s,r,q=a.ch,p=t.dJ.a(q.a) +if(p==null){s=a.mG(null) +q.saF(0,s) +q=s}else{p.zE() +a.mG(p) +q=p}a.db=!1 +r=new A.oP(q,a.giu()) +b=r +a.we(b,B.i) +b.pT()}, +aqM(a){var s=a.ch.a +s.toString +a.mG(t.gY.a(s)) +a.db=!1}, +aqO(a,b,c){var s=t.C +return new A.iM(a,c,b,A.a([],s),A.a([],s),A.a([],s),A.ax(t.I9),A.ax(t.sv))}, +arB(a){a.C0()}, +arC(a){a.Vw()}, +ain(a,b){if(a==null)return null +if(a.gT(a)||b.IF())return B.V +return A.agj(b,a)}, +atS(a,b,c,d){var s,r,q=b.d +q.toString +for(s=q;s!==a;s=q,b=r){s.cM(b,c) +q=s.d +q.toString +r=b.d +r.toString}a.cM(b,c) +a.cM(b,d)}, +aim(a,b){if(a==null)return b +if(b==null)return a +return a.ee(b)}, +c2:function c2(){}, +oP:function oP(a,b){var _=this +_.a=a +_.b=b +_.e=_.d=_.c=null}, +Y5:function Y5(a,b,c){this.a=a +this.b=b +this.c=c}, +Y4:function Y4(a,b,c){this.a=a +this.b=b +this.c=c}, +Y3:function Y3(a,b,c){this.a=a +this.b=b +this.c=c}, +Rk:function Rk(){}, +iM:function iM(a,b,c,d,e,f,g,h){var _=this +_.b=a +_.c=b +_.d=c +_.e=null +_.f=!1 +_.r=d +_.y=_.x=_.w=!1 +_.z=e +_.Q=f +_.as=!1 +_.at=null +_.ax=0 +_.ay=!1 +_.ch=g +_.CW=h +_.cx=null}, +Yd:function Yd(){}, +Yc:function Yc(){}, +Ye:function Ye(){}, +Yf:function Yf(){}, +w:function w(){}, +Zn:function Zn(a){this.a=a}, +Zq:function Zq(a,b,c){this.a=a +this.b=b +this.c=c}, +Zo:function Zo(a){this.a=a}, +Zp:function Zp(){}, +Zk:function Zk(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k}, +Zl:function Zl(a,b,c){this.a=a +this.b=b +this.c=c}, +Zm:function Zm(a,b){this.a=a +this.b=b}, +az:function az(){}, +d2:function d2(){}, +as:function as(){}, +v3:function v3(){}, +Zd:function Zd(a){this.a=a}, +a7Y:function a7Y(){}, +HF:function HF(a,b,c){this.b=a +this.c=b +this.a=c}, +dT:function dT(){}, +LU:function LU(a,b,c){var _=this +_.e=a +_.b=b +_.c=null +_.a=c}, +xg:function xg(a,b,c){var _=this +_.e=a +_.b=b +_.c=null +_.a=c}, +n2:function n2(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.w=_.r=!1 +_.x=c +_.y=d +_.z=!1 +_.b=e +_.c=null +_.a=f}, +Mb:function Mb(){var _=this +_.b=_.a=null +_.d=_.c=$ +_.e=!1}, +KA:function KA(){}, +LD:function LD(){}, +arz(a,b,c){var s=a.b +s.toString +t.tq.a(s) +return B.Fz}, +ad2(a,b){var s=a.a,r=b.a +if(sr)return-1 +else{s=a.b +if(s===b.b)return 0 +else return s===B.aO?1:-1}}, +kA:function kA(a,b){var _=this +_.b=_.a=null +_.bN$=a +_.ab$=b}, +Zi:function Zi(){}, +Zj:function Zj(a){this.a=a}, +va:function va(a,b,c,d,e,f,g,h,i){var _=this +_.M=a +_.ao=_.aa=_.ae=_.O=null +_.aQ=b +_.aR=c +_.bq=d +_.bE=null +_.by=!1 +_.cQ=_.cP=_.d3=_.be=null +_.yb$=e +_.dh$=f +_.a8$=g +_.cE$=h +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=i +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Zt:function Zt(){}, +Zu:function Zu(){}, +Zr:function Zr(){}, +Zs:function Zs(a,b){this.a=a +this.b=b}, +jh:function jh(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.e=_.d=null +_.f=!1 +_.w=_.r=null +_.x=$ +_.y=null +_.fx$=0 +_.fy$=d +_.id$=_.go$=0 +_.k1$=!1}, +y1:function y1(){}, +LE:function LE(){}, +LF:function LF(){}, +yJ:function yJ(){}, +Oq:function Oq(){}, +Or:function Or(){}, +agS(a){var s=new A.Ep(a,null,A.ao()) +s.aq() +s.saA(null) +return s}, +arA(a,b,c,d,e,f){var s=b==null?B.a9:b +s=new A.v9(!0,c,e,d,a,s,null,A.ao()) +s.aq() +s.saA(null) +return s}, +EJ:function EJ(){}, +eg:function eg(){}, +tu:function tu(a,b){this.a=a +this.b=b}, +vb:function vb(){}, +Ep:function Ep(a,b,c){var _=this +_.A=a +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +EA:function EA(a,b,c,d){var _=this +_.A=a +_.a_=b +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +ED:function ED(a,b,c,d,e){var _=this +_.A=a +_.a_=b +_.a9=c +_.fr$=d +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=e +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +v5:function v5(){}, +Ek:function Ek(a,b,c,d,e,f){var _=this +_.lY$=a +_.y8$=b +_.lZ$=c +_.y9$=d +_.fr$=e +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=f +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +rH:function rH(){}, +my:function my(a,b){this.b=a +this.c=b}, +qr:function qr(){}, +Eo:function Eo(a,b,c,d){var _=this +_.A=a +_.a_=null +_.a9=b +_.dO=_.bf=null +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Em:function Em(a,b,c,d){var _=this +_.bM=null +_.cj=$ +_.A=a +_.a_=null +_.a9=b +_.dO=_.bf=null +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +En:function En(a,b,c,d){var _=this +_.A=a +_.a_=null +_.a9=b +_.dO=_.bf=null +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +y2:function y2(){}, +EF:function EF(a,b,c,d,e,f,g,h,i){var _=this +_.y6=a +_.y7=b +_.bM=c +_.cj=d +_.fQ=e +_.A=f +_.a_=null +_.a9=g +_.dO=_.bf=null +_.fr$=h +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=i +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Zv:function Zv(a,b){this.a=a +this.b=b}, +EG:function EG(a,b,c,d,e,f,g){var _=this +_.bM=a +_.cj=b +_.fQ=c +_.A=d +_.a_=null +_.a9=e +_.dO=_.bf=null +_.fr$=f +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=g +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Zw:function Zw(a,b){this.a=a +this.b=b}, +Bh:function Bh(a,b){this.a=a +this.b=b}, +Et:function Et(a,b,c,d,e){var _=this +_.A=null +_.a_=a +_.a9=b +_.bf=c +_.fr$=d +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=e +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +EQ:function EQ(a,b,c){var _=this +_.a9=_.a_=_.A=null +_.bf=a +_.c8=_.dO=null +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +ZF:function ZF(a){this.a=a}, +Ex:function Ex(a,b,c,d){var _=this +_.A=a +_.a_=b +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Zh:function Zh(a){this.a=a}, +EH:function EH(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.cD=a +_.ea=b +_.cu=c +_.cv=d +_.bM=e +_.cj=f +_.fQ=g +_.a_B=h +_.HE=i +_.A=j +_.fr$=k +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=l +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +v9:function v9(a,b,c,d,e,f,g,h){var _=this +_.cD=a +_.ea=b +_.cu=c +_.cv=d +_.bM=e +_.cj=!0 +_.A=f +_.fr$=g +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=h +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +EK:function EK(a,b){var _=this +_.a_=_.A=0 +_.fr$=a +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=b +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +v8:function v8(a,b,c,d){var _=this +_.A=a +_.a_=b +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +EC:function EC(a,b,c){var _=this +_.A=a +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +v4:function v4(a,b,c,d){var _=this +_.A=a +_.a_=b +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +iS:function iS(a,b,c){var _=this +_.bM=_.cv=_.cu=_.ea=_.cD=null +_.A=a +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +vc:function vc(a,b,c,d,e,f,g,h){var _=this +_.A=a +_.a_=b +_.a9=c +_.bf=d +_.dO=e +_.HH=_.ie=_.fS=_.hx=_.c8=null +_.jb=f +_.fr$=g +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=h +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +El:function El(a,b,c){var _=this +_.A=a +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +EB:function EB(a,b){var _=this +_.fr$=a +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=b +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Ev:function Ev(a,b,c){var _=this +_.A=a +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Ez:function Ez(a,b,c){var _=this +_.A=a +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +v6:function v6(a,b,c,d,e){var _=this +_.A=a +_.a_=b +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null +_.$ti=e}, +Lt:function Lt(){}, +y3:function y3(){}, +y4:function y4(){}, +a_T(a,b){var s +if(a.t(0,b))return B.a2 +s=b.b +if(sa.d)return B.a1 +return b.a>=a.c?B.a1:B.aa}, +ah7(a,b,c){var s,r +if(a.t(0,b))return b +s=b.b +r=a.b +if(!(s<=r))s=s<=a.d&&b.a<=a.a +else s=!0 +if(s)return c===B.X?new A.v(a.a,r):new A.v(a.c,r) +else{s=a.d +return c===B.X?new A.v(a.c,s):new A.v(a.a,s)}}, +ah5(a,b){return new A.vD(a,b==null?B.ho:b,B.Gl)}, +ah4(a,b){return new A.vD(a,b==null?B.ho:b,B.cF)}, +ks:function ks(a,b){this.a=a +this.b=b}, +cX:function cX(){}, +Fl:function Fl(){}, +vE:function vE(a,b){this.a=a +this.b=b}, +py:function py(a,b){this.a=a +this.b=b}, +a_S:function a_S(){}, +rv:function rv(a){this.a=a}, +vD:function vD(a,b,c){this.b=a +this.c=b +this.a=c}, +pa:function pa(a,b){this.a=a +this.b=b}, +vF:function vF(a,b){this.a=a +this.b=b}, +kr:function kr(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +mv:function mv(a,b,c){this.a=a +this.b=b +this.c=c}, +Gk:function Gk(a,b){this.a=a +this.b=b}, +M8:function M8(){}, +EL:function EL(){}, +Zx:function Zx(a,b,c){this.a=a +this.b=b +this.c=c}, +EE:function EE(a,b,c,d){var _=this +_.A=null +_.a_=a +_.a9=b +_.fr$=c +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Ej:function Ej(){}, +EI:function EI(a,b,c,d,e,f){var _=this +_.cu=a +_.cv=b +_.A=null +_.a_=c +_.a9=d +_.fr$=e +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=f +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +a0w:function a0w(){}, +Es:function Es(a,b,c){var _=this +_.A=a +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +y5:function y5(){}, +jv(a,b){switch(b.a){case 0:return a +case 1:return A.awJ(a)}}, +avM(a,b){switch(b.a){case 0:return a +case 1:return A.awK(a)}}, +iY(a,b,c,d,e,f,g,h,i){var s=d==null?f:d,r=c==null?f:c,q=a==null?d:a +if(q==null)q=f +return new A.FD(h,g,f,s,e,r,f>0,b,i,q)}, +Cq:function Cq(a,b){this.a=a +this.b=b}, +kv:function kv(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l}, +FD:function FD(a,b,c,d,e,f,g,h,i,j){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.r=f +_.w=g +_.x=h +_.y=i +_.z=j}, +pk:function pk(a,b,c){this.a=a +this.b=b +this.c=c}, +FF:function FF(a,b,c){var _=this +_.c=a +_.d=b +_.a=c +_.b=null}, +vR:function vR(){}, +kx:function kx(a){this.a=a}, +iZ:function iZ(a,b,c){this.bN$=a +this.ab$=b +this.a=c}, +cj:function cj(){}, +Zy:function Zy(){}, +Zz:function Zz(a,b){this.a=a +this.b=b}, +Ms:function Ms(){}, +Mv:function Mv(){}, +a0L:function a0L(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a0M:function a0M(){}, +a0N:function a0N(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +a0J:function a0J(){}, +a0K:function a0K(){}, +pj:function pj(a,b,c){var _=this +_.b=_.w=null +_.c=!1 +_.m1$=a +_.bN$=b +_.ab$=c +_.a=null}, +EM:function EM(a,b,c,d,e,f,g){var _=this +_.fR=a +_.an=b +_.ah=c +_.aZ=$ +_.bx=!0 +_.dh$=d +_.a8$=e +_.cE$=f +_.fx=null +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=g +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +EN:function EN(a,b,c,d,e,f){var _=this +_.an=a +_.ah=b +_.aZ=$ +_.bx=!0 +_.dh$=c +_.a8$=d +_.cE$=e +_.fx=null +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=f +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +ZA:function ZA(a,b,c){this.a=a +this.b=b +this.c=c}, +fN:function fN(){}, +ZE:function ZE(){}, +dL:function dL(a,b,c){var _=this +_.b=null +_.c=!1 +_.m1$=a +_.bN$=b +_.ab$=c +_.a=null}, +ml:function ml(){}, +ZB:function ZB(a,b,c){this.a=a +this.b=b +this.c=c}, +ZD:function ZD(a,b){this.a=a +this.b=b}, +ZC:function ZC(){}, +y6:function y6(){}, +LI:function LI(){}, +LJ:function LJ(){}, +Mt:function Mt(){}, +Mu:function Mu(){}, +vd:function vd(){}, +EO:function EO(a,b,c,d){var _=this +_.br=null +_.hw=a +_.ic=b +_.fr$=c +_.fx=null +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=d +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +LH:function LH(){}, +agV(a,b,c,d){var s,r,q,p,o,n=b.w +if(n!=null&&b.f!=null){s=b.f +s.toString +n.toString +r=B.bZ.tU(c.a-s-n)}else{n=b.x +r=n!=null?B.bZ.tU(n):B.bZ}n=b.e +if(n!=null&&b.r!=null){s=b.r +s.toString +n.toString +r=r.zQ(c.b-s-n)}a.bZ(r,!0) +q=b.w +if(!(q!=null)){n=b.f +q=n!=null?c.a-n-a.gC(a).a:d.jY(t.o.a(c.a5(0,a.gC(a)))).a}p=(q<0||q+a.gC(a).a>c.a)&&!0 +o=b.e +if(!(o!=null)){n=b.r +o=n!=null?c.b-n-a.gC(a).b:d.jY(t.o.a(c.a5(0,a.gC(a)))).b}if(o<0||o+a.gC(a).b>c.b)p=!0 +b.a=new A.v(q,o) +return p}, +Zc:function Zc(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +d9:function d9(a,b,c){var _=this +_.y=_.x=_.w=_.r=_.f=_.e=null +_.bN$=a +_.ab$=b +_.a=c}, +G_:function G_(a,b){this.a=a +this.b=b}, +ve:function ve(a,b,c,d,e,f,g,h,i){var _=this +_.M=!1 +_.O=null +_.ae=a +_.aa=b +_.ao=c +_.aQ=d +_.aR=e +_.dh$=f +_.a8$=g +_.cE$=h +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=i +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +LK:function LK(){}, +LL:function LL(){}, +jB:function jB(a,b){this.a=a +this.b=b}, +wn:function wn(a,b){this.a=a +this.b=b}, +mm:function mm(){}, +LM:function LM(){}, +ary(a){for(;a!=null;){if(a instanceof A.mn)return a +a=a.d}return null}, +arG(a,b,c){var s=b.aq.a)return q +else if(a0)return a.a4e(0,1e5) +return!0}, +q3:function q3(a){this.a=a +this.b=null}, +mr:function mr(a,b){this.a=a +this.b=b}, +Y9:function Y9(a){this.a=a}, +d8:function d8(){}, +a_l:function a_l(a){this.a=a}, +a_n:function a_n(a){this.a=a}, +a_o:function a_o(a,b){this.a=a +this.b=b}, +a_p:function a_p(a){this.a=a}, +a_k:function a_k(a){this.a=a}, +a_m:function a_m(a){this.a=a}, +acK(){var s=new A.mI(new A.bk(new A.a3($.a7,t.U),t.l)) +s.Fm() +return s}, +pD:function pD(a,b){var _=this +_.a=null +_.b=!1 +_.c=null +_.d=a +_.e=null +_.f=b +_.r=$}, +mI:function mI(a){this.a=a +this.c=this.b=null}, +a2q:function a2q(a){this.a=a}, +wc:function wc(a){this.a=a}, +Fn:function Fn(){}, +a05:function a05(a){this.a=a}, +af4(a){var s=$.af2.i(0,a) +if(s==null){s=$.af3 +$.af3=s+1 +$.af2.m(0,a,s) +$.af1.m(0,s,a)}return s}, +as_(a,b){var s +if(a.length!==b.length)return!1 +for(s=0;s=0){q.Y(r,0,p).split("\n") +q.bK(r,p+2) +n.push(new A.u_())}else n.push(new A.u_())}return n}, +as2(a){switch(a){case"AppLifecycleState.resumed":return B.cU +case"AppLifecycleState.inactive":return B.eo +case"AppLifecycleState.hidden":return B.ep +case"AppLifecycleState.paused":return B.cV +case"AppLifecycleState.detached":return B.bX}return null}, +pe:function pe(){}, +a0o:function a0o(a){this.a=a}, +a0n:function a0n(a){this.a=a}, +a50:function a50(){}, +a51:function a51(a){this.a=a}, +a52:function a52(a){this.a=a}, +apW(a){var s,r,q=a.c,p=B.Dz.i(0,q) +if(p==null)p=new A.k(q) +q=a.d +s=B.DJ.i(0,q) +if(s==null)s=new A.f(q) +r=a.a +switch(a.b.a){case 0:return new A.lQ(p,s,a.e,r,a.f) +case 1:return new A.k4(p,s,null,r,a.f) +case 2:return new A.tX(p,s,a.e,r,!1)}}, +oo:function oo(a,b,c){this.c=a +this.a=b +this.b=c}, +k2:function k2(){}, +lQ:function lQ(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +k4:function k4(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +tX:function tX(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Uk:function Uk(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.e=null}, +CK:function CK(a,b){this.a=a +this.b=b}, +tW:function tW(a,b){this.a=a +this.b=b}, +CL:function CL(a,b,c,d){var _=this +_.a=null +_.b=a +_.c=b +_.d=null +_.e=c +_.f=d}, +JA:function JA(){}, +Wc:function Wc(){}, +f:function f(a){this.a=a}, +k:function k(a){this.a=a}, +JB:function JB(){}, +aci(a,b,c,d){return new A.uT(a,c,b,d)}, +aqs(a){return new A.uq(a)}, +hL:function hL(a,b){this.a=a +this.b=b}, +uT:function uT(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +uq:function uq(a){this.a=a}, +a1h:function a1h(){}, +VL:function VL(){}, +VN:function VN(){}, +a12:function a12(){}, +a14:function a14(a,b){this.a=a +this.b=b}, +a16:function a16(){}, +atm(a){var s,r,q +for(s=new A.cV(J.ar(a.a),a.b),r=A.m(s).z[1];s.q();){q=s.a +if(q==null)q=r.a(q) +if(!q.k(0,B.c4))return q}return null}, +X7:function X7(a,b){this.a=a +this.b=b}, +ur:function ur(){}, +bX:function bX(){}, +Ii:function Ii(){}, +MO:function MO(a,b){this.a=a +this.b=b}, +i0:function i0(a){this.a=a}, +K6:function K6(){}, +jG:function jG(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Q4:function Q4(a,b){this.a=a +this.b=b}, +oA:function oA(a,b){this.a=a +this.b=b}, +WU:function WU(a,b){this.a=a +this.b=b}, +iK:function iK(a,b){this.a=a +this.b=b}, +ars(a){var s,r,q,p,o={} +o.a=null +s=new A.YR(o,a).$0() +r=$.aaV().d +q=A.m(r).h("b2<1>") +p=A.f4(new A.b2(r,q),q.h("i.E")).t(0,s.gh0()) +q=J.b3(a,"type") +q.toString +A.bN(q) +switch(q){case"keydown":return new A.hS(o.a,p,s) +case"keyup":return new A.oZ(null,!1,s) +default:throw A.d(A.C3("Unknown key event type: "+q))}}, +lR:function lR(a,b){this.a=a +this.b=b}, +eG:function eG(a,b){this.a=a +this.b=b}, +uZ:function uZ(){}, +fW:function fW(){}, +YR:function YR(a,b){this.a=a +this.b=b}, +hS:function hS(a,b,c){this.a=a +this.b=b +this.c=c}, +oZ:function oZ(a,b,c){this.a=a +this.b=b +this.c=c}, +YW:function YW(a,b){this.a=a +this.d=b}, +c7:function c7(a,b){this.a=a +this.b=b}, +Lg:function Lg(){}, +Lf:function Lf(){}, +Ee:function Ee(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +vi:function vi(a,b){var _=this +_.b=_.a=null +_.f=_.e=_.d=_.c=!1 +_.r=a +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1}, +ZU:function ZU(a){this.a=a}, +ZV:function ZV(a){this.a=a}, +cr:function cr(a,b,c,d,e,f){var _=this +_.a=a +_.b=null +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.x=_.w=!1}, +ZR:function ZR(){}, +ZS:function ZS(){}, +ZQ:function ZQ(){}, +ZT:function ZT(){}, +a1m(a){var s=0,r=A.Y(t.H) +var $async$a1m=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:s=2 +return A.Z(B.b1.eP(u.p,A.aI(["label",a.a,"primaryColor",a.b],t.N,t.z),t.H),$async$a1m) +case 2:return A.W(null,r)}}) +return A.X($async$a1m,r)}, +ahu(a){if($.pr!=null){$.pr=a +return}if(a.k(0,$.acF))return +$.pr=a +A.dd(new A.a1n())}, +PL:function PL(a,b){this.a=a +this.b=b}, +i1:function i1(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +a1n:function a1n(){}, +Ga(a){var s=0,r=A.Y(t.H) +var $async$Ga=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:s=2 +return A.Z(B.b1.eP("SystemSound.play",a.F(),t.H),$async$Ga) +case 2:return A.W(null,r)}}) +return A.X($async$Ga,r)}, +G9:function G9(a,b){this.a=a +this.b=b}, +a1w:function a1w(){}, +Aw:function Aw(a){this.a=a}, +Wj:function Wj(a){this.a=a}, +S6:function S6(a){this.a=a}, +Gj(a,b,c,d){var s=b?").b(s))return s +else return null}, +ang(a,b,c){var s={} +s.a=null +A.PA(a,new A.PC(s,b,a,c)) +return s.a}, +af6(a){return new A.Bz(a,new A.bi(A.a([],t.ot),t.wS))}, +a9y:function a9y(a){this.a=a}, +aG:function aG(){}, +bh:function bh(){}, +ew:function ew(){}, +ld:function ld(a,b,c){var _=this +_.c=a +_.a=b +_.b=null +_.$ti=c}, +Pw:function Pw(){}, +il:function il(a,b,c){this.d=a +this.e=b +this.a=c}, +Py:function Py(a){this.a=a}, +PB:function PB(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Pz:function Pz(a,b,c){this.a=a +this.b=b +this.c=c}, +PC:function PC(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +wt:function wt(a,b,c){var _=this +_.d=a +_.e=b +_.a=null +_.b=c +_.c=null}, +a3m:function a3m(a){this.a=a}, +ws:function ws(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.w=c +_.b=d +_.a=e}, +GS:function GS(a){this.a=a +this.b=null}, +Bz:function Bz(a,b){this.c=a +this.a=b +this.b=null}, +nk:function nk(){}, +nz:function nz(){}, +hx:function hx(){}, +Bx:function Bx(){}, +iR:function iR(){}, +E9:function E9(a){var _=this +_.f=_.e=$ +_.a=a +_.b=null}, +Kx:function Kx(){}, +xQ:function xQ(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.f=b +_.a4x$=c +_.a4y$=d +_.a4z$=e +_.a4A$=f +_.a=g +_.b=null +_.$ti=h}, +wO:function wO(a,b,c,d){var _=this +_.c=a +_.d=b +_.a=c +_.b=null +_.$ti=d}, +H1:function H1(){}, +H_:function H_(){}, +Jw:function Jw(){}, +zi:function zi(){}, +r5:function r5(a,b,c,d){var _=this +_.e=a +_.c=b +_.a=c +_.$ti=d}, +avT(a,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=null +if(a==null||a.length===0)return B.b.gG(a0) +s=t.N +r=t.da +q=A.fJ(b,b,b,s,r) +p=A.fJ(b,b,b,s,r) +o=A.fJ(b,b,b,s,r) +n=A.fJ(b,b,b,s,r) +m=A.fJ(b,b,b,t.ob,r) +for(l=0;l<1;++l){k=a0[l] +s=k.a +r=B.az.i(0,s) +if(r==null)r=s +j=k.c +i=B.aM.i(0,j) +if(i==null)i=j +i=r+"_null_"+A.j(i) +if(q.i(0,i)==null)q.m(0,i,k) +r=B.az.i(0,s) +r=(r==null?s:r)+"_null" +if(o.i(0,r)==null)o.m(0,r,k) +r=B.az.i(0,s) +if(r==null)r=s +i=B.aM.i(0,j) +if(i==null)i=j +i=r+"_"+A.j(i) +if(p.i(0,i)==null)p.m(0,i,k) +r=B.az.i(0,s) +s=r==null?s:r +if(n.i(0,s)==null)n.m(0,s,k) +s=B.aM.i(0,j) +if(s==null)s=j +if(m.i(0,s)==null)m.m(0,s,k)}for(h=b,g=h,f=0;f>")) +for(s=new A.co(n,n.gp(n)),r=A.m(s).c,q=null;s.q();){p=s.d +o=p==null?r.a(p):p +q=(q==null?o:q).oH(0,o)}if(q.gT(q))return B.b.gG(a).a +return B.b.a_L(B.b.gG(a).gHj(),q.gi7(q)).w}, +aij(a,b){A.jy(a,new A.a7g(b),t.zP)}, +atJ(a,b){A.jy(a,new A.a7d(b),t.h7)}, +acp(){return new A.Z8(A.y(t.l5,t.UJ),A.awM())}, +afE(a,b){return new A.tk(b==null?A.acp():b,a,null)}, +Ts(a){var s +for(;s=a.Q,s!=null;a=s){if(a.e==null)return null +if(a instanceof A.x7)return a}return null}, +C8(a){var s,r=A.abL(a,!1,!0) +if(r==null)return null +s=A.Ts(r) +return s==null?null:s.dy}, +a9u:function a9u(a){this.a=a}, +q1:function q1(a,b){this.b=a +this.c=b}, +kB:function kB(a,b){this.a=a +this.b=b}, +GA:function GA(a,b){this.a=a +this.b=b}, +C9:function C9(){}, +Tt:function Tt(){}, +Tv:function Tv(a,b){this.a=a +this.b=b}, +Tu:function Tu(a){this.a=a}, +pX:function pX(a,b){this.a=a +this.b=b}, +Im:function Im(a){this.a=a}, +RP:function RP(){}, +a7h:function a7h(a){this.a=a}, +RX:function RX(a,b){this.a=a +this.b=b}, +RZ:function RZ(a){this.a=a}, +RY:function RY(a){this.a=a}, +S_:function S_(a){this.a=a}, +S0:function S0(a){this.a=a}, +RR:function RR(a){this.a=a}, +RS:function RS(a){this.a=a}, +RT:function RT(){}, +RU:function RU(a){this.a=a}, +RV:function RV(a){this.a=a}, +RW:function RW(){}, +RQ:function RQ(a,b,c){this.a=a +this.b=b +this.c=c}, +S1:function S1(a){this.a=a}, +S2:function S2(a){this.a=a}, +S3:function S3(a){this.a=a}, +S4:function S4(a){this.a=a}, +cF:function cF(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +a7e:function a7e(){}, +a7g:function a7g(a){this.a=a}, +a7f:function a7f(){}, +i9:function i9(a){this.a=a +this.b=null}, +a7c:function a7c(){}, +a7d:function a7d(a){this.a=a}, +Z8:function Z8(a,b){this.cj$=a +this.a=b}, +Z9:function Z9(){}, +Za:function Za(){}, +Zb:function Zb(a){this.a=a}, +tk:function tk(a,b,c){this.c=a +this.f=b +this.a=c}, +x7:function x7(a,b,c,d,e,f,g,h,i){var _=this +_.dy=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=null +_.f=f +_.r=g +_.Q=_.y=_.x=_.w=null +_.as=h +_.ax=_.at=null +_.ay=!1 +_.fx$=0 +_.fy$=i +_.id$=_.go$=0 +_.k1$=!1}, +J2:function J2(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +ET:function ET(a){this.a=a +this.b=null}, +m7:function m7(){}, +Dz:function Dz(a){this.a=a +this.b=null}, +mj:function mj(){}, +E6:function E6(a){this.a=a +this.b=null}, +Bv:function Bv(a){this.a=a +this.b=null}, +J3:function J3(){}, +Lj:function Lj(){}, +Oj:function Oj(){}, +Ok:function Ok(){}, +apv(a,b){return new A.bI(a,b.h("bI<0>"))}, +atw(a){a.cB() +a.aN(A.aad())}, +aoY(a,b){var s,r,q,p=a.d +p===$&&A.c() +s=b.d +s===$&&A.c() +r=p-s +if(r!==0)return r +q=b.Q +if(a.Q!==q)return q?-1:1 +return 0}, +aoZ(a,b){var s=A.a5(b).h("a4<1,d3>") +return A.aoq(!0,A.a6(new A.a4(b,new A.Ss(),s),!0,s.h("aX.E")),a,B.BA,!0,B.yE,null)}, +aoX(a){a.bL() +a.aN(A.ajX())}, +SZ(a){var s=a.a,r=s instanceof A.lw?s:null +return new A.BQ("",r,new A.wl())}, +asn(a){var s=a.af(),r=new A.fj(s,a,B.M) +s.c=r +s.a=a +return r}, +apO(a){return new A.eD(A.fJ(null,null,null,t.h,t.X),a,B.M)}, +aqv(a){return new A.eH(A.cx(t.h),a,B.M)}, +adp(a,b,c,d){var s=new A.br(b,c,"widgets library",a,d,!1) +A.cN(s) +return s}, +fI:function fI(){}, +bI:function bI(a,b){this.a=a +this.$ti=b}, +lD:function lD(a,b){this.a=a +this.$ti=b}, +h:function h(){}, +aQ:function aQ(){}, +a9:function a9(){}, +a8a:function a8a(a,b){this.a=a +this.b=b}, +al:function al(){}, +aJ:function aJ(){}, +dq:function dq(){}, +aT:function aT(){}, +aq:function aq(){}, +CT:function CT(){}, +aW:function aW(){}, +eI:function eI(){}, +pY:function pY(a,b){this.a=a +this.b=b}, +Jp:function Jp(a){this.a=!1 +this.b=a}, +a5V:function a5V(a,b){this.a=a +this.b=b}, +Ql:function Ql(a,b,c,d){var _=this +_.a=null +_.b=a +_.c=b +_.d=!1 +_.e=null +_.f=c +_.r=0 +_.w=!1 +_.y=_.x=null +_.z=d}, +Qm:function Qm(a,b,c){this.a=a +this.b=b +this.c=c}, +DE:function DE(){}, +a6X:function a6X(a,b){this.a=a +this.b=b}, +aP:function aP(){}, +Sv:function Sv(a){this.a=a}, +St:function St(a){this.a=a}, +Ss:function Ss(){}, +Sw:function Sw(a){this.a=a}, +Sx:function Sx(a){this.a=a}, +Sy:function Sy(a){this.a=a}, +Sq:function Sq(a){this.a=a}, +Su:function Su(){}, +Sr:function Sr(a){this.a=a}, +BQ:function BQ(a,b,c){this.d=a +this.e=b +this.a=c}, +rz:function rz(){}, +Rg:function Rg(){}, +Rh:function Rh(){}, +G0:function G0(a,b){var _=this +_.c=_.b=_.a=_.ax=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +fj:function fj(a,b,c){var _=this +_.k3=a +_.k4=!1 +_.c=_.b=_.a=_.ax=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +uW:function uW(){}, +kf:function kf(a,b,c){var _=this +_.c=_.b=_.a=_.ax=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1 +_.$ti=c}, +Y6:function Y6(a){this.a=a}, +eD:function eD(a,b,c){var _=this +_.y2=a +_.c=_.b=_.a=_.ax=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +b5:function b5(){}, +ZZ:function ZZ(){}, +CS:function CS(a,b){var _=this +_.c=_.b=_.a=_.ch=_.ax=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +vM:function vM(a,b){var _=this +_.c=_.b=_.a=_.ch=_.ax=_.k4=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +eH:function eH(a,b,c){var _=this +_.k4=$ +_.ok=a +_.c=_.b=_.a=_.ch=_.ax=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +Xf:function Xf(a){this.a=a}, +ER:function ER(){}, +og:function og(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Ki:function Ki(a,b){var _=this +_.c=_.b=_.a=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +Kl:function Kl(a){this.a=a}, +MD:function MD(){}, +TZ(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2){return new A.Ck(b,a1,a2,s,a0,o,q,r,p,f,k,h,j,i,g,l,n,m,a,d,c,e)}, +lC:function lC(){}, +cm:function cm(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Ck:function Ck(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.ay=j +_.cy=k +_.x2=l +_.y1=m +_.y2=n +_.aC=o +_.bi=p +_.ah=q +_.aZ=r +_.aR=s +_.bq=a0 +_.bE=a1 +_.a=a2}, +U_:function U_(a){this.a=a}, +U0:function U0(a,b){this.a=a +this.b=b}, +U1:function U1(a){this.a=a}, +U5:function U5(a,b){this.a=a +this.b=b}, +U6:function U6(a){this.a=a}, +U7:function U7(a,b){this.a=a +this.b=b}, +U8:function U8(a){this.a=a}, +U9:function U9(a,b){this.a=a +this.b=b}, +Ua:function Ua(a){this.a=a}, +Ub:function Ub(a,b){this.a=a +this.b=b}, +Uc:function Uc(a){this.a=a}, +U2:function U2(a,b){this.a=a +this.b=b}, +U3:function U3(a){this.a=a}, +U4:function U4(a,b){this.a=a +this.b=b}, +kl:function kl(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +oY:function oY(a,b){var _=this +_.d=a +_.a=_.e=null +_.b=b +_.c=null}, +J9:function J9(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +a04:function a04(){}, +a55:function a55(a){this.a=a}, +a5a:function a5a(a){this.a=a}, +a59:function a59(a){this.a=a}, +a56:function a56(a){this.a=a}, +a57:function a57(a){this.a=a}, +a58:function a58(a,b){this.a=a +this.b=b}, +a5b:function a5b(a){this.a=a}, +a5c:function a5c(a){this.a=a}, +a5d:function a5d(a,b){this.a=a +this.b=b}, +afM(a,b,c){var s=A.y(t.K,t.U3) +a.aN(new A.Ux(c,new A.Uw(s,b))) +return s}, +ai9(a,b){var s,r=a.gP() +r.toString +t.x.a(r) +s=r.bj(0,b==null?null:b.gP()) +r=r.gC(r) +return A.ef(s,new A.E(0,0,0+r.a,0+r.b))}, +oa:function oa(a,b){this.a=a +this.b=b}, +lE:function lE(a,b,c){this.c=a +this.e=b +this.a=c}, +Uw:function Uw(a,b){this.a=a +this.b=b}, +Ux:function Ux(a,b){this.a=a +this.b=b}, +q7:function q7(a,b){var _=this +_.d=a +_.e=null +_.f=!0 +_.a=null +_.b=b +_.c=null}, +a5O:function a5O(a,b){this.a=a +this.b=b}, +a5N:function a5N(){}, +a5K:function a5K(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.at=_.as=_.Q=$}, +jf:function jf(a,b){var _=this +_.a=a +_.b=$ +_.c=null +_.d=b +_.f=_.e=$ +_.r=null +_.x=_.w=!1}, +a5L:function a5L(a){this.a=a}, +a5M:function a5M(a,b){this.a=a +this.b=b}, +tt:function tt(a,b){this.a=a +this.b=b}, +Uv:function Uv(){}, +Uu:function Uu(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Ut:function Ut(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +Vc(a,b,c){return new A.iy(a,c,b,null)}, +iy:function iy(a,b,c,d){var _=this +_.c=a +_.d=b +_.z=c +_.a=d}, +c8:function c8(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Ve(a,b,c){return new A.lI(b,a,c)}, +ty(a,b){return new A.eu(new A.Vf(null,b,a),null)}, +apM(a){var s,r,q,p,o,n,m=A.afO(a).K(a),l=m.a,k=l==null +if(!k&&m.b!=null&&m.c!=null&&m.d!=null&&m.e!=null&&m.f!=null&&m.gc0(m)!=null)l=m +else{if(k)l=24 +k=m.b +if(k==null)k=0 +s=m.c +if(s==null)s=400 +r=m.d +if(r==null)r=0 +q=m.e +if(q==null)q=48 +p=m.f +if(p==null)p=B.l +o=m.gc0(m) +if(o==null)o=B.f7.gc0(B.f7) +n=m.w +l=m.o6(p,k,r,o,q,n==null?null:n,l,s)}return l}, +afO(a){var s=a.ad(t.Oh),r=s==null?null:s.w +return r==null?B.f7:r}, +lI:function lI(a,b,c){this.w=a +this.b=b +this.a=c}, +Vf:function Vf(a,b,c){this.a=a +this.b=b +this.c=c}, +tx(a,b,c,d,e,f,g,h){return new A.bz(g,b,h,c,e,a,d,f)}, +iA(a,b,c){var s,r,q,p,o,n,m,l,k,j=null +if(a==b&&a!=null)return a +s=a==null +r=s?j:a.a +q=b==null +r=A.L(r,q?j:b.a,c) +p=s?j:a.b +p=A.L(p,q?j:b.b,c) +o=s?j:a.c +o=A.L(o,q?j:b.c,c) +n=s?j:a.d +n=A.L(n,q?j:b.d,c) +m=s?j:a.e +m=A.L(m,q?j:b.e,c) +l=s?j:a.f +l=A.r(l,q?j:b.f,c) +k=s?j:a.gc0(a) +k=A.L(k,q?j:b.gc0(b),c) +s=s?j:a.w +return new A.bz(r,p,o,n,m,l,k,A.as6(s,q?j:b.w,c))}, +bz:function bz(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h}, +Jl:function Jl(){}, +P5(a,b){var s,r +a.ad(t.l4) +s=$.Pm() +r=A.d5(a,B.ea) +r=r==null?null:r.b +if(r==null)r=1 +return new A.tA(s,r,A.ac2(a),A.e6(a),b,A.nb())}, +tz:function tz(a,b,c,d,e){var _=this +_.c=a +_.r=b +_.z=c +_.as=d +_.a=e}, +xf:function xf(a){var _=this +_.f=_.e=_.d=null +_.r=!1 +_.w=$ +_.x=null +_.y=!1 +_.z=$ +_.a=_.ax=_.at=_.as=_.Q=null +_.b=a +_.c=null}, +a5R:function a5R(a,b,c){this.a=a +this.b=b +this.c=c}, +a5S:function a5S(a){this.a=a}, +a5T:function a5T(a){this.a=a}, +a5U:function a5U(a){this.a=a}, +O5:function O5(){}, +aol(a,b){return new A.is(a,b)}, +aeu(a,b,c,d,e,f,g,h){var s +if(d==null)s=null +else s=d +return new A.qV(a,s,f,b,g,h,c,e,null,null)}, +aev(a,b,c,d){return new A.qY(a,d,b,c,null,null)}, +zZ(a,b,c){return new A.qW(a,c,B.a4,b,null,null)}, +la:function la(a,b){this.a=a +this.b=b}, +is:function is(a,b){this.a=a +this.b=b}, +rY:function rY(a,b){this.a=a +this.b=b}, +jR:function jR(a,b){this.a=a +this.b=b}, +l8:function l8(a,b){this.a=a +this.b=b}, +m1:function m1(a,b){this.a=a +this.b=b}, +mF:function mF(a,b){this.a=a +this.b=b}, +CB:function CB(){}, +of:function of(){}, +Vy:function Vy(a){this.a=a}, +Vx:function Vx(a){this.a=a}, +Vw:function Vw(a,b){this.a=a +this.b=b}, +nl:function nl(){}, +PF:function PF(){}, +qV:function qV(a,b,c,d,e,f,g,h,i,j){var _=this +_.r=a +_.y=b +_.z=c +_.Q=d +_.at=e +_.ax=f +_.c=g +_.d=h +_.e=i +_.a=j}, +H6:function H6(a,b,c){var _=this +_.fx=_.fr=_.dy=_.dx=_.db=_.cy=_.cx=_.CW=null +_.e=_.d=$ +_.fg$=a +_.ck$=b +_.a=null +_.b=c +_.c=null}, +a3p:function a3p(){}, +a3q:function a3q(){}, +a3r:function a3r(){}, +a3s:function a3s(){}, +a3t:function a3t(){}, +a3u:function a3u(){}, +a3v:function a3v(){}, +a3w:function a3w(){}, +qY:function qY(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +H8:function H8(a,b,c){var _=this +_.z=null +_.e=_.d=_.Q=$ +_.fg$=a +_.ck$=b +_.a=null +_.b=c +_.c=null}, +a3y:function a3y(){}, +qW:function qW(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +H7:function H7(a,b,c){var _=this +_.CW=null +_.e=_.d=$ +_.fg$=a +_.ck$=b +_.a=null +_.b=c +_.c=null}, +a3x:function a3x(){}, +qZ:function qZ(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.r=a +_.w=b +_.x=c +_.z=d +_.Q=e +_.as=f +_.at=g +_.c=h +_.d=i +_.e=j +_.a=k}, +H9:function H9(a,b,c){var _=this +_.db=_.cy=_.cx=_.CW=null +_.e=_.d=$ +_.fg$=a +_.ck$=b +_.a=null +_.b=c +_.c=null}, +a3z:function a3z(){}, +a3A:function a3A(){}, +a3B:function a3B(){}, +a3C:function a3C(){}, +q9:function q9(){}, +apP(a,b,c,d){var s,r=a.hO(d) +if(r==null)return +c.push(r) +s=r.e +s.toString +d.a(s) +return}, +cn(a,b,c){var s,r,q,p,o,n +if(b==null)return a.ad(c) +s=A.a([],t.Fa) +A.apP(a,b,s,c) +if(s.length===0)return null +r=B.b.ga1(s) +for(q=s.length,p=0;p>")),i).b8(new A.a9L(k,h),t.e3)}, +ac2(a){var s=a.ad(t.Gk) +return s==null?null:s.r.f}, +aq7(a,b,c){var s=a.ad(t.Gk) +return s==null?null:c.h("0?").a(J.b3(s.r.e,b))}, +qm:function qm(a,b){this.a=a +this.b=b}, +a9J:function a9J(a){this.a=a}, +a9K:function a9K(){}, +a9L:function a9L(a,b){this.a=a +this.b=b}, +ed:function ed(){}, +NJ:function NJ(){}, +Bp:function Bp(){}, +xt:function xt(a,b,c,d){var _=this +_.r=a +_.w=b +_.b=c +_.a=d}, +u8:function u8(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +JM:function JM(a,b,c){var _=this +_.d=a +_.e=b +_.a=_.f=null +_.b=c +_.c=null}, +a6j:function a6j(a){this.a=a}, +a6k:function a6k(a,b){this.a=a +this.b=b}, +a6i:function a6i(a,b,c){this.a=a +this.b=b +this.c=c}, +aq9(a,b){var s,r +a.ad(t.bS) +s=A.aqb(a,b) +if(s==null)return null +a.uD(s,null) +r=s.e +r.toString +return b.a(r)}, +aqb(a,b){var s,r,q,p=a.hO(b) +if(p==null)return null +s=a.hO(t.bS) +if(s!=null){r=s.d +r===$&&A.c() +q=p.d +q===$&&A.c() +q=r>q +r=q}else r=!1 +if(r)return null +return p}, +aqa(a,b){var s={} +s.a=null +a.kO(new A.Wu(s,b)) +s=s.a +if(s==null)s=null +else{s=s.k3 +s.toString}return b.h("0?").a(s)}, +ac3(a,b){var s={} +s.a=null +a.kO(new A.Wt(s,b)) +s=s.a +s=s==null?null:s.gP() +return b.h("0?").a(s)}, +Wu:function Wu(a,b){this.a=a +this.b=b}, +Wt:function Wt(a,b){this.a=a +this.b=b}, +oy(a,b,c){return new A.iH(b,a,c)}, +aql(a){return new A.eu(new A.WK(a),null)}, +aqk(a,b){return new A.eu(new A.WJ(0,b,a),null)}, +d5(a,b){var s=A.cn(a,b,t.w) +return s==null?null:s.w}, +DP:function DP(a,b){this.a=a +this.b=b}, +db:function db(a,b){this.a=a +this.b=b}, +un:function un(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var _=this +_.a=a +_.b=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.as=l +_.at=m +_.ax=n +_.ay=o +_.ch=p +_.CW=q +_.cx=r}, +iH:function iH(a,b,c){this.w=a +this.b=b +this.a=c}, +WK:function WK(a){this.a=a}, +WJ:function WJ(a,b,c){this.a=a +this.b=b +this.c=c}, +XC:function XC(a,b){this.a=a +this.b=b}, +xA:function xA(a,b,c){this.c=a +this.e=b +this.a=c}, +JX:function JX(a){var _=this +_.a=_.e=_.d=null +_.b=a +_.c=null}, +a6G:function a6G(a,b){this.a=a +this.b=b}, +O7:function O7(){}, +agl(a,b,c,d,e,f,g){return new A.Do(c,!1,e,!0,f,b,g,null)}, +Do:function Do(a,b,c,d,e,f,g,h){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.a=h}, +X1:function X1(a,b){this.a=a +this.b=b}, +pP:function pP(a,b,c,d,e,f,g,h,i){var _=this +_.an=null +_.k3=_.k2=!1 +_.ok=_.k4=null +_.at=a +_.ay=b +_.ch=c +_.cx=_.CW=null +_.cy=!1 +_.db=null +_.f=d +_.r=e +_.a=f +_.b=null +_.c=g +_.d=h +_.e=i}, +He:function He(a){this.a=a}, +K4:function K4(a,b,c){this.c=a +this.d=b +this.a=c}, +Dx:function Dx(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +yN:function yN(a,b){this.a=a +this.b=b}, +a8p:function a8p(a,b,c){var _=this +_.d=a +_.e=b +_.f=c +_.c=_.b=null}, +oG(a){var s,r +if(a instanceof A.fj){s=a.k3 +s.toString +s=s instanceof A.hN}else s=!1 +if(s){s=a.k3 +s.toString +t.uK.a(s) +r=s}else r=null +if(r==null)r=a.rU(t.uK) +s=r +s.toString +return s}, +aqG(a,b){var s,r,q,p,o,n,m,l=null,k=A.a([],t.ny) +if(B.d.b5(b,"/")&&b.length>1){b=B.d.bK(b,1) +s=t.z +k.push(a.qN("/",!0,l,s)) +r=b.split("/") +if(b.length!==0)for(q=r.length,p=0,o="";p=3}, +atR(a){return a.ga47()}, +ail(a){return new A.a7E(a)}, +agr(a,b){var s,r,q,p +for(s=a.a,r=s.gtB(),q=r.length,p=0;p2?s[2]:null,B.hD) +case 1:s=s.d8(a,1)[1] +s.toString +t.pO.a(A.aqQ(new A.Qy(A.di(s)))) +return null}}, +p3:function p3(a,b){this.a=a +this.b=b}, +c4:function c4(){}, +a_6:function a_6(a){this.a=a}, +a_5:function a_5(a){this.a=a}, +fX:function fX(a,b){this.a=a +this.b=b}, +m6:function m6(){}, +lF:function lF(a,b,c){this.f=a +this.b=b +this.a=c}, +a_4:function a_4(){}, +Gy:function Gy(){}, +Bo:function Bo(){}, +uE:function uE(a,b,c,d,e,f,g,h,i){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.Q=f +_.as=g +_.at=h +_.a=i}, +XI:function XI(){}, +dy:function dy(a,b){this.a=a +this.b=b}, +Kh:function Kh(a,b,c){var _=this +_.a=null +_.b=a +_.c=b +_.d=c}, +eP:function eP(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=null +_.x=!0 +_.y=!1}, +a7D:function a7D(a,b){this.a=a +this.b=b}, +a7B:function a7B(){}, +a7C:function a7C(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a7A:function a7A(a,b){this.a=a +this.b=b}, +a7E:function a7E(a){this.a=a}, +kN:function kN(){}, +qj:function qj(a,b){this.a=a +this.b=b}, +qi:function qi(a,b){this.a=a +this.b=b}, +xK:function xK(a,b){this.a=a +this.b=b}, +xL:function xL(a,b){this.a=a +this.b=b}, +Jd:function Jd(a,b){var _=this +_.a=a +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1}, +hN:function hN(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.d=$ +_.e=a +_.f=b +_.r=c +_.w=d +_.x=e +_.y=f +_.z=!1 +_.Q=null +_.as=$ +_.at=g +_.ax=null +_.ch=_.ay=!1 +_.CW=0 +_.cx=h +_.cy=i +_.bb$=j +_.fb$=k +_.rP$=l +_.dN$=m +_.fc$=n +_.cO$=o +_.b2$=p +_.a=null +_.b=q +_.c=null}, +XF:function XF(a,b){this.a=a +this.b=b}, +XH:function XH(a){this.a=a}, +XE:function XE(){}, +XD:function XD(a){this.a=a}, +XG:function XG(a,b){this.a=a +this.b=b}, +ya:function ya(a,b){this.a=a +this.b=b}, +LP:function LP(){}, +Ka:function Ka(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=null}, +acQ:function acQ(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=null}, +Je:function Je(a){var _=this +_.y=null +_.a=!1 +_.c=_.b=null +_.fx$=0 +_.fy$=a +_.id$=_.go$=0 +_.k1$=!1}, +a5Q:function a5Q(){}, +m5:function m5(a){this.a=a}, +a6U:function a6U(){}, +xM:function xM(){}, +xN:function xN(){}, +O3:function O3(){}, +DF:function DF(){}, +cz:function cz(a,b,c,d){var _=this +_.d=a +_.b=b +_.a=c +_.$ti=d}, +xO:function xO(a,b,c){var _=this +_.c=_.b=_.a=_.ax=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1 +_.$ti=c}, +f2:function f2(){}, +Oc:function Oc(){}, +acd(a,b){return new A.iL(a,b,new A.eO(null,$.aR()),new A.bI(null,t.af))}, +atN(a){return a.a7(0)}, +atM(a,b){var s,r=a.ad(t.Am) +if(r!=null)return r +s=A.a([A.t3("No Overlay widget found."),A.b9(A.t(a.ga45()).j(0)+" widgets require an Overlay widget ancestor.\nAn overlay lets widgets float on top of other widget children."),A.BO("To introduce an Overlay widget, you can either directly include one, or use a widget that contains an Overlay itself, such as a Navigator, WidgetApp, MaterialApp, or CupertinoApp.")],t.E) +B.b.H(s,a.a_2(B.ME)) +throw A.d(A.Tk(s))}, +iL:function iL(a,b,c,d){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=c +_.e=null +_.f=d +_.r=!1}, +XR:function XR(a){this.a=a}, +jg:function jg(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +xP:function xP(a){var _=this +_.d=$ +_.e=null +_.r=_.f=$ +_.a=null +_.b=a +_.c=null}, +a6Z:function a6Z(){}, +oJ:function oJ(a,b,c){this.c=a +this.d=b +this.a=c}, +oL:function oL(a,b,c,d){var _=this +_.d=a +_.cO$=b +_.b2$=c +_.a=null +_.b=d +_.c=null}, +XW:function XW(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +XV:function XV(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +XX:function XX(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +XU:function XU(){}, +XT:function XT(){}, +yM:function yM(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +N_:function N_(a,b,c){var _=this +_.k4=$ +_.ok=a +_.c=_.b=_.a=_.ch=_.ax=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +n_:function n_(){}, +a7q:function a7q(a){this.a=a}, +qB:function qB(a,b,c){var _=this +_.y=_.x=_.w=_.r=_.f=_.e=_.at=null +_.bN$=a +_.ab$=b +_.a=c}, +mY:function mY(a,b,c,d,e,f,g,h){var _=this +_.M=null +_.O=a +_.ae=b +_.aa=c +_.ao=!1 +_.aQ=d +_.dh$=e +_.a8$=f +_.cE$=g +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=h +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +XS:function XS(){this.b=this.a=null}, +uM:function uM(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +Kv:function Kv(a){var _=this +_.d=null +_.e=!0 +_.a=_.f=null +_.b=a +_.c=null}, +a7_:function a7_(a,b){this.a=a +this.b=b}, +a71:function a71(a,b){this.a=a +this.b=b}, +a70:function a70(a){this.a=a}, +kO:function kO(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.ff$=_.fe$=_.fd$=_.e=_.d=null}, +mZ:function mZ(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +ql:function ql(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +Ku:function Ku(a,b){var _=this +_.c=_.b=_.a=_.ch=_.ax=_.ok=_.k4=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +Ih:function Ih(a,b){this.c=a +this.a=b}, +kQ:function kQ(a,b,c){var _=this +_.A=a +_.a_=!1 +_.a9=!0 +_.dO=_.bf=!1 +_.ff$=_.fe$=_.fd$=null +_.fr$=b +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=c +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +a7j:function a7j(a){this.a=a}, +a7k:function a7k(a){this.a=a}, +y0:function y0(a,b){var _=this +_.A=null +_.fr$=a +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=b +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +Kw:function Kw(){}, +Ol:function Ol(){}, +Om:function Om(){}, +zj:function zj(){}, +Oo:function Oo(){}, +afK(a,b,c){return new A.to(a,c,b,null)}, +ai8(a,b,c){var s,r,q=null,p=t.c,o=new A.ay(0,0,p),n=new A.ay(0,0,p),m=new A.xb(B.e8,o,n,b,a,$.aR()),l=A.cJ(q,q,q,q,c) +l.aY() +s=l.bD$ +s.b=!0 +s.a.push(m.gv0()) +m.b!==$&&A.cc() +m.b=l +r=A.ex(B.iF,l,q) +r.a.Z(0,m.gdS()) +t.m.a(r) +p=p.h("aB") +m.r!==$&&A.cc() +m.r=new A.aB(r,o,p) +m.x!==$&&A.cc() +m.x=new A.aB(r,n,p) +p=c.rz(m.gWT()) +m.y!==$&&A.cc() +m.y=p +return m}, +to:function to(a,b,c,d){var _=this +_.e=a +_.f=b +_.w=c +_.a=d}, +xc:function xc(a,b,c,d){var _=this +_.r=_.f=_.e=_.d=null +_.w=a +_.cO$=b +_.b2$=c +_.a=null +_.b=d +_.c=null}, +q6:function q6(a,b){this.a=a +this.b=b}, +xb:function xb(a,b,c,d,e,f){var _=this +_.a=a +_.b=$ +_.c=null +_.e=_.d=0 +_.f=b +_.r=$ +_.w=c +_.y=_.x=$ +_.z=null +_.as=_.Q=0.5 +_.at=0 +_.ax=d +_.ay=e +_.fx$=0 +_.fy$=f +_.id$=_.go$=0 +_.k1$=!1}, +a5I:function a5I(a){this.a=a}, +Ja:function Ja(a,b,c,d){var _=this +_.b=a +_.c=b +_.d=c +_.a=d}, +MG:function MG(a,b){this.a=a +this.b=b}, +w0:function w0(a,b,c,d){var _=this +_.c=a +_.e=b +_.f=c +_.a=d}, +yF:function yF(a,b,c){var _=this +_.d=$ +_.f=_.e=null +_.r=0 +_.w=!0 +_.cO$=a +_.b2$=b +_.a=null +_.b=c +_.c=null}, +a8d:function a8d(a,b,c){this.a=a +this.b=b +this.c=c}, +qz:function qz(a,b){this.a=a +this.b=b}, +yE:function yE(a,b,c,d){var _=this +_.b=_.a=$ +_.c=a +_.d=b +_.e=0 +_.f=c +_.fx$=0 +_.fy$=d +_.id$=_.go$=0 +_.k1$=!1}, +uN:function uN(a,b){this.a=a +this.eb$=b}, +xR:function xR(){}, +zf:function zf(){}, +zm:function zm(){}, +agy(a,b){var s=a.e +s.toString +return!(s instanceof A.oM)}, +agA(a){var s=a.HK(t.Mf) +return s==null?null:s.d}, +yA:function yA(a){this.a=a}, +XY:function XY(){this.a=null}, +XZ:function XZ(a){this.a=a}, +oM:function oM(a,b,c){this.c=a +this.d=b +this.a=c}, +uO:function uO(){}, +WO:function WO(){}, +Yk:function Yk(){}, +Bm:function Bm(a,b){this.a=a +this.d=b}, +ar9(a,b){var s,r=a.HK(t.bb) +if(r==null)return!1 +s=A.acu(a).jB(a) +if(r.w.t(0,s))return r.r===b +return!1}, +YI(a){var s=a.ad(t.bb) +return s==null?null:s.f}, +oT:function oT(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.w=c +_.b=d +_.a=e}, +p1(a){var s=a.ad(t.lQ) +return s==null?null:s.f}, +a2T(a,b){return new A.wm(a,b,null)}, +km:function km(a,b,c){this.c=a +this.d=b +this.a=c}, +LQ:function LQ(a,b,c,d,e,f){var _=this +_.bb$=a +_.fb$=b +_.rP$=c +_.dN$=d +_.fc$=e +_.a=null +_.b=f +_.c=null}, +wm:function wm(a,b,c){this.f=a +this.b=b +this.a=c}, +vl:function vl(a,b,c){this.c=a +this.d=b +this.a=c}, +y9:function y9(a){var _=this +_.d=null +_.e=!1 +_.r=_.f=null +_.w=!1 +_.a=null +_.b=a +_.c=null}, +a7v:function a7v(a){this.a=a}, +a7u:function a7u(a,b){this.a=a +this.b=b}, +d7:function d7(){}, +hV:function hV(){}, +ZW:function ZW(a,b){this.a=a +this.b=b}, +a8V:function a8V(){}, +Op:function Op(){}, +c3:function c3(){}, +hg:function hg(){}, +y7:function y7(){}, +vh:function vh(a,b,c){var _=this +_.cy=a +_.y=null +_.a=!1 +_.c=_.b=null +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1 +_.$ti=c}, +vg:function vg(a,b){var _=this +_.cy=a +_.y=null +_.a=!1 +_.c=_.b=null +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1}, +a8W:function a8W(){}, +mq:function mq(a,b){this.b=a +this.c=b}, +F_:function F_(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f +_.$ti=g}, +EZ:function EZ(a,b){this.a=a +this.b=b}, +qt:function qt(a,b,c,d,e,f,g,h){var _=this +_.e=_.d=null +_.f=a +_.r=$ +_.w=!1 +_.bb$=b +_.fb$=c +_.rP$=d +_.dN$=e +_.fc$=f +_.a=null +_.b=g +_.c=null +_.$ti=h}, +a7L:function a7L(a){this.a=a}, +a7M:function a7M(a){this.a=a}, +a7K:function a7K(a){this.a=a}, +a7I:function a7I(a,b,c){this.a=a +this.b=b +this.c=c}, +a7F:function a7F(a){this.a=a}, +a7G:function a7G(a,b){this.a=a +this.b=b}, +a7J:function a7J(){}, +a7H:function a7H(){}, +LV:function LV(a,b,c,d,e,f,g){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.b=f +_.a=g}, +LN:function LN(a){var _=this +_.y=null +_.a=!1 +_.c=_.b=null +_.fx$=0 +_.fy$=a +_.id$=_.go$=0 +_.k1$=!1}, +qF:function qF(){}, +X3(a,b){var s=a.ad(t.Fe),r=s==null?null:s.x +return b.h("kb<0>?").a(r)}, +oK:function oK(){}, +ek:function ek(){}, +a2N:function a2N(a,b,c){this.a=a +this.b=b +this.c=c}, +a2L:function a2L(a,b,c){this.a=a +this.b=b +this.c=c}, +a2M:function a2M(a,b,c){this.a=a +this.b=b +this.c=c}, +a2K:function a2K(a,b){this.a=a +this.b=b}, +D_:function D_(){}, +Io:function Io(a,b){this.e=a +this.a=b +this.b=null}, +xE:function xE(a,b,c,d,e,f){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.b=e +_.a=f}, +qh:function qh(a,b,c){this.c=a +this.a=b +this.$ti=c}, +mX:function mX(a,b,c,d){var _=this +_.d=null +_.e=$ +_.f=a +_.r=b +_.a=null +_.b=c +_.c=null +_.$ti=d}, +a6H:function a6H(a){this.a=a}, +a6L:function a6L(a){this.a=a}, +a6M:function a6M(a){this.a=a}, +a6K:function a6K(a){this.a=a}, +a6I:function a6I(a){this.a=a}, +a6J:function a6J(a){this.a=a}, +kb:function kb(){}, +X4:function X4(a,b){this.a=a +this.b=b}, +X5:function X5(){}, +X2:function X2(){}, +mW:function mW(){}, +ah0(a,b,c,d){return new A.F4(d,a,c,b,null)}, +F4:function F4(a,b,c,d,e){var _=this +_.d=a +_.f=b +_.r=c +_.x=d +_.a=e}, +F8:function F8(){}, +jX:function jX(a){this.a=a +this.b=!1}, +UU:function UU(a,b){this.c=a +this.a=b +this.b=!1}, +a_y:function a_y(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i}, +Sj:function Sj(a,b){this.c=a +this.a=b +this.b=!1}, +Ad:function Ad(a,b){var _=this +_.c=$ +_.d=a +_.a=b +_.b=!1}, +BG:function BG(a){var _=this +_.d=_.c=$ +_.a=a +_.b=!1}, +vo:function vo(a,b,c){this.a=a +this.b=b +this.$ti=c}, +a_u:function a_u(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a_t:function a_t(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +acu(a){var s=a.ad(t.Cy),r=s==null?null:s.f +return r==null?B.wG:r}, +F9:function F9(){}, +a_v:function a_v(){}, +a_w:function a_w(){}, +a_x:function a_x(){}, +vp:function vp(a,b,c){this.f=a +this.b=b +this.a=c}, +acv(){return new A.Fa(A.a([],t.ZP),$.aR())}, +Fa:function Fa(a,b){var _=this +_.f=a +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1}, +adm(a,b){return b}, +a0H:function a0H(){}, +qu:function qu(a){this.a=a}, +FC:function FC(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.w=f}, +a0I:function a0I(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.f=d +_.r=e}, +qv:function qv(a,b){this.c=a +this.a=b}, +yn:function yn(a,b){var _=this +_.f=_.e=_.d=null +_.r=!1 +_.hv$=a +_.a=null +_.b=b +_.c=null}, +a7X:function a7X(a,b){this.a=a +this.b=b}, +Ot:function Ot(){}, +iU:function iU(){}, +BY:function BY(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +IT:function IT(){}, +acw(a,b,c,d,e){var s=new A.fY(c,e,d,a,0) +if(b!=null)s.eb$=b +return s}, +awt(a){return a.eb$===0}, +em:function em(){}, +a38:function a38(){}, +dK:function dK(){}, +vu:function vu(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.eb$=d}, +fY:function fY(a,b,c,d,e){var _=this +_.d=a +_.e=b +_.a=c +_.b=d +_.eb$=e}, +hP:function hP(a,b,c,d,e,f){var _=this +_.d=a +_.e=b +_.f=c +_.a=d +_.b=e +_.eb$=f}, +kp:function kp(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.eb$=d}, +GK:function GK(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.eb$=d}, +yh:function yh(){}, +yg:function yg(a,b,c){this.f=a +this.b=b +this.a=c}, +kL:function kL(a){var _=this +_.a=a +_.ff$=_.fe$=_.fd$=null}, +vr:function vr(a,b){this.c=a +this.a=b}, +vs:function vs(a,b){var _=this +_.d=a +_.a=null +_.b=b +_.c=null}, +a_z:function a_z(a){this.a=a}, +a_A:function a_A(a){this.a=a}, +a_B:function a_B(a){this.a=a}, +anw(a,b,c){var s,r +if(a>0){s=a/c +if(b"))}, +adj(a,b){var s=$.aA.O$.z.i(0,a).gP() +s.toString +return t.x.a(s).kR(b)}, +vy:function vy(a,b){this.a=a +this.b=b}, +vz:function vz(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=null +_.f=e +_.r=f +_.w=g +_.x=h +_.y=i +_.z=j +_.Q=k +_.as=l +_.at=m +_.ax=n +_.ay=!1 +_.CW=_.ch=null +_.cy=_.cx=$ +_.dx=_.db=null +_.fx$=0 +_.fy$=o +_.id$=_.go$=0 +_.k1$=!1}, +a_P:function a_P(){}, +p_:function p_(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.c=a +_.d=b +_.e=c +_.r=d +_.w=e +_.Q=f +_.ay=g +_.ch=h +_.CW=i +_.cx=j +_.cy=k +_.db=l +_.a=m}, +hT:function hT(a,b,c,d,e){var _=this +_.w=_.r=_.f=_.e=_.d=null +_.y=_.x=$ +_.z=a +_.as=_.Q=!1 +_.at=$ +_.cO$=b +_.b2$=c +_.a=null +_.b=d +_.c=null +_.$ti=e}, +Z5:function Z5(a){this.a=a}, +Z1:function Z1(a){this.a=a}, +Z2:function Z2(a){this.a=a}, +YZ:function YZ(a){this.a=a}, +Z_:function Z_(a){this.a=a}, +Z0:function Z0(a){this.a=a}, +Z3:function Z3(a){this.a=a}, +Z4:function Z4(a){this.a=a}, +Z6:function Z6(a){this.a=a}, +Z7:function Z7(a){this.a=a}, +ie:function ie(a,b,c,d,e,f,g,h,i,j){var _=this +_.eL=a +_.k2=!1 +_.aU=_.bx=_.aZ=_.ah=_.an=_.bi=_.aC=_.y2=_.y1=_.xr=_.x2=_.x1=_.to=_.ry=_.rx=_.RG=_.R8=_.p4=_.p3=_.p2=_.p1=_.ok=_.k4=_.k3=null +_.at=b +_.ay=c +_.ch=d +_.cx=_.CW=null +_.cy=!1 +_.db=null +_.f=e +_.r=f +_.a=g +_.b=null +_.c=h +_.d=i +_.e=j}, +ig:function ig(a,b,c,d,e,f,g,h,i,j){var _=this +_.j9=a +_.aQ=_.ao=_.aa=_.ae=_.O=_.M=_.aU=_.bx=_.aZ=_.ah=_.an=null +_.k3=_.k2=!1 +_.ok=_.k4=null +_.at=b +_.ay=c +_.ch=d +_.cx=_.CW=null +_.cy=!1 +_.db=null +_.f=e +_.r=f +_.a=g +_.b=null +_.c=h +_.d=i +_.e=j}, +qp:function qp(){}, +aqx(a,b){var s,r=a.b,q=b.b,p=r-q +if(!(p<3&&a.d-b.d>-3))s=q-r<3&&b.d-a.d>-3 +else s=!0 +if(s)return 0 +if(Math.abs(p)>3)return r>q?1:-1 +return a.d>b.d?1:-1}, +aqw(a,b){var s=a.a,r=b.a,q=s-r +if(q<1e-10&&a.c-b.c>-1e-10){if(a.c-b.c>1e-10)return 1 +return-1}if(r-s<1e-10&&b.c-a.c>-1e-10){if(b.c-a.c>1e-10)return-1 +return 1}if(Math.abs(q)>1e-10)return s>r?1:-1 +return a.c>b.c?1:-1}, +oB:function oB(){}, +Xw:function Xw(a){this.a=a}, +Xx:function Xx(a,b,c){this.a=a +this.b=b +this.c=c}, +Xy:function Xy(){}, +Xu:function Xu(a,b){this.a=a +this.b=b}, +Xv:function Xv(a){this.a=a}, +Xz:function Xz(a,b){this.a=a +this.b=b}, +XA:function XA(a){this.a=a}, +Xl:function Xl(a){this.a=a}, +Xm:function Xm(a){this.a=a}, +Xn:function Xn(a){this.a=a}, +Xo:function Xo(a){this.a=a}, +Xp:function Xp(a){this.a=a}, +Xq:function Xq(a){this.a=a}, +Xr:function Xr(a){this.a=a}, +Xs:function Xs(a){this.a=a}, +Xt:function Xt(a){this.a=a}, +K9:function K9(){}, +Fk(a){var s=a.ad(t.Wu) +return s==null?null:s.f}, +ah6(a,b){return new A.pb(b,a,null)}, +p9:function p9(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +M7:function M7(a,b,c,d){var _=this +_.d=a +_.m_$=b +_.ko$=c +_.a=null +_.b=d +_.c=null}, +pb:function pb(a,b,c){this.f=a +this.b=b +this.a=c}, +Fj:function Fj(){}, +Os:function Os(){}, +zk:function zk(){}, +vJ:function vJ(a,b){this.c=a +this.a=b}, +Mg:function Mg(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +Mh:function Mh(a,b,c){this.x=a +this.b=b +this.a=c}, +cY(a,b,c,d,e){return new A.am(a,c,e,b,d)}, +as7(a){var s=A.y(t.y6,t.Xw) +a.S(0,new A.a0s(s)) +return s}, +acz(a,b,c){return new A.mA(null,c,a,b,null)}, +am:function am(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +mN:function mN(a,b){this.a=a +this.b=b}, +pi:function pi(a,b){var _=this +_.b=a +_.c=null +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1}, +a0s:function a0s(a){this.a=a}, +a0r:function a0r(){}, +a0t:function a0t(a){this.a=a}, +a0u:function a0u(a){this.a=a}, +mA:function mA(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +yq:function yq(a){var _=this +_.a=_.d=null +_.b=a +_.c=null}, +Fv:function Fv(a,b){var _=this +_.c=a +_.fx$=0 +_.fy$=b +_.id$=_.go$=0 +_.k1$=!1}, +vL:function vL(a,b){this.c=a +this.a=b}, +yp:function yp(a,b,c){var _=this +_.d=a +_.e=b +_.a=null +_.b=c +_.c=null}, +Mm:function Mm(a,b,c){this.f=a +this.b=b +this.a=c}, +Mk:function Mk(){}, +Ml:function Ml(){}, +Mn:function Mn(){}, +Mp:function Mp(){}, +Mq:function Mq(){}, +NQ:function NQ(){}, +ahl(a,b){return new A.pl(b,A.acC(t.S,t.Dv),a,B.M)}, +asd(a,b,c,d,e){if(b===e-1)return d +return d+(d-c)/(b-a+1)*(e-b-1)}, +apU(a,b){return new A.tU(b,a,null)}, +FI:function FI(){}, +kw:function kw(){}, +FG:function FG(a,b){this.d=a +this.a=b}, +FE:function FE(a,b,c){this.f=a +this.d=b +this.a=c}, +pl:function pl(a,b,c,d){var _=this +_.k4=a +_.ok=b +_.p2=_.p1=null +_.p3=!1 +_.c=_.b=_.a=_.ch=_.ax=null +_.d=$ +_.e=c +_.f=null +_.r=d +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +a0R:function a0R(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a0P:function a0P(){}, +a0Q:function a0Q(a,b){this.a=a +this.b=b}, +a0O:function a0O(a,b,c){this.a=a +this.b=b +this.c=c}, +a0S:function a0S(a,b){this.a=a +this.b=b}, +tU:function tU(a,b,c){this.f=a +this.b=b +this.a=c}, +vS:function vS(){}, +h1:function h1(){}, +ky:function ky(){}, +vT:function vT(a,b,c,d,e){var _=this +_.k4=a +_.ok=b +_.c=_.b=_.a=_.ch=_.ax=_.p1=null +_.d=$ +_.e=c +_.f=null +_.r=d +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1 +_.$ti=e}, +yr:function yr(){}, +ahn(a,b,c,d,e){return new A.FM(c,d,!0,e,b,null)}, +FK:function FK(a,b){this.a=a +this.b=b}, +vW:function vW(a){var _=this +_.a=!1 +_.fx$=0 +_.fy$=a +_.id$=_.go$=0 +_.k1$=!1}, +FM:function FM(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.c=e +_.a=f}, +qs:function qs(a,b,c,d,e,f,g){var _=this +_.A=a +_.a_=b +_.a9=c +_.bf=d +_.dO=e +_.hx=_.c8=null +_.fS=!1 +_.ie=null +_.fr$=f +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=g +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +FL:function FL(){}, +If:function If(){}, +Gc:function Gc(a,b){this.c=a +this.a=b}, +EP:function EP(a,b,c,d,e,f){var _=this +_.cD=a +_.ea=b +_.cu=c +_.A=d +_.fr$=e +_.fy=_.fx=null +_.go=!1 +_.k1=_.id=null +_.k2=0 +_.a=!1 +_.b=null +_.c=0 +_.e=_.d=null +_.r=_.f=!1 +_.w=null +_.x=!1 +_.y=null +_.z=!0 +_.Q=null +_.as=!1 +_.at=null +_.ax=!1 +_.ay=$ +_.ch=f +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +jQ(a,b,c,d,e,f,g,h){return new A.nR(e,f,d,c,b,h,g,a,null)}, +j1(a,b,c){return new A.kz(a,null,c,null,b,null)}, +nR:function nR(a,b,c,d,e,f,g,h,i){var _=this +_.w=a +_.x=b +_.y=c +_.z=d +_.Q=e +_.as=f +_.at=g +_.b=h +_.a=i}, +Km:function Km(a){this.a=a}, +kz:function kz(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.r=d +_.z=e +_.a=f}, +a2k:function a2k(a){this.a=a}, +a2m:function a2m(a){this.a=a}, +a2l:function a2l(a){this.a=a}, +BA:function BA(){}, +Bw:function Bw(){}, +rO:function rO(){}, +rQ:function rQ(){}, +rP:function rP(){}, +Bu:function Bu(){}, +lp:function lp(){}, +lr:function lr(){}, +td:function td(){}, +t6:function t6(){}, +t7:function t7(){}, +fG:function fG(){}, +ls:function ls(){}, +lt:function lt(){}, +tb:function tb(){}, +tc:function tc(){}, +lq:function lq(){}, +vv:function vv(){}, +Fh:function Fh(){}, +rE:function rE(){}, +DT:function DT(){}, +Eg:function Eg(){}, +GC:function GC(){}, +Gz:function Gz(){}, +ahA(a){var s=a.ad(t.l3),r=s==null?null:s.f +return r!==!1}, +ahz(a){var s=a.u9(t.l3),r=s==null?null:s.r +return r==null?B.wX:r}, +pE:function pE(a,b,c){this.c=a +this.d=b +this.a=c}, +N1:function N1(a,b){var _=this +_.d=!0 +_.e=a +_.a=null +_.b=b +_.c=null}, +x_:function x_(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +iW:function iW(){}, +dN:function dN(){}, +NI:function NI(a,b,c){var _=this +_.w=a +_.a=null +_.b=!1 +_.c=null +_.d=b +_.e=null +_.f=c +_.r=$}, +wM:function wM(){}, +Gs:function Gs(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +a0F(a,b,c,d){return new A.FB(c,d,a,b,null)}, +ah1(a,b){return new A.F7(A.axX(),B.N,null,a,b,null)}, +arL(a){return A.ul(a,a,1)}, +acr(a,b){return new A.EY(A.axW(),B.N,null,a,b,null)}, +arH(a){var s,r,q=a*3.141592653589793*2,p=new Float64Array(16) +p[15]=1 +s=Math.cos(q) +r=Math.sin(q) +p[0]=s +p[1]=r +p[2]=0 +p[4]=-r +p[5]=s +p[6]=0 +p[8]=0 +p[9]=0 +p[10]=1 +p[3]=0 +p[7]=0 +p[11]=0 +return new A.aY(p)}, +te(a,b,c){return new A.BS(c,!1,b,null)}, +jC(a,b,c){return new A.zY(b,c,a,null)}, +r0:function r0(){}, +wv:function wv(a){this.a=null +this.b=a +this.c=null}, +a3D:function a3D(){}, +FB:function FB(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +Df:function Df(){}, +F7:function F7(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.c=e +_.a=f}, +EY:function EY(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.c=e +_.a=f}, +BS:function BS(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +Bg:function Bg(a,b,c,d){var _=this +_.e=a +_.r=b +_.c=c +_.a=d}, +u5:function u5(){}, +zY:function zY(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +ahR(a){var s=A.aq9(a,t._l) +return s==null?null:s.f}, +ahS(a){var s=a.ad(t.Li) +s=s==null?null:s.f +if(s==null){s=$.mo.cx$ +s===$&&A.c()}return s}, +GP:function GP(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +a36:function a36(a){this.a=a}, +xV:function xV(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +Li:function Li(a,b){var _=this +_.bi=$ +_.c=_.b=_.a=_.ch=_.ax=_.ah=_.an=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +n4:function n4(a,b,c){this.f=a +this.b=b +this.a=c}, +xT:function xT(a,b,c){this.f=a +this.b=b +this.a=c}, +wS:function wS(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +ahT(a,b){var s +switch(b.a){case 0:s=a.ad(t.I) +s.toString +return A.adV(s.w) +case 1:return B.E +case 2:s=a.ad(t.I) +s.toString +return A.adV(s.w) +case 3:return B.E}}, +wo:function wo(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.r=b +_.w=c +_.x=d +_.y=e +_.Q=f +_.c=g +_.a=h}, +NF:function NF(a,b,c){var _=this +_.ah=!1 +_.aZ=null +_.k4=$ +_.ok=a +_.c=_.b=_.a=_.ch=_.ax=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +OR:function OR(){}, +OS:function OS(){}, +ahU(a){var s,r,q,p,o={} +o.a=a +s=t.ps +r=a.hO(s) +q=!0 +while(!0){if(!(q&&r!=null))break +q=s.a(a.xB(r)).gyE() +r.kO(new A.a39(o)) +p=o.a.x +r=p==null?null:p.i(0,A.b6(s))}return q}, +a39:function a39(a){this.a=a}, +at5(a,b){var s={},r=A.a([],t.F),q=A.a([14],t.n) +s.a=0 +new A.a3b(s,q,b,r).$1(a) +return r}, +a3b:function a3b(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Ei:function Ei(){}, +Yq:function Yq(a){this.a=a}, +Me:function Me(a,b){this.a=a +this.b=b}, +ji:function ji(a,b,c,d,e,f,g,h,i,j){var _=this +_.a=a +_.b=b +_.e=_.d=$ +_.f=c +_.w=d +_.z=e +_.Q=f +_.as=g +_.ax=_.at=$ +_.ay=null +_.ch=h +_.CW=i +_.$ti=j}, +LZ:function LZ(a){this.d=a}, +a5G:function a5G(a,b){this.a=a +this.c=b}, +a5H:function a5H(){}, +Ud:function Ud(a){var _=this +_.d=a +_.cy=_.CW=_.as=null}, +Ue:function Ue(a){this.a=a}, +Uf:function Uf(a){this.a=a}, +Ug:function Ug(){}, +ES:function ES(a,b){this.a=a +this.b=b}, +ao6(a){var s=J.av(a),r=A.n6(s.i(a,"id")) +return new A.fA(A.bZ(s.i(a,"login")),r,A.bZ(s.i(a,"avatar_url")),A.bZ(s.i(a,"html_url")),A.bZ(s.i(a,"type")),A.qG(s.i(a,"site_admin")),A.n6(s.i(a,"contributions")))}, +fA:function fA(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +ZN:function ZN(a){this.a=a}, +PW:function PW(){}, +anm(a,b){return new A.rb(b)}, +ahK(a,b){return new A.GE(b==null?"Unknown Error":b)}, +afV(a,b){return new A.CG(b)}, +Cn:function Cn(){}, +DD:function DD(a){this.a=a}, +rb:function rb(a){this.a=a}, +zT:function zT(a){this.a=a}, +vI:function vI(a){this.a=a}, +GE:function GE(a){this.a=a}, +CG:function CG(a){this.a=a}, +GM:function GM(a){this.a=a}, +axv(a){var s,r,q,p,o,n,m=t.N,l=A.y(m,m),k=a.split(", ") +for(m=k.length,s=0;s")),b.h("rm<0>")) +s.H(0,a) +return s}, +rm:function rm(a,b,c){this.a=a +this.c=b +this.$ti=c}, +QJ:function QJ(){}, +aqm(a){return A.axZ("media type",a,new A.WL(a))}, +agk(a,b,c){var s=t.N +s=c==null?A.y(s,s):A.anG(c,s) +return new A.uo(a.toLowerCase(),b.toLowerCase(),new A.j5(s,t.G5))}, +uo:function uo(a,b,c){this.a=a +this.b=b +this.c=c}, +WL:function WL(a){this.a=a}, +WN:function WN(a){this.a=a}, +WM:function WM(){}, +awD(a){var s +a.HD($.ama(),"quoted string") +s=a.gyH().i(0,0) +return A.akp(B.d.Y(s,1,s.length-1),$.am9(),new A.aa7(),null)}, +aa7:function aa7(){}, +abj(a5,a6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=A.aeY(a5),b=c[0],a=c[1],a0=c[2],a1=a6.as,a2=a1[0]*(0.401288*b+0.650173*a-0.051461*a0),a3=a1[1]*(-0.250268*b+1.204414*a+0.045854*a0),a4=a1[2]*(-0.002079*b+0.048952*a+0.953127*a0) +a1=a6.at +s=Math.pow(a1*Math.abs(a2)/100,0.42) +r=Math.pow(a1*Math.abs(a3)/100,0.42) +q=Math.pow(a1*Math.abs(a4)/100,0.42) +p=A.Dc(a2)*400*s/(s+27.13) +o=A.Dc(a3)*400*r/(r+27.13) +n=A.Dc(a4)*400*q/(q+27.13) +m=(11*p+-12*o+n)/11 +l=(p+o-2*n)/9 +a1=20*o +k=Math.atan2(l,m)*180/3.141592653589793 +if(k<0)j=k+360 +else j=k>=360?k-360:k +i=j*3.141592653589793/180 +h=a6.r +g=a6.y +f=100*Math.pow((40*p+a1+n)/20*a6.w/h,g*a6.ay)/100 +Math.sqrt(f) +e=Math.pow(3846.153846153846*(0.25*(Math.cos((j<20.14?j+360:j)*3.141592653589793/180+2)+3.8))*a6.z*a6.x*Math.sqrt(m*m+l*l)/((20*p+a1+21*n)/20+0.305),0.9)*Math.pow(1.64-Math.pow(0.29,a6.f),0.73) +d=e*Math.sqrt(f) +Math.sqrt(e*g/(h+4)) +Math.log(1+0.0228*(d*a6.ax)) +Math.cos(i) +Math.sin(i) +return new A.Qz(j,d,A.a([0,0,0],t.n))}, +Qz:function Qz(a,b,c){this.a=a +this.b=b +this.y=c}, +Up:function Up(){var _=this +_.d=_.c=_.b=_.a=$}, +a37:function a37(a,b,c,d,e,f,g,h,i,j){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.z=f +_.as=g +_.at=h +_.ax=i +_.ay=j}, +af_(a,b){var s=t.S +return new A.B1(new A.j2(a,Math.max(48,b),A.y(s,s)),new A.j2(a,16,A.y(s,s)),new A.j2(a+60,24,A.y(s,s)),new A.j2(a,4,A.y(s,s)),new A.j2(a,8,A.y(s,s)),new A.j2(25,84,A.y(s,s)))}, +B1:function B1(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +j2:function j2(a,b,c){this.a=a +this.b=b +this.c=c}, +a2s:function a2s(a){this.a=a}, +a2t:function a2t(a,b,c){this.a=a +this.b=b +this.c=c}, +ah2(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9){return new A.a_q(a0,j,a1,k,a3,l,a4,m,a8,p,a9,q,b,h,c,i,a,g,a6,n,a7,o,r,s,a5,a2,f,d,e)}, +a_q:function a_q(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6 +_.go=a7 +_.id=a8 +_.k1=a9}, +aji(a){if(t.Xu.b(a))return a +throw A.d(A.fy(a,"uri","Value must be a String or a Uri"))}, +ajA(a,b){var s,r,q,p,o,n,m,l +for(s=b.length,r=1;r=1;s=q){q=s-1 +if(b[q]!=null)break}p=new A.bT("") +o=""+(a+"(") +p.a=o +n=A.a5(b) +m=n.h("eM<1>") +l=new A.eM(b,0,s,m) +l.q_(b,0,s,n.c) +m=o+new A.a4(l,new A.a9S(),m.h("a4")).b3(0,", ") +p.a=m +p.a=m+("): part "+(r-1)+" was null, but part "+r+" was not.") +throw A.d(A.bt(p.j(0),null))}}, +Rl:function Rl(a,b){this.a=a +this.b=b}, +Rn:function Rn(){}, +Ro:function Ro(){}, +a9S:function a9S(){}, +VI:function VI(){}, +DS(a,b){var s,r,q,p,o,n=b.KF(a) +b.jl(a) +if(n!=null)a=B.d.bK(a,n.length) +s=t.s +r=A.a([],s) +q=A.a([],s) +s=a.length +if(s!==0&&b.ik(a.charCodeAt(0))){q.push(a[0]) +p=1}else{q.push("") +p=0}for(o=p;oa.c.length)A.T(A.df("Offset "+b+u.D+a.gp(a)+".")) +return new A.BV(a,b)}, +a0T:function a0T(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +BV:function BV(a,b){this.a=a +this.b=b}, +q_:function q_(a,b,c){this.a=a +this.b=b +this.c=c}, +apF(a,b){var s=A.apG(A.a([A.ats(a,!0)],t._Y)),r=new A.US(b).$0(),q=B.f.j(B.b.ga1(s).b+1),p=A.apH(s)?0:3,o=A.a5(s) +return new A.Uy(s,r,null,1+Math.max(q.length,p),new A.a4(s,new A.UA(),o.h("a4<1,n>")).a3c(0,B.vO),!A.axd(new A.a4(s,new A.UB(),o.h("a4<1,B?>"))),new A.bT(""))}, +apH(a){var s,r,q +for(s=0;s") +return A.a6(new A.fF(s,new A.UF(),r),!0,r.h("i.E"))}, +ats(a,b){var s=new A.a5P(a).$0() +return new A.dw(s,!0,null)}, +atu(a){var s,r,q,p,o,n,m=a.gcc(a) +if(!B.d.t(m,"\r\n"))return a +s=a.gaK(a) +r=s.gbT(s) +for(s=m.length-1,q=0;q>>24&255)/255,0),r.$3(s.b,0,360),r.$2(s.c,c),r.$2(s.d,b)).JP()}, +ahX(a,b){var s,r,q=A.ahW(a),p=q.a +p=p>=0?p:0 +s=q.c +r=q.d +s=s>=0?s:0 +r=r>=b?r:b +return new A.o9(p,q.b,s,r).JP()}, +ahW(a){var s,r,q,p,o=a.a,n=(o>>>16&255)/255,m=(o>>>8&255)/255,l=(o&255)/255,k=Math.max(n,Math.max(m,l)),j=Math.min(n,Math.min(m,l)),i=k-j,h=A.bf("hue") +if(k===0)h.b=0 +else if(k===n)h.b=60*B.c.bv((m-l)/i,6) +else if(k===m)h.b=60*((l-n)/i+2) +else if(k===l)h.b=60*((n-m)/i+4) +h.b=isNaN(h.ar())?0:h.ar() +s=h.ar() +r=(k+j)/2 +q=r===1?0:A.O(i/(1-Math.abs(2*r-1)),0,1) +p=r===0?0:q +return new A.o9((o>>>24&255)/255,s,p,r)}, +a3h:function a3h(){}, +ajP(a){var s=A.ep(96,B.f4,a),r=A.ep(60,B.f4,a),q=A.ep(48,B.j,a),p=A.ep(40,B.j,a),o=A.ep(34,B.j,a),n=A.ep(24,B.j,a),m=A.ep(20,B.D,a),l=A.ep(16,B.j,a),k=A.ep(14,B.D,a) +return A.a2i(A.ep(16,B.j,a),A.ep(14,B.j,a),A.ep(12,B.j,a),s,r,q,p,o,n,A.ep(14,B.D,a),A.ep(12,B.j,a),A.ep(10,B.j,a),m,l,k)}, +ep(a,b,c){var s=null +return new A.Ny(!0,c,s,"packages/yaru/Ubuntu",s,"yaru",a,b,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s)}, +Ny:function Ny(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.at=n +_.ax=o +_.ay=p +_.ch=q +_.CW=r +_.cx=s +_.cy=a0 +_.db=a1 +_.dx=a2 +_.dy=a3 +_.fr=a4 +_.fx=a5 +_.fy=a6}, +aiW(a){var s,r,q,p,o=null,n=A.d0(6),m=a.a===B.B,l=m?B.j3:B.xA,k=a.b +if(B.b.t(B.di,k)){s=a.fx +r=s==null?a.cx:s}else{s=a.fr +r=s==null?a.cx:s}q=m?B.j3:B.xI +m=a.at +s=a.db +p=B.cR.cr(A.kE(s,-0.2,0)) +return A.afU(B.hV,!1,new A.dp(4,n,new A.b7(r,1,B.r,-1)),o,B.yS,o,new A.dp(4,n,new A.b7(q,1,B.r,0)),new A.dp(4,n,new A.b7(r,1,B.r,0)),new A.dp(4,n,new A.b7(m,1,B.r,0)),o,o,l,!0,B.it,B.jk,o,o,new A.dp(4,n,new A.b7(k,1,B.r,-1)),new A.dp(4,n,new A.b7(m,1,B.r,0)),o,B.cR,o,B.cR,o,s,!1,!0,B.cR,B.hV,o,B.cR.cr(A.kE(s,-0.2,0)),o,p)}, +auH(a){var s=null,r=t._s +return new A.pq(new A.bP(new A.a9g(a),r),new A.bP(new A.a9h(a),r),A.acY(new A.a9i()),s,s,s,s,s,s)}, +av3(a,b){var s +if(a.t(0,B.G)){if(a.t(0,B.b0)){s=b.db.a +return A.a2(B.c.aH(127.5),s>>>16&255,s>>>8&255,s&255)}s=b.db.a +return A.a2(B.c.aH(127.5),s>>>16&255,s>>>8&255,s&255)}else return b.c}, +av4(a,b){var s,r,q,p=b.db.a,o=p>>>16&255,n=p>>>8&255 +p&=255 +s=A.a2(64,o,n,p) +r=A.a2(38,o,n,p) +q=A.a2(46,o,n,p) +if(a.t(0,B.G)){if(a.t(0,B.b0))return q +return r}else if(a.t(0,B.b0))return b.b +else return s}, +aj8(a,b){var s +if(!a.t(0,B.G)){if(a.t(0,B.b0))return b.b +s=b.db.a +return A.a2(191,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.b0)){s=b.db.a +return A.a2(51,s>>>16&255,s>>>8&255,s&255)}s=b.db.a +return A.a2(51,s>>>16&255,s>>>8&255,s&255)}, +av_(a,b){if(!a.t(0,B.G))return A.mH(b.b)===B.B?B.l:B.h +return B.iW}, +auE(a){var s=null,r=t._s +return new A.nC(s,new A.bP(new A.a97(a),r),new A.bP(new A.a98(a),r),s,s,s,s,new A.bS(A.d0(3),B.n),s)}, +auG(a){var s=null +return new A.oW(s,new A.bP(new A.a9f(a),t._s),s,s,s,s)}, +auI(a,b){var s=null,r=a.a===B.B?a.db:A.a2(204,255,255,255) +return new A.ps(s,a.b,s,b,s,r,s,s,s,s,A.acY(new A.a9j(a)),s,s,s)}, +P4(a){return A.mH(a)===B.B?B.l:B.h}, +aiX(a){var s,r,q=null +if(a.a===B.S){s=a.dx +r=s==null?a.cy:s}else r=a.cy +return new A.up(new A.bP(new A.a99(r),t._s),q,A.acY(new A.a9a(r)),new A.bP(new A.a9b(),t.F9),q,q,q,q,new A.JV(new A.a9c(a),B.l,1,B.r,-1),new A.bP(new A.a9d(a),t.iJ),q,q,q)}, +auF(a){var s=null,r=a.cy,q=a.db.a +return new A.oE(64,r,s,s,r,A.a2(B.c.aH(25.5),q>>>16&255,q>>>8&255,q&255),s,s,new A.bP(new A.a9e(a),t.gP),s,s)}, +a9i:function a9i(){}, +a9g:function a9g(a){this.a=a}, +a9h:function a9h(a){this.a=a}, +a97:function a97(a){this.a=a}, +a98:function a98(a){this.a=a}, +a9f:function a9f(a){this.a=a}, +a9j:function a9j(a){this.a=a}, +a9a:function a9a(a){this.a=a}, +a9d:function a9d(a){this.a=a}, +a9c:function a9c(a){this.a=a}, +a9b:function a9b(){}, +a99:function a99(a){this.a=a}, +a9e:function a9e(a){this.a=a}, +a3j:function a3j(a){this.a=a}, +NL:function NL(){}, +NK:function NK(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +GW:function GW(a){this.a=a}, +NM:function NM(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.a=e}, +a3l:function a3l(){}, +a3k:function a3k(){}, +aav(){var s=0,r=A.Y(t.H) +var $async$aav=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:s=2 +return A.Z(A.a9U(new A.aaw(),new A.aax()),$async$aav) +case 2:return A.W(null,r)}}) +return A.X($async$aav,r)}, +aax:function aax(){}, +aaw:function aaw(){}, +adN(a,b){return Math.max(a,b)}, +axF(a){return Math.sqrt(a)}, +awC(a){return Math.exp(a)}, +ak5(a){return Math.log(a)}, +zJ(a,b){return Math.pow(a,b)}, +aoc(a){a.ad(t.H5) +return null}, +aq0(a){return $.aq_.i(0,a).ga4m()}, +aki(a){if(typeof dartPrint=="function"){dartPrint(a) +return}if(typeof console=="object"&&typeof console.log!="undefined"){console.log(a) +return}if(typeof print=="function"){print(a) +return}throw"Unable to print message: "+String(a)}, +aiV(a){var s,r,q +if(a==null)return a +if(typeof a=="string"||typeof a=="number"||A.jt(a))return a +if(A.axg(a))return A.fu(a) +s=Array.isArray(a) +s.toString +if(s){r=[] +q=0 +while(!0){s=a.length +s.toString +if(!(q>>6)+(a&63),r=s&1,q=u.I.charCodeAt(s>>>1) +return q>>>4&-r|q&15&r-1}, +kZ(a,b){var s=(a&1023)<<10|b&1023,r=u.R.charCodeAt(1024+(s>>>9))+(s&511),q=r&1,p=u.I.charCodeAt(r>>>1) +return p>>>4&-q|p&15&q-1}, +ax0(a,b,c,d){var s,r,q,p,o,n=A.y(d,c.h("A<0>")) +for(s=c.h("z<0>"),r=0;r<1;++r){q=a[r] +p=b.$1(q) +o=n.i(0,p) +if(o==null){o=A.a([],s) +n.m(0,p,o) +p=o}else p=o +J.hk(p,q)}return n}, +a9Z(a,b,c,d,e){return A.aw9(a,b,c,d,e,e)}, +aw9(a,b,c,d,e,f){var s=0,r=A.Y(f),q,p +var $async$a9Z=A.U(function(g,h){if(g===1)return A.V(h,r) +while(true)switch(s){case 0:p=A.i7(null,t.P) +s=3 +return A.Z(p,$async$a9Z) +case 3:q=a.$1(b) +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$a9Z,r)}, +adT(a,b){var s,r,q +if(a==null)return b==null +if(b==null||a.a!==b.a)return!1 +if(a===b)return!0 +for(s=A.dh(a,a.r),r=A.m(s).c;s.q();){q=s.d +if(!b.t(0,q==null?r.a(q):q))return!1}return!0}, +cB(a,b){var s +if(a==null)return b==null +if(b==null||a.length!==b.length)return!1 +if(a===b)return!0 +for(s=0;s1e6){if(q.b==null)q.b=$.E8.$0() +q.jt(0) +$.OW=0}while(!0){if($.OW<12288){q=$.Ph() +q=!q.gT(q)}else q=r +if(!q)break +s=$.Ph().pf() +$.OW=$.OW+s.length +A.aki(s)}r=$.Ph() +if(!r.gT(r)){$.ade=!0 +$.OW=0 +A.bY(B.d7,A.axy()) +if($.a9o==null)$.a9o=new A.bk(new A.a3($.a7,t.U),t.l)}else{$.ae7().jG(0) +r=$.a9o +if(r!=null)r.hq(0) +$.a9o=null}}, +T5(a){var s=0,r=A.Y(t.H),q +var $async$T5=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)$async$outer:switch(s){case 0:a.gP().uk(B.HV) +switch(A.aE(a).r.a){case 0:case 1:q=A.Ga(B.HS) +s=1 +break $async$outer +case 2:case 3:case 4:case 5:q=A.cO(null,t.H) +s=1 +break $async$outer}case 1:return A.W(q,r)}}) +return A.X($async$T5,r)}, +apd(a){a.gP().uk(B.Dv) +switch(A.aE(a).r.a){case 0:case 1:return A.Uj() +case 2:case 3:case 4:case 5:return A.cO(null,t.H)}}, +axw(a,b,c,d,e){var s,r,q=d.b,p=q+e,o=a.b,n=c.b-10,m=p+o<=n +o=q-e-o +s=(o>=10===m?b:m)?Math.min(p,n):Math.max(o,10) +q=a.a +r=c.a-q +return new A.v(r<=20?r/2:A.O(d.a-q/2,10,r-10),s)}, +WI(a){var s=a.a +if(s[0]===1&&s[1]===0&&s[2]===0&&s[3]===0&&s[4]===0&&s[5]===1&&s[6]===0&&s[7]===0&&s[8]===0&&s[9]===0&&s[10]===1&&s[11]===0&&s[14]===0&&s[15]===1)return new A.v(s[12],s[13]) +return null}, +ac7(a,b){var s,r,q +if(a==b)return!0 +if(a==null){b.toString +return A.Dg(b)}if(b==null)return A.Dg(a) +s=a.a +r=s[0] +q=b.a +return r===q[0]&&s[1]===q[1]&&s[2]===q[2]&&s[3]===q[3]&&s[4]===q[4]&&s[5]===q[5]&&s[6]===q[6]&&s[7]===q[7]&&s[8]===q[8]&&s[9]===q[9]&&s[10]===q[10]&&s[11]===q[11]&&s[12]===q[12]&&s[13]===q[13]&&s[14]===q[14]&&s[15]===q[15]}, +Dg(a){var s=a.a +return s[0]===1&&s[1]===0&&s[2]===0&&s[3]===0&&s[4]===0&&s[5]===1&&s[6]===0&&s[7]===0&&s[8]===0&&s[9]===0&&s[10]===1&&s[11]===0&&s[12]===0&&s[13]===0&&s[14]===0&&s[15]===1}, +ci(a,b){var s=a.a,r=b.a,q=b.b,p=s[0]*r+s[4]*q+s[12],o=s[1]*r+s[5]*q+s[13],n=s[3]*r+s[7]*q+s[15] +if(n===1)return new A.v(p,o) +else return new A.v(p/n,o/n)}, +WH(a,b,c,d,e){var s,r=e?1:1/(a[3]*b+a[7]*c+a[15]),q=(a[0]*b+a[4]*c+a[12])*r,p=(a[1]*b+a[5]*c+a[13])*r +if(d){s=$.aaT() +s[2]=q +s[0]=q +s[3]=p +s[1]=p}else{s=$.aaT() +if(qs[2])s[2]=q +if(p>s[3])s[3]=p}}, +ef(b1,b2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4=b1.a,a5=b2.a,a6=b2.b,a7=b2.c,a8=a7-a5,a9=b2.d,b0=a9-a6 +if(!isFinite(a8)||!isFinite(b0)){s=a4[3]===0&&a4[7]===0&&a4[15]===1 +A.WH(a4,a5,a6,!0,s) +A.WH(a4,a7,a6,!1,s) +A.WH(a4,a5,a9,!1,s) +A.WH(a4,a7,a9,!1,s) +a7=$.aaT() +return new A.E(a7[0],a7[1],a7[2],a7[3])}a7=a4[0] +r=a7*a8 +a9=a4[4] +q=a9*b0 +p=a7*a5+a9*a6+a4[12] +a9=a4[1] +o=a9*a8 +a7=a4[5] +n=a7*b0 +m=a9*a5+a7*a6+a4[13] +a7=a4[3] +if(a7===0&&a4[7]===0&&a4[15]===1){l=p+r +if(r<0)k=p +else{k=l +l=p}if(q<0)l+=q +else k+=q +j=m+o +if(o<0)i=m +else{i=j +j=m}if(n<0)j+=n +else i+=n +return new A.E(l,j,k,i)}else{a9=a4[7] +h=a9*b0 +g=a7*a5+a9*a6+a4[15] +f=p/g +e=m/g +a9=p+r +a7=g+a7*a8 +d=a9/a7 +c=m+o +b=c/a7 +a=g+h +a0=(p+q)/a +a1=(m+n)/a +a7+=h +a2=(a9+q)/a7 +a3=(c+n)/a7 +return new A.E(A.agh(f,d,a0,a2),A.agh(e,b,a1,a3),A.agg(f,d,a0,a2),A.agg(e,b,a1,a3))}}, +agh(a,b,c,d){var s=ab?a:b,r=c>d?c:d +return s>r?s:r}, +agj(a,b){var s +if(A.Dg(a))return b +s=new A.aY(new Float64Array(16)) +s.bk(a) +s.j2(s) +return A.ef(s,b)}, +agi(a){var s,r=new A.aY(new Float64Array(16)) +r.dZ() +s=new A.i4(new Float64Array(4)) +s.uq(0,0,0,a.a) +r.uo(0,s) +s=new A.i4(new Float64Array(4)) +s.uq(0,0,0,a.b) +r.uo(1,s) +return r}, +zI(a,b,c){if(a==null||!1)return a===b +return a>b-c&&a100.01||b>100.01||a>100.01)return 0 +return((A.nJ(g)&255)<<16|(A.nJ(f[1])&255)<<8|A.nJ(f[2])&255|4278190080)>>>0}a1-=(a0-a9)*a1/(2*a0)}return 0}, +apE(a,b,c){var s,r,q,p,o +if(b<0.0001||c<0.0001||c>99.9999){s=A.nJ(A.Rf(c)) +return A.aeX(s,s,s)}r=B.c.bv(a,360) +q=(r<0?r+360:r)/180*3.141592653589793 +p=A.Rf(c) +o=A.apA(q,b,p) +if(o!==0)return o +return A.ao2(A.apx(p,q))}, +aeX(a,b,c){return((a&255)<<16|(b&255)<<8|c&255|4278190080)>>>0}, +ao2(a){return A.aeX(A.nJ(a[0]),A.nJ(a[1]),A.nJ(a[2]))}, +aeY(a){return A.ac6(A.a([A.abm(a>>>16&255),A.abm(a>>>8&255),A.abm(a&255)],t.n),$.ao1)}, +Rf(a){return 100*A.ao0((a+16)/116)}, +abm(a){var s=a/255 +if(s<=0.040449936)return s/12.92*100 +else return Math.pow((s+0.055)/1.055,2.4)*100}, +nJ(a){var s=a/100 +return A.aqf(0,255,B.c.aH((s<=0.0031308?s*12.92:1.055*Math.pow(s,0.4166666666666667)-0.055)*255))}, +ao_(a){if(a>0.008856451679035631)return Math.pow(a,0.3333333333333333) +else return(903.2962962962963*a+16)/116}, +ao0(a){var s=a*a*a +if(s>0.008856451679035631)return s +else return(116*a-16)/903.2962962962963}, +Dc(a){if(a<0)return-1 +else if(a===0)return 0 +else return 1}, +aqg(a,b,c){return(1-c)*a+c*b}, +aqf(a,b,c){if(cb)return b +return c}, +ac6(a,b){var s,r,q,p,o=a[0],n=b[0],m=n[0],l=a[1],k=n[1],j=a[2] +n=n[2] +s=b[1] +r=s[0] +q=s[1] +s=s[2] +p=b[2] +return A.a([o*m+l*k+j*n,o*r+l*q+j*s,o*p[0]+l*p[1]+j*p[2]],t.n)}, +ajQ(){var s,r,q,p,o=null +try{o=A.a2W()}catch(s){if(t.VI.b(A.ae(s))){r=$.a9n +if(r!=null)return r +throw s}else throw s}if(J.e(o,$.aiZ)){r=$.a9n +r.toString +return r}$.aiZ=o +if($.ae1()===$.zP())r=$.a9n=o.K(".").j(0) +else{q=o.zT() +p=q.length-1 +r=$.a9n=p===0?q:B.d.Y(q,0,p)}return r}, +adI(a,b,c){var s=null +return $.ab0().IG(0,a,b,c,s,s,s,s,s,s,s,s,s,s,s,s,s)}, +ak2(a){var s +if(!(a>=65&&a<=90))s=a>=97&&a<=122 +else s=!0 +return s}, +ak3(a,b){var s=a.length,r=b+2 +if(s=c?s:null +if(r-s>=c)return s +s=r+1}r=B.d.eO(a,b) +for(;r!==-1;){q=r===0?0:B.d.tf(a,"\n",r-1)+1 +if(c===r-q)return q +r=B.d.hA(a,b,r+1)}return null}, +awe(a){switch(a.a){case 0:return B.fQ +case 2:return B.tv +case 1:return B.tu +case 3:return B.FF +case 4:return B.tw}}, +adJ(a){var s=0,r=A.Y(t.y),q +var $async$adJ=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:q=$.al9().oM(a.j(0),new A.CO(A.awe(B.Ai),new A.CC(!0,!0,B.oH),null)) +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$adJ,r)}, +aaJ(a){var s=null +return new A.d1(s,s,s,s,s,new A.lU(B.hP,B.hN,B.e5,A.a([A.kE(B.xT,-0.8,0),A.kE(B.at,-0.8,0)],t.t_),s,s),B.aT)}, +a3i(a){return a.a===B.S}, +GV(a){return a.a===B.B}, +i6(a){return B.b.t(B.di,a.b)}},B={} +var w=[A,J,B] +var $={} +A.qT.prototype={ +sxu(a){var s,r,q,p=this +if(J.e(a,p.c))return +if(a==null){p.uZ() +p.c=null +return}s=p.a.$0() +r=a.a +q=s.a +if(rr){p.uZ() +p.b=A.bY(A.c1(0,r-q),p.gwx())}p.c=a}, +uZ(){var s=this.b +if(s!=null)s.aI(0) +this.b=null}, +WW(){var s=this,r=s.a.$0(),q=s.c,p=r.a +q=q.a +if(p>=q){s.b=null +q=s.d +if(q!=null)q.$0()}else s.b=A.bY(A.c1(0,q-p),s.gwx())}} +A.PH.prototype={ +lA(){var s=0,r=A.Y(t.H),q=this,p +var $async$lA=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:s=2 +return A.Z(q.a.$0(),$async$lA) +case 2:p=q.b.$0() +s=3 +return A.Z(t.L0.b(p)?p:A.i7(p,t.z),$async$lA) +case 3:return A.W(null,r)}}) +return A.X($async$lA,r)}, +a2S(){return A.apj(new A.PJ(this),new A.PK(this))}, +Vt(){return A.api(new A.PI(this))}} +A.PJ.prototype={ +$0(){var s=0,r=A.Y(t.e),q,p=this +var $async$$0=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:s=3 +return A.Z(p.a.lA(),$async$$0) +case 3:q=t.e.a({}) +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$$0,r)}, +$S:215} +A.PK.prototype={ +$1(a){return this.Kd(a)}, +$0(){return this.$1(null)}, +Kd(a){var s=0,r=A.Y(t.e),q,p=this,o +var $async$$1=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:o=p.a +s=3 +return A.Z(o.a.$1(a),$async$$1) +case 3:q=o.Vt() +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$$1,r)}, +$S:83} +A.PI.prototype={ +$1(a){return this.Kc(a)}, +$0(){return this.$1(null)}, +Kc(a){var s=0,r=A.Y(t.e),q,p=this,o +var $async$$1=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:o=p.a.b.$0() +s=3 +return A.Z(t.L0.b(o)?o:A.i7(o,t.z),$async$$1) +case 3:q=t.e.a({}) +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$$1,r)}, +$S:83} +A.ri.prototype={ +F(){return"BrowserEngine."+this.b}} +A.iJ.prototype={ +F(){return"OperatingSystem."+this.b}} +A.ev.prototype={ +om(a,b,c,d){var s,r,q,p,o=d.ay,n=this.a,m=a.b +if(o===B.ji){m===$&&A.c() +m=m.a +m===$&&A.c() +m=m.a +m.toString +A.kY(n,"drawImageRectCubic",[m,A.er(b),A.er(c),0.3333333333333333,0.3333333333333333,d.a])}else{m===$&&A.c() +m=m.a +m===$&&A.c() +m=m.a +m.toString +s=A.er(b) +r=A.er(c) +q=A.axP(o) +p=o===B.f2?$.bl.b0().MipmapMode.Linear:$.bl.b0().MipmapMode.None +A.kY(n,"drawImageRectOptions",[m,s,r,q,p,d.a])}}, +eU(a,b){var s=b==null?null:b.a +A.ahc(this.a,s,A.er(a),null,null)}} +A.a93.prototype={ +$1(a){var s=$.bQ +s=(s==null?$.bQ=A.e9(self.window.flutterConfiguration):s).b +if(s==null)s=null +else{s=s.canvasKitBaseUrl +if(s==null)s=null}return(s==null?"https://www.gstatic.com/flutter-canvaskit/3f3e560236539b7e2702f5ac790b2a4691b32d49/":s)+a}, +$S:48} +A.a9r.prototype={ +$1(a){this.a.remove() +this.b.d0(0,!0)}, +$S:1} +A.a9q.prototype={ +$1(a){this.a.remove() +this.b.d0(0,!1)}, +$S:1} +A.QH.prototype={ +cg(a){B.c.X(this.a.a.save())}, +eU(a,b){var s=t.Q,r=this.a +if(a==null){s.a(b) +A.ahc(r.a,b.a,null,null,null)}else r.eU(a,s.a(b))}, +bz(a){this.a.a.restore()}, +b9(a,b,c){this.a.a.translate(b,c)}, +kT(a,b,c){var s=c==null?b:c +this.a.a.scale(b,s) +return null}, +JH(a,b){this.a.a.rotate(b*180/3.141592653589793,0,0)}, +a6(a,b){this.a.a.concat(A.aks(A.aaO(b)))}, +GM(a,b,c){this.a.a.clipRect(A.er(a),$.aee()[b.a],c)}, +o_(a){return this.GM(a,B.eH,!0)}, +YO(a,b){return this.GM(a,B.eH,b)}, +GL(a,b){this.a.a.clipRRect(A.zM(a),$.Pg(),b)}, +YL(a){return this.GL(a,!0)}, +GK(a,b,c){var s=t.E_.a(b).a +s===$&&A.c() +s=s.a +s.toString +this.a.a.clipPath(s,$.Pg(),c)}, +xc(a,b){return this.GK(a,b,!0)}, +a_e(a,b,c){A.kY(this.a.a,"drawLine",[a.a,a.b,b.a,b.b,t.Q.a(c).a])}, +Hr(a){this.a.a.drawPaint(t.Q.a(a).a)}, +dz(a,b){t.Q.a(b) +this.a.a.drawRect(A.er(a),b.a)}, +dg(a,b){t.Q.a(b) +this.a.a.drawRRect(A.zM(a),b.a)}, +xV(a,b,c){t.Q.a(c) +this.a.a.drawDRRect(A.zM(a),A.zM(b),c.a)}, +Hq(a,b){t.Q.a(b) +this.a.a.drawOval(A.er(a),b.a)}, +kg(a,b,c){this.a.a.drawCircle(a.a,a.b,b,t.Q.a(c).a)}, +ht(a,b){var s +t.E_.a(a) +t.Q.a(b) +s=a.a +s===$&&A.c() +s=s.a +s.toString +this.a.a.drawPath(s,b.a)}, +om(a,b,c,d){this.a.om(t.XY.a(a),b,c,t.Q.a(d))}, +Hs(a,b){var s=t.z7.a(a).a +s===$&&A.c() +s=s.a +s.toString +this.a.a.drawParagraph(s,b.a,b.b)}, +Ht(a,b,c,d){var s,r,q,p,o,n,m,l +t.E_.a(a) +$.cw() +s=$.cv().d +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}r=d?5:4 +q=A.a2(B.c.aH((b.gn(b)>>>24&255)*0.039),b.gn(b)>>>16&255,b.gn(b)>>>8&255,b.gn(b)&255) +p=A.a2(B.c.aH((b.gn(b)>>>24&255)*0.25),b.gn(b)>>>16&255,b.gn(b)>>>8&255,b.gn(b)&255) +o=t.e.a({ambient:A.qO(q),spot:A.qO(p)}) +n=$.bl.b0().computeTonalColors(o) +m=a.a +m===$&&A.c() +m=m.a +m.toString +l=new Float32Array(3) +l[2]=s*c +s=new Float32Array(3) +s[0]=0 +s[1]=-1 +s[2]=1 +A.kY(this.a.a,"drawShadow",[m,l,s,1.3333333333333333,n.ambient,n.spot,r|4])}} +A.D5.prototype={ +gu(a){var s=this.a +return s.gu(s)}, +k(a,b){if(b==null)return!1 +if(A.t(this)!==J.J(b))return!1 +return b instanceof A.D5&&b.a.k(0,this.a)}, +j(a){return this.a.j(0)}} +A.AB.prototype={$ijL:1} +A.rq.prototype={ +vR(){return A.awo(this.a,this.b)}, +gu(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){if(b==null)return!1 +if(A.t(this)!==J.J(b))return!1 +b instanceof A.rq +return!1}, +j(a){return"ColorFilter.mode("+A.j(this.a)+", "+this.b.j(0)+")"}} +A.rs.prototype={ +gUE(){var s,r,q=new Float32Array(20) +for(s=this.a,r=0;r<20;++r)if(B.b.t(B.AK,r))q[r]=s[r]/255 +else q[r]=s[r] +return q}, +vR(){return $.bl.b0().ColorFilter.MakeMatrix(this.gUE())}, +gu(a){return A.bO(this.a)}, +k(a,b){if(b==null)return!1 +return A.t(this)===J.J(b)&&b instanceof A.rs&&A.aau(this.a,b.a)}, +j(a){return"ColorFilter.matrix("+A.j(this.a)+")"}} +A.nD.prototype={ +vR(){var s,r=$.bl.b0().ColorFilter,q=this.a.b +q===$&&A.c() +q=q.a +q.toString +s=this.b.b +s===$&&A.c() +s=s.a +s.toString +return r.MakeCompose(q,s)}, +k(a,b){if(b==null)return!1 +if(!(b instanceof A.nD))return!1 +return b.a.k(0,this.a)&&b.b.k(0,this.b)}, +gu(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"ColorFilter.compose("+this.a.j(0)+", "+this.b.j(0)+")"}} +A.Cv.prototype={ +Kz(){var s=this.b.a +return new A.a4(s,new A.V0(),A.a5(s).h("a4<1,ev>"))}, +Qa(a){var s,r,q,p,o,n,m=this.Q +if(m.a2(0,a)){s=null.querySelector("#sk_path_defs") +s.toString +r=A.a([],t.J) +q=m.i(0,a) +q.toString +for(p=t.qr,p=A.bF(new A.da(s.children,p),p.h("i.E"),t.e),s=J.ar(p.a),p=A.m(p),p=p.h("@<1>").a4(p.z[1]).z[1];s.q();){o=p.a(s.gD(s)) +if(q.t(0,o.id))r.push(o)}for(s=r.length,n=0;n") +a2.Hn(A.f4(new A.aO(m,new A.V1(a4),k),k.h("i.E"))) +B.b.H(a3,s) +h.Jp(s) +a3=a4.c +if(a3){m=a4.d +m.toString +m=a2.d.i(0,m) +g=m.gtT(m)}else g=null +for(m=a4.b,k=m.length,f=a2.d,e=$.cC.a,j=0;j") +q=A.a6(new A.a4(s,new A.UY(),r),!0,r.h("aX.E")) +if(q.length>A.i_().b-1)B.b.ek(q) +r=m.gTQ() +p=m.e +if(l){l=A.i_() +o=l.d +B.b.H(l.e,o) +B.b.U(o) +p.U(0) +B.b.S(q,r)}else{l=A.m(p).h("b2<1>") +n=A.a6(new A.b2(p,l),!0,l.h("i.E")) +new A.aO(n,new A.UZ(q),A.a5(n).h("aO<1>")).S(0,m.gVH()) +new A.aO(q,new A.V_(m),A.a5(q).h("aO<1>")).S(0,r)}}, +KA(a){var s,r,q,p,o,n,m,l,k=A.i_().b-1 +if(k===0)return B.Bv +s=A.a([],t.jT) +r=t.t +q=new A.kc(A.a([],r),!1) +for(p=0;p")) +return new A.co(s,s.gp(s))}} +A.BH.prototype={} +A.i5.prototype={} +A.aa5.prototype={ +$1(a){var s,r,q,p,o=null +for(s=this.a,r=this.b,q=0;p=q+a,p=0;++q){if(!J.e(r[p],s[s.length-1-q]))return o +if(q===s.length-1){s=r.length +if(a===s-1)return new A.i5(B.b.bc(r,0,s-q-1),B.ci,!1,o) +else if(a===q)return new A.i5(B.b.d8(r,a+1),B.ci,!1,o) +else return o}}return new A.i5(B.b.d8(r,a+1),B.b.bc(s,0,s.length-1-a),!0,B.b.gG(r))}, +$S:134} +A.Fy.prototype={ +gHS(){var s,r=this.b +if(r===$){s=$.bQ +s=(s==null?$.bQ=A.e9(self.window.flutterConfiguration):s).b +if(s==null)s=null +else{s=s.useColorEmoji +if(s==null)s=null}s=s===!0 +r=this.b=A.app(new A.a0z(this),A.a([A.G("Noto Sans","notosans/v30/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.ttf",!0),A.G("Noto Color Emoji","notocoloremoji/v25/Yq6P-KqIXTD0t4D9z1ESnKM3-HpFab5s79iz64w.ttf",s),A.G("Noto Emoji","notoemoji/v39/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-r0jwvS-FGJCMY.ttf",!s),A.G("Noto Sans Symbols","notosanssymbols/v40/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ8gavVFRkzrbQ.ttf",!0),A.G("Noto Sans Symbols 2","notosanssymbols2/v21/I_uyMoGduATTei9eI8daxVHDyfisHr71ypPqfX71-AI.ttf",!0),A.G("Noto Sans Adlam","notosansadlam/v21/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufnv0TGnBZLwhuvk.ttf",!0),A.G("Noto Sans Anatolian Hieroglyphs","notosansanatolianhieroglyphs/v16/ijw9s4roRME5LLRxjsRb8A0gKPSWq4BbDmHHu6j2pEtUJzZWXybIymc5QYo.ttf",!0),A.G("Noto Sans Arabic","notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyvu3CBFQLaig.ttf",!0),A.G("Noto Sans Armenian","notosansarmenian/v42/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxb60iYy6zF3Eg.ttf",!0),A.G("Noto Sans Avestan","notosansavestan/v20/bWti7ejKfBziStx7lIzKOLQZKhIJkyu9SASLji8U.ttf",!0),A.G("Noto Sans Balinese","notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov7fdhE5Vd222PPY.ttf",!0),A.G("Noto Sans Bamum","notosansbamum/v26/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEddO-_gLykxEkxA.ttf",!0),A.G("Noto Sans Bassa Vah","notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MaAc6p34gH-GD7.ttf",!0),A.G("Noto Sans Batak","notosansbatak/v16/gok2H6TwAEdtF9N8-mdTCQvT-Zdgo4_PHuk74A.ttf",!0),A.G("Noto Sans Bengali","notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLudCk8izI0lc.ttf",!0),A.G("Noto Sans Bhaiksuki","notosansbhaiksuki/v15/UcC63EosKniBH4iELXATsSBWdvUHXxhj8rLUdU4wh9U.ttf",!0),A.G("Noto Sans Brahmi","notosansbrahmi/v18/vEFK2-VODB8RrNDvZSUmQQIIByV18tK1W77HtMo.ttf",!0),A.G("Noto Sans Buginese","notosansbuginese/v18/esDM30ldNv-KYGGJpKGk18phe_7Da6_gtfuEXLmNtw.ttf",!0),A.G("Noto Sans Buhid","notosansbuhid/v18/Dxxy8jiXMW75w3OmoDXVWJD7YwzAe6tgnaFoGA.ttf",!0),A.G("Noto Sans Canadian Aboriginal","notosanscanadianaboriginal/v21/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLn_yAsg0q0uhQ.ttf",!0),A.G("Noto Sans Carian","notosanscarian/v16/LDIpaoiONgYwA9Yc6f0gUILeMIOgs7ob9yGLmfI.ttf",!0),A.G("Noto Sans Caucasian Albanian","notosanscaucasianalbanian/v16/nKKA-HM_FYFRJvXzVXaANsU0VzsAc46QGOkWytlTs-TXrYDmoVmRSZo.ttf",!0),A.G("Noto Sans Chakma","notosanschakma/v17/Y4GQYbJ8VTEp4t3MKJSMjg5OIzhi4JjTQhYBeYo.ttf",!0),A.G("Noto Sans Cham","notosanscham/v27/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcERwcv7GykboaLg.ttf",!0),A.G("Noto Sans Cherokee","notosanscherokee/v19/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5PDkm5rAffjl0.ttf",!0),A.G("Noto Sans Coptic","notosanscoptic/v17/iJWfBWmUZi_OHPqn4wq6kgqumOEd78u_VG0xR4Y.ttf",!0),A.G("Noto Sans Cuneiform","notosanscuneiform/v17/bMrrmTWK7YY-MF22aHGGd7H8PhJtvBDWgb9JlRQueeQ.ttf",!0),A.G("Noto Sans Cypriot","notosanscypriot/v15/8AtzGta9PYqQDjyp79a6f8Cj-3a3cxIsK5MPpahF.ttf",!0),A.G("Noto Sans Deseret","notosansdeseret/v17/MwQsbgPp1eKH6QsAVuFb9AZM6MMr2Vq9ZnJSZtQG.ttf",!0),A.G("Noto Sans Devanagari","notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQly-AzoFoW4Ow.ttf",!0),A.G("Noto Sans Duployan","notosansduployan/v17/gokzH7nwAEdtF9N8-mdTDx_X9JM5wsvrFsIn6WYDvA.ttf",!0),A.G("Noto Sans Egyptian Hieroglyphs","notosansegyptianhieroglyphs/v28/vEF42-tODB8RrNDvZSUmRhcQHzx1s7y_F9-j3qSzEcbEYindSVK8xRg7iw.ttf",!0),A.G("Noto Sans Elbasan","notosanselbasan/v16/-F6rfiZqLzI2JPCgQBnw400qp1trvHdlre4dFcFh.ttf",!0),A.G("Noto Sans Elymaic","notosanselymaic/v15/UqyKK9YTJW5liNMhTMqe9vUFP65ZD4AjWOT0zi2V.ttf",!0),A.G("Noto Sans Georgian","notosansgeorgian/v42/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzFj-f5WK0OQV.ttf",!0),A.G("Noto Sans Glagolitic","notosansglagolitic/v17/1q2ZY4-BBFBst88SU_tOj4J-4yuNF_HI4ERK4Amu7nM1.ttf",!0),A.G("Noto Sans Gothic","notosansgothic/v16/TuGKUUVzXI5FBtUq5a8bj6wRbzxTFMX40kFQRx0.ttf",!0),A.G("Noto Sans Grantha","notosansgrantha/v17/3y976akwcCjmsU8NDyrKo3IQfQ4o-r8cFeulHc6N.ttf",!0),A.G("Noto Sans Gujarati","notosansgujarati/v23/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFwPM_OdiEH0s.ttf",!0),A.G("Noto Sans Gunjala Gondi","notosansgunjalagondi/v17/bWto7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5hcVXYMTK4q1.ttf",!0),A.G("Noto Sans Gurmukhi","notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1OenbxZ_trdp7h.ttf",!0),A.G("Noto Sans HK","notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qHB--oWTiYjNvVA.ttf",!0),A.G("Noto Sans Hanunoo","notosanshanunoo/v17/f0Xs0fCv8dxkDWlZSoXOj6CphMloFsEsEpgL_ix2.ttf",!0),A.G("Noto Sans Hatran","notosanshatran/v16/A2BBn4Ne0RgnVF3Lnko-0sOBIfL_mM83r1nwzDs.ttf",!0),A.G("Noto Sans Hebrew","notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qtoiJltutR2g.ttf",!0),A.G("Noto Sans Imperial Aramaic","notosansimperialaramaic/v16/a8IMNpjwKmHXpgXbMIsbTc_kvks91LlLetBr5itQrtdml3YfPNno.ttf",!0),A.G("Noto Sans Indic Siyaq Numbers","notosansindicsiyaqnumbers/v16/6xK5dTJFKcWIu4bpRBjRZRpsIYHabOeZ8UZLubTzpXNHKx2WPOpVd5Iu.ttf",!0),A.G("Noto Sans Inscriptional Pahlavi","notosansinscriptionalpahlavi/v16/ll8UK3GaVDuxR-TEqFPIbsR79Xxz9WEKbwsjpz7VklYlC7FCVtqVOAYK0QA.ttf",!0),A.G("Noto Sans Inscriptional Parthian","notosansinscriptionalparthian/v16/k3k7o-IMPvpLmixcA63oYi-yStDkgXuXncL7dzfW3P4TAJ2yklBJ2jNkLlLr.ttf",!0),A.G("Noto Sans JP","notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75vY0rw-oME.ttf",!0),A.G("Noto Sans Javanese","notosansjavanese/v21/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxJnkFFliZYWj4O8.ttf",!0),A.G("Noto Sans KR","notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuoyeLTq8H4hfeE.ttf",!0),A.G("Noto Sans Kaithi","notosanskaithi/v18/buEtppS9f8_vkXadMBJJu0tWjLwjQi0KdoZIKlo.ttf",!0),A.G("Noto Sans Kannada","notosanskannada/v26/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvNzSIMLsPKrkY.ttf",!0),A.G("Noto Sans Kayah Li","notosanskayahli/v20/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WCc3CZH4EXLuKVM.ttf",!0),A.G("Noto Sans Kharoshthi","notosanskharoshthi/v16/Fh4qPiLjKS30-P4-pGMMXCCfvkc5Vd7KE5z4rFyx5mR1.ttf",!0),A.G("Noto Sans Khmer","notosanskhmer/v23/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAJz4kAbrddiA.ttf",!0),A.G("Noto Sans Khojki","notosanskhojki/v16/-nFnOHM29Oofr2wohFbTuPPKVWpmK_d709jy92k.ttf",!0),A.G("Noto Sans Khudawadi","notosanskhudawadi/v18/fdNi9t6ZsWBZ2k5ltHN73zZ5hc8HANlHIjRnVVXz9MY.ttf",!0),A.G("Noto Sans Lao","notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccbdf5MK3riB2w.ttf",!0),A.G("Noto Sans Lepcha","notosanslepcha/v16/0QI7MWlB_JWgA166SKhu05TekNS32AJstqBXgd4.ttf",!0),A.G("Noto Sans Limbu","notosanslimbu/v22/3JnlSDv90Gmq2mrzckOBBRRoNJVj0MF3OHRDnA.ttf",!0),A.G("Noto Sans Linear A","notosanslineara/v18/oPWS_l16kP4jCuhpgEGmwJOiA18FZj22zmHQAGQicw.ttf",!0),A.G("Noto Sans Linear B","notosanslinearb/v17/HhyJU4wt9vSgfHoORYOiXOckKNB737IV3BkFTq4EPw.ttf",!0),A.G("Noto Sans Lisu","notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP2Vwt29IlxkVdig.ttf",!0),A.G("Noto Sans Lycian","notosanslycian/v15/QldVNSNMqAsHtsJ7UmqxBQA9r8wA5_naCJwn00E.ttf",!0),A.G("Noto Sans Lydian","notosanslydian/v17/c4m71mVzGN7s8FmIukZJ1v4ZlcPReUPXMoIjEQI.ttf",!0),A.G("Noto Sans Mahajani","notosansmahajani/v17/-F6sfiVqLzI2JPCgQBnw60Agp0JrvD5Fh8ARHNh4zg.ttf",!0),A.G("Noto Sans Malayalam","notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuD9BFzEr6HxEA.ttf",!0),A.G("Noto Sans Mandaic","notosansmandaic/v16/cIfnMbdWt1w_HgCcilqhKQBo_OsMI5_A_gMk0izH.ttf",!0),A.G("Noto Sans Manichaean","notosansmanichaean/v17/taiVGntiC4--qtsfi4Jp9-_GkPZZCcrfekqCNTtFCtdX.ttf",!0),A.G("Noto Sans Marchen","notosansmarchen/v19/aFTO7OZ_Y282EP-WyG6QTOX_C8WZMHhPk652ZaHk.ttf",!0),A.G("Noto Sans Masaram Gondi","notosansmasaramgondi/v17/6xK_dThFKcWIu4bpRBjRYRV7KZCbUq6n_1kPnuGe7RI9WSWX.ttf",!0),A.G("Noto Sans Math","notosansmath/v15/7Aump_cpkSecTWaHRlH2hyV5UHkG-V048PW0.ttf",!0),A.G("Noto Sans Mayan Numerals","notosansmayannumerals/v16/PlIuFk25O6RzLfvNNVSivR09_KqYMwvvDKYjfIiE68oo6eepYQ.ttf",!0),A.G("Noto Sans Medefaidrin","notosansmedefaidrin/v22/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmErWlT318e5A3rw.ttf",!0),A.G("Noto Sans Meetei Mayek","notosansmeeteimayek/v14/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ_vTW5PgeFYVa.ttf",!0),A.G("Noto Sans Meroitic","notosansmeroitic/v17/IFS5HfRJndhE3P4b5jnZ3ITPvC6i00UDgDhTiKY9KQ.ttf",!0),A.G("Noto Sans Miao","notosansmiao/v17/Dxxz8jmXMW75w3OmoDXVV4zyZUjgUYVslLhx.ttf",!0),A.G("Noto Sans Modi","notosansmodi/v20/pe03MIySN5pO62Z5YkFyT7jeav5qWVAgVol-.ttf",!0),A.G("Noto Sans Mongolian","notosansmongolian/v17/VdGCAYADGIwE0EopZx8xQfHlgEAMsrToxLsg6-av1x0.ttf",!0),A.G("Noto Sans Mro","notosansmro/v18/qWcsB6--pZv9TqnUQMhe9b39WDzRtjkho4M.ttf",!0),A.G("Noto Sans Multani","notosansmultani/v20/9Bty3ClF38_RfOpe1gCaZ8p30BOFO1A0pfCs5Kos.ttf",!0),A.G("Noto Sans Myanmar","notosansmyanmar/v20/AlZq_y1ZtY3ymOryg38hOCSdOnFq0En23OU4o1AC.ttf",!0),A.G("Noto Sans NKo","notosansnko/v2/esDX31ZdNv-KYGGJpKGk2_RpMpCMHMLBrdA.ttf",!0),A.G("Noto Sans Nabataean","notosansnabataean/v16/IFS4HfVJndhE3P4b5jnZ34DfsjO330dNoBJ9hK8kMK4.ttf",!0),A.G("Noto Sans New Tai Lue","notosansnewtailue/v20/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdeXAYUbghFPKzeY.ttf",!0),A.G("Noto Sans Newa","notosansnewa/v16/7r3fqXp6utEsO9pI4f8ok8sWg8n_qN4R5lNU.ttf",!0),A.G("Noto Sans Nushu","notosansnushu/v19/rnCw-xRQ3B7652emAbAe_Ai1IYaFWFAMArZKqQ.ttf",!0),A.G("Noto Sans Ogham","notosansogham/v17/kmKlZqk1GBDGN0mY6k5lmEmww4hrt5laQxcoCA.ttf",!0),A.G("Noto Sans Ol Chiki","notosansolchiki/v21/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALWk267I6gVrz5gQ.ttf",!0),A.G("Noto Sans Old Hungarian","notosansoldhungarian/v16/E213_cD6hP3GwCJPEUssHEM0KqLaHJXg2PiIgRfjbg5nCYXt.ttf",!0),A.G("Noto Sans Old Italic","notosansolditalic/v16/TuGOUUFzXI5FBtUq5a8bh68BJxxEVam7tWlRdRhtCC4d.ttf",!0),A.G("Noto Sans Old North Arabian","notosansoldnortharabian/v16/esDF30BdNv-KYGGJpKGk2tNiMt7Jar6olZDyNdr81zBQmUo_xw4ABw.ttf",!0),A.G("Noto Sans Old Permic","notosansoldpermic/v17/snf1s1q1-dF8pli1TesqcbUY4Mr-ElrwKLdXgv_dKYB5.ttf",!0),A.G("Noto Sans Old Persian","notosansoldpersian/v16/wEOjEAbNnc5caQTFG18FHrZr9Bp6-8CmIJ_tqOlQfx9CjA.ttf",!0),A.G("Noto Sans Old Sogdian","notosansoldsogdian/v16/3JnjSCH90Gmq2mrzckOBBhFhdrMst48aURt7neIqM-9uyg.ttf",!0),A.G("Noto Sans Old South Arabian","notosansoldsoutharabian/v16/3qT5oiOhnSyU8TNFIdhZTice3hB_HWKsEnF--0XCHiKx1OtDT9HwTA.ttf",!0),A.G("Noto Sans Old Turkic","notosansoldturkic/v16/yMJNMJVya43H0SUF_WmcGEQVqoEMKDKbsE2RjEw-Vyws.ttf",!0),A.G("Noto Sans Oriya","notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0f6_c6LhHBRe-.ttf",!0),A.G("Noto Sans Osage","notosansosage/v18/oPWX_kB6kP4jCuhpgEGmw4mtAVtXRlaSxkrMCQ.ttf",!0),A.G("Noto Sans Osmanya","notosansosmanya/v18/8vIS7xs32H97qzQKnzfeWzUyUpOJmz6kR47NCV5Z.ttf",!0),A.G("Noto Sans Pahawh Hmong","notosanspahawhhmong/v18/bWtp7e_KfBziStx7lIzKKaMUOBEA3UPQDW7krzc_c48aMpM.ttf",!0),A.G("Noto Sans Palmyrene","notosanspalmyrene/v16/ZgNPjOdKPa7CHqq0h37c_ASCWvH93SFCPnK5ZpdNtcA.ttf",!0),A.G("Noto Sans Pau Cin Hau","notosanspaucinhau/v20/x3d-cl3IZKmUqiMg_9wBLLtzl22EayN7ehIdjEWqKMxsKw.ttf",!0),A.G("Noto Sans Phags Pa","notosansphagspa/v15/pxiZyoo6v8ZYyWh5WuPeJzMkd4SrGChkqkSsrvNXiA.ttf",!0),A.G("Noto Sans Phoenician","notosansphoenician/v17/jizFRF9Ksm4Bt9PvcTaEkIHiTVtxmFtS5X7Jot-p5561.ttf",!0),A.G("Noto Sans Psalter Pahlavi","notosanspsalterpahlavi/v16/rP2Vp3K65FkAtHfwd-eISGznYihzggmsicPfud3w1G3KsUQBct4.ttf",!0),A.G("Noto Sans Rejang","notosansrejang/v18/Ktk2AKuMeZjqPnXgyqrib7DIogqwN4O3WYZB_sU.ttf",!0),A.G("Noto Sans Runic","notosansrunic/v17/H4c_BXWPl9DZ0Xe_nHUaus7W68WWaxpvHtgIYg.ttf",!0),A.G("Noto Sans SC","notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_FnYxNbPzS5HE.ttf",!0),A.G("Noto Sans Saurashtra","notosanssaurashtra/v19/ea8GacQ0Wfz_XKWXe6OtoA8w8zvmYwTef9ndjhPTSIx9.ttf",!0),A.G("Noto Sans Sharada","notosanssharada/v16/gok0H7rwAEdtF9N8-mdTGALG6p0kwoXLPOwr4H8a.ttf",!0),A.G("Noto Sans Shavian","notosansshavian/v17/CHy5V_HZE0jxJBQlqAeCKjJvQBNF4EFQSplv2Cwg.ttf",!0),A.G("Noto Sans Siddham","notosanssiddham/v17/OZpZg-FwqiNLe9PELUikxTWDoCCeGqndk3Ic92ZH.ttf",!0),A.G("Noto Sans Sinhala","notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2a5lgLpJwbQRM.ttf",!0),A.G("Noto Sans Sogdian","notosanssogdian/v16/taiQGn5iC4--qtsfi4Jp6eHPnfxQBo--Pm6KHidM.ttf",!0),A.G("Noto Sans Sora Sompeng","notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHR818DpZXJQd4Mu.ttf",!0),A.G("Noto Sans Soyombo","notosanssoyombo/v17/RWmSoL-Y6-8q5LTtXs6MF6q7xsxgY0FrIFOcK25W.ttf",!0),A.G("Noto Sans Sundanese","notosanssundanese/v24/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxpNNHCizv7fQES.ttf",!0),A.G("Noto Sans Syloti Nagri","notosanssylotinagri/v20/uU9eCAQZ75uhfF9UoWDRiY3q7Sf_VFV3m4dGFVfxN87gsj0.ttf",!0),A.G("Noto Sans Syriac","notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-VD9MaJyZfUL_FC.ttf",!0),A.G("Noto Sans TC","notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cy_CpOtma3uNQ.ttf",!0),A.G("Noto Sans Tagalog","notosanstagalog/v18/J7aFnoNzCnFcV9ZI-sUYuvote1R0wwEAA8jHexnL.ttf",!0),A.G("Noto Sans Tagbanwa","notosanstagbanwa/v18/Y4GWYbB8VTEp4t3MKJSMmQdIKjRtt_nZRjQEaYpGoQ.ttf",!0),A.G("Noto Sans Tai Le","notosanstaile/v17/vEFK2-VODB8RrNDvZSUmVxEATwR58tK1W77HtMo.ttf",!0),A.G("Noto Sans Tai Tham","notosanstaitham/v19/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBCUbPgquyaRGKMw.ttf",!0),A.G("Noto Sans Tai Viet","notosanstaiviet/v16/8QIUdj3HhN_lv4jf9vsE-9GMOLsaSPZr644fWsRO9w.ttf",!0),A.G("Noto Sans Takri","notosanstakri/v23/TuGJUVpzXI5FBtUq5a8bnKIOdTwQNO_W3khJXg.ttf",!0),A.G("Noto Sans Tamil","notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGo70RqKDt_EvT.ttf",!0),A.G("Noto Sans Tamil Supplement","notosanstamilsupplement/v21/DdTz78kEtnooLS5rXF1DaruiCd_bFp_Ph4sGcn7ax_vsAeMkeq1x.ttf",!0),A.G("Noto Sans Telugu","notosanstelugu/v25/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezbqQUbf-3v37w.ttf",!0),A.G("Noto Sans Thaana","notosansthaana/v23/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbhLhnu4-tbNu.ttf",!0),A.G("Noto Sans Thai","notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RtpzF-QRvzzXg.ttf",!0),A.G("Noto Sans Tifinagh","notosanstifinagh/v17/I_uzMoCduATTei9eI8dawkHIwvmhCvbn6rnEcXfs4Q.ttf",!0),A.G("Noto Sans Tirhuta","notosanstirhuta/v16/t5t6IQYRNJ6TWjahPR6X-M-apUyby7uGUBsTrn5P.ttf",!0),A.G("Noto Sans Ugaritic","notosansugaritic/v16/3qTwoiqhnSyU8TNFIdhZVCwbjCpkAXXkMhoIkiazfg.ttf",!0),A.G("Noto Sans Vai","notosansvai/v17/NaPecZTSBuhTirw6IaFn_UrURMTsDIRSfr0.ttf",!0),A.G("Noto Sans Wancho","notosanswancho/v17/zrf-0GXXyfn6Fs0lH9P4cUubP0GBqAPopiRfKp8.ttf",!0),A.G("Noto Sans Warang Citi","notosanswarangciti/v17/EYqtmb9SzL1YtsZSScyKDXIeOv3w-zgsNvKRpeVCCXzdgA.ttf",!0),A.G("Noto Sans Yi","notosansyi/v19/sJoD3LFXjsSdcnzn071rO3apxVDJNVgSNg.ttf",!0),A.G("Noto Sans Zanabazar Square","notosanszanabazarsquare/v16/Cn-jJsuGWQxOjaGwMQ6fOicyxLBEMRfDtkzl4uagQtJxOCEgN0Gc.ttf",!0)],t.Qg))}return r}, +VF(){var s,r,q,p,o,n=this,m=n.r +if(m!=null){m.delete() +n.r=null +m=n.w +if(m!=null)m.delete() +n.w=null}n.r=$.bl.b0().TypefaceFontProvider.Make() +m=$.bl.b0().FontCollection.Make() +n.w=m +m.enableFontFallback() +n.w.setDefaultFontManager(n.r) +m=n.f +m.U(0) +for(s=n.d,r=s.length,q=0;q=q.c||q.b>=q.d)q=o.b +else{n=o.b +if(!(n.a>=n.c||n.b>=n.d))q=q.kl(n)}}return q}, +iv(a){var s,r,q,p,o +for(s=this.c,r=s.length,q=0;q=o.c||o.b>=o.d))p.it(a)}}} +A.EX.prototype={ +it(a){this.iv(a)}} +A.AO.prototype={ +iw(a,b){var s,r,q=null,p=this.f,o=a.c.a +o.push(new A.fQ(B.E9,q,q,p,q,q)) +s=this.kH(a,b) +p=p.a +p===$&&A.c() +r=A.ajY(p.a.getBounds()) +if(s.zk(r))this.b=s.ee(r) +o.pop()}, +it(a){var s,r=this,q=a.a +q.cg(0) +s=r.r +q.YJ(0,r.f,s!==B.ae) +s=s===B.bD +if(s)q.eU(r.b,null) +r.iv(a) +if(s)q.bz(0) +q.bz(0)}, +$iaeR:1} +A.AS.prototype={ +iw(a,b){var s,r=null,q=this.f,p=a.c.a +p.push(new A.fQ(B.E7,q,r,r,r,r)) +s=this.kH(a,b) +if(s.zk(q))this.b=s.ee(q) +p.pop()}, +it(a){var s,r,q=a.a +q.cg(0) +s=this.f +r=this.r +q.YP(s,B.eH,r!==B.ae) +r=r===B.bD +if(r)q.eU(s,null) +this.iv(a) +if(r)q.bz(0) +q.bz(0)}, +$iaeU:1} +A.AQ.prototype={ +iw(a,b){var s,r,q,p,o=null,n=this.f,m=a.c.a +m.push(new A.fQ(B.E8,o,n,o,o,o)) +s=this.kH(a,b) +r=n.a +q=n.b +p=n.c +n=n.d +if(s.zk(new A.E(r,q,p,n)))this.b=s.ee(new A.E(r,q,p,n)) +m.pop()}, +it(a){var s,r=this,q=a.a +q.cg(0) +s=r.r +q.YM(r.f,s!==B.ae) +s=s===B.bD +if(s)q.eU(r.b,null) +r.iv(a) +if(s)q.bz(0) +q.bz(0)}, +$iaeS:1} +A.DN.prototype={ +iw(a,b){var s,r,q,p,o=this,n=null,m=new A.f5(new Float32Array(16)) +m.bk(b) +s=o.r +r=s.a +s=s.b +m.b9(0,r,s) +q=A.Dd() +q.pO(r,s,0) +p=a.c.a +p.push(A.ac9(q)) +p.push(new A.fQ(B.Eb,n,n,n,n,o.f)) +o.LJ(a,m) +p.pop() +p.pop() +o.b=o.b.b9(0,r,s)}, +it(a){var s,r,q,p=this,o=A.AG() +o.sag(0,A.a2(p.f,0,0,0)) +s=a.a +s.cg(0) +r=p.r +q=r.a +r=r.b +s.b9(0,q,r) +s.eU(p.b.d7(new A.v(-q,-r)),o) +r=o.b +r===$&&A.c() +r.l() +p.iv(a) +s.bz(0) +s.bz(0)}, +$iagw:1} +A.wh.prototype={ +iw(a,b){var s=this.f,r=b.yT(s),q=a.c.a +q.push(A.ac9(s)) +this.b=A.axV(s,this.kH(a,r)) +q.pop()}, +it(a){var s=a.a +s.cg(0) +s.a6(0,this.f.a) +this.iv(a) +s.bz(0)}, +$iacN:1} +A.DL.prototype={$iagv:1} +A.CA.prototype={ +iw(a,b){var s,r,q,p,o=this,n=new A.f5(new Float32Array(16)) +n.bk(b) +s=o.f +r=s.a +s=s.b +n.b9(0,r,s) +q=A.Dd() +q.pO(r,s,0) +s=a.c.a +s.push(A.ac9(q)) +p=o.kH(a,n) +q=t.p1.a(o.r).d +q===$&&A.c() +q=q.a +q.toString +new A.Vk(o,p).$1(q) +s.pop()}, +it(a){var s,r,q=this,p=a.a +p.cg(0) +s=q.f +p.b9(0,s.a,s.b) +r=A.AG() +r.sa1c(q.r) +p.eU(q.b,r) +s=r.b +s===$&&A.c() +s.l() +q.iv(a) +p.bz(0) +p.bz(0)}, +$iafP:1} +A.Vk.prototype={ +$1(a){var s=a.getOutputBounds(A.er(this.b)) +this.a.b=new A.E(s[0],s[1],s[2],s[3])}, +$S:1} +A.Ft.prototype={ +it(a){var s,r,q,p,o,n=this,m=a.a +m.eU(n.b,null) +n.iv(a) +s=A.AG() +s.spP(n.f) +s.sx7(n.w) +s.sfi(n.x) +r=a.b.a +B.c.X(r.save()) +q=n.r +p=q.a +o=q.b +r.translate(p,o) +r.drawRect(A.er(new A.E(0,0,0+(q.c-p),0+(q.d-o))),s.a) +o=s.b +o===$&&A.c() +o.l() +r.restore() +m.bz(0)}, +$iah8:1} +A.DY.prototype={ +iw(a,b){var s=this.c.a +s===$&&A.c() +this.b=A.ajY(s.a.cullRect()).d7(this.d)}, +it(a){var s,r=a.b.a +B.c.X(r.save()) +s=this.d +r.translate(s.a,s.b) +s=this.c.a +s===$&&A.c() +s=s.a +s.toString +r.drawPicture(s) +r.restore()}} +A.CR.prototype={ +l(){}} +A.Wg.prototype={ +XV(a,b,c,d){var s,r=this.b +r===$&&A.c() +s=new A.DY(t.Bn.a(b),a,B.V) +s.a=r +r.c.push(s)}, +XW(a){var s=this.b +s===$&&A.c() +t.L6.a(a) +a.a=s +s.c.push(a)}, +eF(){return new A.CR(new A.Wh(this.a,$.cw().gkF()))}, +fq(){var s=this.b +s===$&&A.c() +if(s===this.a)return +s=s.a +s.toString +this.b=s}, +a2W(a,b,c){return this.jq(new A.AO(t.E_.a(a),b,A.a([],t.k5),B.V))}, +a2X(a,b,c){return this.jq(new A.AQ(a,b,A.a([],t.k5),B.V))}, +a2Z(a,b,c){return this.jq(new A.AS(a,b,A.a([],t.k5),B.V))}, +a3_(a,b,c){return this.jq(new A.CA(b,a,A.a([],t.k5),B.V))}, +Je(a,b,c){var s=A.Dd() +s.pO(a,b,0) +return this.jq(new A.DL(s,A.a([],t.k5),B.V))}, +a31(a,b,c){return this.jq(new A.DN(a,b,A.a([],t.k5),B.V))}, +a32(a,b,c,d){return this.jq(new A.Ft(a,b,c,B.aZ,A.a([],t.k5),B.V))}, +a33(a,b){return this.jq(new A.wh(new A.f5(A.aaO(a)),A.a([],t.k5),B.V))}, +a30(a){var s=this.b +s===$&&A.c() +a.a=s +s.c.push(a) +return this.b=a}, +jq(a){return this.a30(a,t.vn)}} +A.Wh.prototype={} +A.TH.prototype={ +a35(a,b){A.akr("preroll_frame",new A.TI(this,a,!0)) +A.akr("apply_frame",new A.TJ(this,a,!0)) +return!0}} +A.TI.prototype={ +$0(){var s=this.b.a +s.b=s.kH(new A.YF(new A.uv(A.a([],t.YE))),A.Dd())}, +$S:0} +A.TJ.prototype={ +$0(){var s=this.a,r=A.a([],t.iW),q=new A.AF(r),p=s.a +r.push(p) +s.c.Kz().S(0,q.gXQ()) +s=this.b.a +r=s.b +if(!r.gT(r))s.iv(new A.Y2(q,p))}, +$S:0} +A.Ri.prototype={} +A.QU.prototype={} +A.AF.prototype={ +XR(a){this.a.push(a)}, +cg(a){var s,r,q +for(s=this.a,r=0,q=0;q0))p.ax=null +else{r=a.a +q=new A.QU(r,s) +s=$.bl.b0().MaskFilter.MakeBlur($.amc()[r.a],s,!0) +s.toString +r=new A.dP(o,t.gA) +r.hc(q,s,o,t.e) +q.c!==$&&A.cc() +q.c=r +p.ax=q}s=p.ax +if(s==null)s=null +else{s=s.c +s===$&&A.c() +s=s.a +s.toString}p.a.setMaskFilter(s)}, +sfi(a){var s,r=this +if(r.ay===a)return +r.ay=a +s=r.as +s=s==null?null:s.Al(a) +r.a.setShader(s)}, +slG(a){var s,r=this +if(r.ch===a)return +r.ch=a +r.Q=null +s=A.awj(a) +s.toString +s=r.CW=A.Wv(s) +if(r.z){r.Q=s +s=r.CW=A.Wv(new A.nD($.aaY(),s))}s=s.b +s===$&&A.c() +s=s.a +s.toString +r.a.setColorFilter(s)}, +sa1c(a){if(J.e(this.c,a))return +t.fz.a(a) +a.a1d(new A.QV(this)) +this.c=a}, +$ioO:1} +A.QV.prototype={ +$1(a){this.a.a.setImageFilter(a)}, +$S:1} +A.rt.prototype={ +nN(a){var s=this.a +s===$&&A.c() +s=s.a +s.toString +s.addOval(A.er(a),!1,1)}, +dI(a){var s=this.a +s===$&&A.c() +s=s.a +s.toString +s.addRRect(A.zM(a),!1)}, +nO(a){var s=this.a +s===$&&A.c() +s=s.a +s.toString +s.addRect(A.er(a))}, +aJ(a){var s=this.a +s===$&&A.c() +s.a.close()}, +t(a,b){var s=this.a +s===$&&A.c() +return s.a.contains(b.a,b.b)}, +cS(a,b,c){var s=this.a +s===$&&A.c() +s.a.lineTo(b,c)}, +kz(a,b,c){var s=this.a +s===$&&A.c() +s.a.moveTo(b,c)}, +jt(a){var s +this.b=B.oY +s=this.a +s===$&&A.c() +s.a.reset()}, +d7(a){var s,r=this.a +r===$&&A.c() +s=r.a.copy() +A.kY(s,"transform",[1,0,a.a,0,1,a.b,0,0,1]) +r=this.b +s.setFillType($.aef()[r.a]) +return A.aeP(s,r)}, +$iDU:1} +A.AJ.prototype={ +l(){this.b=!0 +var s=this.a +s===$&&A.c() +s.l()}, +a3K(a,b){var s,r,q,p,o=A.i_(),n=o.c +if(n===$){s=A.bu(self.document,"flt-canvas-container") +o.c!==$&&A.aS() +n=o.c=new A.hZ(s)}o=n.xm(new A.Q(a,b)).a +s=o.getCanvas() +s.clear(A.a9N($.Pj(),B.A)) +r=this.a +r===$&&A.c() +r=r.a +r.toString +s.drawPicture(r) +q=o.makeImageSnapshot() +o=$.bl.b0().AlphaType.Premul +r=$.bl.b0().ColorType.RGBA_8888 +p=A.asa(o,self.window.flutterCanvasKit.ColorSpace.SRGB,r,b,a) +r=q.readPixels(0,0,p) +r=$.bl.b0().MakeImage(p,r,4*a) +if(r==null)throw A.d(A.a1("Unable to convert image pixels into SkImage.")) +return A.QT(r,null)}} +A.jM.prototype={ +GA(a){var s=new self.window.flutterCanvasKit.PictureRecorder() +this.a=s +return this.b=new A.ev(s.beginRecording(A.er(a),!0))}, +rN(){var s,r,q,p=this.a +if(p==null)throw A.d(A.a1("PictureRecorder is not recording")) +s=p.finishRecordingAsPicture() +p.delete() +this.a=null +r=new A.AJ() +q=new A.dP("Picture",t.gA) +q.hc(r,s,"Picture",t.e) +r.a!==$&&A.cc() +r.a=q +return r}, +ga1L(){return this.a!=null}} +A.YQ.prototype={ +a_d(a){var s,r,q,p +try{p=a.b +if(p.gT(p))return +s=A.i_().a.Ga(p) +$.aaS().x=p +r=new A.ev(s.a.a.getCanvas()) +r.a.clear(A.a9N($.Pj(),B.A)) +q=new A.TH(r,null,$.aaS()) +q.a35(a,!0) +p=A.i_().a +if(!p.ax)$.cC.b0().c.prepend(p.x) +p.ax=!0 +J.an7(s) +$.aaS().Lt(0)}finally{this.W0()}}, +W0(){var s,r +for(s=this.b,r=0;!1;++r)s[r].$0() +for(s=$.awP,r=0;rq.a||a.b>q.b +else r=!1 +if(r){p=a.N(0,1.4) +r=j.a +if(r!=null)r.l() +j.a=null +r=j.y +r.toString +o=p.a +A.af8(r,o) +r=j.y +r.toString +n=p.b +A.af7(r,n) +j.ay=p +j.z=B.c.eG(o) +j.Q=B.c.eG(n) +j.qX()}}if(j.b||j.ay==null){r=j.a +if(r!=null)r.l() +j.a=null +j.ax=!1 +r=j.f +if(r!=null)r.releaseResourcesAndAbandonContext() +r=j.f +if(r!=null)r.delete() +j.f=null +r=j.y +if(r!=null){A.e7(r,i,j.e,!1) +r=j.y +r.toString +A.e7(r,h,j.d,!1) +j.y.remove() +j.d=j.e=null}j.z=B.c.eG(a.a) +r=B.c.eG(a.b) +j.Q=r +m=j.y=A.ajM(r,j.z) +r=A.at("true") +if(r==null)r=t.K.a(r) +m.setAttribute("aria-hidden",r) +A.M(m.style,"position","absolute") +j.qX() +r=t.e +j.e=r.a(A.b0(j.gQp())) +o=r.a(A.b0(j.gQn())) +j.d=o +A.bH(m,h,o,!1) +A.bH(m,i,j.e,!1) +j.c=j.b=!1 +o=$.n7 +if((o==null?$.n7=A.a9p():o)!==-1){o=$.bQ +o=!(o==null?$.bQ=A.e9(self.window.flutterConfiguration):o).gGH()}else o=!1 +if(o){o=$.bl.b0() +n=$.n7 +if(n==null)n=$.n7=A.a9p() +l=j.r=B.c.X(o.GetWebGLContext(m,r.a({antialias:0,majorVersion:n}))) +if(l!==0){j.f=$.bl.b0().MakeGrContext(l) +if(j.as===-1||j.at===-1){r=j.y +r.toString +o=$.n7 +k=A.aoD(r,o==null?$.n7=A.a9p():o) +j.as=B.c.X(k.getParameter(B.c.X(k.SAMPLES))) +j.at=B.c.X(k.getParameter(B.c.X(k.STENCIL_BITS)))}j.Fb()}}j.x.append(m) +j.ay=a}else{$.cw() +r=$.cv().d +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}if(r!==j.CW)j.qX()}$.cw() +r=$.cv().d +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}j.CW=r +j.ch=a +j.Fs() +r=j.a +if(r!=null)r.l() +return j.a=j.Qz(a)}, +qX(){var s,r,q,p,o=this.z +$.cw() +s=$.cv() +r=s.d +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}q=this.Q +s=s.d +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}p=this.y.style +A.M(p,"width",A.j(o/r)+"px") +A.M(p,"height",A.j(q/s)+"px")}, +Fs(){var s,r=B.c.eG(this.ch.b),q=this.Q +$.cw() +s=$.cv().d +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}A.M(this.y.style,"transform","translate(0, -"+A.j((q-r)/s)+"px)")}, +Qq(a){this.c=!1 +$.aF().yy() +a.stopPropagation() +a.preventDefault()}, +Qo(a){var s=this,r=A.i_() +s.c=!0 +if(r.a1G(s)){s.b=!0 +a.preventDefault()}else s.l()}, +Qz(a){var s,r=this,q=$.n7 +if((q==null?$.n7=A.a9p():q)===-1){q=r.y +q.toString +return r.qr(q,"WebGL support not detected")}else{q=$.bQ +if((q==null?$.bQ=A.e9(self.window.flutterConfiguration):q).gGH()){q=r.y +q.toString +return r.qr(q,"CPU rendering forced by application")}else if(r.r===0){q=r.y +q.toString +return r.qr(q,"Failed to initialize WebGL context")}else{q=$.bl.b0() +s=r.f +s.toString +s=A.kY(q,"MakeOnScreenGLSurface",[s,B.c.JI(a.a),B.c.JI(a.b),self.window.flutterCanvasKit.ColorSpace.SRGB,r.as,r.at]) +if(s==null){q=r.y +q.toString +return r.qr(q,"Failed to initialize WebGL surface")}return new A.AK(s,r.r)}}}, +qr(a,b){if(!$.aht){$.cS().$1("WARNING: Falling back to CPU-only rendering. "+b+".") +$.aht=!0}return new A.AK($.bl.b0().MakeSWCanvasSurface(a),null)}, +l(){var s=this,r=s.y +if(r!=null)A.e7(r,"webglcontextlost",s.d,!1) +r=s.y +if(r!=null)A.e7(r,"webglcontextrestored",s.e,!1) +s.e=s.d=null +s.x.remove() +r=s.a +if(r!=null)r.l()}} +A.a1k.prototype={ +$2(a,b){this.a.a.a.flush() +return!0}, +$S:287} +A.AK.prototype={ +l(){if(this.c)return +this.a.dispose() +this.c=!0}} +A.G8.prototype={ +KL(){var s,r=this,q=r.e,p=q.length +if(p!==0){s=q.pop() +r.d.push(s) +return s}else{q=r.d +if(q.length+p+1>>0 +if((s|2)===s)r=(r|B.c.X($.bl.b0().OverlineDecoration))>>>0 +if((s|4)===s)r=(r|B.c.X($.bl.b0().LineThroughDecoration))>>>0 +b0.decoration=r}if(b!=null)b0.decorationThickness=b +if(d!=null){s=A.qO(d) +b0.decorationColor=s}if(c!=null)b0.decorationStyle=$.amj()[c.a] +if(a0!=null)b0.textBaseline=$.ami()[a0.a] +if(a1!=null)A.ahg(b0,a1) +if(a2!=null)b0.letterSpacing=a2 +if(a3!=null)b0.wordSpacing=a3 +if(a4!=null)A.ahi(b0,a4) +switch(g.ax){case null:case void 0:break +case B.q:A.ahh(b0,!0) +break +case B.uE:A.ahh(b0,!1) +break}q=g.dx +if(q===$){p=A.adi(g.x,g.y) +g.dx!==$&&A.aS() +g.dx=p +q=p}A.ahf(b0,q) +if(a!=null||!1)b0.fontStyle=A.adW(a,g.r) +if(a6!=null){g=A.qO(new A.q(a6.y)) +b0.foregroundColor=g}if(a7!=null){o=A.a([],t.J) +for(g=a7.length,n=0;n=q.startIndex&&s<=q.endIndex)return new A.d_(B.c.X(q.startIndex),B.c.X(q.endIndex))}return B.I2}, +xf(){var s,r,q,p=this.a +p===$&&A.c() +p=J.jA(p.a.getLineMetrics(),t.e) +s=A.a([],t.ER) +for(p=new A.co(p,p.gp(p)),r=A.m(p).c;p.q();){q=p.d +s.push(new A.AE(q==null?r.a(q):q))}return s}, +l(){var s=this.a +s===$&&A.c() +s.l() +this.as=!0}} +A.AE.prototype={ +gGw(){return this.a.ascent}, +gHb(){return this.a.descent}, +gJX(){return this.a.ascent}, +gI9(){return this.a.isHardBreak}, +grj(){return this.a.baseline}, +gc9(a){var s=this.a +return B.c.aH(s.ascent+s.descent)}, +gmh(a){return this.a.left}, +gce(a){return this.a.width}, +gyJ(a){return B.c.X(this.a.lineNumber)}, +$ik6:1} +A.QW.prototype={ +rd(a){var s=A.a([],t.s),r=B.b.ga1(this.e),q=r.x +if(q!=null)s.push(q) +q=r.y +if(q!=null)B.b.H(s,q) +$.ad().grV().gHS().a_o(a,s) +this.a.addText(a)}, +eF(){var s,r,q,p,o,n,m,l,k,j="Paragraph" +if($.alG()){s=this.a +r=B.I.df(0,new A.e3(s.getText())) +q=A.arY($.amA(),r) +p=q==null +o=p?null:q.i(0,r) +if(o!=null)n=o +else{m=A.ajW(r,B.jt) +l=A.ajW(r,B.js) +n=new A.Lq(A.awO(r),l,m)}if(!p){p=q.c +k=p.i(0,r) +if(k==null)q.Bt(0,r,n) +else{m=k.d +if(!J.e(m.b,n)){k.js(0) +q.Bt(0,r,n)}else{k.js(0) +l=q.b +l.r8(m) +l=l.a.b.q2() +l.toString +p.m(0,r,l)}}}s.setWordsUtf16(n.c) +s.setGraphemeBreaksUtf16(n.b) +s.setLineBreaksUtf16(n.a)}s=this.a +n=s.build() +s.delete() +s=new A.AH(this.b) +r=new A.dP(j,t.gA) +r.hc(s,n,j,t.e) +s.a!==$&&A.cc() +s.a=r +return s}, +fq(){var s=this.e +if(s.length<=1)return +s.pop() +this.a.pop()}, +zt(a4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2=this.e,a3=B.b.ga1(a2) +t.BQ.a(a4) +s=a4.a +if(s==null)s=a3.a +r=a4.b +if(r==null)r=a3.b +q=a4.c +if(q==null)q=a3.c +p=a4.d +if(p==null)p=a3.d +o=a4.e +if(o==null)o=a3.e +n=a4.f +if(n==null)n=a3.f +m=a4.w +if(m==null)m=a3.w +l=a4.x +if(l==null)l=a3.x +k=a4.y +if(k==null)k=a3.y +j=a4.z +if(j==null)j=a3.z +i=a4.Q +if(i==null)i=a3.Q +h=a4.as +if(h==null)h=a3.as +g=a4.at +if(g==null)g=a3.at +f=a4.ax +if(f==null)f=a3.ax +e=a4.ch +if(e==null)e=a3.ch +d=a4.CW +if(d==null)d=a3.CW +c=a4.cx +if(c==null)c=a3.cx +b=a4.db +if(b==null)b=a3.db +a=A.abl(e,s,r,q,p,o,l,k,a3.cy,j,a3.r,b,n,d,g,f,i,a3.ay,c,m,h) +a2.push(a) +a2=a.CW +s=a2==null +if(!s||a.ch!=null){a0=s?null:a2.a +if(a0==null){a0=$.akz() +a2=a.a +a2=a2==null?null:a2.gn(a2) +if(a2==null)a2=4278190080 +a0.setColorInt(a2)}a2=a.ch +a1=a2==null?null:a2.a +if(a1==null)a1=$.aky() +this.a.pushPaintStyle(a.gAO(),a0,a1)}else this.a.pushStyle(a.gAO())}} +A.a9x.prototype={ +$1(a){return this.a===a}, +$S:35} +A.tL.prototype={ +F(){return"IntlSegmenterGranularity."+this.b}} +A.As.prototype={ +j(a){return"CanvasKitError: "+this.a}} +A.rx.prototype={ +L6(a,b){var s={} +s.a=!1 +this.a.mM(0,A.bZ(J.b3(a.b,"text"))).b8(new A.Rb(s,b),t.P).lC(new A.Rc(s,b))}, +Ko(a){this.b.mJ(0).b8(new A.R6(a),t.P).lC(new A.R7(this,a))}, +a0T(a){this.b.mJ(0).b8(new A.R9(a),t.P).lC(new A.Ra(a))}} +A.Rb.prototype={ +$1(a){var s=this.b +if(a){s.toString +s.$1(B.H.bd([!0]))}else{s.toString +s.$1(B.H.bd(["copy_fail","Clipboard.setData failed",null])) +this.a.a=!0}}, +$S:47} +A.Rc.prototype={ +$1(a){var s +if(!this.a.a){s=this.b +s.toString +s.$1(B.H.bd(["copy_fail","Clipboard.setData failed",null]))}}, +$S:28} +A.R6.prototype={ +$1(a){var s=A.aI(["text",a],t.N,t.z),r=this.a +r.toString +r.$1(B.H.bd([s]))}, +$S:136} +A.R7.prototype={ +$1(a){var s +if(a instanceof A.mL){A.lA(B.p,null,t.H).b8(new A.R5(this.b),t.P) +return}s=this.b +A.Pb("Could not get text from clipboard: "+A.j(a)) +s.toString +s.$1(B.H.bd(["paste_fail","Clipboard.getData failed",null]))}, +$S:28} +A.R5.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(null)}, +$S:14} +A.R9.prototype={ +$1(a){var s=A.aI(["value",a.length!==0],t.N,t.z),r=this.a +r.toString +r.$1(B.H.bd([s]))}, +$S:136} +A.Ra.prototype={ +$1(a){var s,r +if(a instanceof A.mL){A.lA(B.p,null,t.H).b8(new A.R8(this.a),t.P) +return}s=A.aI(["value",!1],t.N,t.z) +r=this.a +r.toString +r.$1(B.H.bd([s]))}, +$S:28} +A.R8.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(null)}, +$S:14} +A.R3.prototype={ +mM(a,b){return this.L5(0,b)}, +L5(a,b){var s=0,r=A.Y(t.y),q,p=2,o,n,m,l,k +var $async$mM=A.U(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:p=4 +m=self.window.navigator.clipboard +m.toString +b.toString +s=7 +return A.Z(A.ii(m.writeText(b),t.z),$async$mM) +case 7:p=2 +s=6 +break +case 4:p=3 +k=o +n=A.ae(k) +A.Pb("copy is not successful "+A.j(n)) +m=A.cO(!1,t.y) +q=m +s=1 +break +s=6 +break +case 3:s=2 +break +case 6:q=A.cO(!0,t.y) +s=1 +break +case 1:return A.W(q,r) +case 2:return A.V(o,r)}}) +return A.X($async$mM,r)}} +A.R4.prototype={ +mJ(a){var s=0,r=A.Y(t.N),q +var $async$mJ=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:q=A.ii(self.window.navigator.clipboard.readText(),t.N) +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$mJ,r)}} +A.T_.prototype={ +mM(a,b){return A.cO(this.Wm(b),t.y)}, +Wm(a){var s,r,q,p,o="-99999px",n="transparent",m=A.bu(self.document,"textarea"),l=m.style +A.M(l,"position","absolute") +A.M(l,"top",o) +A.M(l,"left",o) +A.M(l,"opacity","0") +A.M(l,"color",n) +A.M(l,"background-color",n) +A.M(l,"background",n) +self.document.body.append(m) +s=m +A.afg(s,a) +s.focus() +s.select() +r=!1 +try{r=self.document.execCommand("copy") +if(!r)A.Pb("copy is not successful")}catch(p){q=A.ae(p) +A.Pb("copy is not successful "+A.j(q))}finally{s.remove()}return r}} +A.T0.prototype={ +mJ(a){return A.abN(new A.mL("Paste is not implemented for this browser."),null,t.N)}} +A.Th.prototype={ +gGH(){var s=this.b +if(s==null)s=null +else{s=s.canvasKitForceCpuOnly +if(s==null)s=null}return s===!0}, +gZV(){var s=this.b +if(s==null)s=null +else{s=s.debugShowSemanticsNodes +if(s==null)s=null}return s===!0}} +A.BK.prototype={} +A.a_r.prototype={ +pM(a){return this.Lb(a)}, +Lb(a){var s=0,r=A.Y(t.y),q,p=2,o,n,m,l,k,j,i +var $async$pM=A.U(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:j=self.window.screen +s=j!=null?3:4 +break +case 3:n=j.orientation +s=n!=null?5:6 +break +case 5:l=J.av(a) +s=l.gT(a)?7:9 +break +case 7:n.unlock() +q=!0 +s=1 +break +s=8 +break +case 9:m=A.arN(A.bZ(l.gG(a))) +s=m!=null?10:11 +break +case 10:p=13 +s=16 +return A.Z(A.ii(n.lock(m),t.z),$async$pM) +case 16:q=!0 +s=1 +break +p=2 +s=15 +break +case 13:p=12 +i=o +l=A.cO(!1,t.y) +q=l +s=1 +break +s=15 +break +case 12:s=2 +break +case 15:case 11:case 8:case 6:case 4:q=!1 +s=1 +break +case 1:return A.W(q,r) +case 2:return A.V(o,r)}}) +return A.X($async$pM,r)}} +A.S8.prototype={ +$1(a){return this.a.warn(a)}, +$S:5} +A.Sa.prototype={ +$1(a){a.toString +return A.bN(a)}, +$S:243} +A.Cx.prototype={ +gaO(a){return A.di(this.b.status)}, +gZ6(){var s=this.b.headers,r=s.get("Content-Length") +if(r==null)r=null +if(r==null)return null +return A.acl(r,null)}, +gt6(){var s=this.b,r=A.di(s.status)>=200&&A.di(s.status)<300,q=A.di(s.status),p=A.di(s.status),o=A.di(s.status)>307&&A.di(s.status)<400 +return r||q===0||p===304||o}, +gmt(){var s=this +if(!s.gt6())throw A.d(new A.Cw(s.a,s.gaO(s))) +return new A.V2(s.b)}, +$iafN:1} +A.V2.prototype={ +pe(a,b,c){var s=0,r=A.Y(t.H),q=this,p,o,n +var $async$pe=A.U(function(d,e){if(d===1)return A.V(e,r) +while(true)switch(s){case 0:n=q.a.body.getReader() +p=t.e +case 2:if(!!0){s=3 +break}s=4 +return A.Z(A.ii(n.read(),p),$async$pe) +case 4:o=e +if(o.done){s=3 +break}b.$1(c.a(o.value)) +s=2 +break +case 3:return A.W(null,r)}}) +return A.X($async$pe,r)}, +k0(){var s=0,r=A.Y(t.pI),q,p=this,o +var $async$k0=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:s=3 +return A.Z(A.ii(p.a.arrayBuffer(),t.X),$async$k0) +case 3:o=b +o.toString +q=t.pI.a(o) +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$k0,r)}} +A.Cw.prototype={ +j(a){return'Flutter Web engine failed to fetch "'+this.a+'". HTTP request succeeded, but the server responded with HTTP status '+this.b+"."}, +$ibn:1} +A.tv.prototype={ +j(a){return'Flutter Web engine failed to complete HTTP request to fetch "'+this.a+'": '+A.j(this.b)}, +$ibn:1} +A.BE.prototype={} +A.rT.prototype={} +A.aa_.prototype={ +$2(a,b){this.a.$2(J.jA(a,t.e),b)}, +$S:244} +A.a9R.prototype={ +$1(a){var s=A.el(a,0,null) +if(B.H0.t(0,B.b.ga1(s.gmr())))return s.j(0) +self.window.console.error("URL rejected by TrustedTypes policy flutter-engine: "+a+"(download prevented)") +return null}, +$S:278} +A.Iq.prototype={ +q(){var s=++this.b,r=this.a +if(s>r.length)throw A.d(A.a1("Iterator out of bounds")) +return s"))}, +gp(a){return B.c.X(this.a.length)}} +A.Iv.prototype={ +q(){var s=++this.b,r=this.a +if(s>r.length)throw A.d(A.a1("Iterator out of bounds")) +return s"))}, +gp(a){return B.c.X(this.a.length)}} +A.BC.prototype={ +gD(a){var s=this.b +s===$&&A.c() +return s}, +q(){var s=this.a.next() +if(s.done)return!1 +this.b=this.$ti.c.a(s.value) +return!0}} +A.C5.prototype={ +XX(a){var s,r=this +if(!J.e(a,r.e)){s=r.e +if(s!=null)s.remove() +r.e=a +s=r.b +s.toString +a.toString +s.append(a)}}, +K3(){var s,r=this.d.style +$.cw() +s=$.cv().d +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}A.M(r,"transform","scale("+A.j(1/s)+")")}, +Uu(a){var s +this.K3() +s=$.cH() +if(!B.u4.t(0,s)&&!$.cw().a1M()&&$.Pn().c){$.cw().GP(!0) +$.aF().yy()}else{s=$.cw() +s.k9() +s.GP(!1) +$.aF().yy()}}} +A.aaL.prototype={ +$1(a){$.adg=!1 +$.aF().fV("flutter/system",$.alL(),new A.aaK())}, +$S:99} +A.aaK.prototype={ +$1(a){}, +$S:16} +A.Tw.prototype={ +a_o(a,b){var s,r,q,p,o,n=this,m=A.ax(t.S) +for(s=new A.a_a(a),r=n.d,q=n.c;s.q();){p=s.d +if(!(p<160||r.t(0,p)||q.t(0,p)))m.B(0,p)}if(m.a===0)return +o=A.a6(m,!0,m.$ti.c) +if(n.a.Ku(o,b).length!==0)n.XU(o)}, +XU(a){var s=this +s.at.H(0,a) +if(!s.ax){s.ax=!0 +s.Q=A.lA(B.p,new A.TE(s),t.H)}}, +Rd(){var s,r +this.ax=!1 +s=this.at +if(s.a===0)return +r=A.a6(s,!0,A.m(s).c) +s.U(0) +this.a_H(r)}, +a_H(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=A.a([],t.t),d=A.a([],t._m),c=t.Qg,b=A.a([],c) +for(s=a.length,r=t.Ie,q=0;qr){B.b.U(k) +k.push(o) +r=o.e +q=o}else if(n===r){k.push(o) +if(o.d1)if(B.b.kk(k,new A.TD(l))){s=self.window.navigator.language +if(s==="zh-Hans"||s==="zh-CN"||s==="zh-SG"||s==="zh-MY"){m=l.f +if(B.b.t(k,m))q=m}else if(s==="zh-Hant"||s==="zh-TW"||s==="zh-MO"){m=l.r +if(B.b.t(k,m))q=m}else if(s==="zh-HK"){m=l.w +if(B.b.t(k,m))q=m}else if(s==="ja"){m=l.x +if(B.b.t(k,m))q=m}else if(s==="ko"){m=l.y +if(B.b.t(k,m))q=m}else{m=l.f +if(B.b.t(k,m))q=m}}else{m=l.z +if(B.b.t(k,m))q=m +else{m=l.f +if(B.b.t(k,m))q=m}}q.toString +return q}, +QG(a){var s,r,q,p=A.a([],t._m) +for(s=a.split(","),r=s.length,q=0;q=q[r])s=r+1 +else p=r}}} +A.BT.prototype={ +a43(){var s=this.f +if(s==null)return A.cO(null,t.H) +else return s.a}, +B(a,b){var s,r,q=this +if(q.c.t(0,b)||q.d.a2(0,b.b))return +s=q.d +r=s.a +s.m(0,b.b,b) +if(q.f==null)q.f=new A.bk(new A.a3($.a7,t.U),t.l) +if(r===0)A.bY(B.p,q.gLr())}, +kY(){var s=0,r=A.Y(t.H),q=this,p,o,n,m,l,k,j,i +var $async$kY=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:j=A.y(t.N,t.uz) +i=A.a([],t.s) +for(p=q.d,o=p.gal(p),o=new A.cV(J.ar(o.a),o.b),n=t.H,m=A.m(o).z[1];o.q();){l=o.a +if(l==null)l=m.a(l) +j.m(0,l.b,A.apt(new A.T4(q,l,i),n))}s=2 +return A.Z(A.tm(j.gal(j),n),$async$kY) +case 2:B.b.fE(i) +for(o=i.length,n=q.a,m=n.as,k=0;k1&&e.charCodeAt(0)<127&&e.charCodeAt(1)<127) +o=A.aup(new A.W3(h,e,a,p,q),t.S) +if(f.type!=="keydown")if(h.b){r=A.ll(f) +r.toString +r=r==="CapsLock" +n=r}else n=!1 +else n=!0 +if(h.b){r=A.ll(f) +r.toString +r=r==="CapsLock"}else r=!1 +if(r){h.EB(B.p,new A.W4(s,q,o),new A.W5(h,q)) +m=B.aw}else if(n){r=h.f +if(r.i(0,q)!=null){l=f.repeat +if(l==null)l=g +if(l===!0)m=B.Ad +else{l=h.d +l.toString +l.$1(new A.ec(s,B.ag,q,o.$0(),g,!0)) +r.v(0,q) +m=B.aw}}else m=B.aw}else{if(h.f.i(0,q)==null){f.preventDefault() +return}m=B.ag}r=h.f +k=r.i(0,q) +switch(m.a){case 0:j=o.$0() +break +case 1:j=g +break +case 2:j=k +break +default:j=g}l=j==null +if(l)r.v(0,q) +else r.m(0,q,j) +$.alS().S(0,new A.W6(h,o,a,s)) +if(p)if(!l)h.WL(q,o.$0(),s) +else{r=h.r.v(0,q) +if(r!=null)r.$0()}if(p)i=e +else i=g +e=k==null?o.$0():k +r=m===B.ag?g:i +if(h.d.$1(new A.ec(s,m,q,e,r,!1)))f.preventDefault()}, +jd(a){var s=this,r={} +r.a=!1 +s.d=new A.Wb(r,s) +try{s.SG(a)}finally{if(!r.a)s.d.$1(B.Ac) +s.d=null}}, +uN(a,b,c,d,e){var s=this,r=$.alZ(),q=$.am_(),p=$.ae9() +s.qV(r,q,p,a?B.aw:B.ag,e) +r=$.aei() +q=$.aej() +p=$.aea() +s.qV(r,q,p,b?B.aw:B.ag,e) +r=$.am0() +q=$.am1() +p=$.aeb() +s.qV(r,q,p,c?B.aw:B.ag,e) +r=$.am2() +q=$.am3() +p=$.aec() +s.qV(r,q,p,d?B.aw:B.ag,e)}, +qV(a,b,c,d,e){var s,r=this,q=r.f,p=q.a2(0,a),o=q.a2(0,b),n=p||o,m=d===B.aw&&!n,l=d===B.ag&&n +if(m){r.a.$1(new A.ec(A.adf(e),B.aw,a,c,null,!0)) +q.m(0,a,c)}if(l&&p){s=q.i(0,a) +s.toString +r.Fd(e,a,s)}if(l&&o){q=q.i(0,b) +q.toString +r.Fd(e,b,q)}}, +Fd(a,b,c){this.a.$1(new A.ec(A.adf(a),B.ag,b,c,null,!0)) +this.f.v(0,b)}} +A.W7.prototype={ +$1(a){var s=this +if(!s.a.a&&!s.b.e){s.c.$0() +s.b.a.$1(s.d.$0())}}, +$S:14} +A.W8.prototype={ +$0(){this.a.a=!0}, +$S:0} +A.W9.prototype={ +$0(){return new A.ec(new A.aM(this.a.a+2e6),B.ag,this.b,this.c,null,!0)}, +$S:137} +A.Wa.prototype={ +$0(){this.a.f.v(0,this.b)}, +$S:0} +A.W3.prototype={ +$0(){var s,r,q,p,o,n=this,m=n.b,l=B.DG.i(0,m) +if(l!=null)return l +s=n.c.a +if(B.oK.a2(0,A.hz(s))){m=A.hz(s) +m.toString +m=B.oK.i(0,m) +r=m==null?null:m[B.c.X(s.location)] +r.toString +return r}if(n.d){q=n.a.c.Ks(A.ll(s),A.hz(s),B.c.X(s.keyCode)) +if(q!=null)return q}if(m==="Dead"){m=s.altKey +p=s.ctrlKey +o=s.shiftKey +s=s.metaKey +m=m?1073741824:0 +p=p?268435456:0 +o=o?536870912:0 +s=s?2147483648:0 +return n.e+(m+p+o+s)+98784247808}return B.d.gu(m)+98784247808}, +$S:32} +A.W4.prototype={ +$0(){return new A.ec(this.a,B.ag,this.b,this.c.$0(),null,!0)}, +$S:137} +A.W5.prototype={ +$0(){this.a.f.v(0,this.b)}, +$S:0} +A.W6.prototype={ +$2(a,b){var s,r,q=this +if(J.e(q.b.$0(),a))return +s=q.a +r=s.f +if(r.Z5(0,a)&&!b.$1(q.c))r.zF(r,new A.W2(s,a,q.d))}, +$S:246} +A.W2.prototype={ +$2(a,b){var s=this.b +if(b!==s)return!1 +this.a.d.$1(new A.ec(this.c,B.ag,a,s,null,!0)) +return!0}, +$S:247} +A.Wb.prototype={ +$1(a){this.a.a=!0 +return this.b.a.$1(a)}, +$S:60} +A.Rm.prototype={ +eI(a){if(!this.b)return +this.b=!1 +A.bH(this.a,"contextmenu",$.ab1(),null)}, +a_h(a){if(this.b)return +this.b=!0 +A.e7(this.a,"contextmenu",$.ab1(),null)}} +A.X6.prototype={} +A.aaC.prototype={ +$1(a){a.preventDefault()}, +$S:1} +A.Qg.prototype={ +gX9(){var s=this.a +s===$&&A.c() +return s}, +l(){var s=this +if(s.c||s.gjw()==null)return +s.c=!0 +s.Xa()}, +oo(){var s=0,r=A.Y(t.H),q=this +var $async$oo=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:s=q.gjw()!=null?2:3 +break +case 2:s=4 +return A.Z(q.hL(),$async$oo) +case 4:s=5 +return A.Z(q.gjw().pD(0,-1),$async$oo) +case 5:case 3:return A.W(null,r)}}) +return A.X($async$oo,r)}, +gi8(){var s=this.gjw() +s=s==null?null:s.KC() +return s==null?"/":s}, +gbI(){var s=this.gjw() +return s==null?null:s.Am(0)}, +Xa(){return this.gX9().$0()}} +A.uu.prototype={ +OY(a){var s,r=this,q=r.d +if(q==null)return +r.a=q.wS(r.gzc(r)) +if(!r.vN(r.gbI())){s=t.z +q.kL(0,A.aI(["serialCount",0,"state",r.gbI()],s,s),"flutter",r.gi8())}r.e=r.gvm()}, +gvm(){if(this.vN(this.gbI())){var s=this.gbI() +s.toString +return B.c.X(A.OU(J.b3(t.f.a(s),"serialCount")))}return 0}, +vN(a){return t.f.b(a)&&J.b3(a,"serialCount")!=null}, +pN(a,b,c){var s,r,q=this.d +if(q!=null){s=t.z +r=this.e +if(b){r===$&&A.c() +s=A.aI(["serialCount",r,"state",c],s,s) +a.toString +q.kL(0,s,"flutter",a)}else{r===$&&A.c();++r +this.e=r +s=A.aI(["serialCount",r,"state",c],s,s) +a.toString +q.Jg(0,s,"flutter",a)}}}, +AG(a){return this.pN(a,!1,null)}, +zd(a,b){var s,r,q,p,o=this +if(!o.vN(b)){s=o.d +s.toString +r=o.e +r===$&&A.c() +q=t.z +s.kL(0,A.aI(["serialCount",r+1,"state",b],q,q),"flutter",o.gi8())}o.e=o.gvm() +s=$.aF() +r=o.gi8() +t.Xx.a(b) +q=b==null?null:J.b3(b,"state") +p=t.z +s.fV("flutter/navigation",B.a8.fO(new A.f6("pushRouteInformation",A.aI(["location",r,"state",q],p,p))),new A.Xg())}, +hL(){var s=0,r=A.Y(t.H),q,p=this,o,n,m +var $async$hL=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:p.l() +if(p.b||p.d==null){s=1 +break}p.b=!0 +o=p.gvm() +s=o>0?3:4 +break +case 3:s=5 +return A.Z(p.d.pD(0,-o),$async$hL) +case 5:case 4:n=p.gbI() +n.toString +t.f.a(n) +m=p.d +m.toString +m.kL(0,J.b3(n,"state"),"flutter",p.gi8()) +case 1:return A.W(q,r)}}) +return A.X($async$hL,r)}, +gjw(){return this.d}} +A.Xg.prototype={ +$1(a){}, +$S:16} +A.vN.prototype={ +P4(a){var s,r=this,q=r.d +if(q==null)return +r.a=q.wS(r.gzc(r)) +s=r.gi8() +if(!A.acA(A.afh(self.window.history))){q.kL(0,A.aI(["origin",!0,"state",r.gbI()],t.N,t.z),"origin","") +r.Wt(q,s)}}, +pN(a,b,c){var s=this.d +if(s!=null)this.wp(s,a,!0)}, +AG(a){return this.pN(a,!1,null)}, +zd(a,b){var s,r=this,q="flutter/navigation" +if(A.ahb(b)){s=r.d +s.toString +r.Ws(s) +$.aF().fV(q,B.a8.fO(B.E3),new A.a0x())}else if(A.acA(b)){s=r.f +s.toString +r.f=null +$.aF().fV(q,B.a8.fO(new A.f6("pushRoute",s)),new A.a0y())}else{r.f=r.gi8() +r.d.pD(0,-1)}}, +wp(a,b,c){var s +if(b==null)b=this.gi8() +s=this.e +if(c)a.kL(0,s,"flutter",b) +else a.Jg(0,s,"flutter",b)}, +Wt(a,b){return this.wp(a,b,!1)}, +Ws(a){return this.wp(a,null,!1)}, +hL(){var s=0,r=A.Y(t.H),q,p=this,o,n +var $async$hL=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:p.l() +if(p.b||p.d==null){s=1 +break}p.b=!0 +o=p.d +s=3 +return A.Z(o.pD(0,-1),$async$hL) +case 3:n=p.gbI() +n.toString +o.kL(0,J.b3(t.f.a(n),"state"),"flutter",p.gi8()) +case 1:return A.W(q,r)}}) +return A.X($async$hL,r)}, +gjw(){return this.d}} +A.a0x.prototype={ +$1(a){}, +$S:16} +A.a0y.prototype={ +$1(a){}, +$S:16} +A.iI.prototype={} +A.tf.prototype={ +guO(){var s,r,q=this,p=q.b +if(p===$){s=q.a +r=A.CY(new A.aO(s,new A.T3(),A.a5(s).h("aO<1>")),t.Te) +q.b!==$&&A.aS() +q.b=r +p=r}return p}} +A.T3.prototype={ +$1(a){return a.c}, +$S:18} +A.Ct.prototype={ +gDZ(){var s,r=this,q=r.c +if(q===$){s=t.e.a(A.b0(r.gUN())) +r.c!==$&&A.aS() +r.c=s +q=s}return q}, +UO(a){var s,r,q,p=A.afi(a) +p.toString +for(s=this.a,r=s.length,q=0;q>>0)) +f.dj(c,B.H.bd([!0])) +return +case"SystemChrome.setSystemUIOverlayStyle":l=A.n6(J.b3(t.xE.a(s.b),"statusBarColor")) +A.akn(l==null?null:new A.q(l>>>0)) +f.dj(c,B.H.bd([!0])) +return +case"SystemChrome.setPreferredOrientations":B.wF.pM(t.j.a(s.b)).b8(new A.SN(f,c),t.P) +return +case"SystemSound.play":f.dj(c,B.H.bd([!0])) +return +case"Clipboard.setData":new A.rx(A.abr(),A.ach()).L6(s,c) +return +case"Clipboard.getData":new A.rx(A.abr(),A.ach()).Ko(c) +return +case"Clipboard.hasStrings":new A.rx(A.abr(),A.ach()).a0T(c) +return}break +case"flutter/service_worker":q=self.window +k=self.document.createEvent("Event") +k.initEvent("flutter-first-frame",!0,!0) +q.dispatchEvent(k) +return +case"flutter/textinput":q=$.Pn() +q.gnZ(q).a0O(b,c) +return +case"flutter/contextmenu":switch(B.a8.f9(b).a){case"enableContextMenu":f.e.i(0,0).gGV().a_h(0) +f.dj(c,B.H.bd([!0])) +return +case"disableContextMenu":f.e.i(0,0).gGV().eI(0) +f.dj(c,B.H.bd([!0])) +return}return +case"flutter/mousecursor":s=B.bA.f9(b) +o=t.f.a(s.b) +switch(s.a){case"activateSystemCursor":q=f.e.i(0,0) +j=q.c +if(j===$){k=$.ft.f +k===$&&A.c() +j!==$&&A.aS() +j=q.c=new A.X6(k)}q=A.bZ(J.b3(o,"kind")) +k=j.a.style +q=B.DC.i(0,q) +A.M(k,"cursor",q==null?"default":q) +break}return +case"flutter/web_test_e2e":f.dj(c,B.H.bd([A.av6(B.a8,b)])) +return +case"flutter/platform_views":q=f.db +if(q==null)q=f.db=new A.Yn($.aaU(),new A.SO()) +c.toString +q.a0m(b,c) +return +case"flutter/accessibility":q=$.ft.y +q===$&&A.c() +k=t.f +i=k.a(J.b3(k.a(B.aV.dK(b)),"data")) +h=A.bZ(J.b3(i,"message")) +if(h!=null&&h.length!==0){g=A.ac1(i,"assertiveness") +q.Gk(h,B.AX[g==null?0:g])}f.dj(c,B.aV.bd(!0)) +return +case"flutter/navigation":f.e.i(0,0).yh(b).b8(new A.SP(f,c),t.P) +f.to="/" +return}q=$.akh +if(q!=null){q.$3(a,b,c) +return}f.dj(c,null)}, +nm(a,b){return this.SJ(a,b)}, +SJ(a,b){var s=0,r=A.Y(t.H),q=1,p,o=this,n,m,l,k,j,i +var $async$nm=A.U(function(c,d){if(c===1){p=d +s=q}while(true)switch(s){case 0:q=3 +i=t.Lk +s=6 +return A.Z(A.nc($.zq.u3(a)),$async$nm) +case 6:n=i.a(d) +s=7 +return A.Z(n.gmt().k0(),$async$nm) +case 7:m=d +o.dj(b,A.oC(m,0,null)) +q=1 +s=5 +break +case 3:q=2 +j=p +l=A.ae(j) +$.cS().$1("Error while trying to load an asset: "+A.j(l)) +o.dj(b,null) +s=5 +break +case 2:s=1 +break +case 5:return A.W(null,r) +case 1:return A.V(p,r)}}) +return A.X($async$nm,r)}, +RP(a){switch(a){case"HapticFeedbackType.lightImpact":return 10 +case"HapticFeedbackType.mediumImpact":return 20 +case"HapticFeedbackType.heavyImpact":return 30 +case"HapticFeedbackType.selectionClick":return 10 +default:return 50}}, +hP(){var s=$.akl +if(s==null)throw A.d(A.dk("scheduleFrameCallback must be initialized first.")) +s.$0()}, +Pl(){var s=this +if(s.fr!=null)return +s.a=s.a.GZ(A.abE()) +s.fr=A.bW(self.window,"languagechange",new A.SL(s))}, +Ph(){var s,r,q,p=new self.MutationObserver(A.b0(new A.SK(this))) +this.go=p +s=self.document.documentElement +s.toString +r=A.a(["style"],t.s) +q=A.y(t.N,t.z) +q.m(0,"attributes",!0) +q.m(0,"attributeFilter",r) +r=A.at(q) +if(r==null)r=t.K.a(r) +p.observe(s,r)}, +FO(a){var s=this,r=s.a +if(r.d!==a){s.a=r.Zm(a) +A.jw(null,null) +A.jw(s.k4,s.ok)}}, +Xd(a){var s=this.a,r=s.a +if((r.a&32)!==0!==a){this.a=s.GY(r.Zi(a)) +A.jw(null,null)}}, +Pd(){var s,r=this,q=r.k2 +r.FO(q.matches?B.S:B.B) +s=t.e.a(A.b0(new A.SJ(r))) +r.k3=s +q.addListener(s)}, +fW(a,b,c){A.zC(this.R8,this.RG,new A.pc(b,0,a,c))}, +gxy(){var s=this.to +return s==null?this.to=this.e.i(0,0).grk().gi8():s}, +dj(a,b){A.lA(B.p,null,t.H).b8(new A.SS(a,b),t.P)}} +A.SR.prototype={ +$0(){return this.a.$1(this.b.$1(this.c))}, +$S:0} +A.SQ.prototype={ +$1(a){this.a.pk(this.b,a)}, +$S:16} +A.SM.prototype={ +$1(a){this.a.dj(this.b,B.H.bd([!0]))}, +$S:14} +A.SN.prototype={ +$1(a){this.a.dj(this.b,B.H.bd([a]))}, +$S:47} +A.SO.prototype={ +$1(a){var s=$.ft.r +s===$&&A.c() +s.append(a)}, +$S:1} +A.SP.prototype={ +$1(a){var s=this.b +if(a)this.a.dj(s,B.H.bd([!0])) +else if(s!=null)s.$1(null)}, +$S:47} +A.SL.prototype={ +$1(a){var s=this.a +s.a=s.a.GZ(A.abE()) +A.jw(s.fx,s.fy)}, +$S:1} +A.SK.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l=null +for(s=J.ar(a),r=t.e,q=this.a;s.q();){p=s.gD(s) +p.toString +r.a(p) +o=p.type +if((o==null?l:o)==="attributes"){o=p.attributeName +o=(o==null?l:o)==="style"}else o=!1 +if(o){o=self.document.documentElement +o.toString +n=A.axt(o) +m=(n==null?16:n)/16 +o=q.a +if(o.e!==m){q.a=o.Zo(m) +A.jw(l,l) +A.jw(q.id,q.k1)}}}}, +$S:256} +A.SJ.prototype={ +$1(a){var s=A.afi(a) +s.toString +s=s?B.S:B.B +this.a.FO(s)}, +$S:1} +A.SS.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(this.b)}, +$S:14} +A.aas.prototype={ +$0(){this.a.$2(this.b,this.c)}, +$S:0} +A.GQ.prototype={ +j(a){return A.t(this).j(0)+"[view: null, geometry: "+B.V.j(0)+"]"}} +A.E0.prototype={ +o5(a,b,c,d,e){var s=this,r=a==null?s.a:a,q=d==null?s.c:d,p=c==null?s.d:c,o=e==null?s.e:e,n=b==null?s.f:b +return new A.E0(r,!1,q,p,o,n,s.r,s.w)}, +GY(a){return this.o5(a,null,null,null,null)}, +GZ(a){return this.o5(null,a,null,null,null)}, +Zo(a){return this.o5(null,null,null,null,a)}, +Zm(a){return this.o5(null,null,a,null,null)}, +Zn(a){return this.o5(null,null,null,a,null)}} +A.Yl.prototype={ +zC(a,b,c){var s=this.a +if(s.a2(0,a))return!1 +s.m(0,a,b) +if(!c)this.c.B(0,a) +return!0}, +a3e(a,b){return this.zC(a,b,!0)}, +a3m(a,b,c){this.d.m(0,b,a) +return this.b.aW(0,b,new A.Ym(this,b,"flt-pv-slot-"+b,a,c))}, +W3(a){var s,r,q +if(a==null)return +s=$.e_() +if(s!==B.a3){a.remove() +return}s=a.getAttribute("slot") +r="tombstone-"+A.j(s==null?null:s) +q=A.bu(self.document,"slot") +A.M(q.style,"display","none") +s=A.at(r) +if(s==null)s=t.K.a(s) +q.setAttribute("name",s) +s=$.ft.w +s===$&&A.c() +s.append(q) +s=A.at(r) +if(s==null)s=t.K.a(s) +a.setAttribute("slot",s) +a.remove() +q.remove()}} +A.Ym.prototype={ +$0(){var s,r,q,p,o=this,n=A.bu(self.document,"flt-platform-view"),m=o.b +n.id="flt-pv-"+m +s=A.at(o.c) +if(s==null)s=t.K.a(s) +n.setAttribute("slot",s) +s=o.d +r=o.a.a.i(0,s) +r.toString +q=t.e +if(t._a.b(r))p=q.a(r.$2$params(m,o.e)) +else{t.xA.a(r) +p=q.a(r.$1(m))}if(p.style.getPropertyValue("height").length===0){$.cS().$1("Height of Platform View type: ["+s+"] may not be set. Defaulting to `height: 100%`.\nSet `style.height` to any appropriate value to stop this message.") +A.M(p.style,"height","100%")}if(p.style.getPropertyValue("width").length===0){$.cS().$1("Width of Platform View type: ["+s+"] may not be set. Defaulting to `width: 100%`.\nSet `style.width` to any appropriate value to stop this message.") +A.M(p.style,"width","100%")}n.append(p) +return n}, +$S:59} +A.Yn.prototype={ +QB(a,b){var s=t.f.a(a.b),r=J.av(s),q=B.c.X(A.zp(r.i(s,"id"))),p=A.bN(r.i(s,"viewType")),o=r.i(s,"params") +r=this.b +if(!r.a.a2(0,p)){b.$1(B.bA.ki("unregistered_view_type","If you are the author of the PlatformView, make sure `registerViewFactory` is invoked.","A HtmlElementView widget is trying to create a platform view with an unregistered type: <"+p+">.")) +return}if(r.b.a2(0,q)){b.$1(B.bA.ki("recreating_view","view id: "+q,"trying to create an already created view")) +return}this.c.$1(r.a3m(p,q,o)) +b.$1(B.bA.on(null))}, +a0m(a,b){var s,r=B.bA.f9(a) +switch(r.a){case"create":this.QB(r,b) +return +case"dispose":s=this.b +s.W3(s.b.v(0,A.di(r.b))) +b.$1(B.bA.on(null)) +return}b.$1(null)}} +A.a_c.prototype={ +a48(){A.bH(self.document,"touchstart",t.e.a(A.b0(new A.a_d())),null)}} +A.a_d.prototype={ +$1(a){}, +$S:1} +A.E3.prototype={ +Qv(){var s,r=this +if("PointerEvent" in self.window){s=new A.a73(A.y(t.S,t.ZW),A.a([],t.he),r.a,r.gw9(),r.c,r.d) +s.mO() +return s}if("TouchEvent" in self.window){s=new A.a8r(A.ax(t.S),A.a([],t.he),r.a,r.gw9(),r.c,r.d) +s.mO() +return s}if("MouseEvent" in self.window){s=new A.a6N(new A.mQ(),A.a([],t.he),r.a,r.gw9(),r.c,r.d) +s.mO() +return s}throw A.d(A.R("This browser does not support pointer, touch, or mouse events."))}, +US(a){var s=A.a(a.slice(0),A.a5(a)),r=$.aF() +A.zC(r.as,r.at,new A.uU(s))}} +A.YB.prototype={ +j(a){return"pointers:"+("PointerEvent" in self.window)+", touch:"+("TouchEvent" in self.window)+", mouse:"+("MouseEvent" in self.window)}} +A.xs.prototype={} +A.a40.prototype={ +wR(a,b,c,d,e){var s=t.e.a(A.b0(new A.a41(d))) +A.bH(b,c,s,e) +this.a.push(new A.xs(c,b,s,e,!1))}, +XS(a,b,c,d){return this.wR(a,b,c,d,!0)}} +A.a41.prototype={ +$1(a){var s=$.cU +if((s==null?$.cU=A.iv():s).Jl(a))this.a.$1(a)}, +$S:1} +A.NH.prototype={ +DA(a,b){if(b==null)return!1 +return Math.abs(b- -3*a)>1}, +U4(a){var s,r,q,p,o,n=this,m=$.e_() +if(m===B.bz)return!1 +if(n.DA(a.deltaX,A.afn(a))||n.DA(a.deltaY,A.afo(a)))return!1 +if(!(B.c.bv(a.deltaX,120)===0&&B.c.bv(a.deltaY,120)===0)){m=A.afn(a) +if(B.c.bv(m==null?1:m,120)===0){m=A.afo(a) +m=B.c.bv(m==null?1:m,120)===0}else m=!1}else m=!0 +if(m){m=a.deltaX +s=n.f +r=s==null +q=r?null:s.deltaX +p=Math.abs(m-(q==null?0:q)) +m=a.deltaY +q=r?null:s.deltaY +o=Math.abs(m-(q==null?0:q)) +if(!r)if(!(p===0&&o===0))m=!(p<20&&o<20) +else m=!0 +else m=!0 +if(m){if(A.dG(a)!=null)m=(r?null:A.dG(s))!=null +else m=!1 +if(m){m=A.dG(a) +m.toString +s.toString +s=A.dG(s) +s.toString +if(m-s<50&&n.r)return!0}return!1}}return!0}, +Qu(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this +if(d.U4(a)){s=B.b3 +r=-2}else{s=B.bq +r=-1}q=a.deltaX +p=a.deltaY +switch(B.c.X(a.deltaMode)){case 1:o=$.aiM +if(o==null){n=A.bu(self.document,"div") +o=n.style +A.M(o,"font-size","initial") +A.M(o,"display","none") +self.document.body.append(n) +o=A.abC(self.window,n).getPropertyValue("font-size") +if(B.d.t(o,"px"))m=A.agK(A.l1(o,"px","")) +else m=null +n.remove() +o=$.aiM=m==null?16:m/4}q*=o +p*=o +break +case 2:o=$.cw() +q*=o.gkF().a +p*=o.gkF().b +break +case 0:o=$.cH() +if(o===B.aB){o=$.e_() +if(o!==B.a3)o=o===B.bz +else o=!0}else o=!1 +if(o){$.cw() +o=$.cv() +l=o.d +if(l==null){l=self.window.devicePixelRatio +if(l===0)l=1}q*=l +o=o.d +if(o==null){o=self.window.devicePixelRatio +if(o===0)o=1}p*=o}break +default:break}k=A.a([],t.v) +j=A.adw(a,d.b) +o=$.cH() +if(o===B.aB){o=$.W_ +o=o==null?null:o.gnf().f.a2(0,$.aei()) +if(o!==!0){o=$.W_ +o=o==null?null:o.gnf().f.a2(0,$.aej()) +i=o===!0}else i=!0}else i=!1 +o=a.ctrlKey&&!i +l=d.d +h=j.a +if(o){o=A.dG(a) +o.toString +o=A.mP(o) +$.cw() +g=$.cv() +f=g.d +if(f==null){f=self.window.devicePixelRatio +if(f===0)f=1}g=g.d +if(g==null){g=self.window.devicePixelRatio +if(g===0)g=1}e=A.fD(a) +e.toString +l.Za(k,B.c.X(e),B.bp,r,s,h*f,j.b*g,1,1,Math.exp(-p/200),B.FC,o)}else{o=A.dG(a) +o.toString +o=A.mP(o) +$.cw() +g=$.cv() +f=g.d +if(f==null){f=self.window.devicePixelRatio +if(f===0)f=1}g=g.d +if(g==null){g=self.window.devicePixelRatio +if(g===0)g=1}e=A.fD(a) +e.toString +l.Zc(k,B.c.X(e),B.bp,r,s,h*f,j.b*g,1,1,q,p,B.FB,o)}d.f=a +d.r=s===B.b3 +return k}, +BD(a){var s=this.b,r=t.e.a(A.b0(a)),q=t.K,p=A.at(A.aI(["capture",!1,"passive",!1],t.N,q)) +q=p==null?q.a(p):p +s.addEventListener("wheel",r,q) +this.a.push(new A.xs("wheel",s,r,!1,!0))}, +Dl(a){this.c.$1(this.Qu(a)) +a.preventDefault()}} +A.ib.prototype={ +j(a){return A.t(this).j(0)+"(change: "+this.a.j(0)+", buttons: "+this.b+")"}} +A.mQ.prototype={ +Ar(a,b){var s +if(this.a!==0)return this.ue(b) +s=(b===0&&a>-1?A.awc(a):b)&1073741823 +this.a=s +return new A.ib(B.ts,s)}, +ue(a){var s=a&1073741823,r=this.a +if(r===0&&s!==0)return new A.ib(B.bp,r) +this.a=s +return new A.ib(s===0?B.bp:B.cB,s)}, +pF(a){if(this.a!==0&&(a&1073741823)===0){this.a=0 +return new A.ib(B.fN,0)}return null}, +As(a){if((a&1073741823)===0){this.a=0 +return new A.ib(B.bp,0)}return null}, +At(a){var s +if(this.a===0)return null +s=this.a=(a==null?0:a)&1073741823 +if(s===0)return new A.ib(B.fN,s) +else return new A.ib(B.cB,s)}} +A.a73.prototype={ +vs(a){return this.w.aW(0,a,new A.a75())}, +Es(a){if(A.abB(a)==="touch")this.w.v(0,A.afj(a))}, +uV(a,b,c,d,e){this.wR(0,a,b,new A.a74(this,d,c),e)}, +uU(a,b,c){return this.uV(a,b,c,!0,!0)}, +Pm(a,b,c,d){return this.uV(a,b,c,d,!0)}, +mO(){var s=this,r=s.b +s.uU(r,"pointerdown",new A.a76(s)) +s.uU(self.window,"pointermove",new A.a77(s)) +s.uV(r,"pointerleave",new A.a78(s),!1,!1) +s.uU(self.window,"pointerup",new A.a79(s)) +s.Pm(r,"pointercancel",new A.a7a(s),!1) +s.BD(new A.a7b(s))}, +e3(a,b,c){var s,r,q,p,o,n,m,l,k=this,j=A.abB(c) +j.toString +s=k.Ee(j) +j=A.afk(c) +j.toString +r=A.afl(c) +r.toString +j=Math.abs(j)>Math.abs(r)?A.afk(c):A.afl(c) +j.toString +r=A.dG(c) +r.toString +q=A.mP(r) +p=c.pressure +if(p==null)p=null +o=A.adw(c,k.b) +r=k.lg(c) +$.cw() +n=$.cv() +m=n.d +if(m==null){m=self.window.devicePixelRatio +if(m===0)m=1}n=n.d +if(n==null){n=self.window.devicePixelRatio +if(n===0)n=1}l=p==null?0:p +k.d.Zb(a,b.b,b.a,r,s,o.a*m,o.b*n,l,1,B.bO,j/180*3.141592653589793,q)}, +Rk(a){var s,r +if("getCoalescedEvents" in a){s=J.jA(a.getCoalescedEvents(),t.e) +r=new A.dD(s.a,s.$ti.h("dD<1,b>")) +if(!r.gT(r))return r}return A.a([a],t.J)}, +Ee(a){switch(a){case"mouse":return B.bq +case"pen":return B.fO +case"touch":return B.bN +default:return B.fP}}, +lg(a){var s=A.abB(a) +s.toString +if(this.Ee(s)===B.bq)s=-1 +else{s=A.afj(a) +s.toString +s=B.c.X(s)}return s}} +A.a75.prototype={ +$0(){return new A.mQ()}, +$S:274} +A.a74.prototype={ +$1(a){var s,r,q,p,o +if(this.b){s=a.getModifierState("Alt") +r=a.getModifierState("Control") +q=a.getModifierState("Meta") +p=a.getModifierState("Shift") +o=A.dG(a) +o.toString +this.a.e.uN(s,r,q,p,o)}this.c.$1(a)}, +$S:1} +A.a76.prototype={ +$1(a){var s,r,q=this.a,p=q.lg(a),o=A.a([],t.v),n=q.vs(p),m=A.fD(a) +m.toString +s=n.pF(B.c.X(m)) +if(s!=null)q.e3(o,s,a) +m=B.c.X(a.button) +r=A.fD(a) +r.toString +q.e3(o,n.Ar(m,B.c.X(r)),a) +q.c.$1(o)}, +$S:6} +A.a77.prototype={ +$1(a){var s,r,q,p,o=this.a,n=o.vs(o.lg(a)),m=A.a([],t.v) +for(s=J.ar(o.Rk(a));s.q();){r=s.gD(s) +q=r.buttons +if(q==null)q=null +q.toString +p=n.pF(B.c.X(q)) +if(p!=null)o.e3(m,p,r) +q=r.buttons +if(q==null)q=null +q.toString +o.e3(m,n.ue(B.c.X(q)),r)}o.c.$1(m)}, +$S:6} +A.a78.prototype={ +$1(a){var s,r=this.a,q=r.vs(r.lg(a)),p=A.a([],t.v),o=A.fD(a) +o.toString +s=q.As(B.c.X(o)) +if(s!=null){r.e3(p,s,a) +r.c.$1(p)}}, +$S:6} +A.a79.prototype={ +$1(a){var s,r,q,p=this.a,o=p.lg(a),n=p.w +if(n.a2(0,o)){s=A.a([],t.v) +n=n.i(0,o) +n.toString +r=A.fD(a) +q=n.At(r==null?null:B.c.X(r)) +p.Es(a) +if(q!=null){p.e3(s,q,a) +p.c.$1(s)}}}, +$S:6} +A.a7a.prototype={ +$1(a){var s,r=this.a,q=r.lg(a),p=r.w +if(p.a2(0,q)){s=A.a([],t.v) +p=p.i(0,q) +p.toString +p.a=0 +r.Es(a) +r.e3(s,new A.ib(B.fL,0),a) +r.c.$1(s)}}, +$S:6} +A.a7b.prototype={ +$1(a){this.a.Dl(a)}, +$S:1} +A.a8r.prototype={ +q0(a,b,c){this.XS(0,a,b,new A.a8s(this,!0,c))}, +mO(){var s=this,r=s.b +s.q0(r,"touchstart",new A.a8t(s)) +s.q0(r,"touchmove",new A.a8u(s)) +s.q0(r,"touchend",new A.a8v(s)) +s.q0(r,"touchcancel",new A.a8w(s))}, +q6(a,b,c,d,e){var s,r,q,p,o,n=A.aoL(e) +n.toString +n=B.c.X(n) +s=e.clientX +$.cw() +r=$.cv() +q=r.d +if(q==null){q=self.window.devicePixelRatio +if(q===0)q=1}p=e.clientY +r=r.d +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}o=c?1:0 +this.d.Z8(b,o,a,n,s*q,p*r,1,1,B.bO,d)}} +A.a8s.prototype={ +$1(a){var s=a.altKey,r=a.ctrlKey,q=a.metaKey,p=a.shiftKey,o=A.dG(a) +o.toString +this.a.e.uN(s,r,q,p,o) +this.c.$1(a)}, +$S:1} +A.a8t.prototype={ +$1(a){var s,r,q,p,o,n,m,l=A.dG(a) +l.toString +s=A.mP(l) +r=A.a([],t.v) +for(l=t.e,q=t.VA,q=A.bF(new A.jc(a.changedTouches,q),q.h("i.E"),l),l=A.bF(q.a,A.m(q).c,l),q=J.ar(l.a),l=A.m(l),l=l.h("@<1>").a4(l.z[1]).z[1],p=this.a;q.q();){o=l.a(q.gD(q)) +n=o.identifier +if(n==null)n=null +n.toString +m=p.w +if(!m.t(0,B.c.X(n))){n=o.identifier +if(n==null)n=null +n.toString +m.B(0,B.c.X(n)) +p.q6(B.ts,r,!0,s,o)}}p.c.$1(r)}, +$S:6} +A.a8u.prototype={ +$1(a){var s,r,q,p,o,n,m +a.preventDefault() +s=A.dG(a) +s.toString +r=A.mP(s) +q=A.a([],t.v) +for(s=t.e,p=t.VA,p=A.bF(new A.jc(a.changedTouches,p),p.h("i.E"),s),s=A.bF(p.a,A.m(p).c,s),p=J.ar(s.a),s=A.m(s),s=s.h("@<1>").a4(s.z[1]).z[1],o=this.a;p.q();){n=s.a(p.gD(p)) +m=n.identifier +if(m==null)m=null +m.toString +if(o.w.t(0,B.c.X(m)))o.q6(B.cB,q,!0,r,n)}o.c.$1(q)}, +$S:6} +A.a8v.prototype={ +$1(a){var s,r,q,p,o,n,m,l +a.preventDefault() +s=A.dG(a) +s.toString +r=A.mP(s) +q=A.a([],t.v) +for(s=t.e,p=t.VA,p=A.bF(new A.jc(a.changedTouches,p),p.h("i.E"),s),s=A.bF(p.a,A.m(p).c,s),p=J.ar(s.a),s=A.m(s),s=s.h("@<1>").a4(s.z[1]).z[1],o=this.a;p.q();){n=s.a(p.gD(p)) +m=n.identifier +if(m==null)m=null +m.toString +l=o.w +if(l.t(0,B.c.X(m))){m=n.identifier +if(m==null)m=null +m.toString +l.v(0,B.c.X(m)) +o.q6(B.fN,q,!1,r,n)}}o.c.$1(q)}, +$S:6} +A.a8w.prototype={ +$1(a){var s,r,q,p,o,n,m,l=A.dG(a) +l.toString +s=A.mP(l) +r=A.a([],t.v) +for(l=t.e,q=t.VA,q=A.bF(new A.jc(a.changedTouches,q),q.h("i.E"),l),l=A.bF(q.a,A.m(q).c,l),q=J.ar(l.a),l=A.m(l),l=l.h("@<1>").a4(l.z[1]).z[1],p=this.a;q.q();){o=l.a(q.gD(q)) +n=o.identifier +if(n==null)n=null +n.toString +m=p.w +if(m.t(0,B.c.X(n))){n=o.identifier +if(n==null)n=null +n.toString +m.v(0,B.c.X(n)) +p.q6(B.fL,r,!1,s,o)}}p.c.$1(r)}, +$S:6} +A.a6N.prototype={ +Bz(a,b,c,d){this.wR(0,a,b,new A.a6O(this,!0,c),d)}, +uS(a,b,c){return this.Bz(a,b,c,!0)}, +mO(){var s=this,r=s.b +s.uS(r,"mousedown",new A.a6P(s)) +s.uS(self.window,"mousemove",new A.a6Q(s)) +s.Bz(r,"mouseleave",new A.a6R(s),!1) +s.uS(self.window,"mouseup",new A.a6S(s)) +s.BD(new A.a6T(s))}, +e3(a,b,c){var s,r,q=A.adw(c,this.b),p=A.dG(c) +p.toString +p=A.mP(p) +$.cw() +s=$.cv() +r=s.d +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}s=s.d +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}this.d.Z9(a,b.b,b.a,-1,B.bq,q.a*r,q.b*s,1,1,B.bO,p)}} +A.a6O.prototype={ +$1(a){var s=a.getModifierState("Alt"),r=a.getModifierState("Control"),q=a.getModifierState("Meta"),p=a.getModifierState("Shift"),o=A.dG(a) +o.toString +this.a.e.uN(s,r,q,p,o) +this.c.$1(a)}, +$S:1} +A.a6P.prototype={ +$1(a){var s,r,q=A.a([],t.v),p=this.a,o=p.w,n=A.fD(a) +n.toString +s=o.pF(B.c.X(n)) +if(s!=null)p.e3(q,s,a) +n=B.c.X(a.button) +r=A.fD(a) +r.toString +p.e3(q,o.Ar(n,B.c.X(r)),a) +p.c.$1(q)}, +$S:6} +A.a6Q.prototype={ +$1(a){var s,r=A.a([],t.v),q=this.a,p=q.w,o=A.fD(a) +o.toString +s=p.pF(B.c.X(o)) +if(s!=null)q.e3(r,s,a) +o=A.fD(a) +o.toString +q.e3(r,p.ue(B.c.X(o)),a) +q.c.$1(r)}, +$S:6} +A.a6R.prototype={ +$1(a){var s,r=A.a([],t.v),q=this.a,p=A.fD(a) +p.toString +s=q.w.As(B.c.X(p)) +if(s!=null){q.e3(r,s,a) +q.c.$1(r)}}, +$S:6} +A.a6S.prototype={ +$1(a){var s,r=A.a([],t.v),q=this.a,p=A.fD(a) +p=p==null?null:B.c.X(p) +s=q.w.At(p) +if(s!=null){q.e3(r,s,a) +q.c.$1(r)}}, +$S:6} +A.a6T.prototype={ +$1(a){this.a.Dl(a)}, +$S:1} +A.qo.prototype={} +A.Yr.prototype={ +qa(a,b,c){return this.a.aW(0,a,new A.Ys(b,c))}, +jO(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,a0,a1,a2,a3,a4,a5,a6,a7,a8){var s,r,q=this.a.i(0,c) +q.toString +s=q.b +r=q.c +q.b=i +q.c=j +q=q.a +if(q==null)q=0 +return A.agG(a,b,c,d,e,f,!1,h,i-s,j-r,i,j,k,q,l,m,n,o,p,a0,a1,a2,a3,a4,a5,a6,!1,a7,a8)}, +vY(a,b,c){var s=this.a.i(0,a) +s.toString +return s.b!==b||s.c!==c}, +iY(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,a0,a1,a2,a3,a4,a5,a6,a7){var s,r,q=this.a.i(0,c) +q.toString +s=q.b +r=q.c +q.b=i +q.c=j +q=q.a +if(q==null)q=0 +return A.agG(a,b,c,d,e,f,!1,h,i-s,j-r,i,j,k,q,l,m,n,o,p,a0,a1,a2,a3,a4,B.bO,a5,!0,a6,a7)}, +o3(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var s,r,q,p=this +if(m===B.bO)switch(c.a){case 1:p.qa(d,f,g) +a.push(p.jO(b,c,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,m,0,n,o)) +break +case 3:s=p.a.a2(0,d) +p.qa(d,f,g) +if(!s)a.push(p.iY(b,B.fM,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,0,n,o)) +a.push(p.jO(b,c,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,m,0,n,o)) +p.b=b +break +case 4:s=p.a.a2(0,d) +p.qa(d,f,g).a=$.aii=$.aii+1 +if(!s)a.push(p.iY(b,B.fM,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,0,n,o)) +if(p.vY(d,f,g))a.push(p.iY(0,B.bp,d,0,0,e,!1,0,f,g,0,0,i,0,0,0,0,0,j,k,l,0,n,o)) +a.push(p.jO(b,c,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,m,0,n,o)) +p.b=b +break +case 5:a.push(p.jO(b,c,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,m,0,n,o)) +p.b=b +break +case 6:case 0:r=p.a +q=r.i(0,d) +q.toString +if(c===B.fL){f=q.b +g=q.c}if(p.vY(d,f,g))a.push(p.iY(p.b,B.cB,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,0,n,o)) +a.push(p.jO(b,c,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,m,0,n,o)) +if(e===B.bN){a.push(p.iY(0,B.FA,d,0,0,e,!1,0,f,g,0,0,i,0,0,0,0,0,j,k,l,0,n,o)) +r.v(0,d)}break +case 2:r=p.a +q=r.i(0,d) +q.toString +a.push(p.jO(b,c,d,0,0,e,!1,0,q.b,q.c,0,h,i,0,0,0,0,0,j,k,l,m,0,n,o)) +r.v(0,d) +break +case 7:case 8:case 9:break}else switch(m.a){case 1:case 2:case 3:s=p.a.a2(0,d) +p.qa(d,f,g) +if(!s)a.push(p.iY(b,B.fM,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,0,n,o)) +if(p.vY(d,f,g))if(b!==0)a.push(p.iY(b,B.cB,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,0,n,o)) +else a.push(p.iY(b,B.bp,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,0,n,o)) +a.push(p.jO(b,c,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,m,0,n,o)) +break +case 0:break +case 4:break}}, +Za(a,b,c,d,e,f,g,h,i,j,k,l){return this.o3(a,b,c,d,e,f,g,h,i,j,0,0,k,0,l)}, +Zc(a,b,c,d,e,f,g,h,i,j,k,l,m){return this.o3(a,b,c,d,e,f,g,h,i,1,j,k,l,0,m)}, +Z9(a,b,c,d,e,f,g,h,i,j,k){return this.o3(a,b,c,d,e,f,g,h,i,1,0,0,j,0,k)}, +Z8(a,b,c,d,e,f,g,h,i,j){return this.o3(a,b,c,d,B.bN,e,f,g,h,1,0,0,i,0,j)}, +Zb(a,b,c,d,e,f,g,h,i,j,k,l){return this.o3(a,b,c,d,e,f,g,h,i,1,0,0,j,k,l)}} +A.Ys.prototype={ +$0(){return new A.qo(this.a,this.b)}, +$S:281} +A.acm.prototype={} +A.YS.prototype={ +P0(a){var s=this,r=t.e +s.b=r.a(A.b0(new A.YT(s))) +A.bH(self.window,"keydown",s.b,null) +s.c=r.a(A.b0(new A.YU(s))) +A.bH(self.window,"keyup",s.c,null) +$.kX.push(new A.YV(s))}, +l(){var s,r,q=this +A.e7(self.window,"keydown",q.b,null) +A.e7(self.window,"keyup",q.c,null) +for(s=q.a,r=A.hJ(s,s.r);r.q();)s.i(0,r.d).aI(0) +s.U(0) +$.aco=q.c=q.b=null}, +Dd(a){var s,r,q,p,o,n,m=this,l=globalThis.KeyboardEvent +if(!(l!=null&&a instanceof l))return +s=new A.hC(a) +r=A.ll(a) +r.toString +if(a.type==="keydown"&&A.hz(a)==="Tab"&&a.isComposing)return +q=A.hz(a) +q.toString +if(!(q==="Meta"||q==="Shift"||q==="Alt"||q==="Control")&&m.e){q=m.a +p=q.i(0,r) +if(p!=null)p.aI(0) +if(a.type==="keydown")p=a.ctrlKey||a.shiftKey||a.altKey||a.metaKey +else p=!1 +if(p)q.m(0,r,A.bY(B.d8,new A.YX(m,r,s))) +else q.v(0,r)}o=a.getModifierState("Shift")?1:0 +if(a.getModifierState("Alt")||a.getModifierState("AltGraph"))o|=2 +if(a.getModifierState("Control"))o|=4 +if(a.getModifierState("Meta"))o|=8 +m.d=o +if(a.type==="keydown")if(A.hz(a)==="CapsLock"){r=o|32 +m.d=r}else if(A.ll(a)==="NumLock"){r=o|16 +m.d=r}else if(A.hz(a)==="ScrollLock"){r=o|64 +m.d=r}else{if(A.hz(a)==="Meta"){r=$.cH() +r=r===B.fI}else r=!1 +if(r){r=o|8 +m.d=r}else r=o}else r=o +n=A.aI(["type",a.type,"keymap","web","code",A.ll(a),"key",A.hz(a),"location",B.c.X(a.location),"metaState",r,"keyCode",B.c.X(a.keyCode)],t.N,t.z) +$.aF().fV("flutter/keyevent",B.H.bd(n),new A.YY(s))}} +A.YT.prototype={ +$1(a){this.a.Dd(a)}, +$S:1} +A.YU.prototype={ +$1(a){this.a.Dd(a)}, +$S:1} +A.YV.prototype={ +$0(){this.a.l()}, +$S:0} +A.YX.prototype={ +$0(){var s,r,q=this.a +q.a.v(0,this.b) +s=this.c.a +r=A.aI(["type","keyup","keymap","web","code",A.ll(s),"key",A.hz(s),"location",B.c.X(s.location),"metaState",q.d,"keyCode",B.c.X(s.keyCode)],t.N,t.z) +$.aF().fV("flutter/keyevent",B.H.bd(r),A.auQ())}, +$S:0} +A.YY.prototype={ +$1(a){if(a==null)return +if(A.n5(J.b3(t.a.a(B.H.dK(a)),"handled")))this.a.a.preventDefault()}, +$S:16} +A.r9.prototype={ +F(){return"Assertiveness."+this.b}} +A.Pq.prototype={ +Yc(a){switch(a.a){case 0:return this.a +case 1:return this.b}}, +Gk(a,b){var s=this.Yc(b),r=A.bu(self.document,"div") +A.aoK(r,a) +s.append(r) +A.bY(B.aY,new A.Pr(r))}} +A.Pr.prototype={ +$0(){return this.a.remove()}, +$S:0} +A.wG.prototype={ +F(){return"_CheckableKind."+this.b}} +A.QR.prototype={ +cU(a){var s,r,q,p,o=this,n="true" +o.hW(0) +s=o.b +if((s.k3&1)!==0){switch(o.e.a){case 0:r=A.at("checkbox") +if(r==null)r=t.K.a(r) +s.k2.setAttribute("role",r) +break +case 1:r=A.at("radio") +if(r==null)r=t.K.a(r) +s.k2.setAttribute("role",r) +break +case 2:r=A.at("switch") +if(r==null)r=t.K.a(r) +s.k2.setAttribute("role",r) +break}if(s.y_()===B.da){q=s.k2 +r=A.at(n) +if(r==null)r=t.K.a(r) +q.setAttribute("aria-disabled",r) +r=A.at(n) +if(r==null)r=t.K.a(r) +q.setAttribute("disabled",r)}else o.Eo() +r=s.a +p=A.at((r&2)!==0||(r&131072)!==0?n:"false") +r=p==null?t.K.a(p):p +s.k2.setAttribute("aria-checked",r)}}, +l(){this.mZ() +this.Eo()}, +Eo(){var s=this.b.k2 +s.removeAttribute("aria-disabled") +s.removeAttribute("disabled")}} +A.Bt.prototype={ +cU(a){var s,r,q +this.hW(0) +s=this.b +if((s.a&4096)!==0){r=s.z +s=s.k2 +q=A.at(r==null?"":r) +if(q==null)q=t.K.a(q) +s.setAttribute("aria-label",q) +q=A.at("dialog") +if(q==null)q=t.K.a(q) +s.setAttribute("role",q)}}, +Hc(a){var s,r=this.b +if((r.a&4096)!==0)return +r=r.k2 +s=A.at("dialog") +if(s==null)s=t.K.a(s) +r.setAttribute("role",s) +s=A.at(a.b.k2.id) +if(s==null)s=t.K.a(s) +r.setAttribute("aria-describedby",s)}} +A.p2.prototype={ +cU(a){var s,r=this,q=r.b +if((q.a&4096)===0)return +if((q.k3&1024)!==0){s=r.d +if(s!=null)s.Hc(r) +else q.k1.e.push(new A.a_3(r))}}, +Ud(){var s,r,q=this.b.ok +while(!0){s=q!=null +if(s){r=q.p2 +r=(r==null?null:r.a)!==B.dE}else r=!1 +if(!r)break +q=q.ok}if(s){s=q.p2 +s=(s==null?null:s.a)===B.dE}else s=!1 +if(s){s=q.p2 +s.toString +this.d=t.JX.a(s)}}} +A.a_3.prototype={ +$0(){var s,r=this.a +r.Ud() +s=r.d +if(s!=null)s.Hc(r)}, +$S:0} +A.o6.prototype={ +cU(a){var s,r=this.b +if((r.a&2097152)!==0){s=this.d +if(s.b==null)s.IN(r.id,r.k2) +r=r.a +if((r&32)!==0)r=(r&64)===0||(r&128)!==0 +else r=!1 +s.GI(r)}else this.d.uw()}} +A.ni.prototype={ +IN(a,b){var s,r,q=this,p=q.b,o=p==null +if(b===(o?null:p.a[2])){o=p.a +if(a===o[3])return +s=o[2] +r=o[1] +q.b=new A.xW([o[0],r,s,a]) +return}if(!o)q.uw() +o=t.e +s=o.a(A.b0(new A.Pt(q))) +s=[o.a(A.b0(new A.Pu(q))),s,b,a] +q.b=new A.xW(s) +b.tabIndex=0 +A.bH(b,"focus",s[1],null) +A.bH(b,"blur",s[0],null)}, +uw(){var s,r=this.b +this.b=null +if(r==null)return +s=r.a +A.e7(s[2],"focus",s[1],null) +A.e7(s[2],"blur",s[0],null) +s[2].blur()}, +ER(a){var s,r,q=this.b +if(q==null)return +s=$.aF() +r=q.a[3] +s.fW(r,a?B.h8:B.h9,null)}, +GI(a){var s=this.b +if(s==null)return +this.a.e.push(new A.Ps(this,s,a))}} +A.Pt.prototype={ +$1(a){return this.a.ER(!0)}, +$S:1} +A.Pu.prototype={ +$1(a){return this.a.ER(!1)}, +$S:1} +A.Ps.prototype={ +$0(){var s=this.b +if(!J.e(this.a.b,s))return +s=s.a +if(this.c)s[2].focus() +else s[2].blur()}, +$S:0} +A.Vr.prototype={ +cU(a){var s,r,q,p=this +p.hW(0) +s=p.b +if(s.gyF()){r=s.dy +r=r!=null&&!B.cw.gT(r)}else r=!1 +if(r){if(p.e==null){p.e=A.bu(self.document,"flt-semantics-img") +r=s.dy +if(r!=null&&!B.cw.gT(r)){r=p.e.style +A.M(r,"position","absolute") +A.M(r,"top","0") +A.M(r,"left","0") +q=s.y +A.M(r,"width",A.j(q.c-q.a)+"px") +q=s.y +A.M(r,"height",A.j(q.d-q.b)+"px")}A.M(p.e.style,"font-size","6px") +r=p.e +r.toString +s.k2.append(r)}s=p.e +s.toString +r=A.at("img") +if(r==null)r=t.K.a(r) +s.setAttribute("role",r) +p.ET(p.e)}else{r=s.k2 +if(s.gyF()){s=A.at("img") +if(s==null)s=t.K.a(s) +r.setAttribute("role",s) +p.ET(r) +p.v6()}else{p.v6() +r.removeAttribute("aria-label")}}}, +ET(a){var s=this.b.z +if(s!=null&&s.length!==0){a.toString +s.toString +s=A.at(s) +if(s==null)s=t.K.a(s) +a.setAttribute("aria-label",s)}}, +v6(){var s=this.e +if(s!=null){s.remove() +this.e=null}}, +l(){this.mZ() +this.v6() +this.b.k2.removeAttribute("aria-label")}} +A.Vz.prototype={ +OW(a){var s,r=this,q=r.b +r.e7(new A.lY(B.dK,q)) +r.e7(new A.p2(B.fZ,q)) +r.e7(new A.tY(B.tF,q)) +q=r.e +a.k2.append(q) +A.S9(q,"range") +s=A.at("slider") +if(s==null)s=t.K.a(s) +q.setAttribute("role",s) +A.bH(q,"change",t.e.a(A.b0(new A.VA(r,a))),null) +s=new A.VB(r) +r.w=s +a.k1.as.push(s) +r.f.IN(a.id,q)}, +cU(a){var s,r=this +r.hW(0) +s=r.b +switch(s.k1.z.a){case 1:r.R7() +r.Xf() +break +case 0:r.Cp() +break}r.f.GI((s.a&32)!==0)}, +R7(){var s=this.e,r=A.abz(s) +r.toString +if(!r)return +A.afb(s,!1)}, +Xf(){var s,r,q,p,o,n,m,l=this +if(!l.x){s=l.b.k3 +r=(s&4096)!==0||(s&8192)!==0||(s&16384)!==0}else r=!0 +if(!r)return +l.x=!1 +q=""+l.r +s=l.e +A.afc(s,q) +p=A.at(q) +if(p==null)p=t.K.a(p) +s.setAttribute("aria-valuenow",p) +p=l.b +o=p.ax +o.toString +o=A.at(o) +if(o==null)o=t.K.a(o) +s.setAttribute("aria-valuetext",o) +n=p.ch.length!==0?""+(l.r+1):q +s.max=n +o=A.at(n) +if(o==null)o=t.K.a(o) +s.setAttribute("aria-valuemax",o) +m=p.cx.length!==0?""+(l.r-1):q +s.min=m +p=A.at(m) +if(p==null)p=t.K.a(p) +s.setAttribute("aria-valuemin",p)}, +Cp(){var s=this.e,r=A.abz(s) +r.toString +if(r)return +A.afb(s,!0)}, +l(){var s=this +s.mZ() +s.f.uw() +B.b.v(s.b.k1.as,s.w) +s.w=null +s.Cp() +s.e.remove()}} +A.VA.prototype={ +$1(a){var s,r=this.a,q=r.e,p=A.abz(q) +p.toString +if(p)return +r.x=!0 +q=A.abA(q) +q.toString +s=A.fv(q,null) +q=r.r +if(s>q){r.r=q+1 +$.aF().fW(this.b.id,B.tR,null)}else if(sq){s=s.b +s.toString +if((s&32)!==0||(s&16)!==0)$.aF().fW(p,B.cJ,n) +else $.aF().fW(p,B.cL,n)}else{s=s.b +s.toString +if((s&32)!==0||(s&16)!==0)$.aF().fW(p,B.cK,n) +else $.aF().fW(p,B.cM,n)}}}, +cU(a){var s,r,q,p=this +p.hW(0) +s=p.b +r=s.k1 +r.e.push(new A.a_M(p)) +if(p.r==null){s=s.k2 +A.M(s.style,"touch-action","none") +p.CL() +q=new A.a_N(p) +p.e=q +r.as.push(q) +q=t.e.a(A.b0(new A.a_O(p))) +p.r=q +A.bH(s,"scroll",q,null)}}, +gCt(){var s=this.b,r=s.b +r.toString +r=(r&32)!==0||(r&16)!==0 +s=s.k2 +if(r)return B.c.X(s.scrollTop) +else return B.c.X(s.scrollLeft)}, +DV(){var s,r,q,p,o=this,n="transform",m=o.b,l=m.k2,k=m.y +if(k==null){$.cS().$1("Warning! the rect attribute of semanticsObject is null") +return}s=m.b +s.toString +s=(s&32)!==0||(s&16)!==0 +r=o.f +q=k.d-k.b +p=k.c-k.a +if(s){s=B.c.eG(q) +r=r.style +A.M(r,n,"translate(0px,"+(s+10)+"px)") +A.M(r,"width",""+B.c.aH(p)+"px") +A.M(r,"height","10px") +l.scrollTop=10 +m.p3=o.w=B.c.X(l.scrollTop) +m.p4=0}else{s=B.c.eG(p) +r=r.style +A.M(r,n,"translate("+(s+10)+"px,0px)") +A.M(r,"width","10px") +A.M(r,"height",""+B.c.aH(q)+"px") +l.scrollLeft=10 +q=B.c.X(l.scrollLeft) +o.w=q +m.p3=0 +m.p4=q}}, +CL(){var s="overflow-y",r="overflow-x",q=this.b,p=q.k2 +switch(q.k1.z.a){case 1:q=q.b +q.toString +if((q&32)!==0||(q&16)!==0)A.M(p.style,s,"scroll") +else A.M(p.style,r,"scroll") +break +case 0:q=q.b +q.toString +if((q&32)!==0||(q&16)!==0)A.M(p.style,s,"hidden") +else A.M(p.style,r,"hidden") +break}}, +l(){var s,r,q,p,o=this +o.mZ() +s=o.b +r=s.k2 +q=r.style +q.removeProperty("overflowY") +q.removeProperty("overflowX") +q.removeProperty("touch-action") +p=o.r +if(p!=null)A.e7(r,"scroll",p,null) +B.b.v(s.k1.as,o.e) +o.e=null}} +A.a_M.prototype={ +$0(){var s=this.a +s.DV() +s.b.zz()}, +$S:0} +A.a_N.prototype={ +$1(a){this.a.CL()}, +$S:88} +A.a_O.prototype={ +$1(a){this.a.VC()}, +$S:1} +A.o_.prototype={ +j(a){var s=A.a([],t.s),r=this.a +if((r&1)!==0)s.push("accessibleNavigation") +if((r&2)!==0)s.push("invertColors") +if((r&4)!==0)s.push("disableAnimations") +if((r&8)!==0)s.push("boldText") +if((r&16)!==0)s.push("reduceMotion") +if((r&32)!==0)s.push("highContrast") +if((r&64)!==0)s.push("onOffSwitchLabels") +return"AccessibilityFeatures"+A.j(s)}, +k(a,b){if(b==null)return!1 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.o_&&b.a===this.a}, +gu(a){return B.f.gu(this.a)}, +H2(a,b){var s=(a==null?(this.a&1)!==0:a)?1:0,r=this.a +s=(r&2)!==0?s|2:s&4294967293 +s=(r&4)!==0?s|4:s&4294967291 +s=(r&8)!==0?s|8:s&4294967287 +s=(r&16)!==0?s|16:s&4294967279 +s=(b==null?(r&32)!==0:b)?s|32:s&4294967263 +return new A.o_((r&64)!==0?s|64:s&4294967231)}, +Zi(a){return this.H2(null,a)}, +Zf(a){return this.H2(a,null)}} +A.SB.prototype={ +sa10(a){var s=this.a +this.a=a?s|32:s&4294967263}, +eF(){return new A.o_(this.a)}} +A.Fs.prototype={$iacx:1} +A.Fq.prototype={} +A.fT.prototype={ +F(){return"PrimaryRole."+this.b}} +A.mp.prototype={ +F(){return"Role."+this.b}} +A.E7.prototype={ +n5(a,b){var s=this,r=s.b +s.e7(new A.o6(new A.ni(r.k1),B.fY,r)) +s.e7(new A.lY(B.dK,r)) +s.e7(new A.p2(B.fZ,r)) +s.e7(new A.tY(B.tF,r)) +s.e7(new A.w3(B.tE,r))}, +e7(a){var s=this.c;(s==null?this.c=A.a([],t.VM):s).push(a)}, +cU(a){var s,r,q=this.c +if(q==null)return +for(s=q.length,r=0;r1)for(p=0;p=0;--p){g=l[p] +s=g.id +if(!B.b.t(a0,s)){k=g.k2 +if(a1==null)m.append(k) +else m.insertBefore(k,a1) +g.ok=a2 +q.c.m(0,s,a2)}a1=g.k2}a2.p1=l}, +RT(){var s,r,q=this +if(q.go!==-1)return B.fU +else if((q.a&16)!==0)return B.ty +else{s=q.b +s.toString +if((s&64)!==0||(s&128)!==0)return B.tx +else if(q.gyF())return B.tz +else{s=q.a +if((s&1)!==0||(s&65536)!==0)return B.fT +else if((s&8)!==0)return B.fS +else{r=q.b +r.toString +if((r&32)!==0||(r&16)!==0||(r&4)!==0||(r&8)!==0)return B.fR +else if((s&2048)!==0)return B.dE +else return B.fV}}}}, +QC(a){var s,r,q,p=this +switch(a.a){case 3:s=new A.a1A(B.ty,p) +s.Wr() +break +case 1:s=A.bu(self.document,"flt-semantics-scroll-overflow") +r=new A.a_F(s,B.fR,p) +r.n5(B.fR,p) +q=s.style +A.M(q,"position","absolute") +A.M(q,"transform-origin","0 0 0") +A.M(q,"pointer-events","none") +p.k2.append(s) +s=r +break +case 0:s=A.apN(p) +break +case 2:s=new A.Qn(B.fS,p) +s.n5(B.fS,p) +r=A.at("button") +if(r==null)r=t.K.a(r) +p.k2.setAttribute("role",r) +break +case 4:s=new A.QR(A.auy(p),B.fT,p) +s.n5(B.fT,p) +break +case 6:s=new A.Bt(B.dE,p) +s.e7(new A.o6(new A.ni(p.k1),B.fY,p)) +s.e7(new A.lY(B.dK,p)) +break +case 5:s=new A.Vr(B.tz,p) +s.e7(new A.o6(new A.ni(p.k1),B.fY,p)) +s.e7(new A.lY(B.dK,p)) +s.e7(new A.p2(B.fZ,p)) +s.e7(new A.w3(B.tE,p)) +break +case 7:s=new A.Yp(B.fU,p) +s.n5(B.fU,p) +break +case 8:s=new A.TT(B.fV,p) +s.n5(B.fV,p) +break +default:s=null}return s}, +Xm(){var s=this,r=s.p2,q=s.RT() +if(r!=null)if(r.a===q){r.cU(0) +return}else{r.l() +r=s.p2=null}if(r==null){r=s.QC(q) +s.p2=r +r.cU(0)}}, +zz(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.k2,g=h.style,f=i.y +A.M(g,"width",A.j(f.c-f.a)+"px") +f=i.y +A.M(g,"height",A.j(f.d-f.b)+"px") +g=i.dy +s=g!=null&&!B.cw.gT(g)?i.Ai():null +g=i.y +r=g.b===0&&g.a===0 +q=i.dx +g=q==null +p=g||A.aku(q)===B.uI +if(r&&p&&i.p3===0&&i.p4===0){A.a0a(h) +if(s!=null)A.a0a(s) +return}o=A.bf("effectiveTransform") +if(!r)if(g){g=i.y +n=g.a +m=g.b +g=A.Dd() +g.pO(n,m,0) +o.b=g +l=n===0&&m===0}else{g=new A.f5(new Float32Array(16)) +g.bk(new A.f5(q)) +f=i.y +g.b9(0,f.a,f.b) +o.b=g +l=J.amW(o.ar())}else if(!p){o.b=new A.f5(q) +l=!1}else l=!0 +if(!l){h=h.style +A.M(h,"transform-origin","0 0 0") +A.M(h,"transform",A.ajV(o.ar().a))}else A.a0a(h) +if(s!=null)if(!r||i.p3!==0||i.p4!==0){h=i.y +g=h.a +f=i.p4 +h=h.b +k=i.p3 +j=s.style +A.M(j,"top",A.j(-h+k)+"px") +A.M(j,"left",A.j(-g+f)+"px")}else A.a0a(s)}, +K8(a){var s +a.$1(this) +s=this.p1 +if(s!=null)B.b.S(s,new A.a0b(a))}, +j(a){return this.l3(0)}} +A.a0b.prototype={ +$1(a){a.K8(this.a)}, +$S:100} +A.Pv.prototype={ +F(){return"AccessibilityMode."+this.b}} +A.lB.prototype={ +F(){return"GestureMode."+this.b}} +A.vH.prototype={ +F(){return"SemanticsUpdatePhase."+this.b}} +A.ST.prototype={ +OU(){$.kX.push(new A.SU(this))}, +Ro(){var s,r,q,p,o,n,m,l,k,j,i,h=this +for(r=h.d,q=r.length,p=h.b,o=t.Qo,n=0;n>>0}n=m.cx +if(l.ax!==n){l.ax=n +l.k3=(l.k3|4096)>>>0}n=m.cy +if(l.ay!==n){l.ay=n +l.k3=(l.k3|4096)>>>0}n=m.ax +if(l.z!==n){l.z=n +l.k3=(l.k3|1024)>>>0}n=m.ay +if(l.Q!==n){l.Q=n +l.k3=(l.k3|1024)>>>0}n=m.at +if(!J.e(l.y,n)){l.y=n +l.k3=(l.k3|512)>>>0}n=m.go +if(l.dx!==n){l.dx=n +l.k3=(l.k3|65536)>>>0}n=m.z +if(l.r!==n){l.r=n +l.k3=(l.k3|64)>>>0}n=m.c +if(l.b!==n){l.b=n +l.k3=(l.k3|2)>>>0}n=m.f +if(l.c!==n){l.c=n +l.k3=(l.k3|4)>>>0}n=m.r +if(l.d!==n){l.d=n +l.k3=(l.k3|8)>>>0}n=m.x +if(l.e!==n){l.e=n +l.k3=(l.k3|16)>>>0}n=m.y +if(l.f!==n){l.f=n +l.k3=(l.k3|32)>>>0}n=m.Q +if(l.w!==n){l.w=n +l.k3=(l.k3|128)>>>0}n=m.as +if(l.x!==n){l.x=n +l.k3=(l.k3|256)>>>0}n=m.ch +if(l.as!==n){l.as=n +l.k3=(l.k3|2048)>>>0}n=m.CW +if(l.at!==n){l.at=n +l.k3=(l.k3|2048)>>>0}n=m.db +if(l.ch!==n){l.ch=n +l.k3=(l.k3|8192)>>>0}n=m.dx +if(l.CW!==n){l.CW=n +l.k3=(l.k3|8192)>>>0}n=m.dy +if(l.cx!==n){l.cx=n +l.k3=(l.k3|16384)>>>0}n=m.fr +if(l.cy!==n){l.cy=n +l.k3=(l.k3|16384)>>>0}n=m.fx +if(l.fy!==n){l.fy=n +l.k3=(l.k3|4194304)>>>0}n=m.fy +if(l.db!=n){l.db=n +l.k3=(l.k3|32768)>>>0}n=m.k1 +if(l.fr!==n){l.fr=n +l.k3=(l.k3|1048576)>>>0}n=m.id +if(l.dy!==n){l.dy=n +l.k3=(l.k3|524288)>>>0}n=m.k2 +if(l.fx!==n){l.fx=n +l.k3=(l.k3|2097152)>>>0}n=m.w +if(l.go!==n){l.go=n +l.k3=(l.k3|8388608)>>>0}l.Xm() +n=l.k3 +if((n&512)!==0||(n&65536)!==0||(n&64)!==0)l.zz() +n=l.dy +n=!(n!=null&&!B.cw.gT(n))&&l.go===-1 +k=l.k2 +if(n){n=k.style +n.setProperty("pointer-events","all","")}else{n=k.style +n.setProperty("pointer-events","none","")}}for(o=0;o=20)return i.d=!0 +if(!B.GX.t(0,a.type))return!0 +if(i.a!=null)return!1 +r=A.bf("activationPoint") +switch(a.type){case"click":r.sbt(new A.rT(a.offsetX,a.offsetY)) +break +case"touchstart":case"touchend":s=t.VA +s=A.bF(new A.jc(a.changedTouches,s),s.h("i.E"),t.e) +s=A.m(s).z[1].a(J.l2(s.a)) +r.sbt(new A.rT(s.clientX,s.clientY)) +break +case"pointerdown":case"pointerup":r.sbt(new A.rT(a.clientX,a.clientY)) +break +default:return!0}q=i.b.getBoundingClientRect() +s=q.left +p=q.right +o=q.left +n=q.top +m=q.bottom +l=q.top +k=r.ar().a-(s+(p-o)/2) +j=r.ar().b-(n+(m-l)/2) +if(k*k+j*j<1&&!0){i.d=!0 +i.a=A.bY(B.aY,new A.X0(i)) +return!1}return!0}, +J6(){var s,r=this.b=A.bu(self.document,"flt-semantics-placeholder") +A.bH(r,"click",t.e.a(A.b0(new A.X_(this))),!0) +s=A.at("button") +if(s==null)s=t.K.a(s) +r.setAttribute("role",s) +s=A.at("Enable accessibility") +if(s==null)s=t.K.a(s) +r.setAttribute("aria-label",s) +s=r.style +A.M(s,"position","absolute") +A.M(s,"left","0") +A.M(s,"top","0") +A.M(s,"right","0") +A.M(s,"bottom","0") +return r}, +l(){var s=this.b +if(s!=null)s.remove() +this.a=this.b=null}} +A.X0.prototype={ +$0(){this.a.l() +var s=$.cU;(s==null?$.cU=A.iv():s).sui(!0)}, +$S:0} +A.X_.prototype={ +$1(a){this.a.tY(a)}, +$S:1} +A.Qn.prototype={ +cU(a){var s,r +this.hW(0) +s=this.b +r=s.k2 +if(s.y_()===B.da){s=A.at("true") +if(s==null)s=t.K.a(s) +r.setAttribute("aria-disabled",s)}else r.removeAttribute("aria-disabled")}} +A.w3.prototype={ +cU(a){var s=this,r=s.b,q=r.b +q.toString +if((q&1)===0||r.y_()===B.da)s.WO() +else if(s.d==null){q=t.e.a(A.b0(new A.a1v(s))) +s.d=q +A.bH(r.k2,"click",q,null)}}, +WO(){var s=this.d +if(s==null)return +A.e7(this.b.k2,"click",s,null) +this.d=null}} +A.a1v.prototype={ +$1(a){var s=this.a.b +if(s.k1.z!==B.bi)return +$.aF().fW(s.id,B.dP,null)}, +$S:1} +A.a0i.prototype={ +xZ(a,b,c,d){this.CW=b +this.x=d +this.y=c}, +XM(a){var s,r,q=this,p=q.ch +if(p===a)return +else if(p!=null)q.eI(0) +q.ch=a +q.c=a.e +q.Fc() +p=q.CW +p.toString +s=q.x +s.toString +r=q.y +r.toString +q.LP(0,p,r,s)}, +eI(a){var s,r,q,p=this +if(!p.b)return +p.b=!1 +p.w=p.r=null +for(s=p.z,r=0;r=this.b)throw A.d(A.afQ(b,this)) +return this.a[b]}, +m(a,b,c){if(b>=this.b)throw A.d(A.afQ(b,this)) +this.a[b]=c}, +sp(a,b){var s,r,q,p=this,o=p.b +if(bo){if(o===0)q=new Uint8Array(b) +else q=p.vj(b) +B.Q.h8(q,0,p.b,p.a) +p.a=q}}p.b=b}, +cZ(a,b){var s=this,r=s.b +if(r===s.a.length)s.Bu(r) +s.a[s.b++]=b}, +B(a,b){var s=this,r=s.b +if(r===s.a.length)s.Bu(r) +s.a[s.b++]=b}, +r6(a,b,c,d){A.ds(c,"start") +if(d!=null&&c>d)throw A.d(A.bw(d,c,null,"end",null)) +this.Pb(b,c,d)}, +H(a,b){return this.r6(a,b,0,null)}, +Pb(a,b,c){var s,r,q,p=this +if(A.m(p).h("A").b(a))c=c==null?a.length:c +if(c!=null){p.TX(p.b,a,b,c) +return}for(s=J.ar(a),r=0;s.q();){q=s.gD(s) +if(r>=b)p.cZ(0,q);++r}if(ro.gp(b)||d>o.gp(b))throw A.d(A.a1("Too few elements")) +s=d-c +r=p.b+s +p.Rc(r) +o=p.a +q=a+s +B.Q.cn(o,q,p.b+s,o,a) +B.Q.cn(p.a,a,q,b,c) +p.b=r}, +Rc(a){var s,r=this +if(a<=r.a.length)return +s=r.vj(a) +B.Q.h8(s,0,r.b,r.a) +r.a=s}, +vj(a){var s=this.a.length*2 +if(a!=null&&s=b.a.byteLength)throw A.d(B.af) +return this.iy(b.kP(0),b)}, +iy(a,b){var s,r,q,p,o,n,m,l,k=this +switch(a){case 0:s=null +break +case 1:s=!0 +break +case 2:s=!1 +break +case 3:r=b.a.getInt32(b.b,B.T===$.cG()) +b.b+=4 +s=r +break +case 4:s=b.ua(0) +break +case 5:q=k.di(b) +s=A.fv(B.bS.d1(b.kQ(q)),16) +break +case 6:b.iN(8) +r=b.a.getFloat64(b.b,B.T===$.cG()) +b.b+=8 +s=r +break +case 7:q=k.di(b) +s=B.bS.d1(b.kQ(q)) +break +case 8:s=b.kQ(k.di(b)) +break +case 9:q=k.di(b) +b.iN(4) +p=b.a +o=A.agp(p.buffer,p.byteOffset+b.b,q) +b.b=b.b+4*q +s=o +break +case 10:s=b.uc(k.di(b)) +break +case 11:q=k.di(b) +b.iN(8) +p=b.a +o=A.agn(p.buffer,p.byteOffset+b.b,q) +b.b=b.b+8*q +s=o +break +case 12:q=k.di(b) +s=[] +for(p=b.a,n=0;n=p.byteLength)A.T(B.af) +b.b=m+1 +s.push(k.iy(p.getUint8(m),b))}break +case 13:q=k.di(b) +p=t.z +s=A.y(p,p) +for(p=b.a,n=0;n=p.byteLength)A.T(B.af) +b.b=m+1 +m=k.iy(p.getUint8(m),b) +l=b.b +if(l>=p.byteLength)A.T(B.af) +b.b=l+1 +s.m(0,m,k.iy(p.getUint8(l),b))}break +default:throw A.d(B.af)}return s}, +dY(a,b){var s,r,q +if(b<254)a.b.cZ(0,b) +else{s=a.b +r=a.c +q=a.d +if(b<=65535){s.cZ(0,254) +r.setUint16(0,b,B.T===$.cG()) +s.r6(0,q,0,2)}else{s.cZ(0,255) +r.setUint32(0,b,B.T===$.cG()) +s.r6(0,q,0,4)}}}, +di(a){var s=a.kP(0) +switch(s){case 254:s=a.a.getUint16(a.b,B.T===$.cG()) +a.b+=2 +return s +case 255:s=a.a.getUint32(a.b,B.T===$.cG()) +a.b+=4 +return s +default:return s}}} +A.a13.prototype={ +$2(a,b){var s=this.a,r=this.b +s.cV(0,r,a) +s.cV(0,r,b)}, +$S:114} +A.a15.prototype={ +f9(a){var s,r,q +a.toString +s=new A.Ef(a) +r=B.aV.fs(0,s) +q=B.aV.fs(0,s) +if(typeof r=="string"&&s.b>=a.byteLength)return new A.f6(r,q) +else throw A.d(B.jm)}, +on(a){var s=A.acP() +s.b.cZ(0,0) +B.aV.cV(0,s,a) +return s.j3()}, +ki(a,b,c){var s=A.acP() +s.b.cZ(0,1) +B.aV.cV(0,s,a) +B.aV.cV(0,s,c) +B.aV.cV(0,s,b) +return s.j3()}} +A.a3e.prototype={ +iN(a){var s,r,q=this.b,p=B.f.bv(q.b,a) +if(p!==0)for(s=a-p,r=0;r")).S(0,new A.SD(this,r)) +return r}} +A.SD.prototype={ +$1(a){var s=this.a,r=s.b.i(0,a) +r.toString +this.b.push(A.bW(r,"input",new A.SE(s,a,r)))}, +$S:290} +A.SE.prototype={ +$1(a){var s,r=this.a.c,q=this.b +if(r.i(0,q)==null)throw A.d(A.a1("AutofillInfo must have a valid uniqueIdentifier.")) +else{r=r.i(0,q) +r.toString +s=A.aft(this.c) +$.aF().fV("flutter/textinput",B.a8.fO(new A.f6("TextInputClient.updateEditingStateWithTag",[0,A.aI([r.b,s.JR()],t.ob,t.z)])),A.OY())}}, +$S:1} +A.Ab.prototype={ +Gp(a,b){var s,r,q="password",p=this.d,o=this.e,n=globalThis.HTMLInputElement +if(n!=null&&a instanceof n){if(o!=null)a.placeholder=o +s=p==null +if(!s){a.name=p +a.id=p +if(B.d.t(p,q))A.S9(a,q) +else A.S9(a,"text")}s=s?"on":p +a.autocomplete=s}else{n=globalThis.HTMLTextAreaElement +if(n!=null&&a instanceof n){if(o!=null)a.placeholder=o +s=p==null +if(!s){a.name=p +a.id=p}r=A.at(s?"on":p) +s=r==null?t.K.a(r):r +a.setAttribute("autocomplete",s)}}}, +dt(a){return this.Gp(a,!1)}} +A.px.prototype={} +A.nX.prototype={ +gtq(){return Math.min(this.b,this.c)}, +gtm(){return Math.max(this.b,this.c)}, +JR(){var s=this +return A.aI(["text",s.a,"selectionBase",s.b,"selectionExtent",s.c,"composingBase",s.d,"composingExtent",s.e],t.N,t.z)}, +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(A.t(s)!==J.J(b))return!1 +return b instanceof A.nX&&b.a==s.a&&b.gtq()===s.gtq()&&b.gtm()===s.gtm()&&b.d===s.d&&b.e===s.e}, +j(a){return this.l3(0)}, +dt(a){var s,r,q=this,p=globalThis.HTMLInputElement +if(p!=null&&a instanceof p){a.toString +A.afc(a,q.a) +s=q.gtq() +r=q.gtm() +a.setSelectionRange(s,r)}else{p=globalThis.HTMLTextAreaElement +if(p!=null&&a instanceof p){a.toString +A.afg(a,q.a) +s=q.gtq() +r=q.gtm() +a.setSelectionRange(s,r)}else{s=a==null?null:A.aoG(a) +throw A.d(A.R("Unsupported DOM element type: <"+A.j(s)+"> ("+J.J(a).j(0)+")"))}}}} +A.VE.prototype={} +A.Co.prototype={ +h1(){var s,r=this,q=r.w +if(q!=null){s=r.c +s.toString +q.dt(s)}q=r.d +q===$&&A.c() +if(q.w!=null){r.p9() +q=r.e +if(q!=null)q.dt(r.c) +r.gHR().focus() +r.c.focus()}}} +A.F3.prototype={ +h1(){var s,r=this,q=r.w +if(q!=null){s=r.c +s.toString +q.dt(s)}q=r.d +q===$&&A.c() +if(q.w!=null)A.bY(B.p,new A.a_b(r))}, +oD(){if(this.w!=null)this.h1() +this.c.focus()}} +A.a_b.prototype={ +$0(){var s,r=this.a +r.p9() +r.gHR().focus() +r.c.focus() +s=r.e +if(s!=null){r=r.c +r.toString +s.dt(r)}}, +$S:0} +A.rN.prototype={ +gfN(){var s=null,r=this.f +if(r==null){r=this.e.a +r.toString +r=this.f=new A.px(r,"",-1,-1,s,s,s,s)}return r}, +gHR(){var s=this.d +s===$&&A.c() +s=s.w +return s==null?null:s.a}, +ma(a,b,c){var s,r,q,p=this,o="none",n="transparent" +p.c=a.a.xl() +p.wY(a) +s=p.c +s.classList.add("flt-text-editing") +r=s.style +A.M(r,"forced-color-adjust",o) +A.M(r,"white-space","pre-wrap") +A.M(r,"align-content","center") +A.M(r,"position","absolute") +A.M(r,"top","0") +A.M(r,"left","0") +A.M(r,"padding","0") +A.M(r,"opacity","1") +A.M(r,"color",n) +A.M(r,"background-color",n) +A.M(r,"background",n) +A.M(r,"caret-color",n) +A.M(r,"outline",o) +A.M(r,"border",o) +A.M(r,"resize",o) +A.M(r,"text-shadow",o) +A.M(r,"overflow","hidden") +A.M(r,"transform-origin","0 0 0") +q=$.e_() +if(q!==B.aU)q=q===B.a3 +else q=!0 +if(q)s.classList.add("transparentTextEditing") +s=p.r +if(s!=null){q=p.c +q.toString +s.dt(q)}s=p.d +s===$&&A.c() +if(s.w==null){s=$.ft.x +s===$&&A.c() +q=p.c +q.toString +s.append(q) +p.Q=!1}p.oD() +p.b=!0 +p.x=c +p.y=b}, +wY(a){var s,r,q,p,o,n=this +n.d=a +s=n.c +if(a.c){s.toString +r=A.at("readonly") +if(r==null)r=t.K.a(r) +s.setAttribute("readonly",r)}else s.removeAttribute("readonly") +if(a.d){s=n.c +s.toString +r=A.at("password") +if(r==null)r=t.K.a(r) +s.setAttribute("type",r)}if(a.a===B.iw){s=n.c +s.toString +r=A.at("none") +if(r==null)r=t.K.a(r) +s.setAttribute("inputmode",r)}q=A.ap8(a.b) +s=n.c +s.toString +q.Z1(s) +p=a.r +s=n.c +if(p!=null){s.toString +p.Gp(s,!0)}else{s.toString +r=A.at("off") +if(r==null)r=t.K.a(r) +s.setAttribute("autocomplete",r)}o=a.e?"on":"off" +s=n.c +s.toString +r=A.at(o) +if(r==null)r=t.K.a(r) +s.setAttribute("autocorrect",r)}, +oD(){this.h1()}, +nL(){var s,r,q=this,p=q.d +p===$&&A.c() +p=p.w +if(p!=null)B.b.H(q.z,p.nM()) +p=q.z +s=q.c +s.toString +r=q.gov() +p.push(A.bW(s,"input",r)) +s=q.c +s.toString +p.push(A.bW(s,"keydown",q.goW())) +p.push(A.bW(self.document,"selectionchange",r)) +r=q.c +r.toString +A.bH(r,"beforeinput",t.e.a(A.b0(q.grX())),null) +r=q.c +r.toString +q.r7(r) +r=q.c +r.toString +p.push(A.bW(r,"blur",new A.RH(q))) +q.tL()}, +A_(a){this.w=a +if(this.b)this.h1()}, +A0(a){var s +this.r=a +if(this.b){s=this.c +s.toString +a.dt(s)}}, +eI(a){var s,r,q,p=this,o=null +p.b=!1 +p.w=p.r=p.f=p.e=null +for(s=p.z,r=0;r=0&&a.c>=0) +else s=!0 +if(s)return +a.dt(this.c)}, +h1(){this.c.focus()}, +p9(){var s,r,q=this.d +q===$&&A.c() +q=q.w +q.toString +s=this.c +s.toString +r=q.a +r.insertBefore(s,q.d) +q=$.ft.x +q===$&&A.c() +q.append(r) +this.Q=!0}, +I0(a){var s,r,q=this,p=q.c +p.toString +s=q.a_3(A.aft(p)) +p=q.d +p===$&&A.c() +if(p.f){q.gfN().r=s.d +q.gfN().w=s.e +r=A.asF(s,q.e,q.gfN())}else r=null +if(!s.k(0,q.e)){q.e=s +q.f=r +q.x.$2(s,r)}q.f=null}, +a_W(a){var s,r,q,p=this,o=A.bZ(a.data),n=A.bZ(a.inputType) +if(n!=null){s=p.e +r=s.b +q=s.c +r=r>q?r:q +if(B.d.t(n,"delete")){p.gfN().b="" +p.gfN().d=r}else if(n==="insertLineBreak"){p.gfN().b="\n" +p.gfN().c=r +p.gfN().d=r}else if(o!=null){p.gfN().b=o +p.gfN().c=r +p.gfN().d=r}}}, +a2n(a){var s,r,q=globalThis.KeyboardEvent +if(q!=null&&a instanceof q)if(a.keyCode===13){s=this.y +s.toString +r=this.d +r===$&&A.c() +s.$1(r.b) +if(!(this.d.a instanceof A.Dr))a.preventDefault()}}, +xZ(a,b,c,d){var s,r=this +r.ma(b,c,d) +r.nL() +s=r.e +if(s!=null)r.AB(s) +r.c.focus()}, +tL(){var s=this,r=s.z,q=s.c +q.toString +r.push(A.bW(q,"mousedown",new A.RI())) +q=s.c +q.toString +r.push(A.bW(q,"mouseup",new A.RJ())) +q=s.c +q.toString +r.push(A.bW(q,"mousemove",new A.RK()))}} +A.RH.prototype={ +$1(a){this.a.c.focus()}, +$S:1} +A.RI.prototype={ +$1(a){a.preventDefault()}, +$S:1} +A.RJ.prototype={ +$1(a){a.preventDefault()}, +$S:1} +A.RK.prototype={ +$1(a){a.preventDefault()}, +$S:1} +A.V7.prototype={ +ma(a,b,c){var s,r=this +r.uB(a,b,c) +s=r.c +s.toString +a.a.GS(s) +s=r.d +s===$&&A.c() +if(s.w!=null)r.p9() +s=r.c +s.toString +a.x.Ay(s)}, +oD(){A.M(this.c.style,"transform","translate(-9999px, -9999px)") +this.p1=!1}, +nL(){var s,r,q,p=this,o=p.d +o===$&&A.c() +o=o.w +if(o!=null)B.b.H(p.z,o.nM()) +o=p.z +s=p.c +s.toString +r=p.gov() +o.push(A.bW(s,"input",r)) +s=p.c +s.toString +o.push(A.bW(s,"keydown",p.goW())) +o.push(A.bW(self.document,"selectionchange",r)) +r=p.c +r.toString +A.bH(r,"beforeinput",t.e.a(A.b0(p.grX())),null) +r=p.c +r.toString +p.r7(r) +r=p.c +r.toString +o.push(A.bW(r,"focus",new A.Va(p))) +p.Po() +q=new A.hX() +$.ik() +q.jG(0) +r=p.c +r.toString +o.push(A.bW(r,"blur",new A.Vb(p,q)))}, +A_(a){var s=this +s.w=a +if(s.b&&s.p1)s.h1()}, +eI(a){var s +this.LO(0) +s=this.ok +if(s!=null)s.aI(0) +this.ok=null}, +Po(){var s=this.c +s.toString +this.z.push(A.bW(s,"click",new A.V8(this)))}, +ED(){var s=this.ok +if(s!=null)s.aI(0) +this.ok=A.bY(B.an,new A.V9(this))}, +h1(){var s,r +this.c.focus() +s=this.w +if(s!=null){r=this.c +r.toString +s.dt(r)}}} +A.Va.prototype={ +$1(a){this.a.ED()}, +$S:1} +A.Vb.prototype={ +$1(a){var s=A.c1(this.b.gHv(),0).a<2e5,r=self.document.hasFocus()&&s,q=this.a +if(r)q.c.focus() +else q.a.ul()}, +$S:1} +A.V8.prototype={ +$1(a){var s=this.a +if(s.p1){s.oD() +s.ED()}}, +$S:1} +A.V9.prototype={ +$0(){var s=this.a +s.p1=!0 +s.h1()}, +$S:0} +A.PD.prototype={ +ma(a,b,c){var s,r,q=this +q.uB(a,b,c) +s=q.c +s.toString +a.a.GS(s) +s=q.d +s===$&&A.c() +if(s.w!=null)q.p9() +else{s=$.ft.x +s===$&&A.c() +r=q.c +r.toString +s.append(r)}s=q.c +s.toString +a.x.Ay(s)}, +nL(){var s,r,q=this,p=q.d +p===$&&A.c() +p=p.w +if(p!=null)B.b.H(q.z,p.nM()) +p=q.z +s=q.c +s.toString +r=q.gov() +p.push(A.bW(s,"input",r)) +s=q.c +s.toString +p.push(A.bW(s,"keydown",q.goW())) +p.push(A.bW(self.document,"selectionchange",r)) +r=q.c +r.toString +A.bH(r,"beforeinput",t.e.a(A.b0(q.grX())),null) +r=q.c +r.toString +q.r7(r) +r=q.c +r.toString +p.push(A.bW(r,"blur",new A.PE(q))) +q.tL()}, +h1(){var s,r +this.c.focus() +s=this.w +if(s!=null){r=this.c +r.toString +s.dt(r)}}} +A.PE.prototype={ +$1(a){var s=this.a +if(self.document.hasFocus())s.c.focus() +else s.a.ul()}, +$S:1} +A.T6.prototype={ +ma(a,b,c){var s +this.uB(a,b,c) +s=this.d +s===$&&A.c() +if(s.w!=null)this.p9()}, +nL(){var s,r,q=this,p=q.d +p===$&&A.c() +p=p.w +if(p!=null)B.b.H(q.z,p.nM()) +p=q.z +s=q.c +s.toString +r=q.gov() +p.push(A.bW(s,"input",r)) +s=q.c +s.toString +p.push(A.bW(s,"keydown",q.goW())) +s=q.c +s.toString +A.bH(s,"beforeinput",t.e.a(A.b0(q.grX())),null) +s=q.c +s.toString +q.r7(s) +s=q.c +s.toString +p.push(A.bW(s,"keyup",new A.T8(q))) +s=q.c +s.toString +p.push(A.bW(s,"select",r)) +r=q.c +r.toString +p.push(A.bW(r,"blur",new A.T9(q))) +q.tL()}, +Vr(){A.bY(B.p,new A.T7(this))}, +h1(){var s,r,q=this +q.c.focus() +s=q.w +if(s!=null){r=q.c +r.toString +s.dt(r)}s=q.e +if(s!=null){r=q.c +r.toString +s.dt(r)}}} +A.T8.prototype={ +$1(a){this.a.I0(a)}, +$S:1} +A.T9.prototype={ +$1(a){this.a.Vr()}, +$S:1} +A.T7.prototype={ +$0(){this.a.c.focus()}, +$S:0} +A.a1K.prototype={} +A.a1P.prototype={ +dV(a){var s=a.b +if(s!=null&&s!==this.a&&a.c){a.c=!1 +a.geV().eI(0)}a.b=this.a +a.d=this.b}} +A.a1W.prototype={ +dV(a){var s=a.geV(),r=a.d +r.toString +s.wY(r)}} +A.a1R.prototype={ +dV(a){a.geV().AB(this.a)}} +A.a1U.prototype={ +dV(a){if(!a.c)a.WK()}} +A.a1Q.prototype={ +dV(a){a.geV().A_(this.a)}} +A.a1T.prototype={ +dV(a){a.geV().A0(this.a)}} +A.a1J.prototype={ +dV(a){if(a.c){a.c=!1 +a.geV().eI(0)}}} +A.a1M.prototype={ +dV(a){if(a.c){a.c=!1 +a.geV().eI(0)}}} +A.a1S.prototype={ +dV(a){}} +A.a1O.prototype={ +dV(a){}} +A.a1N.prototype={ +dV(a){}} +A.a1L.prototype={ +dV(a){a.ul() +if(this.a)A.axD() +A.aw3()}} +A.aaI.prototype={ +$2(a,b){var s=t.qr +s=A.bF(new A.da(b.getElementsByClassName("submitBtn"),s),s.h("i.E"),t.e) +A.m(s).z[1].a(J.l2(s.a)).click()}, +$S:294} +A.a1y.prototype={ +a0O(a,b){var s,r,q,p,o,n,m,l,k=B.a8.f9(a) +switch(k.a){case"TextInput.setClient":s=k.b +r=J.av(s) +q=new A.a1P(A.di(r.i(s,0)),A.afT(t.a.a(r.i(s,1)))) +break +case"TextInput.updateConfig":this.a.d=A.afT(t.a.a(k.b)) +q=B.wT +break +case"TextInput.setEditingState":q=new A.a1R(A.afu(t.a.a(k.b))) +break +case"TextInput.show":q=B.wR +break +case"TextInput.setEditableSizeAndTransform":q=new A.a1Q(A.aoW(t.a.a(k.b))) +break +case"TextInput.setStyle":s=t.a.a(k.b) +r=J.av(s) +p=A.di(r.i(s,"textAlignIndex")) +o=A.di(r.i(s,"textDirectionIndex")) +n=A.n6(r.i(s,"fontWeightIndex")) +m=n!=null?A.awN(n):"normal" +l=A.aiR(r.i(s,"fontSize")) +if(l==null)l=null +q=new A.a1T(new A.Sp(l,m,A.bZ(r.i(s,"fontFamily")),B.BJ[p],B.jC[o])) +break +case"TextInput.clearClient":q=B.wM +break +case"TextInput.hide":q=B.wN +break +case"TextInput.requestAutofill":q=B.wO +break +case"TextInput.finishAutofillContext":q=new A.a1L(A.n5(k.b)) +break +case"TextInput.setMarkedTextRect":q=B.wQ +break +case"TextInput.setCaretRect":q=B.wP +break +default:$.aF().dj(b,null) +return}q.dV(this.a) +new A.a1z(b).$0()}} +A.a1z.prototype={ +$0(){$.aF().dj(this.a,B.H.bd([!0]))}, +$S:0} +A.V4.prototype={ +gnZ(a){var s=this.a +if(s===$){s!==$&&A.aS() +s=this.a=new A.a1y(this)}return s}, +geV(){var s,r,q,p,o=this,n=null,m=o.f +if(m===$){s=$.cU +if((s==null?$.cU=A.iv():s).x){s=A.as0(o) +r=s}else{s=$.e_() +if(s===B.a3){q=$.cH() +q=q===B.a0}else q=!1 +if(q)p=new A.V7(o,A.a([],t.Up),$,$,$,n) +else if(s===B.a3)p=new A.F3(o,A.a([],t.Up),$,$,$,n) +else{if(s===B.aU){q=$.cH() +q=q===B.dA}else q=!1 +if(q)p=new A.PD(o,A.a([],t.Up),$,$,$,n) +else p=s===B.bz?new A.T6(o,A.a([],t.Up),$,$,$,n):A.apw(o)}r=p}o.f!==$&&A.aS() +m=o.f=r}return m}, +WK(){var s,r,q=this +q.c=!0 +s=q.geV() +r=q.d +r.toString +s.xZ(0,r,new A.V5(q),new A.V6(q))}, +ul(){var s,r=this +if(r.c){r.c=!1 +r.geV().eI(0) +r.gnZ(r) +s=r.b +$.aF().fV("flutter/textinput",B.a8.fO(new A.f6("TextInputClient.onConnectionClosed",[s])),A.OY())}}} +A.V6.prototype={ +$2(a,b){var s,r,q="flutter/textinput",p=this.a +if(p.d.f){p.gnZ(p) +p=p.b +s=t.N +r=t.z +$.aF().fV(q,B.a8.fO(new A.f6("TextInputClient.updateEditingStateWithDeltas",[p,A.aI(["deltas",A.a([A.aI(["oldText",b.a,"deltaText",b.b,"deltaStart",b.c,"deltaEnd",b.d,"selectionBase",b.e,"selectionExtent",b.f,"composingBase",b.r,"composingExtent",b.w],s,r)],t.H7)],s,r)])),A.OY())}else{p.gnZ(p) +p=p.b +$.aF().fV(q,B.a8.fO(new A.f6("TextInputClient.updateEditingState",[p,a.JR()])),A.OY())}}, +$S:305} +A.V5.prototype={ +$1(a){var s=this.a +s.gnZ(s) +s=s.b +$.aF().fV("flutter/textinput",B.a8.fO(new A.f6("TextInputClient.performAction",[s,a])),A.OY())}, +$S:320} +A.Sp.prototype={ +dt(a){var s=this,r=a.style +A.M(r,"text-align",A.axJ(s.d,s.e)) +A.M(r,"font",s.b+" "+A.j(s.a)+"px "+A.j(A.aw1(s.c)))}} +A.Sn.prototype={ +dt(a){var s=A.ajV(this.c),r=a.style +A.M(r,"width",A.j(this.a)+"px") +A.M(r,"height",A.j(this.b)+"px") +A.M(r,"transform",s)}} +A.So.prototype={ +$1(a){return A.zp(a)}, +$S:321} +A.wi.prototype={ +F(){return"TransformKind."+this.b}} +A.a9Y.prototype={ +$1(a){return"0x"+B.d.mo(B.f.hM(a,16),2,"0")}, +$S:117} +A.D2.prototype={ +gp(a){return this.b.b}, +i(a,b){var s=this.c.i(0,b) +return s==null?null:s.d.b}, +Bt(a,b,c){var s,r,q,p=this.b +p.r8(new A.Ln(b,c)) +s=this.c +r=p.a +q=r.b.q2() +q.toString +s.m(0,b,q) +if(p.b>this.a){s.v(0,r.a.grM().a) +p.ek(0)}}} +A.f5.prototype={ +bk(a){var s=a.a,r=this.a +r[15]=s[15] +r[14]=s[14] +r[13]=s[13] +r[12]=s[12] +r[11]=s[11] +r[10]=s[10] +r[9]=s[9] +r[8]=s[8] +r[7]=s[7] +r[6]=s[6] +r[5]=s[5] +r[4]=s[4] +r[3]=s[3] +r[2]=s[2] +r[1]=s[1] +r[0]=s[0]}, +i(a,b){return this.a[b]}, +b9(a,b,a0){var s=this.a,r=s[0],q=s[4],p=s[8],o=s[12],n=s[1],m=s[5],l=s[9],k=s[13],j=s[2],i=s[6],h=s[10],g=s[14],f=s[3],e=s[7],d=s[11],c=s[15] +s[12]=r*b+q*a0+p*0+o +s[13]=n*b+m*a0+l*0+k +s[14]=j*b+i*a0+h*0+g +s[15]=f*b+e*a0+d*0+c}, +a2O(a,b,c){var s=this.a,r=s[0],q=s[4],p=s[8],o=s[12],n=s[1],m=s[5],l=s[9],k=s[13],j=s[2],i=s[6],h=s[10],g=s[14],f=1/(s[3]*a+s[7]*b+s[11]*c+s[15]) +return new A.Ls((r*a+q*b+p*c+o)*f,(n*a+m*b+l*c+k)*f,(j*a+i*b+h*c+g)*f)}, +a1F(a){var s=this.a +return s[0]===1&&s[1]===0&&s[2]===0&&s[3]===0&&s[4]===0&&s[5]===1&&s[6]===0&&s[7]===0&&s[8]===0&&s[9]===0&&s[10]===1&&s[11]===0&&s[12]===0&&s[13]===0&&s[14]===0&&s[15]===1}, +pO(a,b,c){var s=this.a +s[14]=c +s[13]=b +s[12]=a}, +eh(b5,b6){var s=this.a,r=s[15],q=s[0],p=s[4],o=s[8],n=s[12],m=s[1],l=s[5],k=s[9],j=s[13],i=s[2],h=s[6],g=s[10],f=s[14],e=s[3],d=s[7],c=s[11],b=b6.a,a=b[15],a0=b[0],a1=b[4],a2=b[8],a3=b[12],a4=b[1],a5=b[5],a6=b[9],a7=b[13],a8=b[2],a9=b[6],b0=b[10],b1=b[14],b2=b[3],b3=b[7],b4=b[11] +s[0]=q*a0+p*a4+o*a8+n*b2 +s[4]=q*a1+p*a5+o*a9+n*b3 +s[8]=q*a2+p*a6+o*b0+n*b4 +s[12]=q*a3+p*a7+o*b1+n*a +s[1]=m*a0+l*a4+k*a8+j*b2 +s[5]=m*a1+l*a5+k*a9+j*b3 +s[9]=m*a2+l*a6+k*b0+j*b4 +s[13]=m*a3+l*a7+k*b1+j*a +s[2]=i*a0+h*a4+g*a8+f*b2 +s[6]=i*a1+h*a5+g*a9+f*b3 +s[10]=i*a2+h*a6+g*b0+f*b4 +s[14]=i*a3+h*a7+g*b1+f*a +s[3]=e*a0+d*a4+c*a8+r*b2 +s[7]=e*a1+d*a5+c*a9+r*b3 +s[11]=e*a2+d*a6+c*b0+r*b4 +s[15]=e*a3+d*a7+c*b1+r*a}, +yT(a){var s=new A.f5(new Float32Array(16)) +s.bk(this) +s.eh(0,a) +return s}, +j(a){return this.l3(0)}} +A.Bb.prototype={ +OS(a){var s=A.awl(new A.Rx(this)) +this.b=s +s.observe(this.a)}, +PB(a){this.c.B(0,a)}, +aJ(a){var s=this.b +s===$&&A.c() +s.disconnect() +this.c.aJ(0)}, +gJ_(a){var s=this.c +return new A.j9(s,A.m(s).h("j9<1>"))}, +k9(){var s,r +$.cw() +s=$.cv().d +if(s==null){r=self.window.devicePixelRatio +s=r===0?1:r}r=this.a +return new A.Q(r.clientWidth*s,r.clientHeight*s)}, +GN(a,b){return B.cS}} +A.Rx.prototype={ +$2(a,b){new A.a4(a,new A.Rw(),a.$ti.h("a4")).S(0,this.a.gPA())}, +$S:377} +A.Rw.prototype={ +$1(a){return new A.Q(a.contentRect.width,a.contentRect.height)}, +$S:393} +A.RO.prototype={} +A.Ci.prototype={ +V0(a){this.b.B(0,null)}, +aJ(a){var s=this.a +s===$&&A.c() +s.b.removeEventListener(s.a,s.c) +this.b.aJ(0)}, +gJ_(a){var s=this.b +return new A.j9(s,A.m(s).h("j9<1>"))}, +k9(){var s,r,q,p=A.bf("windowInnerWidth"),o=A.bf("windowInnerHeight"),n=self.window.visualViewport +$.cw() +s=$.cv().d +if(s==null){r=self.window.devicePixelRatio +s=r===0?1:r}if(n!=null){r=$.cH() +if(r===B.a0){r=self.document.documentElement.clientWidth +q=self.document.documentElement.clientHeight +p.b=r*s +o.b=q*s}else{r=n.width +if(r==null)r=null +r.toString +p.b=r*s +r=A.afm(n) +r.toString +o.b=r*s}}else{r=self.window.innerWidth +if(r==null)r=null +r.toString +p.b=r*s +r=A.afp(self.window) +r.toString +o.b=r*s}return new A.Q(p.ar(),o.ar())}, +GN(a,b){var s,r,q,p +$.cw() +s=$.cv().d +if(s==null){r=self.window.devicePixelRatio +s=r===0?1:r}q=self.window.visualViewport +p=A.bf("windowInnerHeight") +if(q!=null){r=$.cH() +if(r===B.a0&&!b)p.b=self.document.documentElement.clientHeight*s +else{r=A.afm(q) +r.toString +p.b=r*s}}else{r=A.afp(self.window) +r.toString +p.b=r*s}return new A.GR(0,0,0,a-p.ar())}} +A.Ry.prototype={ +Il(a,b){var s +b.gd2(b).S(0,new A.Rz(this)) +s=A.at("custom-element") +if(s==null)s=t.K.a(s) +this.b.setAttribute("flt-embedding",s)}, +Gy(a){A.M(a.style,"width","100%") +A.M(a.style,"height","100%") +A.M(a.style,"display","block") +A.M(a.style,"overflow","hidden") +A.M(a.style,"position","relative") +this.b.appendChild(a) +this.zB(a)}} +A.Rz.prototype={ +$1(a){var s=A.at(a.b) +if(s==null)s=t.K.a(s) +this.a.b.setAttribute(a.a,s)}, +$S:118} +A.SA.prototype={ +zB(a){}} +A.TL.prototype={ +Il(a,b){var s,r,q="0",p="none" +b.gd2(b).S(0,new A.TM(this)) +s=self.document.body +s.toString +r=A.at("full-page") +if(r==null)r=t.K.a(r) +s.setAttribute("flt-embedding",r) +this.Pw() +r=self.document.body +r.toString +A.ij(r,"position","fixed") +A.ij(r,"top",q) +A.ij(r,"right",q) +A.ij(r,"bottom",q) +A.ij(r,"left",q) +A.ij(r,"overflow","hidden") +A.ij(r,"padding",q) +A.ij(r,"margin",q) +A.ij(r,"user-select",p) +A.ij(r,"-webkit-user-select",p) +A.ij(r,"touch-action",p)}, +Gy(a){var s=a.style +A.M(s,"position","absolute") +A.M(s,"top","0") +A.M(s,"right","0") +A.M(s,"bottom","0") +A.M(s,"left","0") +self.document.body.append(a) +this.zB(a)}, +Pw(){var s,r,q +for(s=t.qr,s=A.bF(new A.da(self.document.head.querySelectorAll('meta[name="viewport"]'),s),s.h("i.E"),t.e),r=J.ar(s.a),s=A.m(s),s=s.h("@<1>").a4(s.z[1]).z[1];r.q();)s.a(r.gD(r)).remove() +q=A.bu(self.document,"meta") +s=A.at("") +if(s==null)s=t.K.a(s) +q.setAttribute("flt-viewport",s) +q.name="viewport" +q.content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" +self.document.head.append(q) +this.zB(q)}} +A.TM.prototype={ +$1(a){var s,r=self.document.body +r.toString +s=A.at(a.b) +if(s==null)s=t.K.a(s) +r.setAttribute(a.a,s)}, +$S:118} +A.BL.prototype={ +OT(a,b){var s=this,r=s.b,q=s.a +r.e.m(0,q,s) +r.f.m(0,q,B.iC) +$.kX.push(new A.SF(s))}, +gGV(){var s,r=this.d +if(r===$){s=$.ft.f +s===$&&A.c() +r!==$&&A.aS() +r=this.d=new A.Rm(s)}return r}, +grk(){var s=this.e +if(s==null){s=$.ab_() +s=this.e=A.adx(s)}return s}, +nJ(){var s=0,r=A.Y(t.H),q,p=this,o,n +var $async$nJ=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:n=p.e +if(n==null){n=$.ab_() +n=p.e=A.adx(n)}if(n instanceof A.vN){s=1 +break}o=n.gjw() +n=p.e +n=n==null?null:n.hL() +s=3 +return A.Z(t.uz.b(n)?n:A.i7(n,t.H),$async$nJ) +case 3:p.e=A.aha(o) +case 1:return A.W(q,r)}}) +return A.X($async$nJ,r)}, +r0(){var s=0,r=A.Y(t.H),q,p=this,o,n +var $async$r0=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:n=p.e +if(n==null){n=$.ab_() +n=p.e=A.adx(n)}if(n instanceof A.uu){s=1 +break}o=n.gjw() +n=p.e +n=n==null?null:n.hL() +s=3 +return A.Z(t.uz.b(n)?n:A.i7(n,t.H),$async$r0) +case 3:p.e=A.agm(o) +case 1:return A.W(q,r)}}) +return A.X($async$r0,r)}, +nK(a){return this.XD(a)}, +XD(a){var s=0,r=A.Y(t.y),q,p=2,o,n=[],m=this,l,k,j +var $async$nK=A.U(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:k=m.f +j=new A.bk(new A.a3($.a7,t.U),t.l) +m.f=j.a +s=3 +return A.Z(k,$async$nK) +case 3:l=!1 +p=4 +s=7 +return A.Z(a.$0(),$async$nK) +case 7:l=c +n.push(6) +s=5 +break +case 4:n=[2] +case 5:p=2 +J.amJ(j) +s=n.pop() +break +case 6:q=l +s=1 +break +case 1:return A.W(q,r) +case 2:return A.V(o,r)}}) +return A.X($async$nK,r)}, +yh(a){return this.a0k(a)}, +a0k(a){var s=0,r=A.Y(t.y),q,p=this +var $async$yh=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:q=p.nK(new A.SG(p,a)) +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$yh,r)}, +gjX(){var s=this.b.f.i(0,this.a) +return s==null?B.iC:s}, +gkF(){if(this.x==null)this.k9() +var s=this.x +s.toString +return s}, +k9(){var s=this.r +s===$&&A.c() +this.x=s.k9()}, +GP(a){var s=this.r +s===$&&A.c() +this.w=s.GN(this.x.b,a)}, +a1M(){var s,r,q,p +if(this.x!=null){s=this.r +s===$&&A.c() +r=s.k9() +s=this.x +q=s.b +p=r.b +if(q!==p&&s.a!==r.a){s=s.a +if(!(q>s&&pq&&r.a

").a4(b).h("dD<1,2>"))}, +B(a,b){if(!!a.fixed$length)A.T(A.R("add")) +a.push(b)}, +hK(a,b){if(!!a.fixed$length)A.T(A.R("removeAt")) +if(b<0||b>=a.length)throw A.d(A.YP(b,null)) +return a.splice(b,1)[0]}, +oE(a,b,c){if(!!a.fixed$length)A.T(A.R("insert")) +if(b<0||b>a.length)throw A.d(A.YP(b,null)) +a.splice(b,0,c)}, +oF(a,b,c){var s,r +if(!!a.fixed$length)A.T(A.R("insertAll")) +A.agP(b,0,a.length,"index") +if(!t.Ee.b(c))c=J.ab7(c) +s=J.bp(c) +a.length=a.length+s +r=b+s +this.cn(a,r,a.length,a,b) +this.h8(a,b,r,c)}, +ek(a){if(!!a.fixed$length)A.T(A.R("removeLast")) +if(a.length===0)throw A.d(A.qN(a,-1)) +return a.pop()}, +v(a,b){var s +if(!!a.fixed$length)A.T(A.R("remove")) +for(s=0;s"))}, +H(a,b){var s +if(!!a.fixed$length)A.T(A.R("addAll")) +if(Array.isArray(b)){this.Pc(a,b) +return}for(s=J.ar(b);s.q();)a.push(s.gD(s))}, +Pc(a,b){var s,r=b.length +if(r===0)return +if(a===b)throw A.d(A.bx(a)) +for(s=0;s").a4(c).h("a4<1,2>"))}, +b3(a,b){var s,r=A.aV(a.length,"",!1,t.N) +for(s=0;sa.length)throw A.d(A.bw(b,0,a.length,"start",null)) +if(c==null)c=a.length +else if(ca.length)throw A.d(A.bw(c,b,a.length,"end",null)) +if(b===c)return A.a([],A.a5(a)) +return A.a(a.slice(b,c),A.a5(a))}, +d8(a,b){return this.bc(a,b,null)}, +pB(a,b,c){A.cq(b,c,a.length,null,null) +return A.eN(a,b,c,A.a5(a).c)}, +gG(a){if(a.length>0)return a[0] +throw A.d(A.bA())}, +ga1(a){var s=a.length +if(s>0)return a[s-1] +throw A.d(A.bA())}, +gc2(a){var s=a.length +if(s===1)return a[0] +if(s===0)throw A.d(A.bA()) +throw A.d(A.abW())}, +cn(a,b,c,d,e){var s,r,q,p,o +if(!!a.immutable$list)A.T(A.R("setRange")) +A.cq(b,c,a.length,null,null) +s=c-b +if(s===0)return +A.ds(e,"skipCount") +if(t.j.b(d)){r=d +q=e}else{r=J.ab6(d,e).cT(0,!1) +q=0}p=J.av(r) +if(q+s>p.gp(r))throw A.d(A.afW()) +if(q=0;--o)a[b+o]=p.i(r,q+o) +else for(o=0;o0){a[0]=q +a[1]=r}return}if(A.a5(a).c.b(null)){for(p=0,o=0;o0)this.VP(a,p)}, +fE(a){return this.dn(a,null)}, +VP(a,b){var s,r=a.length +for(;s=r-1,r>0;r=s)if(a[s]===null){a[s]=void 0;--b +if(b===0)break}}, +eO(a,b){var s,r=a.length +if(0>=r)return-1 +for(s=0;s=r +for(s=q;s>=0;--s)if(J.e(a[s],b))return s +return-1}, +t(a,b){var s +for(s=0;sa.length)A.a5(a).c.a(null) +a.length=b}, +i(a,b){if(!(b>=0&&b=0&&b=a.length)return-1 +for(s=c;s=0;--s)if(b.$1(a[s]))return s +return-1}, +gcb(a){return A.b6(A.a5(a))}, +$iN:1, +$ii:1, +$iA:1} +J.VO.prototype={} +J.e1.prototype={ +gD(a){var s=this.d +return s==null?A.m(this).c.a(s):s}, +q(){var s,r=this,q=r.a,p=q.length +if(r.b!==p)throw A.d(A.K(q)) +s=r.c +if(s>=p){r.d=null +return!1}r.d=q[s] +r.c=s+1 +return!0}} +J.k1.prototype={ +aB(a,b){var s +if(ab)return 1 +else if(a===b){if(a===0){s=this.goJ(b) +if(this.goJ(a)===s)return 0 +if(this.goJ(a))return-1 +return 1}return 0}else if(isNaN(a)){if(isNaN(b))return 0 +return 1}else return-1}, +goJ(a){return a===0?1/a<0:a<0}, +gAL(a){var s +if(a>0)s=1 +else s=a<0?-1:a +return s}, +X(a){var s +if(a>=-2147483648&&a<=2147483647)return a|0 +if(isFinite(a)){s=a<0?Math.ceil(a):Math.floor(a) +return s+0}throw A.d(A.R(""+a+".toInt()"))}, +eG(a){var s,r +if(a>=0){if(a<=2147483647){s=a|0 +return a===s?s:s+1}}else if(a>=-2147483648)return a|0 +r=Math.ceil(a) +if(isFinite(r))return r +throw A.d(A.R(""+a+".ceil()"))}, +hy(a){var s,r +if(a>=0){if(a<=2147483647)return a|0}else if(a>=-2147483648){s=a|0 +return a===s?s:s-1}r=Math.floor(a) +if(isFinite(r))return r +throw A.d(A.R(""+a+".floor()"))}, +aH(a){if(a>0){if(a!==1/0)return Math.round(a)}else if(a>-1/0)return 0-Math.round(0-a) +throw A.d(A.R(""+a+".round()"))}, +JI(a){if(a<0)return-Math.round(-a) +else return Math.round(a)}, +hp(a,b,c){if(B.f.aB(b,c)>0)throw A.d(A.qK(b)) +if(this.aB(a,b)<0)return b +if(this.aB(a,c)>0)return c +return a}, +R(a,b){var s +if(b>20)throw A.d(A.bw(b,0,20,"fractionDigits",null)) +s=a.toFixed(b) +if(a===0&&this.goJ(a))return"-"+s +return s}, +a3O(a,b){var s +if(b<1||b>21)throw A.d(A.bw(b,1,21,"precision",null)) +s=a.toPrecision(b) +if(a===0&&this.goJ(a))return"-"+s +return s}, +hM(a,b){var s,r,q,p +if(b<2||b>36)throw A.d(A.bw(b,2,36,"radix",null)) +s=a.toString(b) +if(s.charCodeAt(s.length-1)!==41)return s +r=/^([\da-z]+)(?:\.([\da-z]+))?\(e\+(\d+)\)$/.exec(s) +if(r==null)A.T(A.R("Unexpected toString result: "+s)) +s=r[1] +q=+r[3] +p=r[2] +if(p!=null){s+=p +q-=p.length}return s+B.d.N("0",q)}, +j(a){if(a===0&&1/a<0)return"-0.0" +else return""+a}, +gu(a){var s,r,q,p,o=a|0 +if(a===o)return o&536870911 +s=Math.abs(a) +r=Math.log(s)/0.6931471805599453|0 +q=Math.pow(2,r) +p=s<1?s/q:q/s +return((p*9007199254740992|0)+(p*3542243181176521|0))*599197+r*1259&536870911}, +W(a,b){return a+b}, +a5(a,b){return a-b}, +N(a,b){return a*b}, +bv(a,b){var s=a%b +if(s===0)return 0 +if(s>0)return s +if(b<0)return s-b +else return s+b}, +eX(a,b){if((a|0)===a)if(b>=1||b<-1)return a/b|0 +return this.Fg(a,b)}, +d_(a,b){return(a|0)===a?a/b|0:this.Fg(a,b)}, +Fg(a,b){var s=a/b +if(s>=-2147483648&&s<=2147483647)return s|0 +if(s>0){if(s!==1/0)return Math.floor(s)}else if(s>-1/0)return Math.ceil(s) +throw A.d(A.R("Result of truncating division is "+A.j(s)+": "+A.j(a)+" ~/ "+A.j(b)))}, +Lc(a,b){if(b<0)throw A.d(A.qK(b)) +return b>31?0:a<>>0}, +ez(a,b){var s +if(a>0)s=this.F_(a,b) +else{s=b>31?31:b +s=a>>s>>>0}return s}, +Wz(a,b){if(0>b)throw A.d(A.qK(b)) +return this.F_(a,b)}, +F_(a,b){return b>31?0:a>>>b}, +ls(a,b){if(b>31)return 0 +return a>>>b}, +gcb(a){return A.b6(t.Ci)}, +$ibm:1, +$iH:1, +$ibE:1} +J.om.prototype={ +gAL(a){var s +if(a>0)s=1 +else s=a<0?-1:a +return s}, +gcb(a){return A.b6(t.S)}, +$ibC:1, +$in:1} +J.tQ.prototype={ +gcb(a){return A.b6(t.i)}, +$ibC:1} +J.iE.prototype={ +i6(a,b){if(b<0)throw A.d(A.qN(a,b)) +if(b>=a.length)A.T(A.qN(a,b)) +return a.charCodeAt(b)}, +wW(a,b,c){var s=b.length +if(c>s)throw A.d(A.bw(c,0,s,null,null)) +return new A.MH(b,a,c)}, +nP(a,b){return this.wW(a,b,0)}, +mi(a,b,c){var s,r,q=null +if(c<0||c>b.length)throw A.d(A.bw(c,0,b.length,q,q)) +s=a.length +if(c+s>b.length)return q +for(r=0;rr)return!1 +return b===this.bK(a,r-s)}, +Jy(a,b,c){A.agP(0,0,a.length,"startIndex") +return A.axI(a,b,c,0)}, +mS(a,b){var s=A.a(a.split(b),t.s) +return s}, +kK(a,b,c,d){var s=A.cq(b,c,a.length,null,null) +return A.akq(a,b,s,d)}, +bV(a,b,c){var s +if(c<0||c>a.length)throw A.d(A.bw(c,0,a.length,null,null)) +s=c+b.length +if(s>a.length)return!1 +return b===a.substring(c,s)}, +b5(a,b){return this.bV(a,b,0)}, +Y(a,b,c){return a.substring(b,A.cq(b,c,a.length,null,null))}, +bK(a,b){return this.Y(a,b,null)}, +a3L(a){return a.toLowerCase()}, +JW(a){var s,r,q,p=a.trim(),o=p.length +if(o===0)return p +if(p.charCodeAt(0)===133){s=J.ag0(p,1) +if(s===o)return""}else s=0 +r=o-1 +q=p.charCodeAt(r)===133?J.ag1(p,r):o +if(s===0&&q===o)return p +return p.substring(s,q)}, +a3T(a){var s=a.trimStart() +if(s.length===0)return s +if(s.charCodeAt(0)!==133)return s +return s.substring(J.ag0(s,1))}, +zV(a){var s,r=a.trimEnd(),q=r.length +if(q===0)return r +s=q-1 +if(r.charCodeAt(s)!==133)return r +return r.substring(0,J.ag1(r,s))}, +N(a,b){var s,r +if(0>=b)return"" +if(b===1||a.length===0)return a +if(b!==b>>>0)throw A.d(B.wy) +for(s=a,r="";!0;){if((b&1)===1)r=s+r +b=b>>>1 +if(b===0)break +s+=s}return r}, +mo(a,b,c){var s=b-a.length +if(s<=0)return a +return this.N(c,s)+a}, +a2H(a,b){var s=b-a.length +if(s<=0)return a +return a+this.N(" ",s)}, +hA(a,b,c){var s +if(c<0||c>a.length)throw A.d(A.bw(c,0,a.length,null,null)) +s=a.indexOf(b,c) +return s}, +eO(a,b){return this.hA(a,b,0)}, +tf(a,b,c){var s,r +if(c==null)c=a.length +else if(c<0||c>a.length)throw A.d(A.bw(c,0,a.length,null,null)) +s=b.length +r=a.length +if(c+s>r)c=r-s +return a.lastIndexOf(b,c)}, +mg(a,b){return this.tf(a,b,null)}, +Z4(a,b,c){var s=a.length +if(c>s)throw A.d(A.bw(c,0,s,null,null)) +return A.adU(a,b,c)}, +t(a,b){return this.Z4(a,b,0)}, +aB(a,b){var s +if(a===b)s=0 +else s=a>6}r=r+((r&67108863)<<3)&536870911 +r^=r>>11 +return r+((r&16383)<<15)&536870911}, +gcb(a){return A.b6(t.N)}, +gp(a){return a.length}, +i(a,b){if(!(b>=0&&b").a4(s.z[1]).h("Au<1,2>"))}, +gp(a){return J.bp(this.geA())}, +gT(a){return J.hl(this.geA())}, +gbl(a){return J.ng(this.geA())}, +fD(a,b){var s=A.m(this) +return A.bF(J.ab6(this.geA(),b),s.c,s.z[1])}, +aw(a,b){return A.m(this).z[1].a(J.qQ(this.geA(),b))}, +gG(a){return A.m(this).z[1].a(J.l2(this.geA()))}, +ga1(a){return A.m(this).z[1].a(J.zR(this.geA()))}, +t(a,b){return J.qP(this.geA(),b)}, +j(a){return J.cT(this.geA())}} +A.Au.prototype={ +q(){return this.a.q()}, +gD(a){var s=this.a +return this.$ti.z[1].a(s.gD(s))}} +A.le.prototype={ +f7(a,b){return A.bF(this.a,A.m(this).c,b)}, +geA(){return this.a}} +A.x0.prototype={$iN:1} +A.wF.prototype={ +i(a,b){return this.$ti.z[1].a(J.b3(this.a,b))}, +m(a,b,c){J.eR(this.a,b,this.$ti.c.a(c))}, +sp(a,b){J.an5(this.a,b)}, +B(a,b){J.hk(this.a,this.$ti.c.a(b))}, +dn(a,b){var s=b==null?null:new A.a4D(this,b) +J.Pp(this.a,s)}, +v(a,b){return J.l3(this.a,b)}, +ek(a){return this.$ti.z[1].a(J.an3(this.a))}, +pB(a,b,c){var s=this.$ti +return A.bF(J.amV(this.a,b,c),s.c,s.z[1])}, +$iN:1, +$iA:1} +A.a4D.prototype={ +$2(a,b){var s=this.a.$ti.z[1] +return this.b.$2(s.a(a),s.a(b))}, +$S(){return this.a.$ti.h("n(1,1)")}} +A.dD.prototype={ +f7(a,b){return new A.dD(this.a,this.$ti.h("@<1>").a4(b).h("dD<1,2>"))}, +geA(){return this.a}} +A.iq.prototype={ +f7(a,b){return new A.iq(this.a,this.b,this.$ti.h("@<1>").a4(b).h("iq<1,2>"))}, +B(a,b){return this.a.B(0,this.$ti.c.a(b))}, +H(a,b){var s=this.$ti +this.a.H(0,A.bF(b,s.z[1],s.c))}, +v(a,b){return this.a.v(0,b)}, +oH(a,b){var s,r=this +if(r.b!=null)return r.Qm(b,!0) +s=r.$ti +return new A.iq(r.a.oH(0,b),null,s.h("@<1>").a4(s.z[1]).h("iq<1,2>"))}, +Qm(a,b){var s,r=this.b,q=this.$ti,p=q.z[1],o=r==null?A.iG(p):r.$1$0(p) +for(p=this.a,p=p.gV(p),q=q.z[1];p.q();){s=q.a(p.gD(p)) +if(b===a.t(0,s))o.B(0,s)}return o}, +Qc(){var s=this.b,r=this.$ti.z[1],q=s==null?A.iG(r):s.$1$0(r) +q.H(0,this) +return q}, +fv(a){var s=this.b,r=this.$ti.z[1],q=s==null?A.iG(r):s.$1$0(r) +q.H(0,this) +return q}, +$iN:1, +$ibj:1, +geA(){return this.a}} +A.lf.prototype={ +i5(a,b,c){var s=this.$ti +return new A.lf(this.a,s.h("@<1>").a4(s.z[1]).a4(b).a4(c).h("lf<1,2,3,4>"))}, +a2(a,b){return J.nf(this.a,b)}, +i(a,b){return this.$ti.h("4?").a(J.b3(this.a,b))}, +m(a,b,c){var s=this.$ti +J.eR(this.a,s.c.a(b),s.z[1].a(c))}, +aW(a,b,c){var s=this.$ti +return s.z[3].a(J.qS(this.a,s.c.a(b),new A.QM(this,c)))}, +v(a,b){return this.$ti.h("4?").a(J.l3(this.a,b))}, +S(a,b){J.qR(this.a,new A.QL(this,b))}, +gb4(a){var s=this.$ti +return A.bF(J.ab4(this.a),s.c,s.z[2])}, +gal(a){var s=this.$ti +return A.bF(J.amU(this.a),s.z[1],s.z[3])}, +gp(a){return J.bp(this.a)}, +gT(a){return J.hl(this.a)}, +gbl(a){return J.ng(this.a)}, +gd2(a){var s=J.aem(this.a) +return s.fn(s,new A.QK(this),this.$ti.h("aC<3,4>"))}} +A.QM.prototype={ +$0(){return this.a.$ti.z[1].a(this.b.$0())}, +$S(){return this.a.$ti.h("2()")}} +A.QL.prototype={ +$2(a,b){var s=this.a.$ti +this.b.$2(s.z[2].a(a),s.z[3].a(b))}, +$S(){return this.a.$ti.h("~(1,2)")}} +A.QK.prototype={ +$1(a){var s=this.a.$ti,r=s.z[3] +return new A.aC(s.z[2].a(a.a),r.a(a.b),s.h("@<3>").a4(r).h("aC<1,2>"))}, +$S(){return this.a.$ti.h("aC<3,4>(aC<1,2>)")}} +A.ip.prototype={ +f7(a,b){return new A.ip(this.a,this.$ti.h("@<1>").a4(b).h("ip<1,2>"))}, +$iN:1, +geA(){return this.a}} +A.eE.prototype={ +j(a){return"LateInitializationError: "+this.a}} +A.e3.prototype={ +gp(a){return this.a.length}, +i(a,b){return this.a.charCodeAt(b)}} +A.aaB.prototype={ +$0(){return A.cO(null,t.P)}, +$S:55} +A.a0l.prototype={} +A.N.prototype={} +A.aX.prototype={ +gV(a){return new A.co(this,this.gp(this))}, +S(a,b){var s,r=this,q=r.gp(r) +for(s=0;s").a4(c).h("a4<1,2>"))}, +a3c(a,b){var s,r,q=this,p=q.gp(q) +if(p===0)throw A.d(A.bA()) +s=q.aw(0,0) +for(r=1;rs)throw A.d(A.bw(r,0,s,"start",null))}}, +gRb(){var s=J.bp(this.a),r=this.c +if(r==null||r>s)return s +return r}, +gWM(){var s=J.bp(this.a),r=this.b +if(r>s)return s +return r}, +gp(a){var s,r=J.bp(this.a),q=this.b +if(q>=r)return 0 +s=this.c +if(s==null||s>=r)return r-q +return s-q}, +aw(a,b){var s=this,r=s.gWM()+b +if(b<0||r>=s.gRb())throw A.d(A.c9(b,s.gp(s),s,null,"index")) +return J.qQ(s.a,r)}, +fD(a,b){var s,r,q=this +A.ds(b,"count") +s=q.b+b +r=q.c +if(r!=null&&s>=r)return new A.eA(q.$ti.h("eA<1>")) +return A.eN(q.a,s,r,q.$ti.c)}, +zL(a,b){var s,r,q,p=this +A.ds(b,"count") +s=p.c +r=p.b +q=r+b +if(s==null)return A.eN(p.a,r,q,p.$ti.c) +else{if(s=o){r.d=null +return!1}r.d=p.aw(q,s);++r.c +return!0}} +A.dI.prototype={ +gV(a){return new A.cV(J.ar(this.a),this.b)}, +gp(a){return J.bp(this.a)}, +gT(a){return J.hl(this.a)}, +gG(a){return this.b.$1(J.l2(this.a))}, +ga1(a){return this.b.$1(J.zR(this.a))}, +aw(a,b){return this.b.$1(J.qQ(this.a,b))}} +A.iu.prototype={$iN:1} +A.cV.prototype={ +q(){var s=this,r=s.b +if(r.q()){s.a=s.c.$1(r.gD(r)) +return!0}s.a=null +return!1}, +gD(a){var s=this.a +return s==null?A.m(this).z[1].a(s):s}} +A.a4.prototype={ +gp(a){return J.bp(this.a)}, +aw(a,b){return this.b.$1(J.qQ(this.a,b))}} +A.aO.prototype={ +gV(a){return new A.mM(J.ar(this.a),this.b)}, +fn(a,b,c){return new A.dI(this,b,this.$ti.h("@<1>").a4(c).h("dI<1,2>"))}} +A.mM.prototype={ +q(){var s,r +for(s=this.a,r=this.b;s.q();)if(r.$1(s.gD(s)))return!0 +return!1}, +gD(a){var s=this.a +return s.gD(s)}} +A.fF.prototype={ +gV(a){return new A.BR(J.ar(this.a),this.b,B.ia)}} +A.BR.prototype={ +gD(a){var s=this.d +return s==null?A.m(this).z[1].a(s):s}, +q(){var s,r,q=this,p=q.c +if(p==null)return!1 +for(s=q.a,r=q.b;!p.q();){q.d=null +if(s.q()){q.c=null +p=J.ar(r.$1(s.gD(s))) +q.c=p}else return!1}p=q.c +q.d=p.gD(p) +return!0}} +A.mD.prototype={ +gV(a){return new A.Gb(J.ar(this.a),this.b)}} +A.t0.prototype={ +gp(a){var s=J.bp(this.a),r=this.b +if(s>r)return r +return s}, +$iN:1} +A.Gb.prototype={ +q(){if(--this.b>=0)return this.a.q() +this.b=-1 +return!1}, +gD(a){var s +if(this.b<0){A.m(this).c.a(null) +return null}s=this.a +return s.gD(s)}} +A.iX.prototype={ +fD(a,b){A.no(b,"count") +A.ds(b,"count") +return new A.iX(this.a,this.b+b,A.m(this).h("iX<1>"))}, +gV(a){return new A.Fz(J.ar(this.a),this.b)}} +A.nY.prototype={ +gp(a){var s=J.bp(this.a)-this.b +if(s>=0)return s +return 0}, +fD(a,b){A.no(b,"count") +A.ds(b,"count") +return new A.nY(this.a,this.b+b,this.$ti)}, +$iN:1} +A.Fz.prototype={ +q(){var s,r +for(s=this.a,r=0;r"))}, +fD(a,b){A.ds(b,"count") +return this}, +cT(a,b){var s=this.$ti.c +return b?J.tM(0,s):J.abX(0,s)}, +dl(a){return this.cT(a,!0)}, +fv(a){return A.iG(this.$ti.c)}} +A.BI.prototype={ +q(){return!1}, +gD(a){throw A.d(A.bA())}} +A.iw.prototype={ +gV(a){return new A.Ca(J.ar(this.a),this.b)}, +gp(a){return J.bp(this.a)+J.bp(this.b)}, +gT(a){return J.hl(this.a)&&J.hl(this.b)}, +gbl(a){return J.ng(this.a)||J.ng(this.b)}, +t(a,b){return J.qP(this.a,b)||J.qP(this.b,b)}, +gG(a){var s=J.ar(this.a) +if(s.q())return s.gD(s) +return J.l2(this.b)}, +ga1(a){var s,r=J.ar(this.b) +if(r.q()){s=r.gD(r) +for(;r.q();)s=r.gD(r) +return s}return J.zR(this.a)}} +A.t_.prototype={ +aw(a,b){var s=this.a,r=J.av(s),q=r.gp(s) +if(b"))}} +A.pM.prototype={ +q(){var s,r +for(s=this.a,r=this.$ti.c;s.q();)if(r.b(s.gD(s)))return!0 +return!1}, +gD(a){var s=this.a +return this.$ti.c.a(s.gD(s))}} +A.tg.prototype={ +sp(a,b){throw A.d(A.R("Cannot change the length of a fixed-length list"))}, +B(a,b){throw A.d(A.R("Cannot add to a fixed-length list"))}, +v(a,b){throw A.d(A.R("Cannot remove from a fixed-length list"))}, +ek(a){throw A.d(A.R("Cannot remove from a fixed-length list"))}} +A.GG.prototype={ +m(a,b,c){throw A.d(A.R("Cannot modify an unmodifiable list"))}, +sp(a,b){throw A.d(A.R("Cannot change the length of an unmodifiable list"))}, +B(a,b){throw A.d(A.R("Cannot add to an unmodifiable list"))}, +v(a,b){throw A.d(A.R("Cannot remove from an unmodifiable list"))}, +dn(a,b){throw A.d(A.R("Cannot modify an unmodifiable list"))}, +ek(a){throw A.d(A.R("Cannot remove from an unmodifiable list"))}} +A.pK.prototype={} +A.cs.prototype={ +gp(a){return J.bp(this.a)}, +aw(a,b){var s=this.a,r=J.av(s) +return r.aw(s,r.gp(s)-1-b)}} +A.j0.prototype={ +gu(a){var s=this._hashCode +if(s!=null)return s +s=664597*B.d.gu(this.a)&536870911 +this._hashCode=s +return s}, +j(a){return'Symbol("'+this.a+'")'}, +k(a,b){if(b==null)return!1 +return b instanceof A.j0&&this.a===b.a}, +$iw2:1} +A.zc.prototype={} +A.dU.prototype={$r:"+(1,2)",$s:1} +A.qq.prototype={$r:"+cacheSize,maxTextLength(1,2)",$s:2} +A.Ln.prototype={$r:"+key,value(1,2)",$s:3} +A.Lo.prototype={$r:"+wordEnd,wordStart(1,2)",$s:4} +A.Lp.prototype={$r:"+(1,2,3)",$s:5} +A.Lq.prototype={$r:"+breaks,graphemes,words(1,2,3)",$s:6} +A.Lr.prototype={$r:"+large,medium,small(1,2,3)",$s:7} +A.Ls.prototype={$r:"+x,y,z(1,2,3)",$s:8} +A.dV.prototype={$r:"+(1,2,3,4)",$s:9} +A.xW.prototype={$r:"+domBlurListener,domFocusListener,element,semanticsNodeId(1,2,3,4)",$s:10} +A.lg.prototype={} +A.nL.prototype={ +i5(a,b,c){var s=A.m(this) +return A.agb(this,s.c,s.z[1],b,c)}, +gT(a){return this.gp(this)===0}, +gbl(a){return this.gp(this)!==0}, +j(a){return A.Wx(this)}, +m(a,b,c){A.abp()}, +aW(a,b,c){A.abp()}, +v(a,b){A.abp()}, +gd2(a){return new A.id(this.a_q(0),A.m(this).h("id>"))}, +a_q(a){var s=this +return function(){var r=a +var q=0,p=1,o,n,m,l +return function $async$gd2(b,c,d){if(c===1){o=d +q=p}while(true)switch(q){case 0:n=s.gb4(s),n=n.gV(n),m=A.m(s),m=m.h("@<1>").a4(m.z[1]).h("aC<1,2>") +case 2:if(!n.q()){q=3 +break}l=n.gD(n) +q=4 +return b.b=new A.aC(l,s.i(0,l),m),1 +case 4:q=2 +break +case 3:return 0 +case 1:return b.c=o,3}}}}, +ky(a,b,c,d){var s=A.y(c,d) +this.S(0,new A.Rj(this,b,s)) +return s}, +$iap:1} +A.Rj.prototype={ +$2(a,b){var s=this.b.$2(a,b) +this.c.m(0,s.a,s.b)}, +$S(){return A.m(this.a).h("~(1,2)")}} +A.by.prototype={ +gp(a){return this.b.length}, +gDE(){var s=this.$keys +if(s==null){s=Object.keys(this.a) +this.$keys=s}return s}, +a2(a,b){if(typeof b!="string")return!1 +if("__proto__"===b)return!1 +return this.a.hasOwnProperty(b)}, +i(a,b){if(!this.a2(0,b))return null +return this.b[this.a[b]]}, +S(a,b){var s,r,q=this.gDE(),p=this.b +for(s=q.length,r=0;r"))}, +gal(a){return new A.mU(this.b,this.$ti.h("mU<2>"))}} +A.mU.prototype={ +gp(a){return this.a.length}, +gT(a){return 0===this.a.length}, +gbl(a){return 0!==this.a.length}, +gV(a){var s=this.a +return new A.qb(s,s.length)}} +A.qb.prototype={ +gD(a){var s=this.d +return s==null?A.m(this).c.a(s):s}, +q(){var s=this,r=s.c +if(r>=s.b){s.d=null +return!1}s.d=s.a[r] +s.c=r+1 +return!0}} +A.cg.prototype={ +iT(){var s,r=this,q=r.$map +if(q==null){s=r.$ti +q=new A.lP(s.h("@<1>").a4(s.z[1]).h("lP<1,2>")) +A.ajU(r.a,q) +r.$map=q}return q}, +a2(a,b){return this.iT().a2(0,b)}, +i(a,b){return this.iT().i(0,b)}, +S(a,b){this.iT().S(0,b)}, +gb4(a){var s=this.iT() +return new A.b2(s,A.m(s).h("b2<1>"))}, +gal(a){var s=this.iT() +return s.gal(s)}, +gp(a){return this.iT().a}} +A.rA.prototype={ +B(a,b){A.abq()}, +H(a,b){A.abq()}, +v(a,b){A.abq()}} +A.dE.prototype={ +gp(a){return this.b}, +gT(a){return this.b===0}, +gbl(a){return this.b!==0}, +gV(a){var s,r=this.$keys +if(r==null){r=Object.keys(this.a) +this.$keys=r}s=r +return new A.qb(s,s.length)}, +t(a,b){if(typeof b!="string")return!1 +if("__proto__"===b)return!1 +return this.a.hasOwnProperty(b)}, +fv(a){return A.f4(this,this.$ti.c)}} +A.d4.prototype={ +gp(a){return this.a.length}, +gT(a){return this.a.length===0}, +gbl(a){return this.a.length!==0}, +gV(a){var s=this.a +return new A.qb(s,s.length)}, +iT(){var s,r,q,p,o=this,n=o.$map +if(n==null){s=o.$ti +n=new A.lP(s.h("@<1>").a4(s.c).h("lP<1,2>")) +for(s=o.a,r=s.length,q=0;q")}} +A.oj.prototype={ +$0(){return this.a.$1$0(this.$ti.z[0])}, +$1(a){return this.a.$1$1(a,this.$ti.z[0])}, +$2(a,b){return this.a.$1$2(a,b,this.$ti.z[0])}, +$S(){return A.axb(A.P3(this.a),this.$ti)}} +A.tO.prototype={ +ga2o(){var s=this.a +if(s instanceof A.j0)return s +return this.a=new A.j0(s)}, +ga2Q(){var s,r,q,p,o,n=this +if(n.c===1)return B.jF +s=n.d +r=J.av(s) +q=r.gp(s)-J.bp(n.e)-n.f +if(q===0)return B.jF +p=[] +for(o=0;o>>0}, +j(a){return"Closure '"+this.$_name+"' of "+("Instance of '"+A.YL(this.a)+"'")}} +A.I5.prototype={ +j(a){return"Reading static variable '"+this.a+"' during its initialization"}} +A.F2.prototype={ +j(a){return"RuntimeError: "+this.a}} +A.a7s.prototype={} +A.dl.prototype={ +gp(a){return this.a}, +gT(a){return this.a===0}, +gbl(a){return this.a!==0}, +gb4(a){return new A.b2(this,A.m(this).h("b2<1>"))}, +gal(a){var s=A.m(this) +return A.ow(new A.b2(this,s.h("b2<1>")),new A.VR(this),s.c,s.z[1])}, +a2(a,b){var s,r +if(typeof b=="string"){s=this.b +if(s==null)return!1 +return s[b]!=null}else if(typeof b=="number"&&(b&0x3fffffff)===b){r=this.c +if(r==null)return!1 +return r[b]!=null}else return this.Ir(b)}, +Ir(a){var s=this.d +if(s==null)return!1 +return this.kv(s[this.ku(a)],a)>=0}, +Z5(a,b){return new A.b2(this,A.m(this).h("b2<1>")).k_(0,new A.VQ(this,b))}, +H(a,b){J.qR(b,new A.VP(this))}, +i(a,b){var s,r,q,p,o=null +if(typeof b=="string"){s=this.b +if(s==null)return o +r=s[b] +q=r==null?o:r.b +return q}else if(typeof b=="number"&&(b&0x3fffffff)===b){p=this.c +if(p==null)return o +r=p[b] +q=r==null?o:r.b +return q}else return this.Is(b)}, +Is(a){var s,r,q=this.d +if(q==null)return null +s=q[this.ku(a)] +r=this.kv(s,a) +if(r<0)return null +return s[r].b}, +m(a,b,c){var s,r,q=this +if(typeof b=="string"){s=q.b +q.By(s==null?q.b=q.w2():s,b,c)}else if(typeof b=="number"&&(b&0x3fffffff)===b){r=q.c +q.By(r==null?q.c=q.w2():r,b,c)}else q.Iu(b,c)}, +Iu(a,b){var s,r,q,p=this,o=p.d +if(o==null)o=p.d=p.w2() +s=p.ku(a) +r=o[s] +if(r==null)o[s]=[p.w3(a,b)] +else{q=p.kv(r,a) +if(q>=0)r[q].b=b +else r.push(p.w3(a,b))}}, +aW(a,b,c){var s,r,q=this +if(q.a2(0,b)){s=q.i(0,b) +return s==null?A.m(q).z[1].a(s):s}r=c.$0() +q.m(0,b,r) +return r}, +v(a,b){var s=this +if(typeof b=="string")return s.Er(s.b,b) +else if(typeof b=="number"&&(b&0x3fffffff)===b)return s.Er(s.c,b) +else return s.It(b)}, +It(a){var s,r,q,p,o=this,n=o.d +if(n==null)return null +s=o.ku(a) +r=n[s] +q=o.kv(r,a) +if(q<0)return null +p=r.splice(q,1)[0] +o.Fv(p) +if(r.length===0)delete n[s] +return p.b}, +U(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=s.f=null +s.a=0 +s.w0()}}, +S(a,b){var s=this,r=s.e,q=s.r +for(;r!=null;){b.$2(r.a,r.b) +if(q!==s.r)throw A.d(A.bx(s)) +r=r.c}}, +By(a,b,c){var s=a[b] +if(s==null)a[b]=this.w3(b,c) +else s.b=c}, +Er(a,b){var s +if(a==null)return null +s=a[b] +if(s==null)return null +this.Fv(s) +delete a[b] +return s.b}, +w0(){this.r=this.r+1&1073741823}, +w3(a,b){var s,r=this,q=new A.Wl(a,b) +if(r.e==null)r.e=r.f=q +else{s=r.f +s.toString +q.d=s +r.f=s.c=q}++r.a +r.w0() +return q}, +Fv(a){var s=this,r=a.d,q=a.c +if(r==null)s.e=q +else r.c=q +if(q==null)s.f=r +else q.d=r;--s.a +s.w0()}, +ku(a){return J.p(a)&1073741823}, +kv(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r"]=s +delete s[""] +return s}, +$ilV:1} +A.VR.prototype={ +$1(a){var s=this.a,r=s.i(0,a) +return r==null?A.m(s).z[1].a(r):r}, +$S(){return A.m(this.a).h("2(1)")}} +A.VQ.prototype={ +$1(a){return J.e(this.a.i(0,a),this.b)}, +$S(){return A.m(this.a).h("D(1)")}} +A.VP.prototype={ +$2(a,b){this.a.m(0,a,b)}, +$S(){return A.m(this.a).h("~(1,2)")}} +A.Wl.prototype={} +A.b2.prototype={ +gp(a){return this.a.a}, +gT(a){return this.a.a===0}, +gV(a){var s=this.a,r=new A.u1(s,s.r) +r.c=s.e +return r}, +t(a,b){return this.a.a2(0,b)}, +S(a,b){var s=this.a,r=s.e,q=s.r +for(;r!=null;){b.$1(r.a) +if(q!==s.r)throw A.d(A.bx(s)) +r=r.c}}} +A.u1.prototype={ +gD(a){return this.d}, +q(){var s,r=this,q=r.a +if(r.b!==q.r)throw A.d(A.bx(q)) +s=r.c +if(s==null){r.d=null +return!1}else{r.d=s.a +r.c=s.c +return!0}}} +A.tS.prototype={ +ku(a){return A.l_(a)&1073741823}, +kv(a,b){var s,r,q +if(a==null)return-1 +s=a.length +for(r=0;r0;){--q;--s +j[q]=r[s]}}return A.CY(j,k)}} +A.Lk.prototype={ +qc(){return[this.a,this.b]}, +k(a,b){if(b==null)return!1 +return b instanceof A.Lk&&this.$s===b.$s&&J.e(this.a,b.a)&&J.e(this.b,b.b)}, +gu(a){return A.I(this.$s,this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.Ll.prototype={ +qc(){return[this.a,this.b,this.c]}, +k(a,b){var s=this +if(b==null)return!1 +return b instanceof A.Ll&&s.$s===b.$s&&J.e(s.a,b.a)&&J.e(s.b,b.b)&&J.e(s.c,b.c)}, +gu(a){var s=this +return A.I(s.$s,s.a,s.b,s.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.Lm.prototype={ +qc(){return this.a}, +k(a,b){if(b==null)return!1 +return b instanceof A.Lm&&this.$s===b.$s&&A.atL(this.a,b.a)}, +gu(a){return A.I(this.$s,A.bO(this.a),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.tR.prototype={ +j(a){return"RegExp/"+this.a+"/"+this.b.flags}, +gUA(){var s=this,r=s.c +if(r!=null)return r +r=s.b +return s.c=A.abY(s.a,r.multiline,!r.ignoreCase,r.unicode,r.dotAll,!0)}, +gUz(){var s=this,r=s.d +if(r!=null)return r +r=s.b +return s.d=A.abY(s.a+"|()",r.multiline,!r.ignoreCase,r.unicode,r.dotAll,!0)}, +HM(a){var s=this.b.exec(a) +if(s==null)return null +return new A.qf(s)}, +wW(a,b,c){var s=b.length +if(c>s)throw A.d(A.bw(c,0,s,null,null)) +return new A.H3(this,b,c)}, +nP(a,b){return this.wW(a,b,0)}, +Rh(a,b){var s,r=this.gUA() +r.lastIndex=b +s=r.exec(a) +if(s==null)return null +return new A.qf(s)}, +Rg(a,b){var s,r=this.gUz() +r.lastIndex=b +s=r.exec(a) +if(s==null)return null +if(s.pop()!=null)return null +return new A.qf(s)}, +mi(a,b,c){if(c<0||c>b.length)throw A.d(A.bw(c,0,b.length,null,null)) +return this.Rg(b,c)}} +A.qf.prototype={ +gaK(a){var s=this.b +return s.index+s[0].length}, +i(a,b){return this.b[b]}, +$ilZ:1, +$iEh:1} +A.H3.prototype={ +gV(a){return new A.wu(this.a,this.b,this.c)}} +A.wu.prototype={ +gD(a){var s=this.d +return s==null?t.Qz.a(s):s}, +q(){var s,r,q,p,o,n=this,m=n.b +if(m==null)return!1 +s=n.c +r=m.length +if(s<=r){q=n.a +p=q.Rh(m,s) +if(p!=null){n.d=p +o=p.gaK(p) +if(p.b.index===o){if(q.b.unicode){s=n.c +q=s+1 +if(q=55296&&s<=56319){s=m.charCodeAt(q) +s=s>=56320&&s<=57343}else s=!1}else s=!1}else s=!1 +o=(s?o+1:o)+1}n.c=o +return!0}}n.b=n.d=null +return!1}} +A.pp.prototype={ +gaK(a){return this.a+this.c.length}, +i(a,b){if(b!==0)A.T(A.YP(b,null)) +return this.c}, +$ilZ:1} +A.MH.prototype={ +gV(a){return new A.a8e(this.a,this.b,this.c)}, +gG(a){var s=this.b,r=this.a.indexOf(s,this.c) +if(r>=0)return new A.pp(r,s) +throw A.d(A.bA())}} +A.a8e.prototype={ +q(){var s,r,q=this,p=q.c,o=q.b,n=o.length,m=q.a,l=m.length +if(p+n>l){q.d=null +return!1}s=m.indexOf(o,p) +if(s<0){q.c=l+1 +q.d=null +return!1}r=s+n +q.d=new A.pp(s,o) +q.c=r===q.c?r+1:r +return!0}, +gD(a){var s=this.d +s.toString +return s}} +A.a4E.prototype={ +ar(){var s=this.b +if(s===this)throw A.d(new A.eE("Local '"+this.a+"' has not been initialized.")) +return s}, +b0(){var s=this.b +if(s===this)throw A.d(A.iF(this.a)) +return s}, +sbt(a){var s=this +if(s.b!==s)throw A.d(new A.eE("Local '"+s.a+"' has already been initialized.")) +s.b=a}} +A.a5W.prototype={ +J(){var s,r=this,q=r.b +if(q===r){s=r.c.$0() +if(r.b!==r)throw A.d(new A.eE("Local '"+r.a+u.N)) +r.b=s +q=s}return q}} +A.uw.prototype={ +gcb(a){return B.Mo}, +Gr(a,b,c){throw A.d(A.R("Int64List not supported by dart2js."))}, +$ibC:1, +$iAr:1} +A.uA.prototype={ +gHx(a){return a.BYTES_PER_ELEMENT}, +U_(a,b,c,d){var s=A.bw(b,0,c,d,null) +throw A.d(s)}, +BY(a,b,c,d){if(b>>>0!==b||b>c)this.U_(a,b,c,d)}} +A.ux.prototype={ +gcb(a){return B.Mp}, +gHx(a){return 1}, +Af(a,b,c){throw A.d(A.R("Int64 accessor not supported by dart2js."))}, +AD(a,b,c,d){throw A.d(A.R("Int64 accessor not supported by dart2js."))}, +$ibC:1, +$ic0:1} +A.oD.prototype={ +gp(a){return a.length}, +Wp(a,b,c,d,e){var s,r,q=a.length +this.BY(a,b,q,"start") +this.BY(a,c,q,"end") +if(b>c)throw A.d(A.bw(b,0,c,null,null)) +s=c-b +if(e<0)throw A.d(A.bt(e,null)) +r=d.length +if(r-e").b(b))s.BU(b) +else s.jL(b)}}, +k8(a,b){var s=this.a +if(this.b)s.e2(a,b) +else s.n8(a,b)}} +A.a8Z.prototype={ +$1(a){return this.a.$2(0,a)}, +$S:22} +A.a9_.prototype={ +$2(a,b){this.a.$2(1,new A.t4(a,b))}, +$S:173} +A.a9T.prototype={ +$2(a,b){this.a(a,b)}, +$S:174} +A.a8X.prototype={ +$0(){var s,r=this.a,q=r.a +q===$&&A.c() +s=q.b +if((s&1)!==0?(q.gnE().e&4)!==0:(s&2)===0){r.b=!0 +return}this.b.$2(0,null)}, +$S:0} +A.a8Y.prototype={ +$1(a){var s=this.a.c!=null?2:0 +this.b.$2(s,null)}, +$S:28} +A.Hj.prototype={ +P8(a,b){var s=new A.a3N(a) +this.a=A.a19(new A.a3P(this,a),new A.a3Q(s),new A.a3R(this,s),b)}} +A.a3N.prototype={ +$0(){A.dd(new A.a3O(this.a))}, +$S:8} +A.a3O.prototype={ +$0(){this.a.$2(0,null)}, +$S:0} +A.a3Q.prototype={ +$0(){this.a.$0()}, +$S:0} +A.a3R.prototype={ +$0(){var s=this.a +if(s.b){s.b=!1 +this.b.$0()}}, +$S:0} +A.a3P.prototype={ +$0(){var s=this.a,r=s.a +r===$&&A.c() +if((r.b&4)===0){s.c=new A.a3($.a7,t.LR) +if(s.b){s.b=!1 +A.dd(new A.a3M(this.b))}return s.c}}, +$S:180} +A.a3M.prototype={ +$0(){this.a.$2(2,null)}, +$S:0} +A.xm.prototype={ +j(a){return"IterationMarker("+this.b+", "+A.j(this.a)+")"}} +A.n3.prototype={ +gD(a){return this.b}, +VW(a,b){var s,r,q +a=a +b=b +s=this.a +for(;!0;)try{r=s(this,a,b) +return r}catch(q){b=q +a=1}}, +q(){var s,r,q,p,o=this,n=null,m=0 +for(;!0;){s=o.d +if(s!=null)try{if(s.q()){o.b=J.amN(s) +return!0}else o.d=null}catch(r){n=r +m=1 +o.d=null}q=o.VW(m,n) +if(1===q)return!0 +if(0===q){o.b=null +p=o.e +if(p==null||p.length===0){o.a=A.aip +return!1}o.a=p.pop() +m=0 +n=null +continue}if(2===q){m=0 +n=null +continue}if(3===q){n=o.c +o.c=null +p=o.e +if(p==null||p.length===0){o.b=null +o.a=A.aip +throw n +return!1}o.a=p.pop() +m=1 +continue}throw A.d(A.a1("sync*"))}return!1}, +wO(a){var s,r,q=this +if(a instanceof A.id){s=a.a() +r=q.e +if(r==null)r=q.e=[] +r.push(q.a) +q.a=s +return 2}else{q.d=J.ar(a) +return 2}}} +A.id.prototype={ +gV(a){return new A.n3(this.a())}} +A.A7.prototype={ +j(a){return A.j(this.a)}, +$ibq:1, +gpR(){return this.b}} +A.j9.prototype={} +A.pQ.prototype={ +iV(){}, +iW(){}} +A.wC.prototype={ +gAR(a){return new A.j9(this,A.m(this).h("j9<1>"))}, +gDP(){return this.c<4}, +VM(a){var s=a.CW,r=a.ch +if(s==null)this.d=r +else s.ch=r +if(r==null)this.e=s +else r.CW=s +a.CW=a +a.ch=a}, +Fa(a,b,c,d){var s,r,q,p,o,n,m,l=this +if((l.c&4)!==0)return A.ai1(c) +s=$.a7 +r=d?1:0 +q=A.a44(s,a) +p=A.acR(s,b) +o=c==null?A.ajE():c +n=new A.pQ(l,q,p,o,s,r,A.m(l).h("pQ<1>")) +n.CW=n +n.ch=n +n.ay=l.c&1 +m=l.e +l.e=n +n.ch=null +n.CW=m +if(m==null)l.d=n +else m.ch=n +if(l.d===n)A.P0(l.a) +return n}, +Eg(a){var s,r=this +A.m(r).h("pQ<1>").a(a) +if(a.ch===a)return null +s=a.ay +if((s&2)!==0)a.ay=s|4 +else{r.VM(a) +if((r.c&2)===0&&r.d==null)r.PR()}return null}, +Eh(a){}, +Ei(a){}, +Bw(){if((this.c&4)!==0)return new A.eL("Cannot add new events after calling close") +return new A.eL("Cannot add new events while doing an addStream")}, +B(a,b){if(!this.gDP())throw A.d(this.Bw()) +this.ln(b)}, +aJ(a){var s,r,q=this +if((q.c&4)!==0){s=q.r +s.toString +return s}if(!q.gDP())throw A.d(q.Bw()) +q.c|=4 +r=q.r +if(r==null)r=q.r=new A.a3($.a7,t.U) +q.lo() +return r}, +hX(a,b){this.lp(a,b)}, +nb(){var s=this.f +s.toString +this.f=null +this.c&=4294967287 +s.a.eY(null)}, +PR(){if((this.c&4)!==0){var s=this.r +if((s.a&30)===0)s.eY(null)}A.P0(this.b)}} +A.wy.prototype={ +ln(a){var s +for(s=this.d;s!=null;s=s.ch)s.hY(new A.mR(a))}, +lp(a,b){var s +for(s=this.d;s!=null;s=s.ch)s.hY(new A.pW(a,b))}, +lo(){var s=this.d +if(s!=null)for(;s!=null;s=s.ch)s.hY(B.cZ) +else this.r.eY(null)}} +A.TQ.prototype={ +$0(){var s,r,q +try{this.a.iQ(this.b.$0())}catch(q){s=A.ae(q) +r=A.aw(q) +A.add(this.a,s,r)}}, +$S:0} +A.TP.prototype={ +$0(){var s,r,q,p=this,o=p.a +if(o==null){p.c.a(null) +p.b.iQ(null)}else try{p.b.iQ(o.$0())}catch(q){s=A.ae(q) +r=A.aw(q) +A.add(p.b,s,r)}}, +$S:0} +A.TS.prototype={ +$2(a,b){var s=this,r=s.a,q=--r.b +if(r.a!=null){r.a=null +if(r.b===0||s.c)s.d.e2(a,b) +else{s.e.b=a +s.f.b=b}}else if(q===0&&!s.c)s.d.e2(s.e.ar(),s.f.ar())}, +$S:38} +A.TR.prototype={ +$1(a){var s,r=this,q=r.a;--q.b +s=q.a +if(s!=null){J.eR(s,r.b,a) +if(q.b===0)r.c.jL(A.lX(s,!0,r.w))}else if(q.b===0&&!r.e)r.c.e2(r.f.ar(),r.r.ar())}, +$S(){return this.w.h("b_(0)")}} +A.TO.prototype={ +$2(a,b){var s +if(this.a.b(a))s=!1 +else s=!0 +if(s)throw A.d(a) +return this.c.$2(a,b)}, +$S(){return this.d.h("0/(B,c6)")}} +A.TN.prototype={ +$1(a){return a}, +$S(){return this.a.h("0(0)")}} +A.wI.prototype={ +k8(a,b){A.eq(a,"error",t.K) +if((this.a.a&30)!==0)throw A.d(A.a1("Future already completed")) +if(b==null)b=A.PT(a) +this.e2(a,b)}, +j1(a){return this.k8(a,null)}} +A.bk.prototype={ +d0(a,b){var s=this.a +if((s.a&30)!==0)throw A.d(A.a1("Future already completed")) +s.eY(b)}, +hq(a){return this.d0(a,null)}, +e2(a,b){this.a.n8(a,b)}} +A.fr.prototype={ +a2j(a){if((this.c&15)!==6)return!0 +return this.b.b.zK(this.d,a.a)}, +a0_(a){var s,r=this.e,q=null,p=a.a,o=this.b.b +if(t.Hg.b(r))q=o.JK(r,p,a.b) +else q=o.zK(r,p) +try{p=q +return p}catch(s){if(t.ns.b(A.ae(s))){if((this.c&1)!==0)throw A.d(A.bt("The error handler of Future.then must return a value of the returned future's type","onError")) +throw A.d(A.bt("The error handler of Future.catchError must return a value of the future's type","onError"))}else throw s}}} +A.a3.prototype={ +EQ(a){this.a=this.a&1|4 +this.c=a}, +em(a,b,c){var s,r,q=$.a7 +if(q===B.P){if(b!=null&&!t.Hg.b(b)&&!t.C_.b(b))throw A.d(A.fy(b,"onError",u.w))}else if(b!=null)b=A.ajl(b,q) +s=new A.a3(q,c.h("a3<0>")) +r=b==null?1:3 +this.l9(new A.fr(s,r,a,b,this.$ti.h("@<1>").a4(c).h("fr<1,2>"))) +return s}, +b8(a,b){return this.em(a,null,b)}, +Fk(a,b,c){var s=new A.a3($.a7,c.h("a3<0>")) +this.l9(new A.fr(s,19,a,b,this.$ti.h("@<1>").a4(c).h("fr<1,2>"))) +return s}, +lD(a,b){var s=this.$ti,r=$.a7,q=new A.a3(r,s) +if(r!==B.P)a=A.ajl(a,r) +this.l9(new A.fr(q,2,b,a,s.h("@<1>").a4(s.c).h("fr<1,2>"))) +return q}, +lC(a){return this.lD(a,null)}, +fz(a){var s=this.$ti,r=new A.a3($.a7,s) +this.l9(new A.fr(r,8,a,null,s.h("@<1>").a4(s.c).h("fr<1,2>"))) +return r}, +Wn(a){this.a=this.a&1|16 +this.c=a}, +q5(a){this.a=a.a&30|this.a&1 +this.c=a.c}, +l9(a){var s=this,r=s.a +if(r<=3){a.a=s.c +s.c=a}else{if((r&4)!==0){r=s.c +if((r.a&24)===0){r.l9(a) +return}s.q5(r)}A.na(null,null,s.b,new A.a5t(s,a))}}, +wg(a){var s,r,q,p,o,n=this,m={} +m.a=a +if(a==null)return +s=n.a +if(s<=3){r=n.c +n.c=a +if(r!=null){q=a.a +for(p=a;q!=null;p=q,q=o)o=q.a +p.a=r}}else{if((s&4)!==0){s=n.c +if((s.a&24)===0){s.wg(a) +return}n.q5(s)}m.a=n.qM(a) +A.na(null,null,n.b,new A.a5A(m,n))}}, +qJ(){var s=this.c +this.c=null +return this.qM(s)}, +qM(a){var s,r,q +for(s=a,r=null;s!=null;r=s,s=q){q=s.a +s.a=r}return r}, +v_(a){var s,r,q,p=this +p.a^=2 +try{a.em(new A.a5x(p),new A.a5y(p),t.P)}catch(q){s=A.ae(q) +r=A.aw(q) +A.dd(new A.a5z(p,s,r))}}, +iQ(a){var s,r=this,q=r.$ti +if(q.h("ah<1>").b(a))if(q.b(a))A.acS(a,r) +else r.v_(a) +else{s=r.qJ() +r.a=8 +r.c=a +A.q4(r,s)}}, +jL(a){var s=this,r=s.qJ() +s.a=8 +s.c=a +A.q4(s,r)}, +e2(a,b){var s=this.qJ() +this.Wn(A.PS(a,b)) +A.q4(this,s)}, +eY(a){if(this.$ti.h("ah<1>").b(a)){this.BU(a) +return}this.BN(a)}, +BN(a){this.a^=2 +A.na(null,null,this.b,new A.a5v(this,a))}, +BU(a){if(this.$ti.b(a)){A.atr(a,this) +return}this.v_(a)}, +n8(a,b){this.a^=2 +A.na(null,null,this.b,new A.a5u(this,a,b))}, +$iah:1} +A.a5t.prototype={ +$0(){A.q4(this.a,this.b)}, +$S:0} +A.a5A.prototype={ +$0(){A.q4(this.b,this.a.a)}, +$S:0} +A.a5x.prototype={ +$1(a){var s,r,q,p=this.a +p.a^=2 +try{p.jL(p.$ti.c.a(a))}catch(q){s=A.ae(q) +r=A.aw(q) +p.e2(s,r)}}, +$S:28} +A.a5y.prototype={ +$2(a,b){this.a.e2(a,b)}, +$S:31} +A.a5z.prototype={ +$0(){this.a.e2(this.b,this.c)}, +$S:0} +A.a5w.prototype={ +$0(){A.acS(this.a.a,this.b)}, +$S:0} +A.a5v.prototype={ +$0(){this.a.jL(this.b)}, +$S:0} +A.a5u.prototype={ +$0(){this.a.e2(this.b,this.c)}, +$S:0} +A.a5D.prototype={ +$0(){var s,r,q,p,o,n,m=this,l=null +try{q=m.a.a +l=q.b.b.dV(q.d)}catch(p){s=A.ae(p) +r=A.aw(p) +q=m.c&&m.b.a.c.a===s +o=m.a +if(q)o.c=m.b.a.c +else o.c=A.PS(s,r) +o.b=!0 +return}if(l instanceof A.a3&&(l.a&24)!==0){if((l.a&16)!==0){q=m.a +q.c=l.c +q.b=!0}return}if(t.L0.b(l)){n=m.b.a +q=m.a +q.c=l.b8(new A.a5E(n),t.z) +q.b=!1}}, +$S:0} +A.a5E.prototype={ +$1(a){return this.a}, +$S:186} +A.a5C.prototype={ +$0(){var s,r,q,p,o +try{q=this.a +p=q.a +q.c=p.b.b.zK(p.d,this.b)}catch(o){s=A.ae(o) +r=A.aw(o) +q=this.a +q.c=A.PS(s,r) +q.b=!0}}, +$S:0} +A.a5B.prototype={ +$0(){var s,r,q,p,o,n,m=this +try{s=m.a.a.c +p=m.b +if(p.a.a2j(s)&&p.a.e!=null){p.c=p.a.a0_(s) +p.b=!1}}catch(o){r=A.ae(o) +q=A.aw(o) +p=m.a.a.c +n=m.b +if(p.a===r)n.c=p +else n.c=A.PS(r,q) +n.b=!0}}, +$S:0} +A.Hi.prototype={} +A.bB.prototype={ +gp(a){var s={},r=new A.a3($.a7,t.wJ) +s.a=0 +this.d4(new A.a1c(s,this),!0,new A.a1d(s,r),r.gvd()) +return r}, +dl(a){var s=A.m(this),r=A.a([],s.h("z")),q=new A.a3($.a7,s.h("a3>")) +this.d4(new A.a1e(this,r),!0,new A.a1f(q,r),q.gvd()) +return q}, +gG(a){var s=new A.a3($.a7,A.m(this).h("a3")),r=this.d4(null,!0,new A.a1a(s),s.gvd()) +r.tu(new A.a1b(this,r,s)) +return s}} +A.a1c.prototype={ +$1(a){++this.a.a}, +$S(){return A.m(this.b).h("~(bB.T)")}} +A.a1d.prototype={ +$0(){this.b.iQ(this.a.a)}, +$S:0} +A.a1e.prototype={ +$1(a){this.b.push(a)}, +$S(){return A.m(this.a).h("~(bB.T)")}} +A.a1f.prototype={ +$0(){this.a.iQ(this.b)}, +$S:0} +A.a1a.prototype={ +$0(){var s,r,q,p +try{q=A.bA() +throw A.d(q)}catch(p){s=A.ae(p) +r=A.aw(p) +A.add(this.a,s,r)}}, +$S:0} +A.a1b.prototype={ +$1(a){A.auu(this.b,this.c,a)}, +$S(){return A.m(this.a).h("~(bB.T)")}} +A.w_.prototype={ +d4(a,b,c,d){return this.a.d4(a,b,c,d)}, +oP(a,b,c){return this.d4(a,null,b,c)}} +A.yC.prototype={ +gAR(a){return new A.dv(this,A.m(this).h("dv<1>"))}, +gVa(){if((this.b&8)===0)return this.a +return this.a.c}, +vr(){var s,r,q=this +if((q.b&8)===0){s=q.a +return s==null?q.a=new A.qn():s}r=q.a +s=r.c +return s==null?r.c=new A.qn():s}, +gnE(){var s=this.a +return(this.b&8)!==0?s.c:s}, +q3(){if((this.b&4)!==0)return new A.eL("Cannot add event after closing") +return new A.eL("Cannot add event while adding a stream")}, +XY(a,b,c){var s,r,q,p=this,o=p.b +if(o>=4)throw A.d(p.q3()) +if((o&2)!==0){o=new A.a3($.a7,t.LR) +o.eY(null) +return o}o=p.a +s=c===!0 +r=new A.a3($.a7,t.LR) +q=s?A.at8(p):p.gPg() +q=b.d4(p.gPx(p),s,p.gQd(),q) +s=p.b +if((s&1)!==0?(p.gnE().e&4)!==0:(s&2)===0)q.ms(0) +p.a=new A.MF(o,r,q) +p.b|=8 +return r}, +Cz(){var s=this.c +if(s==null)s=this.c=(this.b&2)!==0?$.ne():new A.a3($.a7,t.U) +return s}, +B(a,b){if(this.b>=4)throw A.d(this.q3()) +this.iO(0,b)}, +aJ(a){var s=this,r=s.b +if((r&4)!==0)return s.Cz() +if(r>=4)throw A.d(s.q3()) +s.C3() +return s.Cz()}, +C3(){var s=this.b|=4 +if((s&1)!==0)this.lo() +else if((s&3)===0)this.vr().B(0,B.cZ)}, +iO(a,b){var s=this.b +if((s&1)!==0)this.ln(b) +else if((s&3)===0)this.vr().B(0,new A.mR(b))}, +hX(a,b){var s=this.b +if((s&1)!==0)this.lp(a,b) +else if((s&3)===0)this.vr().B(0,new A.pW(a,b))}, +nb(){var s=this.a +this.a=s.c +this.b&=4294967287 +s.a.eY(null)}, +Fa(a,b,c,d){var s,r,q,p,o=this +if((o.b&3)!==0)throw A.d(A.a1("Stream has already been listened to.")) +s=A.ati(o,a,b,c,d) +r=o.gVa() +q=o.b|=1 +if((q&8)!==0){p=o.a +p.c=s +p.b.mD(0)}else o.a=s +s.Wo(r) +s.vD(new A.a8c(o)) +return s}, +Eg(a){var s,r,q,p,o,n,m,l=this,k=null +if((l.b&8)!==0)k=l.a.aI(0) +l.a=null +l.b=l.b&4294967286|2 +s=l.r +if(s!=null)if(k==null)try{r=s.$0() +if(t.uz.b(r))k=r}catch(o){q=A.ae(o) +p=A.aw(o) +n=new A.a3($.a7,t.U) +n.n8(q,p) +k=n}else k=k.fz(s) +m=new A.a8b(l) +if(k!=null)k=k.fz(m) +else m.$0() +return k}, +Eh(a){if((this.b&8)!==0)this.a.b.ms(0) +A.P0(this.e)}, +Ei(a){if((this.b&8)!==0)this.a.b.mD(0) +A.P0(this.f)}} +A.a8c.prototype={ +$0(){A.P0(this.a.d)}, +$S:0} +A.a8b.prototype={ +$0(){var s=this.a.c +if(s!=null&&(s.a&30)===0)s.eY(null)}, +$S:0} +A.Hk.prototype={ +ln(a){this.gnE().hY(new A.mR(a))}, +lp(a,b){this.gnE().hY(new A.pW(a,b))}, +lo(){this.gnE().hY(B.cZ)}} +A.kF.prototype={} +A.dv.prototype={ +gu(a){return(A.fU(this.a)^892482866)>>>0}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.dv&&b.a===this.a}} +A.pS.prototype={ +w8(){return this.w.Eg(this)}, +iV(){this.w.Eh(this)}, +iW(){this.w.Ei(this)}} +A.H2.prototype={ +aI(a){var s=this.b.aI(0) +return s.fz(new A.a3n(this))}} +A.a3o.prototype={ +$2(a,b){var s=this.a +s.hX(a,b) +s.nb()}, +$S:31} +A.a3n.prototype={ +$0(){this.a.a.eY(null)}, +$S:8} +A.MF.prototype={} +A.pR.prototype={ +Wo(a){var s=this +if(a==null)return +s.r=a +if(a.c!=null){s.e=(s.e|64)>>>0 +a.pI(s)}}, +tu(a){this.a=A.a44(this.d,a)}, +ms(a){var s,r,q=this,p=q.e +if((p&8)!==0)return +s=(p+128|4)>>>0 +q.e=s +if(p<128){r=q.r +if(r!=null)if(r.a===1)r.a=3}if((p&4)===0&&(s&32)===0)q.vD(q.gqC())}, +mD(a){var s=this,r=s.e +if((r&8)!==0)return +if(r>=128){r=s.e=r-128 +if(r<128)if((r&64)!==0&&s.r.c!=null)s.r.pI(s) +else{r=(r&4294967291)>>>0 +s.e=r +if((r&32)===0)s.vD(s.gqE())}}}, +aI(a){var s=this,r=(s.e&4294967279)>>>0 +s.e=r +if((r&8)===0)s.uY() +r=s.f +return r==null?$.ne():r}, +uY(){var s,r=this,q=r.e=(r.e|8)>>>0 +if((q&64)!==0){s=r.r +if(s.a===1)s.a=3}if((q&32)===0)r.r=null +r.f=r.w8()}, +iO(a,b){var s=this.e +if((s&8)!==0)return +if(s<32)this.ln(b) +else this.hY(new A.mR(b))}, +hX(a,b){var s=this.e +if((s&8)!==0)return +if(s<32)this.lp(a,b) +else this.hY(new A.pW(a,b))}, +nb(){var s=this,r=s.e +if((r&8)!==0)return +r=(r|2)>>>0 +s.e=r +if(r<32)s.lo() +else s.hY(B.cZ)}, +iV(){}, +iW(){}, +w8(){return null}, +hY(a){var s,r=this,q=r.r +if(q==null)q=r.r=new A.qn() +q.B(0,a) +s=r.e +if((s&64)===0){s=(s|64)>>>0 +r.e=s +if(s<128)q.pI(r)}}, +ln(a){var s=this,r=s.e +s.e=(r|32)>>>0 +s.d.pk(s.a,a) +s.e=(s.e&4294967263)>>>0 +s.v3((r&4)!==0)}, +lp(a,b){var s,r=this,q=r.e,p=new A.a46(r,a,b) +if((q&1)!==0){r.e=(q|16)>>>0 +r.uY() +s=r.f +if(s!=null&&s!==$.ne())s.fz(p) +else p.$0()}else{p.$0() +r.v3((q&4)!==0)}}, +lo(){var s,r=this,q=new A.a45(r) +r.uY() +r.e=(r.e|16)>>>0 +s=r.f +if(s!=null&&s!==$.ne())s.fz(q) +else q.$0()}, +vD(a){var s=this,r=s.e +s.e=(r|32)>>>0 +a.$0() +s.e=(s.e&4294967263)>>>0 +s.v3((r&4)!==0)}, +v3(a){var s,r,q=this,p=q.e +if((p&64)!==0&&q.r.c==null){p=q.e=(p&4294967231)>>>0 +if((p&4)!==0)if(p<128){s=q.r +s=s==null?null:s.c==null +s=s!==!1}else s=!1 +else s=!1 +if(s){p=(p&4294967291)>>>0 +q.e=p}}for(;!0;a=r){if((p&8)!==0){q.r=null +return}r=(p&4)!==0 +if(a===r)break +q.e=(p^32)>>>0 +if(r)q.iV() +else q.iW() +p=(q.e&4294967263)>>>0 +q.e=p}if((p&64)!==0&&p<128)q.r.pI(q)}} +A.a46.prototype={ +$0(){var s,r,q=this.a,p=q.e +if((p&8)!==0&&(p&16)===0)return +q.e=(p|32)>>>0 +s=q.b +p=this.b +r=q.d +if(t.hK.b(s))r.a3B(s,p,this.c) +else r.pk(s,p) +q.e=(q.e&4294967263)>>>0}, +$S:0} +A.a45.prototype={ +$0(){var s=this.a,r=s.e +if((r&16)===0)return +s.e=(r|42)>>>0 +s.d.pj(s.c) +s.e=(s.e&4294967263)>>>0}, +$S:0} +A.yD.prototype={ +d4(a,b,c,d){return this.a.Fa(a,d,c,b===!0)}, +a24(a){return this.d4(a,null,null,null)}, +a25(a,b){return this.d4(a,null,null,b)}, +oP(a,b,c){return this.d4(a,null,b,c)}} +A.Ij.prototype={ +gkB(a){return this.a}, +skB(a,b){return this.a=b}} +A.mR.prototype={ +zo(a){a.ln(this.b)}} +A.pW.prototype={ +zo(a){a.lp(this.b,this.c)}} +A.a5e.prototype={ +zo(a){a.lo()}, +gkB(a){return null}, +skB(a,b){throw A.d(A.a1("No events after a done."))}} +A.qn.prototype={ +pI(a){var s=this,r=s.a +if(r===1)return +if(r>=1){s.a=1 +return}A.dd(new A.a72(s,a)) +s.a=1}, +B(a,b){var s=this,r=s.c +if(r==null)s.b=s.c=b +else{r.skB(0,b) +s.c=b}}} +A.a72.prototype={ +$0(){var s,r,q=this.a,p=q.a +q.a=0 +if(p===3)return +s=q.b +r=s.gkB(s) +q.b=r +if(r==null)q.c=null +s.zo(this.b)}, +$S:0} +A.wU.prototype={ +tu(a){}, +ms(a){var s=this.a +if(s>=0)this.a=s+2}, +mD(a){var s=this,r=s.a-2 +if(r<0)return +if(r===0){s.a=1 +A.dd(s.gE_())}else s.a=r}, +aI(a){this.a=-1 +this.c=null +return $.ne()}, +UR(){var s,r,q,p=this,o=p.a-1 +if(o===0){p.a=-1 +s=p.c +if(s!=null){r=s +q=!0}else{r=null +q=!1}if(q){p.c=null +p.b.pj(r)}}else p.a=o}} +A.qy.prototype={ +gD(a){if(this.c)return this.b +return null}, +q(){var s,r=this,q=r.a +if(q!=null){if(r.c){s=new A.a3($.a7,t.tr) +r.b=s +r.c=!1 +q.mD(0) +return s}throw A.d(A.a1("Already waiting for next."))}return r.TP()}, +TP(){var s,r,q=this,p=q.b +if(p!=null){s=new A.a3($.a7,t.tr) +q.b=s +r=p.d4(q.gUF(),!0,q.gUH(),q.gUJ()) +if(q.b!=null)q.a=r +return s}return $.akG()}, +aI(a){var s=this,r=s.a,q=s.b +s.b=null +if(r!=null){s.a=null +if(!s.c)q.eY(!1) +else s.c=!1 +return r.aI(0)}return $.ne()}, +UG(a){var s,r,q=this +if(q.a==null)return +s=q.b +q.b=a +q.c=!0 +s.iQ(!0) +if(q.c){r=q.a +if(r!=null)r.ms(0)}}, +UK(a,b){var s=this,r=s.a,q=s.b +s.b=s.a=null +if(r!=null)q.e2(a,b) +else q.n8(a,b)}, +UI(){var s=this,r=s.a,q=s.b +s.b=s.a=null +if(r!=null)q.jL(!1) +else q.BN(!1)}} +A.x1.prototype={ +d4(a,b,c,d){return A.ai1(c)}, +oP(a,b,c){return this.d4(a,null,b,c)}} +A.a92.prototype={ +$0(){return this.a.iQ(this.b)}, +$S:0} +A.x8.prototype={ +d4(a,b,c,d){var s=$.a7,r=b===!0?1:0,q=A.a44(s,a),p=A.acR(s,d) +s=new A.x9(this,q,p,c,s,r) +s.x=this.a.oP(s.gSo(),s.gSr(),s.gSE()) +return s}, +oP(a,b,c){return this.d4(a,null,b,c)}} +A.x9.prototype={ +iO(a,b){if((this.e&2)!==0)return +this.NE(0,b)}, +hX(a,b){if((this.e&2)!==0)return +this.NF(a,b)}, +iV(){var s=this.x +if(s!=null)s.ms(0)}, +iW(){var s=this.x +if(s!=null)s.mD(0)}, +w8(){var s=this.x +if(s!=null){this.x=null +return s.aI(0)}return null}, +Sp(a){this.w.D8(a,this)}, +SF(a,b){this.hX(a,b)}, +Ss(){this.nb()}} +A.z_.prototype={ +D8(a,b){var s,r,q,p=null +try{p=this.b.$1(a)}catch(q){s=A.ae(q) +r=A.aw(q) +A.aiP(b,s,r) +return}if(p)b.iO(0,a)}} +A.xv.prototype={ +D8(a,b){var s,r,q,p=null +try{p=this.b.$1(a)}catch(q){s=A.ae(q) +r=A.aw(q) +A.aiP(b,s,r) +return}b.iO(0,p)}} +A.a8O.prototype={} +A.a9O.prototype={ +$0(){A.apb(this.a,this.b)}, +$S:0} +A.a7w.prototype={ +pj(a){var s,r,q +try{if(B.P===$.a7){a.$0() +return}A.ajm(null,null,this,a)}catch(q){s=A.ae(q) +r=A.aw(q) +A.qI(s,r)}}, +a3D(a,b){var s,r,q +try{if(B.P===$.a7){a.$1(b) +return}A.ajo(null,null,this,a,b)}catch(q){s=A.ae(q) +r=A.aw(q) +A.qI(s,r)}}, +pk(a,b){return this.a3D(a,b,t.z)}, +a3A(a,b,c){var s,r,q +try{if(B.P===$.a7){a.$2(b,c) +return}A.ajn(null,null,this,a,b,c)}catch(q){s=A.ae(q) +r=A.aw(q) +A.qI(s,r)}}, +a3B(a,b,c){return this.a3A(a,b,c,t.z,t.z)}, +Yk(a,b,c,d){return new A.a7x(this,a,c,d,b)}, +x6(a){return new A.a7y(this,a)}, +Yl(a,b){return new A.a7z(this,a,b)}, +i(a,b){return null}, +a3y(a){if($.a7===B.P)return a.$0() +return A.ajm(null,null,this,a)}, +dV(a){return this.a3y(a,t.z)}, +a3C(a,b){if($.a7===B.P)return a.$1(b) +return A.ajo(null,null,this,a,b)}, +zK(a,b){return this.a3C(a,b,t.z,t.z)}, +a3z(a,b,c){if($.a7===B.P)return a.$2(b,c) +return A.ajn(null,null,this,a,b,c)}, +JK(a,b,c){return this.a3z(a,b,c,t.z,t.z,t.z)}, +a3d(a){return a}, +tP(a){return this.a3d(a,t.z,t.z,t.z)}} +A.a7x.prototype={ +$2(a,b){return this.a.JK(this.b,a,b)}, +$S(){return this.e.h("@<0>").a4(this.c).a4(this.d).h("1(2,3)")}} +A.a7y.prototype={ +$0(){return this.a.pj(this.b)}, +$S:0} +A.a7z.prototype={ +$1(a){return this.a.pk(this.b,a)}, +$S(){return this.c.h("~(0)")}} +A.je.prototype={ +gp(a){return this.a}, +gT(a){return this.a===0}, +gbl(a){return this.a!==0}, +gb4(a){return new A.mT(this,A.m(this).h("mT<1>"))}, +gal(a){var s=A.m(this) +return A.ow(new A.mT(this,s.h("mT<1>")),new A.a5J(this),s.c,s.z[1])}, +a2(a,b){var s,r +if(typeof b=="string"&&b!=="__proto__"){s=this.b +return s==null?!1:s[b]!=null}else if(typeof b=="number"&&(b&1073741823)===b){r=this.c +return r==null?!1:r[b]!=null}else return this.la(b)}, +la(a){var s=this.d +if(s==null)return!1 +return this.e6(this.CN(s,a),a)>=0}, +i(a,b){var s,r,q +if(typeof b=="string"&&b!=="__proto__"){s=this.b +r=s==null?null:A.acT(s,b) +return r}else if(typeof b=="number"&&(b&1073741823)===b){q=this.c +r=q==null?null:A.acT(q,b) +return r}else return this.CM(0,b)}, +CM(a,b){var s,r,q=this.d +if(q==null)return null +s=this.CN(q,b) +r=this.e6(s,b) +return r<0?null:s[r+1]}, +m(a,b,c){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +q.C5(s==null?q.b=A.acU():s,b,c)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +q.C5(r==null?q.c=A.acU():r,b,c)}else q.EP(b,c)}, +EP(a,b){var s,r,q,p=this,o=p.d +if(o==null)o=p.d=A.acU() +s=p.ev(a) +r=o[s] +if(r==null){A.acV(o,s,[a,b]);++p.a +p.e=null}else{q=p.e6(r,a) +if(q>=0)r[q+1]=b +else{r.push(a,b);++p.a +p.e=null}}}, +aW(a,b,c){var s,r,q=this +if(q.a2(0,b)){s=q.i(0,b) +return s==null?A.m(q).z[1].a(s):s}r=c.$0() +q.m(0,b,r) +return r}, +v(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.iP(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.iP(s.c,b) +else return s.i0(0,b)}, +i0(a,b){var s,r,q,p,o=this,n=o.d +if(n==null)return null +s=o.ev(b) +r=n[s] +q=o.e6(r,b) +if(q<0)return null;--o.a +o.e=null +p=r.splice(q,2)[1] +if(0===r.length)delete n[s] +return p}, +S(a,b){var s,r,q,p,o,n=this,m=n.ve() +for(s=m.length,r=A.m(n).z[1],q=0;q=r.length){s.d=null +return!1}else{s.d=r[q] +s.c=q+1 +return!0}}} +A.xq.prototype={ +i(a,b){if(!this.y.$1(b))return null +return this.M6(b)}, +m(a,b,c){this.M8(b,c)}, +a2(a,b){if(!this.y.$1(b))return!1 +return this.M5(b)}, +v(a,b){if(!this.y.$1(b))return null +return this.M7(b)}, +ku(a){return this.x.$1(a)&1073741823}, +kv(a,b){var s,r,q +if(a==null)return-1 +s=a.length +for(r=this.w,q=0;q"))}, +nu(a){return new A.i8(a.h("i8<0>"))}, +w5(){return this.nu(t.z)}, +gV(a){return new A.kI(this,this.ne())}, +gp(a){return this.a}, +gT(a){return this.a===0}, +gbl(a){return this.a!==0}, +t(a,b){var s,r +if(typeof b=="string"&&b!=="__proto__"){s=this.b +return s==null?!1:s[b]!=null}else if(typeof b=="number"&&(b&1073741823)===b){r=this.c +return r==null?!1:r[b]!=null}else return this.vg(b)}, +vg(a){var s=this.d +if(s==null)return!1 +return this.e6(s[this.ev(a)],a)>=0}, +B(a,b){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +return q.nc(s==null?q.b=A.acW():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +return q.nc(r==null?q.c=A.acW():r,b)}else return q.dr(0,b)}, +dr(a,b){var s,r,q=this,p=q.d +if(p==null)p=q.d=A.acW() +s=q.ev(b) +r=p[s] +if(r==null)p[s]=[b] +else{if(q.e6(r,b)>=0)return!1 +r.push(b)}++q.a +q.e=null +return!0}, +H(a,b){var s +for(s=J.ar(b);s.q();)this.B(0,s.gD(s))}, +v(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.iP(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.iP(s.c,b) +else return s.i0(0,b)}, +i0(a,b){var s,r,q,p=this,o=p.d +if(o==null)return!1 +s=p.ev(b) +r=o[s] +q=p.e6(r,b) +if(q<0)return!1;--p.a +p.e=null +r.splice(q,1) +if(0===r.length)delete o[s] +return!0}, +U(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=null +s.a=0}}, +ne(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.e +if(h!=null)return h +h=A.aV(i.a,null,!1,t.z) +s=i.b +if(s!=null){r=Object.getOwnPropertyNames(s) +q=r.length +for(p=0,o=0;o=r.length){s.d=null +return!1}else{s.d=r[q] +s.c=q+1 +return!0}}} +A.en.prototype={ +lj(){return new A.en(A.m(this).h("en<1>"))}, +nu(a){return new A.en(a.h("en<0>"))}, +w5(){return this.nu(t.z)}, +gV(a){var s=new A.qc(this,this.r) +s.c=this.e +return s}, +gp(a){return this.a}, +gT(a){return this.a===0}, +gbl(a){return this.a!==0}, +t(a,b){var s,r +if(typeof b=="string"&&b!=="__proto__"){s=this.b +if(s==null)return!1 +return s[b]!=null}else if(typeof b=="number"&&(b&1073741823)===b){r=this.c +if(r==null)return!1 +return r[b]!=null}else return this.vg(b)}, +vg(a){var s=this.d +if(s==null)return!1 +return this.e6(s[this.ev(a)],a)>=0}, +S(a,b){var s=this,r=s.e,q=s.r +for(;r!=null;){b.$1(r.a) +if(q!==s.r)throw A.d(A.bx(s)) +r=r.b}}, +gG(a){var s=this.e +if(s==null)throw A.d(A.a1("No elements")) +return s.a}, +ga1(a){var s=this.f +if(s==null)throw A.d(A.a1("No elements")) +return s.a}, +B(a,b){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +return q.nc(s==null?q.b=A.acX():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +return q.nc(r==null?q.c=A.acX():r,b)}else return q.dr(0,b)}, +dr(a,b){var s,r,q=this,p=q.d +if(p==null)p=q.d=A.acX() +s=q.ev(b) +r=p[s] +if(r==null)p[s]=[q.v9(b)] +else{if(q.e6(r,b)>=0)return!1 +r.push(q.v9(b))}return!0}, +v(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.iP(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.iP(s.c,b) +else return s.i0(0,b)}, +i0(a,b){var s,r,q,p,o=this,n=o.d +if(n==null)return!1 +s=o.ev(b) +r=n[s] +q=o.e6(r,b) +if(q<0)return!1 +p=r.splice(q,1)[0] +if(0===r.length)delete n[s] +o.C6(p) +return!0}, +Rm(a,b){var s,r,q,p,o=this,n=o.e +for(;n!=null;n=r){s=n.a +r=n.b +q=o.r +p=a.$1(s) +if(q!==o.r)throw A.d(A.bx(o)) +if(!0===p)o.v(0,s)}}, +U(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=s.f=null +s.a=0 +s.v8()}}, +nc(a,b){if(a[b]!=null)return!1 +a[b]=this.v9(b) +return!0}, +iP(a,b){var s +if(a==null)return!1 +s=a[b] +if(s==null)return!1 +this.C6(s) +delete a[b] +return!0}, +v8(){this.r=this.r+1&1073741823}, +v9(a){var s,r=this,q=new A.a6f(a) +if(r.e==null)r.e=r.f=q +else{s=r.f +s.toString +q.c=s +r.f=s.b=q}++r.a +r.v8() +return q}, +C6(a){var s=this,r=a.c,q=a.b +if(r==null)s.e=q +else r.b=q +if(q==null)s.f=r +else q.c=r;--s.a +s.v8()}, +ev(a){return J.p(a)&1073741823}, +e6(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r").a4(c).h("a4<1,2>"))}, +fD(a,b){return A.eN(a,b,null,A.bg(a).h("S.E"))}, +cT(a,b){var s,r,q,p,o=this +if(o.gT(a)){s=J.tM(0,A.bg(a).h("S.E")) +return s}r=o.i(a,0) +q=A.aV(o.gp(a),r,!0,A.bg(a).h("S.E")) +for(p=1;p").a4(b).h("dD<1,2>"))}, +ek(a){var s,r=this +if(r.gp(a)===0)throw A.d(A.bA()) +s=r.i(a,r.gp(a)-1) +r.sp(a,r.gp(a)-1) +return s}, +dn(a,b){var s=b==null?A.aw4():b +A.FN(a,0,this.gp(a)-1,s)}, +W(a,b){var s=A.a6(a,!0,A.bg(a).h("S.E")) +B.b.H(s,b) +return s}, +bc(a,b,c){var s=this.gp(a) +if(c==null)c=s +A.cq(b,c,s,null,null) +return A.lX(this.pB(a,b,c),!0,A.bg(a).h("S.E"))}, +d8(a,b){return this.bc(a,b,null)}, +pB(a,b,c){A.cq(b,c,this.gp(a),null,null) +return A.eN(a,b,c,A.bg(a).h("S.E"))}, +a_D(a,b,c,d){var s +A.cq(b,c,this.gp(a),null,null) +for(s=b;s").b(d)){r=e +q=d}else{q=J.ab6(d,e).cT(0,!1) +r=0}p=J.av(q) +if(r+s>p.gp(q))throw A.d(A.afW()) +if(r=0;--o)this.m(a,b+o,p.i(q,r+o)) +else for(o=0;o"))}, +ky(a,b,c,d){var s,r,q,p,o,n=A.y(c,d) +for(s=J.ar(this.gb4(a)),r=A.bg(a).h("ak.V");s.q();){q=s.gD(s) +p=this.i(a,q) +o=b.$2(q,p==null?r.a(p):p) +n.m(0,o.a,o.b)}return n}, +Gc(a,b){var s,r +for(s=b.gV(b);s.q();){r=s.gD(s) +this.m(a,r.a,r.b)}}, +zF(a,b){var s,r,q,p,o=A.bg(a),n=A.a([],o.h("z")) +for(s=J.ar(this.gb4(a)),o=o.h("ak.V");s.q();){r=s.gD(s) +q=this.i(a,r) +if(b.$2(r,q==null?o.a(q):q))n.push(r)}for(o=n.length,p=0;p").a4(s.h("ak.V")).h("xu<1,2>"))}, +j(a){return A.Wx(a)}, +$iap:1} +A.Ww.prototype={ +$1(a){var s=this.a,r=J.b3(s,a) +if(r==null)r=A.bg(s).h("ak.V").a(r) +s=A.bg(s) +return new A.aC(a,r,s.h("@").a4(s.h("ak.V")).h("aC<1,2>"))}, +$S(){return A.bg(this.a).h("aC(ak.K)")}} +A.Wy.prototype={ +$2(a,b){var s,r=this.a +if(!r.a)this.b.a+=", " +r.a=!1 +r=this.b +s=r.a+=A.j(a) +r.a=s+": " +r.a+=A.j(b)}, +$S:67} +A.xu.prototype={ +gp(a){return J.bp(this.a)}, +gT(a){return J.hl(this.a)}, +gbl(a){return J.ng(this.a)}, +gG(a){var s=this.a,r=J.dZ(s) +s=r.i(s,J.l2(r.gb4(s))) +return s==null?this.$ti.z[1].a(s):s}, +ga1(a){var s=this.a,r=J.dZ(s) +s=r.i(s,J.zR(r.gb4(s))) +return s==null?this.$ti.z[1].a(s):s}, +gV(a){var s=this.a +return new A.JP(J.ar(J.ab4(s)),s)}} +A.JP.prototype={ +q(){var s=this,r=s.a +if(r.q()){s.c=J.b3(s.b,r.gD(r)) +return!0}s.c=null +return!1}, +gD(a){var s=this.c +return s==null?A.m(this).z[1].a(s):s}} +A.NB.prototype={ +m(a,b,c){throw A.d(A.R("Cannot modify unmodifiable map"))}, +v(a,b){throw A.d(A.R("Cannot modify unmodifiable map"))}, +aW(a,b,c){throw A.d(A.R("Cannot modify unmodifiable map"))}} +A.uc.prototype={ +i5(a,b,c){var s=this.a +return s.i5(s,b,c)}, +i(a,b){return this.a.i(0,b)}, +m(a,b,c){this.a.m(0,b,c)}, +aW(a,b,c){return this.a.aW(0,b,c)}, +a2(a,b){return this.a.a2(0,b)}, +S(a,b){this.a.S(0,b)}, +gT(a){var s=this.a +return s.gT(s)}, +gp(a){var s=this.a +return s.gp(s)}, +gb4(a){var s=this.a +return s.gb4(s)}, +v(a,b){return this.a.v(0,b)}, +j(a){var s=this.a +return s.j(s)}, +gal(a){var s=this.a +return s.gal(s)}, +gd2(a){var s=this.a +return s.gd2(s)}, +ky(a,b,c,d){var s=this.a +return s.ky(s,b,c,d)}, +$iap:1} +A.j5.prototype={ +i5(a,b,c){var s=this.a +return new A.j5(s.i5(s,b,c),b.h("@<0>").a4(c).h("j5<1,2>"))}} +A.wW.prototype={ +U7(a,b){var s=this +s.b=b +s.a=a +if(a!=null)a.b=s +if(b!=null)b.a=s}, +X5(){var s,r=this,q=r.a +if(q!=null)q.b=r.b +s=r.b +if(s!=null)s.a=q +r.a=r.b=null}} +A.wV.prototype={ +Em(a){var s,r,q=this +q.c=null +s=q.a +if(s!=null)s.b=q.b +r=q.b +if(r!=null)r.a=s +q.a=q.b=null +return q.d}, +js(a){var s=this,r=s.c +if(r!=null)--r.b +s.c=null +s.X5() +return s.d}, +q2(){return this}, +$iafr:1, +grM(){return this.d}} +A.wX.prototype={ +q2(){return null}, +Em(a){throw A.d(A.bA())}, +grM(){throw A.d(A.bA())}} +A.rW.prototype={ +f7(a,b){return new A.ip(this,this.$ti.h("@<1>").a4(b).h("ip<1,2>"))}, +gp(a){return this.b}, +r8(a){var s=this.a +new A.wV(this,a,s.$ti.h("wV<1>")).U7(s,s.b);++this.b}, +ek(a){var s=this.a.a.Em(0);--this.b +return s}, +gG(a){return this.a.b.grM()}, +ga1(a){return this.a.a.grM()}, +gT(a){var s=this.a +return s.b===s}, +gV(a){return new A.Iw(this,this.a.b)}, +j(a){return A.lL(this,"{","}")}, +$iN:1} +A.Iw.prototype={ +q(){var s=this,r=s.b,q=r==null?null:r.q2() +if(q==null){s.a=s.b=s.c=null +return!1}r=s.a +if(r!=q.c)throw A.d(A.bx(r)) +s.c=q.d +s.b=q.b +return!0}, +gD(a){var s=this.c +return s==null?A.m(this).c.a(s):s}} +A.u3.prototype={ +f7(a,b){return new A.ip(this,this.$ti.h("@<1>").a4(b).h("ip<1,2>"))}, +gV(a){var s=this +return new A.JJ(s,s.c,s.d,s.b)}, +gT(a){return this.b===this.c}, +gp(a){return(this.c-this.b&this.a.length-1)>>>0}, +gG(a){var s=this,r=s.b +if(r===s.c)throw A.d(A.bA()) +r=s.a[r] +return r==null?s.$ti.c.a(r):r}, +ga1(a){var s=this,r=s.b,q=s.c +if(r===q)throw A.d(A.bA()) +r=s.a +r=r[(q-1&r.length-1)>>>0] +return r==null?s.$ti.c.a(r):r}, +aw(a,b){var s,r=this +A.afR(b,r.gp(r),r,null) +s=r.a +s=s[(r.b+b&s.length-1)>>>0] +return s==null?r.$ti.c.a(s):s}, +cT(a,b){var s,r,q,p,o,n,m=this,l=m.a.length-1,k=(m.c-m.b&l)>>>0 +if(k===0){s=J.tM(0,m.$ti.c) +return s}s=m.$ti.c +r=A.aV(k,m.gG(m),!0,s) +for(q=m.a,p=m.b,o=0;o>>0] +r[o]=n==null?s.a(n):n}return r}, +dl(a){return this.cT(a,!0)}, +H(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.$ti +if(j.h("A<1>").b(b)){s=b.length +r=k.gp(k) +q=r+s +p=k.a +o=p.length +if(q>=o){n=A.aV(A.ag6(q+(q>>>1)),null,!1,j.h("1?")) +k.c=k.XK(n) +k.a=n +k.b=0 +B.b.cn(n,r,q,b,0) +k.c+=s}else{j=k.c +m=o-j +if(s>>0)s[p]=null +q.b=q.c=0;++q.d}}, +j(a){return A.lL(this,"{","}")}, +r8(a){var s=this,r=s.b,q=s.a +r=s.b=(r-1&q.length-1)>>>0 +q[r]=a +if(r===s.c)s.D3();++s.d}, +pf(){var s,r,q=this,p=q.b +if(p===q.c)throw A.d(A.bA());++q.d +s=q.a +r=s[p] +if(r==null)r=q.$ti.c.a(r) +s[p]=null +q.b=(p+1&s.length-1)>>>0 +return r}, +ek(a){var s,r=this,q=r.b,p=r.c +if(q===p)throw A.d(A.bA());++r.d +q=r.a +p=r.c=(p-1&q.length-1)>>>0 +s=q[p] +if(s==null)s=r.$ti.c.a(s) +q[p]=null +return s}, +dr(a,b){var s=this,r=s.a,q=s.c +r[q]=b +r=(q+1&r.length-1)>>>0 +s.c=r +if(s.b===r)s.D3();++s.d}, +D3(){var s=this,r=A.aV(s.a.length*2,null,!1,s.$ti.h("1?")),q=s.a,p=s.b,o=q.length-p +B.b.cn(r,0,o,q,p) +B.b.cn(r,o,o+s.b,s.a,0) +s.b=0 +s.c=s.a.length +s.a=r}, +XK(a){var s,r,q=this,p=q.b,o=q.c,n=q.a +if(p<=o){s=o-p +B.b.cn(a,0,s,n,p) +return s}else{r=n.length-p +B.b.cn(a,0,r,n,p) +B.b.cn(a,r,r+q.c,q.a,0) +return q.c+r}}} +A.JJ.prototype={ +gD(a){var s=this.e +return s==null?A.m(this).c.a(s):s}, +q(){var s,r=this,q=r.a +if(r.c!==q.d)A.T(A.bx(q)) +s=r.d +if(s===r.b){r.e=null +return!1}q=q.a +r.e=q[s] +r.d=(s+1&q.length-1)>>>0 +return!0}} +A.ff.prototype={ +gT(a){return this.gp(this)===0}, +gbl(a){return this.gp(this)!==0}, +f7(a,b){return A.a0p(this,null,A.m(this).c,b)}, +H(a,b){var s +for(s=J.ar(b);s.q();)this.B(0,s.gD(s))}, +Jp(a){var s,r +for(s=a.length,r=0;r").a4(c).h("iu<1,2>"))}, +gc2(a){var s,r=this +if(r.gp(r)>1)throw A.d(A.abW()) +s=r.gV(r) +if(!s.q())throw A.d(A.bA()) +return s.gD(s)}, +j(a){return A.lL(this,"{","}")}, +kk(a,b){var s +for(s=this.gV(this);s.q();)if(!b.$1(s.gD(s)))return!1 +return!0}, +k_(a,b){var s +for(s=this.gV(this);s.q();)if(b.$1(s.gD(s)))return!0 +return!1}, +fD(a,b){return A.ahj(this,b,A.m(this).c)}, +gG(a){var s=this.gV(this) +if(!s.q())throw A.d(A.bA()) +return s.gD(s)}, +ga1(a){var s,r=this.gV(this) +if(!r.q())throw A.d(A.bA()) +do s=r.gD(r) +while(r.q()) +return s}, +aw(a,b){var s,r +A.ds(b,"index") +s=this.gV(this) +for(r=b;s.q();){if(r===0)return s.gD(s);--r}throw A.d(A.c9(b,b-r,this,null,"index"))}, +$iN:1, +$ii:1, +$ibj:1} +A.qw.prototype={ +f7(a,b){return A.a0p(this,this.gw4(),A.m(this).c,b)}, +kf(a){var s,r,q=this.lj() +for(s=this.gV(this);s.q();){r=s.gD(s) +if(!a.t(0,r))q.B(0,r)}return q}, +oH(a,b){var s,r,q=this.lj() +for(s=this.gV(this);s.q();){r=s.gD(s) +if(b.t(0,r))q.B(0,r)}return q}, +fv(a){var s=this.lj() +s.H(0,this) +return s}} +A.MB.prototype={} +A.dW.prototype={} +A.dz.prototype={ +VQ(a){var s=this,r=s.$ti +r=new A.dz(a,s.a,r.h("@<1>").a4(r.z[1]).h("dz<1,2>")) +r.b=s.b +r.c=s.c +return r}} +A.MA.prototype={ +fH(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f=h.gcp() +if(f==null){h.vb(a,a) +return-1}s=h.gva() +for(r=g,q=f,p=r,o=p,n=o,m=n;!0;){r=s.$2(q.a,a) +if(r>0){l=q.b +if(l==null)break +r=s.$2(l.a,a) +if(r>0){q.b=l.c +l.c=q +k=l.b +if(k==null){q=l +break}q=l +l=k}if(m==null)n=q +else m.b=q +m=q +q=l}else{if(r<0){j=q.c +if(j==null)break +r=s.$2(j.a,a) +if(r<0){q.c=j.b +j.b=q +i=j.c +if(i==null){q=j +break}q=j +j=i}if(o==null)p=q +else o.c=q}else break +o=q +q=j}}if(o!=null){o.c=q.b +q.b=p}if(m!=null){m.b=q.c +q.c=n}if(h.gcp()!==q){h.scp(q);++h.c}return r}, +WI(a){var s,r,q=a.b +for(s=a;q!=null;s=q,q=r){s.b=q.c +q.c=s +r=q.b}return s}, +F2(a){var s,r,q=a.c +for(s=a;q!=null;s=q,q=r){s.c=q.b +q.b=s +r=q.c}return s}, +i0(a,b){var s,r,q,p,o=this +if(o.gcp()==null)return null +if(o.fH(b)!==0)return null +s=o.gcp() +r=s.b;--o.a +q=s.c +if(r==null)o.scp(q) +else{p=o.F2(r) +p.c=q +o.scp(p)}++o.b +return s}, +uT(a,b){var s,r=this;++r.a;++r.b +s=r.gcp() +if(s==null){r.scp(a) +return}if(b<0){a.b=s +a.c=s.c +s.c=null}else{a.c=s +a.b=s.b +s.b=null}r.scp(a)}, +gCH(){var s=this,r=s.gcp() +if(r==null)return null +s.scp(s.WI(r)) +return s.gcp()}, +gDF(){var s=this,r=s.gcp() +if(r==null)return null +s.scp(s.F2(r)) +return s.gcp()}, +la(a){return this.wJ(a)&&this.fH(a)===0}, +vb(a,b){return this.gva().$2(a,b)}, +wJ(a){return this.ga4p().$1(a)}} +A.vX.prototype={ +i(a,b){var s=this +if(!s.f.$1(b))return null +if(s.d!=null)if(s.fH(b)===0)return s.d.d +return null}, +v(a,b){var s +if(!this.f.$1(b))return null +s=this.i0(0,b) +if(s!=null)return s.d +return null}, +m(a,b,c){var s,r=this,q=r.fH(b) +if(q===0){r.d=r.d.VQ(c);++r.c +return}s=r.$ti +r.uT(new A.dz(c,b,s.h("@<1>").a4(s.z[1]).h("dz<1,2>")),q)}, +aW(a,b,c){var s,r,q,p,o=this,n=o.fH(b) +if(n===0)return o.d.d +s=o.b +r=o.c +q=c.$0() +if(s!==o.b)throw A.d(A.bx(o)) +if(r!==o.c)n=o.fH(b) +p=o.$ti +o.uT(new A.dz(q,b,p.h("@<1>").a4(p.z[1]).h("dz<1,2>")),n) +return q}, +gT(a){return this.d==null}, +gbl(a){return this.d!=null}, +S(a,b){var s,r,q=this.$ti +q=q.h("@<1>").a4(q.z[1]) +s=new A.n0(this,A.a([],q.h("z>")),this.c,q.h("n0<1,2>")) +for(;s.q();){r=s.gD(s) +b.$2(r.a,r.b)}}, +gp(a){return this.a}, +a2(a,b){return this.la(b)}, +gb4(a){var s=this.$ti +return new A.jj(this,s.h("@<1>").a4(s.h("dz<1,2>")).h("jj<1,2>"))}, +gal(a){var s=this.$ti +return new A.n1(this,s.h("@<1>").a4(s.z[1]).h("n1<1,2>"))}, +gd2(a){var s=this.$ti +return new A.yu(this,s.h("@<1>").a4(s.z[1]).h("yu<1,2>"))}, +a_J(){if(this.d==null)return null +return this.gCH().a}, +IH(){if(this.d==null)return null +return this.gDF().a}, +a1X(a){var s,r,q,p=this +if(p.d==null)return null +if(p.fH(a)<0)return p.d.a +s=p.d.b +if(s==null)return null +r=s.c +for(;r!=null;s=r,r=q)q=r.c +return s.a}, +a_K(a){var s,r,q,p=this +if(p.d==null)return null +if(p.fH(a)>0)return p.d.a +s=p.d.c +if(s==null)return null +r=s.b +for(;r!=null;s=r,r=q)q=r.b +return s.a}, +$iap:1, +vb(a,b){return this.e.$2(a,b)}, +wJ(a){return this.f.$1(a)}, +gcp(){return this.d}, +gva(){return this.e}, +scp(a){return this.d=a}} +A.a0V.prototype={ +$1(a){return this.a.b(a)}, +$S:39} +A.ic.prototype={ +gD(a){var s=this.b +if(s.length===0){A.m(this).h("ic.T").a(null) +return null}return this.vB(B.b.ga1(s))}, +Vz(a){var s,r,q=this.b +B.b.U(q) +s=this.a +s.fH(a) +r=s.gcp() +r.toString +q.push(r) +this.d=s.c}, +q(){var s,r,q=this,p=q.c,o=q.a,n=o.b +if(p!==n){if(p==null){q.c=n +s=o.gcp() +for(p=q.b;s!=null;){p.push(s) +s=s.b}return p.length!==0}throw A.d(A.bx(o))}p=q.b +if(p.length===0)return!1 +if(q.d!==o.c)q.Vz(B.b.ga1(p).a) +s=B.b.ga1(p) +r=s.c +if(r!=null){for(;r!=null;){p.push(r) +r=r.b}return!0}p.pop() +while(!0){if(!(p.length!==0&&B.b.ga1(p).c===s))break +s=p.pop()}return p.length!==0}} +A.jj.prototype={ +gp(a){return this.a.a}, +gT(a){return this.a.a===0}, +gV(a){var s=this.a,r=this.$ti +return new A.jk(s,A.a([],r.h("z<2>")),s.c,r.h("@<1>").a4(r.z[1]).h("jk<1,2>"))}, +t(a,b){return this.a.la(b)}, +fv(a){var s=this.a,r=this.$ti,q=A.FW(s.e,s.f,r.c) +q.a=s.a +q.d=q.Ch(s.d,r.z[1]) +return q}} +A.n1.prototype={ +gp(a){return this.a.a}, +gT(a){return this.a.a===0}, +gV(a){var s=this.a,r=this.$ti +r=r.h("@<1>").a4(r.z[1]) +return new A.yy(s,A.a([],r.h("z>")),s.c,r.h("yy<1,2>"))}} +A.yu.prototype={ +gp(a){return this.a.a}, +gT(a){return this.a.a===0}, +gV(a){var s=this.a,r=this.$ti +r=r.h("@<1>").a4(r.z[1]) +return new A.n0(s,A.a([],r.h("z>")),s.c,r.h("n0<1,2>"))}} +A.jk.prototype={ +vB(a){return a.a}} +A.yy.prototype={ +vB(a){return a.d}} +A.n0.prototype={ +vB(a){var s=this.$ti +return new A.aC(a.a,a.d,s.h("@<1>").a4(s.z[1]).h("aC<1,2>"))}} +A.po.prototype={ +DW(a){return A.FW(new A.a0X(this,a),this.f,a)}, +lj(){return this.DW(t.z)}, +f7(a,b){return A.a0p(this,this.gUD(),this.$ti.c,b)}, +gV(a){var s=this.$ti +return new A.jk(this,A.a([],s.h("z>")),this.c,s.h("@<1>").a4(s.h("dW<1>")).h("jk<1,2>"))}, +gp(a){return this.a}, +gT(a){return this.d==null}, +gbl(a){return this.d!=null}, +gG(a){if(this.a===0)throw A.d(A.bA()) +return this.gCH().a}, +ga1(a){if(this.a===0)throw A.d(A.bA()) +return this.gDF().a}, +t(a,b){return this.f.$1(b)&&this.fH(this.$ti.c.a(b))===0}, +B(a,b){return this.dr(0,b)}, +dr(a,b){var s=this.fH(b) +if(s===0)return!1 +this.uT(new A.dW(b,this.$ti.h("dW<1>")),s) +return!0}, +v(a,b){if(!this.f.$1(b))return!1 +return this.i0(0,this.$ti.c.a(b))!=null}, +H(a,b){var s +for(s=J.ar(b);s.q();)this.dr(0,s.gD(s))}, +oH(a,b){var s,r=this,q=r.$ti,p=A.FW(r.e,r.f,q.c) +for(q=new A.jk(r,A.a([],q.h("z>")),r.c,q.h("@<1>").a4(q.h("dW<1>")).h("jk<1,2>"));q.q();){s=q.gD(q) +if(b.t(0,s))p.dr(0,s)}return p}, +Ch(a,b){var s +if(a==null)return null +s=new A.dW(a.a,this.$ti.h("dW<1>")) +new A.a0W(this,b).$2(a,s) +return s}, +fv(a){var s=this,r=s.$ti,q=A.FW(s.e,s.f,r.c) +q.a=s.a +q.d=s.Ch(s.d,r.h("dW<1>")) +return q}, +j(a){return A.lL(this,"{","}")}, +$iN:1, +$ibj:1, +vb(a,b){return this.e.$2(a,b)}, +wJ(a){return this.f.$1(a)}, +gcp(){return this.d}, +gva(){return this.e}, +scp(a){return this.d=a}} +A.a0Y.prototype={ +$1(a){return this.a.b(a)}, +$S:39} +A.a0X.prototype={ +$2(a,b){var s=this.a,r=s.$ti.c +r.a(a) +r.a(b) +return s.e.$2(a,b)}, +$S(){return this.b.h("n(0,0)")}} +A.a0W.prototype={ +$2(a,b){var s,r,q,p,o,n=this.a.$ti.h("dW<1>") +do{s=a.b +r=a.c +if(s!=null){q=new A.dW(s.a,n) +b.b=q +this.$2(s,q)}p=r!=null +if(p){o=new A.dW(r.a,n) +b.c=o +b=o +a=r}}while(p)}, +$S(){return this.a.$ti.a4(this.b).h("~(1,dW<2>)")}} +A.yv.prototype={} +A.yw.prototype={} +A.yx.prototype={} +A.yV.prototype={} +A.Jy.prototype={ +i(a,b){var s,r=this.b +if(r==null)return this.c.i(0,b) +else if(typeof b!="string")return null +else{s=r[b] +return typeof s=="undefined"?this.Vu(b):s}}, +gp(a){return this.b==null?this.c.a:this.lb().length}, +gT(a){return this.gp(this)===0}, +gbl(a){return this.gp(this)>0}, +gb4(a){var s +if(this.b==null){s=this.c +return new A.b2(s,A.m(s).h("b2<1>"))}return new A.Jz(this)}, +gal(a){var s,r=this +if(r.b==null){s=r.c +return s.gal(s)}return A.ow(r.lb(),new A.a68(r),t.N,t.z)}, +m(a,b,c){var s,r,q=this +if(q.b==null)q.c.m(0,b,c) +else if(q.a2(0,b)){s=q.b +s[b]=c +r=q.a +if(r==null?s!=null:r!==s)r[b]=null}else q.FY().m(0,b,c)}, +a2(a,b){if(this.b==null)return this.c.a2(0,b) +if(typeof b!="string")return!1 +return Object.prototype.hasOwnProperty.call(this.a,b)}, +aW(a,b,c){var s +if(this.a2(0,b))return this.i(0,b) +s=c.$0() +this.m(0,b,s) +return s}, +v(a,b){if(this.b!=null&&!this.a2(0,b))return null +return this.FY().v(0,b)}, +S(a,b){var s,r,q,p,o=this +if(o.b==null)return o.c.S(0,b) +s=o.lb() +for(r=0;rb)s.e8(a,b,r,!1) +s.B(0,B.Al) +b=r+1}if(b=0){i=u.U.charCodeAt(h) +if(i===k)continue +k=i}else{if(h===-1){if(o<0){g=p==null?c:p.a.length +if(g==null)g=0 +o=g+(r-q) +n=r}++m +if(k===61)continue}k=i}if(h!==-2){if(p==null){p=new A.bT("") +g=p}else g=p +g.a+=B.d.Y(a0,q,r) +g.a+=A.cP(k) +q=l +continue}}throw A.d(A.bv("Invalid base64 data",a0,r))}if(p!=null){g=p.a+=B.d.Y(a0,q,a2) +f=g.length +if(o>=0)A.aez(a0,n,a2,o,m,f) +else{e=B.f.bv(f-1,4)+1 +if(e===1)throw A.d(A.bv(b,a0,a2)) +for(;e<4;){g+="=" +p.a=g;++e}}g=p.a +return B.d.kK(a0,a1,a2,g.charCodeAt(0)==0?g:g)}d=a2-a1 +if(o>=0)A.aez(a0,n,a2,o,m,d) +else{e=B.f.bv(d,4) +if(e===1)throw A.d(A.bv(b,a0,a2)) +if(e>1)a0=B.d.kK(a0,a2,a2,e===2?"==":"=")}return a0}} +A.Q_.prototype={ +fF(a){return new A.a8H(new A.NE(new A.yZ(!1),a,a.a),new A.a3Z(u.U))}} +A.a3Z.prototype={ +ZC(a,b){return new Uint8Array(b)}, +a_j(a,b,c,d){var s,r=this,q=(r.a&3)+(c-b),p=B.f.d_(q,3),o=p*4 +if(d&&q-p*3>0)o+=4 +s=r.ZC(0,o) +r.a=A.ath(r.b,a,b,c,d,s,0,r.a) +if(o>0)return s +return null}} +A.a4_.prototype={ +B(a,b){this.Cf(0,b,0,b.length,!1)}, +aJ(a){this.Cf(0,B.ci,0,0,!0)}} +A.a8H.prototype={ +Cf(a,b,c,d,e){var s=this.b.a_j(b,c,d,e) +if(s!=null)this.a.e8(s,0,s.length,e)}} +A.PZ.prototype={ +Zd(a,b){var s,r,q=A.cq(b,null,a.length,null,null) +if(b===q)return new Uint8Array(0) +s=new A.Ho() +r=s.xw(0,a,b,q) +r.toString +s.xe(0,a,q) +return r}, +d1(a){return this.Zd(a,0)}, +fF(a){return new A.a3Y(a,new A.Ho())}} +A.Ho.prototype={ +xw(a,b,c,d){var s,r=this,q=r.a +if(q<0){r.a=A.ai_(b,c,d,q) +return null}if(c===d)return new Uint8Array(0) +s=A.ate(b,c,d,q) +r.a=A.atg(b,c,d,s,0,r.a) +return s}, +xe(a,b,c){var s=this.a +if(s<-1)throw A.d(A.bv("Missing padding character",b,c)) +if(s>0)throw A.d(A.bv("Invalid length, must be multiple of four",b,c)) +this.a=-1}} +A.a3Y.prototype={ +B(a,b){var s,r=b.length +if(r===0)return +s=this.b.xw(0,b,0,r) +if(s!=null)this.a.a.a+=s}, +aJ(a){this.b.xe(0,null,null) +this.a.aJ(0)}, +e8(a,b,c,d){var s,r +A.cq(b,c,a.length,null,null) +if(b===c)return +s=this.b +r=s.xw(0,a,b,c) +if(r!=null)this.a.a.a+=r +if(d){s.xe(0,a,c) +this.a.aJ(0)}}} +A.Qq.prototype={} +A.a4B.prototype={ +B(a,b){this.a.a.a+=b}, +aJ(a){this.a.aJ(0)}} +A.Hy.prototype={ +B(a,b){var s,r,q=this,p=q.b,o=q.c,n=J.av(b) +if(n.gp(b)>p.length-o){p=q.b +s=n.gp(b)+p.length-1 +s|=B.f.ez(s,1) +s|=s>>>2 +s|=s>>>4 +s|=s>>>8 +r=new Uint8Array((((s|s>>>16)>>>0)+1)*2) +p=q.b +B.Q.h8(r,0,p.length,p) +q.b=r}p=q.b +o=q.c +B.Q.h8(p,o,o+n.gp(b),b) +q.c=q.c+n.gp(b)}, +aJ(a){this.a.$1(B.Q.bc(this.b,0,this.c))}} +A.Ax.prototype={} +A.Mo.prototype={ +B(a,b){this.b.push(b)}, +aJ(a){this.a.$1(this.b)}} +A.AW.prototype={} +A.rD.prototype={ +a_U(a){return new A.J6(this,a)}, +fF(a){throw A.d(A.R("This converter does not support chunked conversions: "+this.j(0)))}} +A.J6.prototype={ +fF(a){return this.a.fF(new A.xn(this.b.a,a,new A.bT("")))}} +A.lm.prototype={} +A.tT.prototype={ +j(a){var s=A.ln(this.a) +return(this.b!=null?"Converting object to an encodable object failed:":"Converting object did not return an encodable object:")+" "+s}} +A.CI.prototype={ +j(a){return"Cyclic error in JSON stringify"}} +A.VS.prototype={ +xv(a,b,c){var s=A.ajh(b,this.gZX().a) +return s}, +df(a,b){return this.xv(a,b,null)}, +Hy(a){var s=A.aty(a,this.ga_k().b,null) +return s}, +ga_k(){return B.A9}, +gZX(){return B.ju}} +A.VU.prototype={ +fF(a){return new A.a67(null,this.b,a)}} +A.a67.prototype={ +B(a,b){var s,r=this +if(r.d)throw A.d(A.a1("Only one call to add allowed")) +r.d=!0 +s=r.c.Gu() +A.aic(b,s,r.b,r.a) +s.aJ(0)}, +aJ(a){}} +A.VT.prototype={ +fF(a){return new A.xn(this.a,a,new A.bT(""))}} +A.a6a.prototype={ +Kb(a){var s,r,q,p,o,n=this,m=a.length +for(s=0,r=0;r92){if(q>=55296){p=q&64512 +if(p===55296){o=r+1 +o=!(o=0&&(a.charCodeAt(p)&64512)===55296)}else p=!1 +else p=!0 +if(p){if(r>s)n.u2(a,s,r) +s=r+1 +n.cf(92) +n.cf(117) +n.cf(100) +p=q>>>8&15 +n.cf(p<10?48+p:87+p) +p=q>>>4&15 +n.cf(p<10?48+p:87+p) +p=q&15 +n.cf(p<10?48+p:87+p)}}continue}if(q<32){if(r>s)n.u2(a,s,r) +s=r+1 +n.cf(92) +switch(q){case 8:n.cf(98) +break +case 9:n.cf(116) +break +case 10:n.cf(110) +break +case 12:n.cf(102) +break +case 13:n.cf(114) +break +default:n.cf(117) +n.cf(48) +n.cf(48) +p=q>>>4&15 +n.cf(p<10?48+p:87+p) +p=q&15 +n.cf(p<10?48+p:87+p) +break}}else if(q===34||q===92){if(r>s)n.u2(a,s,r) +s=r+1 +n.cf(92) +n.cf(q)}}if(s===0)n.en(a) +else if(s255||!1){if(s>b){r=this.a +r.toString +r.B(0,A.hY(a,b,s))}r=this.a +r.toString +r.B(0,A.hY(B.AT,0,1)) +b=s+1}if(b16)this.vx()}, +pv(a,b){if(this.a.a.length!==0)this.vx() +this.b.B(0,b)}, +vx(){var s=this.a,r=s.a +s.a="" +this.b.B(0,r.charCodeAt(0)==0?r:r)}} +A.yG.prototype={ +aJ(a){}, +e8(a,b,c,d){var s,r +if(b!==0||c!==a.length)for(s=this.a,r=b;r>>18|240 +q=o.b=p+1 +r[p]=s>>>12&63|128 +p=o.b=q+1 +r[q]=s>>>6&63|128 +o.b=p+1 +r[p]=s&63|128 +return!0}else{o.r2() +return!1}}, +CD(a,b,c){var s,r,q,p,o,n,m,l=this +if(b!==c&&(a.charCodeAt(c-1)&64512)===55296)--c +for(s=l.c,r=s.length,q=b;q=r)break +l.b=o+1 +s[o]=p}else{o=p&64512 +if(o===55296){if(l.b+4>r)break +n=q+1 +if(l.G8(p,a.charCodeAt(n)))q=n}else if(o===56320){if(l.b+3>r)break +l.r2()}else if(p<=2047){o=l.b +m=o+1 +if(m>=r)break +l.b=m +s[o]=p>>>6|192 +l.b=m+1 +s[m]=p&63|128}else{o=l.b +if(o+2>=r)break +m=l.b=o+1 +s[o]=p>>>12|224 +o=l.b=m+1 +s[m]=p>>>6&63|128 +l.b=o+1 +s[o]=p&63|128}}}return q}} +A.a8I.prototype={ +aJ(a){if(this.a!==0){this.e8("",0,0,!0) +return}this.d.a.aJ(0)}, +e8(a,b,c,d){var s,r,q,p,o,n=this +n.b=0 +s=b===c +if(s&&!d)return +r=n.a +if(r!==0){if(n.G8(r,!s?a.charCodeAt(b):0))++b +n.a=0}s=n.d +r=n.c +q=c-1 +p=r.length-3 +do{b=n.CD(a,b,c) +o=d&&b===c +if(b===q&&(a.charCodeAt(b)&64512)===55296){if(d&&n.b1000){s=B.f.d_(b+c,2) +r=q.vh(a,b,s,!1) +if((q.b&1)!==0)return r +return r+q.vh(a,s,c,d)}return q.ZW(a,b,c,d)}, +a_N(a,b){var s=this.b +this.b=0 +if(s<=32)return +if(this.a)b.a+=A.cP(65533) +else throw A.d(A.bv(A.aiK(77),null,null))}, +ZW(a,b,c,d){var s,r,q,p,o,n,m,l=this,k=65533,j=l.b,i=l.c,h=new A.bT(""),g=b+1,f=a[b] +$label0$0:for(s=l.a;!0;){for(;!0;g=p){r="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFFFFFFFFFFFFFFFFGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHHHHHHHHIHHHJEEBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBKCCCCCCCCCCCCDCLONNNMEEEEEEEEEEE".charCodeAt(f)&31 +i=j<=32?f&61694>>>r:(f&63|i<<6)>>>0 +j=" \x000:XECCCCCN:lDb \x000:XECCCCCNvlDb \x000:XECCCCCN:lDb AAAAA\x00\x00\x00\x00\x00AAAAA00000AAAAA:::::AAAAAGG000AAAAA00KKKAAAAAG::::AAAAA:IIIIAAAAA000\x800AAAAA\x00\x00\x00\x00 AAAAA".charCodeAt(j+r) +if(j===0){h.a+=A.cP(i) +if(g===c)break $label0$0 +break}else if((j&1)!==0){if(s)switch(j){case 69:case 67:h.a+=A.cP(k) +break +case 65:h.a+=A.cP(k);--g +break +default:q=h.a+=A.cP(k) +h.a=q+A.cP(k) +break}else{l.b=j +l.c=g-1 +return""}j=0}if(g===c)break $label0$0 +p=g+1 +f=a[g]}p=g+1 +f=a[g] +if(f<128){while(!0){if(!(p=128){o=n-1 +p=n +break}p=n}if(o-g<20)for(m=g;m32)if(s)h.a+=A.cP(k) +else{l.b=77 +l.c=c +return""}l.b=j +l.c=i +s=h.a +return s.charCodeAt(0)==0?s:s}} +A.OQ.prototype={} +A.jp.prototype={} +A.XO.prototype={ +$2(a,b){var s=this.b,r=this.a,q=s.a+=r.a +q+=a.a +s.a=q +s.a=q+": " +s.a+=A.ln(b) +r.a=", "}, +$S:217} +A.ey.prototype={ +B(a,b){return A.aoh(this.a+B.f.d_(b.a,1000),this.b)}, +k(a,b){if(b==null)return!1 +return b instanceof A.ey&&this.a===b.a&&this.b===b.b}, +aB(a,b){return B.f.aB(this.a,b.a)}, +gu(a){var s=this.a +return(s^B.f.ez(s,30))&1073741823}, +j(a){var s=this,r=A.aoi(A.arl(s)),q=A.Be(A.arj(s)),p=A.Be(A.arf(s)),o=A.Be(A.arg(s)),n=A.Be(A.ari(s)),m=A.Be(A.ark(s)),l=A.aoj(A.arh(s)),k=r+"-"+q +if(s.b)return k+"-"+p+" "+o+":"+n+":"+m+"."+l+"Z" +else return k+"-"+p+" "+o+":"+n+":"+m+"."+l}, +$ibm:1} +A.aM.prototype={ +W(a,b){return new A.aM(this.a+b.a)}, +a5(a,b){return new A.aM(this.a-b.a)}, +N(a,b){return new A.aM(B.c.aH(this.a*b))}, +k(a,b){if(b==null)return!1 +return b instanceof A.aM&&this.a===b.a}, +gu(a){return B.f.gu(this.a)}, +aB(a,b){return B.f.aB(this.a,b.a)}, +j(a){var s,r,q,p,o,n=this.a,m=B.f.d_(n,36e8),l=n%36e8 +if(n<0){m=0-m +n=0-l +s="-"}else{n=l +s=""}r=B.f.d_(n,6e7) +n%=6e7 +q=r<10?"0":"" +p=B.f.d_(n,1e6) +o=p<10?"0":"" +return s+m+":"+q+r+":"+o+p+"."+B.d.mo(B.f.j(n%1e6),6,"0")}, +$ibm:1} +A.a5g.prototype={ +j(a){return this.F()}} +A.bq.prototype={ +gpR(){return A.aw(this.$thrownJsError)}} +A.l7.prototype={ +j(a){var s=this.a +if(s!=null)return"Assertion failed: "+A.ln(s) +return"Assertion failed"}, +goX(a){return this.a}} +A.j3.prototype={} +A.eT.prototype={ +gvu(){return"Invalid argument"+(!this.a?"(s)":"")}, +gvt(){return""}, +j(a){var s=this,r=s.c,q=r==null?"":" ("+r+")",p=s.d,o=p==null?"":": "+A.j(p),n=s.gvu()+q+o +if(!s.a)return n +return n+s.gvt()+": "+A.ln(s.gyw())}, +gyw(){return this.b}} +A.oX.prototype={ +gyw(){return this.b}, +gvu(){return"RangeError"}, +gvt(){var s,r=this.e,q=this.f +if(r==null)s=q!=null?": Not less than or equal to "+A.j(q):"" +else if(q==null)s=": Not greater than or equal to "+A.j(r) +else if(q>r)s=": Not in inclusive range "+A.j(r)+".."+A.j(q) +else s=qe.length +else s=!1 +if(s)f=null +if(f==null){if(e.length>78)e=B.d.Y(e,0,75)+"..." +return g+"\n"+e}for(r=1,q=0,p=!1,o=0;o1?g+(" (at line "+r+", character "+(f-q+1)+")\n"):g+(" (at character "+(f+1)+")\n") +m=e.length +for(o=f;o78)if(f-q<75){l=q+75 +k=q +j="" +i="..."}else{if(m-f<75){k=m-75 +l=m +i=""}else{k=f-36 +l=f+36 +i="..."}j="..."}else{l=m +k=q +j="" +i=""}return g+j+B.d.Y(e,k,l)+i+"\n"+B.d.N(" ",f-k+j.length)+"^\n"}else return f!=null?g+(" (at offset "+A.j(f)+")"):g}, +$ibn:1, +goX(a){return this.a}, +gut(a){return this.b}, +gbT(a){return this.c}} +A.i.prototype={ +f7(a,b){return A.bF(this,A.bg(this).h("i.E"),b)}, +yc(a,b){var s=this,r=A.bg(s) +if(r.h("N").b(s))return A.afG(s,b,r.h("i.E")) +return new A.iw(s,b,r.h("iw"))}, +fn(a,b,c){return A.ow(this,b,A.bg(this).h("i.E"),c)}, +hN(a,b){return new A.aO(this,b,A.bg(this).h("aO"))}, +t(a,b){var s +for(s=this.gV(this);s.q();)if(J.e(s.gD(s),b))return!0 +return!1}, +S(a,b){var s +for(s=this.gV(this);s.q();)b.$1(s.gD(s))}, +kk(a,b){var s +for(s=this.gV(this);s.q();)if(!b.$1(s.gD(s)))return!1 +return!0}, +b3(a,b){var s,r,q=this.gV(this) +if(!q.q())return"" +s=J.cT(q.gD(q)) +if(!q.q())return s +if(b.length===0){r=s +do r+=J.cT(q.gD(q)) +while(q.q())}else{r=s +do r=r+b+J.cT(q.gD(q)) +while(q.q())}return r.charCodeAt(0)==0?r:r}, +yG(a){return this.b3(a,"")}, +k_(a,b){var s +for(s=this.gV(this);s.q();)if(b.$1(s.gD(s)))return!0 +return!1}, +cT(a,b){return A.a6(this,b,A.bg(this).h("i.E"))}, +dl(a){return this.cT(a,!0)}, +fv(a){return A.f4(this,A.bg(this).h("i.E"))}, +gp(a){var s,r=this.gV(this) +for(s=0;r.q();)++s +return s}, +gT(a){return!this.gV(this).q()}, +gbl(a){return!this.gT(this)}, +zL(a,b){return A.asx(this,b,A.bg(this).h("i.E"))}, +fD(a,b){return A.ahj(this,b,A.bg(this).h("i.E"))}, +gG(a){var s=this.gV(this) +if(!s.q())throw A.d(A.bA()) +return s.gD(s)}, +ga1(a){var s,r=this.gV(this) +if(!r.q())throw A.d(A.bA()) +do s=r.gD(r) +while(r.q()) +return s}, +a1Y(a,b){var s,r,q=this.gV(this) +do{if(!q.q())throw A.d(A.bA()) +s=q.gD(q)}while(!b.$1(s)) +for(;q.q();){r=q.gD(q) +if(b.$1(r))s=r}return s}, +aw(a,b){var s,r +A.ds(b,"index") +s=this.gV(this) +for(r=b;s.q();){if(r===0)return s.gD(s);--r}throw A.d(A.c9(b,b-r,this,null,"index"))}, +j(a){return A.afX(this,"(",")")}} +A.xa.prototype={ +aw(a,b){A.afR(b,this.a,this,null) +return this.b.$1(b)}, +gp(a){return this.a}} +A.aC.prototype={ +j(a){return"MapEntry("+A.j(this.a)+": "+A.j(this.b)+")"}} +A.b_.prototype={ +gu(a){return A.B.prototype.gu.call(this,this)}, +j(a){return"null"}} +A.B.prototype={$iB:1, +k(a,b){return this===b}, +gu(a){return A.fU(this)}, +j(a){return"Instance of '"+A.YL(this)+"'"}, +E(a,b){throw A.d(A.agt(this,b))}, +gcb(a){return A.t(this)}, +toString(){return this.j(this)}, +$0(){return this.E(this,A.F("$0","$0",0,[],[],0))}, +$1(a){return this.E(this,A.F("$1","$1",0,[a],[],0))}, +$2(a,b){return this.E(this,A.F("$2","$2",0,[a,b],[],0))}, +$1$2$onError(a,b,c){return this.E(this,A.F("$1$2$onError","$1$2$onError",0,[a,b,c],["onError"],1))}, +$3(a,b,c){return this.E(this,A.F("$3","$3",0,[a,b,c],[],0))}, +$4(a,b,c,d){return this.E(this,A.F("$4","$4",0,[a,b,c,d],[],0))}, +$1$1(a,b){return this.E(this,A.F("$1$1","$1$1",0,[a,b],[],1))}, +$1$hostElementAttributes(a){return this.E(this,A.F("$1$hostElementAttributes","$1$hostElementAttributes",0,[a],["hostElementAttributes"],0))}, +$1$highContrast(a){return this.E(this,A.F("$1$highContrast","$1$highContrast",0,[a],["highContrast"],0))}, +$1$accessibilityFeatures(a){return this.E(this,A.F("$1$accessibilityFeatures","$1$accessibilityFeatures",0,[a],["accessibilityFeatures"],0))}, +$3$replace$state(a,b,c){return this.E(this,A.F("$3$replace$state","$3$replace$state",0,[a,b,c],["replace","state"],0))}, +$2$path(a,b){return this.E(this,A.F("$2$path","$2$path",0,[a,b],["path"],0))}, +$1$growable(a){return this.E(this,A.F("$1$growable","$1$growable",0,[a],["growable"],0))}, +$2$params(a,b){return this.E(this,A.F("$2$params","$2$params",0,[a,b],["params"],0))}, +$3$onAction$onChange(a,b,c){return this.E(this,A.F("$3$onAction$onChange","$3$onAction$onChange",0,[a,b,c],["onAction","onChange"],0))}, +$1$0(a){return this.E(this,A.F("$1$0","$1$0",0,[a],[],1))}, +$1$locales(a){return this.E(this,A.F("$1$locales","$1$locales",0,[a],["locales"],0))}, +$1$textScaleFactor(a){return this.E(this,A.F("$1$textScaleFactor","$1$textScaleFactor",0,[a],["textScaleFactor"],0))}, +$1$platformBrightness(a){return this.E(this,A.F("$1$platformBrightness","$1$platformBrightness",0,[a],["platformBrightness"],0))}, +$12$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$scale$signalKind$timeStamp(a,b,c,d,e,f,g,h,i,j,k,l){return this.E(this,A.F("$12$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$scale$signalKind$timeStamp","$12$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$scale$signalKind$timeStamp",0,[a,b,c,d,e,f,g,h,i,j,k,l],["buttons","change","device","kind","physicalX","physicalY","pressure","pressureMax","scale","signalKind","timeStamp"],0))}, +$13$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$scrollDeltaX$scrollDeltaY$signalKind$timeStamp(a,b,c,d,e,f,g,h,i,j,k,l,m){return this.E(this,A.F("$13$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$scrollDeltaX$scrollDeltaY$signalKind$timeStamp","$13$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$scrollDeltaX$scrollDeltaY$signalKind$timeStamp",0,[a,b,c,d,e,f,g,h,i,j,k,l,m],["buttons","change","device","kind","physicalX","physicalY","pressure","pressureMax","scrollDeltaX","scrollDeltaY","signalKind","timeStamp"],0))}, +$11$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$signalKind$timeStamp(a,b,c,d,e,f,g,h,i,j,k){return this.E(this,A.F("$11$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$signalKind$timeStamp","$11$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$signalKind$timeStamp",0,[a,b,c,d,e,f,g,h,i,j,k],["buttons","change","device","kind","physicalX","physicalY","pressure","pressureMax","signalKind","timeStamp"],0))}, +$10$buttons$change$device$physicalX$physicalY$pressure$pressureMax$signalKind$timeStamp(a,b,c,d,e,f,g,h,i,j){return this.E(this,A.F("$10$buttons$change$device$physicalX$physicalY$pressure$pressureMax$signalKind$timeStamp","$10$buttons$change$device$physicalX$physicalY$pressure$pressureMax$signalKind$timeStamp",0,[a,b,c,d,e,f,g,h,i,j],["buttons","change","device","physicalX","physicalY","pressure","pressureMax","signalKind","timeStamp"],0))}, +$4$checkModifiers(a,b,c,d){return this.E(this,A.F("$4$checkModifiers","$4$checkModifiers",0,[a,b,c,d],["checkModifiers"],0))}, +$12$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$signalKind$tilt$timeStamp(a,b,c,d,e,f,g,h,i,j,k,l){return this.E(this,A.F("$12$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$signalKind$tilt$timeStamp","$12$buttons$change$device$kind$physicalX$physicalY$pressure$pressureMax$signalKind$tilt$timeStamp",0,[a,b,c,d,e,f,g,h,i,j,k,l],["buttons","change","device","kind","physicalX","physicalY","pressure","pressureMax","signalKind","tilt","timeStamp"],0))}, +$1$accessibleNavigation(a){return this.E(this,A.F("$1$accessibleNavigation","$1$accessibleNavigation",0,[a],["accessibleNavigation"],0))}, +$1$semanticsEnabled(a){return this.E(this,A.F("$1$semanticsEnabled","$1$semanticsEnabled",0,[a],["semanticsEnabled"],0))}, +$4$cancelOnError$onDone$onError(a,b,c,d){return this.E(this,A.F("$4$cancelOnError$onDone$onError","$4$cancelOnError$onDone$onError",0,[a,b,c,d],["cancelOnError","onDone","onError"],0))}, +$1$style(a){return this.E(this,A.F("$1$style","$1$style",0,[a],["style"],0))}, +$2$priority$scheduler(a,b){return this.E(this,A.F("$2$priority$scheduler","$2$priority$scheduler",0,[a,b],["priority","scheduler"],0))}, +$2$position(a,b){return this.E(this,A.F("$2$position","$2$position",0,[a,b],["position"],0))}, +$21$background$color$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$shadows$textBaseline$wordSpacing(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return this.E(this,A.F("$21$background$color$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$shadows$textBaseline$wordSpacing","$21$background$color$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$shadows$textBaseline$wordSpacing",0,[a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1],["background","color","decoration","decorationColor","decorationStyle","decorationThickness","fontFamily","fontFamilyFallback","fontFeatures","fontSize","fontStyle","fontVariations","fontWeight","foreground","height","leadingDistribution","letterSpacing","locale","shadows","textBaseline","wordSpacing"],0))}, +$12$ellipsis$fontFamily$fontSize$fontStyle$fontWeight$height$locale$maxLines$strutStyle$textAlign$textDirection$textHeightBehavior(a,b,c,d,e,f,g,h,i,j,k,l){return this.E(this,A.F("$12$ellipsis$fontFamily$fontSize$fontStyle$fontWeight$height$locale$maxLines$strutStyle$textAlign$textDirection$textHeightBehavior","$12$ellipsis$fontFamily$fontSize$fontStyle$fontWeight$height$locale$maxLines$strutStyle$textAlign$textDirection$textHeightBehavior",0,[a,b,c,d,e,f,g,h,i,j,k,l],["ellipsis","fontFamily","fontSize","fontStyle","fontWeight","height","locale","maxLines","strutStyle","textAlign","textDirection","textHeightBehavior"],0))}, +$1$pageTransitionsTheme(a){return this.E(this,A.F("$1$pageTransitionsTheme","$1$pageTransitionsTheme",0,[a],["pageTransitionsTheme"],0))}, +$2$aspect(a,b){return this.E(this,A.F("$2$aspect","$2$aspect",0,[a,b],["aspect"],0))}, +$1$findFirstFocus(a){return this.E(this,A.F("$1$findFirstFocus","$1$findFirstFocus",0,[a],["findFirstFocus"],0))}, +$1$withDelay(a){return this.E(this,A.F("$1$withDelay","$1$withDelay",0,[a],["withDelay"],0))}, +$1$2$arguments(a,b,c){return this.E(this,A.F("$1$2$arguments","$1$2$arguments",0,[a,b,c],["arguments"],1))}, +$5(a,b,c,d,e){return this.E(this,A.F("$5","$5",0,[a,b,c,d,e],[],0))}, +$1$range(a){return this.E(this,A.F("$1$range","$1$range",0,[a],["range"],0))}, +$2$1(a,b,c){return this.E(this,A.F("$2$1","$2$1",0,[a,b,c],[],2))}, +$2$after(a,b){return this.E(this,A.F("$2$after","$2$after",0,[a,b],["after"],0))}, +$1$reversed(a){return this.E(this,A.F("$1$reversed","$1$reversed",0,[a],["reversed"],0))}, +$1$2(a,b,c){return this.E(this,A.F("$1$2","$1$2",0,[a,b,c],[],1))}, +$2$alignmentPolicy(a,b){return this.E(this,A.F("$2$alignmentPolicy","$2$alignmentPolicy",0,[a,b],["alignmentPolicy"],0))}, +$2$ignoreCurrentFocus(a,b){return this.E(this,A.F("$2$ignoreCurrentFocus","$2$ignoreCurrentFocus",0,[a,b],["ignoreCurrentFocus"],0))}, +$2$reversed(a,b){return this.E(this,A.F("$2$reversed","$2$reversed",0,[a,b],["reversed"],0))}, +$3$bodyColor$decorationColor$displayColor(a,b,c){return this.E(this,A.F("$3$bodyColor$decorationColor$displayColor","$3$bodyColor$decorationColor$displayColor",0,[a,b,c],["bodyColor","decorationColor","displayColor"],0))}, +$1$5(a,b,c,d,e,f){return this.E(this,A.F("$1$5","$1$5",0,[a,b,c,d,e,f],[],1))}, +$3$debugReport(a,b,c){return this.E(this,A.F("$3$debugReport","$3$debugReport",0,[a,b,c],["debugReport"],0))}, +$2$primaryTextTheme$textTheme(a,b){return this.E(this,A.F("$2$primaryTextTheme$textTheme","$2$primaryTextTheme$textTheme",0,[a,b],["primaryTextTheme","textTheme"],0))}, +$1$padding(a){return this.E(this,A.F("$1$padding","$1$padding",0,[a],["padding"],0))}, +$2$color$fontSize(a,b){return this.E(this,A.F("$2$color$fontSize","$2$color$fontSize",0,[a,b],["color","fontSize"],0))}, +$8$enableDomStorage$enableJavaScript$headers$universalLinksOnly$useSafariVC$useWebView$webOnlyWindowName(a,b,c,d,e,f,g,h){return this.E(this,A.F("$8$enableDomStorage$enableJavaScript$headers$universalLinksOnly$useSafariVC$useWebView$webOnlyWindowName","$8$enableDomStorage$enableJavaScript$headers$universalLinksOnly$useSafariVC$useWebView$webOnlyWindowName",0,[a,b,c,d,e,f,g,h],["enableDomStorage","enableJavaScript","headers","universalLinksOnly","useSafariVC","useWebView","webOnlyWindowName"],0))}, +$1$1$instanceName(a,b){return this.E(this,A.F("$1$1$instanceName","$1$1$instanceName",0,[a,b],["instanceName"],1))}, +$8$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(a,b,c,d,e,f,g,h){return this.E(this,A.F("$8$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding","$8$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding",0,[a,b,c,d,e,f,g,h],["removeBottomInset","removeBottomPadding","removeLeftPadding","removeRightPadding","removeTopPadding"],0))}, +$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(a,b,c,d,e,f,g){return this.E(this,A.F("$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding","$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding",0,[a,b,c,d,e,f,g],["removeBottomPadding","removeLeftPadding","removeRightPadding","removeTopPadding"],0))}, +$8$maintainBottomViewPadding$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(a,b,c,d,e,f,g,h){return this.E(this,A.F("$8$maintainBottomViewPadding$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding","$8$maintainBottomViewPadding$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding",0,[a,b,c,d,e,f,g,h],["maintainBottomViewPadding","removeBottomPadding","removeLeftPadding","removeRightPadding","removeTopPadding"],0))}, +$1$bottom(a){return this.E(this,A.F("$1$bottom","$1$bottom",0,[a],["bottom"],0))}, +$2$textDirection(a,b){return this.E(this,A.F("$2$textDirection","$2$textDirection",0,[a,b],["textDirection"],0))}, +$1$floatingActionButtonScale(a){return this.E(this,A.F("$1$floatingActionButtonScale","$1$floatingActionButtonScale",0,[a],["floatingActionButtonScale"],0))}, +$2$viewInsets$viewPadding(a,b){return this.E(this,A.F("$2$viewInsets$viewPadding","$2$viewInsets$viewPadding",0,[a,b],["viewInsets","viewPadding"],0))}, +$2$padding$viewPadding(a,b){return this.E(this,A.F("$2$padding$viewPadding","$2$padding$viewPadding",0,[a,b],["padding","viewPadding"],0))}, +$1$color(a){return this.E(this,A.F("$1$color","$1$color",0,[a],["color"],0))}, +$3$foregroundColor$iconSize$overlayColor(a,b,c){return this.E(this,A.F("$3$foregroundColor$iconSize$overlayColor","$3$foregroundColor$iconSize$overlayColor",0,[a,b,c],["foregroundColor","iconSize","overlayColor"],0))}, +$8$color$fill$grade$opacity$opticalSize$shadows$size$weight(a,b,c,d,e,f,g,h){return this.E(this,A.F("$8$color$fill$grade$opacity$opticalSize$shadows$size$weight","$8$color$fill$grade$opacity$opticalSize$shadows$size$weight",0,[a,b,c,d,e,f,g,h],["color","fill","grade","opacity","opticalSize","shadows","size","weight"],0))}, +$1$textScaler(a){return this.E(this,A.F("$1$textScaler","$1$textScaler",0,[a],["textScaler"],0))}, +$2$color$fontWeight(a,b){return this.E(this,A.F("$2$color$fontWeight","$2$color$fontWeight",0,[a,b],["color","fontWeight"],0))}, +$49$appBarTheme$applyElevationOverlayColor$badgeTheme$bottomAppBarTheme$bottomNavigationBarTheme$brightness$buttonTheme$canvasColor$cardColor$checkboxTheme$chipTheme$dialogBackgroundColor$dialogTheme$dividerColor$dividerTheme$drawerTheme$dropdownMenuTheme$elevatedButtonTheme$filledButtonTheme$floatingActionButtonTheme$iconButtonTheme$iconTheme$indicatorColor$inputDecorationTheme$listTileTheme$menuButtonTheme$menuTheme$navigationBarTheme$navigationRailTheme$outlinedButtonTheme$pageTransitionsTheme$popupMenuTheme$primaryColor$primaryColorDark$primaryIconTheme$progressIndicatorTheme$radioTheme$scaffoldBackgroundColor$scrollbarTheme$sliderTheme$snackBarTheme$splashFactory$switchTheme$tabBarTheme$textButtonTheme$textSelectionTheme$textTheme$toggleButtonsTheme$tooltipTheme(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9){return this.E(this,A.F("$49$appBarTheme$applyElevationOverlayColor$badgeTheme$bottomAppBarTheme$bottomNavigationBarTheme$brightness$buttonTheme$canvasColor$cardColor$checkboxTheme$chipTheme$dialogBackgroundColor$dialogTheme$dividerColor$dividerTheme$drawerTheme$dropdownMenuTheme$elevatedButtonTheme$filledButtonTheme$floatingActionButtonTheme$iconButtonTheme$iconTheme$indicatorColor$inputDecorationTheme$listTileTheme$menuButtonTheme$menuTheme$navigationBarTheme$navigationRailTheme$outlinedButtonTheme$pageTransitionsTheme$popupMenuTheme$primaryColor$primaryColorDark$primaryIconTheme$progressIndicatorTheme$radioTheme$scaffoldBackgroundColor$scrollbarTheme$sliderTheme$snackBarTheme$splashFactory$switchTheme$tabBarTheme$textButtonTheme$textSelectionTheme$textTheme$toggleButtonsTheme$tooltipTheme","$49$appBarTheme$applyElevationOverlayColor$badgeTheme$bottomAppBarTheme$bottomNavigationBarTheme$brightness$buttonTheme$canvasColor$cardColor$checkboxTheme$chipTheme$dialogBackgroundColor$dialogTheme$dividerColor$dividerTheme$drawerTheme$dropdownMenuTheme$elevatedButtonTheme$filledButtonTheme$floatingActionButtonTheme$iconButtonTheme$iconTheme$indicatorColor$inputDecorationTheme$listTileTheme$menuButtonTheme$menuTheme$navigationBarTheme$navigationRailTheme$outlinedButtonTheme$pageTransitionsTheme$popupMenuTheme$primaryColor$primaryColorDark$primaryIconTheme$progressIndicatorTheme$radioTheme$scaffoldBackgroundColor$scrollbarTheme$sliderTheme$snackBarTheme$splashFactory$switchTheme$tabBarTheme$textButtonTheme$textSelectionTheme$textTheme$toggleButtonsTheme$tooltipTheme",0,[a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9],["appBarTheme","applyElevationOverlayColor","badgeTheme","bottomAppBarTheme","bottomNavigationBarTheme","brightness","buttonTheme","canvasColor","cardColor","checkboxTheme","chipTheme","dialogBackgroundColor","dialogTheme","dividerColor","dividerTheme","drawerTheme","dropdownMenuTheme","elevatedButtonTheme","filledButtonTheme","floatingActionButtonTheme","iconButtonTheme","iconTheme","indicatorColor","inputDecorationTheme","listTileTheme","menuButtonTheme","menuTheme","navigationBarTheme","navigationRailTheme","outlinedButtonTheme","pageTransitionsTheme","popupMenuTheme","primaryColor","primaryColorDark","primaryIconTheme","progressIndicatorTheme","radioTheme","scaffoldBackgroundColor","scrollbarTheme","sliderTheme","snackBarTheme","splashFactory","switchTheme","tabBarTheme","textButtonTheme","textSelectionTheme","textTheme","toggleButtonsTheme","tooltipTheme"],0))}, +$4$boxHeightStyle$boxWidthStyle(a,b,c,d){return this.E(this,A.F("$4$boxHeightStyle$boxWidthStyle","$4$boxHeightStyle$boxWidthStyle",0,[a,b,c,d],["boxHeightStyle","boxWidthStyle"],0))}, +$3$boxHeightStyle(a,b,c){return this.E(this,A.F("$3$boxHeightStyle","$3$boxHeightStyle",0,[a,b,c],["boxHeightStyle"],0))}, +$1$overflow(a){return this.E(this,A.F("$1$overflow","$1$overflow",0,[a],["overflow"],0))}, +$2$withDrive(a,b){return this.E(this,A.F("$2$withDrive","$2$withDrive",0,[a,b],["withDrive"],0))}, +$2$maxWidth$minWidth(a,b){return this.E(this,A.F("$2$maxWidth$minWidth","$2$maxWidth$minWidth",0,[a,b],["maxWidth","minWidth"],0))}, +$2$maxHeight$minHeight(a,b){return this.E(this,A.F("$2$maxHeight$minHeight","$2$maxHeight$minHeight",0,[a,b],["maxHeight","minHeight"],0))}, +$1$side(a){return this.E(this,A.F("$1$side","$1$side",0,[a],["side"],0))}, +$2$minHeight$minWidth(a,b){return this.E(this,A.F("$2$minHeight$minWidth","$2$minHeight$minWidth",0,[a,b],["minHeight","minWidth"],0))}, +$3$cancel$down$reason(a,b,c){return this.E(this,A.F("$3$cancel$down$reason","$3$cancel$down$reason",0,[a,b,c],["cancel","down","reason"],0))}, +$2$down$up(a,b){return this.E(this,A.F("$2$down$up","$2$down$up",0,[a,b],["down","up"],0))}, +$1$down(a){return this.E(this,A.F("$1$down","$1$down",0,[a],["down"],0))}, +$2$value(a,b){return this.E(this,A.F("$2$value","$2$value",0,[a,b],["value"],0))}, +$1$details(a){return this.E(this,A.F("$1$details","$1$details",0,[a],["details"],0))}, +$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection(a,b,c,d,e,f,g,h,i,j,k){return this.E(this,A.F("$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection","$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection",0,[a,b,c,d,e,f,g,h,i,j,k],["borderRadius","color","containedInkWell","controller","customBorder","onRemoved","position","radius","rectCallback","referenceBox","textDirection"],0))}, +$1$context(a){return this.E(this,A.F("$1$context","$1$context",0,[a],["context"],0))}, +$2$bottom$top(a,b){return this.E(this,A.F("$2$bottom$top","$2$bottom$top",0,[a,b],["bottom","top"],0))}, +$2$left$right(a,b){return this.E(this,A.F("$2$left$right","$2$left$right",0,[a,b],["left","right"],0))}, +$9$ascent$baseline$descent$hardBreak$height$left$lineNumber$unscaledAscent$width(a,b,c,d,e,f,g,h,i){return this.E(this,A.F("$9$ascent$baseline$descent$hardBreak$height$left$lineNumber$unscaledAscent$width","$9$ascent$baseline$descent$hardBreak$height$left$lineNumber$unscaledAscent$width",0,[a,b,c,d,e,f,g,h,i],["ascent","baseline","descent","hardBreak","height","left","lineNumber","unscaledAscent","width"],0))}, +$1$direction(a){return this.E(this,A.F("$1$direction","$1$direction",0,[a],["direction"],0))}, +$2$hitTest$paintTransform(a,b){return this.E(this,A.F("$2$hitTest$paintTransform","$2$hitTest$paintTransform",0,[a,b],["hitTest","paintTransform"],0))}, +$3$crossAxisPosition$mainAxisPosition(a,b,c){return this.E(this,A.F("$3$crossAxisPosition$mainAxisPosition","$3$crossAxisPosition$mainAxisPosition",0,[a,b,c],["crossAxisPosition","mainAxisPosition"],0))}, +$2$hitTest$paintOffset(a,b){return this.E(this,A.F("$2$hitTest$paintOffset","$2$hitTest$paintOffset",0,[a,b],["hitTest","paintOffset"],0))}, +$3$context$exception$stack(a,b,c){return this.E(this,A.F("$3$context$exception$stack","$3$context$exception$stack",0,[a,b,c],["context","exception","stack"],0))}, +$2$onError(a,b){return this.E(this,A.F("$2$onError","$2$onError",0,[a,b],["onError"],0))}, +$2$chunkCallback(a,b){return this.E(this,A.F("$2$chunkCallback","$2$chunkCallback",0,[a,b],["chunkCallback"],0))}, +$4$allowUpscaling$targetHeight$targetWidth(a,b,c,d){return this.E(this,A.F("$4$allowUpscaling$targetHeight$targetWidth","$4$allowUpscaling$targetHeight$targetWidth",0,[a,b,c,d],["allowUpscaling","targetHeight","targetWidth"],0))}, +$1$fontWeight(a){return this.E(this,A.F("$1$fontWeight","$1$fontWeight",0,[a],["fontWeight"],0))}, +$3$textDirection(a,b,c){return this.E(this,A.F("$3$textDirection","$3$textDirection",0,[a,b,c],["textDirection"],0))}, +$1$includeChildren(a){return this.E(this,A.F("$1$includeChildren","$1$includeChildren",0,[a],["includeChildren"],0))}, +$3$code$details$message(a,b,c){return this.E(this,A.F("$3$code$details$message","$3$code$details$message",0,[a,b,c],["code","details","message"],0))}, +$2$code$message(a,b){return this.E(this,A.F("$2$code$message","$2$code$message",0,[a,b],["code","message"],0))}, +$5$elevationAdjustment$parentPaintClipRect$parentSemanticsClipRect$result$siblingNodes(a,b,c,d,e){return this.E(this,A.F("$5$elevationAdjustment$parentPaintClipRect$parentSemanticsClipRect$result$siblingNodes","$5$elevationAdjustment$parentPaintClipRect$parentSemanticsClipRect$result$siblingNodes",0,[a,b,c,d,e],["elevationAdjustment","parentPaintClipRect","parentSemanticsClipRect","result","siblingNodes"],0))}, +$2$0(a,b){return this.E(this,A.F("$2$0","$2$0",0,[a,b],[],2))}, +$1$config(a){return this.E(this,A.F("$1$config","$1$config",0,[a],["config"],0))}, +$2$descendant$rect(a,b){return this.E(this,A.F("$2$descendant$rect","$2$descendant$rect",0,[a,b],["descendant","rect"],0))}, +$3$rect(a,b,c){return this.E(this,A.F("$3$rect","$3$rect",0,[a,b,c],["rect"],0))}, +$4$curve$descendant$duration$rect(a,b,c,d){return this.E(this,A.F("$4$curve$descendant$duration$rect","$4$curve$descendant$duration$rect",0,[a,b,c,d],["curve","descendant","duration","rect"],0))}, +$2$ignoreRasterCache(a,b){return this.E(this,A.F("$2$ignoreRasterCache","$2$ignoreRasterCache",0,[a,b],["ignoreRasterCache"],0))}, +$1$3$onlyFirst(a,b,c,d){return this.E(this,A.F("$1$3$onlyFirst","$1$3$onlyFirst",0,[a,b,c,d],["onlyFirst"],1))}, +$3$oldLayer(a,b,c){return this.E(this,A.F("$3$oldLayer","$3$oldLayer",0,[a,b,c],["oldLayer"],0))}, +$2$oldLayer(a,b){return this.E(this,A.F("$2$oldLayer","$2$oldLayer",0,[a,b],["oldLayer"],0))}, +$1$oldLayer(a){return this.E(this,A.F("$1$oldLayer","$1$oldLayer",0,[a],["oldLayer"],0))}, +$3$offset$oldLayer(a,b,c){return this.E(this,A.F("$3$offset$oldLayer","$3$offset$oldLayer",0,[a,b,c],["offset","oldLayer"],0))}, +$4$isComplexHint$willChangeHint(a,b,c,d){return this.E(this,A.F("$4$isComplexHint$willChangeHint","$4$isComplexHint$willChangeHint",0,[a,b,c,d],["isComplexHint","willChangeHint"],0))}, +$5$borderRadius$shape$textDirection(a,b,c,d,e){return this.E(this,A.F("$5$borderRadius$shape$textDirection","$5$borderRadius$shape$textDirection",0,[a,b,c,d,e],["borderRadius","shape","textDirection"],0))}, +$6$blend$blendMode(a,b,c,d,e,f){return this.E(this,A.F("$6$blend$blendMode","$6$blend$blendMode",0,[a,b,c,d,e,f],["blend","blendMode"],0))}, +$6(a,b,c,d,e,f){return this.E(this,A.F("$6","$6",0,[a,b,c,d,e,f],[],0))}, +$4$textDirection(a,b,c,d){return this.E(this,A.F("$4$textDirection","$4$textDirection",0,[a,b,c,d],["textDirection"],0))}, +$3$clipBehavior$oldLayer(a,b,c){return this.E(this,A.F("$3$clipBehavior$oldLayer","$3$clipBehavior$oldLayer",0,[a,b,c],["clipBehavior","oldLayer"],0))}, +$2$doAntiAlias(a,b){return this.E(this,A.F("$2$doAntiAlias","$2$doAntiAlias",0,[a,b],["doAntiAlias"],0))}, +$4$oldLayer(a,b,c,d){return this.E(this,A.F("$4$oldLayer","$4$oldLayer",0,[a,b,c,d],["oldLayer"],0))}, +$2$filterQuality(a,b){return this.E(this,A.F("$2$filterQuality","$2$filterQuality",0,[a,b],["filterQuality"],0))}, +$2$parentUsesSize(a,b){return this.E(this,A.F("$2$parentUsesSize","$2$parentUsesSize",0,[a,b],["parentUsesSize"],0))}, +$1$maxHeight(a){return this.E(this,A.F("$1$maxHeight","$1$maxHeight",0,[a],["maxHeight"],0))}, +$1$width(a){return this.E(this,A.F("$1$width","$1$width",0,[a],["width"],0))}, +$4$isScrolling$newPosition$oldPosition$velocity(a,b,c,d){return this.E(this,A.F("$4$isScrolling$newPosition$oldPosition$velocity","$4$isScrolling$newPosition$oldPosition$velocity",0,[a,b,c,d],["isScrolling","newPosition","oldPosition","velocity"],0))}, +$1$height(a){return this.E(this,A.F("$1$height","$1$height",0,[a],["height"],0))}, +$1$maxWidth(a){return this.E(this,A.F("$1$maxWidth","$1$maxWidth",0,[a],["maxWidth"],0))}, +$2$bottomNavigationBarTop$floatingActionButtonArea(a,b){return this.E(this,A.F("$2$bottomNavigationBarTop$floatingActionButtonArea","$2$bottomNavigationBarTop$floatingActionButtonArea",0,[a,b],["bottomNavigationBarTop","floatingActionButtonArea"],0))}, +$3$onDone$onError(a,b,c){return this.E(this,A.F("$3$onDone$onError","$3$onDone$onError",0,[a,b,c],["onDone","onError"],0))}, +$1$end(a){return this.E(this,A.F("$1$end","$1$end",0,[a],["end"],0))}, +$1$text(a){return this.E(this,A.F("$1$text","$1$text",0,[a],["text"],0))}, +$1$line(a){return this.E(this,A.F("$1$line","$1$line",0,[a],["line"],0))}, +$2$color(a,b){return this.E(this,A.F("$2$color","$2$color",0,[a,b],["color"],0))}, +$1$2$type(a,b,c){return this.E(this,A.F("$1$2$type","$1$2$type",0,[a,b,c],["type"],1))}, +i(a,b){return this.E(a,A.F("i","i",0,[b],[],0))}, +pm(){return this.E(this,A.F("pm","pm",0,[],[],0))}, +wO(a){return this.E(this,A.F("wO","wO",0,[a],[],0))}, +qH(a){return this.E(this,A.F("qH","qH",0,[a],[],0))}, +aY(){return this.E(this,A.F("aY","aY",0,[],[],0))}, +i9(){return this.E(this,A.F("i9","i9",0,[],[],0))}, +a5(a,b){return this.E(a,A.F("a5","a5",0,[b],[],0))}, +N(a,b){return this.E(a,A.F("N","N",0,[b],[],0))}, +W(a,b){return this.E(a,A.F("W","W",0,[b],[],0))}, +gp(a){return this.E(a,A.F("gp","gp",1,[],[],0))}, +gbP(a){return this.E(a,A.F("gbP","gbP",1,[],[],0))}, +gew(){return this.E(this,A.F("gew","gew",1,[],[],0))}, +gbp(){return this.E(this,A.F("gbp","gbp",1,[],[],0))}, +gf1(){return this.E(this,A.F("gf1","gf1",1,[],[],0))}, +sew(a){return this.E(this,A.F("sew","sew",2,[a],[],0))}, +sbp(a){return this.E(this,A.F("sbp","sbp",2,[a],[],0))}, +sf1(a){return this.E(this,A.F("sf1","sf1",2,[a],[],0))}, +sbP(a,b){return this.E(a,A.F("sbP","sbP",2,[b],[],0))}} +A.MK.prototype={ +j(a){return""}, +$ic6:1} +A.hX.prototype={ +gHv(){var s=this.gHw() +if($.ik()===1e6)return s +return s*1000}, +gxY(){var s=this.gHw() +if($.ik()===1000)return s +return B.f.d_(s,1000)}, +jG(a){var s=this,r=s.b +if(r!=null){s.a=s.a+($.E8.$0()-r) +s.b=null}}, +jt(a){var s=this.b +this.a=s==null?$.E8.$0():s}, +gHw(){var s=this.b +if(s==null)s=$.E8.$0() +return s-this.a}} +A.a_a.prototype={ +gD(a){return this.d}, +q(){var s,r,q,p=this,o=p.b=p.c,n=p.a,m=n.length +if(o===m){p.d=-1 +return!1}s=n.charCodeAt(o) +r=o+1 +if((s&64512)===55296&&r4)this.a.$2("an IPv6 part can only contain a maximum of 4 hex digits",a) +s=A.fv(B.d.Y(this.b,a,b),16) +if(s<0||s>65535)this.a.$2("each part must be in the range of `0x0..0xFFFF`",a) +return s}, +$S:229} +A.yW.prototype={ +gnG(){var s,r,q,p,o=this,n=o.w +if(n===$){s=o.a +r=s.length!==0?""+s+":":"" +q=o.c +p=q==null +if(!p||s==="file"){s=r+"//" +r=o.b +if(r.length!==0)s=s+r+"@" +if(!p)s+=q +r=o.d +if(r!=null)s=s+":"+A.j(r)}else s=r +s+=o.e +r=o.f +if(r!=null)s=s+"?"+r +r=o.r +if(r!=null)s=s+"#"+r +n!==$&&A.aS() +n=o.w=s.charCodeAt(0)==0?s:s}return n}, +gmr(){var s,r,q=this,p=q.x +if(p===$){s=q.e +if(s.length!==0&&s.charCodeAt(0)===47)s=B.d.bK(s,1) +r=s.length===0?B.jG:A.CY(new A.a4(A.a(s.split("/"),t.s),A.awg(),t.Gf),t.N) +q.x!==$&&A.aS() +p=q.x=r}return p}, +gu(a){var s,r=this,q=r.y +if(q===$){s=B.d.gu(r.gnG()) +r.y!==$&&A.aS() +r.y=s +q=s}return q}, +gix(){var s,r,q=this,p=q.Q +if(p===$){s=q.f +r=A.aud(s==null?"":s) +q.Q!==$&&A.aS() +q.Q=r +p=r}return p}, +gpt(){return this.b}, +ghz(a){var s=this.c +if(s==null)return"" +if(B.d.b5(s,"["))return B.d.Y(s,1,s.length-1) +return s}, +gmv(a){var s=this.d +return s==null?A.aix(this.a):s}, +gjr(a){var s=this.f +return s==null?"":s}, +gfk(){var s=this.r +return s==null?"":s}, +a1N(a){var s=this.a +if(a.length!==s.length)return!1 +return A.auw(a,s,0)>=0}, +DS(a,b){var s,r,q,p,o,n +for(s=0,r=0;B.d.bV(b,"../",r);){r+=3;++s}q=B.d.mg(a,"/") +while(!0){if(!(q>0&&s>0))break +p=B.d.tf(a,"/",q-1) +if(p<0)break +o=q-p +n=o!==2 +if(!n||o===3)if(a.charCodeAt(p+1)===46)n=!n||a.charCodeAt(p+2)===46 +else n=!1 +else n=!1 +if(n)break;--s +q=p}return B.d.kK(a,q+1,null,B.d.bK(b,r-3*s))}, +K(a){return this.pi(A.el(a,0,null))}, +pi(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=null +if(a.gcX().length!==0){s=a.gcX() +if(a.goz()){r=a.gpt() +q=a.ghz(a) +p=a.goA()?a.gmv(a):h}else{p=h +q=p +r=""}o=A.jn(a.gc1(a)) +n=a.gm7()?a.gjr(a):h}else{s=i.a +if(a.goz()){r=a.gpt() +q=a.ghz(a) +p=A.ad8(a.goA()?a.gmv(a):h,s) +o=A.jn(a.gc1(a)) +n=a.gm7()?a.gjr(a):h}else{r=i.b +q=i.c +p=i.d +o=i.e +if(a.gc1(a)==="")n=a.gm7()?a.gjr(a):i.f +else{m=A.auj(i,o) +if(m>0){l=B.d.Y(o,0,m) +o=a.gt5()?l+A.jn(a.gc1(a)):l+A.jn(i.DS(B.d.bK(o,l.length),a.gc1(a)))}else if(a.gt5())o=A.jn(a.gc1(a)) +else if(o.length===0)if(q==null)o=s.length===0?a.gc1(a):A.jn(a.gc1(a)) +else o=A.jn("/"+a.gc1(a)) +else{k=i.DS(o,a.gc1(a)) +j=s.length===0 +if(!j||q!=null||B.d.b5(o,"/"))o=A.jn(k) +else o=A.ada(k,!j||q!=null)}n=a.gm7()?a.gjr(a):h}}}return A.a8D(s,r,q,p,o,n,a.gyp()?a.gfk():h)}, +gIc(){return this.a.length!==0}, +goz(){return this.c!=null}, +goA(){return this.d!=null}, +gm7(){return this.f!=null}, +gyp(){return this.r!=null}, +gt5(){return B.d.b5(this.e,"/")}, +zT(){var s,r=this,q=r.a +if(q!==""&&q!=="file")throw A.d(A.R("Cannot extract a file path from a "+q+" URI")) +q=r.f +if((q==null?"":q)!=="")throw A.d(A.R(u.z)) +q=r.r +if((q==null?"":q)!=="")throw A.d(A.R(u.A)) +q=$.ae6() +if(q)q=A.aiJ(r) +else{if(r.c!=null&&r.ghz(r)!=="")A.T(A.R(u.Q)) +s=r.gmr() +A.aua(s,!1) +q=A.G4(B.d.b5(r.e,"/")?""+"/":"",s,"/") +q=q.charCodeAt(0)==0?q:q}return q}, +j(a){return this.gnG()}, +k(a,b){var s,r,q=this +if(b==null)return!1 +if(q===b)return!0 +if(t.Xu.b(b))if(q.a===b.gcX())if(q.c!=null===b.goz())if(q.b===b.gpt())if(q.ghz(q)===b.ghz(b))if(q.gmv(q)===b.gmv(b))if(q.e===b.gc1(b)){s=q.f +r=s==null +if(!r===b.gm7()){if(r)s="" +if(s===b.gjr(b)){s=q.r +r=s==null +if(!r===b.gyp()){if(r)s="" +s=s===b.gfk()}else s=!1}else s=!1}else s=!1}else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +$iGI:1, +gcX(){return this.a}, +gc1(a){return this.e}} +A.a8F.prototype={ +$2(a,b){var s=this.b,r=this.a +s.a+=r.a +r.a="&" +r=s.a+=A.yY(B.dj,a,B.I,!0) +if(b!=null&&b.length!==0){s.a=r+"=" +s.a+=A.yY(B.dj,b,B.I,!0)}}, +$S:234} +A.a8E.prototype={ +$2(a,b){var s,r +if(b==null||typeof b=="string")this.a.$2(a,b) +else for(s=J.ar(b),r=this.a;s.q();)r.$2(a,s.gD(s))}, +$S:12} +A.a8G.prototype={ +$3(a,b,c){var s,r,q,p +if(a===c)return +s=this.a +r=this.b +if(b<0){q=A.kT(s,a,c,r,!0) +p=""}else{q=A.kT(s,a,b,r,!0) +p=A.kT(s,b+1,c,r,!0)}J.hk(this.c.aW(0,q,A.awh()),p)}, +$S:235} +A.a2U.prototype={ +giF(){var s,r,q,p,o=this,n=null,m=o.c +if(m==null){m=o.a +s=o.b[0]+1 +r=B.d.hA(m,"?",s) +q=m.length +if(r>=0){p=A.yX(m,r+1,q,B.dl,!1,!1) +q=r}else p=n +m=o.c=new A.I8("data","",n,n,A.yX(m,s,q,B.jD,!1,!1),p,n)}return m}, +j(a){var s=this.a +return this.b[0]===-1?"data:"+s:s}} +A.a9k.prototype={ +$2(a,b){var s=this.a[a] +B.Q.a_D(s,0,96,b) +return s}, +$S:239} +A.a9l.prototype={ +$3(a,b,c){var s,r +for(s=b.length,r=0;r>>0]=c}, +$S:144} +A.fs.prototype={ +gIc(){return this.b>0}, +goz(){return this.c>0}, +goA(){return this.c>0&&this.d+1r?B.d.Y(this.a,r,s-1):""}, +ghz(a){var s=this.c +return s>0?B.d.Y(this.a,s,this.d):""}, +gmv(a){var s,r=this +if(r.goA())return A.fv(B.d.Y(r.a,r.d+1,r.e),null) +s=r.b +if(s===4&&B.d.b5(r.a,"http"))return 80 +if(s===5&&B.d.b5(r.a,"https"))return 443 +return 0}, +gc1(a){return B.d.Y(this.a,this.e,this.f)}, +gjr(a){var s=this.f,r=this.r +return s=r.r)return B.oE +s=A.aiI(r.gjr(r)) +s.JY(s,A.ajJ()) +return A.abo(s,t.N,t.yp)}, +DB(a){var s=this.d+1 +return s+a.length===this.e&&B.d.bV(this.a,a,s)}, +a3j(){var s=this,r=s.r,q=s.a +if(r>=q.length)return s +return new A.fs(B.d.Y(q,0,r),s.b,s.c,s.d,s.e,s.f,r,s.w)}, +K(a){return this.pi(A.el(a,0,null))}, +pi(a){if(a instanceof A.fs)return this.WA(this,a) +return this.Fo().pi(a)}, +WA(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=b.b +if(c>0)return b +s=b.c +if(s>0){r=a.b +if(r<=0)return b +q=r===4 +if(q&&B.d.b5(a.a,"file"))p=b.e!==b.f +else if(q&&B.d.b5(a.a,"http"))p=!b.DB("80") +else p=!(r===5&&B.d.b5(a.a,"https"))||!b.DB("443") +if(p){o=r+1 +return new A.fs(B.d.Y(a.a,0,o)+B.d.bK(b.a,c+1),r,s+o,b.d+o,b.e+o,b.f+o,b.r+o,a.w)}else return this.Fo().pi(b)}n=b.e +c=b.f +if(n===c){s=b.r +if(c0?l:m +o=k-n +return new A.fs(B.d.Y(a.a,0,k)+B.d.bK(s,n),a.b,a.c,a.d,m,c+o,b.r+o,a.w)}j=a.e +i=a.f +if(j===i&&a.c>0){for(;B.d.bV(s,"../",n);)n+=3 +o=j-n+1 +return new A.fs(B.d.Y(a.a,0,j)+"/"+B.d.bK(s,n),a.b,a.c,a.d,j,c+o,b.r+o,a.w)}h=a.a +l=A.aio(this) +if(l>=0)g=l +else for(g=j;B.d.bV(h,"../",g);)g+=3 +f=0 +while(!0){e=n+3 +if(!(e<=c&&B.d.bV(s,"../",n)))break;++f +n=e}for(d="";i>g;){--i +if(h.charCodeAt(i)===47){if(f===0){d="/" +break}--f +d="/"}}if(i===g&&a.b<=0&&!B.d.bV(h,"/",j)){n-=f*3 +d=""}o=i-n+d.length +return new A.fs(B.d.Y(h,0,i)+d+B.d.bK(s,n),a.b,a.c,a.d,j,c+o,b.r+o,a.w)}, +zT(){var s,r,q=this,p=q.b +if(p>=0){s=!(p===4&&B.d.b5(q.a,"file")) +p=s}else p=!1 +if(p)throw A.d(A.R("Cannot extract a file path from a "+q.gcX()+" URI")) +p=q.f +s=q.a +if(p0?s.ghz(s):r,n=s.goA()?s.gmv(s):r,m=s.a,l=s.f,k=B.d.Y(m,s.e,l),j=s.r +l=l>>0!==b||b>=s +r.toString +if(r)throw A.d(A.c9(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return a[b]}, +$iN:1, +$iaZ:1, +$ii:1, +$iA:1} +A.rV.prototype={ +j(a){var s,r=a.left +r.toString +s=a.top +s.toString +return"Rectangle ("+A.j(r)+", "+A.j(s)+") "+A.j(this.gce(a))+" x "+A.j(this.gc9(a))}, +k(a,b){var s,r +if(b==null)return!1 +if(t.Bb.b(b)){s=a.left +s.toString +r=J.dZ(b) +if(s===r.gmh(b)){s=a.top +s.toString +s=s===r.gkM(b)&&this.gce(a)===r.gce(b)&&this.gc9(a)===r.gc9(b)}else s=!1}else s=!1 +return s}, +gu(a){var s,r=a.left +r.toString +s=a.top +s.toString +return A.I(r,s,this.gce(a),this.gc9(a),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +gDm(a){return a.height}, +gc9(a){var s=this.gDm(a) +s.toString +return s}, +gmh(a){var s=a.left +s.toString +return s}, +gkM(a){var s=a.top +s.toString +return s}, +gG3(a){return a.width}, +gce(a){var s=this.gG3(a) +s.toString +return s}, +$ihU:1} +A.BD.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.c9(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return a[b]}, +$iN:1, +$iaZ:1, +$ii:1, +$iA:1} +A.BF.prototype={ +gp(a){var s=a.length +s.toString +return s}} +A.ag.prototype={ +j(a){var s=a.localName +s.toString +return s}} +A.P.prototype={} +A.eY.prototype={$ieY:1} +A.BU.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.c9(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return a[b]}, +$iN:1, +$iaZ:1, +$ii:1, +$iA:1} +A.BW.prototype={ +gp(a){return a.length}} +A.Cf.prototype={ +gp(a){return a.length}} +A.f0.prototype={$if0:1} +A.Cu.prototype={ +gp(a){var s=a.length +s.toString +return s}} +A.lG.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.c9(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return a[b]}, +$iN:1, +$iaZ:1, +$ii:1, +$iA:1} +A.D1.prototype={ +j(a){var s=String(a) +s.toString +return s}} +A.Dh.prototype={ +gp(a){return a.length}} +A.Dl.prototype={ +a2(a,b){return A.fu(a.get(b))!=null}, +i(a,b){return A.fu(a.get(b))}, +S(a,b){var s,r,q=a.entries() +for(;!0;){s=q.next() +r=s.done +r.toString +if(r)return +r=s.value[0] +r.toString +b.$2(r,A.fu(s.value[1]))}}, +gb4(a){var s=A.a([],t.s) +this.S(a,new A.WV(s)) +return s}, +gal(a){var s=A.a([],t.n4) +this.S(a,new A.WW(s)) +return s}, +gp(a){var s=a.size +s.toString +return s}, +gT(a){var s=a.size +s.toString +return s===0}, +gbl(a){var s=a.size +s.toString +return s!==0}, +m(a,b,c){throw A.d(A.R("Not supported"))}, +aW(a,b,c){throw A.d(A.R("Not supported"))}, +v(a,b){throw A.d(A.R("Not supported"))}, +$iap:1} +A.WV.prototype={ +$2(a,b){return this.a.push(a)}, +$S:12} +A.WW.prototype={ +$2(a,b){return this.a.push(b)}, +$S:12} +A.Dm.prototype={ +a2(a,b){return A.fu(a.get(b))!=null}, +i(a,b){return A.fu(a.get(b))}, +S(a,b){var s,r,q=a.entries() +for(;!0;){s=q.next() +r=s.done +r.toString +if(r)return +r=s.value[0] +r.toString +b.$2(r,A.fu(s.value[1]))}}, +gb4(a){var s=A.a([],t.s) +this.S(a,new A.WX(s)) +return s}, +gal(a){var s=A.a([],t.n4) +this.S(a,new A.WY(s)) +return s}, +gp(a){var s=a.size +s.toString +return s}, +gT(a){var s=a.size +s.toString +return s===0}, +gbl(a){var s=a.size +s.toString +return s!==0}, +m(a,b,c){throw A.d(A.R("Not supported"))}, +aW(a,b,c){throw A.d(A.R("Not supported"))}, +v(a,b){throw A.d(A.R("Not supported"))}, +$iap:1} +A.WX.prototype={ +$2(a,b){return this.a.push(a)}, +$S:12} +A.WY.prototype={ +$2(a,b){return this.a.push(b)}, +$S:12} +A.f7.prototype={$if7:1} +A.Dn.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.c9(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return a[b]}, +$iN:1, +$iaZ:1, +$ii:1, +$iA:1} +A.ba.prototype={ +j(a){var s=a.nodeValue +return s==null?this.M4(a):s}, +$iba:1} +A.uF.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.c9(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return a[b]}, +$iN:1, +$iaZ:1, +$ii:1, +$iA:1} +A.fb.prototype={ +gp(a){return a.length}, +$ifb:1} +A.E1.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.c9(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return a[b]}, +$iN:1, +$iaZ:1, +$ii:1, +$iA:1} +A.F1.prototype={ +a2(a,b){return A.fu(a.get(b))!=null}, +i(a,b){return A.fu(a.get(b))}, +S(a,b){var s,r,q=a.entries() +for(;!0;){s=q.next() +r=s.done +r.toString +if(r)return +r=s.value[0] +r.toString +b.$2(r,A.fu(s.value[1]))}}, +gb4(a){var s=A.a([],t.s) +this.S(a,new A.a_8(s)) +return s}, +gal(a){var s=A.a([],t.n4) +this.S(a,new A.a_9(s)) +return s}, +gp(a){var s=a.size +s.toString +return s}, +gT(a){var s=a.size +s.toString +return s===0}, +gbl(a){var s=a.size +s.toString +return s!==0}, +m(a,b,c){throw A.d(A.R("Not supported"))}, +aW(a,b,c){throw A.d(A.R("Not supported"))}, +v(a,b){throw A.d(A.R("Not supported"))}, +$iap:1} +A.a_8.prototype={ +$2(a,b){return this.a.push(a)}, +$S:12} +A.a_9.prototype={ +$2(a,b){return this.a.push(b)}, +$S:12} +A.Fi.prototype={ +gp(a){return a.length}} +A.fg.prototype={$ifg:1} +A.FO.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.c9(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return a[b]}, +$iN:1, +$iaZ:1, +$ii:1, +$iA:1} +A.fh.prototype={$ifh:1} +A.FU.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.c9(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return a[b]}, +$iN:1, +$iaZ:1, +$ii:1, +$iA:1} +A.fi.prototype={ +gp(a){return a.length}, +$ifi:1} +A.G2.prototype={ +a2(a,b){return a.getItem(A.bN(b))!=null}, +i(a,b){return a.getItem(A.bN(b))}, +m(a,b,c){a.setItem(b,c)}, +aW(a,b,c){var s +if(a.getItem(b)==null)a.setItem(b,c.$0()) +s=a.getItem(b) +return s==null?A.bN(s):s}, +v(a,b){var s +A.bN(b) +s=a.getItem(b) +a.removeItem(b) +return s}, +S(a,b){var s,r,q +for(s=0;!0;++s){r=a.key(s) +if(r==null)return +q=a.getItem(r) +q.toString +b.$2(r,q)}}, +gb4(a){var s=A.a([],t.s) +this.S(a,new A.a17(s)) +return s}, +gal(a){var s=A.a([],t.s) +this.S(a,new A.a18(s)) +return s}, +gp(a){var s=a.length +s.toString +return s}, +gT(a){return a.key(0)==null}, +gbl(a){return a.key(0)!=null}, +$iap:1} +A.a17.prototype={ +$2(a,b){return this.a.push(a)}, +$S:74} +A.a18.prototype={ +$2(a,b){return this.a.push(b)}, +$S:74} +A.eh.prototype={$ieh:1} +A.fl.prototype={$ifl:1} +A.ej.prototype={$iej:1} +A.Gl.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.c9(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return a[b]}, +$iN:1, +$iaZ:1, +$ii:1, +$iA:1} +A.Gm.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.c9(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return a[b]}, +$iN:1, +$iaZ:1, +$ii:1, +$iA:1} +A.Gr.prototype={ +gp(a){var s=a.length +s.toString +return s}} +A.fn.prototype={$ifn:1} +A.Gv.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.c9(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return a[b]}, +$iN:1, +$iaZ:1, +$ii:1, +$iA:1} +A.Gw.prototype={ +gp(a){return a.length}} +A.GJ.prototype={ +j(a){var s=String(a) +s.toString +return s}} +A.GO.prototype={ +gp(a){return a.length}} +A.pN.prototype={ +mn(a,b,c){var s=a.open(b,c) +return A.atk(s)}} +A.HY.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.c9(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return a[b]}, +$iN:1, +$iaZ:1, +$ii:1, +$iA:1} +A.wT.prototype={ +j(a){var s,r,q,p=a.left +p.toString +s=a.top +s.toString +r=a.width +r.toString +q=a.height +q.toString +return"Rectangle ("+A.j(p)+", "+A.j(s)+") "+A.j(r)+" x "+A.j(q)}, +k(a,b){var s,r +if(b==null)return!1 +if(t.Bb.b(b)){s=a.left +s.toString +r=J.dZ(b) +if(s===r.gmh(b)){s=a.top +s.toString +if(s===r.gkM(b)){s=a.width +s.toString +if(s===r.gce(b)){s=a.height +s.toString +r=s===r.gc9(b) +s=r}else s=!1}else s=!1}else s=!1}else s=!1 +return s}, +gu(a){var s,r,q,p=a.left +p.toString +s=a.top +s.toString +r=a.width +r.toString +q=a.height +q.toString +return A.I(p,s,r,q,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +gDm(a){return a.height}, +gc9(a){var s=a.height +s.toString +return s}, +gG3(a){return a.width}, +gce(a){var s=a.width +s.toString +return s}} +A.J7.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.c9(b,s,a,null,null)) +return a[b]}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){if(a.length>0)return a[0] +throw A.d(A.a1("No elements"))}, +ga1(a){var s=a.length +if(s>0)return a[s-1] +throw A.d(A.a1("No elements"))}, +aw(a,b){return a[b]}, +$iN:1, +$iaZ:1, +$ii:1, +$iA:1} +A.xF.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.c9(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return a[b]}, +$iN:1, +$iaZ:1, +$ii:1, +$iA:1} +A.Mz.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.c9(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return a[b]}, +$iN:1, +$iaZ:1, +$ii:1, +$iA:1} +A.ML.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length,r=b>>>0!==b||b>=s +r.toString +if(r)throw A.d(A.c9(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return a[b]}, +$iN:1, +$iaZ:1, +$ii:1, +$iA:1} +A.ch.prototype={ +gV(a){return new A.BZ(a,this.gp(a))}, +B(a,b){throw A.d(A.R("Cannot add to immutable List."))}, +dn(a,b){throw A.d(A.R("Cannot sort immutable List."))}, +ek(a){throw A.d(A.R("Cannot remove from immutable List."))}, +v(a,b){throw A.d(A.R("Cannot remove from immutable List."))}} +A.BZ.prototype={ +q(){var s=this,r=s.c+1,q=s.b +if(r>>0!==b||b>=s +s.toString +if(s)throw A.d(A.c9(b,this.gp(a),a,null,null)) +s=a.getItem(b) +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s=a.length +s.toString +if(s>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s=a.length +s.toString +if(s>0){s=a[s-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return this.i(a,b)}, +$iN:1, +$ii:1, +$iA:1} +A.fR.prototype={$ifR:1} +A.DI.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length +s.toString +s=b>>>0!==b||b>=s +s.toString +if(s)throw A.d(A.c9(b,this.gp(a),a,null,null)) +s=a.getItem(b) +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s=a.length +s.toString +if(s>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s=a.length +s.toString +if(s>0){s=a[s-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return this.i(a,b)}, +$iN:1, +$ii:1, +$iA:1} +A.E2.prototype={ +gp(a){return a.length}} +A.G6.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length +s.toString +s=b>>>0!==b||b>=s +s.toString +if(s)throw A.d(A.c9(b,this.gp(a),a,null,null)) +s=a.getItem(b) +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s=a.length +s.toString +if(s>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s=a.length +s.toString +if(s>0){s=a[s-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return this.i(a,b)}, +$iN:1, +$ii:1, +$iA:1} +A.h5.prototype={$ih5:1} +A.Gx.prototype={ +gp(a){var s=a.length +s.toString +return s}, +i(a,b){var s=a.length +s.toString +s=b>>>0!==b||b>=s +s.toString +if(s)throw A.d(A.c9(b,this.gp(a),a,null,null)) +s=a.getItem(b) +s.toString +return s}, +m(a,b,c){throw A.d(A.R("Cannot assign element of immutable List."))}, +sp(a,b){throw A.d(A.R("Cannot resize immutable List."))}, +gG(a){var s=a.length +s.toString +if(s>0){s=a[0] +s.toString +return s}throw A.d(A.a1("No elements"))}, +ga1(a){var s=a.length +s.toString +if(s>0){s=a[s-1] +s.toString +return s}throw A.d(A.a1("No elements"))}, +aw(a,b){return this.i(a,b)}, +$iN:1, +$ii:1, +$iA:1} +A.JE.prototype={} +A.JF.prototype={} +A.Kn.prototype={} +A.Ko.prototype={} +A.MI.prototype={} +A.MJ.prototype={} +A.Nd.prototype={} +A.Ne.prototype={} +A.BJ.prototype={} +A.R2.prototype={ +F(){return"ClipOp."+this.b}} +A.Y8.prototype={ +F(){return"PathFillType."+this.b}} +A.a4F.prototype={ +fl(a,b){A.axc(this.a,this.b,a,b)}} +A.yB.prototype={ +dQ(a){A.zC(this.b,this.c,a)}} +A.ja.prototype={ +gp(a){var s=this.a +return s.gp(s)}, +a2U(a){var s,r,q=this +if(!q.d&&q.e!=null){q.e.fl(a.a,a.gIv()) +return!1}s=q.c +if(s<=0)return!0 +r=q.Cv(s-1) +q.a.dr(0,a) +return r}, +Cv(a){var s,r,q +for(s=this.a,r=!1;(s.c-s.b&s.a.length-1)>>>0>a;r=!0){q=s.pf() +A.zC(q.b,q.c,null)}return r}, +R2(){var s=this,r=s.a +if(!r.gT(r)&&s.e!=null){r=r.pf() +s.e.fl(r.a,r.gIv()) +A.dd(s.gCu())}else s.d=!1}} +A.QO.prototype={ +a2V(a,b,c){this.a.aW(0,a,new A.QP()).a2U(new A.yB(b,c,$.a7))}, +L8(a,b){var s=this.a.aW(0,a,new A.QQ()),r=s.e +s.e=new A.a4F(b,$.a7) +if(r==null&&!s.d){s.d=!0 +A.dd(s.gCu())}}, +a0e(a){var s,r,q,p,o,n,m,l="Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (arguments must be a two-element list, channel name and new capacity)",k="Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (arguments must be a two-element list, channel name and flag state)",j=A.d6(a.buffer,a.byteOffset,a.byteLength) +if(j[0]===7){s=j[1] +if(s>=254)throw A.d(A.dk("Unrecognized message sent to dev.flutter/channel-buffers (method name too long)")) +r=2+s +q=B.I.df(0,B.Q.bc(j,2,r)) +switch(q){case"resize":if(j[r]!==12)throw A.d(A.dk(l)) +p=r+1 +if(j[p]<2)throw A.d(A.dk(l));++p +if(j[p]!==7)throw A.d(A.dk("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (first argument must be a string)"));++p +o=j[p] +if(o>=254)throw A.d(A.dk("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (channel name must be less than 254 characters long)"));++p +r=p+o +n=B.I.df(0,B.Q.bc(j,p,r)) +if(j[r]!==3)throw A.d(A.dk("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (second argument must be an integer in the range 0 to 2147483647)")) +this.JB(0,n,a.getUint32(r+1,B.T===$.cG())) +break +case"overflow":if(j[r]!==12)throw A.d(A.dk(k)) +p=r+1 +if(j[p]<2)throw A.d(A.dk(k));++p +if(j[p]!==7)throw A.d(A.dk("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (first argument must be a string)"));++p +o=j[p] +if(o>=254)throw A.d(A.dk("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (channel name must be less than 254 characters long)"));++p +r=p+o +B.I.df(0,B.Q.bc(j,p,r)) +r=j[r] +if(r!==1&&r!==2)throw A.d(A.dk("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (second argument must be a boolean)")) +break +default:throw A.d(A.dk("Unrecognized method '"+q+"' sent to dev.flutter/channel-buffers"))}}else{m=A.a(B.I.df(0,j).split("\r"),t.s) +if(m.length===3&&J.e(m[0],"resize"))this.JB(0,m[1],A.fv(m[2],null)) +else throw A.d(A.dk("Unrecognized message "+A.j(m)+" sent to dev.flutter/channel-buffers."))}}, +JB(a,b,c){var s=this.a,r=s.i(0,b) +if(r==null)s.m(0,b,new A.ja(A.k7(c,t.S8),c)) +else{r.c=c +r.Cv(c)}}} +A.QP.prototype={ +$0(){return new A.ja(A.k7(1,t.S8),1)}, +$S:93} +A.QQ.prototype={ +$0(){return new A.ja(A.k7(1,t.S8),1)}, +$S:93} +A.DK.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.DK&&b.a===this.a&&b.b===this.b}, +gu(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"OffsetBase("+B.c.R(this.a,1)+", "+B.c.R(this.b,1)+")"}} +A.v.prototype={ +gcC(){var s=this.a,r=this.b +return Math.sqrt(s*s+r*r)}, +gol(){var s=this.a,r=this.b +return s*s+r*r}, +a5(a,b){return new A.v(this.a-b.a,this.b-b.b)}, +W(a,b){return new A.v(this.a+b.a,this.b+b.b)}, +N(a,b){return new A.v(this.a*b,this.b*b)}, +eT(a,b){return new A.v(this.a/b,this.b/b)}, +k(a,b){if(b==null)return!1 +return b instanceof A.v&&b.a===this.a&&b.b===this.b}, +gu(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"Offset("+B.c.R(this.a,1)+", "+B.c.R(this.b,1)+")"}} +A.Q.prototype={ +gT(a){return this.a<=0||this.b<=0}, +a5(a,b){var s=this +if(b instanceof A.Q)return new A.v(s.a-b.a,s.b-b.b) +if(b instanceof A.v)return new A.Q(s.a-b.a,s.b-b.b) +throw A.d(A.bt(b,null))}, +W(a,b){return new A.Q(this.a+b.a,this.b+b.b)}, +N(a,b){return new A.Q(this.a*b,this.b*b)}, +eT(a,b){return new A.Q(this.a/b,this.b/b)}, +hn(a){return new A.v(a.a+this.a/2,a.b+this.b/2)}, +GB(a,b){return new A.v(b.a+this.a,b.b+this.b)}, +t(a,b){var s=b.a +if(s>=0)if(s=0&&s=s.c||s.b>=s.d}, +d7(a){var s=this,r=a.a,q=a.b +return new A.E(s.a+r,s.b+q,s.c+r,s.d+q)}, +b9(a,b,c){var s=this +return new A.E(s.a+b,s.b+c,s.c+b,s.d+c)}, +cA(a){var s=this +return new A.E(s.a-a,s.b-a,s.c+a,s.d+a)}, +ee(a){var s=this +return new A.E(Math.max(s.a,a.a),Math.max(s.b,a.b),Math.min(s.c,a.c),Math.min(s.d,a.d))}, +kl(a){var s=this +return new A.E(Math.min(s.a,a.a),Math.min(s.b,a.b),Math.max(s.c,a.c),Math.max(s.d,a.d))}, +zk(a){var s=this +if(s.c<=a.a||a.c<=s.a)return!1 +if(s.d<=a.b||a.d<=s.b)return!1 +return!0}, +gdF(){var s=this +return Math.min(Math.abs(s.c-s.a),Math.abs(s.d-s.b))}, +gaM(){var s=this,r=s.a,q=s.b +return new A.v(r+(s.c-r)/2,q+(s.d-q)/2)}, +t(a,b){var s=this,r=b.a +if(r>=s.a)if(r=s.b&&rd&&s!==0)return Math.min(a,d/s) +return a}, +KP(){var s=this,r=s.c,q=s.a,p=Math.abs(r-q),o=s.d,n=s.b,m=Math.abs(o-n),l=s.Q,k=s.f,j=s.e,i=s.r,h=s.w,g=s.y,f=s.x,e=s.z,d=s.qf(s.qf(s.qf(s.qf(1,l,k,m),j,i,p),h,g,m),f,e,p) +if(d<1)return new A.fV(q,n,r,o,j*d,k*d,i*d,h*d,f*d,g*d,e*d,l*d,!1) +return new A.fV(q,n,r,o,j,k,i,h,f,g,e,l,!1)}, +t(a,b){var s,r,q,p,o,n,m=this,l=b.a,k=m.a +if(!(l=m.c)){s=b.b +s=s=m.d}else s=!0 +else s=!0 +if(s)return!1 +r=m.KP() +q=r.e +if(ls-q&&b.bs-q&&b.b>m.d-r.y){p=l-s+q +o=r.y +n=b.b-m.d+o}else{q=r.z +if(lm.d-r.Q){p=l-k-q +o=r.Q +n=b.b-m.d+o}else return!0}}}p/=q +n/=o +if(p*p+n*n>1)return!1 +return!0}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(A.t(s)!==J.J(b))return!1 +return b instanceof A.fV&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e&&b.f===s.f&&b.r===s.r&&b.w===s.w&&b.z===s.z&&b.Q===s.Q&&b.x===s.x&&b.y===s.y}, +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.z,s.Q,s.x,s.y,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s,r,q=this,p=B.c.R(q.a,1)+", "+B.c.R(q.b,1)+", "+B.c.R(q.c,1)+", "+B.c.R(q.d,1),o=q.e,n=q.f,m=q.r,l=q.w +if(new A.aL(o,n).k(0,new A.aL(m,l))){s=q.x +r=q.y +s=new A.aL(m,l).k(0,new A.aL(s,r))&&new A.aL(s,r).k(0,new A.aL(q.z,q.Q))}else s=!1 +if(s){if(o===n)return"RRect.fromLTRBR("+p+", "+B.c.R(o,1)+")" +return"RRect.fromLTRBXY("+p+", "+B.c.R(o,1)+", "+B.c.R(n,1)+")"}return"RRect.fromLTRBAndCorners("+p+", topLeft: "+new A.aL(o,n).j(0)+", topRight: "+new A.aL(m,l).j(0)+", bottomRight: "+new A.aL(q.x,q.y).j(0)+", bottomLeft: "+new A.aL(q.z,q.Q).j(0)+")"}} +A.tV.prototype={ +F(){return"KeyEventType."+this.b}} +A.ec.prototype={ +Uc(){var s=this.d +return"0x"+B.f.hM(s,16)+new A.VV(B.c.hy(s/4294967296)).$0()}, +Re(){var s=this.e +if(s==null)return"" +switch(s){case"\n":return'"\\n"' +case"\t":return'"\\t"' +case"\r":return'"\\r"' +case"\b":return'"\\b"' +case"\f":return'"\\f"' +default:return'"'+s+'"'}}, +Vx(){var s=this.e +if(s==null)return"" +return" (0x"+new A.a4(new A.e3(s),new A.VW(),t.Hz.h("a4")).b3(0," ")+")"}, +j(a){var s=this,r=A.apV(s.b),q=B.f.hM(s.c,16),p=s.Uc(),o=s.Re(),n=s.Vx(),m=s.f?", synthesized":"" +return"KeyData(type: "+r+", physical: 0x"+q+", logical: "+p+", character: "+o+n+m+")"}} +A.VV.prototype={ +$0(){switch(this.a){case 0:return" (Unicode)" +case 1:return" (Unprintable)" +case 2:return" (Flutter)" +case 23:return" (Web)"}return""}, +$S:11} +A.VW.prototype={ +$1(a){return B.d.mo(B.f.hM(a,16),2,"0")}, +$S:117} +A.q.prototype={ +cI(a){var s=this +return A.a2(B.c.aH(255*a),s.gn(s)>>>16&255,s.gn(s)>>>8&255,s.gn(s)&255)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.q&&b.gn(b)===s.gn(s)}, +gu(a){return B.f.gu(this.gn(this))}, +j(a){return"Color(0x"+B.d.mo(B.f.hM(this.gn(this),16),8,"0")+")"}, +gn(a){return this.a}} +A.DR.prototype={ +F(){return"PaintingStyle."+this.b}} +A.nt.prototype={ +F(){return"BlendMode."+this.b}} +A.nG.prototype={ +F(){return"Clip."+this.b}} +A.Q7.prototype={ +F(){return"BlurStyle."+this.b}} +A.ud.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.ud&&b.a===this.a&&b.b===this.b}, +gu(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"MaskFilter.blur("+this.a.j(0)+", "+B.c.R(this.b,1)+")"}} +A.lu.prototype={ +F(){return"FilterQuality."+this.b}} +A.abV.prototype={} +A.ku.prototype={ +au(a,b){return new A.ku(this.a,this.b.N(0,b),this.c*b)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.ku&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c===s.c}, +gu(a){return A.I(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"TextShadow("+this.a.j(0)+", "+this.b.j(0)+", "+A.j(this.c)+")"}} +A.jZ.prototype={ +gp(a){return this.b}} +A.Yi.prototype={} +A.jW.prototype={ +j(a){var s,r=A.t(this).j(0),q=this.a,p=A.c1(q[2],0),o=q[1],n=A.c1(o,0),m=q[4],l=A.c1(m,0),k=A.c1(q[3],0) +o=A.c1(o,0) +s=q[0] +return r+"(buildDuration: "+(A.j((p.a-n.a)*0.001)+"ms")+", rasterDuration: "+(A.j((l.a-k.a)*0.001)+"ms")+", vsyncOverhead: "+(A.j((o.a-A.c1(s,0).a)*0.001)+"ms")+", totalSpan: "+(A.j((A.c1(m,0).a-A.c1(s,0).a)*0.001)+"ms")+", layerCacheCount: "+q[6]+", layerCacheBytes: "+q[7]+", pictureCacheCount: "+q[8]+", pictureCacheBytes: "+q[9]+", frameNumber: "+B.b.ga1(q)+")"}} +A.hn.prototype={ +F(){return"AppLifecycleState."+this.b}} +A.r8.prototype={ +F(){return"AppExitResponse."+this.b}} +A.k8.prototype={ +gmf(a){var s=this.a,r=B.az.i(0,s) +return r==null?s:r}, +grs(){var s=this.c,r=B.aM.i(0,s) +return r==null?s:r}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(b instanceof A.k8)if(b.gmf(b)===r.gmf(r))s=b.grs()==r.grs() +else s=!1 +else s=!1 +return s}, +gu(a){return A.I(this.gmf(this),null,this.grs(),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return this.Vy("_")}, +Vy(a){var s=this,r=s.gmf(s) +if(s.c!=null)r+=a+A.j(s.grs()) +return r.charCodeAt(0)==0?r:r}} +A.RB.prototype={ +F(){return"DartPerformanceMode."+this.b}} +A.pc.prototype={} +A.iN.prototype={ +F(){return"PointerChange."+this.b}} +A.hR.prototype={ +F(){return"PointerDeviceKind."+this.b}} +A.oQ.prototype={ +F(){return"PointerSignalKind."+this.b}} +A.hQ.prototype={ +j(a){return"PointerData(x: "+A.j(this.x)+", y: "+A.j(this.y)+")"}} +A.uU.prototype={} +A.c5.prototype={ +j(a){return"SemanticsAction."+this.b}} +A.bL.prototype={ +j(a){return"SemanticsFlag."+this.b}} +A.a0j.prototype={} +A.kg.prototype={ +F(){return"PlaceholderAlignment."+this.b}} +A.f_.prototype={ +j(a){var s=B.DA.i(0,this.a) +s.toString +return s}} +A.jV.prototype={ +k(a,b){if(b==null)return!1 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.jV&&b.a===this.a&&b.b===this.b}, +gu(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"FontVariation('"+this.a+"', "+A.j(this.b)+")"}} +A.h4.prototype={ +F(){return"TextAlign."+this.b}} +A.w5.prototype={ +F(){return"TextBaseline."+this.b}} +A.w7.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.w7&&b.a===this.a}, +gu(a){return B.f.gu(this.a)}, +j(a){var s,r=this.a +if(r===0)return"TextDecoration.none" +s=A.a([],t.s) +if((r&1)!==0)s.push("underline") +if((r&2)!==0)s.push("overline") +if((r&4)!==0)s.push("lineThrough") +if(s.length===1)return"TextDecoration."+s[0] +return"TextDecoration.combine(["+B.b.b3(s,", ")+"])"}} +A.a1x.prototype={ +F(){return"TextDecorationStyle."+this.b}} +A.Gh.prototype={ +F(){return"TextLeadingDistribution."+this.b}} +A.Gf.prototype={ +k(a,b){var s +if(b==null)return!1 +if(J.J(b)!==A.t(this))return!1 +if(b instanceof A.Gf)s=b.c===this.c +else s=!1 +return s}, +gu(a){return A.I(!0,!0,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"TextHeightBehavior(applyHeightToFirstAscent: true, applyHeightToLastDescent: true, leadingDistribution: "+this.c.j(0)+")"}} +A.mE.prototype={ +F(){return"TextDirection."+this.b}} +A.fk.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.fk&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=this +return"TextBox.fromLTRBD("+B.c.R(s.a,1)+", "+B.c.R(s.b,1)+", "+B.c.R(s.c,1)+", "+B.c.R(s.d,1)+", "+s.e.j(0)+")"}} +A.w4.prototype={ +F(){return"TextAffinity."+this.b}} +A.cb.prototype={ +k(a,b){if(b==null)return!1 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.cb&&b.a===this.a&&b.b===this.b}, +gu(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return A.t(this).j(0)+"(offset: "+this.a+", affinity: "+this.b.j(0)+")"}} +A.d_.prototype={ +gkw(){return this.a>=0&&this.b>=0}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.d_&&b.a===this.a&&b.b===this.b}, +gu(a){return A.I(B.f.gu(this.a),B.f.gu(this.b),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"TextRange(start: "+this.a+", end: "+this.b+")"}} +A.ke.prototype={ +k(a,b){if(b==null)return!1 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.ke&&b.a===this.a}, +gu(a){return B.c.gu(this.a)}, +j(a){return A.t(this).j(0)+"(width: "+A.j(this.a)+")"}} +A.Al.prototype={ +F(){return"BoxHeightStyle."+this.b}} +A.Qa.prototype={ +F(){return"BoxWidthStyle."+this.b}} +A.a2r.prototype={ +F(){return"TileMode."+this.b}} +A.S5.prototype={} +A.o5.prototype={} +A.Fx.prototype={} +A.ny.prototype={ +F(){return"Brightness."+this.b}} +A.Qy.prototype={ +k(a,b){if(b==null)return!1 +return this===b}, +gu(a){return A.B.prototype.gu.call(this,this)}} +A.Cm.prototype={ +k(a,b){var s +if(b==null)return!1 +if(J.J(b)!==A.t(this))return!1 +if(b instanceof A.Cm)s=!0 +else s=!1 +return s}, +gu(a){return A.I(null,null,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"GestureSettings(physicalTouchSlop: null, physicalDoubleTapSlop: null)"}} +A.PP.prototype={ +u3(a){var s,r,q +if(A.el(a,0,null).gIc())return A.yY(B.f9,a,B.I,!1) +s=this.b +if(s==null){s=self.window.document.querySelector("meta[name=assetBase]") +r=s==null?null:s.content +s=r==null +if(!s)self.window.console.warn("The `assetBase` meta tag is now deprecated.\nUse engineInitializer.initializeEngine(config) instead.\nSee: https://docs.flutter.dev/development/platform-integration/web/initialization") +q=this.b=s?"":r +s=q}return A.yY(B.f9,s+"assets/"+a,B.I,!1)}} +A.a9V.prototype={ +$1(a){return this.Kj(a)}, +$0(){return this.$1(null)}, +$C:"$1", +$R:0, +$D(){return[null]}, +Kj(a){var s=0,r=A.Y(t.H) +var $async$$1=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:s=2 +return A.Z(A.aam(a),$async$$1) +case 2:return A.W(null,r)}}) +return A.X($async$$1,r)}, +$S:252} +A.a9W.prototype={ +$0(){var s=0,r=A.Y(t.P),q=this +var $async$$0=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:q.a.$0() +s=2 +return A.Z(A.adG(),$async$$0) +case 2:q.b.$0() +return A.W(null,r)}}) +return A.X($async$$0,r)}, +$S:55} +A.Qj.prototype={ +Aj(a){return $.ajj.aW(0,a,new A.Qk(a))}} +A.Qk.prototype={ +$0(){return t.e.a(A.b0(this.a))}, +$S:59} +A.Ul.prototype={ +wS(a){var s=new A.Uo(a) +A.bH(self.window,"popstate",B.i_.Aj(s),null) +return new A.Un(this,s)}, +KC(){var s=self.window.location.hash +if(s.length===0||s==="#")return"/" +return B.d.bK(s,1)}, +Am(a){return A.afh(self.window.history)}, +J7(a){var s,r=a.length===0||a==="/"?"":"#"+a,q=self.window.location.pathname +if(q==null)q=null +q.toString +s=self.window.location.search +if(s==null)s=null +s.toString +return q+s+r}, +Jg(a,b,c,d){var s=this.J7(d),r=self.window.history,q=A.at(b) +if(q==null)q=t.K.a(q) +r.pushState(q,c,s)}, +kL(a,b,c,d){var s,r=this.J7(d),q=self.window.history +if(b==null)s=null +else{s=A.at(b) +if(s==null)s=t.K.a(s)}q.replaceState(s,c,r)}, +pD(a,b){var s=self.window.history +s.go(b) +return this.XC()}, +XC(){var s=new A.a3($.a7,t.U),r=A.bf("unsubscribe") +r.b=this.wS(new A.Um(r,new A.bk(s,t.l))) +return s}} +A.Uo.prototype={ +$1(a){var s=t.e.a(a).state +if(s==null)s=null +else{s=A.adz(s) +s.toString}this.a.$1(s)}, +$S:253} +A.Un.prototype={ +$0(){var s=this.b +A.e7(self.window,"popstate",B.i_.Aj(s),null) +$.ajj.v(0,s) +return null}, +$S:0} +A.Um.prototype={ +$1(a){this.a.ar().$0() +this.b.hq(0)}, +$S:5} +A.Yo.prototype={} +A.A8.prototype={ +gp(a){return a.length}} +A.A9.prototype={ +a2(a,b){return A.fu(a.get(b))!=null}, +i(a,b){return A.fu(a.get(b))}, +S(a,b){var s,r,q=a.entries() +for(;!0;){s=q.next() +r=s.done +r.toString +if(r)return +r=s.value[0] +r.toString +b.$2(r,A.fu(s.value[1]))}}, +gb4(a){var s=A.a([],t.s) +this.S(a,new A.PU(s)) +return s}, +gal(a){var s=A.a([],t.n4) +this.S(a,new A.PV(s)) +return s}, +gp(a){var s=a.size +s.toString +return s}, +gT(a){var s=a.size +s.toString +return s===0}, +gbl(a){var s=a.size +s.toString +return s!==0}, +m(a,b,c){throw A.d(A.R("Not supported"))}, +aW(a,b,c){throw A.d(A.R("Not supported"))}, +v(a,b){throw A.d(A.R("Not supported"))}, +$iap:1} +A.PU.prototype={ +$2(a,b){return this.a.push(a)}, +$S:12} +A.PV.prototype={ +$2(a,b){return this.a.push(b)}, +$S:12} +A.Aa.prototype={ +gp(a){return a.length}} +A.jF.prototype={} +A.DJ.prototype={ +gp(a){return a.length}} +A.Hl.prototype={} +A.a1g.prototype={ +gD(a){var s=this,r=s.d +return r==null?s.d=B.d.Y(s.a,s.b,s.c):r}, +q(){return this.Ps(1,this.c)}, +Ps(a,b){var s,r,q,p,o,n,m,l,k,j=this +if(a>0){s=j.c +for(r=j.a,q=r.length,p=176;ss;){p=k.c=q-1 +o=r.charCodeAt(p) +if((o&64512)!==56320){p=k.d=j.charCodeAt(k.d&240|A.zG(o)) +if(((p>=208?k.d=A.adK(r,s,k.c,p):p)&1)===0)return q +continue}if(p>=s){n=r.charCodeAt(p-1) +if((n&64512)===55296){m=A.kZ(n,o) +p=--k.c}else m=2}else m=2 +l=k.d=j.charCodeAt(k.d&240|m) +if(((l>=208?k.d=A.adK(r,s,p,l):l)&1)===0)return q}p=k.d=j.charCodeAt(k.d&240|15) +if(((p>=208?k.d=A.adK(r,s,q,p):p)&1)===0)return k.c +return-1}} +A.b8.prototype={ +i(a,b){var s,r=this +if(!r.qo(b))return null +s=r.c.i(0,r.a.$1(r.$ti.h("b8.K").a(b))) +return s==null?null:s.b}, +m(a,b,c){var s,r=this +if(!r.qo(b))return +s=r.$ti +r.c.m(0,r.a.$1(b),new A.aC(b,c,s.h("@").a4(s.h("b8.V")).h("aC<1,2>")))}, +H(a,b){b.S(0,new A.QA(this))}, +i5(a,b,c){var s=this.c +return s.i5(s,b,c)}, +a2(a,b){var s=this +if(!s.qo(b))return!1 +return s.c.a2(0,s.a.$1(s.$ti.h("b8.K").a(b)))}, +gd2(a){var s=this.c +return s.gd2(s).fn(0,new A.QB(this),this.$ti.h("aC"))}, +S(a,b){this.c.S(0,new A.QC(this,b))}, +gT(a){return this.c.a===0}, +gb4(a){var s=this.c +s=s.gal(s) +return A.ow(s,new A.QD(this),A.m(s).h("i.E"),this.$ti.h("b8.K"))}, +gp(a){return this.c.a}, +ky(a,b,c,d){var s=this.c +return s.ky(s,new A.QE(this,b,c,d),c,d)}, +aW(a,b,c){return this.c.aW(0,this.a.$1(b),new A.QF(this,b,c)).b}, +v(a,b){var s,r=this +if(!r.qo(b))return null +s=r.c.v(0,r.a.$1(r.$ti.h("b8.K").a(b))) +return s==null?null:s.b}, +gal(a){var s=this.c +s=s.gal(s) +return A.ow(s,new A.QG(this),A.m(s).h("i.E"),this.$ti.h("b8.V"))}, +j(a){return A.Wx(this)}, +qo(a){var s +if(this.$ti.h("b8.K").b(a))s=!0 +else s=!1 +return s}, +$iap:1} +A.QA.prototype={ +$2(a,b){this.a.m(0,a,b) +return b}, +$S(){return this.a.$ti.h("~(b8.K,b8.V)")}} +A.QB.prototype={ +$1(a){var s=a.b,r=this.a.$ti +return new A.aC(s.a,s.b,r.h("@").a4(r.h("b8.V")).h("aC<1,2>"))}, +$S(){return this.a.$ti.h("aC(aC>)")}} +A.QC.prototype={ +$2(a,b){return this.b.$2(b.a,b.b)}, +$S(){return this.a.$ti.h("~(b8.C,aC)")}} +A.QD.prototype={ +$1(a){return a.a}, +$S(){return this.a.$ti.h("b8.K(aC)")}} +A.QE.prototype={ +$2(a,b){return this.b.$2(b.a,b.b)}, +$S(){return this.a.$ti.a4(this.c).a4(this.d).h("aC<1,2>(b8.C,aC)")}} +A.QF.prototype={ +$0(){var s=this.a.$ti +return new A.aC(this.b,this.c.$0(),s.h("@").a4(s.h("b8.V")).h("aC<1,2>"))}, +$S(){return this.a.$ti.h("aC()")}} +A.QG.prototype={ +$1(a){return a.b}, +$S(){return this.a.$ti.h("b8.V(aC)")}} +A.Bk.prototype={ +eJ(a,b){return J.e(a,b)}} +A.CX.prototype={ +eJ(a,b){var s,r,q,p,o +if(a===b)return!0 +s=J.av(a) +r=s.gp(a) +q=J.av(b) +if(r!==q.gp(b))return!1 +for(p=this.a,o=0;o>>0)&2147483647 +q^=q>>>11 +return q+(q<<15>>>0)&2147483647}} +A.pL.prototype={} +A.pf.prototype={} +A.qe.prototype={ +gu(a){var s=this.a +return 3*s.a.fU(0,this.b)+7*s.b.fU(0,this.c)&2147483647}, +k(a,b){var s +if(b==null)return!1 +if(b instanceof A.qe){s=this.a +s=s.a.eJ(this.b,b.b)&&s.b.eJ(this.c,b.c)}else s=!1 +return s}} +A.ub.prototype={ +eJ(a,b){var s,r,q,p,o,n,m +if(a===b)return!0 +s=J.av(a) +r=J.av(b) +if(s.gp(a)!==r.gp(b))return!1 +q=A.fJ(null,null,null,t.PJ,t.S) +for(p=J.ar(s.gb4(a));p.q();){o=p.gD(p) +n=new A.qe(this,o,s.i(a,o)) +m=q.i(0,n) +q.m(0,n,(m==null?0:m)+1)}for(s=J.ar(r.gb4(b));s.q();){o=s.gD(s) +n=new A.qe(this,o,r.i(b,o)) +m=q.i(0,n) +if(m==null||m===0)return!1 +q.m(0,n,m-1)}return!0}, +fU(a,b){var s,r,q,p,o,n,m,l,k +for(s=J.dZ(b),r=J.ar(s.gb4(b)),q=this.a,p=this.b,o=this.$ti.z[1],n=0;r.q();){m=r.gD(r) +l=q.fU(0,m) +k=s.i(b,m) +n=n+3*l+7*p.fU(0,k==null?o.a(k):k)&2147483647}n=n+(n<<3>>>0)&2147483647 +n^=n>>>11 +return n+(n<<15>>>0)&2147483647}} +A.Bi.prototype={ +eJ(a,b){var s,r=this,q=t.Ro +if(q.b(a))return q.b(b)&&new A.pf(r,t.n5).eJ(a,b) +q=t.f +if(q.b(a))return q.b(b)&&new A.ub(r,r,t.Dx).eJ(a,b) +q=t.JY +if(q.b(a)){s=t.j +if(s.b(a)!==s.b(b))return!1 +return q.b(b)&&new A.pL(r,t.N2).eJ(a,b)}return J.e(a,b)}, +fU(a,b){var s=this +if(t.Ro.b(b))return new A.pf(s,t.n5).fU(0,b) +if(t.f.b(b))return new A.ub(s,s,t.Dx).fU(0,b) +if(t.JY.b(b))return new A.pL(s,t.N2).fU(0,b) +return J.p(b)}, +a1R(a){!t.JY.b(a) +return!0}} +A.Cs.prototype={ +q7(a){var s=this.b[a] +if(s==null){this.$ti.c.a(null) +s=null}return s}, +gp(a){return this.c}, +j(a){var s=this.b +return A.afX(A.eN(s,0,A.eq(this.c,"count",t.S),A.a5(s).c),"(",")")}, +PC(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=b*2+2 +for(s=j.a,r=j.$ti.c;q=j.c,i0){j.b[b]=k +b=p}}j.b[b]=a}} +A.hm.prototype={ +F(){return"AnimationStatus."+this.b}} +A.cd.prototype={ +j(a){return"#"+A.b1(this)+"("+this.tW()+")"}, +tW(){switch(this.gaO(this).a){case 1:return"\u25b6" +case 2:return"\u25c0" +case 3:return"\u23ed" +case 0:return"\u23ee"}}} +A.pO.prototype={ +F(){return"_AnimationDirection."+this.b}} +A.A_.prototype={ +F(){return"AnimationBehavior."+this.b}} +A.nm.prototype={ +gn(a){var s=this.x +s===$&&A.c() +return s}, +sn(a,b){var s=this +s.fG(0) +s.vU(b) +s.ai() +s.n9()}, +gdX(){var s=this.r +if(!(s!=null&&s.a!=null))return 0 +s=this.w +s.toString +return s.dA(0,this.y.a/1e6)}, +vU(a){var s=this,r=s.a,q=s.b,p=s.x=A.O(a,r,q) +if(p===r)s.Q=B.z +else if(p===q)s.Q=B.L +else s.Q=s.z===B.a7?B.aj:B.ab}, +gaO(a){var s=this.Q +s===$&&A.c() +return s}, +jc(a,b){var s=this +s.z=B.a7 +if(b!=null)s.sn(0,b) +return s.BJ(s.b)}, +bX(a){return this.jc(a,null)}, +JG(a,b){this.z=B.hx +return this.BJ(this.a)}, +eS(a){return this.JG(a,null)}, +jJ(a,b,c){var s,r,q,p,o,n,m=this,l=$.a_U.y5$ +l===$&&A.c() +if((l.a&4)!==0)switch(m.d.a){case 0:s=0.05 +break +case 1:s=1 +break +default:s=1}else s=1 +if(c==null){r=m.b-m.a +if(isFinite(r)){l=m.x +l===$&&A.c() +q=Math.abs(a-l)/r}else q=1 +if(m.z===B.hx&&m.f!=null){l=m.f +l.toString +p=l}else{l=m.e +l.toString +p=l}o=new A.aM(B.c.aH(p.a*q))}else{l=m.x +l===$&&A.c() +o=a===l?B.p:c}m.fG(0) +l=o.a +if(l===B.p.a){l=m.x +l===$&&A.c() +if(l!==a){m.x=A.O(a,m.a,m.b) +m.ai()}m.Q=m.z===B.a7?B.L:B.z +m.n9() +return A.acK()}n=m.x +n===$&&A.c() +return m.ws(new A.a65(l*s/1e6,n,a,b,B.b7))}, +BJ(a){return this.jJ(a,B.a4,null)}, +Jx(a){var s,r,q=this,p=q.a,o=q.b,n=q.e +q.fG(0) +s=q.x +s===$&&A.c() +r=n.a/1e6 +s=o===p?0:s/(o-p)*r +return q.ws(new A.a7r(p,o,!1,q.gQS(),r,s,B.b7))}, +QT(a){this.z=a +this.Q=a===B.a7?B.aj:B.ab +this.n9()}, +ws(a){var s,r=this +r.w=a +r.y=B.p +r.x=A.O(a.cW(0,0),r.a,r.b) +s=r.r.jG(0) +r.Q=r.z===B.a7?B.aj:B.ab +r.n9() +return s}, +mU(a,b){this.y=this.w=null +this.r.mU(0,b)}, +fG(a){return this.mU(a,!0)}, +l(){var s=this +s.r.l() +s.r=null +s.bD$.U(0) +s.bQ$.U(0) +s.uy()}, +n9(){var s=this,r=s.Q +r===$&&A.c() +if(s.as!==r){s.as=r +s.p5(r)}}, +Pt(a){var s,r=this +r.y=a +s=a.a/1e6 +r.x=A.O(r.w.cW(0,s),r.a,r.b) +if(r.w.jk(s)){r.Q=r.z===B.a7?B.L:B.z +r.mU(0,!1)}r.ai() +r.n9()}, +tW(){var s,r=this.r,q=r==null,p=!q&&r.a!=null?"":"; paused" +if(q)s="; DISPOSED" +else s=r.b?"; silenced":"" +r=this.ux() +q=this.x +q===$&&A.c() +return r+" "+B.c.R(q,3)+p+s}} +A.a65.prototype={ +cW(a,b){var s,r,q=this,p=A.O(b/q.b,0,1) +if(p===0)return q.c +else{s=q.d +if(p===1)return s +else{r=q.c +return r+(s-r)*q.e.a6(0,p)}}}, +dA(a,b){return(this.cW(0,b+0.001)-this.cW(0,b-0.001))/0.002}, +jk(a){return a>this.b}} +A.a7r.prototype={ +cW(a,b){var s=this,r=b+s.r,q=s.f,p=B.c.bv(r/q,1) +B.c.eX(r,q) +s.e.$1(B.a7) +q=A.L(s.b,s.c,p) +q.toString +return q}, +dA(a,b){return(this.c-this.b)/this.f}, +jk(a){return!1}} +A.Hb.prototype={} +A.Hc.prototype={} +A.Hd.prototype={} +A.H4.prototype={ +Z(a,b){}, +I(a,b){}, +e9(a){}, +cl(a){}, +gaO(a){return B.L}, +gn(a){return 1}, +j(a){return"kAlwaysCompleteAnimation"}} +A.H5.prototype={ +Z(a,b){}, +I(a,b){}, +e9(a){}, +cl(a){}, +gaO(a){return B.z}, +gn(a){return 0}, +j(a){return"kAlwaysDismissedAnimation"}} +A.r4.prototype={ +Z(a,b){return this.gca(this).Z(0,b)}, +I(a,b){return this.gca(this).I(0,b)}, +e9(a){return this.gca(this).e9(a)}, +cl(a){return this.gca(this).cl(a)}, +gaO(a){var s=this.gca(this) +return s.gaO(s)}} +A.uV.prototype={ +sca(a,b){var s,r=this,q=r.c +if(b==q)return +if(q!=null){r.a=q.gaO(q) +q=r.c +r.b=q.gn(q) +if(r.j4$>0)r.rG()}r.c=b +if(b!=null){if(r.j4$>0)r.rF() +q=r.b +s=r.c +s=s.gn(s) +if(q==null?s!=null:q!==s)r.ai() +q=r.a +s=r.c +if(q!==s.gaO(s)){q=r.c +r.p5(q.gaO(q))}r.b=r.a=null}}, +rF(){var s=this,r=s.c +if(r!=null){r.Z(0,s.gdS()) +s.c.e9(s.gIW())}}, +rG(){var s=this,r=s.c +if(r!=null){r.I(0,s.gdS()) +s.c.cl(s.gIW())}}, +gaO(a){var s=this.c +if(s!=null)s=s.gaO(s) +else{s=this.a +s.toString}return s}, +gn(a){var s=this.c +if(s!=null)s=s.gn(s) +else{s=this.b +s.toString}return s}, +j(a){var s=this,r=s.c +if(r==null)return"ProxyAnimation(null; "+s.ux()+" "+B.c.R(s.gn(s),3)+")" +return r.j(0)+"\u27a9ProxyAnimation"}} +A.fd.prototype={ +Z(a,b){this.aY() +this.a.Z(0,b)}, +I(a,b){this.a.I(0,b) +this.i9()}, +rF(){this.a.e9(this.glt())}, +rG(){this.a.cl(this.glt())}, +qU(a){this.p5(this.Ey(a))}, +gaO(a){var s=this.a +return this.Ey(s.gaO(s))}, +gn(a){var s=this.a +return 1-s.gn(s)}, +Ey(a){switch(a.a){case 1:return B.ab +case 2:return B.aj +case 3:return B.z +case 0:return B.L}}, +j(a){return this.a.j(0)+"\u27aaReverseAnimation"}} +A.rG.prototype={ +FF(a){var s=this +switch(a.a){case 0:case 3:s.d=null +break +case 1:if(s.d==null)s.d=B.aj +break +case 2:if(s.d==null)s.d=B.ab +break}}, +gFZ(){if(this.c!=null){var s=this.d +if(s==null){s=this.a +s=s.gaO(s)}s=s!==B.ab}else s=!0 +return s}, +l(){this.a.cl(this.gFE())}, +gn(a){var s=this,r=s.gFZ()?s.b:s.c,q=s.a,p=q.gn(q) +if(r==null)return p +if(p===0||p===1)return p +return r.a6(0,p)}, +j(a){var s=this,r=s.c +if(r==null)return s.a.j(0)+"\u27a9"+s.b.j(0) +if(s.gFZ())return s.a.j(0)+"\u27a9"+s.b.j(0)+"\u2092\u2099/"+r.j(0) +return s.a.j(0)+"\u27a9"+s.b.j(0)+"/"+r.j(0)+"\u2092\u2099"}, +gca(a){return this.a}} +A.Nc.prototype={ +F(){return"_TrainHoppingMode."+this.b}} +A.mK.prototype={ +qU(a){if(a!==this.e){this.ai() +this.e=a}}, +gaO(a){var s=this.a +return s.gaO(s)}, +XB(){var s,r,q=this,p=q.b +if(p!=null){switch(q.c.a){case 0:p=p.gn(p) +s=q.a +r=p<=s.gn(s) +break +case 1:p=p.gn(p) +s=q.a +r=p>=s.gn(s) +break +default:r=!1}if(r){p=q.a +s=q.glt() +p.cl(s) +p.I(0,q.gwK()) +p=q.b +q.a=p +q.b=null +p.e9(s) +s=q.a +q.qU(s.gaO(s))}}else r=!1 +p=q.a +p=p.gn(p) +if(p!==q.f){q.ai() +q.f=p}if(r&&q.d!=null)q.d.$0()}, +gn(a){var s=this.a +return s.gn(s)}, +l(){var s,r,q=this +q.a.cl(q.glt()) +s=q.gwK() +q.a.I(0,s) +q.a=null +r=q.b +if(r!=null)r.I(0,s) +q.b=null +q.bQ$.U(0) +q.bD$.U(0) +q.uy()}, +j(a){var s=this +if(s.b!=null)return A.j(s.a)+"\u27a9TrainHoppingAnimation(next: "+A.j(s.b)+")" +return A.j(s.a)+"\u27a9TrainHoppingAnimation(no next)"}} +A.nK.prototype={ +rF(){var s,r=this,q=r.a,p=r.gDQ() +q.Z(0,p) +s=r.gDR() +q.e9(s) +q=r.b +q.Z(0,p) +q.e9(s)}, +rG(){var s,r=this,q=r.a,p=r.gDQ() +q.I(0,p) +s=r.gDR() +q.cl(s) +q=r.b +q.I(0,p) +q.cl(s)}, +gaO(a){var s=this.b +if(s.gaO(s)===B.aj||s.gaO(s)===B.ab)return s.gaO(s) +s=this.a +return s.gaO(s)}, +j(a){return"CompoundAnimation("+this.a.j(0)+", "+this.b.j(0)+")"}, +Uo(a){var s=this +if(s.gaO(s)!==s.c){s.c=s.gaO(s) +s.p5(s.gaO(s))}}, +Un(){var s=this +if(!J.e(s.gn(s),s.d)){s.d=s.gn(s) +s.ai()}}} +A.r3.prototype={ +gn(a){var s,r=this.a +r=r.gn(r) +s=this.b +s=s.gn(s) +return Math.min(A.qL(r),A.qL(s))}} +A.wJ.prototype={} +A.wK.prototype={} +A.wL.prototype={} +A.I4.prototype={} +A.Lb.prototype={} +A.Lc.prototype={} +A.Ld.prototype={} +A.LS.prototype={} +A.LT.prototype={} +A.N9.prototype={} +A.Na.prototype={} +A.Nb.prototype={} +A.uQ.prototype={ +a6(a,b){return this.ju(b)}, +ju(a){throw A.d(A.h6(null))}, +j(a){return"ParametricCurve"}} +A.e4.prototype={ +a6(a,b){if(b===0||b===1)return b +return this.MA(0,b)}} +A.xp.prototype={ +ju(a){return a}} +A.f1.prototype={ +ju(a){var s=this.a +a=A.O((a-s)/(this.b-s),0,1) +if(a===0||a===1)return a +return this.c.a6(0,a)}, +j(a){var s=this,r=s.c +if(!(r instanceof A.xp))return"Interval("+A.j(s.a)+"\u22ef"+A.j(s.b)+")\u27a9"+r.j(0) +return"Interval("+A.j(s.a)+"\u22ef"+A.j(s.b)+")"}} +A.Gq.prototype={ +ju(a){return a<0.5?0:1}} +A.de.prototype={ +CB(a,b,c){var s=1-c +return 3*a*s*s*c+3*b*s*c*c+c*c*c}, +ju(a){var s,r,q,p,o,n,m=this +for(s=m.a,r=m.c,q=0,p=1;!0;){o=(q+p)/2 +n=m.CB(s,r,o) +if(Math.abs(a-n)<0.001)return m.CB(m.b,m.d,o) +if(n"))}} +A.aB.prototype={ +gn(a){var s=this.a +return this.b.a6(0,s.gn(s))}, +j(a){var s=this.a,r=this.b +return s.j(0)+"\u27a9"+r.j(0)+"\u27a9"+A.j(r.a6(0,s.gn(s)))}, +tW(){return this.ux()+" "+this.b.j(0)}, +gca(a){return this.a}} +A.dS.prototype={ +a6(a,b){return this.b.a6(0,this.a.a6(0,b))}, +j(a){return this.a.j(0)+"\u27a9"+this.b.j(0)}} +A.ay.prototype={ +cG(a){var s=this.a +return A.m(this).h("ay.T").a(J.aek(s,J.amF(J.amG(this.b,s),a)))}, +a6(a,b){var s,r=this +if(b===0){s=r.a +return s==null?A.m(r).h("ay.T").a(s):s}if(b===1){s=r.b +return s==null?A.m(r).h("ay.T").a(s):s}return r.cG(b)}, +j(a){return"Animatable("+A.j(this.a)+" \u2192 "+A.j(this.b)+")"}, +sx5(a){return this.a=a}, +saK(a,b){return this.b=b}} +A.vj.prototype={ +cG(a){return this.c.cG(1-a)}} +A.ht.prototype={ +cG(a){return A.r(this.a,this.b,a)}} +A.v2.prototype={ +cG(a){return A.arx(this.a,this.b,a)}} +A.k0.prototype={ +cG(a){var s,r=this.a +r.toString +s=this.b +s.toString +return B.c.aH(r+(s-r)*a)}} +A.ir.prototype={ +a6(a,b){if(b===0||b===1)return b +return this.a.a6(0,b)}, +j(a){return"CurveTween(curve: "+this.a.j(0)+")"}} +A.za.prototype={} +A.wk.prototype={ +P7(a,b){var s,r,q,p,o,n,m,l=this.a +B.b.H(l,a) +for(s=l.length,r=0,q=0;q=n&&b"}} +A.eV.prototype={ +gn(a){return this.b.a}, +gnq(){var s=this +return!s.e.k(0,s.f)||!s.x.k(0,s.y)||!s.r.k(0,s.w)||!s.z.k(0,s.Q)}, +gno(){var s=this +return!s.e.k(0,s.r)||!s.f.k(0,s.w)||!s.x.k(0,s.z)||!s.y.k(0,s.Q)}, +gnp(){var s=this +return!s.e.k(0,s.x)||!s.f.k(0,s.y)||!s.r.k(0,s.z)||!s.w.k(0,s.Q)}, +JC(a){var s,r,q,p,o,n=this,m=null +if(n.gnq()){s=a.ad(t.WD) +r=s==null?m:s.f.c.gnW() +if(r==null){r=A.d5(a,B.v7) +r=r==null?m:r.e +q=r}else q=r +if(q==null)q=B.B}else q=B.B +if(n.gno()){r=A.d5(a,B.v3) +r=r==null?m:r.as +p=r===!0}else p=!1 +if(n.gnp())A.aoc(a) +switch(q.a){case 1:switch(0){case 0:o=p?n.r:n.e +break}break +case 0:switch(0){case 0:o=p?n.w:n.f +break}break +default:o=m}return new A.eV(o,n.c,m,n.e,n.f,n.r,n.w,n.x,n.y,n.z,n.Q,0)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.eV&&b.b.a===s.b.a&&b.e.k(0,s.e)&&b.f.k(0,s.f)&&b.r.k(0,s.r)&&b.w.k(0,s.w)&&b.x.k(0,s.x)&&b.y.k(0,s.y)&&b.z.k(0,s.z)&&b.Q.k(0,s.Q)}, +gu(a){var s=this +return A.I(s.b.a,s.e,s.f,s.r,s.x,s.y,s.w,s.Q,s.z,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=this,r=new A.Rs(s),q=A.a([r.$2("color",s.e)],t.s) +if(s.gnq())q.push(r.$2("darkColor",s.f)) +if(s.gno())q.push(r.$2("highContrastColor",s.r)) +if(s.gnq()&&s.gno())q.push(r.$2("darkHighContrastColor",s.w)) +if(s.gnp())q.push(r.$2("elevatedColor",s.x)) +if(s.gnq()&&s.gnp())q.push(r.$2("darkElevatedColor",s.y)) +if(s.gno()&&s.gnp())q.push(r.$2("highContrastElevatedColor",s.z)) +if(s.gnq()&&s.gno()&&s.gnp())q.push(r.$2("darkHighContrastElevatedColor",s.Q)) +r=s.c +if(r==null)r="CupertinoDynamicColor" +q=B.b.b3(q,", ") +return r+"("+q+", resolved by: UNRESOLVED)"}} +A.Rs.prototype={ +$2(a,b){var s=b.k(0,this.a.b)?"*":"" +return s+a+" = "+b.j(0)+s}, +$S:280} +A.I_.prototype={} +A.B6.prototype={ +K(a){var s=this.f,r=A.ao8(s,a) +return J.e(r,s)?this:this.cr(r)}, +o6(a,b,c,d,e,f,g,h){var s=this,r=g==null?s.a:g,q=b==null?s.b:b,p=h==null?s.c:h,o=c==null?s.d:c,n=e==null?s.e:e,m=a==null?s.f:a,l=d==null?s.gc0(s):d +return A.af0(m,q,o,l,n,f==null?s.w:f,r,p)}, +cr(a){return this.o6(a,null,null,null,null,null,null,null)}} +A.I0.prototype={} +A.I1.prototype={ +yD(a){return a.gmf(a)==="en"}, +im(a,b){return new A.bU(B.vW,t.u4)}, +ur(a){return!1}, +j(a){return"DefaultCupertinoLocalizations.delegate(en_US)"}} +A.Bj.prototype={$iRt:1} +A.Ru.prototype={ +$0(){return A.ao9(this.a)}, +$S:2} +A.Rv.prototype={ +$0(){var s=this.a,r=s.a +r.toString +s=s.at +s.toString +r.a_7() +return new A.wP(s,r)}, +$S(){return this.b.h("wP<0>()")}} +A.B7.prototype={ +L(a){var s,r=this,q=a.ad(t.I) +q.toString +s=q.w +q=r.e +return A.a0F(A.a0F(new A.Bg(q,r.f,q,null),r.c,s,!0),r.d,s,!1)}} +A.pU.prototype={ +af(){return new A.pV(B.k,this.$ti.h("pV<1>"))}, +a_i(){return this.d.$0()}, +a2D(){return this.e.$0()}} +A.pV.prototype={ +aE(){var s,r=this +r.aS() +s=A.abT(r,null) +s.ay=r.gSy() +s.ch=r.gSA() +s.CW=r.gSw() +s.cx=r.gSt() +r.e=s}, +l(){var s=this.e +s===$&&A.c() +s.ok.U(0) +s.mY() +this.aL()}, +Sz(a){this.d=this.a.a2D()}, +SB(a){var s,r,q=this.d +q.toString +s=a.c +s.toString +r=this.c +r=this.Cg(s/r.gC(r).a) +q=q.a +s=q.x +s===$&&A.c() +q.sn(0,s-r)}, +Sx(a){var s,r=this,q=r.d +q.toString +s=r.c +q.Hp(r.Cg(a.a.a.a/s.gC(s).a)) +r.d=null}, +Su(){var s=this.d +if(s!=null)s.Hp(0) +this.d=null}, +W_(a){var s +if(this.a.a_i()){s=this.e +s===$&&A.c() +s.Gf(a)}}, +Cg(a){var s=this.c.ad(t.I) +s.toString +switch(s.w.a){case 0:return-a +case 1:return a}}, +L(a){var s,r,q=null,p=a.ad(t.I) +p.toString +s=t.w +r=p.w===B.X?A.cn(a,B.ba,s).w.r.a:A.cn(a,B.ba,s).w.r.c +r=Math.max(r,20) +return A.FZ(B.hM,A.a([this.a.c,new A.E5(0,0,0,r,A.u6(B.ce,q,q,this.gVZ(),q,q,q),q)],t.F),B.ae,B.HL)}} +A.wP.prototype={ +Hp(a){var s,r,q,p,o=this +if(Math.abs(a)>=1)s=a<=0 +else{r=o.a.x +r===$&&A.c() +s=r>0.5}if(s){r=o.a +q=r.x +q===$&&A.c() +q=A.L(800,0,q) +q.toString +q=A.c1(0,Math.min(B.c.hy(q),300)) +r.z=B.a7 +r.jJ(1,B.ja,q)}else{o.b.fq() +r=o.a +q=r.r +if(q!=null&&q.a!=null){q=r.x +q===$&&A.c() +q=A.L(0,800,q) +q.toString +q=A.c1(0,B.c.hy(q)) +r.z=B.hx +r.jJ(0,B.ja,q)}}q=r.r +if(q!=null&&q.a!=null){p=A.bf("animationStatusCallback") +p.b=new A.a4R(o,p) +q=p.ar() +r.aY() +r=r.bD$ +r.b=!0 +r.a.push(q)}else o.b.rI()}} +A.a4R.prototype={ +$1(a){var s=this.a +s.b.rI() +s.a.cl(this.b.ar())}, +$S:4} +A.hb.prototype={ +bR(a,b){var s +if(a instanceof A.hb){s=A.a4S(a,this,b) +s.toString +return s}s=A.a4S(null,this,b) +s.toString +return s}, +bS(a,b){var s +if(a instanceof A.hb){s=A.a4S(this,a,b) +s.toString +return s}s=A.a4S(this,null,b) +s.toString +return s}, +ru(a){return new A.a4V(this,a)}, +k(a,b){var s,r +if(b==null)return!1 +if(J.J(b)!==A.t(this))return!1 +if(b instanceof A.hb){s=b.a +r=this.a +r=s==null?r==null:s===r +s=r}else s=!1 +return s}, +gu(a){return J.p(this.a)}} +A.a4T.prototype={ +$1(a){var s=A.r(null,a,this.a) +s.toString +return s}, +$S:61} +A.a4U.prototype={ +$1(a){var s=A.r(null,a,1-this.a) +s.toString +return s}, +$S:61} +A.a4V.prototype={ +mp(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h=this.b.a +if(h==null)return +s=c.e +r=s.a +q=0.05*r +p=s.b +o=q/(h.length-1) +switch(c.d.a){case 0:n=b.a+r +m=1 +break +case 1:n=b.a +m=-1 +break +default:n=null +m=null}for(s=b.b,r=s+p,l=0,k=0;k0)A.tp() +break +case 0:if(Math.abs(b.a.a)<10&&Math.abs(a.a-r.db)>0)A.tp() +break}}, +l(){var s=this.cy +s===$&&A.c() +s.l() +this.Bd()}} +A.a4X.prototype={ +$0(){this.a.pr()}, +$S:0} +A.a4W.prototype={ +$1(a){return A.tp()}, +$S:298} +A.B9.prototype={ +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.J(b)!==A.t(r))return!1 +if(b instanceof A.B9)if(b.a.k(0,r.a))if(b.b.k(0,r.b))s=!0 +else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.MW.prototype={ +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.MW&&B.d5.k(0,B.d5)&&B.d4.k(0,B.d4)}, +gu(a){return A.I(B.d5,B.d4,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.I2.prototype={} +A.Ba.prototype={ +L(a){var s=null +return new A.xh(this,A.Ve(this.d,A.af0(this.c.gmw(),s,s,s,s,s,s,s),s),s)}} +A.xh.prototype={ +bB(a){return!this.f.c.k(0,a.f.c)}} +A.rF.prototype={ +gmw(){var s=this.b +return s==null?B.yo:s}, +gtM(){var s=this.c +return s==null?B.jc:s}, +gzN(){var s=null,r=this.d +return r==null?new A.a53(B.d5,B.d4,B.x8,this.gmw(),s,s,s,s,s,s,s,s):r}, +gx3(){var s=this.e +return s==null?B.yp:s}, +gpG(){var s=this.f +return s==null?B.jc:s}, +gx_(){var s=this.r +return s==null?!1:s}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.J(b)!==A.t(r))return!1 +if(b instanceof A.rF)if(b.gnW()==r.gnW())if(b.gmw().k(0,r.gmw()))if(b.gtM().k(0,r.gtM()))if(b.gzN().k(0,r.gzN()))if(b.gx3().k(0,r.gx3()))if(b.gpG().k(0,r.gpG())){b.gx_() +r.gx_() +s=!0}else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){var s=this,r=s.gnW(),q=s.gmw(),p=s.gtM(),o=s.gzN(),n=s.gx3(),m=s.gpG() +s.gx_() +return A.I(r,q,p,o,n,m,!1,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.DA.prototype={ +gnW(){return this.a}} +A.a4Z.prototype={} +A.a4Y.prototype={} +A.a53.prototype={} +A.I3.prototype={} +A.a9Q.prototype={ +$0(){return null}, +$S:302} +A.a90.prototype={ +$0(){var s=self,r=s.window.navigator.platform.toLowerCase() +if(B.d.b5(r,"mac"))return B.aN +if(B.d.b5(r,"win"))return B.b5 +if(B.d.t(r,"iphone")||B.d.t(r,"ipad")||B.d.t(r,"ipod"))return B.as +if(B.d.t(r,"android"))return B.ar +if(s.window.matchMedia("only screen and (pointer: fine)").matches)return B.b4 +return B.ar}, +$S:86} +A.kH.prototype={ +pn(a,b){var s=A.e5.prototype.gn.call(this,this) +s.toString +return J.aep(s)}, +j(a){return this.pn(a,B.a5)}} +A.o0.prototype={} +A.BP.prototype={} +A.BN.prototype={} +A.br.prototype={ +a_u(){var s,r,q,p,o,n,m,l=this.a +if(t.vp.b(l)){s=l.goX(l) +r=l.j(0) +if(typeof s=="string"&&s!==r){q=r.length +p=J.av(s) +if(q>p.gp(s)){o=B.d.mg(r,s) +if(o===q-p.gp(s)&&o>2&&B.d.Y(r,o-2,o)===": "){n=B.d.Y(r,0,o-2) +m=B.d.eO(n," Failed assertion:") +if(m>=0)n=B.d.Y(n,0,m)+"\n"+B.d.bK(n,m+1) +l=p.zV(s)+"\n"+n}else l=null}else l=null}else l=null +if(l==null)l=r}else if(!(typeof l=="string"))l=t.Lt.b(l)||t.VI.b(l)?J.cT(l):" "+A.j(l) +l=B.d.zV(l) +return l.length===0?" ":l}, +gLv(){return A.aor(new A.Tl(this).$0(),!0,B.eV)}, +bO(){return"Exception caught by "+this.c}, +j(a){A.ato(null,B.yD,this) +return""}} +A.Tl.prototype={ +$0(){return J.and(this.a.a_u().split("\n")[0])}, +$S:11} +A.lw.prototype={ +goX(a){return this.j(0)}, +bO(){return"FlutterError"}, +j(a){var s,r,q=new A.dR(this.a,t.ow) +if(!q.gT(q)){s=q.gG(q) +r=J.dc(s) +s=A.e5.prototype.gn.call(r,s) +s.toString +s=J.aep(s)}else s="FlutterError" +return s}, +$il7:1} +A.Tm.prototype={ +$1(a){return A.b9(a)}, +$S:308} +A.Tn.prototype={ +$1(a){return a+1}, +$S:57} +A.To.prototype={ +$1(a){return a+1}, +$S:57} +A.aa3.prototype={ +$1(a){return B.d.t(a,"StackTrace.current")||B.d.t(a,"dart-sdk/lib/_internal")||B.d.t(a,"dart:sdk_internal")}, +$S:35} +A.IV.prototype={} +A.IX.prototype={} +A.IW.prototype={} +A.Ag.prototype={ +dP(){}, +kt(){}, +a2e(a){var s;++this.c +s=a.$0() +s.fz(new A.Q6(this)) +return s}, +zY(){}, +j(a){return""}} +A.Q6.prototype={ +$0(){var s,r,q,p=this.a +if(--p.c<=0)try{p.Op() +if(p.p1$.c!==0)p.CA()}catch(q){s=A.ae(q) +r=A.aw(q) +p=A.b9("while handling pending events") +A.cN(new A.br(s,r,"foundation",p,null,!1))}}, +$S:8} +A.ab.prototype={} +A.e2.prototype={ +Z(a,b){var s,r,q,p,o=this +if(o.gbP(o)===o.gbp().length){s=t.Nw +if(o.gbP(o)===0)o.sbp(A.aV(1,null,!1,s)) +else{r=A.aV(o.gbp().length*2,null,!1,s) +for(q=0;q0){r.gbp()[s]=null +r.sf1(r.gf1()+1)}else r.qH(s) +break}}, +l(){this.sbp($.aR()) +this.sbP(0,0)}, +ai(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this +if(f.gbP(f)===0)return +f.sew(f.gew()+1) +p=f.gbP(f) +for(s=0;s0){l=f.gbP(f)-f.gf1() +if(l*2<=f.gbp().length){k=A.aV(l,null,!1,t.Nw) +for(j=0,s=0;s#"+A.b1(this)+"("+A.j(this.a)+")"}} +A.rR.prototype={ +F(){return"DiagnosticLevel."+this.b}} +A.hw.prototype={ +F(){return"DiagnosticsTreeStyle."+this.b}} +A.a6V.prototype={} +A.d3.prototype={ +pn(a,b){return this.l3(0)}, +j(a){return this.pn(a,B.a5)}} +A.e5.prototype={ +gn(a){this.Ul() +return this.at}, +Ul(){return}} +A.rS.prototype={} +A.Br.prototype={} +A.a0.prototype={ +bO(){return"#"+A.b1(this)}, +pn(a,b){var s=this.bO() +return s}, +j(a){return this.pn(a,B.a5)}} +A.RN.prototype={ +bO(){return"#"+A.b1(this)}} +A.fC.prototype={ +j(a){return this.JQ(B.eV).l3(0)}, +bO(){return"#"+A.b1(this)}, +a3I(a,b){return A.abv(a,b,this)}, +JQ(a){return this.a3I(null,a)}} +A.Bs.prototype={} +A.Ik.prototype={} +A.dm.prototype={} +A.D0.prototype={} +A.wl.prototype={ +j(a){return"[#"+A.b1(this)+"]"}} +A.dQ.prototype={ +k(a,b){if(b==null)return!1 +if(J.J(b)!==A.t(this))return!1 +return A.m(this).h("dQ").b(b)&&J.e(b.a,this.a)}, +gu(a){return A.I(A.t(this),this.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=A.m(this),r=s.h("dQ.T"),q=this.a,p=A.b6(r)===B.MK?"<'"+A.j(q)+"'>":"<"+A.j(q)+">" +if(A.t(this)===A.b6(s.h("dQ")))return"["+p+"]" +return"["+A.b6(r).j(0)+" "+p+"]"}} +A.ad3.prototype={} +A.f3.prototype={} +A.u_.prototype={} +A.bi.prototype={ +gqB(){var s,r=this,q=r.c +if(q===$){s=A.cx(r.$ti.c) +r.c!==$&&A.aS() +r.c=s +q=s}return q}, +v(a,b){this.b=!0 +this.gqB().U(0) +return B.b.v(this.a,b)}, +U(a){this.b=!1 +B.b.U(this.a) +this.gqB().U(0)}, +t(a,b){var s=this,r=s.a +if(r.length<3)return B.b.t(r,b) +if(s.b){s.gqB().H(0,r) +s.b=!1}return s.gqB().t(0,b)}, +gV(a){var s=this.a +return new J.e1(s,s.length)}, +gT(a){return this.a.length===0}, +gbl(a){return this.a.length!==0}, +cT(a,b){var s=this.a,r=A.a5(s) +return b?A.a(s.slice(0),r):J.lM(s.slice(0),r.c)}, +dl(a){return this.cT(a,!0)}} +A.tq.prototype={ +v(a,b){var s=this.a,r=s.i(0,b) +if(r==null)return!1 +if(r===1)s.v(0,b) +else s.m(0,b,r-1) +return!0}, +t(a,b){return this.a.a2(0,b)}, +gV(a){var s=this.a +return A.hJ(s,s.r)}, +gT(a){return this.a.a===0}, +gbl(a){return this.a.a!==0}} +A.uR.prototype={ +a34(a,b,c){var s=this.a,r=s==null?$.zQ():s,q=r.hJ(0,0,b,A.fU(b),c) +if(q===s)return this +return new A.uR(q)}, +i(a,b){var s=this.a +if(s==null)return null +return s.mI(0,0,b,J.p(b))}} +A.a8x.prototype={} +A.J4.prototype={ +hJ(a,b,c,d,e){var s,r,q,p,o=B.f.ls(d,b)&31,n=this.a,m=n[o] +if(m==null)m=$.zQ() +s=m.hJ(0,b+5,c,d,e) +if(s===m)n=this +else{r=n.length +q=A.aV(r,null,!1,t.X) +for(p=0;p>>0,a1=c.a,a2=(a1&a0-1)>>>0,a3=a2-(a2>>>1&1431655765) +a3=(a3&858993459)+(a3>>>2&858993459) +a3=a3+(a3>>>4)&252645135 +a3+=a3>>>8 +s=a3+(a3>>>16)&63 +if((a1&a0)>>>0!==0){a=c.b +a2=2*s +r=a[a2] +q=a2+1 +p=a[q] +if(r==null){o=J.an1(p,a5+5,a6,a7,a8) +if(o===p)return c +a2=a.length +n=A.aV(a2,b,!1,t.X) +for(m=0;m>>1&1431655765) +a3=(a3&858993459)+(a3>>>2&858993459) +a3=a3+(a3>>>4)&252645135 +a3+=a3>>>8 +i=a3+(a3>>>16)&63 +if(i>=16){a1=c.TL(a5) +a1.a[a]=$.zQ().hJ(0,a5+5,a6,a7,a8) +return a1}else{h=2*s +g=2*i +f=A.aV(g+2,b,!1,t.X) +for(a=c.b,e=0;e>>0,f)}}}, +mI(a,b,c,d){var s,r,q,p,o=1<<(B.f.ls(d,b)&31)>>>0,n=this.a +if((n&o)>>>0===0)return null +n=(n&o-1)>>>0 +s=n-(n>>>1&1431655765) +s=(s&858993459)+(s>>>2&858993459) +s=s+(s>>>4)&252645135 +s+=s>>>8 +n=this.b +r=2*(s+(s>>>16)&63) +q=n[r] +p=n[r+1] +if(q==null)return p.mI(0,b+5,c,d) +if(c===q)return p +return null}, +TL(a){var s,r,q,p,o,n,m,l=A.aV(32,null,!1,t.X) +for(s=this.a,r=a+5,q=this.b,p=0,o=0;o<32;++o)if((B.f.ls(s,o)&1)!==0){n=q[p] +m=p+1 +if(n==null)l[o]=q[m] +else l[o]=$.zQ().hJ(0,r,n,J.p(n),q[m]) +p+=2}return new A.J4(l)}} +A.xd.prototype={ +hJ(a,b,c,d,e){var s,r,q,p,o,n,m,l,k,j=this,i=j.a +if(d===i){s=j.Do(c) +if(s!==-1){i=j.b +r=s+1 +q=i[r] +if(q==null?e==null:q===e)i=j +else{q=i.length +p=A.aV(q,null,!1,t.X) +for(o=0;o>>0,k).hJ(0,b,c,d,e)}, +mI(a,b,c,d){var s=this.Do(c) +return s<0?null:this.b[s+1]}, +Do(a){var s,r,q=this.b,p=q.length +for(s=J.eQ(a),r=0;r=s.a.length)s.wm(q) +B.Q.h8(s.a,s.b,q,a) +s.b+=r}, +nB(a,b,c){var s=this,r=c==null?s.e.length:c,q=s.b+(r-b) +if(q>=s.a.length)s.wm(q) +B.Q.h8(s.a,s.b,q,a) +s.b=q}, +Wl(a){return this.nB(a,0,null)}, +wm(a){var s=this.a,r=s.length,q=a==null?0:a,p=Math.max(q,r*2),o=new Uint8Array(p) +B.Q.h8(o,0,r,s) +this.a=o}, +VT(){return this.wm(null)}, +hf(a){var s=B.f.bv(this.b,a) +if(s!==0)this.nB($.ale(),0,a-s)}, +j3(){var s,r=this +if(r.c)throw A.d(A.a1("done() must not be called more than once on the same "+A.t(r).j(0)+".")) +s=A.oC(r.a.buffer,0,r.b) +r.a=new Uint8Array(0) +r.c=!0 +return s}} +A.v0.prototype={ +kP(a){return this.a.getUint8(this.b++)}, +ua(a){var s=this.b,r=$.cG() +B.dy.Af(this.a,s,r)}, +kQ(a){var s=this.a,r=A.d6(s.buffer,s.byteOffset+this.b,a) +this.b+=a +return r}, +uc(a){var s +this.hf(8) +s=this.a +B.oR.Gr(s.buffer,s.byteOffset+this.b,a)}, +hf(a){var s=this.b,r=B.f.bv(s,a) +if(r!==0)this.b=s+(a-r)}} +A.h3.prototype={ +gu(a){var s=this +return A.I(s.b,s.d,s.f,s.r,s.w,s.x,s.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.h3&&b.b===s.b&&b.d===s.d&&b.f===s.f&&b.r===s.r&&b.w===s.w&&b.x===s.x&&b.a===s.a}, +j(a){var s=this +return"StackFrame(#"+s.b+", "+s.c+":"+s.d+"/"+s.e+":"+s.f+":"+s.r+", className: "+s.w+", method: "+s.x+")"}} +A.a1_.prototype={ +$1(a){return a.length!==0}, +$S:35} +A.bU.prototype={ +lD(a,b){return new A.a3($.a7,this.$ti.h("a3<1>"))}, +lC(a){return this.lD(a,null)}, +em(a,b,c){var s=a.$1(this.a) +if(c.h("ah<0>").b(s))return s +return new A.bU(s,c.h("bU<0>"))}, +b8(a,b){return this.em(a,null,b)}, +fz(a){var s,r,q,p,o,n=this +try{s=a.$0() +if(t.L0.b(s)){p=s.b8(new A.a1l(n),n.$ti.c) +return p}return n}catch(o){r=A.ae(o) +q=A.aw(o) +p=A.abN(r,q,n.$ti.c) +return p}}, +$iah:1} +A.a1l.prototype={ +$1(a){return this.a.a}, +$S(){return this.a.$ti.h("1(@)")}} +A.Cl.prototype={ +F(){return"GestureDisposition."+this.b}} +A.cD.prototype={} +A.Cj.prototype={} +A.q5.prototype={ +j(a){var s=this,r=s.a +r=r.length===0?""+"":""+new A.a4(r,new A.a5F(s),A.a5(r).h("a4<1,o>")).b3(0,", ") +if(s.b)r+=" [open]" +if(s.c)r+=" [held]" +if(s.d)r+=" [hasPendingSweep]" +return r.charCodeAt(0)==0?r:r}} +A.a5F.prototype={ +$1(a){if(a===this.a.e)return a.j(0)+" (eager winner)" +return a.j(0)}, +$S:323} +A.TU.prototype={ +Gb(a,b,c){this.a.aW(0,b,new A.TW(this,b)).a.push(c) +return new A.Cj(this,b,c)}, +YR(a,b){var s=this.a.i(0,b) +if(s==null)return +s.b=!1 +this.Ft(b,s)}, +Br(a){var s,r=this.a,q=r.i(0,a) +if(q==null)return +if(q.c){q.d=!0 +return}r.v(0,a) +r=q.a +if(r.length!==0){B.b.gG(r).hk(a) +for(s=1;s0.4){r.dy=B.v_ +r.K(B.bh)}else if(a.goc().gol()>A.zz(a.gbY(a),r.b))r.K(B.Y) +if(s>0.4&&r.dy===B.uZ)r.dy=B.v_}r.AQ(a)}, +hk(a){if(this.dy===B.e7)this.dy=B.uZ}, +rH(a){if(this.dy===B.e7){this.K(B.Y) +return}this.dy=B.hy}, +iz(a){this.h9(a) +this.rH(a)}} +A.Bq.prototype={ +gu(a){return A.I(this.a,23,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){if(b==null)return!1 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.Bq&&b.a==this.a}, +j(a){return"DeviceGestureSettings(touchSlop: "+A.j(this.a)+")"}} +A.hD.prototype={ +j(a){return"#"+A.b1(this)+"("+this.a.j(0)+")"}} +A.qC.prototype={} +A.xz.prototype={ +eh(a,b){return this.a.yT(b)}} +A.qk.prototype={ +eh(a,b){var s,r,q,p,o=new Float64Array(16),n=new A.aY(o) +n.bk(b) +s=this.a +r=s.a +q=s.b +s=o[0] +p=o[3] +o[0]=s+r*p +o[1]=o[1]+q*p +o[2]=o[2]+0*p +o[3]=p +p=o[4] +s=o[7] +o[4]=p+r*s +o[5]=o[5]+q*s +o[6]=o[6]+0*s +o[7]=s +s=o[8] +p=o[11] +o[8]=s+r*p +o[9]=o[9]+q*p +o[10]=o[10]+0*p +o[11]=p +p=o[12] +s=o[15] +o[12]=p+r*s +o[13]=o[13]+q*s +o[14]=o[14]+0*s +o[15]=s +return n}} +A.ix.prototype={ +S_(){var s,r,q,p,o=this.c +if(o.length===0)return +s=this.b +r=B.b.ga1(s) +for(q=o.length,p=0;p":B.b.b3(s,", "))+")"}} +A.ou.prototype={} +A.u9.prototype={} +A.ot.prototype={} +A.ee.prototype={ +fm(a){var s,r=this +switch(a.gcN(a)){case 1:if(r.p1==null&&r.p3==null&&r.p2==null&&r.p4==null&&r.RG==null&&r.R8==null)return!1 +break +case 2:s=!0 +if(s)return!1 +break +case 4:s=!0 +if(s)return!1 +break +default:return!1}return r.mX(a)}, +xH(){var s,r=this +r.K(B.bh) +r.k2=!0 +s=r.CW +s.toString +r.Bc(s) +r.Q2()}, +I4(a){var s,r=this +if(!a.gn4()){if(t.b.b(a)){s=a.gbY(a) +$.ik() +s=new A.h7(s,new A.hX(),A.aV(20,null,!1,t.av)) +r.aU=s +s.ly(a.gh2(a),a.gd5())}if(t.n2.b(a)){s=r.aU +s.toString +s.ly(a.gh2(a),a.gd5())}}if(t.oN.b(a)){if(r.k2)r.Q0(a) +else r.K(B.Y) +r.wl()}else if(t.Ko.b(a)){r.BX() +r.wl()}else if(t.b.b(a)){r.k3=new A.f9(a.gd5(),a.gbo(a)) +r.k4=a.gcN(a) +r.Q_(a)}else if(t.n2.b(a))if(a.gcN(a)!==r.k4&&!r.k2){r.K(B.Y) +s=r.CW +s.toString +r.h9(s)}else if(r.k2)r.Q1(a)}, +Q_(a){this.k3.toString +this.e.i(0,a.gbn()).toString +switch(this.k4){case 1:break +case 2:break +case 4:break}}, +BX(){var s,r=this +if(r.ch===B.dd)switch(r.k4){case 1:s=r.p1 +if(s!=null)r.cF("onLongPressCancel",s) +break +case 2:break +case 4:break}}, +Q2(){var s,r=this +switch(r.k4){case 1:if(r.p3!=null){s=r.k3.a +r.cF("onLongPressStart",new A.Wr(r,new A.ou(s)))}s=r.p2 +if(s!=null)r.cF("onLongPress",s) +break +case 2:break +case 4:break}}, +Q1(a){var s,r=this +a.gbo(a) +s=a.gd5() +a.gbo(a).a5(0,r.k3.b) +a.gd5().a5(0,r.k3.a) +switch(r.k4){case 1:if(r.p4!=null)r.cF("onLongPressMoveUpdate",new A.Wq(r,new A.u9(s))) +break +case 2:break +case 4:break}}, +Q0(a){var s,r=this,q=r.aU.pC(),p=q==null?B.bu:new A.fp(q.a) +a.gbo(a) +s=a.gd5() +r.aU=null +switch(r.k4){case 1:if(r.RG!=null)r.cF("onLongPressEnd",new A.Wp(r,new A.ot(s,p))) +s=r.R8 +if(s!=null)r.cF("onLongPressUp",s) +break +case 2:break +case 4:break}}, +wl(){var s=this +s.k2=!1 +s.aU=s.k4=s.k3=null}, +K(a){var s=this +if(a===B.Y)if(s.k2)s.wl() +else s.BX() +s.Bb(a)}, +hk(a){}} +A.Wr.prototype={ +$0(){return this.a.p3.$1(this.b)}, +$S:0} +A.Wq.prototype={ +$0(){return this.a.p4.$1(this.b)}, +$S:0} +A.Wp.prototype={ +$0(){return this.a.RG.$1(this.b)}, +$S:0} +A.jo.prototype={ +i(a,b){return this.c[b+this.a]}, +N(a,b){var s,r,q,p,o,n,m +for(s=this.b,r=this.c,q=this.a,p=b.c,o=b.a,n=0,m=0;m"),q=A.lL(A.a6(new A.a4(s,new A.YD(),r),!0,r.h("aX.E")),"[","]") +r=this.b +r===$&&A.c() +return"PolynomialFit("+q+", confidence: "+B.c.R(r,3)+")"}} +A.YD.prototype={ +$1(a){return B.c.a3O(a,3)}, +$S:352} +A.CU.prototype={ +AP(a6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4=this.a,a5=a4.length +if(a6>a5)return null +s=a6+1 +r=new A.YC(new Float64Array(s)) +q=s*a5 +p=new Float64Array(q) +for(o=this.c,n=0*a5,m=0;m=0;--c){p[c]=new A.jo(c*a5,a5,q).N(0,d) +for(i=c*s,k=l;k>c;--k)p[c]=p[c]-n[i+k]*p[k] +p[c]=p[c]/n[i+c]}for(b=0,m=0;mn&&Math.abs(a.d.b)>s))return null +q=o.dx +if(q==null)q=8000 +p=A.O(r,-q,q) +return new A.ez(new A.fp(new A.v(0,p)),p)}, +vO(a,b){var s=this.k3 +s===$&&A.c() +return Math.abs(s)>A.zz(a,this.b)}, +nk(a){return new A.v(0,a.b)}, +nl(a){return a.b}} +A.fK.prototype={ +vf(a,b){var s,r,q,p,o=this,n=o.db +if(n==null)n=50 +s=o.cy +if(s==null)s=A.zz(b,o.b) +r=a.a.a +if(!(Math.abs(r)>n&&Math.abs(a.d.a)>s))return null +q=o.dx +if(q==null)q=8000 +p=A.O(r,-q,q) +return new A.ez(new A.fp(new A.v(p,0)),p)}, +vO(a,b){var s=this.k3 +s===$&&A.c() +return Math.abs(s)>A.zz(a,this.b)}, +nk(a){return new A.v(a.a,0)}, +nl(a){return a.a}} +A.fS.prototype={ +vf(a,b){var s,r,q,p,o=this,n=o.db +if(n==null)n=50 +s=o.cy +if(s==null)s=A.zz(b,o.b) +r=a.a +if(!(r.gol()>n*n&&a.d.gol()>s*s))return null +q=o.db +if(q==null)q=50 +p=o.dx +if(p==null)p=8000 +return new A.ez(new A.fp(r).YH(q,p),null)}, +vO(a,b){var s=this.k3 +s===$&&A.c() +return Math.abs(s)>A.awa(a,this.b)}, +nk(a){return a}, +nl(a){return null}} +A.HX.prototype={ +UX(){this.a=!0}} +A.qA.prototype={ +h9(a){if(this.r){this.r=!1 +$.ea.be$.Jt(this.b,a)}}, +IE(a,b){return a.gbo(a).a5(0,this.d).gcC()<=b}} +A.fE.prototype={ +fm(a){var s,r=this +if(r.y==null)if(r.r==null&&!0)return!1 +s=r.mX(a) +if(!s)r.jQ() +return s}, +hm(a){var s=this,r=s.y +if(r!=null)if(!r.IE(a,100))return +else{r=s.y +if(!r.f.a||a.gcN(a)!==r.e){s.jQ() +return s.Fr(a)}}s.Fr(a)}, +Fr(a){var s,r,q,p,o,n,m=this +m.F8() +s=$.ea.d3$.Gb(0,a.gbn(),m) +r=a.gbn() +q=a.gbo(a) +p=a.gcN(a) +o=new A.HX() +A.bY(B.yO,o.gUW()) +n=new A.qA(r,s,q,p,o) +m.z.m(0,a.gbn(),n) +o=a.gbg(a) +if(!n.r){n.r=!0 +$.ea.be$.Gg(r,m.gqA(),o)}}, +Ux(a){var s,r=this,q=r.z,p=q.i(0,a.gbn()) +p.toString +if(t.oN.b(a)){s=r.y +if(s==null){if(r.x==null)r.x=A.bY(B.aY,r.gUy()) +s=p.b +$.ea.d3$.a19(s) +p.h9(r.gqA()) +q.v(0,s) +r.C2() +r.y=p}else{s=s.c +s.a.nA(s.b,s.c,B.bh) +s=p.c +s.a.nA(s.b,s.c,B.bh) +p.h9(r.gqA()) +q.v(0,p.b) +q=r.r +if(q!=null)r.cF("onDoubleTap",q) +r.jQ()}}else if(t.n2.b(a)){if(!p.IE(a,18))r.ny(p)}else if(t.Ko.b(a))r.ny(p)}, +hk(a){}, +iz(a){var s,r=this,q=r.z.i(0,a) +if(q==null){s=r.y +s=s!=null&&s.b===a}else s=!1 +if(s)q=r.y +if(q!=null)r.ny(q)}, +ny(a){var s,r=this,q=r.z +q.v(0,a.b) +s=a.c +s.a.nA(s.b,s.c,B.Y) +a.h9(r.gqA()) +s=r.y +if(s!=null)if(a===s)r.jQ() +else{r.BV() +if(q.a===0)r.jQ()}}, +l(){this.jQ() +this.B5()}, +jQ(){var s,r=this +r.F8() +if(r.y!=null){if(r.z.a!==0)r.BV() +s=r.y +s.toString +r.y=null +r.ny(s) +$.ea.d3$.a3g(0,s.b)}r.C2()}, +C2(){var s=this.z +s=s.gal(s) +B.b.S(A.a6(s,!0,A.m(s).h("i.E")),this.gVG())}, +F8(){var s=this.x +if(s!=null){s.aI(0) +this.x=null}}, +BV(){}} +A.Yx.prototype={ +Gg(a,b,c){J.eR(this.a.aW(0,a,new A.Yz()),b,c)}, +Jt(a,b){var s,r=this.a,q=r.i(0,a) +q.toString +s=J.bD(q) +s.v(q,b) +if(s.gT(q))r.v(0,a)}, +QU(a,b,c){var s,r,q,p +try{b.$1(a.aG(c))}catch(q){s=A.ae(q) +r=A.aw(q) +p=A.b9("while routing a pointer event") +A.cN(new A.br(s,r,"gesture library",p,null,!1))}}, +JJ(a){var s=this,r=s.a.i(0,a.gbn()),q=s.b,p=t.Ld,o=t.iD,n=A.op(q,p,o) +if(r!=null)s.Cq(a,r,A.op(r,p,o)) +s.Cq(a,q,n)}, +Cq(a,b,c){c.S(0,new A.Yy(this,b,a))}} +A.Yz.prototype={ +$0(){return A.y(t.Ld,t.iD)}, +$S:359} +A.Yy.prototype={ +$2(a,b){if(J.nf(this.b,a))this.a.QU(this.c,a,b)}, +$S:370} +A.YA.prototype={ +Jn(a,b,c){if(this.a!=null)return +this.b=b +this.a=c}, +K(a){var s,r,q,p,o=this,n=o.a +if(n==null)return +try{q=o.b +q.toString +n.$1(q)}catch(p){s=A.ae(p) +r=A.aw(p) +n=A.b9("while resolving a PointerSignalEvent") +A.cN(new A.br(s,r,"gesture library",n,null,!1))}o.b=o.a=null}} +A.Sk.prototype={ +F(){return"DragStartBehavior."+this.b}} +A.cl.prototype={ +wQ(a){}, +Gf(a){var s=this +s.e.m(0,a.gbn(),a.gbY(a)) +if(s.fm(a))s.hm(a) +else s.oy(a)}, +hm(a){}, +oy(a){}, +fm(a){var s=this.c +return(s==null||s.t(0,a.gbY(a)))&&this.d.$1(a.gcN(a))}, +a1K(a){var s=this.c +return s==null||s.t(0,a.gbY(a))}, +l(){}, +Iw(a,b,c){var s,r,q,p,o=null +try{o=b.$0()}catch(q){s=A.ae(q) +r=A.aw(q) +p=A.b9("while handling a gesture") +A.cN(new A.br(s,r,"gesture",p,null,!1))}return o}, +cF(a,b){return this.Iw(a,b,null,t.z)}, +a1y(a,b,c){return this.Iw(a,b,c,t.z)}} +A.uK.prototype={ +hm(a){this.pS(a.gbn(),a.gbg(a))}, +oy(a){this.K(B.Y)}, +hk(a){}, +iz(a){}, +K(a){var s,r,q=this.f,p=A.a6(q.gal(q),!0,t.R) +q.U(0) +for(q=p.length,s=0;s18 +else s=!1 +if(p.cy){r=p.ay +q=r!=null&&p.CP(a)>r}else q=!1 +if(t.n2.b(a))r=s||q +else r=!1 +if(r){p.K(B.Y) +r=p.CW +r.toString +p.h9(r)}else p.I4(a)}p.AQ(a)}, +xH(){}, +hk(a){if(a===this.CW){this.lu() +this.cy=!0}}, +iz(a){var s=this +if(a===s.CW&&s.ch===B.dd){s.lu() +s.ch=B.zl}}, +rH(a){var s=this +s.lu() +s.ch=B.b_ +s.cx=null +s.cy=!1}, +l(){this.lu() +this.mY()}, +lu(){var s=this.db +if(s!=null){s.aI(0) +this.db=null}}, +CP(a){return a.gbo(a).a5(0,this.cx.b).gcC()}} +A.YH.prototype={ +$0(){this.a.xH() +return null}, +$S:0} +A.f9.prototype={ +W(a,b){return new A.f9(this.a.W(0,b.a),this.b.W(0,b.b))}, +a5(a,b){return new A.f9(this.a.a5(0,b.a),this.b.a5(0,b.b))}, +j(a){return"OffsetPair(local: "+this.a.j(0)+", global: "+this.b.j(0)+")"}} +A.J8.prototype={} +A.pt.prototype={} +A.pu.prototype={} +A.Af.prototype={ +hm(a){var s=this +if(s.ch===B.b_){if(s.k4!=null&&s.ok!=null)s.nF() +s.k4=a}if(s.k4!=null)s.MB(a)}, +pS(a,b){this.Mw(a,b)}, +I4(a){var s,r,q=this +if(t.oN.b(a)){q.ok=a +q.BZ()}else if(t.Ko.b(a)){q.K(B.Y) +if(q.k2){s=q.k4 +s.toString +q.t1(a,s,"")}q.nF()}else{s=a.gcN(a) +r=q.k4 +if(s!==r.gcN(r)){q.K(B.Y) +s=q.CW +s.toString +q.h9(s)}}}, +K(a){var s,r=this +if(r.k3&&a===B.Y){s=r.k4 +s.toString +r.t1(null,s,"spontaneous") +r.nF()}r.Bb(a)}, +xH(){this.Fe()}, +hk(a){var s=this +s.Bc(a) +if(a===s.CW){s.Fe() +s.k3=!0 +s.BZ()}}, +iz(a){var s,r=this +r.MC(a) +if(a===r.CW){if(r.k2){s=r.k4 +s.toString +r.t1(null,s,"forced")}r.nF()}}, +Fe(){var s,r=this +if(r.k2)return +s=r.k4 +s.toString +r.I6(s) +r.k2=!0}, +BZ(){var s,r,q=this +if(!q.k3||q.ok==null)return +s=q.k4 +s.toString +r=q.ok +r.toString +q.I7(s,r) +q.nF()}, +nF(){var s=this +s.k3=s.k2=!1 +s.k4=s.ok=null}} +A.ei.prototype={ +fm(a){var s=this +switch(a.gcN(a)){case 1:if(s.an==null&&s.aZ==null&&s.ah==null&&s.bx==null)return!1 +break +case 2:if(s.aU==null&&s.M==null&&s.O==null&&s.ae==null)return!1 +break +case 4:return!1 +break +default:return!1}return s.mX(a)}, +I6(a){var s,r=this,q=a.gbo(a),p=a.gd5() +r.e.i(0,a.gbn()).toString +s=new A.pt(q,p) +switch(a.gcN(a)){case 1:if(r.an!=null)r.cF("onTapDown",new A.a1p(r,s)) +break +case 2:if(r.M!=null)r.cF("onSecondaryTapDown",new A.a1q(r,s)) +break +case 4:break}}, +I7(a,b){var s,r,q=this +b.gbY(b) +b.gbo(b) +b.gd5() +s=new A.pu() +switch(a.gcN(a)){case 1:if(q.ah!=null)q.cF("onTapUp",new A.a1r(q,s)) +r=q.aZ +if(r!=null)q.cF("onTap",r) +break +case 2:if(q.O!=null)q.cF("onSecondaryTapUp",new A.a1s(q,s)) +if(q.aU!=null)q.cF("onSecondaryTap",new A.a1t(q)) +break +case 4:break}}, +t1(a,b,c){var s,r=this,q=c===""?c:c+" " +switch(b.gcN(b)){case 1:s=r.bx +if(s!=null)r.cF(q+"onTapCancel",s) +break +case 2:s=r.ae +if(s!=null)r.cF(q+"onSecondaryTapCancel",s) +break +case 4:break}}} +A.a1p.prototype={ +$0(){return this.a.an.$1(this.b)}, +$S:0} +A.a1q.prototype={ +$0(){return this.a.M.$1(this.b)}, +$S:0} +A.a1r.prototype={ +$0(){return this.a.ah.$1(this.b)}, +$S:0} +A.a1s.prototype={ +$0(){return this.a.O.$1(this.b)}, +$S:0} +A.a1t.prototype={ +$0(){return this.a.aU.$0()}, +$S:0} +A.fp.prototype={ +a5(a,b){return new A.fp(this.a.a5(0,b.a))}, +W(a,b){return new A.fp(this.a.W(0,b.a))}, +YH(a,b){var s=this.a,r=s.gol() +if(r>b*b)return new A.fp(s.eT(0,s.gcC()).N(0,b)) +if(r40)return B.hv +s=t.n +r=A.a([],s) +q=A.a([],s) +p=A.a([],s) +o=A.a([],s) +n=this.d +s=this.c +m=s[n] +if(m==null)return null +l=m.a.a +k=m +j=k +i=0 +do{h=s[n] +if(h==null)break +g=h.a.a +f=(l-g)/1000 +if(f>100||Math.abs(g-j.a.a)/1000>40)break +e=h.b +r.push(e.a) +q.push(e.b) +p.push(1) +o.push(-f) +n=(n===0?20:n)-1;++i +if(i<20){k=h +j=k +continue}else{k=h +break}}while(!0) +if(i>=3){d=new A.CU(o,r,p).AP(2) +if(d!=null){c=new A.CU(o,q,p).AP(2) +if(c!=null){s=d.a[1] +g=c.a[1] +b=d.b +b===$&&A.c() +a=c.b +a===$&&A.c() +return new A.kD(new A.v(s*1000,g*1000),b*a,new A.aM(l-k.a.a),m.b.a5(0,k.b))}}}return new A.kD(B.i,1,new A.aM(l-k.a.a),m.b.a5(0,k.b))}} +A.lH.prototype={ +ly(a,b){var s=this,r=s.b +r.jG(0) +r.jt(0) +r=(s.d+1)%20 +s.d=r +s.e[r]=new A.xU(a,b)}, +lk(a){var s,r,q=this.d+a,p=B.f.bv(q,20),o=B.f.bv(q-1,20) +q=this.e +s=q[p] +r=q[o] +if(s==null||r==null)return B.i +q=s.a.a-r.a.a +return q>0?s.b.a5(0,r.b).N(0,1000).eT(0,q/1000):B.i}, +pC(){var s,r,q,p,o,n,m=this +if(m.b.gxY()>40)return B.hv +s=m.lk(-2).N(0,0.6).W(0,m.lk(-1).N(0,0.35)).W(0,m.lk(0).N(0,0.05)) +r=m.e +q=m.d +p=r[q] +for(o=null,n=1;n<=20;++n){o=r[B.f.bv(q+n,20)] +if(o!=null)break}if(o==null||p==null)return B.uR +else return new A.kD(s,1,new A.aM(p.a.a-o.a.a),p.b.a5(0,o.b))}} +A.ov.prototype={ +pC(){var s,r,q,p,o,n,m=this +if(m.b.gxY()>40)return B.hv +s=m.lk(-2).N(0,0.15).W(0,m.lk(-1).N(0,0.65)).W(0,m.lk(0).N(0,0.2)) +r=m.e +q=m.d +p=r[q] +for(o=null,n=1;n<=20;++n){o=r[B.f.bv(q+n,20)] +if(o!=null)break}if(o==null||p==null)return B.uR +else return new A.kD(s,1,new A.aM(p.a.a-o.a.a),p.b.a5(0,o.b))}} +A.zW.prototype={ +gu(a){var s=this +return A.bO([s.a,s.b,s.c,s.d])}, +k(a,b){var s +if(b==null)return!1 +if(this===b)return!0 +if(J.J(b)!==A.t(this))return!1 +if(b instanceof A.zW)s=!0 +else s=!1 +return s}} +A.H0.prototype={} +A.Go.prototype={ +F(){return"ThemeMode."+this.b}} +A.ug.prototype={ +af(){return new A.xw(B.k)}} +A.Wz.prototype={ +$2(a,b){return new A.ox(a,b)}, +$S:371} +A.WD.prototype={ +jB(a){return A.aE(a).r}, +GF(a,b,c){switch(A.bc(c.a).a){case 0:return b +case 1:switch(A.aE(a).r.a){case 3:case 4:case 5:return new A.Fg(b,c.b,null) +case 0:case 1:case 2:return b}break}}, +GE(a,b,c){A.aE(a) +switch(A.aE(a).r.a){case 2:case 3:case 4:case 5:return b +case 0:switch(0){case 0:return new A.w0(c.a,c.d,b,null)}case 1:break}return A.afK(c.a,b,A.aE(a).ax.f)}} +A.xw.prototype={ +aE(){this.aS() +this.d=A.aqc()}, +l(){var s=this.d +s===$&&A.c() +s.l() +this.aL()}, +gUb(){var s=A.a([],t.a9) +this.a.toString +s.push(B.x3) +s.push(B.wY) +return s}, +TZ(a,b){return A.abH(B.zM,!0,b)}, +Ui(a,b){var s,r,q,p,o,n,m=this,l=null,k=m.a.fx,j=A.d5(a,B.v7),i=j==null?l:j.e +if(i==null)i=B.B +if(k!==B.uH)s=k===B.Me&&i===B.S +else s=!0 +j=A.d5(a,B.v3) +j=j==null?l:j.as +r=j===!0 +if(s)if(r)m.a.toString +if(s){m.a.toString +j=!0}else j=!1 +if(j)q=m.a.dx +else{if(r)m.a.toString +q=l}if(q==null){m.a.toString +q=A.acJ(l,l,l,B.B,l,l,l,l,l,l,l,l,l,l,l)}j=q.j8 +p=j.b +if(p==null){o=q.ax.b +p=A.a2(102,o.gn(o)>>>16&255,o.gn(o)>>>8&255,o.gn(o)&255)}n=j.a +if(n==null)n=q.ax.b +m.a.toString +j=b==null?B.hj:b +return new A.vn(A.abu(new A.r_(q,j,B.a4,B.W,l,l),n,l,l,p),l)}, +PP(a){var s,r=this,q=null,p=r.a,o=p.c,n=p.f +p=p.cx +s=r.gUb() +r.a.toString +return new A.wp(o,q,q,new A.a6o(),q,q,q,q,q,q,n,q,q,q,B.Bx,r.gUh(),p,q,B.ID,B.dw,q,s,q,q,B.jy,!1,!1,!1,!1,r.gTY(),!1,q,q,q,new A.lD(r,t.bT))}, +L(a){var s,r=null,q=A.C6(!1,!1,this.PP(a),r,r,r,r,!0,r,r,new A.a6p(),r,r,r) +this.a.toString +s=this.d +s===$&&A.c() +return new A.vp(B.ws,new A.lF(s,q,r),r)}} +A.a6o.prototype={ +$1$2(a,b,c){var s=null,r=A.a([],t.Zt),q=$.a7,p=A.Eb(B.c3),o=A.a([],t.fy),n=$.aR(),m=$.a7 +return new A.fP(b,!1,!0,!1,r,A.ax(t.ZD),new A.bI(s,c.h("bI>")),new A.bI(s,t.W),new A.XY(),s,0,new A.bk(new A.a3(q,c.h("a3<0?>")),c.h("bk<0?>")),p,o,a,new A.eO(s,n),new A.bk(new A.a3(m,c.h("a3<0?>")),c.h("bk<0?>")),c.h("fP<0>"))}, +$2(a,b){return this.$1$2(a,b,t.z)}, +$S:378} +A.a6p.prototype={ +$2(a,b){if(!(b instanceof A.hS)||!b.c.goT().k(0,B.ck))return B.ch +return A.asS()?B.cg:B.ch}, +$S:108} +A.a8o.prototype={ +Ad(a){return a.zQ(this.b)}, +ud(a){return new A.Q(a.b,this.b)}, +Ak(a,b){return new A.v(0,a.b-b.b)}, +mP(a){return this.b!==a.b}} +A.L9.prototype={} +A.r7.prototype={ +RN(a){var s=new A.PG(this,a).$0() +return s}, +af(){return new A.wx(B.k)}, +jn(a){return A.zK().$1(a)}} +A.PG.prototype={ +$0(){switch(this.b.r.a){case 0:case 1:case 3:case 5:return!1 +case 2:case 4:return!1}}, +$S:2} +A.wx.prototype={ +b1(){var s,r=this +r.cY() +s=r.d +if(s!=null)s.I(0,r.gvJ()) +s=r.c.ad(t.yd) +s=s==null?null:s.f +r.d=s +if(s!=null){s=s.d +s.vS(s.c,new A.kL(r.gvJ()),!1)}}, +l(){var s=this,r=s.d +if(r!=null){r.I(0,s.gvJ()) +s.d=null}s.aL()}, +Ts(a){var s,r,q,p=this +if(a instanceof A.fY&&p.a.jn(a)){s=p.e +r=a.a +switch(r.e.a){case 0:q=p.e=Math.max(r.geQ()-r.gc3(),0)>0 +break +case 2:q=p.e=Math.max(r.gc3()-r.geR(),0)>0 +break +case 1:case 3:q=s +break +default:q=s}if(q!==s)p.av(new A.a3G())}}, +L(b5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8=this,a9=null,b0=A.aE(b5),b1=A.apL(b5),b2=A.aE(b5).RG,b3=new A.a3F(b5,a9,a9,0,3,a9,a9,a9,a9,a9,a9,16,64,a9,a9,a9),b4=b5.rU(t.Np) +A.X3(b5,t.X) +b5.ad(t.N8) +s=A.ax(t.ui) +r=a8.e +if(r)s.B(0,B.oM) +r=b4==null +if(r)q=a9 +else{b4.a.toString +q=!1}if(r)b4=a9 +else{b4.a.toString +b4=!1}r=a8.a +p=r.fy +r=r.ax +o=b3.gbW(b3) +n=t._ +r=A.k9(r,s,n) +if(r==null)r=A.k9(b2.a,s,n) +if(r==null)r=A.k9(o,s,t.r) +a8.a.toString +m=b2.b +l=m==null?b3.gcw():m +a8.a.toString +k=b2.c +if(k==null){o=b3.c +o.toString +k=o}if(s.t(0,B.oM)){a8.a.toString +s=b2.d +if(s==null)s=b3.d +j=s==null?k:s}else j=k +a8.a.toString +i=b2.w +h=i==null?b3.gm9().cr(l):i +a8.a.toString +s=b2.x +if(s==null)s=a9 +if(s==null)s=i +if(s==null){s=b3.glx().cr(m) +g=s}else g=s +if(g==null)g=h +a8.a.toString +f=b2.as +if(f==null){s=b3.gpo() +f=s==null?a9:s.cr(l)}a8.a.toString +e=b2.at +if(e==null){s=b3.gft() +e=s==null?a9:s.cr(l)}s=a8.a +d=s.c +if(h.k(0,b3.gm9()))c=b1 +else{b=A.Vd(a9,a9,a9,a9,a9,a9,a9,h.f,a9,a9,h.a,a9,a9,a9,a9,a9,a9) +s=b1.a +c=new A.iz(s==null?a9:s.H4(b.c,b.as,b.d))}d=A.abU(d,c) +s=a8.a.go +d=new A.eU(A.nx(a9,s),d,a9) +s=a8.a +a=s.e +a0=new A.Hg(a,a9) +a1=b0.r +$label0$0:{if(B.ar===a1||B.bt===a1||B.b4===a1||B.b5===a1){q=!0 +break $label0$0}if(B.as===a1||B.aN===a1){q=a9 +break $label0$0}q=a9}a=A.du(a9,a0,!1,a9,!1,a9,a9,!0,a9,a9,q,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9) +e.toString +a=A.aqk(A.jQ(a,a9,B.cQ,!1,e,a9,a9,B.ad),1.34) +a2=A.a_7(s.f,B.ca,B.oC,B.fx) +if(g.k(0,b3.glx()))a3=b1 +else{a4=A.Vd(a9,a9,a9,a9,a9,a9,a9,g.f,a9,a9,g.a,a9,a9,a9,a9,a9,a9) +b4=b1.a +a3=new A.iz(b4==null?a9:b4.H4(a4.c,a4.as,a4.d))}a2=A.abU(A.ty(a2,g),a3) +b4=a8.a.RN(b0) +a8.a.toString +s=b2.z +if(s==null)s=16 +f.toString +a5=A.aeT(new A.rK(new A.a8o(p),A.ty(A.jQ(new A.Dx(d,a,a2,b4,s,a9),a9,B.aQ,!0,f,a9,a9,B.ad),h),a9),B.ae) +a5=A.ah0(!1,a5,B.ao,!0) +b4=b2.ax +a6=b4==null?b3.ax:b4 +if(a6==null){b4=A.mH(r) +a7=b4===B.S?B.uy:B.uz +a6=new A.i1(a9,a9,a9,a9,B.A,a7.f,a7.r,a7.w)}a8.a.toString +b4=b2.e +if(b4==null)b4=b3.gci(b3) +a8.a.toString +s=b2.f +if(s==null)s=b3.gcK() +a8.a.toString +q=b2.r +if(q==null)q=b3.r +return A.du(a9,new A.r5(a6,A.uf(B.W,A.du(a9,new A.l4(B.ve,a9,a9,a5,a9),!1,a9,!0,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9),B.C,r,j,a9,b4,q,s,a9,B.bG),a9,t.ph),!0,a9,!1,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9)}} +A.a3G.prototype={ +$0(){}, +$S:0} +A.Hg.prototype={ +am(a){var s=a.ad(t.I) +s.toString +s=new A.Lu(B.N,s.w,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){var s=a.ad(t.I) +s.toString +b.sbA(s.w)}} +A.Lu.prototype={ +c6(a){var s=a.H_(1/0) +return a.bw(this.fr$.jy(s))}, +bm(){var s,r=this,q=t.k,p=q.a(A.w.prototype.ga0.call(r)).H_(1/0) +r.fr$.bZ(p,!0) +q=q.a(A.w.prototype.ga0.call(r)) +s=r.fr$ +r.id=q.bw(s.gC(s)) +r.wV()}} +A.a3F.prototype={ +gFj(){var s,r=this,q=r.ch +if(q===$){s=A.aE(r.ay) +r.ch!==$&&A.aS() +r.ch=s +q=s}return q}, +gnd(){var s,r=this,q=r.CW +if(q===$){s=r.gFj() +r.CW!==$&&A.aS() +q=r.CW=s.ax}return q}, +gFi(){var s,r=this,q=r.cx +if(q===$){s=r.gFj() +r.cx!==$&&A.aS() +q=r.cx=s.p3}return q}, +gbW(a){return this.gnd().cy}, +gcw(){return this.gnd().db}, +gci(a){return B.A}, +gcK(){var s=this.gnd(),r=s.k3 +return r==null?s.b:r}, +gm9(){var s=null +return new A.bz(24,s,s,s,s,this.gnd().db,s,s)}, +glx(){var s=null,r=this.gnd(),q=r.dy +return new A.bz(24,s,s,s,s,q==null?r.db:q,s,s)}, +gpo(){return this.gFi().z}, +gft(){return this.gFi().r}} +A.nn.prototype={ +gu(a){var s=this +return A.I(s.gbW(s),s.gcw(),s.c,s.d,s.gci(s),s.gcK(),s.r,s.gm9(),s.glx(),s.y,s.z,s.Q,s.gpo(),s.gft(),s.ax,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.nn&&J.e(b.gbW(b),s.gbW(s))&&J.e(b.gcw(),s.gcw())&&b.c==s.c&&b.d==s.d&&J.e(b.gci(b),s.gci(s))&&J.e(b.gcK(),s.gcK())&&J.e(b.r,s.r)&&J.e(b.gm9(),s.gm9())&&J.e(b.glx(),s.glx())&&b.z==s.z&&b.Q==s.Q&&J.e(b.gpo(),s.gpo())&&J.e(b.gft(),s.gft())&&J.e(b.ax,s.ax)}, +gbW(a){return this.a}, +gcw(){return this.b}, +gci(a){return this.e}, +gcK(){return this.f}, +gm9(){return this.w}, +glx(){return this.x}, +gpo(){return this.as}, +gft(){return this.at}} +A.Hf.prototype={} +A.uk.prototype={ +i_(){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.a +f.toString +s=g.b +s.toString +r=s.a5(0,f) +q=Math.abs(r.a) +p=Math.abs(r.b) +o=r.gcC() +n=s.a +m=f.b +l=new A.v(n,m) +k=new A.WB(g,o) +if(q>2&&p>2){j=o*o +i=f.a +h=s.b +if(q>>16&255,q.gn(q)>>>8&255,q.gn(q)&255),0,B.r,-1),s,r.c)}if(s==null){q=p.a +return A.an(p,new A.b7(A.a2(0,q.gn(q)>>>16&255,q.gn(q)>>>8&255,q.gn(q)&255),0,B.r,-1),r.c)}return A.an(p,s,r.c)}, +$iaD:1} +A.Hw.prototype={} +A.rk.prototype={ +af(){return new A.wD(null,null,B.k)}} +A.wD.prototype={ +ym(){this.av(new A.a4A())}, +gcJ(){var s=this.a.z +if(s==null){s=this.r +s.toString}return s}, +oC(){var s,r=this +if(r.a.z==null)r.r=A.agc(null) +s=r.gcJ() +r.a.toString +s.dW(0,B.G,!1) +r.gcJ().Z(0,r.gks())}, +aE(){this.aS() +this.oC()}, +aP(a){var s,r=this +r.bh(a) +s=a.z +if(r.a.z!=s){if(s!=null)s.I(0,r.gks()) +if(r.a.z!=null){s=r.r +if(s!=null){s.fy$=$.aR() +s.fx$=0}r.r=null}r.oC()}r.a.toString}, +l(){var s,r=this +r.gcJ().I(0,r.gks()) +s=r.r +if(s!=null){s.fy$=$.aR() +s.fx$=0}s=r.d +if(s!=null)s.l() +r.Oz()}, +L(c5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0=this,c1=null,c2=c0.a,c3=new A.a4x(c2.r,c2.a3F(c5),c0.a.a_0(c5)),c4=new A.a4y(c0,c3) +c2=t.PM +s=c4.$1$1(new A.a4a(),c2) +r=c4.$1$1(new A.a4b(),t.p8) +q=t._ +p=c4.$1$1(new A.a4c(),q) +o=c4.$1$1(new A.a4n(),q) +n=c4.$1$1(new A.a4q(),q) +m=c4.$1$1(new A.a4r(),q) +l=c4.$1$1(new A.a4s(),t.pc) +k=t.tW +j=c4.$1$1(new A.a4t(),k) +i=c4.$1$1(new A.a4u(),k) +h=c4.$1$1(new A.a4v(),k) +g=c4.$1$1(new A.a4w(),q) +f=c4.$1$1(new A.a4d(),c2) +e=c4.$1$1(new A.a4e(),t.oI) +d=c4.$1$1(new A.a4f(),t.KX) +c=c3.$1$1(new A.a4g(),t.X3) +b=c3.$1$1(new A.a4h(),t.Oc) +a=c3.$1$1(new A.a4i(),t.Tu) +a0=c3.$1$1(new A.a4j(),t.y) +a1=c3.$1$1(new A.a4k(),t.pC) +a2=new A.v(c.a,c.b).N(0,4) +a3=c3.$1$1(new A.a4l(),t.Ya) +c2=j.a +q=j.b +a4=c.Hu(new A.aH(c2,h.a,q,h.b)) +if(i!=null){a5=a4.bw(i) +c2=a5.a +if(isFinite(c2))a4=a4.Zu(c2,c2) +c2=a5.b +if(isFinite(c2))a4=a4.Zt(c2,c2)}a6=a2.b +c2=a2.a +a7=Math.max(0,c2) +a8=l.B(0,new A.aU(a7,a6,a7,a6)).hp(0,B.ao,B.v8) +if(a.a>0){q=c0.e +if(q!=null){k=c0.f +if(k!=null)if(q!==s)if(k.gn(k)!==p.gn(p)){q=c0.f +q=(q.gn(q)>>>24&255)/255===1&&(p.gn(p)>>>24&255)/255<1&&s===0}else q=!1 +else q=!1 +else q=!1}else q=!1}else q=!1 +if(q){q=c0.d +if(!J.e(q==null?c1:q.e,a)){q=c0.d +if(q!=null)q.l() +q=A.cJ(c1,a,c1,c1,c0) +q.aY() +k=q.bD$ +k.b=!0 +k.a.push(new A.a4m(c0)) +c0.d=q}p=c0.f +c0.d.sn(0,0) +c0.d.bX(0)}c0.e=s +c0.f=p +s.toString +q=r==null?c1:r.cr(o) +k=d.ka(e) +a9=p==null?B.dx:B.fD +b0=c0.a +b1=b0.w +b2=b0.c +b3=b0.d +b4=b0.e +b5=b0.x +b0=b0.f +b6=d.ka(e) +b7=c0.gcJ() +b8=g==null?o:g +a1.toString +a9=A.uf(a,A.lK(!1,c1,!0,A.ty(new A.cW(a8,new A.l4(a1,1,1,c0.a.as,c1),c1),new A.bz(f,c1,c1,c1,c1,b8,c1,c1)),b6,a0,c1,b5,B.A,c1,new A.K5(new A.a4o(c3)),b0,c1,b4,b3,b2,new A.bP(new A.a4p(c3),t._s),c1,a3,b7),b1,p,s,c1,n,k,m,q,a9) +switch(b.a){case 0:b9=new A.Q(48+c2,48+a6) +break +case 1:b9=B.K +break +default:b9=c1}return A.du(!0,new A.Jt(b9,new A.eU(a4,a9,c1),c1),!0,!0,!1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1)}} +A.a4A.prototype={ +$0(){}, +$S:0} +A.a4x.prototype={ +$1$1(a,b){var s=a.$1(this.a),r=a.$1(this.b),q=a.$1(this.c),p=s==null?r:s +return p==null?q:p}, +$1(a){return this.$1$1(a,t.z)}, +$S:457} +A.a4y.prototype={ +$1$1(a,b){return this.b.$1$1(new A.a4z(this.a,a,b),b)}, +$1(a){return this.$1$1(a,t.z)}, +$S:146} +A.a4z.prototype={ +$1(a){var s=this.b.$1(a) +return s==null?null:s.K(this.a.gcJ().a)}, +$S(){return this.c.h("0?(be?)")}} +A.a4a.prototype={ +$1(a){return a==null?null:a.gdL(a)}, +$S:132} +A.a4b.prototype={ +$1(a){return a==null?null:a.giD()}, +$S:148} +A.a4c.prototype={ +$1(a){return a==null?null:a.gbW(a)}, +$S:36} +A.a4n.prototype={ +$1(a){return a==null?null:a.gcw()}, +$S:36} +A.a4q.prototype={ +$1(a){return a==null?null:a.gci(a)}, +$S:36} +A.a4r.prototype={ +$1(a){return a==null?null:a.gcK()}, +$S:36} +A.a4s.prototype={ +$1(a){return a==null?null:a.gbU(a)}, +$S:150} +A.a4t.prototype={ +$1(a){return a==null?null:a.gip()}, +$S:54} +A.a4u.prototype={ +$1(a){return a==null?null:a.y}, +$S:54} +A.a4v.prototype={ +$1(a){return a==null?null:a.gio()}, +$S:54} +A.a4w.prototype={ +$1(a){return a==null?null:a.Q}, +$S:36} +A.a4d.prototype={ +$1(a){return a==null?null:a.ged()}, +$S:132} +A.a4e.prototype={ +$1(a){return a==null?null:a.giL()}, +$S:152} +A.a4f.prototype={ +$1(a){return a==null?null:a.gc4(a)}, +$S:153} +A.a4o.prototype={ +$1(a){return this.a.$1$1(new A.a48(a),t.Pb)}, +$S:145} +A.a48.prototype={ +$1(a){var s +if(a==null)s=null +else{s=a.giq() +s=s==null?null:s.K(this.a)}return s}, +$S:155} +A.a4p.prototype={ +$1(a){return this.a.$1$1(new A.a47(a),t.r)}, +$S:142} +A.a47.prototype={ +$1(a){var s +if(a==null)s=null +else{s=a.gis() +s=s==null?null:s.K(this.a)}return s}, +$S:157} +A.a4g.prototype={ +$1(a){return a==null?null:a.gh3()}, +$S:158} +A.a4h.prototype={ +$1(a){return a==null?null:a.giC()}, +$S:159} +A.a4i.prototype={ +$1(a){return a==null?null:a.cx}, +$S:160} +A.a4j.prototype={ +$1(a){return a==null?null:a.cy}, +$S:161} +A.a4k.prototype={ +$1(a){return a==null?null:a.db}, +$S:162} +A.a4l.prototype={ +$1(a){return a==null?null:a.ghT()}, +$S:163} +A.a4m.prototype={ +$1(a){if(a===B.L)this.a.av(new A.a49())}, +$S:4} +A.a49.prototype={ +$0(){}, +$S:0} +A.K5.prototype={ +K(a){var s=this.a.$1(a) +s.toString +return s}, +goa(){return"ButtonStyleButton_MouseCursor"}} +A.Jt.prototype={ +am(a){var s=new A.LA(this.e,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){b.syS(this.e)}} +A.LA.prototype={ +syS(a){if(this.A.k(0,a))return +this.A=a +this.a3()}, +BS(a,b){var s,r,q=this.fr$ +if(q!=null){s=b.$2(q,a) +q=s.a +r=this.A +return a.bw(new A.Q(Math.max(q,r.a),Math.max(s.b,r.b)))}return B.K}, +c6(a){return this.BS(a,A.zE())}, +bm(){var s,r,q,p=this +p.id=p.BS(t.k.a(A.w.prototype.ga0.call(p)),A.zF()) +s=p.fr$ +if(s!=null){s=s.b +s.toString +t.q.a(s) +r=p.gC(p) +q=p.fr$ +s.a=B.N.jY(t.o.a(r.a5(0,q.gC(q))))}}, +bJ(a,b){var s,r +if(this.ha(a,b))return!0 +s=this.fr$ +r=s.gC(s).hn(B.i) +return a.wU(new A.a7l(this,r),r,A.agi(r))}} +A.a7l.prototype={ +$2(a,b){return this.a.fr$.bJ(a,this.b)}, +$S:17} +A.zb.prototype={ +bL(){this.dq() +this.cL() +this.f3()}, +l(){var s=this,r=s.b2$ +if(r!=null)r.I(0,s.geD()) +s.b2$=null +s.aL()}} +A.Qp.prototype={ +F(){return"ButtonTextTheme."+this.b}} +A.Qo.prototype={ +F(){return"ButtonBarLayoutBehavior."+this.b}} +A.Aq.prototype={ +gbU(a){switch(0){case 0:case 1:return B.yU}}, +gc4(a){var s=this.f +if(s!=null)return s +switch(0){case 0:case 1:return B.FZ}}, +k(a,b){var s=this +if(b==null)return!1 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.Aq&&b.gbU(b).k(0,s.gbU(s))&&b.gc4(b).k(0,s.gc4(s))&&J.e(b.w,s.w)&&J.e(b.y,s.y)&&J.e(b.z,s.z)&&J.e(b.at,s.at)&&b.ax==s.ax}, +gu(a){var s=this +return A.I(B.vM,88,36,s.gbU(s),s.gc4(s),!1,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.Hx.prototype={} +A.rl.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.rl&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&b.e==s.e&&J.e(b.f,s.f)&&J.e(b.r,s.r)}} +A.HA.prototype={} +A.nC.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.nC&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&J.e(b.w,s.w)&&J.e(b.x,s.x)}} +A.HB.prototype={} +A.rp.prototype={ +gu(a){var s=this +return A.bO([s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.ch,s.CW,s.cx,s.cy,s.db])}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.rp&&b.a==s.a&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.x,s.x)&&b.y==s.y&&J.e(b.z,s.z)&&J.e(b.Q,s.Q)&&J.e(b.as,s.as)&&J.e(b.at,s.at)&&J.e(b.ax,s.ax)&&J.e(b.ay,s.ay)&&J.e(b.ch,s.ch)&&b.CW==s.CW&&b.cx==s.cx&&b.cy==s.cy&&J.e(b.db,s.db)}} +A.HD.prototype={} +A.Ay.prototype={ +gUv(){var s,r=this.y,q=r==null +if(q)s=!0 +else s=!1 +if(s)return 40 +if(q)r=null +return 2*(r==null?0:r)}, +gUj(){var s,r=this.y,q=r==null +if(q)s=!0 +else s=!1 +if(s)return 40 +if(q)r=null +return 2*(r==null?1/0:r)}, +L(a){var s,r,q,p,o,n,m,l=this,k=null,j=A.aE(a),i=j.ax,h=i.e +i=h==null?i.c:h +s=i +r=j.p3.w.cr(s) +q=l.d +if(q==null){i=j.ax +h=i.d +i=h==null?i.b:h +p=i}else p=q +if(p==null){i=r.b +i.toString +switch(A.mH(i).a){case 0:q=j.fy +break +case 1:q=j.fx +break +default:q=p}}else{if(s==null){q.toString +switch(A.mH(q).a){case 0:r=r.cr(j.fy) +break +case 1:r=r.cr(j.fx) +break}}q=p}o=l.gUv() +n=l.gUj() +i=l.f +i=i!=null?A.aok(B.vI,i,k):k +h=l.c +if(h==null)h=k +else{m=j.ok.cr(r.b) +m=A.Av(A.aql(A.Ve(A.jQ(h,k,B.aQ,!0,r,k,k,B.ad),m,k)),k,k) +h=m}return A.aeu(h,new A.aH(o,n,o,n),B.a4,new A.d1(q,i,k,k,k,k,B.c_),B.W,k,k,k)}} +A.nI.prototype={ +gOQ(){var s=this.dx +return s==null?this.cy:s}, +gtA(a){var s=this.fr +return s==null?this.cx:s}, +gir(){var s=this.fx +return s==null?this.cx:s}, +k(a,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this +if(a0==null)return!1 +if(b===a0)return!0 +if(J.J(a0)!==A.t(b))return!1 +if(a0 instanceof A.nI)if(a0.a===b.a){s=a0.b +r=b.b +if(s.k(0,r)){q=a0.c +p=b.c +if(q.k(0,p)){o=a0.d +if(o==null)o=s +n=b.d +if(o.k(0,n==null?r:n)){o=a0.e +if(o==null)o=q +n=b.e +if(o.k(0,n==null?p:n)){o=a0.f +n=b.f +if(o.k(0,n)){m=a0.r +l=b.r +if(m.k(0,l)){k=a0.w +if(k==null)k=o +j=b.w +if(k.k(0,j==null?n:j)){k=a0.x +if(k==null)k=m +j=b.x +if(k.k(0,j==null?l:j)){k=a0.y +j=k==null +i=j?o:k +h=b.y +g=h==null +if(i.k(0,g?n:h)){i=a0.z +f=i==null +e=f?m:i +d=b.z +c=d==null +if(e.k(0,c?l:d)){e=a0.Q +if(e==null)o=j?o:k +else o=e +k=b.Q +if(k==null)n=g?n:h +else n=k +if(o.k(0,n)){o=a0.as +if(o==null)o=f?m:i +n=b.as +if(n==null)n=c?l:d +if(o.k(0,n)){o=a0.at +n=b.at +if(o.k(0,n)){m=a0.ax +l=b.ax +if(m.k(0,l)){k=a0.ay +o=k==null?o:k +k=b.ay +if(o.k(0,k==null?n:k)){o=a0.ch +if(o==null)o=m +n=b.ch +if(o.k(0,n==null?l:n))if(a0.CW.k(0,b.CW)){o=a0.cx +n=b.cx +if(o.k(0,n)){m=a0.cy +l=b.cy +if(m.k(0,l)){k=a0.db +j=b.db +if(k.k(0,j)){i=a0.dx +if(i==null)i=m +h=b.dx +if(i.k(0,h==null?l:h)){i=a0.dy +if(i==null)i=k +h=b.dy +if(i.k(0,h==null?j:h)){i=a0.fr +if(i==null)i=o +h=b.fr +if(i.k(0,h==null?n:h)){i=a0.fx +o=i==null?o:i +i=b.fx +if(o.k(0,i==null?n:i)){o=a0.fy +if(o==null)o=B.l +n=b.fy +if(o.k(0,n==null?B.l:n)){o=a0.go +if(o==null)o=B.l +n=b.go +if(o.k(0,n==null?B.l:n)){o=a0.id +if(o==null)o=k +n=b.id +if(o.k(0,n==null?j:n)){o=a0.k1 +if(o==null)o=m +n=b.k1 +if(o.k(0,n==null?l:n)){o=a0.k2 +q=o==null?q:o +o=b.k2 +if(q.k(0,o==null?p:o)){q=a0.k3 +s=q==null?s:q +q=b.k3 +s=s.k(0,q==null?r:q)}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1 +else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1 +else s=!1 +return s}, +gu(b1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7=this,a8=a7.b,a9=a7.c,b0=a7.d +if(b0==null)b0=a8 +s=a7.e +if(s==null)s=a9 +r=a7.f +q=a7.r +p=a7.w +if(p==null)p=r +o=a7.x +if(o==null)o=q +n=a7.y +m=n==null +l=m?r:n +k=a7.z +j=k==null +i=j?q:k +h=a7.Q +if(h==null){if(m)n=r}else n=h +m=a7.as +if(m==null)m=j?q:k +k=a7.at +j=a7.ax +h=a7.ay +if(h==null)h=k +g=a7.ch +if(g==null)g=j +f=a7.cx +e=a7.cy +d=a7.db +c=a7.dx +if(c==null)c=e +b=a7.dy +if(b==null)b=d +a=a7.fr +if(a==null)a=f +a0=a7.fx +if(a0==null)a0=f +a1=a7.fy +if(a1==null)a1=B.l +a2=a7.go +if(a2==null)a2=B.l +a3=a7.id +if(a3==null)a3=d +a4=a7.k1 +if(a4==null)a4=e +a5=a7.k2 +if(a5==null)a5=a9 +a6=a7.k3 +return A.I(a7.a,a8,a9,b0,s,r,q,p,o,l,i,n,m,k,j,h,g,a7.CW,f,A.I(e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6==null?a8:a6,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a))}} +A.HE.prototype={} +A.ui.prototype={} +A.rL.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.J(b)!==A.t(r))return!1 +if(b instanceof A.rL)if(J.e(b.a,r.a))if(b.b==r.b)if(b.c==r.c)if(b.d==r.d)if(J.e(b.e,r.e))if(b.f==r.f)if(b.r==r.r)if(J.e(b.w,r.w))if(b.x==r.x)if(b.y==r.y)if(b.z==r.z)if(b.Q==r.Q)s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.I7.prototype={} +A.rM.prototype={ +gu(a){var s=this +return A.bO([s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.ch,s.CW,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,s.fx,s.fy,s.go,s.id,s.k1,s.k2,s.k3,s.k4,s.ok,s.p1,s.p2,s.p3])}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.rM&&J.e(b.a,s.a)&&b.b==s.b&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.x,s.x)&&J.e(b.y,s.y)&&J.e(b.z,s.z)&&b.Q==s.Q&&b.as==s.as&&b.at==s.at&&b.ax==s.ax&&b.ay==s.ay&&J.e(b.ch,s.ch)&&J.e(b.CW,s.CW)&&b.cx==s.cx&&b.cy==s.cy&&b.db==s.db&&J.e(b.dx,s.dx)&&b.dy==s.dy&&J.e(b.fr,s.fr)&&J.e(b.fx,s.fx)&&J.e(b.fy,s.fy)&&J.e(b.go,s.go)&&J.e(b.id,s.id)&&J.e(b.k1,s.k1)&&J.e(b.k2,s.k2)&&J.e(b.k3,s.k3)&&b.k4==s.k4&&J.e(b.ok,s.ok)&&J.e(b.p2,s.p2)&&J.e(b.p3,s.p3)}} +A.I9.prototype={} +A.nS.prototype={ +gu(a){return J.p(this.e)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.nS&&J.e(b.a,s.a)&&b.b==s.b&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.y,s.y)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.x,s.x)}} +A.Il.prototype={} +A.nT.prototype={ +gu(a){var s=this +return A.I(s.gag(s),s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.nT&&J.e(b.gag(b),s.gag(s))&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e}, +gag(a){return this.a}} +A.Ip.prototype={} +A.nU.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.nU&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&b.c==s.c&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&b.w==s.w}} +A.Ix.prototype={} +A.nV.prototype={ +gu(a){return A.I(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.nV&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)}} +A.Iy.prototype={} +A.IA.prototype={ +K(a){if(a.t(0,B.G))return this.b +return this.a}} +A.ID.prototype={ +K(a){var s +if(a.t(0,B.a_)){s=this.a.a +return A.a2(61,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.a6)){s=this.a.a +return A.a2(20,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.ai)){s=this.a.a +return A.a2(61,s>>>16&255,s>>>8&255,s&255)}return null}} +A.IB.prototype={ +K(a){var s=this +if(a.t(0,B.G))return 0 +if(a.t(0,B.a_))return s.a+6 +if(a.t(0,B.a6))return s.a+2 +if(a.t(0,B.ai))return s.a+2 +return s.a}} +A.IC.prototype={ +K(a){if(a.t(0,B.G))return this.b +return this.a}} +A.NT.prototype={} +A.NU.prototype={} +A.NV.prototype={} +A.NW.prototype={} +A.nZ.prototype={ +gu(a){return J.p(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.nZ&&J.e(b.a,this.a)}} +A.IE.prototype={} +A.jd.prototype={} +A.ta.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,null,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.ta&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.x,s.x)&&J.e(b.y,s.y)&&J.e(b.z,s.z)&&!0}} +A.IL.prototype={} +A.IP.prototype={ +K(a){if(a.t(0,B.G))return this.b +return this.a}} +A.IR.prototype={ +K(a){var s +if(a.t(0,B.a_)){s=this.a.a +return A.a2(31,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.a6)){s=this.a.a +return A.a2(20,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.ai)){s=this.a.a +return A.a2(31,s>>>16&255,s>>>8&255,s&255)}return null}} +A.IQ.prototype={ +K(a){if(a.t(0,B.G))return this.b +return this.a}} +A.NZ.prototype={} +A.O_.prototype={} +A.O0.prototype={} +A.o2.prototype={ +gu(a){return J.p(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.o2&&J.e(b.a,this.a)}} +A.IS.prototype={} +A.th.prototype={ +bB(a){var s,r=this +if(r.f===a.f)if(r.r===a.r)if(r.w===a.w)if(r.x===a.x)s=!1 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +return s}} +A.a54.prototype={ +j(a){return""}} +A.x5.prototype={ +F(){return"_FloatingActionButtonType."+this.b}} +A.C1.prototype={ +L(a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=null,a0=A.aE(a5),a1=a0.ao,a2=this.k1,a3=new A.a5n(a5,a2,!0,a,a,a,a,a,6,6,8,a,6,a,!0,a,B.vC,B.vB,B.vD,B.vG,8,a,a,a),a4=a1.a +if(a4==null)a4=a3.gcw() +s=a1.b +if(s==null)s=a3.gbW(a3) +r=a1.c +if(r==null)r=a3.gou() +q=a1.d +if(q==null)q=a3.goB() +p=a1.e +if(p==null)p=a3.gmR() +o=a1.f +if(o==null){n=a3.f +n.toString +o=n}m=a1.r +if(m==null){n=a3.r +n.toString +m=n}l=a1.w +if(l==null){n=a3.w +n.toString +l=n}n=a1.x +k=n==null?a3.x:n +if(k==null)k=o +j=a1.y +if(j==null){n=a3.y +n.toString +j=n}i=a1.Q +if(i==null){n=a3.Q +n.toString +i=n}h=a1.as +if(h==null){n=a3.ged() +n.toString +h=n}n=a1.cy +if(n==null){n=a3.gor() +n.toString}g=n.cr(a4) +f=a1.z +if(f==null){n=a3.gc4(a3) +n.toString +f=n}n=this.c +e=A.ty(n,new A.bz(h,a,a,a,a,a,a,a)) +switch(a2.a){case 0:d=a1.at +if(d==null){a2=a3.at +a2.toString +d=a2}break +case 1:d=a1.ax +if(d==null){a2=a3.ax +a2.toString +d=a2}break +case 2:d=a1.ay +if(d==null){a2=a3.ay +a2.toString +d=a2}break +case 3:d=a1.ch +if(d==null){a2=a3.ch +a2.toString +d=a2}c=a1.cx +if(c==null)c=a3.goq() +a2=A.a([],t.F) +a2.push(n) +e=new A.HC(new A.cW(c,A.a_7(a2,B.ca,B.oC,B.fx),a),a) +break +default:d=a}b=new A.v_(this.z,new A.Iz(a,a1.db),g,s,r,q,p,o,l,m,j,k,d,f,e,a0.e,a,!1,B.C,i,a) +return new A.Dj(new A.lE(B.x_,b,a),a)}} +A.Iz.prototype={ +K(a){var s=A.k9(this.a,a,t.WV) +if(s==null)s=null +return s==null?B.eD.K(a):s}, +goa(){return"MaterialStateMouseCursor(FloatActionButton)"}} +A.HC.prototype={ +am(a){var s=a.ad(t.I) +s.toString +s=new A.Lv(B.N,s.w,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){var s=a.ad(t.I) +s.toString +b.sbA(s.w)}} +A.Lv.prototype={ +c6(a){var s,r=this.fr$,q=a.a,p=a.b,o=a.c,n=a.d +if(r!=null){s=r.jy(B.bZ) +return new A.Q(Math.max(q,Math.min(p,s.a)),Math.max(o,Math.min(n,s.b)))}else return new A.Q(A.O(1/0,q,p),A.O(1/0,o,n))}, +bm(){var s=this,r=t.k.a(A.w.prototype.ga0.call(s)),q=s.fr$,p=r.a,o=r.b,n=r.c,m=r.d +if(q!=null){q.bZ(B.bZ,!0) +q=s.fr$ +q=Math.max(p,Math.min(o,q.gC(q).a)) +o=s.fr$ +s.id=new A.Q(q,Math.max(n,Math.min(m,o.gC(o).b))) +s.wV()}else s.id=new A.Q(A.O(1/0,p,o),A.O(1/0,n,m))}} +A.a5n.prototype={ +gnj(){var s,r=this,q=r.fx +if(q===$){s=A.aE(r.dx) +r.fx!==$&&A.aS() +q=r.fx=s.ax}return q}, +gcw(){var s=this.gnj(),r=s.e +return r==null?s.c:r}, +gbW(a){var s=this.gnj(),r=s.d +return r==null?s.b:r}, +gmR(){var s=this.gnj(),r=s.e +s=(r==null?s.c:r).a +return A.a2(31,s>>>16&255,s>>>8&255,s&255)}, +gou(){var s=this.gnj(),r=s.e +s=(r==null?s.c:r).a +return A.a2(31,s>>>16&255,s>>>8&255,s&255)}, +goB(){var s=this.gnj(),r=s.e +s=(r==null?s.c:r).a +return A.a2(20,s>>>16&255,s>>>8&255,s&255)}, +gc4(a){switch(this.dy.a){case 0:return B.tH +case 1:return B.G_ +case 2:return B.G0 +case 3:return B.tH}}, +ged(){switch(this.dy.a){case 0:return 24 +case 1:return 24 +case 2:return 36 +case 3:return 24}}, +goq(){return new A.e8(this.fr&&this.dy===B.Nj?16:20,0,20,0)}, +gor(){var s,r=this,q=r.fy +if(q===$){s=A.aE(r.dx) +r.fy!==$&&A.aS() +q=r.fy=s.p3}return q.as}} +A.Te.prototype={ +j(a){return"FloatingActionButtonLocation"}} +A.a10.prototype={ +a1H(){return!1}, +jA(a){var s=this.a1H()?4:0 +return new A.v(this.Kx(a,s),this.Ky(a,s))}} +A.T2.prototype={ +Ky(a,b){var s=a.c,r=a.b.b,q=a.a.b,p=a.w.b,o=s-q-Math.max(16,a.f.d-(a.r.b-s)+16) +if(p>0)o=Math.min(o,s-p-q-16) +return(r>0?Math.min(o,s-r-q/2):o)+b}} +A.T1.prototype={ +Kx(a,b){switch(a.y.a){case 0:return 16+a.e.a-b +case 1:return A.asm(a,b)}}} +A.a5f.prototype={ +j(a){return"FloatingActionButtonLocation.endFloat"}} +A.Td.prototype={ +j(a){return"FloatingActionButtonAnimator"}} +A.a7P.prototype={ +Kw(a,b,c){if(c<0.5)return a +else return b}} +A.ww.prototype={ +gn(a){var s=this,r=s.w.x +r===$&&A.c() +if(r>>16&255,s.gn(s)>>>8&255,s.gn(s)&255)}return s}if(a.t(0,B.a6)){s=q.c +r=q.a +s=r==null?p:A.a2(20,r.gn(r)>>>16&255,r.gn(r)>>>8&255,r.gn(r)&255) +return s}if(a.t(0,B.ai)){s=q.b +r=q.a +s=r==null?p:A.a2(31,r.gn(r)>>>16&255,r.gn(r)>>>8&255,r.gn(r)&255) +return s}}if(a.t(0,B.a_)){s=q.d +if(s==null){s=q.a +s=s==null?p:A.a2(31,s.gn(s)>>>16&255,s.gn(s)>>>8&255,s.gn(s)&255)}return s}if(a.t(0,B.a6)){s=q.c +r=q.a +s=r==null?p:A.a2(20,r.gn(r)>>>16&255,r.gn(r)>>>8&255,r.gn(r)&255) +return s}if(a.t(0,B.ai)){s=q.b +r=q.a +s=r==null?p:A.a2(20,r.gn(r)>>>16&255,r.gn(r)>>>8&255,r.gn(r)&255) +return s}return p}, +j(a){return"{hovered: "+A.j(this.c)+", focused: "+A.j(this.b)+", pressed: "+A.j(this.d)+", otherwise: null}"}} +A.Ji.prototype={ +K(a){if(a.t(0,B.G))return this.b +return this.a}} +A.O4.prototype={} +A.iz.prototype={ +gu(a){return J.p(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.iz&&J.e(b.a,this.a)}} +A.tw.prototype={ +bB(a){return!this.w.k(0,a.w)}} +A.Jk.prototype={} +A.tF.prototype={ +gTS(){var s,r=this.e +if(r==null)return B.ao +s=r.gbU(r) +return s}, +af(){return new A.xl(new A.bI(null,t.W),B.k)}} +A.xl.prototype={ +Tl(){this.e=null}, +cB(){var s=this.e +if(s!=null)s.l() +this.n2()}, +PE(a){var s,r,q=this,p=q.e,o=q.a +if(p==null){p=o.e +A.ahU(a) +o=A.P5(a,null) +s=A.ac3(a,t.zd) +s.toString +r=$.aA.O$.z.i(0,q.d).gP() +r.toString +r=new A.tG(o,s,t.x.a(r),q.gTk()) +r.srB(p) +r.syE(!0) +s.r9(r) +q.e=r}else{p.srB(o.e) +p=q.e +p.toString +A.ahU(a) +p.syE(!0) +p=q.e +p.toString +p.slI(A.P5(a,null))}p=q.a.c +return p}, +L(a){var s=this,r=s.a.gTS() +s.a.toString +return new A.cW(r,new A.eu(s.gPD(),null),s.d)}} +A.tG.prototype={ +srB(a){var s,r=this +if(J.e(a,r.f))return +r.f=a +s=r.e +if(s!=null)s.l() +s=r.f +r.e=s==null?null:s.ru(r.gSe()) +r.a.ak()}, +syE(a){return}, +slI(a){if(a.k(0,this.w))return +this.w=a +this.a.ak()}, +Sf(){this.a.ak()}, +l(){var s=this.e +if(s!=null)s.l() +this.hV()}, +p8(a,b){var s,r,q,p=this +if(p.e==null||!1)return +s=A.WI(b) +r=p.b +q=p.w.H0(r.gC(r)) +if(s==null){a.cg(0) +a.a6(0,b.a) +p.e.mp(a,B.i,q) +a.bz(0)}else p.e.mp(a,s,q)}} +A.k_.prototype={ +S2(a){var s +if(a===B.z&&!this.CW){s=this.ch +s===$&&A.c() +s.l() +this.hV()}}, +l(){var s=this.ch +s===$&&A.c() +s.l() +this.hV()}, +E2(a,b,c){var s,r,q=this +a.cg(0) +s=q.f +if(s!=null)a.xc(0,s.dm(b,q.ax)) +switch(q.z.a){case 1:s=b.gaM() +r=q.Q +a.kg(s,r==null?35:r,c) +break +case 0:s=q.as +if(!s.k(0,B.O))a.dg(A.acn(b,s.c,s.d,s.a,s.b),c) +else a.dz(b,c) +break}a.bz(0)}, +p8(a,b){var s,r,q,p=this,o=$.ad().aX(),n=p.e,m=p.ay +m===$&&A.c() +s=m.a +o.sag(0,A.a2(m.b.a6(0,s.gn(s)),n.gn(n)>>>16&255,n.gn(n)>>>8&255,n.gn(n)&255)) +r=A.WI(b) +n=p.at +if(n!=null)q=n.$0() +else{n=p.b +n=n.gC(n) +q=new A.E(0,0,0+n.a,0+n.b)}if(r==null){a.cg(0) +a.a6(0,b.a) +p.E2(a,q,o) +a.bz(0)}else p.E2(a,q.d7(r),o)}} +A.a9w.prototype={ +$0(){var s=this.a +s=s.gC(s) +return new A.E(0,0,0+s.a,0+s.b)}, +$S:77} +A.a63.prototype={ +xk(a,b,c,d,e,f,g,a0,a1,a2,a3,a4){var s,r,q,p,o,n,m,l,k,j,i=null,h=b==null?B.O:b +if(a1==null){if(a2!=null){s=a2.$0() +r=new A.Q(s.c-s.a,s.d-s.b)}else r=a3.gC(a3) +s=Math.max(r.GB(0,B.i).gcC(),new A.v(0+r.a,0).a5(0,new A.v(0,0+r.b)).gcC())/2}else s=a1 +h=new A.tI(a0,h,s,A.av1(a3,d,a2),a4,c,f,e,a3,g) +q=e.A +p=A.cJ(i,B.f_,i,i,q) +o=e.geg() +p.aY() +n=p.bQ$ +n.b=!0 +n.a.push(o) +p.bX(0) +h.cx=p +n=c.gn(c) +m=t.m +l=t.gD +h.CW=new A.aB(m.a(p),new A.k0(0,n>>>24&255),l.h("aB")) +n=A.cJ(i,B.d7,i,i,q) +n.aY() +p=n.bQ$ +p.b=!0 +p.a.push(o) +n.bX(0) +h.ch=n +p=t.c +k=$.akH() +j=p.h("dS") +h.ay=new A.aB(m.a(n),new A.dS(k,new A.ay(s*0.3,s+5,p),j),j.h("aB")) +q=A.cJ(i,B.jh,i,i,q) +q.aY() +j=q.bQ$ +j.b=!0 +j.a.push(o) +q.aY() +o=q.bD$ +o.b=!0 +o.a.push(h.gTT()) +h.db=q +o=c.gn(c) +j=$.akI() +l=l.h("dS") +h.cy=new A.aB(m.a(q),new A.dS(j,new A.k0(o>>>24&255,0),l),l.h("aB")) +e.r9(h) +return h}} +A.tI.prototype={ +o2(a){var s=this.ch +s===$&&A.c() +s.e=B.yN +s.bX(0) +s=this.cx +s===$&&A.c() +s.bX(0) +s=this.db +s===$&&A.c() +s.z=B.a7 +s.jJ(1,B.a4,B.jh)}, +aI(a){var s,r=this,q=r.cx +q===$&&A.c() +q.fG(0) +q=r.cx.x +q===$&&A.c() +s=1-q +q=r.db +q===$&&A.c() +q.sn(0,s) +if(s<1){q=r.db +q.z=B.a7 +q.jJ(1,B.a4,B.f_)}}, +TU(a){if(a===B.L)this.l()}, +l(){var s=this,r=s.ch +r===$&&A.c() +r.l() +r=s.cx +r===$&&A.c() +r.l() +r=s.db +r===$&&A.c() +r.l() +s.hV()}, +p8(a,b){var s,r,q,p,o,n,m=this,l=m.cx +l===$&&A.c() +l=l.r +if(l!=null&&l.a!=null){l=m.CW +l===$&&A.c() +s=l.a +r=l.b.a6(0,s.gn(s))}else{l=m.cy +l===$&&A.c() +s=l.a +r=l.b.a6(0,s.gn(s))}q=$.ad().aX() +l=m.e +q.sag(0,A.a2(r,l.gn(l)>>>16&255,l.gn(l)>>>8&255,l.gn(l)&255)) +l=m.at +if(l!=null)p=l.$0() +else p=null +if(p!=null)s=p.gaM() +else{s=m.b +s=s.gC(s).hn(B.i)}o=m.ch +o===$&&A.c() +o=o.x +o===$&&A.c() +o=A.uI(m.z,s,B.aW.a6(0,o)) +o.toString +s=m.ay +s===$&&A.c() +n=s.a +n=s.b.a6(0,n.gn(n)) +m.J2(m.Q,a,o,l,m.f,q,n,m.ax,b)}} +A.a9v.prototype={ +$0(){var s=this.a +s=s.gC(s) +return new A.E(0,0,0+s.a,0+s.b)}, +$S:77} +A.a64.prototype={ +xk(a,b,c,d,e,f,g,h,i,j,k,a0){var s,r,q,p,o,n=null,m=b==null?B.O:b,l=i==null?A.av5(k,d,j,h):i +m=new A.tJ(h,m,l,A.av0(k,d,j),!d,a0,c,f,e,k,g) +s=e.A +r=A.cJ(n,B.d7,n,n,s) +q=e.geg() +r.aY() +p=r.bQ$ +p.b=!0 +p.a.push(q) +r.bX(0) +m.CW=r +p=t.c +o=t.m +m.ch=new A.aB(o.a(r),new A.ay(0,l,p),p.h("aB")) +s=A.cJ(n,B.W,n,n,s) +s.aY() +p=s.bQ$ +p.b=!0 +p.a.push(q) +s.aY() +q=s.bD$ +q.b=!0 +q.a.push(m.gTV()) +m.cy=s +q=c.gn(c) +m.cx=new A.aB(o.a(s),new A.k0(q>>>24&255,0),t.gD.h("aB")) +e.r9(m) +return m}} +A.tJ.prototype={ +o2(a){var s=B.c.hy(this.as/1),r=this.CW +r===$&&A.c() +r.e=A.c1(0,s) +r.bX(0) +this.cy.bX(0)}, +aI(a){var s=this.cy +if(s!=null)s.bX(0)}, +TW(a){if(a===B.L)this.l()}, +l(){var s=this,r=s.CW +r===$&&A.c() +r.l() +s.cy.l() +s.cy=null +s.hV()}, +p8(a,b){var s,r,q=this,p=$.ad().aX(),o=q.e,n=q.cx +n===$&&A.c() +s=n.a +p.sag(0,A.a2(n.b.a6(0,s.gn(s)),o.gn(o)>>>16&255,o.gn(o)>>>8&255,o.gn(o)&255)) +r=q.z +if(q.ax){o=q.b +o=o.gC(o).hn(B.i) +n=q.CW +n===$&&A.c() +n=n.x +n===$&&A.c() +r=A.uI(r,o,n)}r.toString +o=q.ch +o===$&&A.c() +n=o.a +n=o.b.a6(0,n.gn(n)) +q.J2(q.Q,a,r,q.at,q.f,p,n,q.ay,b)}} +A.iD.prototype={ +o2(a){}, +aI(a){}, +sag(a,b){if(b.k(0,this.e))return +this.e=b +this.a.ak()}, +sxt(a){if(J.e(a,this.f))return +this.f=a +this.a.ak()}, +J2(a,b,c,d,e,f,g,h,i){var s,r=A.WI(i) +b.cg(0) +if(r==null)b.a6(0,i.a) +else b.b9(0,r.a,r.b) +if(d!=null){s=d.$0() +if(e!=null)b.xc(0,e.dm(s,h)) +else if(!a.k(0,B.O))b.YL(A.acn(s,a.c,a.d,a.a,a.b)) +else b.o_(s)}b.kg(c,g,f) +b.bz(0)}} +A.ok.prototype={} +A.xS.prototype={ +bB(a){return this.f!==a.f}} +A.tH.prototype={ +KE(a){return null}, +L(a){var s=this,r=a.ad(t.sZ),q=r==null?null:r.f +return new A.xk(s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.Q,s.z,s.as,s.at,s.ax,s.ay,s.ch,s.CW,s.cx,s.cy,s.db,s.dx,s.dy,s.fr,s.fx,s.fy,s.go,s.id,!1,s.k2,!1,s.k4,s.ok,q,s.gKD(),s.gZT(),s.p1,s.p2,null)}, +ZU(a){return!0}} +A.xk.prototype={ +af(){return new A.xj(A.y(t.R9,t.Pr),new A.bi(A.a([],t.ML),t.yw),null,B.k)}} +A.kJ.prototype={ +F(){return"_HighlightType."+this.b}} +A.xj.prototype={ +ga13(){var s=this.r +s=s.gal(s) +s=new A.aO(s,new A.a61(),A.m(s).h("aO")) +return!s.gT(s)}, +yN(a,b){var s,r=this.y,q=r.a,p=q.length +if(b){r.b=!0 +q.push(a)}else r.v(0,a) +s=q.length!==0 +if(s!==(p!==0)){r=this.a.p1 +if(r!=null)r.yN(this,s)}}, +XO(a){var s=this,r=s.z +if(r!=null)r.aI(0) +s.z=null +r=s.c +r.toString +s.F5(r) +r=s.e +if(r!=null)r.o2(0) +s.e=null +r=s.a +if(r.d!=null){if(r.id){r=s.c +r.toString +A.T5(r)}r=s.a.d +if(r!=null)r.$0()}s.z=A.bY(B.an,new A.a5Y(s))}, +AM(a){var s=this.c +s.toString +this.F5(s) +this.I5()}, +Lh(){return this.AM(null)}, +ym(){this.av(new A.a60())}, +gcJ(){var s=this.a.p4 +if(s==null){s=this.x +s.toString}return s}, +oC(){var s,r,q=this +if(q.a.p4==null)q.x=A.agc(null) +s=q.gcJ() +r=q.a +r.toString +s.dW(0,B.G,!(q.ex(r)||q.ey(r))) +q.gcJ().Z(0,q.gks())}, +aE(){var s,r,q +this.OE() +this.oC() +s=this.gI2() +r=$.aA.O$.f.a.d.a +q=r.i(0,s) +r.m(0,s,(q==null?0:q)+1)}, +aP(a){var s,r,q,p,o=this +o.bh(a) +s=a.p4 +if(o.a.p4!=s){if(s!=null)s.I(0,o.gks()) +if(o.a.p4!=null){s=o.x +if(s!=null){s.fy$=$.aR() +s.fx$=0}o.x=null}o.oC()}s=o.a +if(s.cx!=a.cx||s.CW!==a.CW||!J.e(s.cy,a.cy)){s=o.r +r=s.i(0,B.bU) +if(r!=null){q=r.ch +q===$&&A.c() +q.l() +r.hV() +o.A2(B.bU,!1,o.f)}p=s.i(0,B.v1) +if(p!=null){s=p.ch +s===$&&A.c() +s.l() +p.hV()}}if(!J.e(o.a.db,a.db))o.Xe() +s=o.a +s.toString +s=o.ex(s)||o.ey(s) +if(s!==(o.ex(a)||o.ey(a))){s=o.gcJ() +q=o.a +q.toString +s.dW(0,B.G,!(o.ex(q)||o.ey(q))) +s=o.a +s.toString +if(!(o.ex(s)||o.ey(s))){o.gcJ().dW(0,B.a_,!1) +r=o.r.i(0,B.bU) +if(r!=null){s=r.ch +s===$&&A.c() +s.l() +r.hV()}}o.A2(B.bU,!1,o.f)}o.A1()}, +l(){var s,r=this +$.aA.O$.f.a.d.v(0,r.gI2()) +r.gcJ().I(0,r.gks()) +s=r.x +if(s!=null){s.fy$=$.aR() +s.fx$=0}s=r.z +if(s!=null)s.aI(0) +r.z=null +r.aL()}, +gu0(){if(!this.ga13()){var s=this.d +s=s!=null&&s.a!==0}else s=!0 +return s}, +Kp(a){switch(a.a){case 0:return B.W +case 1:case 2:this.a.toString +return B.yP}}, +A2(a,b,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=null,e=g.r,d=e.i(0,a),c=a.a +switch(c){case 0:g.gcJ().dW(0,B.a_,a0) +break +case 1:if(b)g.gcJ().dW(0,B.a6,a0) +break +case 2:break}if(a===B.bx){s=g.a.p1 +if(s!=null)s.yN(g,a0)}s=d==null +if(a0===(!s&&d.CW))return +if(a0)if(s){s=g.a.fx +if(s==null)r=f +else{q=g.gcJ().a +r=s.a.$1(q)}if(r==null){s=g.c +s.toString +p=A.aE(s) +switch(c){case 0:r=g.a.fr +if(r==null)r=p.cy +break +case 2:r=g.a.dx +if(r==null)r=p.cx +break +case 1:r=g.a.dy +if(r==null)r=p.dx +break}}s=g.c.gP() +s.toString +t.x.a(s) +q=g.c +q.toString +q=A.ac3(q,t.zd) +q.toString +o=g.a +o.toString +o=g.ex(o)||g.ey(o)?r:A.a2(0,r.gn(r)>>>16&255,r.gn(r)>>>8&255,r.gn(r)&255) +n=g.a +m=n.CW +l=n.cx +k=n.cy +j=n.db +n=n.p2.$1(s) +i=g.c.ad(t.I) +i.toString +h=g.Kp(a) +if(k==null)k=B.O +s=new A.k_(m,l,k,n,i.w,o,j,q,s,new A.a62(g,a)) +h=A.cJ(f,h,f,f,q.A) +h.aY() +j=h.bQ$ +j.b=!0 +j.a.push(q.geg()) +h.aY() +j=h.bD$ +j.b=!0 +j.a.push(s.gS1()) +h.bX(0) +s.ch=h +j=s.e +j=j.gn(j) +s.ay=new A.aB(t.m.a(h),new A.k0(0,j>>>24&255),t.gD.h("aB")) +q.r9(s) +e.m(0,a,s) +g.pq()}else{d.CW=!0 +e=d.ch +e===$&&A.c() +e.bX(0)}else{d.CW=!1 +e=d.ch +e===$&&A.c() +e.eS(0)}switch(c){case 0:e=g.a.at +if(e!=null)e.$1(a0) +break +case 1:if(b){e=g.a.ax +if(e!=null)e.$1(a0)}break +case 2:break}}, +iE(a,b){return this.A2(a,!0,b)}, +Xe(){var s,r,q,p=this +for(s=p.r,s=s.gal(s),s=new A.cV(J.ar(s.a),s.b),r=A.m(s).z[1];s.q();){q=s.a +if(q==null)q=r.a(q) +if(q!=null)q.sxt(p.a.db)}s=p.e +if(s!=null)s.sxt(p.a.db) +s=p.d +if(s!=null&&s.a!==0)for(s=new A.kI(s,s.ne()),r=A.m(s).c;s.q();){q=s.d +if(q==null)q=r.a(q) +q.sxt(p.a.db)}}, +QF(a){var s,r,q,p,o,n,m,l,k,j,i=this,h={},g=i.c +g.toString +g=A.ac3(g,t.zd) +g.toString +s=i.c.gP() +s.toString +t.x.a(s) +r=s.kR(a) +q=i.a.fx +if(q==null)q=null +else{p=i.gcJ().a +p=q.a.$1(p) +q=p}o=q==null?i.a.fy:q +if(o==null){q=i.c +q.toString +o=A.aE(q).k3}q=i.a +n=q.ch?q.p2.$1(s):null +q=i.a +m=q.cy +l=q.db +h.a=null +q=q.go +if(q==null){q=i.c +q.toString +q=A.aE(q).x}p=i.a +k=p.ch +p=p.cx +j=i.c.ad(t.I) +j.toString +return h.a=q.xk(0,m,o,k,g,l,new A.a5X(h,i),r,p,n,s,j.w)}, +a01(a){if(this.c==null)return +this.av(new A.a6_(this))}, +gWw(){var s,r=this,q=r.c +q.toString +q=A.d5(q,B.v4) +s=q==null?null:q.ch +switch((s==null?B.fG:s).a){case 0:q=r.a +q.toString +return(r.ex(q)||r.ey(q))&&r.Q +case 1:return r.Q}}, +A1(){var s,r=$.aA.O$.f.a.b +switch((r==null?A.Jc():r).a){case 0:s=!1 +break +case 1:s=this.gWw() +break +default:s=null}this.iE(B.v1,s)}, +a03(a){var s,r=this +r.Q=a +r.gcJ().dW(0,B.ai,a) +r.A1() +s=r.a.k2 +if(s!=null)s.$1(a)}, +HZ(a){if(this.y.a.length!==0)return +this.WN(a)}, +a0L(a){this.HZ(a) +this.a.toString}, +a0N(a){this.a.toString}, +a0z(a){this.HZ(a) +this.a.toString}, +a0B(a){this.a.toString}, +F6(a,b){var s,r,q,p,o=this +if(a!=null){s=a.gP() +s.toString +t.x.a(s) +r=s.gC(s) +r=new A.E(0,0,0+r.a,0+r.b).gaM() +q=A.ci(s.bj(0,null),r)}else q=b.a +o.gcJ().dW(0,B.a_,!0) +p=o.QF(q) +s=o.d;(s==null?o.d=A.cx(t.nQ):s).B(0,p) +s=o.e +if(s!=null)s.aI(0) +o.e=p +o.pq() +o.iE(B.bx,!0)}, +WN(a){return this.F6(null,a)}, +F5(a){return this.F6(a,null)}, +I5(){var s=this,r=s.e +if(r!=null)r.o2(0) +s.e=null +s.iE(B.bx,!1) +r=s.a +if(r.d!=null){if(r.id){r=s.c +r.toString +A.T5(r)}r=s.a.d +if(r!=null)r.$0()}}, +a0J(){var s=this,r=s.e +if(r!=null)r.aI(0) +s.e=null +s.a.toString +s.iE(B.bx,!1)}, +a0v(){var s=this,r=s.e +if(r!=null)r.o2(0) +s.e=null +s.iE(B.bx,!1) +s.a.toString}, +a0x(){var s=this,r=s.e +if(r!=null)r.aI(0) +s.e=null +s.a.toString +s.iE(B.bx,!1)}, +cB(){var s,r,q,p,o,n,m,l=this,k=l.d +if(k!=null){l.d=null +for(k=new A.kI(k,k.ne()),s=A.m(k).c;k.q();){r=k.d;(r==null?s.a(r):r).l()}l.e=null}for(k=l.r,s=A.hJ(k,k.r);s.q();){r=s.d +q=k.i(0,r) +if(q!=null){p=q.ch +p===$&&A.c() +p.r.l() +p.r=null +o=p.bD$ +o.b=!1 +B.b.U(o.a) +n=o.c +if(n===$){m=A.cx(o.$ti.c) +o.c!==$&&A.aS() +o.c=m +n=m}if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}o=p.bQ$ +o.b=!1 +B.b.U(o.a) +n=o.c +if(n===$){m=A.cx(o.$ti.c) +o.c!==$&&A.aS() +o.c=m +n=m}if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}p.uy() +q.hV()}k.m(0,r,null)}k=l.a.p1 +if(k!=null)k.yN(l,!1) +l.OD()}, +ex(a){var s +if(a.d==null)s=!1 +else s=!0 +return s}, +ey(a){return!1}, +a0h(a){var s=this,r=s.f=!0,q=s.a +q.toString +if(!s.ex(q)?s.ey(q):r)s.iE(B.bU,s.f)}, +a0j(a){this.f=!1 +this.iE(B.bU,!1)}, +gPV(){var s,r=this,q=r.c +q.toString +q=A.d5(q,B.v4) +s=q==null?null:q.ch +switch((s==null?B.fG:s).a){case 0:q=r.a +q.toString +return(r.ex(q)||r.ey(q))&&r.a.ok +case 1:return!0}}, +L(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=null +d.AU(a) +s=new A.a5Z(d,a) +for(r=d.r,q=A.hJ(r,r.r);q.q();){p=q.d +o=r.i(0,p) +if(o!=null)o.sag(0,s.$1(p))}r=d.e +if(r!=null){q=d.a.fx +if(q==null)q=c +else{p=d.gcJ().a +p=q.a.$1(p) +q=p}if(q==null)q=d.a.fy +r.sag(0,q==null?A.aE(a).k3:q)}r=d.a.ay +if(r==null)r=B.eD +n=A.k9(r,d.gcJ().a,t.Pb) +m=d.w +if(m===$){r=d.gXN() +q=t.ot +p=t.wS +l=A.aI([B.Mm,new A.ld(r,new A.bi(A.a([],q),p),t.wY),B.Mn,new A.ld(r,new A.bi(A.a([],q),p),t.nz)],t.A,t.od) +d.w!==$&&A.aS() +d.w=l +m=l}r=d.a.k4 +q=d.gPV() +p=d.a +o=p.d +o=o==null?c:d.gLg() +p=d.ex(p)?d.ga0K():c +k=d.a +k.toString +k=d.ex(k)?d.ga0M():c +j=d.a +j.toString +j=d.ex(j)?d.ga0H():c +i=d.a +i.toString +i=d.ex(i)?d.ga0I():c +h=d.a +h.toString +h=d.ey(h)?d.ga0y():c +g=d.a +g.toString +g=d.ey(g)?d.ga0A():c +f=d.a +f.toString +f=d.ey(f)?d.ga0u():c +e=d.a +e.toString +e=d.ey(e)?d.ga0w():c +return new A.xS(d,A.Px(m,A.C6(!1,q,A.ut(A.aon(A.du(c,A.TZ(B.a9,d.a.c,B.av,!0,c,c,c,c,c,c,c,c,c,c,f,e,h,g,j,i,p,k),!1,c,!1,c,c,c,c,c,c,c,c,o,c,c,c,c,c,c,c),n),n,d.ga0g(),d.ga0i(),c),c,c,c,r,!0,c,d.ga02(),c,c,c,c)),c)}, +$iad_:1} +A.a61.prototype={ +$1(a){return a!=null}, +$S:175} +A.a5Y.prototype={ +$0(){this.a.iE(B.bx,!1)}, +$S:0} +A.a60.prototype={ +$0(){}, +$S:0} +A.a62.prototype={ +$0(){var s=this.a +s.r.m(0,this.b,null) +s.pq()}, +$S:0} +A.a5X.prototype={ +$0(){var s,r=this.b,q=r.d +if(q!=null){s=this.a +q.v(0,s.a) +if(r.e==s.a)r.e=null +r.pq()}}, +$S:0} +A.a6_.prototype={ +$0(){this.a.A1()}, +$S:0} +A.a5Z.prototype={ +$1(a){var s,r,q=this,p=A.aE(q.b) +switch(a.a){case 0:s=q.a +r=s.a.fx +r=r==null?null:r.a.$1(B.H5) +s=r==null?s.a.fr:r +return s==null?p.cy:s +case 2:s=q.a +r=s.a.fx +r=r==null?null:r.a.$1(B.H_) +s=r==null?s.a.dx:r +return s==null?p.cx:s +case 1:s=q.a +r=s.a.fx +r=r==null?null:r.a.$1(B.GU) +s=r==null?s.a.dy:r +return s==null?p.dx:s}}, +$S:176} +A.oh.prototype={} +A.zg.prototype={ +aE(){this.aS() +if(this.gu0())this.q9()}, +cB(){var s=this.hv$ +if(s!=null){s.ai() +s.dG() +this.hv$=null}this.n2()}} +A.CE.prototype={} +A.dp.prototype={ +ghs(){var s=this.a.b +return new A.aU(s,s,s,s)}, +au(a,b){var s=this.a.au(0,b) +return new A.dp(this.b*b,this.c.N(0,b),s)}, +bR(a,b){var s,r +if(a instanceof A.dp){s=A.jI(a.c,this.c,b) +s.toString +r=A.an(a.a,this.a,b) +return new A.dp(a.b,s,r)}return this.uL(a,b)}, +bS(a,b){var s,r +if(a instanceof A.dp){s=A.jI(this.c,a.c,b) +s.toString +r=A.an(this.a,a.a,b) +return new A.dp(a.b,s,r)}return this.uM(a,b)}, +h4(a,b){var s=$.ad().bC() +s.dI(this.c.bG(a).cA(-this.a.b)) +return s}, +dm(a,b){var s=$.ad().bC() +s.dI(this.c.bG(a)) +return s}, +fp(a,b,c,d){a.dg(this.c.bG(b),c)}, +gej(){return!0}, +fo(a,b,c){var s=this.a,r=s.fu(),q=this.c.bG(b).cA(-(s.b/2)) +a.dg(q,r)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.dp&&b.a.k(0,s.a)&&b.c.k(0,s.c)&&b.b===s.b}, +gu(a){return A.I(this.a,this.c,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.Tf.prototype={ +F(){return"FloatingLabelBehavior."+this.b}} +A.C2.prototype={ +gu(a){return B.f.gu(-1)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.C2&&!0}, +j(a){return A.aph(-1)}} +A.tK.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.r,s.w,s.x,s.y,s.z,s.Q,!1,s.at,s.ax,s.ay,s.ch,s.CW,s.cx,s.cy,A.I(s.db,s.dy,s.dx,s.fr,s.fx,s.fy,s.go,s.id,s.k1,s.k2,s.k3,!1,s.ok,s.f,B.a,B.a,B.a,B.a,B.a,B.a))}, +k(a,b){var s,r,q,p=this +if(b==null)return!1 +if(p===b)return!0 +if(J.J(b)!==A.t(p))return!1 +if(b instanceof A.tK)if(J.e(b.a,p.a))if(J.e(b.c,p.c))if(J.e(b.e,p.e))if(b.z===p.z)if(J.e(b.Q,p.Q))if(J.e(b.at,p.at))if(J.e(b.ax,p.ax))if(J.e(b.ch,p.ch))if(b.x===p.x)if(b.y.k(0,p.y))if(b.cy===p.cy)if(J.e(b.db,p.db))if(J.e(b.dy,p.dy))if(J.e(b.dx,p.dx))if(J.e(b.fy,p.fy))if(J.e(b.go,p.go))if(J.e(b.id,p.id)){s=b.k1 +r=p.k1 +q=J.eQ(s) +s=q.k(s,r)&&J.e(b.k2,p.k2)&&J.e(b.k3,p.k3)&&J.e(b.ok,p.ok)&&q.k(s,r)}else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.Js.prototype={} +A.Wn.prototype={ +F(){return"ListTileTitleAlignment."+this.b}} +A.oq.prototype={ +vV(a,b){return!1}, +L(a8){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=this,a1=null,a2=A.aE(a8),a3=A.aq6(a8),a4=new A.a6g(a8,a1,B.tG,a1,a1,a1,a1,a1,a1,a1,B.yR,a1,a1,a1,8,24,a1,a1,a1,a1),a5=t.ui,a6=new A.Wo(A.ax(a5)),a7=a6.$3(a1,a1,a1) +if(a7==null){a7=a3.e +a7=a6.$3(a7,a3.d,a7)}if(a7==null){a7=a2.aR +s=a7.e +s=a6.$3(s,a7.d,s) +r=s}else r=a7 +if(r==null)r=a6.$4(a4.gm8(),a4.gkU(),a4.gm8(),a2.ch) +a7=a6.$3(a1,a1,a1) +if(a7==null){a7=a3.f +a7=a6.$3(a7,a3.d,a7)}if(a7==null){a7=a2.aR +s=a7.f +s=a6.$3(s,a7.d,s) +q=s}else q=a7 +if(q==null){a7=a4.f +q=a6.$4(a7,a4.gkU(),a7,a2.ch)}a6=A.Vd(a1,a1,a1,a1,a1,a1,a1,r,a1,a1,a1,a1,a1,a1,a1,a1,a1) +p=a3.x +p=(p==null?a4.goN():p).cr(q) +p.toString +o=A.zZ(a0.c,B.W,p) +n=a3.r +if(n==null)n=a4.gft() +a0.vV(a2,a3) +n=n.rq(q,a1) +m=A.zZ(a0.d,B.W,n) +l=a3.w +if(l==null)l=a4.gl_() +a0.vV(a2,a3) +l=l.rq(q,a1) +k=A.zZ(a0.e,B.W,l) +j=A.zZ(a0.f,B.W,p) +a7=a8.ad(t.I) +a7.toString +s=a0.CW +i=s +a5=A.ax(a5) +s=A.k9(a1,a5,t.WV) +if(s==null)h=a1 +else h=s +if(h==null)h=B.eD.K(a5) +a5=a3.b +s=a5==null?B.hW:a5 +g=a3.z +f=g==null?a2.aR.z:g +g=f==null?a4.gpl():f +a0.vV(a2,a3) +e=n.Q +if(e==null){e=a4.gft().Q +e.toString}d=l==null?a1:l.Q +if(d==null){d=a4.gl_().Q +d.toString}c=a3.as +if(c==null)c=16 +b=a3.at +if(b==null){b=a4.at +b.toString}a=a3.ax +if(a==null){a=a4.ax +a.toString}a6=A.ah0(!1,A.ty(A.abU(new A.JK(o,m,k,j,!1,!1,a2.z,a7.w,e,d,c,b,a,B.Ak,a1),new A.iz(a6)),new A.bz(a1,a1,a1,a1,a1,r,a1,a1)),i,!1) +return A.lK(!1,a1,!0,A.du(a1,new A.tF(a6,new A.hW(g,a1,a1,a1,s),a1),!1,!0,!1,a1,a1,a1,a1,a1,a1,a1,a1,a1,a1,a1,!1,a1,a1,a1,a1),a5,!0,a1,a1,a1,a1,h,a1,a1,a1,a1,a0.cy,a1,a1,a1,a1)}} +A.Wo.prototype={ +$4(a,b,c,d){return new A.Jq(a,c,b,d).K(this.a)}, +$3(a,b,c){return this.$4(a,b,c,null)}, +$S:177} +A.Jq.prototype={ +K(a){if(a.t(0,B.G))return this.d +if(a.t(0,B.b0))return this.c +return this.b}} +A.he.prototype={ +F(){return"_ListTileSlot."+this.b}} +A.JK.prototype={ +YE(a){var s=this +switch(a.a){case 0:return s.d +case 1:return s.e +case 2:return s.f +case 3:return s.r}}, +am(a){var s=this,r=new A.LC(!1,s.y,!1,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.ch,A.y(t.cA,t.x),A.ao()) +r.aq() +return r}, +az(a,b){var s=this +b.sa1O(!1) +b.sa1E(!1) +b.sh3(s.y) +b.sbA(s.z) +b.sa3H(s.Q) +b.sLu(s.as) +b.sa1a(s.at) +b.sa2p(s.ay) +b.sa2q(s.ax) +b.sa3G(s.ch)}} +A.LC.prototype={ +gj_(a){var s,r=A.a([],t.Ik),q=this.j5$ +if(q.i(0,B.b8)!=null){s=q.i(0,B.b8) +s.toString +r.push(s)}if(q.i(0,B.aH)!=null){s=q.i(0,B.aH) +s.toString +r.push(s)}if(q.i(0,B.aI)!=null){s=q.i(0,B.aI) +s.toString +r.push(s)}if(q.i(0,B.b9)!=null){q=q.i(0,B.b9) +q.toString +r.push(q)}return r}, +sa1E(a){return}, +sh3(a){if(this.O.k(0,a))return +this.O=a +this.a3()}, +sa1O(a){return}, +sbA(a){if(this.aa===a)return +this.aa=a +this.a3()}, +sa3H(a){if(this.ao===a)return +this.ao=a +this.a3()}, +sLu(a){if(this.aQ===a)return +this.aQ=a +this.a3()}, +gCx(){return this.aR+this.O.a*2}, +sa1a(a){if(this.aR===a)return +this.aR=a +this.a3()}, +sa2q(a){if(this.bq===a)return +this.bq=a +this.a3()}, +sa2p(a){if(this.bE===a)return +this.bE=a +this.a3()}, +sa3G(a){if(this.by===a)return +this.by=a +this.a3()}, +gjF(){return!1}, +gQN(){var s=this.j5$.i(0,B.aI),r=this.O,q=new A.v(r.a,r.b).N(0,4) +if(s==null)return 56+q.b +return 72+q.b}, +fM(a){var s=this.j5$,r=s.i(0,B.aH).b +r.toString +r=t.q.a(r).a +s=s.i(0,B.aH).jx(a) +s.toString +return r.b+s}, +c6(a){return B.K}, +bm(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2=this,a3=null,a4=t.k.a(A.w.prototype.ga0.call(a2)),a5=a2.j5$,a6=a5.i(0,B.b8)!=null,a7=a5.i(0,B.aI)==null,a8=!a7,a9=a5.i(0,B.b9)!=null,b0=a2.O,b1=new A.v(b0.a,b0.b).N(0,4) +b0=a4.b +s=new A.aH(0,b0,0,a4.d) +r=s.lV(new A.aH(0,1/0,0,56+b1.b)) +q=A.a7n(a5.i(0,B.b8),r) +p=A.a7n(a5.i(0,B.b9),r) +o=a6?Math.max(a2.bE,q.a)+a2.gCx():0 +n=a9?Math.max(p.a+a2.gCx(),32):0 +m=s.tU(b0-o-n) +l=A.a7n(a5.i(0,B.aH),m) +k=A.a7n(a5.i(0,B.aI),m) +if(a8){j=32 +i=52}else{i=a3 +j=i}h=a2.gQN() +g=l.b +if(a7){a7=a2.bq +f=Math.max(h,g+2*a7) +e=(f-g)/2 +d=a7 +c=a3}else{j.toString +a7=a5.i(0,B.aH).py(a2.ao) +a7.toString +e=j-a7 +i.toString +a7=a5.i(0,B.aI).py(a2.aQ) +a7.toString +c=i-a7+a2.O.b*2 +b=e+g-c +if(b>0){a7=b/2 +e-=a7 +c+=a7}a=a2.bq +if(eh){f=g+k.b+2*a +c=g+a +e=a}else f=h +d=a}switch(a2.by.a){case 0:d=(f-q.b)/2 +a0=(f-p.b)/2 +break +case 1:if(f>72){d=16 +a0=16}else{d=Math.min((f-q.b)/2,16) +a0=(f-p.b)/2}break +case 2:a0=d +break +case 3:d=(f-q.b)/2 +a0=(f-p.b)/2 +break +case 4:a1=f-q.b-d +a0=f-p.b-d +d=a1 +break +default:a0=a3 +d=a0}switch(a2.aa.a){case 0:if(a6){a7=a5.i(0,B.b8).b +a7.toString +t.q.a(a7).a=new A.v(b0-q.a,d)}a7=a5.i(0,B.aH).b +a7.toString +g=t.q +g.a(a7).a=new A.v(n,e) +if(a8){a7=a5.i(0,B.aI) +a7.toString +c.toString +a7=a7.b +a7.toString +g.a(a7).a=new A.v(n,c)}if(a9){a5=a5.i(0,B.b9).b +a5.toString +g.a(a5).a=new A.v(0,a0)}break +case 1:if(a6){a7=a5.i(0,B.b8).b +a7.toString +t.q.a(a7).a=new A.v(0,d)}a7=a5.i(0,B.aH).b +a7.toString +g=t.q +g.a(a7).a=new A.v(o,e) +if(a8){a7=a5.i(0,B.aI) +a7.toString +c.toString +a7=a7.b +a7.toString +g.a(a7).a=new A.v(o,c)}if(a9){a5=a5.i(0,B.b9).b +a5.toString +g.a(a5).a=new A.v(b0-p.a,a0)}break}a2.id=a4.bw(new A.Q(b0,f))}, +aD(a,b){var s=new A.a7p(a,b),r=this.j5$ +s.$1(r.i(0,B.b8)) +s.$1(r.i(0,B.aH)) +s.$1(r.i(0,B.aI)) +s.$1(r.i(0,B.b9))}, +ih(a){return!0}, +cR(a,b){var s,r,q,p,o,n +for(s=this.gj_(this),r=s.length,q=t.q,p=0;p#"+A.b1(this)}} +A.mz.prototype={ +cG(a){return A.ct(this.a,this.b,a)}} +A.xx.prototype={ +af(){return new A.JR(null,null,B.k)}} +A.JR.prototype={ +kr(a){var s,r,q=this +q.CW=t.ir.a(a.$3(q.CW,q.a.z,new A.a6q())) +s=q.a +r=t.YJ +s=r.a(a.$3(q.cy,s.as,new A.a6r())) +q.cy=s +s=q.a.at +q.cx=s!=null?r.a(a.$3(q.cx,s,new A.a6s())):null +q.db=t.TZ.a(a.$3(q.db,q.a.w,new A.a6t()))}, +L(a){var s,r,q,p,o,n,m=this,l=null,k=m.db +k.toString +s=m.ge1() +s=k.a6(0,s.gn(s)) +s.toString +k=m.CW +k.toString +r=m.ge1() +q=k.a6(0,r.gn(r)) +A.aE(a) +k=m.a.Q +r=m.cx +if(r==null)r=l +else{p=m.ge1() +p=r.a6(0,p.gn(p)) +r=p}o=A.afv(k,r,q) +m.a.toString +k=m.cy +if(k==null)n=l +else{r=m.ge1() +r=k.a6(0,r.gn(r)) +n=r}if(n==null)n=B.A +k=A.e6(a) +r=m.a +return new A.DX(new A.my(s,k),r.y,q,o,n,new A.yo(r.r,s,!0,l),l)}} +A.a6q.prototype={ +$1(a){return new A.ay(A.OU(a),null,t.c)}, +$S:65} +A.a6r.prototype={ +$1(a){return new A.ht(t.r.a(a),null)}, +$S:44} +A.a6s.prototype={ +$1(a){return new A.ht(t.r.a(a),null)}, +$S:44} +A.a6t.prototype={ +$1(a){return new A.mz(t.RY.a(a),null)}, +$S:182} +A.yo.prototype={ +L(a){var s=A.e6(a) +return A.RA(this.c,new A.Mf(this.d,s,null),null,null,B.K)}} +A.Mf.prototype={ +aD(a,b){this.b.fo(a,new A.E(0,0,0+b.a,0+b.b),this.c)}, +iK(a){return!a.b.k(0,this.b)}} +A.O6.prototype={ +bL(){this.dq() +this.cL() +this.f3()}, +l(){var s=this,r=s.b2$ +if(r!=null)r.I(0,s.geD()) +s.b2$=null +s.aL()}} +A.JS.prototype={ +yD(a){return a.gmf(a)==="en"}, +im(a,b){return new A.bU(B.vY,t.az)}, +ur(a){return!1}, +j(a){return"DefaultMaterialLocalizations.delegate(en_US)"}} +A.Bl.prototype={$iuj:1} +A.bJ.prototype={ +F(){return"MaterialState."+this.b}} +A.D8.prototype={$iaD:1} +A.JW.prototype={ +K(a){return this.c.$1(a)}} +A.Da.prototype={ +rw(a){return this.K(A.ax(t.ui)).rw(a)}, +$iaD:1} +A.IF.prototype={ +K(a){if(a.t(0,B.G))return B.e1 +return B.e2}, +goa(){return"MaterialStateMouseCursor(clickable)"}} +A.D7.prototype={$iaD:1} +A.JV.prototype={ +K(a){return this.x.$1(a)}} +A.aD.prototype={} +A.xo.prototype={ +K(a){var s,r=this,q=r.a,p=q==null?null:q.K(a) +q=r.b +s=q==null?null:q.K(a) +return r.d.$3(p,s,r.c)}, +$iaD:1} +A.bP.prototype={ +K(a){return this.a.$1(a)}, +$iaD:1} +A.b4.prototype={ +K(a){return this.a}, +j(a){var s="MaterialStatePropertyAll(",r=this.a +if(typeof r=="number")return s+A.hi(r)+")" +else return s+A.j(r)+")"}, +$iaD:1} +A.Db.prototype={ +dW(a,b,c){var s=this.a +if(c?J.hk(s,b):J.l3(s,b))this.ai()}} +A.D9.prototype={ +K1(a,b){return new A.WG(this,a,b)}, +K0(a){return this.K1(a,null)}, +XT(a){if(this.m2$.B(0,a))this.av(new A.WE())}, +tR(a){if(this.m2$.v(0,a))this.av(new A.WF())}} +A.WG.prototype={ +$1(a){var s=this.a,r=this.b +if(s.m2$.t(0,r)===a)return +if(a)s.XT(r) +else s.tR(r)}, +$S:25} +A.WE.prototype={ +$0(){}, +$S:0} +A.WF.prototype={ +$0(){}, +$S:0} +A.Di.prototype={} +A.oz.prototype={ +gu(a){return J.p(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.oz&&J.e(b.a,this.a)}} +A.JY.prototype={} +A.up.prototype={ +gu(a){var s=this +return A.bO([s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as])}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.J(b)!==A.t(r))return!1 +if(b instanceof A.up)if(b.a==r.a)if(b.b==r.b)if(J.e(b.c,r.c))if(b.d==r.d)if(b.e==r.e)if(b.f==r.f)if(b.r==r.r)if(b.w==r.w)if(b.x.k(0,r.x))if(b.y==r.y)s=J.e(b.as,r.as) +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.JI.prototype={ +K(a){var s,r=this,q=r.a,p=q==null?null:q.K(a) +q=r.b +s=q==null?null:q.K(a) +q=p==null +if(q&&s==null)return null +if(q){q=s.a +return A.an(new A.b7(A.a2(0,q.gn(q)>>>16&255,q.gn(q)>>>8&255,q.gn(q)&255),0,B.r,-1),s,r.c)}if(s==null){q=p.a +return A.an(p,new A.b7(A.a2(0,q.gn(q)>>>16&255,q.gn(q)>>>8&255,q.gn(q)&255),0,B.r,-1),r.c)}return A.an(p,s,r.c)}, +$iaD:1} +A.JZ.prototype={} +A.m2.prototype={ +gu(a){return J.p(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.m2&&J.e(b.a,this.a)}} +A.K_.prototype={} +A.oE.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.J(b)!==A.t(r))return!1 +if(b instanceof A.oE)if(b.a==r.a)if(J.e(b.b,r.b))if(b.c==r.c)if(J.e(b.d,r.d))if(J.e(b.e,r.e))if(J.e(b.f,r.f))if(J.e(b.r,r.r))if(b.w==r.w)if(b.x==r.x)s=b.z==r.z +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.Kb.prototype={} +A.uD.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.uD&&b.a==s.a&&J.e(b.b,s.b)&&b.c==s.c&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&b.x==s.x&&b.y==s.y}} +A.Kc.prototype={} +A.oF.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.oF&&J.e(b.a,s.a)&&b.b==s.b&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&b.r==s.r&&J.e(b.y,s.y)&&J.e(b.z,s.z)&&b.Q==s.Q&&b.as==s.as}} +A.Kd.prototype={} +A.a6W.prototype={ +xk(a,b,c,d,e,f,g,h,i,j,k,l){return new A.DB(c,null,e,k,null)}} +A.DB.prototype={ +p8(a,b){}} +A.Kq.prototype={ +K(a){if(a.t(0,B.G))return this.b +return this.a}} +A.Ks.prototype={ +K(a){var s +if(a.t(0,B.a_)){s=this.a.a +return A.a2(31,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.a6)){s=this.a.a +return A.a2(10,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.ai)){s=this.a.a +return A.a2(31,s>>>16&255,s>>>8&255,s&255)}return null}} +A.Kr.prototype={ +K(a){if(a.t(0,B.G))return this.b +return this.a}} +A.Od.prototype={} +A.Oe.prototype={} +A.Of.prototype={} +A.oI.prototype={ +gu(a){return J.p(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.oI&&J.e(b.a,this.a)}} +A.Kt.prototype={} +A.fP.prototype={} +A.D6.prototype={} +A.xy.prototype={} +A.NP.prototype={ +L(a){var s=this +return new A.nW(s.c,new A.a8R(s),new A.a8S(s),new A.nW(new A.fd(s.d,new A.bi(A.a([],t.G),t.O),0),new A.a8T(s),new A.a8U(s),s.f,null),null)}} +A.a8R.prototype={ +$3(a,b,c){return new A.kU(b,c,this.a.e&&!0,!1,null)}, +$C:"$3", +$R:3, +$S:84} +A.a8S.prototype={ +$3(a,b,c){return new A.kV(b,this.a.e,!0,c,null)}, +$C:"$3", +$R:3, +$S:85} +A.a8T.prototype={ +$3(a,b,c){return new A.kU(b,c,this.a.e&&!0,!0,null)}, +$C:"$3", +$R:3, +$S:84} +A.a8U.prototype={ +$3(a,b,c){return new A.kV(b,this.a.e,!1,c,null)}, +$C:"$3", +$R:3, +$S:85} +A.kU.prototype={ +af(){return new A.NN(new A.vW($.aR()),$,$,B.k)}} +A.NN.prototype={ +gA5(){return!1}, +nw(){var s,r=this,q=r.a,p=q.f +if(p)s=B.c2 +else{s=$.alv() +s=new A.aB(q.c,s,s.$ti.h("aB"))}r.ia$=s +p=p?$.alw():$.alx() +q=q.c +r.j7$=new A.aB(q,p,p.$ti.h("aB")) +q.Z(0,r.gmm()) +r.a.c.e9(r.gml())}, +aE(){var s,r,q,p,o=this +o.nw() +s=o.a +r=s.f +q=o.ia$ +q===$&&A.c() +p=o.j7$ +p===$&&A.c() +o.d=A.aiN(s.c,q,r,p) +o.aS()}, +aP(a){var s,r,q,p=this,o=p.a +if(a.f!==o.f||a.c!==o.c){o=a.c +o.I(0,p.gmm()) +o.cl(p.gml()) +p.nw() +o=p.d +o===$&&A.c() +o.l() +o=p.a +s=o.f +r=p.ia$ +r===$&&A.c() +q=p.j7$ +q===$&&A.c() +p.d=A.aiN(o.c,r,s,q)}p.bh(a)}, +l(){var s,r=this +r.a.c.I(0,r.gmm()) +r.a.c.cl(r.gml()) +s=r.d +s===$&&A.c() +s.l() +r.OO()}, +L(a){var s=this.d +s===$&&A.c() +return A.ahn(!0,this.a.d,this.j6$,B.ux,s)}} +A.kV.prototype={ +af(){return new A.NO(new A.vW($.aR()),$,$,B.k)}} +A.NO.prototype={ +gA5(){return!1}, +nw(){var s,r=this,q=r.a,p=q.e +if(p){s=$.alz() +s=new A.aB(q.c,s,s.$ti.h("aB"))}else s=B.c2 +r.ia$=s +p=p?$.alA():$.alB() +q=q.c +r.j7$=new A.aB(q,p,p.$ti.h("aB")) +q.Z(0,r.gmm()) +r.a.c.e9(r.gml())}, +aE(){var s,r,q,p,o=this +o.nw() +s=o.a +r=s.e +q=o.ia$ +q===$&&A.c() +p=o.j7$ +p===$&&A.c() +o.d=A.aiO(s.c,q,r,p) +o.aS()}, +aP(a){var s,r,q,p=this,o=p.a +if(a.e!==o.e||a.c!==o.c){o=a.c +o.I(0,p.gmm()) +o.cl(p.gml()) +p.nw() +o=p.d +o===$&&A.c() +o.l() +o=p.a +s=o.e +r=p.ia$ +r===$&&A.c() +q=p.j7$ +q===$&&A.c() +p.d=A.aiO(o.c,r,s,q)}p.bh(a)}, +l(){var s,r=this +r.a.c.I(0,r.gmm()) +r.a.c.cl(r.gml()) +s=r.d +s===$&&A.c() +s.l() +r.OP()}, +L(a){var s=this.d +s===$&&A.c() +return A.ahn(!0,this.a.f,this.j6$,B.ux,s)}} +A.fa.prototype={} +A.GX.prototype={ +rm(a,b,c,d,e){return new A.NP(c,d,!0,e,!0,null)}} +A.B8.prototype={ +rm(a,b,c,d,e,f){return A.aoa(a,b,c,d,e,f)}} +A.oN.prototype={ +uW(a){var s=t.Tr +return A.a6(new A.a4(B.jK,new A.Y_(a),s),!0,s.h("aX.E"))}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.J(b)!==A.t(r))return!1 +s=b instanceof A.oN +if(s&&r.a===b.a)return!0 +return s&&A.cB(r.uW(b.a),r.uW(r.a))}, +gu(a){return A.bO(this.uW(this.a))}} +A.Y_.prototype={ +$1(a){return this.a.i(0,a)}, +$S:185} +A.qE.prototype={ +a2z(){var s,r=this,q=r.j7$ +q===$&&A.c() +s=q.a +if(J.e(q.b.a6(0,s.gn(s)),1)){q=r.ia$ +q===$&&A.c() +if(!J.e(q.gn(q),0)){q=r.ia$ +q=J.e(q.gn(q),1)}else q=!0}else q=!1 +s=r.j6$ +if(q)s.srf(!1) +else{r.gA5() +s.srf(!1)}}, +a2y(a){switch(a.a){case 0:case 3:this.j6$.srf(!1) +break +case 1:case 2:this.gA5() +this.j6$.srf(!1) +break}}} +A.z8.prototype={ +wa(a){this.ai()}, +R3(a,b,c){var s,r,q,p,o +if(!this.r){s=this.w +s=s.gaO(s)!==B.L}else s=!1 +if(s){s=this.w +s=$.aly().a6(0,s.gn(s)) +s.toString +r=s}else r=0 +if(r>0){s=a.gbs(a) +q=b.a +p=b.b +o=$.ad().aX() +o.sag(0,A.a2(B.c.aH(255*r),0,0,0)) +s.dz(new A.E(q,p,q+c.a,p+c.b),o)}}, +mq(a,b,c,d){var s,r,q=this,p=q.w +switch(p.gaO(p).a){case 3:case 0:return d.$2(a,b) +case 1:case 2:break}q.R3(a,b,c) +p=q.z +s=q.x +r=s.a +A.ajz(p,s.b.a6(0,r.gn(r)),c) +r=q.as +r.saF(0,a.zu(!0,b,p,new A.a8P(q,d),r.a))}, +l(){var s=this,r=s.w,q=s.gdS() +r.I(0,q) +r.cl(s.gnv()) +s.x.a.I(0,q) +s.y.I(0,q) +s.Q.saF(0,null) +s.as.saF(0,null) +s.dG()}, +iK(a){var s,r,q,p,o=this +if(a.r===o.r){s=a.w +r=o.w +if(J.e(s.gn(s),r.gn(r))){s=a.x +r=s.a +q=o.x +p=q.a +if(J.e(s.b.a6(0,r.gn(r)),q.b.a6(0,p.gn(p)))){s=a.y +r=o.y +r=!J.e(s.gn(s),r.gn(r)) +s=r}else s=!0}else s=!0}else s=!0 +return s}} +A.a8P.prototype={ +$2(a,b){var s=this.a,r=s.Q +s=s.y +r.saF(0,a.Jf(b,B.c.aH(s.gn(s)*255),this.b,r.a))}, +$S:15} +A.z9.prototype={ +wa(a){this.ai()}, +mq(a,b,c,d){var s,r,q=this,p=q.y +switch(p.gaO(p).a){case 3:case 0:return d.$2(a,b) +case 1:case 2:break}p=q.z +s=q.w +r=s.a +A.ajz(p,s.b.a6(0,r.gn(r)),c) +r=q.as +r.saF(0,a.zu(!0,b,p,new A.a8Q(q,d),r.a))}, +iK(a){var s,r,q,p +if(a.r===this.r){s=a.x +r=this.x +if(J.e(s.gn(s),r.gn(r))){s=a.w +r=s.a +q=this.w +p=q.a +p=!J.e(s.b.a6(0,r.gn(r)),q.b.a6(0,p.gn(p))) +s=p}else s=!0}else s=!0 +return s}, +l(){var s,r=this +r.Q.saF(0,null) +r.as.saF(0,null) +s=r.gdS() +r.w.a.I(0,s) +r.x.I(0,s) +r.y.cl(r.gnv()) +r.dG()}} +A.a8Q.prototype={ +$2(a,b){var s=this.a,r=s.Q +s=s.x +r.saF(0,a.Jf(b,B.c.aH(s.gn(s)*255),this.b,r.a))}, +$S:15} +A.Ky.prototype={} +A.zn.prototype={ +l(){var s=this.j6$ +s.fy$=$.aR() +s.fx$=0 +this.aL()}} +A.zo.prototype={ +l(){var s=this.j6$ +s.fy$=$.aR() +s.fx$=0 +this.aL()}} +A.oR.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.oR&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&b.c==s.c&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&b.r==s.r&&J.e(b.z,s.z)&&b.Q==s.Q}} +A.L8.prototype={} +A.oU.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.oU&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&b.c==s.c&&J.e(b.d,s.d)&&J.e(b.e,s.e)}} +A.La.prototype={} +A.oW.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.J(b)!==A.t(r))return!1 +if(b instanceof A.oW)if(b.b==r.b)if(b.c==r.c)if(b.d==r.d)s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.Le.prototype={} +A.eo.prototype={ +F(){return"_ScaffoldSlot."+this.b}} +A.vn.prototype={ +af(){var s=null +return new A.F6(A.iG(t.Np),A.k7(s,t.nY),A.k7(s,t.BL),s,s,B.k)}} +A.F6.prototype={ +b1(){var s,r=this,q=r.c +q.toString +s=A.cn(q,B.v2,t.w).w.z +q=r.y +if(q===!0)if(!s){q=r.x +q=q!=null&&q.b==null}else q=!1 +else q=!1 +if(q)r.a1_(B.HF) +r.y=s +r.cY()}, +a1_(a){var s,r,q=this,p=null,o=q.r +if(o.b!==o.c){p.gaO(p) +s=!1}else s=!0 +if(s)return +r=o.gG(o).b +o=q.y +o.toString +if(o){p.sn(0,0) +r.d0(0,a)}else p.eS(0).b8(new A.a_e(q,r,a),t.H) +o=q.x +if(o!=null)o.aI(0) +q.x=null}, +L(a){var s,r,q=this +q.y=A.cn(a,B.v2,t.w).w.z +s=q.r +if(!s.gT(s)){r=A.X3(a,t.X) +if(r==null||r.gmc())null.ga4D()}return new A.yb(q,q.a.c,null)}, +l(){var s=this.x +if(s!=null)s.aI(0) +this.x=null +this.Oa()}} +A.a_e.prototype={ +$1(a){var s=this.b +if((s.a.a&30)===0)s.d0(0,this.c)}, +$S:14} +A.yb.prototype={ +bB(a){return this.f!==a.f}} +A.a_f.prototype={} +A.F5.prototype={ +Zq(a,b){var s=a==null?this.a:a +return new A.F5(s,b==null?this.b:b)}} +A.LX.prototype={ +FX(a,b,c){var s=this +s.b=c==null?s.b:c +s.c=s.c.Zq(a,b) +s.ai()}, +FW(a){return this.FX(null,null,a)}, +Xy(a,b){return this.FX(a,b,null)}} +A.wB.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(!s.LE(0,b))return!1 +return b instanceof A.wB&&b.r===s.r&&b.e===s.e&&b.f===s.f}, +gu(a){var s=this +return A.I(A.aH.prototype.gu.call(s,s),s.r,s.e,s.f,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.Hq.prototype={ +L(a){return this.c}} +A.a7N.prototype={ +J4(a8){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=this,a4=A.abh(a8),a5=a8.a,a6=a4.tU(a5),a7=a8.b +if(a3.b.i(0,B.ed)!=null){s=a3.dE(B.ed,a6).b +a3.dT(B.ed,B.i) +r=s}else{r=0 +s=0}if(a3.b.i(0,B.ei)!=null){q=0+a3.dE(B.ei,a6).b +p=Math.max(0,a7-q) +a3.dT(B.ei,new A.v(0,p))}else{q=0 +p=null}if(a3.b.i(0,B.hF)!=null){q+=a3.dE(B.hF,new A.aH(0,a6.b,0,Math.max(0,a7-q-r))).b +a3.dT(B.hF,new A.v(0,Math.max(0,a7-q)))}if(a3.b.i(0,B.eh)!=null){o=a3.dE(B.eh,a6) +a3.dT(B.eh,new A.v(0,s)) +if(!a3.ay)r+=o.b}else o=B.K +n=a3.f +m=Math.max(0,a7-Math.max(n.d,q)) +if(a3.b.i(0,B.ec)!=null){l=Math.max(0,m-r) +k=a3.d +if(k)l=A.O(l+q,0,a4.d-r) +k=k?q:0 +a3.dE(B.ec,new A.wB(k,s,o.b,0,a6.b,0,l)) +a3.dT(B.ec,new A.v(0,r))}if(a3.b.i(0,B.ef)!=null){a3.dE(B.ef,new A.aH(0,a6.b,0,m)) +a3.dT(B.ef,B.i)}k=a3.b.i(0,B.bW)!=null&&!a3.at?a3.dE(B.bW,a6):B.K +if(a3.b.i(0,B.eg)!=null){j=a3.dE(B.eg,new A.aH(0,a6.b,0,Math.max(0,m-r))) +a3.dT(B.eg,new A.v((a5-j.a)/2,m-j.b))}else j=B.K +i=A.bf("floatingActionButtonRect") +if(a3.b.i(0,B.ej)!=null){h=a3.dE(B.ej,a4) +g=new A.a_f(h,j,m,s,n,a3.r,a8,k,a3.w) +f=a3.z.jA(g) +e=a3.as.Kw(a3.y.jA(g),f,a3.Q) +a3.dT(B.ej,e) +d=e.a +c=e.b +i.b=new A.E(d,c,d+h.a,c+h.b)}if(a3.b.i(0,B.bW)!=null){d=a3.ax +b=d!=null&&d") +k=t.G +j=t.O +i=t.i +h=A.ahZ(new A.fd(new A.aB(p,new A.ir(new A.o3(B.jr)),l),new A.bi(A.a([],k),j),0),new A.aB(p,new A.ir(B.jr),l),p,0.5,i) +p=d.a.d +g=$.aln() +m.a(p) +f=$.alo() +e=A.ahZ(new A.aB(p,g,g.$ti.h("aB")),new A.fd(new A.aB(p,f,A.m(f).h("aB")),new A.bi(A.a([],k),j),0),p,0.5,i) +d.e=A.aex(h,s,i) +i=A.aex(h,q,i) +d.r=i +d.w=new A.aB(m.a(i),new A.ir(B.A0),l) +d.f=A.acM(new A.aB(r,new A.ay(1,1,b),b.h("aB")),e,c) +d.x=A.acM(new A.aB(o,n,n.$ti.h("aB")),e,c) +n=d.r +o=d.gUT() +n.aY() +n=n.bQ$ +n.b=!0 +n.a.push(o) +n=d.e +n.aY() +n=n.bQ$ +n.b=!0 +n.a.push(o)}, +Ti(a){this.av(new A.a5o(this,a))}, +L(a){var s,r,q=this,p=A.a([],t.F),o=q.d +o===$&&A.c() +o=o.Q +o===$&&A.c() +if(o!==B.z){o=q.e +s=q.y +o===$&&A.c() +r=q.f +r===$&&A.c() +p.push(A.ah1(A.acr(s,r),o))}o=q.a +s=q.r +o=o.c +s===$&&A.c() +r=q.x +r===$&&A.c() +p.push(A.ah1(A.acr(o,r),s)) +return A.FZ(B.cT,p,B.ae,B.e0)}, +UU(){var s,r,q=this.e +q===$&&A.c() +s=q.a +s=s.gn(s) +q=q.b +q=q.gn(q) +q=Math.min(A.qL(s),A.qL(q)) +s=this.r +s===$&&A.c() +r=s.a +r=r.gn(r) +s=s.b +s=s.gn(s) +s=Math.max(q,Math.min(A.qL(r),A.qL(s))) +this.a.f.FW(s)}} +A.a5o.prototype={ +$0(){var s=this.a.a +if(s.c!=null&&this.b===B.z)s.r.bX(0)}, +$S:0} +A.p4.prototype={ +af(){var s=null,r=t.bR,q=t.W,p=$.aR() +return new A.p5(new A.bI(s,r),new A.bI(s,r),new A.bI(s,q),new A.vg(!1,p),new A.vg(!1,p),A.a([],t.Z4),new A.bI(s,q),B.l,s,A.y(t.yb,t.M),s,!0,s,s,s,B.k)}} +A.p5.prototype={ +gcH(){this.a.toString +return null}, +iB(a,b){var s=this +s.my(s.w,"drawer_open") +s.my(s.x,"end_drawer_open")}, +Xu(){var s,r=this,q=r.y.r +if(!q.gT(q)){q=r.y.r +s=q.gG(q)}else s=null +if(r.z!=s)r.av(new A.a_h(r,s))}, +Xi(){var s,r=this,q=r.y.e +if(!q.gT(q)){q=r.y.e +s=q.gG(q)}else s=null +if(r.Q!=s)r.av(new A.a_g(r,s))}, +Uk(){this.a.toString}, +Tz(){var s,r=this.c +r.toString +s=A.YI(r) +if(s!=null&&s.f.length!==0)s.i4(0,B.yk,B.d7)}, +gjS(){this.a.toString +return!0}, +aE(){var s,r=this,q=null +r.aS() +s=r.c +s.toString +r.dx=new A.LX(s,B.G3,$.aR()) +r.a.toString +r.cy=B.eE +r.CW=B.x6 +r.cx=B.eE +r.ch=A.cJ(q,new A.aM(4e5),q,1,r) +r.db=A.cJ(q,B.W,q,q,r)}, +aP(a){this.Od(a) +this.a.toString}, +b1(){var s,r,q=this,p=q.c.ad(t.Pu),o=p==null?null:p.f,n=q.y,m=n==null +if(!m)s=o==null||n!==o +else s=!1 +if(s)if(!m)n.d.v(0,q) +q.y=o +if(o!=null){n=o.d +n.B(0,q) +r=q.c.rU(t.Np) +if(r==null||!n.t(0,r)){n=o.r +if(!n.gT(n))q.Xu() +n=o.e +if(!n.gT(n))q.Xi()}}q.Uk() +q.Oc()}, +l(){var s=this,r=s.dx +r===$&&A.c() +r.fy$=$.aR() +r.fx$=0 +r=s.ch +r===$&&A.c() +r.l() +r=s.db +r===$&&A.c() +r.l() +r=s.y +if(r!=null)r.d.v(0,s) +s.w.l() +s.x.l() +s.Oe()}, +uR(a,b,c,d,e,f,g,h,i){var s,r=this.c +r.toString +s=A.cn(r,null,t.w).w.Js(f,g,h,i) +if(e)s=s.a3k(!0) +if(d&&s.f.d!==0)s=s.xi(s.r.xh(s.w.d)) +if(b!=null)a.push(A.Wi(A.oy(b,s,null),c))}, +Pi(a,b,c,d,e,f,g,h){return this.uR(a,b,c,!1,d,e,f,g,h)}, +n6(a,b,c,d,e,f,g){return this.uR(a,b,c,!1,!1,d,e,f,g)}, +uQ(a,b,c,d,e,f,g,h){return this.uR(a,b,c,d,!1,e,f,g,h)}, +BR(a,b){this.a.toString}, +BQ(a,b){this.a.toString}, +L(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g={},f=A.aE(a),e=a.ad(t.I) +e.toString +s=e.w +r=A.a([],t.s9) +e=i.a +q=e.f +p=e.e +e=e.CW!=null||!1 +i.gjS() +i.Pi(r,new A.Hq(new A.lS(q,i.f),!1,!1,h),B.ec,!0,e,!1,!1,p!=null) +if(i.dy)i.n6(r,A.agl(!0,h,i.fr,!1,h,h,h),B.ef,!0,!0,!0,!0) +if(i.a.e!=null){e=A.cn(a,B.ba,t.w).w +e=i.r=A.ank(a,i.a.e.fx)+e.r.b +q=i.a.e +q.toString +i.n6(r,new A.eU(new A.aH(0,1/0,0,e),new A.th(1,e,e,e,h,h,q,h),h),B.ed,!0,!1,!1,!1)}g.a=!1 +g.b=null +if(i.at!=null||i.as.length!==0){e=A.a6(i.as,!0,t.l7) +q=i.at +if(q!=null)e.push(q.a) +o=A.FZ(B.vd,e,B.ae,B.e0) +i.gjS() +i.n6(r,o,B.eg,!0,!1,!1,!0)}e=i.z +if(e!=null){e.a.ga4q() +e=f.br +n=e.r +g.a=(n==null?B.HE:n)===B.uw +q=i.z +if(q!=null){q=q.a +q.gce(q)}g.b=e.w +e=i.z +e=e==null?h:e.a +q=i.a.CW!=null||!1 +i.gjS() +i.uQ(r,e,B.bW,!1,q,!1,!1,!0)}g.c=!1 +if(i.Q!=null){a.ad(t.iB) +e=A.aE(a) +m=e.ry.f +g.c=(m==null?0:m)!==0 +e=i.Q +e=e==null?h:e.a +q=i.a.e +i.gjS() +i.uQ(r,e,B.eh,!1,!0,!1,!1,q!=null)}e=i.a +e=e.CW +if(e!=null){i.gjS() +i.uQ(r,e,B.ei,!1,!1,!1,!1,!0)}e=i.ch +e===$&&A.c() +q=i.CW +q===$&&A.c() +p=i.dx +p===$&&A.c() +l=i.db +l===$&&A.c() +i.n6(r,new A.x3(i.a.r,e,q,p,l,h),B.ej,!0,!0,!0,!0) +switch(f.r.a){case 2:case 4:i.n6(r,A.TZ(B.a9,h,B.av,!0,h,h,h,h,h,h,h,h,h,h,h,h,h,h,i.gTy(),h,h,h),B.ee,!0,!1,!1,!0) +break +case 0:case 1:case 3:case 5:break}e=i.x +q=e.y +if(q==null?A.m(e).h("c3.T").a(q):q){i.BQ(r,s) +i.BR(r,s)}else{i.BR(r,s) +i.BQ(r,s)}e=t.w +q=A.cn(a,B.ba,e).w +i.gjS() +p=A.cn(a,B.hz,e).w +k=q.r.xh(p.f.d) +q=A.cn(a,B.No,e).w +i.gjS() +e=A.cn(a,B.hz,e).w +e=e.f.d!==0?0:h +j=q.w.xh(e) +if(k.d<=0)i.a.toString +e=i.a.ch +return new A.LY(!1,new A.vr(A.uf(B.W,A.jC(i.ch,new A.a_i(g,i,!1,k,j,s,r),h),B.C,e,0,h,h,h,h,h,B.bG),h),h)}} +A.a_h.prototype={ +$0(){this.a.z=this.b}, +$S:0} +A.a_g.prototype={ +$0(){this.a.Q=this.b}, +$S:0} +A.a_i.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l=this,k=A.aI([B.uL,new A.In(a,new A.bi(A.a([],t.ot),t.wS))],t.A,t.od),j=l.b +j.a.toString +s=j.cy +s.toString +r=j.ch +r===$&&A.c() +r=r.x +r===$&&A.c() +q=j.CW +q===$&&A.c() +p=j.dx +p===$&&A.c() +j=j.cx +j.toString +o=l.a +n=o.a +m=o.c +return A.Px(k,new A.rI(new A.a7N(l.c,!1,l.d,l.e,l.f,p,j,s,r,q,n,o.b,m),l.r,null))}, +$S:187} +A.In.prototype={ +ii(a,b){var s=this.e,r=A.a_j(s).w,q=r.y +if(!(q==null?A.m(r).h("c3.T").a(q):q)){s=A.a_j(s).x +r=s.y +s=r==null?A.m(s).h("c3.T").a(r):r}else s=!0 +return s}, +dQ(a){var s=this.e +A.a_j(s).a.toString +A.a_j(s).a.toString}} +A.LY.prototype={ +bB(a){return this.f!==a.f}} +A.a7O.prototype={ +$2(a,b){if(!a.a)a.I(0,b)}, +$S:42} +A.yc.prototype={ +bL(){this.dq() +this.cL() +this.f3()}, +l(){var s=this,r=s.b2$ +if(r!=null)r.I(0,s.geD()) +s.b2$=null +s.aL()}} +A.yd.prototype={ +bL(){this.dq() +this.cL() +this.f3()}, +l(){var s=this,r=s.b2$ +if(r!=null)r.I(0,s.geD()) +s.b2$=null +s.aL()}} +A.ye.prototype={ +aP(a){this.bh(a) +this.oj()}, +b1(){var s,r,q,p,o=this +o.cY() +s=o.bb$ +r=o.gmC() +q=o.c +q.toString +q=A.p1(q) +o.fc$=q +p=o.lv(q,r) +if(r){o.iB(s,o.dN$) +o.dN$=!1}if(p)if(s!=null)s.l()}, +l(){var s,r=this +r.fb$.S(0,new A.a7O()) +s=r.bb$ +if(s!=null)s.l() +r.bb$=null +r.Ob()}} +A.ze.prototype={ +bL(){this.dq() +this.cL() +this.f3()}, +l(){var s=this,r=s.b2$ +if(r!=null)r.I(0,s.geD()) +s.b2$=null +s.aL()}} +A.Fg.prototype={ +L(a){var s=this,r=null +if(A.aE(a).r===B.as)return new A.nP(8,B.cC,s.c,s.d,!1,B.FK,3,r,B.d9,B.yK,B.an,A.zK(),r,r,r) +return new A.qg(r,s.c,s.d,r,r,r,r,B.aY,B.cc,B.p,A.zK(),r,r,r)}} +A.qg.prototype={ +af(){return new A.JT(new A.bI(null,t.W),null,null,B.k)}} +A.JT.prototype={ +gkW(){var s=this.a.e +if(s==null){s=this.fr +s===$&&A.c() +s=s.a +s=s==null?null:s.K(this.gnC())}return s==null?!1:s}, +gkh(){this.a.toString +var s=this.fr +s===$&&A.c() +s=s.e +if(s==null){s=this.fx +s===$&&A.c() +s=!s}return s}, +gqW(){return new A.bP(new A.a6y(this),t.Ne)}, +gnC(){var s=A.ax(t.ui) +if(this.db)s.B(0,B.oL) +if(this.dx)s.B(0,B.a6) +return s}, +gWS(){var s,r,q,p,o,n,m,l=this,k=l.dy +k===$&&A.c() +s=k.db +r=A.bf("dragColor") +q=A.bf("hoverColor") +p=A.bf("idleColor") +switch(k.a.a){case 1:k=s.a +o=k>>>16&255 +n=k>>>8&255 +k&=255 +r.b=A.a2(153,o,n,k) +q.b=A.a2(B.c.aH(127.5),o,n,k) +m=l.fx +m===$&&A.c() +if(m){k=l.c +k.toString +k=A.aE(k).cy.a +k=A.a2(255,k>>>16&255,k>>>8&255,k&255)}else k=A.a2(B.c.aH(25.5),o,n,k) +p.b=k +break +case 0:k=s.a +o=k>>>16&255 +n=k>>>8&255 +k&=255 +r.b=A.a2(191,o,n,k) +q.b=A.a2(166,o,n,k) +m=l.fx +m===$&&A.c() +if(m){k=l.c +k.toString +k=A.aE(k).cy.a +k=A.a2(255,k>>>16&255,k>>>8&255,k&255)}else k=A.a2(B.c.aH(76.5),o,n,k) +p.b=k +break}return new A.bP(new A.a6v(l,r,q,p),t.h2)}, +gX3(){var s=this.dy +s===$&&A.c() +return new A.bP(new A.a6x(this,s.a,s.db),t.h2)}, +gX2(){var s=this.dy +s===$&&A.c() +return new A.bP(new A.a6w(this,s.a,s.db),t.h2)}, +gWR(){return new A.bP(new A.a6u(this),t.pj)}, +aE(){var s,r=this +r.Bg() +s=r.cy=A.cJ(null,B.W,null,null,r) +s.aY() +s=s.bQ$ +s.b=!0 +s.a.push(new A.a6E(r))}, +b1(){var s,r=this,q=r.c +q.toString +s=A.aE(q) +r.dy=s.ax +q=r.c +q.ad(t.NF) +q=A.aE(q) +r.fr=q.w +switch(s.r.a){case 0:r.fx=!0 +break +case 2:case 3:case 1:case 4:case 5:r.fx=!1 +break}r.MG()}, +pr(){var s,r=this,q=r.at +q===$&&A.c() +q.sag(0,r.gWS().a.$1(r.gnC())) +q.sJV(r.gX3().a.$1(r.gnC())) +q.sJU(r.gX2().a.$1(r.gnC())) +s=r.c.ad(t.I) +s.toString +q.sbA(s.w) +q.szP(r.gWR().a.$1(r.gnC())) +s=r.a.r +if(s==null){s=r.fr +s===$&&A.c() +s=s.f}if(s==null){s=r.fx +s===$&&A.c() +s=s?null:B.fW}q.spd(s) +s=r.fr +s===$&&A.c() +s=s.y +if(s==null){s=r.fx +s===$&&A.c() +s=s?0:2}q.sxq(s) +s=r.fr.z +q.syM(s==null?0:s) +s=r.fr.Q +q.syR(0,s==null?48:s) +s=r.c +s.toString +q.sbU(0,A.cn(s,B.ba,t.w).w.r) +q.suh(r.a.db) +q.sIh(!r.gkh())}, +t4(a){this.Bf(a) +this.av(new A.a6D(this))}, +t3(a,b){this.Be(a,b) +this.av(new A.a6C(this))}, +ye(a){var s,r=this +r.MH(a) +if(r.Iz(a.gbo(a),a.gbY(a),!0)){r.av(new A.a6A(r)) +s=r.cy +s===$&&A.c() +s.bX(0)}else if(r.dx){r.av(new A.a6B(r)) +s=r.cy +s===$&&A.c() +s.eS(0)}}, +yf(a){var s,r=this +r.MI(a) +r.av(new A.a6z(r)) +s=r.cy +s===$&&A.c() +s.eS(0)}, +l(){var s=this.cy +s===$&&A.c() +s.l() +this.Bd()}} +A.a6y.prototype={ +$1(a){var s,r +if(a.t(0,B.a6)){s=this.a +s.a.toString +s=s.fr +s===$&&A.c() +s=s.d===!0}else s=!1 +if(s)return!0 +s=this.a +r=s.a.Q +s=s.fr +s===$&&A.c() +s=s.c +s=s==null?null:s.K(a) +return s==null?!1:s}, +$S:189} +A.a6v.prototype={ +$1(a){var s,r,q,p=this,o=null +if(a.t(0,B.oL)){s=p.a.fr +s===$&&A.c() +s=s.r +s=s==null?o:s.K(a) +return s==null?p.b.ar():s}s=p.a +if(s.gqW().a.$1(a)){s=s.fr +s===$&&A.c() +s=s.r +s=s==null?o:s.K(a) +return s==null?p.c.ar():s}r=s.fr +r===$&&A.c() +r=r.r +r=r==null?o:r.K(a) +if(r==null)r=p.d.ar() +q=s.fr.r +q=q==null?o:q.K(a) +if(q==null)q=p.c.ar() +s=s.cy +s===$&&A.c() +s=s.x +s===$&&A.c() +s=A.r(r,q,s) +s.toString +return s}, +$S:9} +A.a6x.prototype={ +$1(a){var s=this.a +if(s.gkW()&&s.gqW().a.$1(a)){s=s.fr +s===$&&A.c() +s=s.w +s=s==null?null:s.K(a) +if(s==null){s=this.c.a +s=this.b===B.B?A.a2(8,s>>>16&255,s>>>8&255,s&255):A.a2(13,s>>>16&255,s>>>8&255,s&255)}return s}return B.A}, +$S:9} +A.a6w.prototype={ +$1(a){var s=this.a +if(s.gkW()&&s.gqW().a.$1(a)){s=s.fr +s===$&&A.c() +s=s.x +s=s==null?null:s.K(a) +if(s==null){s=this.c.a +s=this.b===B.B?A.a2(B.c.aH(25.5),s>>>16&255,s>>>8&255,s&255):A.a2(64,s>>>16&255,s>>>8&255,s&255)}return s}return B.A}, +$S:9} +A.a6u.prototype={ +$1(a){var s,r +if(a.t(0,B.a6)&&this.a.gqW().a.$1(a)){s=this.a.fr +s===$&&A.c() +s=s.b +s=s==null?null:s.K(a) +return s==null?12:s}s=this.a +r=s.a.w +if(r==null){r=s.fr +r===$&&A.c() +r=r.b +r=r==null?null:r.K(a)}if(r==null){s=s.fx +s===$&&A.c() +r=8/(s?2:1) +s=r}else s=r +return s}, +$S:89} +A.a6E.prototype={ +$0(){this.a.pr()}, +$S:0} +A.a6D.prototype={ +$0(){this.a.db=!0}, +$S:0} +A.a6C.prototype={ +$0(){this.a.db=!1}, +$S:0} +A.a6A.prototype={ +$0(){this.a.dx=!0}, +$S:0} +A.a6B.prototype={ +$0(){this.a.dx=!1}, +$S:0} +A.a6z.prototype={ +$0(){this.a.dx=!1}, +$S:0} +A.p8.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.p8&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&J.e(b.f,s.f)&&b.r==s.r&&b.w==s.w&&b.x==s.x&&b.y==s.y&&b.z==s.z&&b.Q==s.Q}} +A.M3.prototype={} +A.vA.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.vA&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&b.f==s.f&&b.r==s.r&&b.w==s.w&&b.x==s.x&&b.y==s.y&&J.e(b.z,s.z)&&!0}} +A.JH.prototype={ +K(a){var s,r=this,q=r.a,p=q==null?null:q.K(a) +q=r.b +s=q==null?null:q.K(a) +if(p==s)return p +if(p==null){q=s.a +return A.an(new A.b7(A.a2(0,q.gn(q)>>>16&255,q.gn(q)>>>8&255,q.gn(q)&255),0,B.r,-1),s,r.c)}if(s==null){q=p.a +return A.an(p,new A.b7(A.a2(0,q.gn(q)>>>16&255,q.gn(q)>>>8&255,q.gn(q)&255),0,B.r,-1),r.c)}return A.an(p,s,r.c)}, +$iaD:1} +A.M4.prototype={} +A.vB.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.vB&&J.e(b.a,s.a)&&b.b==s.b&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.x,s.x)}} +A.M5.prototype={} +A.vC.prototype={ +gu(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.vC&&J.e(b.a,this.a)&&!0}} +A.M6.prototype={} +A.vQ.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.r,s.f,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.ch,s.CW,s.cx,A.I(s.cy,s.db,s.dx,s.dy,s.fr,s.fx,s.fy,s.go,s.id,s.k1,s.k2,s.k3,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a))}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.J(b)!==A.t(r))return!1 +if(b instanceof A.vQ)if(b.a==r.a)if(J.e(b.b,r.b))if(J.e(b.c,r.c))if(J.e(b.d,r.d))if(J.e(b.e,r.e))if(J.e(b.r,r.r))if(J.e(b.f,r.f))if(J.e(b.w,r.w))if(J.e(b.x,r.x))if(J.e(b.y,r.y))if(J.e(b.z,r.z))if(J.e(b.Q,r.Q))if(J.e(b.as,r.as))if(J.e(b.at,r.at))if(J.e(b.ax,r.ax))if(J.e(b.ay,r.ay))if(b.ch==r.ch)if(b.cx==r.cx)if(J.e(b.go,r.go))if(b.id==r.id)s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.a0G.prototype={} +A.a_2.prototype={} +A.a_1.prototype={} +A.Mr.prototype={} +A.vU.prototype={ +F(){return"SnackBarClosedReason."+this.b}} +A.FJ.prototype={ +F(){return"SnackBarBehavior."+this.b}} +A.vV.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,null,s.z,s.Q,s.as,s.at,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.vV&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&b.e==s.e&&J.e(b.f,s.f)&&b.r==s.r&&b.w==s.w&&J.e(b.x,s.x)&&J.e(b.z,s.z)&&b.Q==s.Q&&J.e(b.as,s.as)&&J.e(b.at,s.at)}} +A.Mw.prototype={} +A.pq.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.pq&&b.a==s.a&&b.b==s.b&&J.e(b.c,s.c)&&b.d==s.d&&b.r==s.r&&b.w==s.w&&!0}} +A.MM.prototype={} +A.ps.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.J(b)!==A.t(r))return!1 +if(b instanceof A.ps)if(J.e(b.a,r.a))if(J.e(b.b,r.b))if(J.e(b.d,r.d))if(J.e(b.f,r.f))if(J.e(b.r,r.r))if(J.e(b.w,r.w))if(J.e(b.x,r.x))if(J.e(b.y,r.y))if(J.e(b.z,r.z))s=!0 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.MP.prototype={} +A.Ge.prototype={ +a_0(a){var s=null +A.aE(a) +A.aE(a) +return new A.MS(a,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,s,B.W,!0,B.N,s)}, +a3F(a){var s +a.ad(t.if) +s=A.aE(a) +return s.kp.a}} +A.yI.prototype={ +K(a){if(a.t(0,B.G))return this.b +return this.a}, +j(a){return"{disabled: "+A.j(this.b)+", otherwise: "+A.j(this.a)+"}"}} +A.MR.prototype={ +K(a){var s +if(a.t(0,B.a_)){s=this.a +return A.a2(31,s.gn(s)>>>16&255,s.gn(s)>>>8&255,s.gn(s)&255)}if(a.t(0,B.a6)){s=this.a +return A.a2(10,s.gn(s)>>>16&255,s.gn(s)>>>8&255,s.gn(s)&255)}if(a.t(0,B.ai)){s=this.a +return A.a2(31,s.gn(s)>>>16&255,s.gn(s)>>>8&255,s.gn(s)&255)}return null}, +j(a){var s=this.a +return"{hovered: "+A.a2(10,s.gn(s)>>>16&255,s.gn(s)>>>8&255,s.gn(s)&255).j(0)+", focused,pressed: "+A.a2(31,s.gn(s)>>>16&255,s.gn(s)>>>8&255,s.gn(s)&255).j(0)+", otherwise: null}"}} +A.MQ.prototype={ +K(a){if(a.t(0,B.G))return this.b +return this.a}} +A.MS.prototype={ +gnH(){var s,r=this,q=r.fr +if(q===$){s=A.aE(r.dy) +r.fr!==$&&A.aS() +q=r.fr=s.ax}return q}, +giD(){return new A.b4(A.aE(this.dy).p3.as,t.wG)}, +gbW(a){return B.fB}, +gcw(){return new A.bP(new A.a8i(this),t._s)}, +gis(){return new A.bP(new A.a8k(this),t._s)}, +gci(a){return B.fB}, +gcK(){return B.fB}, +gdL(a){return B.DQ}, +gbU(a){return new A.b4(A.avB(this.dy),t.Ak)}, +gip(){return B.DT}, +gio(){return B.DX}, +gc4(a){return B.DV}, +giq(){return new A.bP(new A.a8j(),t.Y6)}, +gh3(){return A.aE(this.dy).z}, +giC(){return A.aE(this.dy).e}, +ghT(){return A.aE(this.dy).x}} +A.a8i.prototype={ +$1(a){var s +if(a.t(0,B.G)){s=this.a.gnH().db.a +return A.a2(97,s>>>16&255,s>>>8&255,s&255)}return this.a.gnH().b}, +$S:9} +A.a8k.prototype={ +$1(a){var s +if(a.t(0,B.a_)){s=this.a.gnH().b +return A.a2(31,s.gn(s)>>>16&255,s.gn(s)>>>8&255,s.gn(s)&255)}if(a.t(0,B.a6)){s=this.a.gnH().b +return A.a2(20,s.gn(s)>>>16&255,s.gn(s)>>>8&255,s.gn(s)&255)}if(a.t(0,B.ai)){s=this.a.gnH().b +return A.a2(31,s.gn(s)>>>16&255,s.gn(s)>>>8&255,s.gn(s)&255)}return null}, +$S:142} +A.a8j.prototype={ +$1(a){if(a.t(0,B.G))return B.e1 +return B.e2}, +$S:192} +A.Oy.prototype={} +A.pv.prototype={ +gu(a){return J.p(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.pv&&J.e(b.a,this.a)}} +A.MT.prototype={} +A.pA.prototype={ +gu(a){return A.I(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.pA&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)}} +A.MU.prototype={} +A.ck.prototype={ +bF(b3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1=this,b2=null +if(b3==null)return b1 +s=b1.a +r=s==null?b2:s.bF(b3.a) +if(r==null)r=b3.a +q=b1.b +p=q==null?b2:q.bF(b3.b) +if(p==null)p=b3.b +o=b1.c +n=o==null?b2:o.bF(b3.c) +if(n==null)n=b3.c +m=b1.d +l=m==null?b2:m.bF(b3.d) +if(l==null)l=b3.d +k=b1.e +j=k==null?b2:k.bF(b3.e) +if(j==null)j=b3.e +i=b1.f +h=i==null?b2:i.bF(b3.f) +if(h==null)h=b3.f +g=b1.r +f=g==null?b2:g.bF(b3.r) +if(f==null)f=b3.r +e=b1.w +d=e==null?b2:e.bF(b3.w) +if(d==null)d=b3.w +c=b1.x +b=c==null?b2:c.bF(b3.x) +if(b==null)b=b3.x +a=b1.y +a0=a==null?b2:a.bF(b3.y) +if(a0==null)a0=b3.y +a1=b1.z +a2=a1==null?b2:a1.bF(b3.z) +if(a2==null)a2=b3.z +a3=b1.Q +a4=a3==null?b2:a3.bF(b3.Q) +if(a4==null)a4=b3.Q +a5=b1.as +a6=a5==null?b2:a5.bF(b3.as) +if(a6==null)a6=b3.as +a7=b1.at +a8=a7==null?b2:a7.bF(b3.at) +if(a8==null)a8=b3.at +a9=b1.ax +b0=a9==null?b2:a9.bF(b3.ax) +if(b0==null)b0=b3.ax +if(r==null)r=b2 +s=r==null?s:r +r=p==null?b2:p +if(r==null)r=q +q=n==null?b2:n +if(q==null)q=o +p=l==null?m:l +o=j==null?b2:j +if(o==null)o=k +n=h==null?b2:h +if(n==null)n=i +m=f==null?b2:f +if(m==null)m=g +l=d==null?b2:d +if(l==null)l=e +k=b==null?b2:b +if(k==null)k=c +j=a0==null?b2:a0 +if(j==null)j=a +i=a2==null?b2:a2 +if(i==null)i=a1 +h=a4==null?b2:a4 +if(h==null)h=a3 +g=a6==null?b2:a6 +if(g==null)g=a5 +f=a8==null?a7:a8 +e=b0==null?b2:b0 +return A.a2i(j,i,h,s,r,q,p,o,n,g,f,e==null?a9:e,m,l,k)}, +Y8(a,b,a0,a1,a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=null,c=e.a +c=c==null?d:c.dJ(a0,d,b,d,a1,a2,0,1,a3) +s=e.b +s=s==null?d:s.dJ(a0,d,b,d,a1,a2,0,1,a3) +r=e.c +r=r==null?d:r.dJ(a0,d,b,d,a1,a2,0,1,a3) +q=e.d +q=q==null?d:q.dJ(a0,d,b,d,a1,a2,0,1,a3) +p=e.e +p=p==null?d:p.dJ(a0,d,b,d,a1,a2,0,1,a3) +o=e.f +o=o==null?d:o.dJ(a,d,b,d,a1,a2,0,1,a3) +n=e.r +n=n==null?d:n.dJ(a,d,b,d,a1,a2,0,1,a3) +m=e.w +m=m==null?d:m.dJ(a,d,b,d,a1,a2,0,1,a3) +l=e.x +l=l==null?d:l.dJ(a,d,b,d,a1,a2,0,1,a3) +k=e.y +k=k==null?d:k.dJ(a,d,b,d,a1,a2,0,1,a3) +j=e.z +j=j==null?d:j.dJ(a,d,b,d,a1,a2,0,1,a3) +i=e.Q +i=i==null?d:i.dJ(a0,d,b,d,a1,a2,0,1,a3) +h=e.as +h=h==null?d:h.dJ(a,d,b,d,a1,a2,0,1,a3) +g=e.at +g=g==null?d:g.dJ(a,d,b,d,a1,a2,0,1,a3) +f=e.ax +return A.a2i(k,j,i,c,s,r,q,p,o,h,g,f==null?d:f.dJ(a,d,b,d,a1,a2,0,1,a3),n,m,l)}, +Gn(a,b,c){return this.Y8(a,b,c,null,null,null)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.ck&&J.e(s.a,b.a)&&J.e(s.b,b.b)&&J.e(s.c,b.c)&&J.e(s.d,b.d)&&J.e(s.e,b.e)&&J.e(s.f,b.f)&&J.e(s.r,b.r)&&J.e(s.w,b.w)&&J.e(s.x,b.x)&&J.e(s.y,b.y)&&J.e(s.z,b.z)&&J.e(s.Q,b.Q)&&J.e(s.as,b.as)&&J.e(s.at,b.at)&&J.e(s.ax,b.ax)}, +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,B.a,B.a,B.a,B.a,B.a)}} +A.MX.prototype={} +A.Gn.prototype={ +L(a){var s,r,q=null,p=this.c,o=B.bg.a,n=B.bg.b,m=B.bg.c,l=B.bg.d,k=B.bg.e,j=B.bg.f,i=B.bg.r,h=a.ad(t.Uf) +if(h==null)h=B.d6 +s=p.j8 +r=s.b +if(r==null)r=h.x +s=s.a +h=s==null?h.w:s +return new A.xi(this,new A.Ba(new A.WA(p,new A.DA(o,n,m,l,k,j,i),B.iE,o,n,m,l,k,j,i),A.Ve(A.abu(this.d,h,q,q,r),p.ok,q),q),q)}} +A.xi.prototype={ +bB(a){return!this.w.c.k(0,a.w.c)}} +A.mG.prototype={ +cG(a){var s,r=this.a +r.toString +s=this.b +s.toString +return A.asL(r,s,a)}} +A.r_.prototype={ +af(){return new A.Ha(null,null,B.k)}} +A.Ha.prototype={ +kr(a){var s=a.$3(this.CW,this.a.r,new A.a3E()) +s.toString +this.CW=t.ZM.a(s)}, +L(a){var s,r=this.CW +r.toString +s=this.ge1() +return new A.Gn(r.a6(0,s.gn(s)),this.a.w,null)}} +A.a3E.prototype={ +$1(a){return new A.mG(t.we.a(a),null)}, +$S:193} +A.m_.prototype={ +F(){return"MaterialTapTargetSize."+this.b}} +A.fm.prototype={ +xj(d3,d4,d5,d6,d7,d8,d9,e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,f0,f1,f2,f3,f4,f5,f6,f7,f8,f9,g0,g1,g2,g3,g4,g5,g6,g7,g8,g9,h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,i0,i1,i2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9=this,c0=null,c1=d4==null?b9.a:d4,c2=f6==null?b9.d:f6,c3=g3==null?b9.f:g3,c4=h2==null?b9.w:h2,c5=h5==null?b9.x:h5,c6=e0==null?b9.as:e0,c7=e1==null?b9.at:e1,c8=b9.ax,c9=d8==null?c8.a:d8,d0=c8.b,d1=c8.c,d2=c8.d +if(d2==null)d2=d0 +s=c8.e +if(s==null)s=d1 +r=c8.f +q=c8.r +p=c8.w +if(p==null)p=r +o=c8.x +if(o==null)o=q +n=c8.y +m=n==null?r:n +l=c8.z +k=l==null?q:l +j=c8.Q +if(j==null){if(n==null)n=r}else n=j +j=c8.as +if(j==null){if(l==null)l=q}else l=j +j=c8.at +i=c8.ax +h=c8.ay +if(h==null)h=j +g=c8.ch +if(g==null)g=i +f=c8.cx +e=c8.cy +d=c8.db +c=c8.dx +if(c==null)c=e +b=c8.dy +if(b==null)b=d +a=c8.fr +if(a==null)a=f +a0=c8.fx +if(a0==null)a0=f +a1=c8.fy +if(a1==null)a1=B.l +a2=c8.go +if(a2==null)a2=B.l +a3=c8.id +if(a3==null)a3=d +a4=c8.k1 +if(a4==null)a4=e +a5=c8.k2 +if(a5==null)a5=d1 +a6=c8.k3 +if(a6==null)a6=d0 +n=A.Rd(c8.CW,c9,j,h,a5,a3,f,i,g,a4,d1,s,q,o,d,b,k,l,a,a0,d0,d2,a2,r,p,a1,e,a6,c,m,n) +c8=e4==null?b9.ay:e4 +c9=e6==null?b9.CW:e6 +d0=f5==null?b9.dy:f5 +d1=g5==null?b9.fr:g5 +d2=g6==null?b9.fx:g6 +s=h1==null?b9.go:h1 +r=f4==null?b9.ok:f4 +q=g7==null?b9.p1:g7 +p=g8==null?b9.p2:g8 +o=i0==null?b9.p3:i0 +m=d3==null?b9.RG:d3 +l=d5==null?b9.rx:d5 +k=d6==null?b9.to:d6 +j=d7==null?b9.x1:d7 +i=d9==null?b9.y1:d9 +h=e2==null?b9.aC:e2 +g=e3==null?b9.bi:e3 +f=e5==null?b9.aZ:e5 +e=e7==null?b9.bx:e7 +d=e8==null?b9.aU:e8 +c=e9==null?b9.M:e9 +b=f0==null?b9.O:f0 +a=f1==null?b9.aa:f1 +a0=f2==null?b9.ao:f2 +a1=f3==null?b9.aQ:f3 +a2=f7==null?b9.aR:f7 +a3=f8==null?b9.bE:f8 +a4=f9==null?b9.by:f9 +a5=g0==null?b9.be:g0 +a6=g1==null?b9.cP:g1 +a7=g2==null?b9.cQ:g2 +a8=g4==null?b9.eK:g4 +a9=g9==null?b9.ib:g9 +b0=h0==null?b9.eL:h0 +b1=h3==null?b9.eN:h3 +b2=h4==null?b9.br:h4 +b3=h6==null?b9.hw:h6 +b4=h7==null?b9.ic:h7 +b5=h8==null?b9.kp:h8 +b6=h9==null?b9.j8:h9 +b7=i1==null?b9.fR:i1 +b8=i2==null?b9.kq:i2 +return A.acI(b9.R8,m,c1,b9.ja,l,b9.ry,b9.Q,k,j,b9.x2,b9.xr,i,c6,c7,b9.y2,h,g,n,b9.b,b9.an,b9.ah,c8,f,b9.ch,c9,e,d,c,b,b9.m3,b9.ae,b9.c,a,a0,b9.cx,b9.cy,b9.db,b9.dx,a1,r,d0,c2,a2,b9.e,b9.bq,a3,a4,a5,b9.d3,a6,a7,c3,b9.r,a8,d1,d2,b9.fy,q,p,a9,b0,s,c4,b9.fh,b9.ec,b9.id,b9.eM,b9.k1,b9.k2,b1,b2,b9.k3,c5,b3,b4,b5,b6,o,b9.j9,b7,b9.A,b8,b9.p4,b9.k4,!0,b9.z)}, +Zl(a){return this.xj(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null)}, +Zx(a,b){return this.xj(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null,null,null,null,b,null,null)}, +Zz(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9){return this.xj(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,null,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9)}, +k(a,b){var s,r,q=this +if(b==null)return!1 +if(J.J(b)!==A.t(q))return!1 +if(b instanceof A.fm)if(b.a===q.a)if(A.aaA(b.c,q.c))if(b.d.k(0,q.d))if(b.e===q.e)if(b.f.k(0,q.f))if(b.r===q.r)if(b.w.k(0,q.w))if(b.x===q.x)if(b.z.k(0,q.z))if(b.as.k(0,q.as))if(b.at.k(0,q.at))if(b.ax.k(0,q.ax))if(b.ay.k(0,q.ay))if(b.ch.k(0,q.ch))if(b.CW.k(0,q.CW))if(b.cx.k(0,q.cx))if(b.cy.k(0,q.cy))if(b.db.k(0,q.db))if(b.dx.k(0,q.dx))if(b.dy.k(0,q.dy))if(b.fr.k(0,q.fr))if(b.fx.k(0,q.fx))if(b.fy.k(0,q.fy))if(b.go.k(0,q.go))if(b.id.k(0,q.id))if(b.k2.k(0,q.k2))if(b.k3.k(0,q.k3))if(b.k4.k(0,q.k4))if(b.ok.k(0,q.ok))if(b.p1.k(0,q.p1))if(b.p2.k(0,q.p2))if(b.p3.k(0,q.p3))if(b.p4.k(0,q.p4))if(J.e(b.R8,q.R8))if(b.RG.k(0,q.RG))if(b.rx.k(0,q.rx))if(b.ry.k(0,q.ry))if(b.to.k(0,q.to))if(b.x1.k(0,q.x1))if(b.x2.k(0,q.x2))if(b.xr.k(0,q.xr))if(b.y1.k(0,q.y1))if(b.y2.k(0,q.y2))if(b.aC.k(0,q.aC))if(b.bi.k(0,q.bi))if(b.an.k(0,q.an))if(b.ah.k(0,q.ah))if(b.aZ.k(0,q.aZ))if(b.bx.k(0,q.bx))if(b.aU.k(0,q.aU))if(b.M.k(0,q.M))if(b.O.k(0,q.O))if(b.ae.k(0,q.ae))if(b.aa.k(0,q.aa))if(b.ao.k(0,q.ao))if(b.aQ.k(0,q.aQ))if(b.aR.k(0,q.aR))if(b.bq.k(0,q.bq))if(b.bE.k(0,q.bE))if(b.by.k(0,q.by))if(b.be.k(0,q.be))if(b.d3.k(0,q.d3))if(b.cP.k(0,q.cP))if(b.cQ.k(0,q.cQ))if(b.eK.k(0,q.eK))if(b.ib.k(0,q.ib))if(b.eL.k(0,q.eL))if(b.fh.k(0,q.fh))if(b.ec.k(0,q.ec))if(b.eM.k(0,q.eM))if(b.eN.k(0,q.eN))if(b.br.k(0,q.br))if(b.hw.k(0,q.hw))if(b.ic.k(0,q.ic))if(b.kp.k(0,q.kp))if(b.j8.k(0,q.j8))if(b.j9.k(0,q.j9))if(b.fR.k(0,q.fR))if(b.kq.k(0,q.kq)){s=b.A +s.toString +r=q.A +r.toString +if(s.k(0,r)){s=b.k1 +s.toString +r=q.k1 +r.toString +if(s.k(0,r)){s=b.m3 +s.toString +r=q.m3 +r.toString +if(s.k(0,r)){s=b.ja +s.toString +r=q.ja +r.toString +if(s.k(0,r)){s=b.Q +s.toString +r=q.Q +r.toString +r=s.k(0,r) +s=r}else s=!1}else s=!1}else s=!1}else s=!1}else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){var s=this,r=[s.a,s.b],q=s.c +B.b.H(r,q.gb4(q)) +B.b.H(r,q.gal(q)) +r.push(s.d) +r.push(s.e) +r.push(s.f) +r.push(s.r) +r.push(s.w) +r.push(s.x) +r.push(!0) +r.push(s.z) +r.push(s.as) +r.push(s.at) +r.push(s.ax) +r.push(s.ay) +r.push(s.ch) +r.push(s.CW) +r.push(s.cx) +r.push(s.cy) +r.push(s.db) +r.push(s.dx) +r.push(s.dy) +r.push(s.fr) +r.push(s.fx) +r.push(s.fy) +r.push(s.go) +r.push(s.id) +r.push(s.k2) +r.push(s.k3) +r.push(s.k4) +r.push(s.ok) +r.push(s.p1) +r.push(s.p2) +r.push(s.p3) +r.push(s.p4) +r.push(s.R8) +r.push(s.RG) +r.push(s.rx) +r.push(s.ry) +r.push(s.to) +r.push(s.x1) +r.push(s.x2) +r.push(s.xr) +r.push(s.y1) +r.push(s.y2) +r.push(s.aC) +r.push(s.bi) +r.push(s.an) +r.push(s.ah) +r.push(s.aZ) +r.push(s.bx) +r.push(s.aU) +r.push(s.M) +r.push(s.O) +r.push(s.ae) +r.push(s.aa) +r.push(s.ao) +r.push(s.aQ) +r.push(s.aR) +r.push(s.bq) +r.push(s.bE) +r.push(s.by) +r.push(s.be) +r.push(s.d3) +r.push(s.cP) +r.push(s.cQ) +r.push(s.eK) +r.push(s.ib) +r.push(s.eL) +r.push(s.fh) +r.push(s.ec) +r.push(s.eM) +r.push(s.eN) +r.push(s.br) +r.push(s.hw) +r.push(s.ic) +r.push(s.kp) +r.push(s.j8) +r.push(s.j9) +r.push(s.fR) +r.push(s.kq) +q=s.A +q.toString +r.push(q) +q=s.k1 +q.toString +r.push(q) +q=s.m3 +q.toString +r.push(q) +q=s.ja +q.toString +r.push(q) +q=s.Q +q.toString +r.push(q) +return A.bO(r)}} +A.a2p.prototype={ +$0(){var s=this.a,r=this.b +return s.Zx(r.bF(s.p2),r.bF(s.p3))}, +$S:194} +A.a2n.prototype={ +$2(a,b){return new A.aC(a,b.a4E(this.a.c.i(0,a),this.b),t.sw)}, +$S:195} +A.a2o.prototype={ +$1(a){return!this.a.c.a2(0,a.a)}, +$S:196} +A.WA.prototype={ +gnW(){return this.ay.ax.a}, +gmw(){return this.ay.ax.b}, +gtM(){return this.ay.ax.c}, +gpG(){return this.ay.go}} +A.q8.prototype={ +gu(a){return(A.l_(this.a)^A.l_(this.b))>>>0}, +k(a,b){if(b==null)return!1 +return b instanceof A.q8&&b.a===this.a&&b.b===this.b}} +A.IM.prototype={ +aW(a,b,c){var s,r=this.a,q=r.i(0,b) +if(q!=null)return q +if(r.a===this.b){s=new A.b2(r,A.m(r).h("b2<1>")) +r.v(0,s.gG(s))}s=c.$0() +r.m(0,b,s) +return s}} +A.j7.prototype={ +Hu(a){var s=this.a,r=this.b,q=A.O(a.a+new A.v(s,r).N(0,4).a,0,a.b) +return a.Zv(A.O(a.c+new A.v(s,r).N(0,4).b,0,a.d),q)}, +k(a,b){if(b==null)return!1 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.j7&&b.a===this.a&&b.b===this.b}, +gu(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +bO(){return this.LR()+"(h: "+A.hi(this.a)+", v: "+A.hi(this.b)+")"}} +A.N0.prototype={} +A.NG.prototype={} +A.wd.prototype={ +gu(a){var s=this +return A.bO([s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.ch,s.CW,s.cx,s.cy,s.db,s.dx])}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.wd&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.x,s.x)&&J.e(b.y,s.y)&&J.e(b.z,s.z)&&J.e(b.Q,s.Q)&&b.as==s.as&&J.e(b.at,s.at)&&J.e(b.ax,s.ax)&&J.e(b.ay,s.ay)&&J.e(b.ch,s.ch)&&J.e(b.CW,s.CW)&&J.e(b.cx,s.cx)&&J.e(b.db,s.db)&&J.e(b.dx,s.dx)}} +A.N2.prototype={} +A.we.prototype={ +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,s.r,s.w,s.y,s.x,s.z,s.Q,s.as,s.ax,s.at,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.we&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&J.e(b.d,s.d)&&J.e(b.e,s.e)&&J.e(b.f,s.f)&&J.e(b.r,s.r)&&J.e(b.w,s.w)&&J.e(b.y,s.y)&&J.e(b.x,s.x)&&J.e(b.z,s.z)&&J.e(b.Q,s.Q)&&J.e(b.as,s.as)&&J.e(b.ax,s.ax)&&b.at==s.at}} +A.N4.prototype={} +A.IJ.prototype={ +am(a){var s=new A.Lx(!0,this.e,null,this.r,B.c4,B.a9,null,A.ao()) +s.aq() +s.saA(null) +return s}} +A.Lx.prototype={ +bJ(a,b){var s,r=this,q=$.ad1 +$.ad1=!1 +if(r.gC(r).t(0,b)){s=r.cR(a,b)||r.A===B.a9 +if((s||r.A===B.ce)&&!$.ad0){$.ad0=!0 +a.B(0,new A.lb(b,r))}}else s=!1 +if(q){$.ad1=!0 +$.ad0=!1}return s}} +A.wf.prototype={ +af(){return new A.pF(new A.XS(),A.ax(t.S),B.z,null,null,B.k)}} +A.pF.prototype={ +gWy(){this.a.toString +this.f===$&&A.c() +return B.eW}, +gR9(){this.a.toString +this.f===$&&A.c() +return!0}, +gwy(){var s=this.a.c +return s==null?null.a4Q():s}, +giZ(){var s,r=this,q=r.w +if(q==null){q=A.cJ(null,B.yL,B.f_,null,r) +q.aY() +s=q.bD$ +s.b=!0 +s.a.push(r.gX0()) +r.w=q}return q}, +X1(a){var s,r,q,p,o,n,m,l,k,j,i=this +$label0$0:{s=new A.dU(A.ahE(i.Q),A.ahE(a)) +r=A.bb("#0#1",new A.a2A(s)) +q=A.bb("#0#3",new A.a2B(r)) +p=A.bb("#0#4",new A.a2C(s)) +o=A.bb("#0#6",new A.a2D(p)) +n=A.bb("#0#7",new A.a2E(r)) +m=A.bb("#0#8",new A.a2F(p)) +if(q.J()&&o.J()){B.b.v($.mJ,i) +l=i.d +k=l.a +if(k!=null)k.a0Z() +else l.b=null +break $label0$0}if(n.J()&&m.J()){l=i.d +k=l.a +j=$.ace+1 +if(k!=null){$.ace=j +k.Lf(0,j)}else l.b=$.ace=j +$.mJ.push(i) +A.a0h(i.gwy()) +break $label0$0}if(!(q.J()&&m.J()))l=n.J()&&o.J() +else l=!0 +if(l)break $label0$0}i.Q=a}, +W7(a,b){var s,r,q=this,p=new A.a2H(q,a) +$label0$0:{s=q.giZ().Q +s===$&&A.c() +r=A.bb("#0#2",new A.a2G(s)) +if(r.J()&&b.a>0){if(q.r==null)q.r=A.bY(b,p) +break $label0$0}if(r.J()||B.aj===s||B.ab===s||B.L===s)p.$0()}}, +EF(a){return this.W7(null,a)}, +ll(a){var s=this,r=s.r +if(r!=null)r.aI(0) +s.r=null +r=s.w +if(r==null)r=null +else{r=r.Q +r===$&&A.c()}switch(r){case null:case void 0:case B.ab:case B.z:break +case B.aj:case B.L:if(a.a>0){r=s.giZ() +s.r=A.bY(a,r.gJF(r))}else s.giZ().eS(0) +break}}, +X_(a){var s,r=this +r.a.toString +r.f===$&&A.c() +switch(1){case 1:s=r.x +if(s==null)s=r.x=A.ag9(r,null,B.GZ) +s.p1=r.gTB() +s.p2=r.gST() +s.R8=r.gTf() +s.Gf(a) +break}}, +SL(a){var s=this,r=s.y +r=r==null?null:r.CW +if(r!==a.gbn()){r=s.x +r=r==null?null:r.CW +r=r===a.gbn()}else r=!0 +if(r)return +if(s.r==null){r=s.giZ().Q +r===$&&A.c() +r=r===B.z}else r=!1 +if(r||!t.b.b(a))return +s.ll(B.p) +s.z.U(0)}, +TC(){this.ll(B.p) +this.z.U(0)}, +SU(){var s=this,r=s.e +r===$&&A.c() +if(!r)return +r=s.giZ().Q +r===$&&A.c() +if(r===B.z){s.gR9() +r=!0}else r=!1 +if(r){r=s.c +r.toString +A.apd(r)}s.a.toString +s.EF(B.p)}, +Tg(){if(this.z.a!==0)return +this.ll(this.gWy())}, +SV(a){var s,r,q,p,o,n,m=this +m.z.B(0,a.gfa(a)) +s=A.a($.mJ.slice(0),A.a5($.mJ)) +for(r=s.length,q=!1,p=0;p")),this.l8(a,b,r),a.a,s,1)}, +oS(a,b){var s=null,r=A.a19(s,s,s,t.oA) +return A.Xh(new A.dv(r,A.m(r).h("dv<1>")),this.l8(a,b,r),a.a,s,1)}, +l8(a,b,c){return this.Ua(a,b,c)}, +Ua(a,b,c){var s=0,r=A.Y(t.hP),q,p,o,n,m,l,k,j +var $async$l8=A.U(function(d,e){if(d===1)return A.V(e,r) +while(true)switch(s){case 0:l=a.a +k=A.a2W().K(l) +s=self.window.flutterCanvasKit!=null||!1?3:5 +break +case 3:p=new A.a3($.a7,t.gO) +o=new A.bk(p,t.XX) +n=A.av7() +n.open("GET",l,!0) +n.responseType="arraybuffer" +n.addEventListener("load",A.b0(new A.XJ(n,o,k))) +n.addEventListener("error",A.b0(new A.XK(o))) +n.send() +s=6 +return A.Z(p,$async$l8) +case 6:l=n.response +l.toString +m=A.d6(t.pI.a(l),0,null) +if(m.byteLength===0)throw A.d(A.ags(A.x(n,"status"),k)) +j=b +s=7 +return A.Z(A.Vv(m),$async$l8) +case 7:q=j.$1(e) +s=1 +break +s=4 +break +case 5:q=$.ad().a1t(k,new A.XL(c)) +s=1 +break +case 4:case 1:return A.W(q,r)}}) +return A.X($async$l8,r)}, +k(a,b){if(b==null)return!1 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.oH&&b.a===this.a&&!0}, +gu(a){return A.I(this.a,1,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return'NetworkImage("'+this.a+'", scale: '+B.f.R(1,1)+")"}} +A.XJ.prototype={ +$1(a){var s=this.a,r=s.status,q=r>=200&&r<300,p=r>307&&r<400,o=q||r===0||r===304||p,n=this.b +if(o)n.d0(0,s) +else{n.j1(a) +throw A.d(A.ags(r,this.c))}}, +$S:6} +A.XK.prototype={ +$1(a){return this.a.j1(a)}, +$S:201} +A.XL.prototype={ +$2(a,b){this.a.B(0,new A.hE(a,b))}, +$S:202} +A.e0.prototype={ +j(a){var s=this +if(s.ghg(s)===0)return A.abc(s.ghi(),s.ghj()) +if(s.ghi()===0)return A.abb(s.ghg(s),s.ghj()) +return A.abc(s.ghi(),s.ghj())+" + "+A.abb(s.ghg(s),0)}, +k(a,b){var s=this +if(b==null)return!1 +return b instanceof A.e0&&b.ghi()===s.ghi()&&b.ghg(b)===s.ghg(s)&&b.ghj()===s.ghj()}, +gu(a){var s=this +return A.I(s.ghi(),s.ghg(s),s.ghj(),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.cI.prototype={ +ghi(){return this.a}, +ghg(a){return 0}, +ghj(){return this.b}, +a5(a,b){return new A.cI(this.a-b.a,this.b-b.b)}, +W(a,b){return new A.cI(this.a+b.a,this.b+b.b)}, +N(a,b){return new A.cI(this.a*b,this.b*b)}, +jY(a){var s=a.a/2,r=a.b/2 +return new A.v(s+this.a*s,r+this.b*r)}, +K9(a){var s=a.a,r=(a.c-s)/2,q=a.b,p=(a.d-q)/2 +return new A.v(s+r+this.a*r,q+p+this.b*p)}, +a1l(a,b){var s=b.a,r=a.a,q=(b.c-s-r)/2,p=b.b,o=a.b,n=(b.d-p-o)/2 +s=s+q+this.a*q +p=p+n+this.b*n +return new A.E(s,p,s+r,p+o)}, +K(a){return this}, +j(a){return A.abc(this.a,this.b)}} +A.es.prototype={ +ghi(){return 0}, +ghg(a){return this.a}, +ghj(){return this.b}, +a5(a,b){return new A.es(this.a-b.a,this.b-b.b)}, +W(a,b){return new A.es(this.a+b.a,this.b+b.b)}, +N(a,b){return new A.es(this.a*b,this.b*b)}, +K(a){var s=this +switch(a.a){case 0:return new A.cI(-s.a,s.b) +case 1:return new A.cI(s.a,s.b)}}, +j(a){return A.abb(this.a,this.b)}} +A.xC.prototype={ +N(a,b){return new A.xC(this.a*b,this.b*b,this.c*b)}, +K(a){var s=this +switch(a.a){case 0:return new A.cI(s.a-s.b,s.c) +case 1:return new A.cI(s.a+s.b,s.c)}}, +ghi(){return this.a}, +ghg(a){return this.b}, +ghj(){return this.c}} +A.v7.prototype={ +F(){return"RenderComparison."+this.b}} +A.Ac.prototype={ +F(){return"Axis."+this.b}} +A.GN.prototype={ +F(){return"VerticalDirection."+this.b}} +A.nr.prototype={ +F(){return"AxisDirection."+this.b}} +A.uP.prototype={ +Ip(a,b,c,d){var s=$.ad(),r=a.a +r.toString +return s.oG(r,!1,c,d)}, +a1s(a){return this.Ip(a,!1,null,null)}, +Iq(a,b){return A.Pa(a,b)}, +a1v(a){return this.Iq(a,null)}, +$id8:1} +A.MN.prototype={ +ai(){var s,r,q +for(s=this.a,s=A.dh(s,s.r),r=A.m(s).c;s.q();){q=s.d;(q==null?r.a(q):q).$0()}}, +Z(a,b){this.a.B(0,b)}, +I(a,b){this.a.v(0,b)}} +A.rd.prototype={ +pU(a){var s=this +return new A.xD(s.gdd().a5(0,a.gdd()),s.geC().a5(0,a.geC()),s.geu().a5(0,a.geu()),s.geZ().a5(0,a.geZ()),s.gde().a5(0,a.gde()),s.geB().a5(0,a.geB()),s.gf_().a5(0,a.gf_()),s.ges().a5(0,a.ges()))}, +B(a,b){var s=this +return new A.xD(s.gdd().W(0,b.gdd()),s.geC().W(0,b.geC()),s.geu().W(0,b.geu()),s.geZ().W(0,b.geZ()),s.gde().W(0,b.gde()),s.geB().W(0,b.geB()),s.gf_().W(0,b.gf_()),s.ges().W(0,b.ges()))}, +j(a){var s,r,q,p,o=this +if(o.gdd().k(0,o.geC())&&o.geC().k(0,o.geu())&&o.geu().k(0,o.geZ()))if(!o.gdd().k(0,B.t))s=o.gdd().a===o.gdd().b?"BorderRadius.circular("+B.c.R(o.gdd().a,1)+")":"BorderRadius.all("+o.gdd().j(0)+")" +else s=null +else{r=""+"BorderRadius.only(" +if(!o.gdd().k(0,B.t)){r+="topLeft: "+o.gdd().j(0) +q=!0}else q=!1 +if(!o.geC().k(0,B.t)){if(q)r+=", " +r+="topRight: "+o.geC().j(0) +q=!0}if(!o.geu().k(0,B.t)){if(q)r+=", " +r+="bottomLeft: "+o.geu().j(0) +q=!0}if(!o.geZ().k(0,B.t)){if(q)r+=", " +r+="bottomRight: "+o.geZ().j(0)}r+=")" +s=r.charCodeAt(0)==0?r:r}if(o.gde().k(0,o.geB())&&o.geB().k(0,o.ges())&&o.ges().k(0,o.gf_()))if(!o.gde().k(0,B.t))p=o.gde().a===o.gde().b?"BorderRadiusDirectional.circular("+B.c.R(o.gde().a,1)+")":"BorderRadiusDirectional.all("+o.gde().j(0)+")" +else p=null +else{r=""+"BorderRadiusDirectional.only(" +if(!o.gde().k(0,B.t)){r+="topStart: "+o.gde().j(0) +q=!0}else q=!1 +if(!o.geB().k(0,B.t)){if(q)r+=", " +r+="topEnd: "+o.geB().j(0) +q=!0}if(!o.gf_().k(0,B.t)){if(q)r+=", " +r+="bottomStart: "+o.gf_().j(0) +q=!0}if(!o.ges().k(0,B.t)){if(q)r+=", " +r+="bottomEnd: "+o.ges().j(0)}r+=")" +p=r.charCodeAt(0)==0?r:r}r=s!=null +if(r&&p!=null)return A.j(s)+" + "+p +if(r)return s +if(p!=null)return p +return"BorderRadius.zero"}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.rd&&b.gdd().k(0,s.gdd())&&b.geC().k(0,s.geC())&&b.geu().k(0,s.geu())&&b.geZ().k(0,s.geZ())&&b.gde().k(0,s.gde())&&b.geB().k(0,s.geB())&&b.gf_().k(0,s.gf_())&&b.ges().k(0,s.ges())}, +gu(a){var s=this +return A.I(s.gdd(),s.geC(),s.geu(),s.geZ(),s.gde(),s.geB(),s.gf_(),s.ges(),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.bV.prototype={ +gdd(){return this.a}, +geC(){return this.b}, +geu(){return this.c}, +geZ(){return this.d}, +gde(){return B.t}, +geB(){return B.t}, +gf_(){return B.t}, +ges(){return B.t}, +bG(a){var s=this,r=s.a.f8(0,B.t),q=s.b.f8(0,B.t) +return A.acn(a,s.c.f8(0,B.t),s.d.f8(0,B.t),r,q)}, +pU(a){if(a instanceof A.bV)return this.a5(0,a) +return this.AW(a)}, +B(a,b){if(b instanceof A.bV)return this.W(0,b) +return this.AV(0,b)}, +a5(a,b){var s=this +return new A.bV(s.a.a5(0,b.a),s.b.a5(0,b.b),s.c.a5(0,b.c),s.d.a5(0,b.d))}, +W(a,b){var s=this +return new A.bV(s.a.W(0,b.a),s.b.W(0,b.b),s.c.W(0,b.c),s.d.W(0,b.d))}, +N(a,b){var s=this +return new A.bV(s.a.N(0,b),s.b.N(0,b),s.c.N(0,b),s.d.N(0,b))}, +K(a){return this}} +A.jH.prototype={ +gde(){return this.a}, +geB(){return this.b}, +gf_(){return this.c}, +ges(){return this.d}, +gdd(){return B.t}, +geC(){return B.t}, +geu(){return B.t}, +geZ(){return B.t}, +pU(a){if(a instanceof A.jH)return this.a5(0,a) +return this.AW(a)}, +B(a,b){if(b instanceof A.jH)return this.W(0,b) +return this.AV(0,b)}, +a5(a,b){var s=this +return new A.jH(s.a.a5(0,b.a),s.b.a5(0,b.b),s.c.a5(0,b.c),s.d.a5(0,b.d))}, +W(a,b){var s=this +return new A.jH(s.a.W(0,b.a),s.b.W(0,b.b),s.c.W(0,b.c),s.d.W(0,b.d))}, +N(a,b){var s=this +return new A.jH(s.a.N(0,b),s.b.N(0,b),s.c.N(0,b),s.d.N(0,b))}, +K(a){var s=this +switch(a.a){case 0:return new A.bV(s.b,s.a,s.d,s.c) +case 1:return new A.bV(s.a,s.b,s.c,s.d)}}} +A.xD.prototype={ +N(a,b){var s=this +return new A.xD(s.a.N(0,b),s.b.N(0,b),s.c.N(0,b),s.d.N(0,b),s.e.N(0,b),s.f.N(0,b),s.r.N(0,b),s.w.N(0,b))}, +K(a){var s=this +switch(a.a){case 0:return new A.bV(s.a.W(0,s.f),s.b.W(0,s.e),s.c.W(0,s.w),s.d.W(0,s.r)) +case 1:return new A.bV(s.a.W(0,s.e),s.b.W(0,s.f),s.c.W(0,s.r),s.d.W(0,s.w))}}, +gdd(){return this.a}, +geC(){return this.b}, +geu(){return this.c}, +geZ(){return this.d}, +gde(){return this.e}, +geB(){return this.f}, +gf_(){return this.r}, +ges(){return this.w}} +A.Aj.prototype={ +F(){return"BorderStyle."+this.b}} +A.b7.prototype={ +au(a,b){var s=Math.max(0,this.b*b),r=b<=0?B.R:this.c +return new A.b7(this.a,s,r,-1)}, +fu(){switch(this.c.a){case 1:var s=$.ad().aX() +s.sag(0,this.a) +s.smV(this.b) +s.sep(0,B.b2) +return s +case 0:s=$.ad().aX() +s.sag(0,B.A) +s.smV(0) +s.sep(0,B.b2) +return s}}, +gco(){return this.b*(1-(1+this.d)/2)}, +gkZ(){return this.b*(1+this.d)/2}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.b7&&b.a.k(0,s.a)&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +bO(){return"BorderSide"}} +A.bs.prototype={ +f4(a,b,c){return null}, +B(a,b){return this.f4(a,b,!1)}, +W(a,b){var s=this.B(0,b) +if(s==null)s=b.f4(0,this,!0) +return s==null?new A.fq(A.a([b,this],t.N_)):s}, +bR(a,b){if(a==null)return this.au(0,b) +return null}, +bS(a,b){if(a==null)return this.au(0,1-b) +return null}, +fp(a,b,c,d){}, +gej(){return!1}, +j(a){return"ShapeBorder()"}} +A.cp.prototype={ +ghs(){var s=Math.max(this.a.gco(),0) +return new A.aU(s,s,s,s)}, +bR(a,b){if(a==null)return this.au(0,b) +return null}, +bS(a,b){if(a==null)return this.au(0,1-b) +return null}} +A.fq.prototype={ +ghs(){return B.b.a_S(this.a,B.ao,new A.a4I())}, +f4(a,b,c){var s,r,q,p=b instanceof A.fq +if(!p){s=this.a +r=c?B.b.ga1(s):B.b.gG(s) +q=r.f4(0,b,c) +if(q==null)q=b.f4(0,r,!c) +if(q!=null){p=A.a6(s,!0,t.RY) +p[c?p.length-1:0]=q +return new A.fq(p)}}s=A.a([],t.N_) +if(c)B.b.H(s,this.a) +if(p)B.b.H(s,b.a) +else s.push(b) +if(!c)B.b.H(s,this.a) +return new A.fq(s)}, +B(a,b){return this.f4(a,b,!1)}, +au(a,b){var s=this.a,r=A.a5(s).h("a4<1,bs>") +return new A.fq(A.a6(new A.a4(s,new A.a4K(b),r),!0,r.h("aX.E")))}, +bR(a,b){return A.ai0(a,this,b)}, +bS(a,b){return A.ai0(this,a,b)}, +h4(a,b){var s,r +for(s=this.a,r=0;r") +return new A.a4(new A.cs(s,r),new A.a4L(),r.h("a4")).b3(0," + ")}} +A.a4I.prototype={ +$2(a,b){return a.B(0,b.ghs())}, +$S:205} +A.a4K.prototype={ +$1(a){return a.au(0,this.a)}, +$S:206} +A.a4J.prototype={ +$1(a){return a.gej()}, +$S:207} +A.a4L.prototype={ +$1(a){return a.j(0)}, +$S:208} +A.Hr.prototype={} +A.Ao.prototype={ +F(){return"BoxShape."+this.b}} +A.Ak.prototype={ +f4(a,b,c){return null}, +B(a,b){return this.f4(a,b,!1)}, +h4(a,b){var s=$.ad().bC() +s.nO(this.ghs().K(b).xz(a)) +return s}, +dm(a,b){var s=$.ad().bC() +s.nO(a) +return s}, +fp(a,b,c,d){a.dz(b,c)}, +gej(){return!0}} +A.cK.prototype={ +ghs(){var s,r=this +if(r.gG4()){s=r.a.gco() +return new A.aU(s,s,s,s)}return new A.aU(r.d.gco(),r.a.gco(),r.b.gco(),r.c.gco())}, +goK(){var s,r=this,q=r.a,p=q.a,o=r.d +if(o.a.k(0,p)&&r.c.a.k(0,p)&&r.b.a.k(0,p))if(r.gG4())if(r.gnD()){s=q.d +q=o.d===s&&r.c.d===s&&r.b.d===s}else q=!1 +else q=!1 +else q=!1 +return q}, +gG4(){var s=this,r=s.a.b +return s.d.b===r&&s.c.b===r&&s.b.b===r}, +gnD(){var s=this,r=s.a.c +return s.d.c===r&&s.c.c===r&&s.b.c===r}, +f4(a,b,c){var s=this +if(b instanceof A.cK&&A.io(s.a,b.a)&&A.io(s.b,b.b)&&A.io(s.c,b.c)&&A.io(s.d,b.d))return new A.cK(A.fz(s.a,b.a),A.fz(s.b,b.b),A.fz(s.c,b.c),A.fz(s.d,b.d)) +return null}, +B(a,b){return this.f4(a,b,!1)}, +au(a,b){var s=this +return new A.cK(s.a.au(0,b),s.b.au(0,b),s.c.au(0,b),s.d.au(0,b))}, +bR(a,b){if(a instanceof A.cK)return A.abg(a,this,b) +return this.uL(a,b)}, +bS(a,b){if(a instanceof A.cK)return A.abg(this,a,b) +return this.uM(a,b)}, +tC(a,b,c,d,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +if(e.goK()){s=e.a +switch(s.c.a){case 0:return +case 1:switch(d.a){case 1:A.aeE(a,b,s) +break +case 0:if(c!=null&&!c.k(0,B.O)){A.aeF(a,b,s,c) +return}A.aeG(a,b,s) +break}return}}if(e.gnD()&&e.a.c===B.R)return +r=A.ax(t.r) +s=e.a +q=s.c +p=q===B.R +if(!p)r.B(0,s.a) +o=e.b +n=o.c +m=n===B.R +if(!m)r.B(0,o.a) +l=e.c +k=l.c +j=k===B.R +if(!j)r.B(0,l.a) +i=e.d +h=i.c +g=h===B.R +if(!g)r.B(0,i.a) +if(!(q===B.r&&s.b===0))if(!(n===B.r&&o.b===0)){if(!(k===B.r&&l.b===0))q=h===B.r&&i.b===0 +else q=!0 +f=q}else f=!0 +else f=!0 +if(r.a===1)if(!f)if(d!==B.c_)q=c!=null&&!c.k(0,B.O) +else q=!0 +else q=!1 +else q=!1 +if(q){if(p)s=B.n +q=m?B.n:o +p=j?B.n:l +o=g?B.n:i +A.aeI(a,b,c,p,r.gG(r),o,q,d,a0,s) +return}A.akc(a,b,l,i,o,s)}, +fo(a,b,c){return this.tC(a,b,null,B.aT,c)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.cK&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c.k(0,s.c)&&b.d.k(0,s.d)}, +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s,r,q=this +if(q.goK())return"Border.all("+q.a.j(0)+")" +s=A.a([],t.s) +r=q.a +if(!r.k(0,B.n))s.push("top: "+r.j(0)) +r=q.b +if(!r.k(0,B.n))s.push("right: "+r.j(0)) +r=q.c +if(!r.k(0,B.n))s.push("bottom: "+r.j(0)) +r=q.d +if(!r.k(0,B.n))s.push("left: "+r.j(0)) +return"Border("+B.b.b3(s,", ")+")"}, +gkM(a){return this.a}} +A.dj.prototype={ +ghs(){var s,r=this +if(r.goK()){s=r.a.gco() +return new A.e8(s,s,s,s)}return new A.e8(r.b.gco(),r.a.gco(),r.c.gco(),r.d.gco())}, +goK(){var s,r,q=this,p=q.a,o=p.a,n=q.b +if(n.a.k(0,o)&&q.d.a.k(0,o)&&q.c.a.k(0,o)){s=p.b +if(n.b===s&&q.d.b===s&&q.c.b===s)if(q.gnD()){r=p.d +p=n.d===r&&q.d.d===r&&q.c.d===r}else p=!1 +else p=!1}else p=!1 +return p}, +gnD(){var s=this,r=s.a.c +return s.b.c===r&&s.d.c===r&&s.c.c===r}, +f4(a,b,c){var s,r,q,p=this,o=null +if(b instanceof A.dj){s=p.a +r=b.a +if(A.io(s,r)&&A.io(p.b,b.b)&&A.io(p.c,b.c)&&A.io(p.d,b.d))return new A.dj(A.fz(s,r),A.fz(p.b,b.b),A.fz(p.c,b.c),A.fz(p.d,b.d)) +return o}if(b instanceof A.cK){s=b.a +r=p.a +if(!A.io(s,r)||!A.io(b.c,p.d))return o +q=p.b +if(!q.k(0,B.n)||!p.c.k(0,B.n)){if(!b.d.k(0,B.n)||!b.b.k(0,B.n))return o +return new A.dj(A.fz(s,r),q,p.c,A.fz(b.c,p.d))}return new A.cK(A.fz(s,r),b.b,A.fz(b.c,p.d),b.d)}return o}, +B(a,b){return this.f4(a,b,!1)}, +au(a,b){var s=this +return new A.dj(s.a.au(0,b),s.b.au(0,b),s.c.au(0,b),s.d.au(0,b))}, +bR(a,b){if(a instanceof A.dj)return A.abf(a,this,b) +return this.uL(a,b)}, +bS(a,b){if(a instanceof A.dj)return A.abf(this,a,b) +return this.uM(a,b)}, +tC(a,b,c,d,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +if(e.goK()){s=e.a +switch(s.c.a){case 0:return +case 1:switch(d.a){case 1:A.aeE(a,b,s) +break +case 0:if(c!=null&&!c.k(0,B.O)){A.aeF(a,b,s,c) +return}A.aeG(a,b,s) +break}return}}if(e.gnD()&&e.a.c===B.R)return +switch(a0.a){case 0:r=e.c +q=e.b +break +case 1:r=e.b +q=e.c +break +default:r=null +q=null}p=A.ax(t.r) +s=e.a +o=s.c +n=o===B.R +if(!n)p.B(0,s.a) +m=e.c +l=m.c +if(l!==B.R)p.B(0,m.a) +k=e.d +j=k.c +i=j===B.R +if(!i)p.B(0,k.a) +h=e.b +g=h.c +if(g!==B.R)p.B(0,h.a) +if(!(o===B.r&&s.b===0))if(!(l===B.r&&m.b===0)){if(!(j===B.r&&k.b===0))o=g===B.r&&h.b===0 +else o=!0 +f=o}else f=!0 +else f=!0 +if(p.a===1)if(!f)if(d!==B.c_)o=c!=null&&!c.k(0,B.O) +else o=!0 +else o=!1 +else o=!1 +if(o){if(n)s=B.n +o=q.c===B.R?B.n:q +n=i?B.n:k +m=r.c===B.R?B.n:r +A.aeI(a,b,c,n,p.gG(p),m,o,d,a0,s) +return}A.akc(a,b,k,r,q,s)}, +fo(a,b,c){return this.tC(a,b,null,B.aT,c)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.dj&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c.k(0,s.c)&&b.d.k(0,s.d)}, +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=this,r=A.a([],t.s),q=s.a +if(!q.k(0,B.n))r.push("top: "+q.j(0)) +q=s.b +if(!q.k(0,B.n))r.push("start: "+q.j(0)) +q=s.c +if(!q.k(0,B.n))r.push("end: "+q.j(0)) +q=s.d +if(!q.k(0,B.n))r.push("bottom: "+q.j(0)) +return"BorderDirectional("+B.b.b3(r,", ")+")"}, +gkM(a){return this.a}} +A.d1.prototype={ +gbU(a){var s=this.c +s=s==null?null:s.ghs() +return s==null?B.ao:s}, +u5(a,b){var s,r,q +switch(this.w.a){case 1:s=A.v1(a.gaM(),a.gdF()/2) +r=$.ad().bC() +r.nN(s) +return r +case 0:r=this.d +if(r!=null){q=$.ad().bC() +q.dI(r.K(b).bG(a)) +return q}r=$.ad().bC() +r.nO(a) +return r}}, +au(a,b){var s=this,r=null,q=A.r(r,s.a,b),p=A.abt(r,s.b,b),o=A.aeH(r,s.c,b),n=A.hp(r,s.d,b),m=A.abi(r,s.e,b),l=s.f +l=l==null?r:l.au(0,b) +return new A.d1(q,p,o,n,m,l,s.w)}, +gtd(){return this.e!=null}, +bR(a,b){if(a==null)return this.au(0,b) +if(a instanceof A.d1)return A.aeJ(a,this,b) +return this.B_(a,b)}, +bS(a,b){if(a==null)return this.au(0,1-b) +if(a instanceof A.d1)return A.aeJ(this,a,b) +return this.B0(a,b)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.J(b)!==A.t(r))return!1 +if(b instanceof A.d1)if(J.e(b.a,r.a))if(J.e(b.b,r.b))if(J.e(b.c,r.c))if(J.e(b.d,r.d))if(A.cB(b.e,r.e))if(J.e(b.f,r.f))s=b.w===r.w +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){var s=this,r=s.e +r=r==null?null:A.bO(r) +return A.I(s.a,s.b,s.c,s.d,r,s.f,null,s.w,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +yr(a,b,c){var s +switch(this.w.a){case 0:s=this.d +if(s!=null)return s.K(c).bG(new A.E(0,0,0+a.a,0+a.b)).t(0,b) +return!0 +case 1:return b.a5(0,a.hn(B.i)).gcC()<=Math.min(a.a,a.b)/2}}, +ru(a){return new A.a43(this,a)}} +A.a43.prototype={ +E0(a,b,c,d){var s=this.b +switch(s.w.a){case 1:a.kg(b.gaM(),b.gdF()/2,c) +break +case 0:s=s.d +if(s==null||s.k(0,B.O))a.dz(b,c) +else a.dg(s.K(d).bG(b),c) +break}}, +V7(a,b,c){var s,r,q,p,o,n,m=this.b.e +if(m==null)return +for(s=m.length,r=0;r0?n*0.57735+0.5:0)) +o=b.d7(q.b) +n=q.d +this.E0(a,new A.E(o.a-n,o.b-n,o.c+n,o.d+n),p,c)}}, +V3(a,b,c){var s,r,q=this,p=q.b,o=p.b +if(o==null)return +if(q.e==null)q.e=o.o8(q.a) +switch(p.w.a){case 1:s=A.v1(b.gaM(),b.gdF()/2) +r=$.ad().bC() +r.nN(s) +break +case 0:p=p.d +if(p!=null){r=$.ad().bC() +r.dI(p.K(c.d).bG(b))}else r=null +break +default:r=null}q.e.mq(a,b,r,c)}, +l(){var s=this.e +if(s!=null)s.l() +this.AX()}, +mp(a,b,c){var s,r,q=this,p=c.e,o=b.a,n=b.b,m=new A.E(o,n,o+p.a,n+p.b),l=c.d +q.V7(a,m,l) +p=q.b +o=p.a +n=o==null +if(!n||p.f!=null){if(q.c!=null)s=p.f!=null&&!J.e(q.d,m) +else s=!0 +if(s){r=$.ad().aX() +if(!n)r.sag(0,o) +o=p.f +if(o!=null){r.spP(o.xp(0,m,l)) +q.d=m}q.c=r}o=q.c +o.toString +q.E0(a,m,o,l)}q.V3(a,m,c) +o=p.c +if(o!=null){n=p.d +n=n==null?null:n.K(l) +o.tC(a,m,n,p.w,l)}}, +j(a){return"BoxPainter for "+this.b.j(0)}} +A.rh.prototype={ +F(){return"BoxFit."+this.b}} +A.BX.prototype={} +A.dC.prototype={ +fu(){var s=$.ad().aX() +s.sag(0,this.a) +s.sIQ(new A.ud(this.e,A.as4(this.c))) +return s}, +au(a,b){var s=this +return new A.dC(s.d*b,s.e,s.a,s.b.N(0,b),s.c*b)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.dC&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=this +return"BoxShadow("+s.a.j(0)+", "+s.b.j(0)+", "+A.hi(s.c)+", "+A.hi(s.d)+", "+s.e.j(0)+")"}} +A.cL.prototype={ +au(a,b){return new A.cL(this.b,this.a.au(0,b))}, +bR(a,b){var s,r +if(a instanceof A.cL){s=A.an(a.a,this.a,b) +r=A.L(a.b,this.b,b) +r.toString +return new A.cL(A.O(r,0,1),s)}return this.l4(a,b)}, +bS(a,b){var s,r +if(a instanceof A.cL){s=A.an(this.a,a.a,b) +r=A.L(this.b,a.b,b) +r.toString +return new A.cL(A.O(r,0,1),s)}return this.l5(a,b)}, +h4(a,b){var s=$.ad().bC() +s.nN(this.q4(a).cA(-this.a.gco())) +return s}, +dm(a,b){var s=$.ad().bC() +s.nN(this.q4(a)) +return s}, +fp(a,b,c,d){if(this.b===0)a.kg(b.gaM(),b.gdF()/2,c) +else a.Hq(this.q4(b),c)}, +gej(){return!0}, +ka(a){var s=a==null?this.a:a +return new A.cL(this.b,s)}, +fo(a,b,c){var s,r=this.a +switch(r.c.a){case 0:break +case 1:s=r.b*r.d +if(this.b===0)a.kg(b.gaM(),(b.gdF()+s)/2,r.fu()) +else a.Hq(this.q4(b).cA(s/2),r.fu()) +break}}, +q4(a){var s,r,q,p,o,n,m,l=this.b +if(l===0||a.c-a.a===a.d-a.b)return A.v1(a.gaM(),a.gdF()/2) +s=a.c +r=a.a +q=s-r +p=a.d +o=a.b +n=p-o +l=1-l +if(q").b(b)&&A.aaA(b.b,s.b)}, +gu(a){return A.I(A.t(this),this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"ColorSwatch(primary value: "+this.LG(0)+")"}} +A.eW.prototype={ +bO(){return"Decoration"}, +gbU(a){return B.ao}, +gtd(){return!1}, +bR(a,b){return null}, +bS(a,b){return null}, +yr(a,b,c){return!0}, +u5(a,b){throw A.d(A.R("This Decoration subclass does not expect to be used for clipping."))}} +A.Am.prototype={ +l(){}} +A.Id.prototype={} +A.od.prototype={ +F(){return"ImageRepeat."+this.b}} +A.nQ.prototype={ +o8(a){return new A.Ic(this,a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.J(b)!==A.t(r))return!1 +if(t.u5.b(b))if(b.gdC(b).k(0,r.a)){b.glG() +if(b.gm4()===r.d)if(b.geE().k(0,B.N)){b.glE() +if(b.gmz(b)===B.aK){b.gmj() +if(b.gkS(b)===1)if(b.gc0(b)===1)if(b.gfi()===B.aZ){b.gji() +b.gjj() +s=!0}else s=!1 +else s=!1 +else s=!1}else s=!1}else s=!1 +else s=!1}else s=!1 +else s=!1 +return s}, +gu(a){return A.I(this.a,null,this.d,B.N,null,B.aK,!1,1,1,B.aZ,!1,!1,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=A.a([this.a.j(0)],t.s),r=!(this.d===B.vK&&!0) +if(r)s.push(this.d.j(0)) +s.push(B.N.j(0)) +s.push("scale "+B.f.R(1,1)) +s.push("opacity "+B.f.R(1,1)) +s.push(B.aZ.j(0)) +return"DecorationImage("+B.b.b3(s,", ")+")"}, +gdC(a){return this.a}, +glG(){return null}, +gm4(){return this.d}, +geE(){return B.N}, +glE(){return null}, +gmz(){return B.aK}, +gmj(){return!1}, +gkS(){return 1}, +gc0(){return 1}, +gfi(){return B.aZ}, +gji(){return!1}, +gjj(){return!1}} +A.Ic.prototype={ +p7(a,b,c,d,e,f){var s,r,q,p,o=this,n=null,m=o.a,l=m.a.K(d),k=l.a +if(k==null)k=l +s=o.c +r=s==null +if(r)q=n +else{q=s.a +if(q==null)q=s}if(k!==q){p=new A.dH(o.gDe(),n,m.b) +if(!r)s.I(0,p) +o.c=l +l.Z(0,p)}if(o.d==null)return +k=c!=null +if(k){a.cg(0) +a.xc(0,c)}s=o.d +r=s.a +A.akd(B.N,f,a,n,n,s.c,B.aZ,m.d,!1,r,!1,!1,e,b,B.aK,s.b) +if(k)a.bz(0)}, +mq(a,b,c,d){return this.p7(a,b,c,d,1,B.cW)}, +SO(a,b){var s,r,q=this +if(J.e(q.d,a))return +s=q.d +if(s!=null)if(a.a.Ix(s.a)){r=s.b +s=r===r&&a.c==s.c}else s=!1 +else s=!1 +if(s){a.a.l() +return}s=q.d +if(s!=null)s.a.l() +q.d=a +if(!b)q.b.$0()}, +l(){var s=this,r=s.c +if(r!=null)r.I(0,new A.dH(s.gDe(),null,s.a.b)) +r=s.d +if(r!=null)r.a.l() +s.d=null}, +j(a){return"DecorationImagePainter(stream: "+A.j(this.c)+", image: "+A.j(this.d)+") for "+this.a.j(0)}} +A.wA.prototype={ +gdC(a){var s=this.b +s=s==null?null:s.gdC(s) +if(s==null){s=this.a +s=s.gdC(s)}return s}, +glG(){var s=this.b +if(s!=null)s.glG() +s=this.a.glG() +return s}, +gm4(){var s=this.b +s=s==null?null:s.gm4() +return s==null?this.a.gm4():s}, +geE(){var s=this.b +s=s==null?null:s.geE() +return s==null?this.a.geE():s}, +glE(){var s=this.b +if(s!=null)s.glE() +s=this.a.glE() +return s}, +gmz(a){var s=this.b +s=s==null?null:s.gmz(s) +if(s==null){s=this.a +s=s.gmz(s)}return s}, +gmj(){var s=this.b +if(s==null)s=null +else{s.gmj() +s=!1}if(s==null){this.a.gmj() +s=!1}return s}, +gkS(a){var s=this.b +s=s==null?null:s.gkS(s) +if(s==null){s=this.a +s=s.gkS(s)}return s}, +gc0(a){var s=this.b +s=s==null?null:s.gc0(s) +if(s==null){s=this.a +s=s.gc0(s)}return s}, +gfi(){var s=this.b +s=s==null?null:s.gfi() +return s==null?this.a.gfi():s}, +gji(){var s=this.b +if(s==null)s=null +else{s.gji() +s=!1}if(s==null){this.a.gji() +s=!1}return s}, +gjj(){var s=this.b +if(s==null)s=null +else{s.gjj() +s=!1}if(s==null){this.a.gjj() +s=!1}return s}, +o8(a){var s,r=this.a +r=r==null?null:r.o8(a) +s=this.b +s=s==null?null:s.o8(a) +return new A.a42(r,s,this.c)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.wA&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&b.c===s.c}, +gu(a){return A.I(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"_BlendedDecorationImage("+A.j(this.a)+", "+A.j(this.b)+", "+A.j(this.c)+")"}, +$inQ:1} +A.a42.prototype={ +p7(a,b,c,d,e,f){var s,r,q=this +a.eU(null,$.ad().aX()) +s=q.a +r=s==null +if(!r)s.p7(a,b,c,d,e*(1-q.c),f) +s=q.b +if(s!=null){r=!r?B.vn:f +s.p7(a,b,c,d,e*q.c,r)}a.bz(0)}, +mq(a,b,c,d){return this.p7(a,b,c,d,1,B.cW)}, +l(){var s=this.a +if(s!=null)s.l() +s=this.b +if(s!=null)s.l()}, +j(a){return"_BlendedDecorationImagePainter("+A.j(this.a)+", "+A.j(this.b)+", "+A.j(this.c)+")"}} +A.bR.prototype={ +gcz(){var s=this +return s.gd9(s)+s.gda(s)+s.ge5(s)+s.ge4()}, +Y4(a){var s=this +switch(a.a){case 0:return s.gcz() +case 1:return s.gb7(s)+s.gba(s)}}, +B(a,b){var s=this +return new A.kM(s.gd9(s)+b.gd9(b),s.gda(s)+b.gda(b),s.ge5(s)+b.ge5(b),s.ge4()+b.ge4(),s.gb7(s)+b.gb7(b),s.gba(s)+b.gba(b))}, +hp(a,b,c){var s=this +return new A.kM(A.O(s.gd9(s),b.a,c.a),A.O(s.gda(s),b.c,c.b),A.O(s.ge5(s),0,c.c),A.O(s.ge4(),0,c.d),A.O(s.gb7(s),b.b,c.e),A.O(s.gba(s),b.d,c.f))}, +j(a){var s=this +if(s.ge5(s)===0&&s.ge4()===0){if(s.gd9(s)===0&&s.gda(s)===0&&s.gb7(s)===0&&s.gba(s)===0)return"EdgeInsets.zero" +if(s.gd9(s)===s.gda(s)&&s.gda(s)===s.gb7(s)&&s.gb7(s)===s.gba(s))return"EdgeInsets.all("+B.c.R(s.gd9(s),1)+")" +return"EdgeInsets("+B.c.R(s.gd9(s),1)+", "+B.c.R(s.gb7(s),1)+", "+B.c.R(s.gda(s),1)+", "+B.c.R(s.gba(s),1)+")"}if(s.gd9(s)===0&&s.gda(s)===0)return"EdgeInsetsDirectional("+B.c.R(s.ge5(s),1)+", "+B.c.R(s.gb7(s),1)+", "+B.c.R(s.ge4(),1)+", "+B.c.R(s.gba(s),1)+")" +return"EdgeInsets("+B.c.R(s.gd9(s),1)+", "+B.c.R(s.gb7(s),1)+", "+B.c.R(s.gda(s),1)+", "+B.c.R(s.gba(s),1)+") + EdgeInsetsDirectional("+B.c.R(s.ge5(s),1)+", 0.0, "+B.c.R(s.ge4(),1)+", 0.0)"}, +k(a,b){var s=this +if(b==null)return!1 +return b instanceof A.bR&&b.gd9(b)===s.gd9(s)&&b.gda(b)===s.gda(s)&&b.ge5(b)===s.ge5(s)&&b.ge4()===s.ge4()&&b.gb7(b)===s.gb7(s)&&b.gba(b)===s.gba(s)}, +gu(a){var s=this +return A.I(s.gd9(s),s.gda(s),s.ge5(s),s.ge4(),s.gb7(s),s.gba(s),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.aU.prototype={ +gd9(a){return this.a}, +gb7(a){return this.b}, +gda(a){return this.c}, +gba(a){return this.d}, +ge5(a){return 0}, +ge4(){return 0}, +xz(a){var s=this +return new A.E(a.a+s.a,a.b+s.b,a.c-s.c,a.d-s.d)}, +B(a,b){if(b instanceof A.aU)return this.W(0,b) +return this.B1(0,b)}, +hp(a,b,c){var s=this +return new A.aU(A.O(s.a,b.a,c.a),A.O(s.b,b.b,c.e),A.O(s.c,b.c,c.b),A.O(s.d,b.d,c.f))}, +a5(a,b){var s=this +return new A.aU(s.a-b.a,s.b-b.b,s.c-b.c,s.d-b.d)}, +W(a,b){var s=this +return new A.aU(s.a+b.a,s.b+b.b,s.c+b.c,s.d+b.d)}, +N(a,b){var s=this +return new A.aU(s.a*b,s.b*b,s.c*b,s.d*b)}, +K(a){return this}, +kb(a,b,c,d){var s=this,r=b==null?s.a:b,q=d==null?s.b:d,p=c==null?s.c:c +return new A.aU(r,q,p,a==null?s.d:a)}, +xh(a){return this.kb(a,null,null,null)}, +Zp(a,b){return this.kb(a,null,null,b)}, +Zs(a,b){return this.kb(null,a,b,null)}} +A.e8.prototype={ +ge5(a){return this.a}, +gb7(a){return this.b}, +ge4(){return this.c}, +gba(a){return this.d}, +gd9(a){return 0}, +gda(a){return 0}, +B(a,b){if(b instanceof A.e8)return this.W(0,b) +return this.B1(0,b)}, +a5(a,b){var s=this +return new A.e8(s.a-b.a,s.b-b.b,s.c-b.c,s.d-b.d)}, +W(a,b){var s=this +return new A.e8(s.a+b.a,s.b+b.b,s.c+b.c,s.d+b.d)}, +N(a,b){var s=this +return new A.e8(s.a*b,s.b*b,s.c*b,s.d*b)}, +K(a){var s=this +switch(a.a){case 0:return new A.aU(s.c,s.b,s.a,s.d) +case 1:return new A.aU(s.a,s.b,s.c,s.d)}}} +A.kM.prototype={ +N(a,b){var s=this +return new A.kM(s.a*b,s.b*b,s.c*b,s.d*b,s.e*b,s.f*b)}, +K(a){var s=this +switch(a.a){case 0:return new A.aU(s.d+s.a,s.e,s.c+s.b,s.f) +case 1:return new A.aU(s.c+s.a,s.e,s.d+s.b,s.f)}}, +gd9(a){return this.a}, +gda(a){return this.b}, +ge5(a){return this.c}, +ge4(){return this.d}, +gb7(a){return this.e}, +gba(a){return this.f}} +A.a4H.prototype={} +A.a9P.prototype={ +$1(a){return a<=this.a}, +$S:210} +A.a9z.prototype={ +$1(a){var s=this,r=A.r(A.ajq(s.a,s.b,a),A.ajq(s.c,s.d,a),s.e) +r.toString +return r}, +$S:211} +A.Ui.prototype={ +vQ(){var s,r,q,p=this.b +if(p!=null)return p +p=this.a.length +s=1/(p-1) +if(p>4294967295)A.T(A.bw(p,0,4294967295,"length",null)) +r=J.lM(new Array(p),t.i) +for(q=0;q") +return new A.lU(s.d,s.e,s.f,A.a6(new A.a4(r,new A.Wk(b),q),!0,q.h("aX.E")),s.b,null)}, +bR(a,b){var s=A.ag4(a,this,b) +return s}, +bS(a,b){var s=A.ag4(this,a,b) +return s}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.lU&&b.d.k(0,s.d)&&b.e.k(0,s.e)&&b.f===s.f&&A.cB(b.a,s.a)&&A.cB(b.b,s.b)}, +gu(a){var s=this,r=A.bO(s.a),q=s.b +q=q==null?null:A.bO(q) +return A.I(s.d,s.e,s.f,s.c,r,q,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=this,r=A.a(["begin: "+s.d.j(0),"end: "+s.e.j(0),"colors: "+A.j(s.a)],t.s),q=s.b +if(q!=null)r.push("stops: "+A.j(q)) +r.push("tileMode: "+s.f.j(0)) +return"LinearGradient("+B.b.b3(r,", ")+")"}} +A.Wk.prototype={ +$1(a){var s=A.r(null,a,this.a) +s.toString +return s}, +$S:61} +A.Vg.prototype={ +U(a){var s,r,q,p +for(s=this.b,r=s.gal(s),r=new A.cV(J.ar(r.a),r.b),q=A.m(r).z[1];r.q();){p=r.a;(p==null?q.a(p):p).l()}s.U(0) +for(s=this.a,r=s.gal(s),r=new A.cV(J.ar(r.a),r.b),q=A.m(r).z[1];r.q();){p=r.a +if(p==null)p=q.a(p) +p.a.I(0,p.b)}s.U(0) +this.f=0}, +a_t(a){var s,r,q,p=this,o=p.c.v(0,a) +if(o!=null){s=o.a +r=o.d +r===$&&A.c() +if(s.x)A.T(A.a1(u.V)) +B.b.v(s.y,r) +o.Bp()}q=p.a.v(0,a) +if(q!=null){q.a.I(0,q.b) +return!0}o=p.b.v(0,a) +if(o!=null){s=p.f +r=o.b +r.toString +p.f=s-r +o.l() +return!0}return!1}, +Fq(a,b,c){var s,r=this,q=b.b +if(q!=null&&q<=104857600&&!0){s=r.f +q.toString +r.f=s+q +r.b.m(0,a,b) +r.PX(c)}else b.l()}, +wz(a,b,c){var s=this.c.aW(0,a,new A.Vi(this,b,a)) +if(s.b==null)s.b=c}, +Jh(a,b,c,d){var s,r,q,p,o,n,m,l=this,k=null,j={},i=l.a,h=i.i(0,b),g=h==null?k:h.a +j.a=g +if(g!=null)return g +h=l.b +q=h.v(0,b) +if(q!=null){j=q.a +l.wz(b,j,q.b) +h.m(0,b,q) +return j}p=l.c.i(0,b) +if(p!=null){j=p.a +i=p.b +if(j.x)A.T(A.a1(u.V)) +h=new A.oe(j) +h.pZ(j) +l.Fq(b,new A.wE(j,i,h),k) +return j}try{g=j.a=c.$0() +l.wz(b,g,k) +h=g}catch(o){s=A.ae(o) +r=A.aw(o) +d.$2(s,r) +return k}j.b=!1 +n=A.bf("pendingImage") +m=new A.dH(new A.Vj(j,l,b,!0,k,n),k,k) +n.b=new A.Kz(h,m) +i.m(0,b,n.ar()) +j.a.Z(0,m) +return j.a}, +PX(a){var s,r,q,p,o,n=this,m=n.b,l=A.m(m).h("b2<1>") +while(!0){if(!(n.f>104857600||m.a>1000))break +s=new A.b2(m,l) +r=s.gV(s) +if(!r.q())A.T(A.bA()) +q=r.gD(r) +p=m.i(0,q) +s=n.f +o=p.b +o.toString +n.f=s-o +p.l() +m.v(0,q)}}} +A.Vi.prototype={ +$0(){return A.atB(this.b,new A.Vh(this.a,this.c))}, +$S:212} +A.Vh.prototype={ +$0(){this.a.c.v(0,this.b)}, +$S:0} +A.Vj.prototype={ +$2(a,b){var s,r,q,p,o,n=this +if(a!=null){s=a.a +r=s.gc9(s)*s.gce(s)*4 +s.l()}else r=null +s=n.a +q=s.a +if(q.x)A.T(A.a1(u.V)) +p=new A.oe(q) +p.pZ(q) +o=new A.wE(q,r,p) +p=n.b +q=n.c +p.wz(q,s.a,r) +if(n.d)p.Fq(q,o,n.e) +else o.l() +p.a.v(0,q) +if(!s.b){q=n.f.ar() +q.a.I(0,q.b)}s.b=!0}, +$S:213} +A.Hz.prototype={ +l(){$.bK.rx$.push(new A.a4C(this))}} +A.a4C.prototype={ +$1(a){var s=this.a,r=s.c +if(r!=null)r.l() +s.c=null}, +$S:3} +A.wE.prototype={} +A.qd.prototype={ +P9(a,b,c){var s=new A.a6h(this,b) +this.d=s +if(a.x)A.T(A.a1(u.V)) +a.y.push(s)}, +j(a){return"#"+A.b1(this)}} +A.a6h.prototype={ +$0(){var s,r,q +this.b.$0() +s=this.a +r=s.a +q=s.d +q===$&&A.c() +if(r.x)A.T(A.a1(u.V)) +B.b.v(r.y,q) +s.Bp()}, +$S:0} +A.Kz.prototype={} +A.tA.prototype={ +H0(a){var s=this +return new A.tA(s.a,s.b,s.c,s.d,a,s.f)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.tA&&b.a==s.a&&b.b==s.b&&J.e(b.c,s.c)&&b.d==s.d&&J.e(b.e,s.e)&&b.f==s.f}, +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.e,s.f,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s,r=this,q=""+"ImageConfiguration(",p=r.a +if(p!=null){q+="bundle: "+p.j(0) +s=!0}else s=!1 +p=r.b +if(p!=null){if(s)q+=", " +p=q+("devicePixelRatio: "+B.c.R(p,1)) +q=p +s=!0}p=r.c +if(p!=null){if(s)q+=", " +p=q+("locale: "+p.j(0)) +q=p +s=!0}p=r.d +if(p!=null){if(s)q+=", " +p=q+("textDirection: "+p.j(0)) +q=p +s=!0}p=r.e +if(p!=null){if(s)q+=", " +p=q+("size: "+p.j(0)) +q=p +s=!0}p=r.f +if(p!=null){if(s)q+=", " +p=q+("platform: "+p.b) +q=p}q+=")" +return q.charCodeAt(0)==0?q:q}} +A.eb.prototype={ +K(a){var s=new A.Vs() +this.Qy(a,new A.Vp(this,a,s),new A.Vq(this,a,s)) +return s}, +Qy(a,b,c){var s,r,q,p,o,n={} +n.a=null +n.b=!1 +s=new A.Vm(n,c) +r=null +try{r=this.ts(a)}catch(o){q=A.ae(o) +p=A.aw(o) +s.$2(q,p) +return}r.b8(new A.Vl(n,this,b,s),t.H).lC(s)}, +ph(a,b,c,d){var s,r +if(b.a!=null){s=$.kd.m0$ +s===$&&A.c() +s.Jh(0,c,new A.Vn(b),d) +return}s=$.kd.m0$ +s===$&&A.c() +r=s.Jh(0,c,new A.Vo(this,c),d) +if(r!=null)b.Az(r)}, +oR(a,b){return A.ahY()}, +oS(a,b){return A.ahY()}, +j(a){return"ImageConfiguration()"}} +A.Vp.prototype={ +$2(a,b){this.a.ph(this.b,this.c,a,b)}, +$S(){return A.m(this.a).h("~(eb.T,~(B,c6?))")}} +A.Vq.prototype={ +$3(a,b,c){return this.Kh(a,b,c)}, +Kh(a,b,c){var s=0,r=A.Y(t.H),q=this,p +var $async$$3=A.U(function(d,e){if(d===1)return A.V(e,r) +while(true)switch(s){case 0:p=A.i7(null,t.P) +s=2 +return A.Z(p,$async$$3) +case 2:p=q.c +if(p.a==null)p.Az(new A.a5i(A.a([],t.XZ),A.a([],t.SM),A.a([],t.u))) +p=p.a +p.toString +p.pg(A.b9("while resolving an image"),b,null,!0,c) +return A.W(null,r)}}) +return A.X($async$$3,r)}, +$S(){return A.m(this.a).h("ah<~>(eb.T?,B,c6?)")}} +A.Vm.prototype={ +Kg(a,b){var s=0,r=A.Y(t.H),q,p=this,o +var $async$$2=A.U(function(c,d){if(c===1)return A.V(d,r) +while(true)switch(s){case 0:o=p.a +if(o.b){s=1 +break}o.b=!0 +p.b.$3(o.a,a,b) +case 1:return A.W(q,r)}}) +return A.X($async$$2,r)}, +$2(a,b){return this.Kg(a,b)}, +$S:214} +A.Vl.prototype={ +$1(a){var s,r,q,p=this +p.a.a=a +try{p.c.$2(a,p.d)}catch(q){s=A.ae(q) +r=A.aw(q) +p.d.$2(s,r)}}, +$S(){return A.m(this.b).h("b_(eb.T)")}} +A.Vn.prototype={ +$0(){var s=this.a.a +s.toString +return s}, +$S:91} +A.Vo.prototype={ +$0(){var s=this.a,r=this.b,q=s.oS(r,$.kd.ga1u()) +return q instanceof A.GY?s.oR(r,$.kd.ga1r()):q}, +$S:91} +A.GY.prototype={} +A.ho.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.ho&&b.a===s.a&&b.b===s.b&&b.c===s.c}, +gu(a){return A.I(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"AssetBundleImageKey(bundle: "+this.a.j(0)+', name: "'+this.b+'", scale: '+A.j(this.c)+")"}} +A.A5.prototype={ +oS(a,b){return A.Xh(null,this.nt(a,b),a.b,null,a.c)}, +oR(a,b){return A.Xh(null,this.nt(a,b),a.b,null,a.c)}, +nt(a,b){return this.U9(a,b)}, +U9(a,b){var s=0,r=A.Y(t.hP),q,p=2,o,n,m,l,k +var $async$nt=A.U(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:l=null +p=4 +s=7 +return A.Z(a.a.tg(a.b),$async$nt) +case 7:l=d +p=2 +s=6 +break +case 4:p=3 +k=o +if(A.ae(k) instanceof A.lw){m=$.kd.m0$ +m===$&&A.c() +m.a_t(a) +throw k}else throw k +s=6 +break +case 3:s=2 +break +case 6:q=b.$1(l) +s=1 +break +case 1:return A.W(q,r) +case 2:return A.V(o,r)}}) +return A.X($async$nt,r)}} +A.a5i.prototype={} +A.Dy.prototype={ +j(a){return this.b}, +$ibn:1} +A.ra.prototype={ +gme(){return this.a}, +ts(a){var s,r={},q=a.a +if(q==null)q=$.Pm() +r.a=r.b=null +s=t.P +A.aps(A.anl(q).b8(new A.PN(r,this,a,q),s),new A.PO(r),s,t.K) +s=r.a +if(s!=null)return s +s=new A.a3($.a7,t.Lv) +r.b=new A.bk(s,t.h8) +return s}, +Q9(a,b,c){var s,r,q,p,o +if(c==null||c.length===0||b.b==null)return new A.jE(null,a) +s=A.acC(t.i,t.pR) +for(r=c.length,q=0;q(r+q)/2){s=a.i(0,q) +s.toString +return s}else{s=a.i(0,r) +s.toString +return s}}, +k(a,b){if(b==null)return!1 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.ra&&b.gme()===this.gme()&&!0}, +gu(a){return A.I(this.gme(),this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"AssetImage(bundle: "+A.j(this.b)+', name: "'+this.gme()+'")'}} +A.PN.prototype={ +$1(a){var s,r,q=this,p=q.b,o=a.Kl(p.gme()),n=p.Q9(p.gme(),q.c,o) +p=n.a +if(p==null)p=1 +s=new A.ho(q.d,n.b,p) +p=q.a +r=p.b +if(r!=null)r.d0(0,s) +else p.a=new A.bU(s,t.WT)}, +$S:216} +A.PO.prototype={ +$2(a,b){this.a.b.k8(a,b)}, +$S:31} +A.fL.prototype={ +j0(a){return new A.fL(this.a.j0(0),this.b,this.c)}, +j(a){var s=this.c +s=s!=null?s+" ":"" +return s+this.a.j(0)+" @ "+A.hi(this.b)+"x"}, +gu(a){return A.I(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.fL&&b.a===s.a&&b.b===s.b&&b.c==s.c}} +A.dH.prototype={ +gu(a){return A.I(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.dH&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&J.e(b.c,s.c)}, +a2B(a,b){return this.a.$2(a,b)}} +A.hE.prototype={} +A.Vs.prototype={ +Az(a){var s,r=this +r.a=a +s=r.b +if(s!=null){r.b=null +a.r=!0 +B.b.S(s,a.gra(a)) +r.a.r=!1}}, +Z(a,b){var s=this.a +if(s!=null)return s.Z(0,b) +s=this.b;(s==null?this.b=A.a([],t.XZ):s).push(b)}, +I(a,b){var s,r=this.a +if(r!=null)return r.I(0,b) +for(s=0;r=this.b,s")),t.kE),!0,t.CF) +n=i.b +B.b.H(o,n) +B.b.U(n) +s=!1 +for(n=o.length,m=0;m")),r),!0,r.h("i.E")) +for(s=q.length,p=0;p=s.a}else r=!0 +if(r){s=p.ax +p.Cy(new A.fL(s.gdC(s).j0(0),p.as,p.e)) +p.ay=a +s=p.ax +p.ch=s.ga_f(s) +s=p.ax +s.gdC(s).l() +p.ax=null +q=B.f.eX(p.CW,p.Q.grW()) +if(p.Q.gzH()===-1||q<=p.Q.gzH())p.ld() +return}s.toString +r=p.ay +r===$&&A.c() +p.cx=A.bY(new A.aM(B.f.aH(s.a-(a.a-r.a))),new A.Xi(p))}, +ld(){var s=0,r=A.Y(t.H),q,p=2,o,n=this,m,l,k,j,i +var $async$ld=A.U(function(a,b){if(a===1){o=b +s=p}while(true)switch(s){case 0:j=n.ax +if(j!=null)j.gdC(j).l() +n.ax=null +p=4 +s=7 +return A.Z(n.Q.jz(),$async$ld) +case 7:n.ax=b +p=2 +s=6 +break +case 4:p=3 +i=o +m=A.ae(i) +l=A.aw(i) +n.pg(A.b9("resolving an image frame"),m,n.at,!0,l) +s=1 +break +s=6 +break +case 3:s=2 +break +case 6:if(n.Q.grW()===1){if(n.a.length===0){s=1 +break}j=n.ax +n.Cy(new A.fL(j.gdC(j).j0(0),n.as,n.e)) +j=n.ax +j.gdC(j).l() +n.ax=null +s=1 +break}n.EA() +case 1:return A.W(q,r) +case 2:return A.V(o,r)}}) +return A.X($async$ld,r)}, +EA(){if(this.cy)return +this.cy=!0 +$.bK.ug(this.gS5())}, +Cy(a){this.L7(a);++this.CW}, +Z(a,b){var s,r=this +if(r.a.length===0){s=r.Q +if(s!=null)s=r.c==null||s.grW()>1 +else s=!1}else s=!1 +if(s)r.ld() +r.M_(0,b)}, +I(a,b){var s,r=this +r.M0(0,b) +if(r.a.length===0){s=r.cx +if(s!=null)s.aI(0) +r.cx=null}}, +qw(){var s,r=this +r.LZ() +if(r.x){s=r.z +if(s!=null)s.tu(null) +s=r.z +if(s!=null)s.aI(0) +r.z=null}}} +A.Xj.prototype={ +$2(a,b){this.a.pg(A.b9("resolving an image codec"),a,this.b,!0,b)}, +$S:31} +A.Xk.prototype={ +$2(a,b){this.a.pg(A.b9("loading an image"),a,this.b,!0,b)}, +$S:31} +A.Xi.prototype={ +$0(){this.a.EA()}, +$S:0} +A.Jm.prototype={} +A.Jo.prototype={} +A.Jn.prototype={} +A.zV.prototype={} +A.oi.prototype={ +k(a,b){var s +if(b==null)return!1 +if(b instanceof A.oi)if(b.a===this.a)if(b.b==this.b)s=A.cB(b.f,this.f) +else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){return A.I(this.a,this.b,this.c,!1,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"InlineSpanSemanticsInformation{text: "+this.a+", semanticsLabel: "+A.j(this.b)+", recognizer: "+A.j(this.c)+"}"}} +A.iC.prototype={ +KJ(a){var s={} +s.a=null +this.aN(new A.VD(s,a,new A.zV())) +return s.a}, +JT(a){var s,r=new A.bT("") +this.GR(r,!0,a) +s=r.a +return s.charCodeAt(0)==0?s:s}, +i6(a,b){var s={} +if(b<0)return null +s.a=null +this.aN(new A.VC(s,b,new A.zV())) +return s.a}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.pB&&J.e(b.a,this.a)}, +gu(a){return J.p(this.a)}} +A.VD.prototype={ +$1(a){var s=a.KK(this.b,this.c) +this.a.a=s +return s==null}, +$S:49} +A.VC.prototype={ +$1(a){var s=a.YS(this.b,this.c) +this.a.a=s +return s==null}, +$S:49} +A.bS.prototype={ +au(a,b){var s=this.a.au(0,b) +return new A.bS(this.b.N(0,b),s)}, +bR(a,b){var s,r,q=this +if(a instanceof A.bS){s=A.an(a.a,q.a,b) +r=A.hp(a.b,q.b,b) +r.toString +return new A.bS(r,s)}if(a instanceof A.cL){s=A.an(a.a,q.a,b) +return new A.dx(q.b,1-b,a.b,s)}return q.l4(a,b)}, +bS(a,b){var s,r,q=this +if(a instanceof A.bS){s=A.an(q.a,a.a,b) +r=A.hp(q.b,a.b,b) +r.toString +return new A.bS(r,s)}if(a instanceof A.cL){s=A.an(q.a,a.a,b) +return new A.dx(q.b,b,a.b,s)}return q.l5(a,b)}, +ka(a){var s=a==null?this.a:a +return new A.bS(this.b,s)}, +h4(a,b){var s=this.b.K(b).bG(a).cA(-this.a.gco()),r=$.ad().bC() +r.dI(s) +return r}, +dm(a,b){var s=$.ad().bC() +s.dI(this.b.K(b).bG(a)) +return s}, +fp(a,b,c,d){var s=this.b +if(s.k(0,B.O))a.dz(b,c) +else a.dg(s.K(d).bG(b),c)}, +gej(){return!0}, +fo(a,b,c){var s,r,q,p,o=this.a +switch(o.c.a){case 0:break +case 1:s=this.b +if(o.b===0)a.dg(s.K(c).bG(b),o.fu()) +else{r=$.ad().aX() +r.sag(0,o.a) +q=s.K(c).bG(b) +p=q.cA(-o.gco()) +a.xV(q.cA(o.gkZ()),p,r)}break}}, +k(a,b){if(b==null)return!1 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.bS&&b.a.k(0,this.a)&&b.b.k(0,this.b)}, +gu(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"RoundedRectangleBorder("+this.a.j(0)+", "+this.b.j(0)+")"}} +A.dx.prototype={ +au(a,b){var s=this.a.au(0,b) +return new A.dx(this.b.N(0,b),b,this.d,s)}, +bR(a,b){var s,r,q,p=this +if(a instanceof A.bS){s=A.an(a.a,p.a,b) +r=A.hp(a.b,p.b,b) +r.toString +return new A.dx(r,p.c*b,p.d,s)}if(a instanceof A.cL){s=A.an(a.a,p.a,b) +r=p.c +return new A.dx(p.b,r+(1-r)*(1-b),a.b,s)}if(a instanceof A.dx){s=A.an(a.a,p.a,b) +r=A.hp(a.b,p.b,b) +r.toString +q=A.L(a.c,p.c,b) +q.toString +return new A.dx(r,q,p.d,s)}return p.l4(a,b)}, +bS(a,b){var s,r,q,p=this +if(a instanceof A.bS){s=A.an(p.a,a.a,b) +r=A.hp(p.b,a.b,b) +r.toString +return new A.dx(r,p.c*(1-b),p.d,s)}if(a instanceof A.cL){s=A.an(p.a,a.a,b) +r=p.c +return new A.dx(p.b,r+(1-r)*b,a.b,s)}if(a instanceof A.dx){s=A.an(p.a,a.a,b) +r=A.hp(p.b,a.b,b) +r.toString +q=A.L(p.c,a.c,b) +q.toString +return new A.dx(r,q,p.d,s)}return p.l5(a,b)}, +n7(a){var s,r,q,p,o,n,m,l,k=this.c +if(k===0||a.c-a.a===a.d-a.b)return a +s=a.c +r=a.a +q=s-r +p=a.d +o=a.b +n=p-o +m=1-this.d +if(q")),!0,t.Q2)}if(s.e.gej())p.x=A.a6(new A.a4(r,new A.a85(a),A.a5(r).h("a4<1,E>")),!0,t.YT) +else p.y=A.a6(new A.a4(r,new A.a86(p,a,b),A.a5(r).h("a4<1,DU>")),!0,t.ke)}r=s.e +if(!r.gej())q=p.r!=null||p.w!=null +else q=!1 +if(q)p.e=r.dm(a,b) +if(s.c!=null)p.f=r.h4(a,b) +p.c=a +p.d=b}, +Wu(a,b,c){var s,r,q,p,o=this +if(o.w!=null){s=o.b.e +if(s.gej()){r=0 +while(!0){q=o.w +q.toString +if(!(r>>0)+r+-56613888 +break $label0$0}if(56320===s){r=r.i6(0,a-1) +r.toString +r=(r<<10>>>0)+q+-56613888 +break $label0$0}r=q +break $label0$0}return r}, +WD(a,b){var s,r=this.Qf(b?a-1:a),q=b?a:a-1,p=this.a.i6(0,q) +if(!(r==null||p==null||A.ahV(r)||A.ahV(p))){q=A.ca("[\\p{Space_Separator}\\p{Punctuation}]",!0,!0) +s=A.cP(r) +q=!q.b.test(s)}else q=!0 +return q}} +A.a8C.prototype={ +h5(a){var s +if(a<0)return null +s=this.b.h5(a) +return s==null||this.a.$2(s,!1)?s:this.h5(s-1)}, +h7(a){var s=this.b.h7(Math.max(a,0)) +return s==null||this.a.$2(s,!0)?s:this.h7(s)}} +A.a8l.prototype={ +py(a){var s +switch(a.a){case 0:s=this.a +s=s.gY5(s) +break +case 1:s=this.a +s=s.ga1b(s) +break +default:s=null}return s}} +A.a8m.prototype={ +ghH(){var s,r,q=this.c +if(q===0)return B.i +s=this.a +r=s.a +if(!isFinite(r.gce(r)))return B.EA +r=this.b +s=s.a +return new A.v(q*(r-s.gce(s)),0)}, +VU(a,b,c){var s,r,q=this,p=q.a,o=A.aiq(a,b,c,p) +if(o===q.b)return!0 +if(!isFinite(q.ghH().a)){s=p.a +s=!isFinite(s.gce(s))&&isFinite(a)}else s=!1 +if(s)return!1 +r=p.a.gtl() +p=p.a +if(p.gce(p)-r>-1e-10&&b-r>-1e-10){q.b=o +return!0}return!1}} +A.mV.prototype={} +A.mS.prototype={} +A.Gi.prototype={ +a3(){var s=this.b +if(s!=null)s.a.a.l() +this.b=null}, +scc(a,b){var s,r,q=this +if(J.e(q.f,b))return +s=q.f +s=s==null?null:s.a +if(!J.e(s,b.a)){s=q.CW +if(s!=null)s.l() +q.CW=null}s=q.f +s=s==null?null:s.aB(0,b) +r=s==null?B.bP:s +q.f=b +q.r=null +s=r.a +if(s>=3)q.a3() +else if(s>=2)q.c=!0}, +gtG(){var s=this.r +if(s==null){s=this.f +s=s==null?null:s.JT(!1) +this.r=s}return s==null?"":s}, +szM(a,b){if(this.w===b)return +this.w=b +this.a3()}, +sbA(a){var s,r=this +if(r.x===a)return +r.x=a +r.a3() +s=r.CW +if(s!=null)s.l() +r.CW=null}, +sdk(a){var s,r=this +if(a.k(0,r.y))return +r.y=a +r.a3() +s=r.CW +if(s!=null)s.l() +r.CW=null}, +sa_g(a){if(this.z==a)return +this.z=a +this.a3()}, +syL(a,b){if(J.e(this.Q,b))return +this.Q=b +this.a3()}, +syO(a){if(this.as==a)return +this.as=a +this.a3()}, +szO(a){if(this.ax===a)return +this.ax=a}, +ga1k(){var s,r,q,p=this.b +if(p==null)return null +s=p.ghH() +if(!isFinite(s.a)||!isFinite(s.b))return A.a([],t.Lx) +r=p.d +if(r==null)r=p.d=p.a.a.Kn() +if(s.k(0,B.i))return r +q=A.a5(r).h("a4<1,fk>") +return A.a6(new A.a4(r,new A.a2d(s),q),!1,q.h("aX.E"))}, +un(a){if(a==null||a.length===0||A.cB(a,this.ch))return +this.ch=a +this.a3()}, +Ck(a){var s,r,q,p,o,n=this,m=null,l=n.f.a +if(l==null)l=m +else{s=n.w +r=n.x +if(r==null)r=a +q=n.y +p=n.as +o=n.ay +q=l.KB(n.z,n.Q,p,n.at,s,r,o,q) +l=q}if(l==null){l=n.w +s=n.x +if(s==null)s=a +r=n.y.au(0,14) +q=n.as +p=n.ay +p=A.acg(n.z,m,r,m,m,m,n.Q,q,m,l,s,p) +l=p}return l}, +QA(){return this.Ck(null)}, +gtJ(){var s,r,q=this,p=q.CW +if(p==null){p=q.Ck(B.aP) +s=$.ad().xn(p) +p=q.f +if(p==null)r=null +else{p=p.a +r=p==null?null:p.An(q.y)}if(r!=null)s.zt(r) +s.rd(" ") +p=s.eF() +p.fZ(B.EQ) +q.CW=p}return p.gc9(p)}, +Cj(a){var s=this,r=s.QA(),q=$.ad().xn(r) +r=s.y +a.GC(q,s.ch,r) +s.c=!1 +return q.eF()}, +yI(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.b,i=j==null +if(!i&&j.VU(b,a,k.ax))return +s=k.f +if(s==null)throw A.d(A.a1("TextPainter.text must be set to a non-null value before using the TextPainter.")) +r=k.x +if(r==null)throw A.d(A.a1("TextPainter.textDirection must be set to a non-null value before using the TextPainter.")) +q=A.ahw(k.w,r) +if(!(!isFinite(a)&&q!==0))p=a +else p=i?null:j.a.a.gtl() +o=p==null +k.d=o?a:p +n=i?null:j.a.a +if(n==null)n=k.Cj(s) +n.fZ(new A.ke(k.d)) +i=new A.a8l(n) +m=A.aiq(b,a,k.ax,i) +if(o&&isFinite(b)){l=i.a.gtl() +n.fZ(new A.ke(l)) +k.d=l}k.b=new A.a8m(i,m,q)}, +a20(){return this.yI(1/0,0)}, +aD(a,b){var s,r,q,p=this,o=p.b +if(o==null)throw A.d(A.a1("TextPainter.paint called when text geometry was not yet calculated.\nPlease call layout() before paint() to position the text before painting it.")) +if(!isFinite(o.ghH().a)||!isFinite(o.ghH().b))return +if(p.c){s=o.a +r=s.a +q=p.f +q.toString +q=p.Cj(q) +q.fZ(new A.ke(p.d)) +s.a=q +r.l()}a.Hs(o.a.a,b.W(0,o.ghH()))}, +CT(a){var s,r,q,p,o,n,m,l,k,j=this,i=j.gtG().length +if(i===0||a>i)return null +s=B.d.i6(j.gtG(),Math.max(0,a-1)) +r=s&64512 +q=r===55296||r===56320||j.f.i6(0,a)===8205||s===8207||s===8206 +p=q?2:1 +o=A.a([],t.Lx) +for(r=-i,n=!q,m=s===10;o.length===0;){l=a-p +o=j.b.a.a.A9(Math.max(0,l),a,B.hZ) +if(o.length===0){if(n&&m)break +if(l>>0,n=!q;o.length===0;){m=a+p +o=this.b.a.a.A9(a,m,B.hZ) +if(o.length===0){if(n)break +if(m>=r)break +p*=2 +continue}l=B.b.gG(o).e===B.X?B.b.gG(o):B.b.ga1(o) +r=l.e +n=r===B.X?l.a:l.c +k=l.b +return new A.mV(new A.v(n,k),r,l.d-k)}return null}, +pz(a,b){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g=i.b +g.toString +s=a.a<0?B.uY:i.Ca(a) +$label0$0:{r=A.bb("#0#2",new A.a2a(s)) +q=A.bb("#0#4",new A.a2b(s)) +p=A.bb("#0#7",new A.a2c(s)) +if(s instanceof A.mS)if(typeof r.J()=="number"){o=r.J() +n=!0}else{o=h +n=!1}else{o=h +n=!1}if(n){n=i.w +m=i.x +m.toString +l=A.ahw(n,m) +return new A.v(l===0?0:l*g.b,o)}n=s instanceof A.mV +if(n)if(B.X===q.J())if(p.J() instanceof A.v){k=p.J() +m=!0}else{k=h +m=!1}else{k=h +m=!1}else{k=h +m=!1}if(m){j=k +break $label0$0}if(n)if(B.aP===q.J())if(p.J() instanceof A.v){k=p.J() +n=!0}else{k=h +n=!1}else{k=h +n=!1}else{k=h +n=!1}j=n?new A.v(k.a-(b.c-b.a),k.b):h}return new A.v(A.O(j.a+g.ghH().a,0,g.b),j.b+g.ghH().b)}, +Kq(a,b){var s,r,q,p,o=null +if(a.a<0)return o +s=this.Ca(a) +r=A.bb("#0#2",new A.a29(s)) +$label0$0:{if(s instanceof A.mV)if(typeof r.J()=="number"){q=r.J() +p=!0}else{q=o +p=!1}else{q=o +p=!1}if(p){p=q +break $label0$0}if(s instanceof A.mS){p=o +break $label0$0}p=o}return p}, +Ca(a){var s,r,q=this,p=q.b +if(a.k(0,p.f)){s=q.cx +s===$&&A.c() +return s}r=a.a +switch(a.b.a){case 0:s=q.CT(r) +if(s==null)s=q.CS(r) +break +case 1:s=q.CS(r) +if(s==null)s=q.CT(r) +break +default:s=null}p.f=a +return q.cx=s==null?B.uY:s}, +Ab(a,b,c){var s,r,q=this.b,p=q.ghH() +if(!isFinite(p.a)||!isFinite(p.b))return A.a([],t.Lx) +s=q.a.a.Aa(a.a,a.b,b,c) +if(p.k(0,B.i))r=s +else{r=A.a5(s).h("a4<1,fk>") +r=A.a6(new A.a4(s,new A.a28(p),r),!1,r.h("aX.E"))}return r}, +h6(a){var s=this.b +return s.a.a.h6(a.a5(0,s.ghH()))}, +xf(){var s,r,q=this.b,p=q.ghH() +if(!isFinite(p.a)||!isFinite(p.b))return B.Bs +s=q.e +if(s==null){s=q.a.a.xf() +q.e=s}if(p.k(0,B.i))r=s +else{r=A.a5(s).h("a4<1,k6>") +r=A.a6(new A.a4(s,new A.a27(p),r),!1,r.h("aX.E"))}return r}, +l(){var s=this,r=s.CW +if(r!=null)r.l() +s.CW=null +r=s.b +if(r!=null)r.a.a.l() +s.f=s.b=null}} +A.a2d.prototype={ +$1(a){return A.ahx(a,this.a)}, +$S:94} +A.a20.prototype={ +$0(){return this.a.a}, +$S:228} +A.a22.prototype={ +$0(){return this.a.b}, +$S:95} +A.a21.prototype={ +$0(){return B.b6===this.a.J()}, +$S:2} +A.a23.prototype={ +$0(){return B.X===this.a.J()}, +$S:2} +A.a24.prototype={ +$0(){return B.aP===this.a.J()}, +$S:2} +A.a25.prototype={ +$0(){return B.hl===this.a.J()}, +$S:2} +A.a26.prototype={ +$0(){return B.hm===this.a.J()}, +$S:2} +A.a2a.prototype={ +$0(){return t.Wt.a(this.a).a}, +$S:46} +A.a2b.prototype={ +$0(){return t.YL.a(this.a).b}, +$S:95} +A.a2c.prototype={ +$0(){return t.YL.a(this.a).a}, +$S:230} +A.a29.prototype={ +$0(){return t.YL.a(this.a).c}, +$S:46} +A.a28.prototype={ +$1(a){return A.ahx(a,this.a)}, +$S:94} +A.a27.prototype={ +$1(a){var s=this.a,r=a.gI9(),q=a.gGw(),p=a.gHb(),o=a.gJX(),n=a.gc9(a),m=a.gce(a),l=a.gmh(a),k=a.grj(),j=a.gyJ(a) +return $.ad().ZG(q,k+s.b,p,r,n,l+s.a,j,o,m)}, +$S:231} +A.hd.prototype={ +au(a,b){return b*this.a}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.hd&&b.a===this.a}, +gu(a){return B.c.gu(this.a)}, +j(a){var s=this.a +return s===1?"no scaling":"linear ("+A.j(s)+"x)"}, +$iw9:1} +A.pB.prototype={ +gH5(a){return this.e}, +gA6(){return!0}, +ig(a,b){t.b.b(a)}, +GC(a,b,c){var s,r,q,p,o,n=this.a,m=n!=null +if(m)a.zt(n.An(c)) +n=this.b +if(n!=null)try{a.rd(n)}catch(q){n=A.ae(q) +if(n instanceof A.eT){s=n +r=A.aw(q) +A.cN(new A.br(s,r,"painting library",A.b9("while building a TextSpan"),null,!1)) +a.rd("\ufffd")}else throw q}p=this.c +if(p!=null)for(o=0;o<1;++o)p[o].GC(a,b,c) +if(m)a.fq()}, +aN(a){var s,r +if(this.b!=null&&!a.$1(this))return!1 +s=this.c +if(s!=null)for(r=0;r<1;++r)if(!s[r].aN(a))return!1 +return!0}, +a42(a){var s,r=this.c +if(r!=null)for(s=0;s<1;++s)if(!a.$1(r[s]))return!1 +return!0}, +KK(a,b){var s,r,q,p,o=this.b +if(o==null)return null +s=a.b +r=a.a +q=b.a +p=q+o.length +if(!(q===r&&s===B.J))if(!(q0?q:B.cD +if(p===B.bP)return p}else p=B.cD +s=n.c +if(s!=null)for(r=b.c,o=0;o<1;++o){q=s[o].aB(0,r[o]) +if(q.a>p.a)p=q +if(p===B.bP)return p}return p}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +if(!s.M2(0,b))return!1 +return b instanceof A.pB&&b.b==s.b&&s.e.k(0,b.e)&&A.cB(b.c,s.c)}, +gu(a){var s=this,r=null,q=A.iC.prototype.gu.call(s,s),p=s.c +p=p==null?r:A.bO(p) +return A.I(q,s.b,r,r,r,r,s.e,p,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +bO(){return"TextSpan"}, +$iaf:1, +$ihM:1, +gz2(){return null}, +gz3(){return null}} +A.l.prototype={ +gm5(){var s,r=this.e +if(!(this.f==null))if(r==null)r=null +else{s=A.a5(r).h("a4<1,o>") +s=A.a6(new A.a4(r,new A.a2f(this),s),!0,s.h("aX.E")) +r=s}return r}, +gjN(a){var s,r=this.f +if(r!=null){s=this.d +return s==null?null:B.d.bK(s,("packages/"+r+"/").length)}return this.d}, +lK(a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1=this,a2=a1.ay +if(a2==null&&b8==null)s=a5==null?a1.b:a5 +else s=null +r=a1.ch +if(r==null&&a3==null)q=a4==null?a1.c:a4 +else q=null +p=b4==null?a1.r:b4 +o=b7==null?a1.w:b7 +n=c1==null?a1.y:c1 +m=c7==null?a1.z:c7 +l=c6==null?a1.Q:c6 +k=b9==null?a1.as:b9 +j=c0==null?a1.at:c0 +a2=b8==null?a2:b8 +r=a3==null?r:a3 +i=c5==null?a1.dy:c5 +h=b6==null?a1.fx:b6 +g=a7==null?a1.CW:a7 +f=a8==null?a1.cx:a8 +e=a9==null?a1.cy:a9 +d=b0==null?a1.db:b0 +c=b1==null?a1.gjN(a1):b1 +b=b2==null?a1.e:b2 +a=c4==null?a1.f:c4 +a0=c3==null?a1.fy:c3 +return A.wb(r,q,s,null,g,f,e,d,c,b,a1.fr,p,a1.x,h,o,a2,k,a1.a,j,n,a1.ax,a0,a,i,l,m)}, +rq(a,b){return this.lK(null,null,a,null,null,null,null,null,null,null,null,b,null,null,null,null,null,null,null,null,null,null,null,null,null)}, +cr(a){return this.lK(null,null,a,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null)}, +Zr(a,b){return this.lK(null,null,a,null,null,null,null,null,null,null,null,null,null,null,b,null,null,null,null,null,null,null,null,null,null)}, +Zk(a){return this.lK(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null)}, +Zh(a){return this.lK(null,null,null,null,null,null,null,null,null,null,null,null,null,null,a,null,null,null,null,null,null,null,null,null,null)}, +dJ(a,b,c,d,e,a0,a1,a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f=h.ay +if(f==null)s=a==null?h.b:a +else s=g +r=h.ch +if(r==null)q=h.c +else q=g +p=h.gjN(h) +o=h.r +o=o==null?g:o*a2+a1 +n=h.w +n=n==null?g:B.jB[B.f.hp(n.a,0,8)] +m=h.y +m=m==null?g:m+0 +l=h.z +l=l==null?g:l+0 +k=h.as +k=k==null?g:k+0 +j=c==null?h.cx:c +i=h.db +i=i==null?g:i+0 +return A.wb(r,q,s,g,h.CW,j,h.cy,i,p,h.e,h.fr,o,h.x,h.fx,n,f,k,h.a,h.at,m,h.ax,h.fy,h.f,h.dy,h.Q,l)}, +bF(a4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3 +if(a4==null)return this +if(!a4.a)return a4 +s=a4.b +r=a4.c +q=a4.r +p=a4.w +o=a4.x +n=a4.y +m=a4.z +l=a4.Q +k=a4.as +j=a4.at +i=a4.ax +h=a4.ay +g=a4.ch +f=a4.dy +e=a4.fr +d=a4.fx +c=a4.CW +b=a4.cx +a=a4.cy +a0=a4.db +a1=a4.gjN(a4) +a2=a4.e +a3=a4.f +return this.lK(g,r,s,null,c,b,a,a0,a1,a2,e,q,o,d,p,h,k,j,n,i,a4.fy,a3,f,l,m)}, +An(a){var s,r,q,p,o,n,m,l,k=this,j=null,i=k.r +$label0$0:{if(i==null){s=j +break $label0$0}s=a.k(0,B.aG) +if(s){s=i +break $label0$0}s=a.au(0,i) +break $label0$0}r=k.gm5() +q=new A.dU(k.ch,k.c) +p=A.bb("#1#1",new A.a2g(q)) +o=A.bb("#1#2",new A.a2h(q)) +$label1$1:{if(t.Q2.b(p.J())){n=p.J() +m=!0}else{n=j +m=!1}if(m){m=n +break $label1$1}if(o.J() instanceof A.q){l=o.J() +m=!0}else{l=j +m=!1}if(m){m=$.ad().aX() +m.sag(0,l) +break $label1$1}m=j +break $label1$1}return A.ahy(m,k.b,k.CW,k.cx,k.cy,k.db,k.d,r,k.fr,s,k.x,k.fx,k.w,k.ay,k.as,k.at,k.y,k.ax,k.dy,k.Q,k.z)}, +KB(a,b,c,d,e,f,g,h){var s=this,r=s.at,q=r==null?null:new A.Gf(r),p=s.r +p=h.au(0,p==null?14:p) +return A.acg(a,s.d,p,s.x,s.w,s.as,b,c,null,e,f,q)}, +aB(a,b){var s=this +if(s===b)return B.cD +if(s.a!==b.a||s.d!=b.d||s.r!=b.r||s.w!=b.w||s.y!=b.y||s.z!=b.z||s.Q!=b.Q||s.as!=b.as||s.at!=b.at||s.ay!=b.ay||s.ch!=b.ch||!A.cB(s.dy,b.dy)||!A.cB(s.fr,b.fr)||!A.cB(s.fx,b.fx)||!A.cB(s.gm5(),b.gm5())||s.fy!=b.fy)return B.bP +if(!J.e(s.b,b.b)||!J.e(s.c,b.c)||!J.e(s.CW,b.CW)||!J.e(s.cx,b.cx)||s.cy!=b.cy||s.db!=b.db)return B.FY +return B.cD}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.l&&b.a===s.a&&J.e(b.b,s.b)&&J.e(b.c,s.c)&&b.r==s.r&&b.w==s.w&&b.y==s.y&&b.z==s.z&&b.Q==s.Q&&b.as==s.as&&b.at==s.at&&b.ay==s.ay&&b.ch==s.ch&&A.cB(b.dy,s.dy)&&A.cB(b.fr,s.fr)&&A.cB(b.fx,s.fx)&&J.e(b.CW,s.CW)&&J.e(b.cx,s.cx)&&b.cy==s.cy&&b.db==s.db&&b.d==s.d&&A.cB(b.gm5(),s.gm5())&&b.f==s.f&&b.fy==s.fy}, +gu(a){var s,r=this,q=null,p=r.gm5(),o=p==null?q:A.bO(p),n=A.I(r.cy,r.db,r.d,o,r.f,r.fy,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a),m=r.dy,l=r.fx +o=m==null?q:A.bO(m) +s=l==null?q:A.bO(l) +return A.I(r.a,r.b,r.c,r.r,r.w,r.x,r.y,r.z,r.Q,r.as,r.at,r.ax,r.ay,r.ch,o,q,s,r.CW,r.cx,n)}, +bO(){return"TextStyle"}} +A.a2f.prototype={ +$1(a){var s=this.a.f +return"packages/"+(s==null?A.bN(s):s)+"/"+a}, +$S:48} +A.a2g.prototype={ +$0(){return this.a.a}, +$S:232} +A.a2h.prototype={ +$0(){return this.a.b}, +$S:233} +A.MV.prototype={} +A.Ch.prototype={ +OV(a,b,c,d,e){var s=this +s.r=A.aje(new A.TK(s),s.gxX(s),0,10,0)}, +cW(a,b){var s,r,q=this +if(b>q.r)return q.grS() +s=q.e +r=q.c +return q.d+s*Math.pow(q.b,b)/r-s/r-q.f/2*b*b}, +dA(a,b){var s=this +if(b>s.r)return 0 +return s.e*Math.pow(s.b,b)-s.f*b}, +grS(){var s=this +if(s.f===0)return s.d-s.e/s.c +return s.cW(0,s.r)}, +JN(a){var s,r=this,q=r.d +if(a===q)return 0 +s=r.e +if(s!==0)if(s>0)q=ar.grS() +else q=a>q||a=l&&n.c>=n.d)return new A.Q(A.O(0,m,l),A.O(0,n.c,n.d)) +s=a.a +r=a.b +q=s/r +if(s>l){r=l/q +s=l}p=n.d +if(r>p){s=p*q +r=p}if(s=s.b&&s.c>=s.d}, +N(a,b){var s=this +return new A.aH(s.a*b,s.b*b,s.c*b,s.d*b)}, +ga1J(){var s=this,r=s.a +if(r>=0)if(r<=s.b){r=s.c +r=r>=0&&r<=s.d}else r=!1 +else r=!1 +return r}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.aH&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s,r=this,q=r.ga1J()?"":"; NOT NORMALIZED",p=r.a +if(p===1/0&&r.c===1/0)return"BoxConstraints(biggest"+q+")" +if(p===0&&r.b===1/0&&r.c===0&&r.d===1/0)return"BoxConstraints(unconstrained"+q+")" +s=new A.Q9() +return"BoxConstraints("+s.$3(p,r.b,"w")+", "+s.$3(r.c,r.d,"h")+q+")"}} +A.Q9.prototype={ +$3(a,b,c){if(a===b)return c+"="+B.c.R(a,1) +return B.c.R(a,1)+"<="+c+"<="+B.c.R(b,1)}, +$S:237} +A.jK.prototype={ +Y1(a,b,c){if(c!=null){c=A.De(A.acj(c)) +if(c==null)return!1}return this.wU(a,b,c)}, +lz(a,b,c){var s,r=b==null,q=r?c:c.a5(0,b) +r=!r +if(r)this.c.push(new A.qk(new A.v(-b.a,-b.b))) +s=a.$2(this,q) +if(r)this.tI() +return s}, +wU(a,b,c){var s,r=c==null,q=r?b:A.ci(c,b) +r=!r +if(r)this.c.push(new A.xz(c)) +s=a.$2(this,q) +if(r)this.tI() +return s}, +Gh(a,b,c){var s,r=this +if(b!=null)r.c.push(new A.qk(new A.v(-b.a,-b.b))) +else{c.toString +c=A.De(A.acj(c)) +c.toString +r.c.push(new A.xz(c))}s=a.$1(r) +r.tI() +return s}, +Y0(a,b){return this.Gh(a,null,b)}, +Y_(a,b){return this.Gh(a,b,null)}} +A.lb.prototype={ +j(a){return"#"+A.b1(this.a)+"@"+this.c.j(0)}} +A.et.prototype={ +j(a){return"offset="+this.a.j(0)}} +A.rB.prototype={} +A.C.prototype={ +e_(a){if(!(a.b instanceof A.et))a.b=new A.et(B.i)}, +jy(a){var s=this.fy +if(s==null)s=this.fy=A.y(t.k,t.FW) +return s.aW(0,a,new A.Zg(this,a))}, +c6(a){return B.K}, +gC(a){var s=this.id +return s==null?A.T(A.a1("RenderBox was not laid out: "+A.t(this).j(0)+"#"+A.b1(this))):s}, +gjE(){var s=this.gC(this) +return new A.E(0,0,0+s.a,0+s.b)}, +u7(a,b){var s=null +try{s=this.jx(a)}finally{}if(s==null&&!b)return this.gC(this).b +return s}, +py(a){return this.u7(a,!1)}, +jx(a){var s=this.k1 +if(s==null)s=this.k1=A.y(t._0,t.PM) +return s.aW(0,a,new A.Zf(this,a))}, +fM(a){return null}, +ga0(){return t.k.a(A.w.prototype.ga0.call(this))}, +Qb(){var s,r=this,q=r.k1,p=q==null +if(!(!p&&q.a!==0)){s=r.fx +if(!(s!=null&&s.a!==0)){s=r.fy +s=s!=null&&s.a!==0}else s=!0}else s=!0 +if(s){if(!p)q.U(0) +q=r.fx +if(q!=null)q.U(0) +q=r.fy +if(q!=null)q.U(0) +return!0}return!1}, +a3(){var s=this +if(s.Qb()&&s.d instanceof A.w){s.oU() +return}s.MP()}, +bZ(a,b){var s,r=this +if(r.id!=null)if(!a.k(0,t.k.a(A.w.prototype.ga0.call(r)))){s=r.k1 +s=s!=null&&s.a!==0}else s=!1 +else s=!1 +if(s){s=r.k1 +if(s!=null)s.U(0)}r.MO(a,b)}, +fZ(a){return this.bZ(a,!1)}, +mu(){this.id=this.c6(t.k.a(A.w.prototype.ga0.call(this)))}, +bm(){}, +bJ(a,b){var s=this +if(s.id.t(0,b))if(s.cR(a,b)||s.ih(b)){a.B(0,new A.lb(b,s)) +return!0}return!1}, +ih(a){return!1}, +cR(a,b){return!1}, +cM(a,b){var s,r=a.b +r.toString +s=t.q.a(r).a +b.b9(0,s.a,s.b)}, +kR(a){var s,r,q,p,o,n=this.bj(0,null) +if(n.j2(n)===0)return B.i +s=new A.cQ(new Float64Array(3)) +s.hQ(0,0,1) +r=new A.cQ(new Float64Array(3)) +r.hQ(0,0,0) +q=n.tE(r) +r=new A.cQ(new Float64Array(3)) +r.hQ(0,0,1) +p=n.tE(r).a5(0,q) +r=new A.cQ(new Float64Array(3)) +r.hQ(a.a,a.b,0) +o=n.tE(r) +r=o.a5(0,p.iH(s.Ho(o)/s.Ho(p))).a +return new A.v(r[0],r[1])}, +giu(){var s=this.gC(this) +return new A.E(0,0,0+s.a,0+s.b)}, +ig(a,b){this.MN(a,b)}} +A.Zg.prototype={ +$0(){return this.a.c6(this.b)}, +$S:238} +A.Zf.prototype={ +$0(){return this.a.fM(this.b)}, +$S:98} +A.dt.prototype={ +ZZ(a){var s,r,q,p=this.a8$ +for(s=A.m(this).h("dt.1?");p!=null;){r=s.a(p.b) +q=p.jx(a) +if(q!=null)return q+r.a.b +p=r.ab$}return null}, +H8(a){var s,r,q,p,o=this.a8$ +for(s=A.m(this).h("dt.1"),r=null;o!=null;){q=o.b +q.toString +s.a(q) +p=o.jx(a) +if(p!=null){p+=q.a.b +r=r!=null?Math.min(r,p):p}o=q.ab$}return r}, +xx(a,b){var s,r,q={},p=q.a=this.cE$ +for(s=A.m(this).h("dt.1");p!=null;p=r){p=p.b +p.toString +s.a(p) +if(a.lz(new A.Ze(q,b,p),p.a,b))return!0 +r=p.bN$ +q.a=r}return!1}, +ob(a,b){var s,r,q,p,o,n=this.a8$ +for(s=A.m(this).h("dt.1"),r=b.a,q=b.b;n!=null;){p=n.b +p.toString +s.a(p) +o=p.a +a.ei(n,new A.v(o.a+r,o.b+q)) +n=p.ab$}}} +A.Ze.prototype={ +$2(a,b){return this.a.a.bJ(a,b)}, +$S:17} +A.wN.prototype={ +a7(a){this.pV(0)}} +A.f8.prototype={ +j(a){return this.uz(0)+"; id="+A.j(this.e)}} +A.Xe.prototype={ +dE(a,b){var s=this.b.i(0,a) +s.bZ(b,!0) +return s.gC(s)}, +dT(a,b){var s=this.b.i(0,a).b +s.toString +t.Wz.a(s).a=b}, +PS(a,b){var s,r,q,p,o,n,m=this,l=m.b +try{m.b=A.y(t.K,t.x) +for(r=t.Wz,q=b;q!=null;q=n){p=q.b +p.toString +s=r.a(p) +p=m.b +p.toString +o=s.e +o.toString +p.m(0,o,q) +n=s.ab$}m.J4(a)}finally{m.b=l}}, +j(a){return"MultiChildLayoutDelegate"}} +A.Eq.prototype={ +e_(a){if(!(a.b instanceof A.f8))a.b=new A.f8(null,null,B.i)}, +sxA(a){var s=this,r=s.M +if(r===a)return +if(A.t(a)!==A.t(r)||a.mP(r))s.a3() +s.M=a +s.y!=null}, +ac(a){this.NU(a)}, +a7(a){this.NV(0)}, +c6(a){return a.bw(new A.Q(A.O(1/0,a.a,a.b),A.O(1/0,a.c,a.d)))}, +bm(){var s=this,r=t.k.a(A.w.prototype.ga0.call(s)) +s.id=r.bw(new A.Q(A.O(1/0,r.a,r.b),A.O(1/0,r.c,r.d))) +s.M.PS(s.gC(s),s.a8$)}, +aD(a,b){this.ob(a,b)}, +cR(a,b){return this.xx(a,b)}} +A.xY.prototype={ +ac(a){var s,r,q +this.eq(a) +s=this.a8$ +for(r=t.Wz;s!=null;){s.ac(a) +q=s.b +q.toString +s=r.a(q).ab$}}, +a7(a){var s,r,q +this.er(0) +s=this.a8$ +for(r=t.Wz;s!=null;){s.a7(0) +q=s.b +q.toString +s=r.a(q).ab$}}} +A.Lw.prototype={} +A.Bc.prototype={ +Z(a,b){var s=this.a +return s==null?null:s.Z(0,b)}, +I(a,b){var s=this.a +return s==null?null:s.I(0,b)}, +gAx(){return null}, +AJ(a){return this.iK(a)}, +yq(a){return null}, +j(a){var s=A.b1(this),r=this.a +r=r==null?null:r.j(0) +if(r==null)r="" +return"#"+s+"("+r+")"}} +A.Er.prototype={ +stD(a){var s=this.A +if(s==a)return +this.A=a +this.Co(a,s)}, +sHU(a){var s=this.a_ +if(s==a)return +this.a_=a +this.Co(a,s)}, +Co(a,b){var s=this,r=a==null +if(r)s.ak() +else if(b==null||A.t(a)!==A.t(b)||a.iK(b))s.ak() +if(s.y!=null){if(b!=null)b.I(0,s.geg()) +if(!r)a.Z(0,s.geg())}if(r){if(s.y!=null)s.aV()}else if(b==null||A.t(a)!==A.t(b)||a.AJ(b))s.aV()}, +sa2R(a){if(this.a9.k(0,a))return +this.a9=a +this.a3()}, +ac(a){var s,r=this +r.n3(a) +s=r.A +if(s!=null)s.Z(0,r.geg()) +s=r.a_ +if(s!=null)s.Z(0,r.geg())}, +a7(a){var s=this,r=s.A +if(r!=null)r.I(0,s.geg()) +r=s.a_ +if(r!=null)r.I(0,s.geg()) +s.l7(0)}, +cR(a,b){var s=this.a_ +if(s!=null){s=s.yq(b) +s=s===!0}else s=!1 +if(s)return!0 +return this.uJ(a,b)}, +ih(a){var s +if(this.A!=null)s=!0 +else s=!1 +return s}, +bm(){this.pW() +this.aV()}, +o1(a){return a.bw(this.a9)}, +E6(a,b,c){A.bf("debugPreviousCanvasSaveCount") +a.cg(0) +if(!b.k(0,B.i))a.b9(0,b.a,b.b) +c.aD(a,this.gC(this)) +a.bz(0)}, +aD(a,b){var s,r,q=this +if(q.A!=null){s=a.gbs(a) +r=q.A +r.toString +q.E6(s,b,r) +q.EV(a)}q.hb(a,b) +if(q.a_!=null){s=a.gbs(a) +r=q.a_ +r.toString +q.E6(s,b,r) +q.EV(a)}}, +EV(a){}, +dv(a){var s,r=this +r.eW(a) +r.c8=null +s=r.a_ +r.hx=s==null?null:s.gAx() +a.a=!1}, +nT(a,b,c){var s,r,q,p,o=this +o.fS=A.agU(o.fS,B.jH) +o.ie=A.agU(o.ie,B.jH) +s=o.fS +r=s!=null&&!s.gT(s) +s=o.ie +q=s!=null&&!s.gT(s) +s=A.a([],t.V) +if(r){p=o.fS +p.toString +B.b.H(s,p)}B.b.H(s,c) +if(q){p=o.ie +p.toString +B.b.H(s,p)}o.Bk(a,b,s)}, +k5(){this.uI() +this.ie=this.fS=null}} +A.RC.prototype={} +A.Eu.prototype={ +P1(a){var s,r,q,p,o=this +try{r=o.M +if(r!==""){q=$.akN() +s=$.ad().xn(q) +s.zt($.akO()) +s.rd(r) +r=s.eF() +o.O!==$&&A.cc() +o.O=r}else{o.O!==$&&A.cc() +o.O=null}}catch(p){}}, +gjF(){return!0}, +ih(a){return!0}, +c6(a){return a.bw(B.Hx)}, +aD(a,b){var s,r,q,p,o,n,m,l,k,j=this +try{p=a.gbs(a) +o=j.gC(j) +n=b.a +m=b.b +l=$.ad().aX() +l.sag(0,$.akM()) +p.dz(new A.E(n,m,n+o.a,m+o.b),l) +p=j.O +p===$&&A.c() +if(p!=null){s=j.gC(j).a +r=0 +q=0 +if(s>328){s-=128 +r+=64}p.fZ(new A.ke(s)) +o=j.gC(j) +if(o.b>96+p.gc9(p)+12)q+=96 +o=a.gbs(a) +o.Hs(p,b.W(0,new A.v(r,q)))}}catch(k){}}} +A.C0.prototype={ +F(){return"FlexFit."+this.b}} +A.eZ.prototype={ +j(a){return this.uz(0)+"; flex="+A.j(this.e)+"; fit="+A.j(this.f)}} +A.D4.prototype={ +F(){return"MainAxisSize."+this.b}} +A.D3.prototype={ +F(){return"MainAxisAlignment."+this.b}} +A.lj.prototype={ +F(){return"CrossAxisAlignment."+this.b}} +A.Ew.prototype={ +sa2h(a){if(this.O!==a){this.O=a +this.a3()}}, +sZP(a){if(this.aa!==a){this.aa=a +this.a3()}}, +e_(a){if(!(a.b instanceof A.eZ))a.b=new A.eZ(null,null,B.i)}, +fM(a){if(this.M===B.bb)return this.H8(a) +return this.ZZ(a)}, +qb(a){switch(this.M.a){case 0:return a.b +case 1:return a.a}}, +qe(a){switch(this.M.a){case 0:return a.a +case 1:return a.b}}, +c6(a){var s +if(this.aa===B.j9)return B.K +s=this.Cc(a,A.zE()) +switch(this.M.a){case 0:return a.bw(new A.Q(s.a,s.b)) +case 1:return a.bw(new A.Q(s.b,s.a))}}, +Cc(a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this,b=null,a=c.M===B.bb?a2.b:a2.d,a0=a<1/0,a1=c.a8$ +for(s=t.US,r=a2.b,q=a2.d,p=b,o=0,n=0,m=0;a1!=null;){l=a1.b +l.toString +s.a(l) +k=l.e +if(k==null)k=0 +if(k>0){o+=k +p=a1}else{if(c.aa===B.j8)switch(c.M.a){case 0:j=A.nx(q,b) +break +case 1:j=A.nx(b,r) +break +default:j=b}else switch(c.M.a){case 0:j=new A.aH(0,1/0,0,q) +break +case 1:j=new A.aH(0,r,0,1/0) +break +default:j=b}i=a3.$2(a1,j) +m+=c.qe(i) +n=Math.max(n,c.qb(i))}a1=l.ab$}h=Math.max(0,(a0?a:0)-m) +if(o>0){g=a0?h/o:0/0 +a1=c.a8$ +for(f=0;a1!=null;){l=a1.b +l.toString +k=s.a(l).e +if(k==null)k=0 +if(k>0){if(a0)e=a1===p?h-f:g*k +else e=1/0 +d=A.bf("minChildExtent") +l=a1.b +l.toString +l=s.a(l).f +switch((l==null?B.zd:l).a){case 0:if(d.b!==d)A.T(A.Wd(d.a)) +d.b=e +break +case 1:if(d.b!==d)A.T(A.Wd(d.a)) +d.b=0 +break}if(c.aa===B.j8)switch(c.M.a){case 0:l=d.b +if(l===d)A.T(A.hI(d.a)) +j=new A.aH(l,e,q,q) +break +case 1:l=d.b +if(l===d)A.T(A.hI(d.a)) +j=new A.aH(r,r,l,e) +break +default:j=b}else switch(c.M.a){case 0:l=d.b +if(l===d)A.T(A.hI(d.a)) +j=new A.aH(l,e,0,q) +break +case 1:l=d.b +if(l===d)A.T(A.hI(d.a)) +j=new A.aH(0,r,l,e) +break +default:j=b}i=a3.$2(a1,j) +m+=c.qe(i) +f+=e +n=Math.max(n,c.qb(i))}l=a1.b +l.toString +a1=s.a(l).ab$}}return new A.a6d(a0&&c.ae===B.fy?a:m,n,m)}, +bm(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=this,a0="RenderBox was not laid out: ",a1=t.k.a(A.w.prototype.ga0.call(a)),a2=a.Cc(a1,A.zF()),a3=a2.a,a4=a2.b +if(a.aa===B.j9){s=a.a8$ +for(r=t.US,q=0,p=0,o=0;s!=null;){n=a.aR +n.toString +m=s.u7(n,!0) +if(m!=null){q=Math.max(q,m) +p=Math.max(m,p) +n=s.id +o=Math.max((n==null?A.T(A.a1(a0+A.t(s).j(0)+"#"+A.b1(s))):n).b-m,o) +a4=Math.max(p+o,a4)}n=s.b +n.toString +s=r.a(n).ab$}}else q=0 +switch(a.M.a){case 0:a.id=a1.bw(new A.Q(a3,a4)) +a3=a.gC(a).a +a4=a.gC(a).b +break +case 1:a.id=a1.bw(new A.Q(a4,a3)) +a3=a.gC(a).b +a4=a.gC(a).a +break}l=a3-a2.c +a.bq=Math.max(0,-l) +k=Math.max(0,l) +j=A.bf("leadingSpace") +i=A.bf("betweenSpace") +r=A.ajv(a.M,a.ao,a.aQ) +h=r===!1 +switch(a.O.a){case 0:j.sbt(0) +i.sbt(0) +break +case 1:j.sbt(k) +i.sbt(0) +break +case 2:j.sbt(k/2) +i.sbt(0) +break +case 3:j.sbt(0) +r=a.dh$ +i.sbt(r>1?k/(r-1):0) +break +case 4:r=a.dh$ +i.sbt(r>0?k/r:0) +j.sbt(i.ar()/2) +break +case 5:r=a.dh$ +i.sbt(r>0?k/(r+1):0) +j.sbt(i.ar()) +break}g=h?a3-j.ar():j.ar() +s=a.a8$ +for(r=t.US,n=a4/2,f=i.a;s!=null;){e=s.b +e.toString +r.a(e) +d=a.aa +switch(d.a){case 0:case 1:if(A.ajv(A.awI(a.M),a.ao,a.aQ)===(d===B.eR))c=0 +else{d=s.id +c=a4-a.qb(d==null?A.T(A.a1(a0+A.t(s).j(0)+"#"+A.b1(s))):d)}break +case 2:d=s.id +c=n-a.qb(d==null?A.T(A.a1(a0+A.t(s).j(0)+"#"+A.b1(s))):d)/2 +break +case 3:c=0 +break +case 4:if(a.M===B.bb){d=a.aR +d.toString +m=s.u7(d,!0) +c=m!=null?q-m:0}else c=0 +break +default:c=null}if(h){d=s.id +g-=a.qe(d==null?A.T(A.a1(a0+A.t(s).j(0)+"#"+A.b1(s))):d)}switch(a.M.a){case 0:e.a=new A.v(g,c) +break +case 1:e.a=new A.v(c,g) +break}if(h){d=i.b +if(d===i)A.T(A.hI(f)) +g-=d}else{d=s.id +d=a.qe(d==null?A.T(A.a1(a0+A.t(s).j(0)+"#"+A.b1(s))):d) +b=i.b +if(b===i)A.T(A.hI(f)) +g+=d+b}s=e.ab$}}, +cR(a,b){return this.xx(a,b)}, +aD(a,b){var s,r,q,p=this +if(!(p.bq>1e-10)){p.ob(a,b) +return}s=p.gC(p) +if(s.gT(s))return +s=p.by +r=p.cx +r===$&&A.c() +q=p.gC(p) +s.saF(0,a.pb(r,b,new A.E(0,0,0+q.a,0+q.b),p.ga__(),p.bE,s.a))}, +l(){this.by.saF(0,null) +this.NW()}, +kd(a){var s,r=this +switch(r.bE.a){case 0:return null +case 1:case 2:case 3:if(r.bq>1e-10){s=r.gC(r) +s=new A.E(0,0,0+s.a,0+s.b)}else s=null +return s}}, +bO(){return this.MS()}} +A.a6d.prototype={} +A.Ly.prototype={ +ac(a){var s,r,q +this.eq(a) +s=this.a8$ +for(r=t.US;s!=null;){s.ac(a) +q=s.b +q.toString +s=r.a(q).ab$}}, +a7(a){var s,r,q +this.er(0) +s=this.a8$ +for(r=t.US;s!=null;){s.a7(0) +q=s.b +q.toString +s=r.a(q).ab$}}} +A.Lz.prototype={} +A.xZ.prototype={ +l(){var s,r,q +for(s=this.a_C$,r=s.length,q=0;q>")) +this.fj(new A.A1(s,c.h("A1<0>")),b,!0,c) +return s.length===0?null:B.b.gG(s).a}, +Pp(a){var s,r=this +if(!r.w&&r.x!=null){s=r.x +s.toString +a.XW(s) +return}r.fI(a) +r.w=!1}, +bO(){var s=this.LS() +return s+(this.y==null?" DETACHED":"")}} +A.CQ.prototype={ +saF(a,b){var s=this.a +if(b==s)return +if(s!=null)if(--s.f===0)s.l() +this.a=b +if(b!=null)++b.f}, +j(a){var s=this.a +return"LayerHandle("+(s!=null?s.j(0):"DISPOSED")+")"}} +A.Yb.prototype={ +sJ5(a){var s +this.d6() +s=this.ay +if(s!=null)s.l() +this.ay=a}, +l(){this.sJ5(null) +this.B8()}, +fI(a){var s=this.ay +s.toString +a.XV(B.i,s,this.ch,this.CW)}, +fj(a,b,c){return!1}} +A.B0.prototype={ +ni(a){var s +this.M9(a) +if(!a)return +s=this.ax +for(;s!=null;){s.ni(!0) +s=s.Q}}, +Yp(a){var s=this +s.u_() +s.fI(a) +if(s.b>0)s.ni(!0) +s.w=!1 +return a.eF()}, +l(){this.zE() +this.a.U(0) +this.B8()}, +u_(){var s,r=this +r.Mc() +s=r.ax +for(;s!=null;){s.u_() +r.w=r.w||s.w +s=s.Q}}, +fj(a,b,c,d){var s,r,q +for(s=this.ay,r=a.a;s!=null;s=s.as){if(s.fj(a,b,!0,d))return!0 +q=r.length +if(q!==0)return!1}return!1}, +ac(a){var s +this.Ma(a) +s=this.ax +for(;s!=null;){s.ac(a) +s=s.Q}}, +a7(a){var s +this.Mb(0) +s=this.ax +for(;s!=null;){s.a7(0) +s=s.Q}this.ni(!1)}, +Gl(a,b){var s,r=this +r.d6() +s=b.b +if(s!==0)r.wI(s) +b.r=r +s=r.y +if(s!=null)b.ac(s) +r.kI(b) +s=b.as=r.ay +if(s!=null)s.Q=b +r.ay=b +if(r.ax==null)r.ax=b +b.e.saF(0,b)}, +dU(){var s,r,q=this.ax +for(;q!=null;){s=q.z +r=this.z +if(s<=r){q.z=r+1 +q.dU()}q=q.Q}}, +kI(a){var s=a.z,r=this.z +if(s<=r){a.z=r+1 +a.dU()}}, +DG(a){var s +this.d6() +s=a.b +if(s!==0)this.wI(-s) +a.r=null +if(this.y!=null)a.a7(0)}, +zE(){var s,r=this,q=r.ax +for(;q!=null;q=s){s=q.Q +q.Q=q.as=null +r.DG(q) +q.e.saF(0,null)}r.ay=r.ax=null}, +fI(a){this.i2(a)}, +i2(a){var s=this.ax +for(;s!=null;){s.Pp(a) +s=s.Q}}} +A.hO.prototype={ +sbT(a,b){if(!b.k(0,this.k3))this.d6() +this.k3=b}, +fj(a,b,c,d){return this.mW(a,b.a5(0,this.k3),!0,d)}, +fI(a){var s=this,r=s.k3 +s.sfP(a.Je(r.a,r.b,t.Ff.a(s.x))) +s.i2(a) +a.fq()}} +A.AT.prototype={ +fj(a,b,c,d){if(!this.k3.t(0,b))return!1 +return this.mW(a,b,!0,d)}, +fI(a){var s=this,r=s.k3 +r.toString +s.sfP(a.a2Z(r,s.k4,t.GB.a(s.x))) +s.i2(a) +a.fq()}} +A.AR.prototype={ +fj(a,b,c,d){if(!this.k3.t(0,b))return!1 +return this.mW(a,b,!0,d)}, +fI(a){var s=this,r=s.k3 +r.toString +s.sfP(a.a2X(r,s.k4,t.cW.a(s.x))) +s.i2(a) +a.fq()}} +A.AP.prototype={ +fj(a,b,c,d){if(!this.k3.t(0,b))return!1 +return this.mW(a,b,!0,d)}, +fI(a){var s=this,r=s.k3 +r.toString +s.sfP(a.a2W(r,s.k4,t.L5.a(s.x))) +s.i2(a) +a.fq()}} +A.tB.prototype={ +fI(a){var s=this +s.sfP(a.a3_(s.aC,s.k3,t.C6.a(s.x))) +s.i2(a) +a.fq()}} +A.wj.prototype={ +sbg(a,b){var s=this +if(b.k(0,s.aC))return +s.aC=b +s.ah=!0 +s.d6()}, +fI(a){var s,r,q=this +q.bi=q.aC +if(!q.k3.k(0,B.i)){s=q.k3 +s=A.um(s.a,s.b,0) +r=q.bi +r.toString +s.eh(0,r) +q.bi=s}q.sfP(a.a33(q.bi.a,t.qf.a(q.x))) +q.i2(a) +a.fq()}, +X4(a){var s,r=this +if(r.ah){s=r.aC +s.toString +r.an=A.De(A.acj(s)) +r.ah=!1}s=r.an +if(s==null)return null +return A.ci(s,a)}, +fj(a,b,c,d){var s=this.X4(b) +if(s==null)return!1 +return this.Mu(a,s,!0,d)}} +A.DO.prototype={ +swX(a,b){var s=this,r=s.aC +if(b!=r){if(b===255||r===255)s.sfP(null) +s.aC=b +s.d6()}}, +fI(a){var s,r,q,p=this +if(p.ax==null){p.sfP(null) +return}s=p.aC +s.toString +r=p.k3 +q=p.x +if(s<255)p.sfP(a.a31(s,r,t.Zr.a(q))) +else p.sfP(a.Je(r.a,r.b,t.Ff.a(q))) +p.i2(a) +a.fq()}} +A.Fu.prototype={ +fI(a){var s,r,q=this,p=q.k3 +p.toString +s=q.k4 +s.toString +r=q.ok +r.toString +q.sfP(a.a32(p,s,r,t.M9.a(q.x))) +q.i2(a) +a.fq()}} +A.A0.prototype={ +fj(a,b,c,d){var s,r,q,p=this,o=p.mW(a,b,!0,d),n=a.a +if(n.length!==0&&!0)return o +s=p.k4 +if(s!=null){r=p.ok +q=r.a +r=r.b +s=!new A.E(q,r,q+s.a,r+s.b).t(0,b)}else s=!1 +if(s)return o +if(A.b6(p.$ti.c)===A.b6(d)){o=o||!1 +n.push(new A.r6(d.a(p.k3),b.a5(0,p.ok),d.h("r6<0>")))}return o}} +A.JD.prototype={} +A.K7.prototype={ +a3p(a){var s=this.a +this.a=a +return s}, +j(a){var s="#",r=A.b1(this.b),q=this.a.a +return s+A.b1(this)+"("+("latestEvent: "+(s+r))+", "+("annotations: [list of "+q+"]")+")"}} +A.K8.prototype={ +gfa(a){var s=this.c +return s.gfa(s)}} +A.Dp.prototype={ +Dn(a){var s,r,q,p,o,n,m=t._h,l=A.hK(null,null,m,t.xV) +for(s=a.a,r=s.length,q=0;q") +this.b.a_Y(a.gfa(a),a.d,A.ow(new A.b2(s,r),new A.Xa(),r.h("i.E"),t.Pb))}, +a4_(a,b){var s,r,q,p,o,n=this,m={} +if(a.gbY(a)!==B.bq)return +if(t.ks.b(a))return +m.a=null +if(t.PB.b(a))m.a=A.abS() +else{s=a.gmH() +m.a=b==null?n.a.$2(a.gbo(a),s):b}r=a.gfa(a) +q=n.c +p=q.i(0,r) +if(!A.aqu(p,a))return +o=q.a +new A.Xd(m,n,p,a,r).$0() +if(o!==0!==(q.a!==0))n.ai()}, +a3V(){new A.Xb(this).$0()}} +A.Xa.prototype={ +$1(a){return a.gH5(a)}, +$S:240} +A.Xd.prototype={ +$0(){var s=this +new A.Xc(s.a,s.b,s.c,s.d,s.e).$0()}, +$S:0} +A.Xc.prototype={ +$0(){var s,r,q,p,o,n=this,m=null,l=n.c +if(l==null){s=n.d +if(t.PB.b(s))return +n.b.c.m(0,n.e,new A.K7(A.hK(m,m,t._h,t.xV),s))}else{s=n.d +if(t.PB.b(s))n.b.c.v(0,s.gfa(s))}r=n.b +q=r.c.i(0,n.e) +if(q==null){l.toString +q=l}p=q.b +q.b=s +o=t.PB.b(s)?A.hK(m,m,t._h,t.xV):r.Dn(n.a.a) +r.D9(new A.K8(q.a3p(o),o,p,s))}, +$S:0} +A.Xb.prototype={ +$0(){var s,r,q,p,o,n,m +for(s=this.a,r=s.c,r=r.gal(r),r=new A.cV(J.ar(r.a),r.b),q=A.m(r).z[1];r.q();){p=r.a +if(p==null)p=q.a(p) +o=p.b +n=s.Rs(p) +m=p.a +p.a=n +s.D9(new A.K8(m,n,o,null))}}, +$S:0} +A.X8.prototype={ +$2(a,b){var s +if(!this.a.a2(0,a))if(a.gA6()&&a.gz3(a)!=null){s=a.gz3(a) +s.toString +s.$1(this.b.aG(this.c.i(0,a)))}}, +$S:241} +A.X9.prototype={ +$1(a){return!this.a.a2(0,a)}, +$S:242} +A.O9.prototype={} +A.c2.prototype={ +a7(a){}, +j(a){return""}} +A.oP.prototype={ +ei(a,b){var s,r=this +if(a.gdD()){r.pT() +if(!a.cy){s=a.ay +s===$&&A.c() +s=!s}else s=!0 +if(s)A.agB(a,null,!0) +else if(a.db)A.aqM(a) +s=a.ch.a +s.toString +t.gY.a(s) +s.sbT(0,b) +r.Gm(s)}else{s=a.ay +s===$&&A.c() +if(s){a.ch.saF(0,null) +a.we(r,b)}else a.we(r,b)}}, +Gm(a){a.js(0) +this.a.Gl(0,a)}, +gbs(a){var s +if(this.e==null)this.F7() +s=this.e +s.toString +return s}, +F7(){var s,r,q=this +q.c=A.aqN(q.b) +s=$.ad() +r=s.ZK() +q.d=r +q.e=s.ZD(r,null) +r=q.c +r.toString +q.a.Gl(0,r)}, +pT(){var s,r=this +if(r.e==null)return +s=r.c +s.toString +s.sJ5(r.d.rN()) +r.e=r.d=r.c=null}, +AE(){if(this.c==null)this.F7() +var s=this.c +if(!s.ch){s.ch=!0 +s.d6()}}, +pc(a,b,c,d){var s,r=this +if(a.ax!=null)a.zE() +r.pT() +r.Gm(a) +s=r.ZF(a,d==null?r.b:d) +b.$2(s,c) +s.pT()}, +tN(a,b,c){return this.pc(a,b,c,null)}, +ZF(a,b){return new A.oP(a,b)}, +pb(a,b,c,d,e,f){var s,r,q=this +if(e===B.C){d.$2(q,b) +return null}s=c.d7(b) +if(a){r=f==null?new A.AT(B.ae,A.y(t.S,t.M),A.ao()):f +if(!s.k(0,r.k3)){r.k3=s +r.d6()}if(e!==r.k4){r.k4=e +r.d6()}q.pc(r,d,b,s) +return r}else{q.YQ(s,e,s,new A.Y5(q,d,b)) +return null}}, +a2Y(a,b,c,d,e,f,g){var s,r,q,p=this +if(f===B.C){e.$2(p,b) +return null}s=c.d7(b) +r=d.d7(b) +if(a){q=g==null?new A.AR(B.bC,A.y(t.S,t.M),A.ao()):g +if(!r.k(0,q.k3)){q.k3=r +q.d6()}if(f!==q.k4){q.k4=f +q.d6()}p.pc(q,e,b,s) +return q}else{p.YN(r,f,s,new A.Y4(p,e,b)) +return null}}, +zs(a,b,c,d,e,f,g){var s,r,q,p=this +if(f===B.C){e.$2(p,b) +return null}s=c.d7(b) +r=d.d7(b) +if(a){q=g==null?new A.AP(B.bC,A.y(t.S,t.M),A.ao()):g +if(r!==q.k3){q.k3=r +q.d6()}if(f!==q.k4){q.k4=f +q.d6()}p.pc(q,e,b,s) +return q}else{p.YK(r,f,s,new A.Y3(p,e,b)) +return null}}, +zu(a,b,c,d,e){var s,r=this,q=b.a,p=b.b,o=A.um(q,p,0) +o.eh(0,c) +o.b9(0,-q,-p) +if(a){s=e==null?A.ahG(null):e +s.sbg(0,o) +r.pc(s,d,b,A.agj(o,r.b)) +return s}else{q=r.gbs(r) +q.cg(0) +q.a6(0,o.a) +d.$2(r,b) +r.gbs(r).bz(0) +return null}}, +Jf(a,b,c,d){var s=d==null?A.acc():d +s.swX(0,b) +s.sbT(0,a) +this.tN(s,c,B.i) +return s}, +j(a){return"PaintingContext#"+A.fU(this)+"(layer: "+this.a.j(0)+", canvas bounds: "+this.b.j(0)+")"}} +A.Y5.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.Y4.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.Y3.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.Rk.prototype={} +A.iM.prototype={ +mB(){var s=this.cx +if(s!=null)s.a.y0()}, +szJ(a){var s=this.e +if(s==a)return +if(s!=null)s.a7(0) +this.e=a +if(a!=null)a.ac(this)}, +HO(){var s,r,q,p,o,n,m,l,k,j,i,h=this +try{for(o=t.C;n=h.r,n.length!==0;){s=n +h.r=A.a([],o) +J.Pp(s,new A.Yd()) +for(r=0;r")) +i.q_(m,l,k,j.c) +B.b.H(n,i) +break}}q=J.b3(s,r) +if(q.z&&q.y===h)q.U5()}h.f=!1}for(o=h.CW,o=A.dh(o,o.r),n=A.m(o).c;o.q();){m=o.d +p=m==null?n.a(m):m +p.HO()}}finally{h.f=!1}}, +Ra(a){try{a.$0()}finally{this.f=!0}}, +HN(){var s,r,q,p,o=this.z +B.b.dn(o,new A.Yc()) +for(s=o.length,r=0;r0){if(s.at==null){r=t.bu +s.at=new A.Fr(s.c,A.ax(r),A.y(t.S,r),A.ax(r),$.aR()) +r=s.b +if(r!=null)r.$0()}}else{r=s.at +if(r!=null){r.l() +s.at=null +r=s.d +if(r!=null)r.$0()}}}, +HQ(){var s,r,q,p,o,n,m,l,k=this +if(k.at==null)return +try{p=k.ch +o=A.a6(p,!0,A.m(p).c) +B.b.dn(o,new A.Yf()) +s=o +p.U(0) +for(p=s,n=p.length,m=0;m0;n=m){m=n-1 +r[n].cM(r[m],o)}return o}, +kd(a){return null}, +Hd(a){return null}, +pK(){this.y.ch.B(0,this) +this.y.mB()}, +dv(a){}, +uk(a){var s +if(this.y.at==null)return +s=this.fr +if(s!=null&&!s.y)s.L1(a) +else{s=this.d +if(s!=null)s.uk(a)}}, +gqO(){var s,r=this +if(r.dx==null){s=A.iV() +r.dx=s +r.dv(s)}s=r.dx +s.toString +return s}, +k5(){this.dy=!0 +this.fr=null +this.aN(new A.Zp())}, +aV(){var s,r,q,p,o,n=this,m=n.y +if(m==null||m.at==null){n.dx=null +return}if(n.fr!=null){m=n.dx +m=m==null?null:m.a +s=m===!0}else s=!1 +m=n.dx +r=(m==null?null:m.k1)!=null||n.gqO().k1!=null +n.dx=null +q=n.gqO().a&&s +p=n +while(!0){o=p.d +if(o instanceof A.w)m=r||!q +else m=!1 +if(!m)break +if(p!==n&&p.dy)break +p.dy=!0 +if(q)r=!1 +if(o.dx==null){m=A.iV() +o.dx=m +o.dv(m)}q=o.dx.a +if(q&&o.fr==null)return +p=o}if(p!==n&&n.fr!=null&&n.dy)n.y.ch.v(0,n) +if(!p.dy){p.dy=!0 +m=n.y +if(m!=null){m.ch.B(0,p) +n.y.mB()}}}, +Xr(){var s,r,q,p,o,n,m,l=this,k=null +if(l.z)return +s=l.fr +r=s==null +if(r)q=k +else{q=s.ch +if(q==null)q=k +else q=q.Q||q.y}s=r?k:s.z +p=t.pp.a(l.CZ(s===!0,q===!0)) +s=t.V +o=A.a([],s) +n=A.a([],s) +s=l.fr +r=s==null +q=r?k:s.f +m=r?k:s.r +s=r?k:s.w +p.lH(s==null?0:s,m,q,o,n)}, +CZ(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e={},d=f.gqO() +e.a=d.d +e.b=!d.e&&!d.a +s=a||d.b +r=b||d.p4 +q=A.a([],t.q1) +p=d.c||!(f.d instanceof A.w) +o=d.k1!=null +n=t.pp +m=A.y(t.ZX,n) +l=t.CZ +k=A.a([],l) +j=A.a([],t.i1) +i=d.bx +i=i==null?null:i.a!==0 +f.fw(new A.Zk(e,f,r,s,q,k,j,d,i===!0,o,m)) +if(p)for(n=k.length,h=0;h"))) +for(i=g.b,h=0;!1;++h)j.push(i[h].fn(0,new A.Zm(f,m),n).dl(0))}n=f.dy=!1 +if(!(f.d instanceof A.w)){f.qv(k,!0) +B.b.S(j,f.gDO()) +n=e.a +g=new A.LU(A.a([],l),A.a([f],t.C),n)}else if(e.b){n=e.a +g=new A.HF(j,A.a([],l),n)}else{f.qv(k,!0) +B.b.S(j,f.gDO()) +i=e.a +g=new A.n2(b,d,j,A.a([],l),A.a([f],t.C),i) +if(a?!d.b:n){g.q8() +g.f.b=!0}if(d.a)g.z=!0}g.H(0,k) +return g}, +qv(a,b){var s,r,q,p,o,n,m,l=this,k=A.ax(t.pp) +for(s=J.av(a),r=0;r#"+A.b1(this)}, +j(a){return this.bO()}, +hS(a,b,c,d){var s=this.d +if(s instanceof A.w)s.hS(a,b==null?this:b,c,d)}, +us(){return this.hS(B.aW,null,B.p,null)}, +pQ(a,b){return this.hS(B.aW,a,B.p,b)}, +$iaf:1} +A.Zn.prototype={ +$0(){var s=A.a([],t.E),r=this.a +s.push(A.abv("The following RenderObject was being processed when the exception was fired",B.yB,r)) +s.push(A.abv("RenderObject",B.yC,r)) +return s}, +$S:19} +A.Zq.prototype={ +$0(){this.b.$1(this.c.a(this.a.ga0()))}, +$S:0} +A.Zo.prototype={ +$1(a){var s +a.FD() +s=a.cx +s===$&&A.c() +if(s)this.a.cx=!0}, +$S:27} +A.Zp.prototype={ +$1(a){a.k5()}, +$S:27} +A.Zk.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=a.CZ(f.d,f.c) +if(e.a){B.b.U(f.e) +B.b.U(f.f) +B.b.U(f.r) +if(!f.w.a)f.a.a=!0}for(s=e.gIS(),r=s.length,q=f.f,p=f.y,o=f.x,n=f.b,m=f.w,l=f.e,k=f.z,j=0;j1){b=new A.Mb() +b.Cd(a3,a4,c)}else b=a2 +c=b.c +c===$&&A.c() +a=b.d +a===$&&A.c() +a0=A.ef(c,a) +e=e==null?a0:e.kl(a0) +c=b.b +if(c!=null){a1=A.ef(b.c,c) +f=f==null?a1:f.ee(a1)}c=b.a +if(c!=null){a1=A.ef(b.c,c) +g=g==null?a1:g.ee(a1)}d=d.c +if(d!=null)l.H(0,d)}}if(h!=null)j=!(e.a>=e.c||e.b>=e.d) +else j=!1 +if(j){if(i==null||a6.t(0,i.b))i=A.Fp(a2,B.b.gG(o).gmQ()) +a6.B(0,i.b) +i.dy=l +if(!i.e.k(0,e)){i.e=e +i.f2()}if(!A.ac7(i.d,a2)){i.d=null +i.f2()}i.f=f +i.r=g +for(k=k.gV(m);k.q();){j=k.gD(k) +if(j.geH()!=null)B.b.gG(j.b).fr=i}i.K6(0,h) +a5.push(i)}}}, +lH(a,b,a0,a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=null,d=A.ax(t.S),c=f.y +for(s=f.x,r=s.length,q=0;q");s.q();){n=s.gD(s) +if(n instanceof A.n2){if(n.z){m=n.b +m=B.b.gG(m).fr!=null&&d.t(0,B.b.gG(m).fr.b)}else m=!1 +if(m)B.b.gG(n.b).fr=null}m=n.b +l=new A.eM(r,1,e,p) +l.q_(r,1,e,o) +B.b.H(m,l) +n.lH(a+f.f.y1,b,a0,a1,a2)}return}k=f.Ql(b,a0) +s=f.e +r=!s +if(r){if(k==null)p=e +else{p=k.d +p===$&&A.c() +if(!p.gT(p)){p=k.c +p===$&&A.c() +p=p.IF()}else p=!0}p=p===!0}else p=!1 +if(p)return +p=f.b +o=B.b.gG(p) +if(o.fr==null)o.fr=A.Fp(e,B.b.gG(p).gmQ()) +j=B.b.gG(p).fr +j.syB(s) +j.dy=f.c +j.w=a +if(a!==0){f.q8() +s=f.f +s.sdL(0,s.y1+a)}if(k!=null){s=k.d +s===$&&A.c() +j.sap(0,s) +s=k.c +s===$&&A.c() +j.sbg(0,s) +j.f=k.b +j.r=k.a +if(r&&k.e){f.q8() +f.f.aT(B.ha,!0)}}s=t.V +i=A.a([],s) +f.DT(j.f,j.r,a2,d) +for(r=J.ar(c);r.q();){o=r.gD(r) +if(o instanceof A.n2){if(o.z){n=o.b +n=B.b.gG(n).fr!=null&&d.t(0,B.b.gG(n).fr.b)}else n=!1 +if(n)B.b.gG(o.b).fr=null}h=A.a([],s) +n=j.f +o.lH(0,j.r,n,i,h) +B.b.H(a2,h)}s=f.f +if(s.a)B.b.gG(p).nT(j,f.f,i) +else j.jv(0,i,s) +a1.push(j) +for(s=a2.length,r=t.g3,q=0;q1){s=new A.Mb() +s.Cd(b,a,r) +r=s}else r=null +return r}, +geH(){return this.z?null:this.f}, +H(a,b){var s,r,q,p,o,n,m=this +for(s=b.length,r=m.y,q=0;q0;){r=c[s];--s +q=c[s] +a=r.Hd(q) +if(a!=null){m.b=a +m.a=A.aim(m.a,r.kd(q))}else m.b=A.aim(m.b,r.kd(q)) +l=$.alp() +l.dZ() +A.atS(r,q,m.c,l) +m.b=A.ain(m.b,l) +m.a=A.ain(m.a,l)}p=B.b.gG(c) +l=m.b +l=l==null?p.gjE():l.ee(p.gjE()) +m.d=l +o=m.a +if(o!=null){n=o.ee(l) +if(n.gT(n)){l=m.d +l=!l.gT(l)}else l=!1 +m.e=l +if(!l)m.d=n}}} +A.KA.prototype={} +A.LD.prototype={} +A.kA.prototype={ +a7(a){this.a=this.b=null +this.Om(0)}, +j(a){var s=A.j(this.b),r=this.a +r=r==null?"not laid out":"offset: "+r.j(0) +return"widget: "+s+", "+r}} +A.Zi.prototype={ +e_(a){if(!(a.b instanceof A.kA))a.b=new A.kA(null,null)}, +IJ(a,b){var s,r=A.a([],t.tZ),q=this.a8$,p=A.m(this).h("as.1") +while(q!=null){r.push(A.arz(q,a,b)) +s=q.b +s.toString +q=p.a(s).ab$}return r}, +a2P(a){var s,r,q,p,o,n,m=this.a8$ +for(s=a.length,r=t.tq,q=A.m(this).h("as.1"),p=0;p")),h.q_(e,1,a8,i.c),h=new A.co(h,h.gp(h)),i=A.m(h).c;h.q();){g=h.d +if(g==null)g=i.a(g) +d=d.kl(new A.E(g.a,g.b,g.c,g.d)) +c=g.e}i=d.a +h=Math.max(0,i) +g=d.b +f=Math.max(0,g) +i=Math.min(d.c-i,p.a(A.w.prototype.ga0.call(a7)).b) +g=Math.min(d.d-g,p.a(A.w.prototype.ga0.call(a7)).d) +b=Math.floor(h)-4 +a=Math.floor(f)-4 +i=Math.ceil(h+i)+4 +g=Math.ceil(f+g)+4 +a0=new A.E(b,a,i,g) +a1=A.iV() +a2=n+1 +a1.k2=new A.uL(n,a8) +a1.e=!0 +a1.aC=o +f=k.b +b1=f==null?b1:f +a1.RG=new A.ce(b1,k.f) +b1=b2.r +if(b1!=null){a3=b1.ee(a0) +if(a3.a>=a3.c||a3.b>=a3.d)b1=!(b>=i||a>=g) +else b1=!1 +a1.aT(B.ha,b1)}a4=A.bf("newChild") +b1=a7.cQ +i=b1==null?a8:b1.a!==0 +if(i===!0){b1.toString +i=new A.b2(b1,A.m(b1).h("b2<1>")) +a5=i.gV(i) +if(!a5.q())A.T(A.bA()) +b1=b1.v(0,a5.gD(a5)) +b1.toString +if(a4.b!==a4)A.T(A.Wd(a4.a)) +a4.b=b1}else{a6=new A.wl() +b1=A.Fp(a6,a7.QE(a6)) +if(a4.b!==a4)A.T(A.Wd(a4.a)) +a4.b=b1}if(b1===a4)A.T(A.hI(a4.a)) +J.ane(b1,a1) +if(!b1.e.k(0,a0)){b1.e=a0 +b1.f2()}b1=a4.b +if(b1===a4)A.T(A.hI(a4.a)) +i=b1.a +i.toString +s.m(0,i,b1) +b1=a4.b +if(b1===a4)A.T(A.hI(a4.a)) +a9.push(b1) +n=a2 +o=c}a7.cQ=s +b2.jv(0,a9,b3)}, +QE(a){return new A.Zs(this,a)}, +k5(){this.uI() +this.cQ=null}} +A.Zt.prototype={ +$1(a){return a.y=null}, +$S:249} +A.Zu.prototype={ +$1(a){var s=a.x +s===$&&A.c() +return s.c!==B.bR}, +$S:250} +A.Zr.prototype={ +$1(a){return!0}, +$S:49} +A.Zs.prototype={ +$0(){var s=this.a,r=s.cQ.i(0,this.b) +r.toString +s.pQ(s,r.e)}, +$S:0} +A.jh.prototype={ +gn(a){var s=this.x +s===$&&A.c() +return s}, +V9(){var s=this,r=s.CY(),q=s.x +q===$&&A.c() +if(q.k(0,r))return +s.x=r +s.ai()}, +CY(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this,b=c.d +if(b==null||c.e==null)return B.tO +s=b.a +r=c.e.a +b=c.b +q=b.qg(new A.cb(s,B.J)) +p=s===r?q:b.qg(new A.cb(r,B.J)) +o=b.M +n=o.x +n.toString +m=s>r!==(B.aP===n) +l=A.um(c.gds().a,c.gds().b,0) +l.j2(l) +k=A.Gj(B.J,s,r,!1) +j=A.a([],t.AO) +for(b=b.u4(k),n=b.length,i=0;io!==sp?m.a:e}else if(f!=null)l=n.ae.a +if(i!==sp!==s>p){l=sp?m.a:f}else if(e!=null)l=n.ap +if(s!==p&&i!==s>p){k=h.lh(e) +h.e=i?k.a:k.b}}l=g}s=l==null?n:l}l=h.v5(s) +if(b)h.e=l +else h.d=l +s=l.a +p=h.a +if(s===p.b)return B.a1 +if(s===p.a)return B.aa +return A.a_T(h.gds(),q)}, +v5(a){var s,r=a.a,q=this.a,p=q.b +if(r<=p)s=r===p&&a.b===B.J +else s=!0 +if(s)return new A.cb(p,B.aO) +q=q.a +if(ro&&q.a.a>o)return B.a1}m.d=s +m.e=q.a +return B.a2}, +lh(a){var s,r,q,p,o=this.b +o.iU(t.k.a(A.w.prototype.ga0.call(o))) +s=o.M.b.a.a.Ap(a) +r=A.bf("start") +q=A.bf("end") +o=a.a +p=s.b +if(o>p)r.b=q.b=new A.cb(o,B.J) +else{r.b=new A.cb(s.a,B.J) +q.b=new A.cb(p,B.aO)}o=r.ar() +return new A.Lo(q.ar(),o)}, +Sq(a,b,c){var s,r,q,p,o,n,m,l=this,k=l.b,j=k.bj(0,null) +if(j.j2(j)===0)switch(c){case B.dN:case B.cH:return B.aa +case B.dO:case B.cG:return B.a1}s=A.ci(j,new A.v(a,0)).a +switch(c){case B.dN:case B.dO:if(b){k=l.e +k.toString +r=k}else{k=l.d +k.toString +r=k}q=l.TH(r,!1,s) +p=q.a +o=q.b +break +case B.cG:case B.cH:n=l.e +if(n==null){n=new A.cb(l.a.b,B.aO) +l.e=n +r=n}else r=n +n=l.d +if(n==null){l.d=r +m=r}else m=n +p=k.h6(new A.v(s,k.qg(b?r:m).b-k.M.gtJ()/2)) +o=B.a2 +break +default:p=null +o=null}if(b)l.e=p +else l.d=p +return o}, +SM(a,b,c){var s,r,q,p,o,n,m=this,l=m.e +if(l==null){l=m.a +l=a?new A.cb(l.a,B.J):new A.cb(l.b,B.aO) +m.e=l +s=l}else s=l +l=m.d +if(l==null){m.d=s +r=s}else r=l +s=b?s:r +if(a&&s.a===m.a.b)return B.a1 +l=!a +if(l&&s.a===m.a.a)return B.aa +switch(c){case B.ho:l=m.a +q=m.w1(s,a,new A.Aw(B.d.Y(m.c,l.a,l.b))) +p=B.a2 +break +case B.HZ:l=m.b.M +o=l.f +o.toString +l=new A.GU(o,l.b.a.a) +p=new A.a8C(l.gWC(),l) +l.c=p +q=m.w1(s,a,p) +p=B.a2 +break +case B.I_:q=m.Uw(s,a,new A.Wj(m)) +p=B.a2 +break +case B.I0:o=m.a +n=o.a +o=o.b +q=m.w1(s,a,new A.S6(B.d.Y(m.c,n,o))) +if(a&&q.a===o)p=B.a1 +else p=l&&q.a===n?B.aa:B.a2 +break +default:p=null +q=null}if(b)m.e=q +else m.d=q +return p}, +w1(a,b,c){var s,r=a.a +if(b){r=c.h7(r) +s=r==null?this.a.b:r}else{r=c.h5(r-1) +s=r==null?this.a.a:r}return new A.cb(s,B.J)}, +Uw(a,b,c){var s,r,q,p,o=this +switch(a.b.a){case 0:s=a.a +if(s<1&&!b)return B.I1 +r=o.a.a +s=new A.Aw(o.c).h5(r+s) +if(s==null)s=r +q=Math.max(0,s)-1 +break +case 1:q=a.a +break +default:q=null}if(b){s=c.h7(q) +p=s==null?o.a.b:s}else{s=c.h5(q) +p=s==null?o.a.a:s}return new A.cb(p,B.J)}, +TH(a,b,c){var s,r,q,p,o,n=this,m=n.b,l=m.M.xf(),k=m.pz(a,B.V),j=l.length,i=j-1 +for(s=k.b,r=0;rs){i=J.amP(q) +break}}if(b&&i===l.length-1)p=new A.cb(n.a.b,B.aO) +else if(!b&&i===0)p=new A.cb(n.a.a,B.J) +else p=n.v5(m.h6(new A.v(c,l[b?i+1:i-1].grj()))) +m=p.a +j=n.a +if(m===j.a)o=B.aa +else o=m===j.b?B.a1:B.a2 +return new A.aC(p,o,t.UH)}, +Vq(a){var s,r,q,p,o=this +if(o.d==null||o.e==null)return!1 +s=A.bf("currentStart") +r=A.bf("currentEnd") +q=o.d +q.toString +p=o.e +p.toString +if(A.ad2(q,p)>0){s.b=q +r.b=p}else{s.b=p +r.b=q}return A.ad2(s.ar(),a)>=0&&A.ad2(r.ar(),a)<=0}, +bj(a,b){var s=A.um(this.gds().a,this.gds().b,0) +s.eh(0,this.b.bj(0,b)) +return s}, +hI(a,b){if(this.b.y==null)return}, +gds(){var s,r,q,p,o,n,m=this,l=m.y +if(l==null){l=m.b +s=m.a +r=s.a +q=l.u4(A.Gj(B.J,r,s.b,!1)) +if(q.length!==0){l=B.b.gG(q) +p=new A.E(l.a,l.b,l.c,l.d) +for(o=1;o0}, +gdD(){return this.fr$!=null&&this.A>0}, +sc0(a,b){var s,r,q,p,o=this +if(o.a_===b)return +s=o.fr$!=null +r=s&&o.A>0 +q=o.A +o.a_=b +p=B.c.aH(A.O(b,0,1)*255) +o.A=p +if(r!==(s&&p>0))o.hD() +o.IO() +if(q!==0!==(o.A!==0)&&!0)o.aV()}, +srg(a){return}, +kE(a){return this.A>0}, +mG(a){var s=a==null?A.acc():a +s.swX(0,this.A) +return s}, +aD(a,b){if(this.fr$==null||this.A===0)return +this.hb(a,b)}, +fw(a){var s,r=this.fr$ +if(r!=null)s=this.A!==0||!1 +else s=!1 +if(s){r.toString +a.$1(r)}}} +A.v5.prototype={ +gdD(){if(this.fr$!=null){var s=this.y8$ +s.toString}else s=!1 +return s}, +mG(a){var s=a==null?A.acc():a +s.swX(0,this.lY$) +return s}, +sc0(a,b){var s=this,r=s.lZ$ +if(r===b)return +if(s.y!=null&&r!=null)r.I(0,s.gqY()) +s.lZ$=b +if(s.y!=null)b.Z(0,s.gqY()) +s.wF()}, +srg(a){if(!1===this.y9$)return +this.y9$=!1 +this.aV()}, +wF(){var s,r=this,q=r.lY$,p=r.lZ$ +p=r.lY$=B.c.aH(A.O(p.gn(p),0,1)*255) +if(q!==p){s=r.y8$ +p=p>0 +r.y8$=p +if(r.fr$!=null&&s!==p)r.hD() +r.IO() +if(q===0||r.lY$===0)r.aV()}}, +kE(a){var s=this.lZ$ +return s.gn(s)>0}, +fw(a){var s,r=this.fr$ +if(r!=null)if(this.lY$===0){s=this.y9$ +s.toString}else s=!0 +else s=!1 +if(s){r.toString +a.$1(r)}}} +A.Ek.prototype={} +A.rH.prototype={ +Z(a,b){return null}, +I(a,b){return null}, +j(a){return"CustomClipper"}} +A.my.prototype={ +Ac(a){return this.b.dm(new A.E(0,0,0+a.a,0+a.b),this.c)}, +AK(a){if(A.t(a)!==B.MI)return!0 +t.jH.a(a) +return!a.b.k(0,this.b)||a.c!=this.c}} +A.qr.prototype={ +sk7(a){var s,r=this,q=r.A +if(q==a)return +r.A=a +s=a==null +if(s||q==null||A.t(a)!==A.t(q)||a.AK(q))r.qt() +if(r.y!=null){if(q!=null)q.I(0,r.gqs()) +if(!s)a.Z(0,r.gqs())}}, +ac(a){var s +this.n3(a) +s=this.A +if(s!=null)s.Z(0,this.gqs())}, +a7(a){var s=this.A +if(s!=null)s.I(0,this.gqs()) +this.l7(0)}, +qt(){this.a_=null +this.ak() +this.aV()}, +sk6(a){if(a!==this.a9){this.a9=a +this.ak()}}, +bm(){var s=this,r=s.id!=null?s.gC(s):null +s.pW() +if(!J.e(r,s.gC(s)))s.a_=null}, +hh(){var s,r=this +if(r.a_==null){s=r.A +s=s==null?null:s.Ac(r.gC(r)) +r.a_=s==null?r.gng():s}}, +kd(a){var s,r=this +switch(r.a9.a){case 0:return null +case 1:case 2:case 3:if(r.A==null)s=null +else{s=r.gC(r) +s=new A.E(0,0,0+s.a,0+s.b)}if(s==null){s=r.gC(r) +s=new A.E(0,0,0+s.a,0+s.b)}return s}}, +l(){this.dO=null +this.iM()}} +A.Eo.prototype={ +gng(){var s=this.gC(this) +return new A.E(0,0,0+s.a,0+s.b)}, +bJ(a,b){var s=this +if(s.A!=null){s.hh() +if(!s.a_.t(0,b))return!1}return s.ha(a,b)}, +aD(a,b){var s,r,q=this,p=q.fr$ +if(p!=null){s=q.ch +if(q.a9!==B.C){q.hh() +p=q.cx +p===$&&A.c() +r=q.a_ +r.toString +s.saF(0,a.pb(p,b,r,A.eg.prototype.ghG.call(q),q.a9,t.EM.a(s.a)))}else{a.ei(p,b) +s.saF(0,null)}}else q.ch.saF(0,null)}} +A.Em.prototype={ +gng(){var s=this.gC(this) +return new A.E(0,0,0+s.a,0+s.b)}, +bJ(a,b){var s,r,q=this +q.hh() +s=q.a_.gaM() +r=q.a_ +if(new A.v((b.a-s.a)/(r.c-r.a),(b.b-s.b)/(r.d-r.b)).gol()>0.25)return!1 +return q.ha(a,b)}, +aD(a,b){var s,r,q,p=this,o=p.fr$ +if(o!=null)if(p.a9!==B.C){p.hh() +o=p.cx +o===$&&A.c() +s=p.a_ +s.toString +if(!s.k(0,p.bM)){p.bM=s +r=$.ad().bC() +q=p.bM +q.toString +r.nN(q) +p.cj=r}r=p.cj +r===$&&A.c() +q=p.ch +q.saF(0,a.zs(o,b,s,r,A.eg.prototype.ghG.call(p),p.a9,t.JG.a(q.a)))}else{a.ei(o,b) +p.ch.saF(0,null)}else p.ch.saF(0,null)}} +A.En.prototype={ +gng(){var s=$.ad().bC(),r=this.gC(this) +s.nO(new A.E(0,0,0+r.a,0+r.b)) +return s}, +bJ(a,b){var s=this +if(s.A!=null){s.hh() +if(!s.a_.t(0,b))return!1}return s.ha(a,b)}, +aD(a,b){var s,r,q,p=this,o=p.fr$ +if(o!=null){s=p.ch +if(p.a9!==B.C){p.hh() +o=p.cx +o===$&&A.c() +r=p.gC(p) +q=p.a_ +q.toString +s.saF(0,a.zs(o,b,new A.E(0,0,0+r.a,0+r.b),q,A.eg.prototype.ghG.call(p),p.a9,t.JG.a(s.a)))}else{a.ei(o,b) +s.saF(0,null)}}else p.ch.saF(0,null)}} +A.y2.prototype={ +sdL(a,b){if(this.bM===b)return +this.bM=b +this.ak()}, +sci(a,b){if(this.cj.k(0,b))return +this.cj=b +this.ak()}, +sag(a,b){if(this.fQ.k(0,b))return +this.fQ=b +this.ak()}, +dv(a){this.eW(a) +a.sdL(0,this.bM)}} +A.EF.prototype={ +sc4(a,b){if(this.y6===b)return +this.y6=b +this.qt()}, +sYo(a,b){if(J.e(this.y7,b))return +this.y7=b +this.qt()}, +gng(){var s,r,q=this,p=q.gC(q),o=0+p.a +p=0+p.b +switch(q.y6.a){case 0:s=q.y7 +if(s==null)s=B.O +return s.bG(new A.E(0,0,o,p)) +case 1:s=(o-0)/2 +r=(p-0)/2 +return new A.fV(0,0,o,p,s,r,s,r,s,r,s,r,s===r)}}, +bJ(a,b){var s=this +if(s.A!=null){s.hh() +if(!s.a_.t(0,b))return!1}return s.ha(a,b)}, +aD(a,b){var s,r,q,p,o,n,m,l,k,j=this +if(j.fr$==null){j.ch.saF(0,null) +return}j.hh() +s=j.a_.d7(b) +r=$.ad() +q=r.bC() +q.dI(s) +p=a.gbs(a) +o=j.bM +if(o!==0&&!0){n=j.cj +m=j.fQ +p.Ht(q,n,o,(m.gn(m)>>>24&255)!==255)}l=j.a9===B.bD +if(!l){r=r.aX() +r.sag(0,j.fQ) +p.dg(s,r)}r=j.cx +r===$&&A.c() +o=j.gC(j) +n=j.a_ +n.toString +m=j.ch +k=t.eG.a(m.a) +m.saF(0,a.a2Y(r,b,new A.E(0,0,0+o.a,0+o.b),n,new A.Zv(j,l),j.a9,k))}} +A.Zv.prototype={ +$2(a,b){var s,r +if(this.b){s=a.gbs(a) +r=$.ad().aX() +r.sag(0,this.a.fQ) +s.Hr(r)}this.a.hb(a,b)}, +$S:15} +A.EG.prototype={ +gng(){var s=$.ad().bC(),r=this.gC(this) +s.nO(new A.E(0,0,0+r.a,0+r.b)) +return s}, +bJ(a,b){var s=this +if(s.A!=null){s.hh() +if(!s.a_.t(0,b))return!1}return s.ha(a,b)}, +aD(a,b){var s,r,q,p,o,n,m,l,k=this +if(k.fr$==null){k.ch.saF(0,null) +return}k.hh() +s=k.a_.d7(b) +r=a.gbs(a) +q=k.bM +if(q!==0&&!0){p=k.cj +o=k.fQ +r.Ht(s,p,q,(o.gn(o)>>>24&255)!==255)}n=k.a9===B.bD +if(!n){q=$.ad().aX() +q.sag(0,k.fQ) +r.ht(s,q)}q=k.cx +q===$&&A.c() +p=k.gC(k) +o=k.a_ +o.toString +m=k.ch +l=t.JG.a(m.a) +m.saF(0,a.zs(q,b,new A.E(0,0,0+p.a,0+p.b),o,new A.Zw(k,n),k.a9,l))}} +A.Zw.prototype={ +$2(a,b){var s,r +if(this.b){s=a.gbs(a) +r=$.ad().aX() +r.sag(0,this.a.fQ) +s.Hr(r)}this.a.hb(a,b)}, +$S:15} +A.Bh.prototype={ +F(){return"DecorationPosition."+this.b}} +A.Et.prototype={ +srB(a){var s,r=this +if(a.k(0,r.a_))return +s=r.A +if(s!=null)s.l() +r.A=null +r.a_=a +r.ak()}, +sbo(a,b){if(b===this.a9)return +this.a9=b +this.ak()}, +slI(a){if(a.k(0,this.bf))return +this.bf=a +this.ak()}, +a7(a){var s=this,r=s.A +if(r!=null)r.l() +s.A=null +s.l7(0) +s.ak()}, +ih(a){var s=this +return s.a_.yr(s.gC(s),a,s.bf.d)}, +aD(a,b){var s,r,q=this +if(q.A==null)q.A=q.a_.ru(q.geg()) +s=q.bf.H0(q.gC(q)) +if(q.a9===B.eT){r=q.A +r.toString +r.mp(a.gbs(a),b,s) +if(q.a_.gtd())a.AE()}q.hb(a,b) +if(q.a9===B.jf){r=q.A +r.toString +r.mp(a.gbs(a),b,s) +if(q.a_.gtd())a.AE()}}} +A.EQ.prototype={ +sJ1(a,b){return}, +seE(a){var s=this +if(J.e(s.a_,a))return +s.a_=a +s.ak() +s.aV()}, +sbA(a){var s=this +if(s.a9==a)return +s.a9=a +s.ak() +s.aV()}, +gjZ(){return this.fr$!=null&&this.c8!=null}, +sbg(a,b){var s,r=this +if(J.e(r.dO,b))return +s=new A.aY(new Float64Array(16)) +s.bk(b) +r.dO=s +r.ak() +r.aV()}, +sfi(a){var s,r,q=this,p=q.c8 +if(p==a)return +s=q.fr$!=null +r=s&&p!=null +q.c8=a +if(r!==(s&&a!=null))q.hD() +q.ak()}, +gvo(){var s,r,q,p,o,n=this,m=n.a_,l=m==null?null:m.K(n.a9) +if(l==null)return n.dO +s=new A.aY(new Float64Array(16)) +s.dZ() +m=n.gC(n) +r=m.a/2 +q=m.b/2 +m=r+l.a*r +p=q+l.b*q +o=new A.v(m,p) +s.b9(0,m,p) +m=n.dO +m.toString +s.eh(0,m) +s.b9(0,-o.a,-o.b) +return s}, +bJ(a,b){return this.cR(a,b)}, +cR(a,b){var s=this.bf?this.gvo():null +return a.Y1(new A.ZF(this),b,s)}, +aD(a,b){var s,r,q,p,o,n,m,l,k,j=this +if(j.fr$!=null){s=j.gvo() +s.toString +if(j.c8==null){r=A.WI(s) +if(r==null){q=s.He() +if(q===0||!isFinite(q)){j.ch.saF(0,null) +return}p=j.cx +p===$&&A.c() +o=A.eg.prototype.ghG.call(j) +n=j.ch +m=n.a +n.saF(0,a.zu(p,b,s,o,m instanceof A.wj?m:null))}else{j.hb(a,b.W(0,r)) +j.ch.saF(0,null)}}else{p=b.a +o=b.b +l=A.um(p,o,0) +l.eh(0,s) +l.b9(0,-p,-o) +o=j.c8 +o.toString +k=$.ad().ZI(l.a,o) +s=j.ch +p=s.a +if(p instanceof A.tB){if(!k.k(0,p.aC)){p.aC=k +p.d6()}}else s.saF(0,new A.tB(k,B.i,A.y(t.S,t.M),A.ao())) +s=s.a +s.toString +a.tN(s,A.eg.prototype.ghG.call(j),b)}}}, +cM(a,b){var s=this.gvo() +s.toString +b.eh(0,s)}} +A.ZF.prototype={ +$2(a,b){return this.a.uJ(a,b)}, +$S:17} +A.Ex.prototype={ +sa3S(a){var s=this +if(s.A.k(0,a))return +s.A=a +s.ak() +s.aV()}, +bJ(a,b){return this.cR(a,b)}, +cR(a,b){var s=this,r=s.a_?new A.v(s.A.a*s.gC(s).a,s.A.b*s.gC(s).b):null +return a.lz(new A.Zh(s),r,b)}, +aD(a,b){var s=this +if(s.fr$!=null)s.hb(a,new A.v(b.a+s.A.a*s.gC(s).a,b.b+s.A.b*s.gC(s).b))}, +cM(a,b){var s=this +b.b9(0,s.A.a*s.gC(s).a,s.A.b*s.gC(s).b)}} +A.Zh.prototype={ +$2(a,b){return this.a.uJ(a,b)}, +$S:17} +A.EH.prototype={ +o1(a){return new A.Q(A.O(1/0,a.a,a.b),A.O(1/0,a.c,a.d))}, +ig(a,b){var s,r=this,q=null +if(t.b.b(a)){s=r.cD +return s==null?q:s.$1(a)}if(t.n2.b(a))return q +if(t.oN.b(a)){s=r.cu +return s==null?q:s.$1(a)}if(t.XA.b(a))return q +if(t.Ko.b(a)){s=r.bM +return s==null?q:s.$1(a)}if(t.w5.b(a)){s=r.cj +return s==null?q:s.$1(a)}if(t.DB.b(a))return q +if(t.WQ.b(a))return q +if(t.ks.b(a)){s=r.HE +return s==null?q:s.$1(a)}}} +A.v9.prototype={ +bJ(a,b){return this.MX(a,b)&&!0}, +ig(a,b){var s=this.cu +if(s!=null&&t.XA.b(a))return s.$1(a)}, +gH5(a){return this.bM}, +gA6(){return this.cj}, +ac(a){this.n3(a) +this.cj=!0}, +a7(a){this.cj=!1 +this.l7(0)}, +o1(a){return new A.Q(A.O(1/0,a.a,a.b),A.O(1/0,a.c,a.d))}, +$ihM:1, +gz2(a){return this.ea}, +gz3(a){return this.cv}} +A.EK.prototype={ +gdD(){return!0}} +A.v8.prototype={ +sIi(a){if(a===this.A)return +this.A=a +this.aV()}, +syt(a){return}, +bJ(a,b){return!this.A&&this.ha(a,b)}, +fw(a){this.n_(a)}, +dv(a){var s +this.eW(a) +if(this.A)s=!0 +else s=!1 +a.b=s}} +A.EC.prototype={ +stt(a){var s=this +if(a===s.A)return +s.A=a +s.a3() +s.oU()}, +fM(a){if(this.A)return null +return this.NZ(a)}, +gjF(){return this.A}, +c6(a){if(this.A)return new A.Q(A.O(0,a.a,a.b),A.O(0,a.c,a.d)) +return this.MW(a)}, +mu(){this.ML()}, +bm(){var s,r=this +if(r.A){s=r.fr$ +if(s!=null)s.fZ(t.k.a(A.w.prototype.ga0.call(r)))}else r.pW()}, +bJ(a,b){return!this.A&&this.ha(a,b)}, +kE(a){return!this.A}, +aD(a,b){if(this.A)return +this.hb(a,b)}, +fw(a){if(this.A)return +this.n_(a)}} +A.v4.prototype={ +sG9(a){if(this.A===a)return +this.A=a +this.aV()}, +syt(a){return}, +bJ(a,b){var s=this +return s.A?s.gC(s).t(0,b):s.ha(a,b)}, +fw(a){this.n_(a)}, +dv(a){var s +this.eW(a) +if(this.A)s=!0 +else s=!1 +a.b=s}} +A.iS.prototype={ +sa40(a){if(A.adT(a,this.cD))return +this.cD=a +this.aV()}, +sjp(a){var s,r=this +if(J.e(r.ea,a))return +s=r.ea +r.ea=a +if(a!=null!==(s!=null))r.aV()}, +sjo(a){var s,r=this +if(J.e(r.cu,a))return +s=r.cu +r.cu=a +if(a!=null!==(s!=null))r.aV()}, +sIX(a){var s,r=this +if(J.e(r.cv,a))return +s=r.cv +r.cv=a +if(a!=null!==(s!=null))r.aV()}, +sJ0(a){var s,r=this +if(J.e(r.bM,a))return +s=r.bM +r.bM=a +if(a!=null!==(s!=null))r.aV()}, +dv(a){var s,r=this +r.eW(a) +if(r.ea!=null){s=r.cD +s=s==null||s.t(0,B.dP)}else s=!1 +if(s)a.sjp(r.ea) +if(r.cu!=null){s=r.cD +s=s==null||s.t(0,B.tQ)}else s=!1 +if(s)a.sjo(r.cu) +if(r.cv!=null){s=r.cD +if(s==null||s.t(0,B.cM))a.sty(r.gVj()) +s=r.cD +if(s==null||s.t(0,B.cL))a.stx(r.gVh())}if(r.bM!=null){s=r.cD +if(s==null||s.t(0,B.cJ))a.stz(r.gVl()) +s=r.cD +if(s==null||s.t(0,B.cK))a.stw(r.gVf())}}, +Vi(){var s,r,q,p=this +if(p.cv!=null){s=p.gC(p).a*-0.8 +r=p.cv +r.toString +q=p.gC(p).hn(B.i) +q=A.ci(p.bj(0,null),q) +r.$1(new A.hB(null,new A.v(s,0),s,q))}}, +Vk(){var s,r,q,p=this +if(p.cv!=null){s=p.gC(p).a*0.8 +r=p.cv +r.toString +q=p.gC(p).hn(B.i) +q=A.ci(p.bj(0,null),q) +r.$1(new A.hB(null,new A.v(s,0),s,q))}}, +Vm(){var s,r,q,p=this +if(p.bM!=null){s=p.gC(p).b*-0.8 +r=p.bM +r.toString +q=p.gC(p).hn(B.i) +q=A.ci(p.bj(0,null),q) +r.$1(new A.hB(null,new A.v(0,s),s,q))}}, +Vg(){var s,r,q,p=this +if(p.bM!=null){s=p.gC(p).b*0.8 +r=p.bM +r.toString +q=p.gC(p).hn(B.i) +q=A.ci(p.bj(0,null),q) +r.$1(new A.hB(null,new A.v(0,s),s,q))}}} +A.vc.prototype={ +sJc(a){var s=this +if(s.A===a)return +s.A=a +s.Fz(a) +s.aV()}, +sZ3(a){if(this.a_===a)return +this.a_=a +this.aV()}, +sa_z(a){if(this.a9===a)return +this.a9=a +this.aV()}, +sa_v(a){return}, +sYm(a){return}, +Fz(a){var s=this,r=a.go +r=a.fy +r=r==null?null:new A.ce(r,B.Z) +s.c8=r +s.hx=null +s.fS=null +s.ie=null +s.HH=null}, +sbA(a){if(this.jb==a)return +this.jb=a +this.aV()}, +fw(a){this.n_(a)}, +dv(a){var s,r,q=this +q.eW(a) +a.a=q.a_ +a.c=q.a9 +a.b=!1 +s=q.A.a +if(s!=null){a.aT(B.u0,!0) +a.aT(B.tS,s)}s=q.A.f +if(s!=null)a.aT(B.tZ,s) +s=q.A.r +if(s!=null)a.aT(B.u1,s) +s=q.A.x +if(s!=null)a.aT(B.u_,s) +s=q.A.at +if(s!=null)a.aT(B.tW,s) +s=q.A.ax +if(s!=null)a.aT(B.tX,s) +s=q.A.dx +if(s!=null)a.aT(B.tT,s) +s=q.c8 +if(s!=null){a.RG=s +a.e=!0}s=q.hx +if(s!=null){a.rx=s +a.e=!0}s=q.fS +if(s!=null){a.ry=s +a.e=!0}s=q.ie +if(s!=null){a.to=s +a.e=!0}s=q.HH +if(s!=null){a.x1=s +a.e=!0}s=q.A +r=s.p3 +if(r!=null){a.x2=r +a.e=!0}s.p4!=null +s=q.A.cy +if(s!=null)a.aT(B.tV,s) +s=q.A.db +if(s!=null)a.aT(B.tY,s) +s=q.jb +if(s!=null){a.aC=s +a.e=!0}s=q.A +r=s.RG +if(r!=null){a.k2=r +a.e=!0}s=s.rx +if(s!=null)a.wT(s) +if(q.A.ry!=null)a.sjp(q.gVn()) +if(q.A.to!=null)a.sjo(q.gVd()) +if(q.A.aQ!=null)a.stv(q.gVb())}, +Vo(){var s=this.A.ry +if(s!=null)s.$0()}, +Ve(){var s=this.A.to +if(s!=null)s.$0()}, +Vc(){var s=this.A.aQ +if(s!=null)s.$0()}} +A.El.prototype={ +sYn(a){return}, +dv(a){this.eW(a) +a.d=!0}} +A.EB.prototype={ +dv(a){this.eW(a) +a.e=a.p4=a.a=!0}} +A.Ev.prototype={ +sa_w(a){if(a===this.A)return +this.A=a +this.aV()}, +fw(a){if(this.A)return +this.n_(a)}} +A.Ez.prototype={ +sa1h(a,b){if(b===this.A)return +this.A=b +this.aV()}, +dv(a){this.eW(a) +a.k3=this.A +a.e=!0}} +A.v6.prototype={ +sn(a,b){if(this.A.k(0,b))return +this.A=b +this.ak()}, +sLi(a){return}, +aD(a,b){var s=this,r=s.A,q=s.gC(s) +a.tN(new A.A0(r,q,b,A.y(t.S,t.M),A.ao(),s.$ti.h("A0<1>")),A.eg.prototype.ghG.call(s),b)}, +gjZ(){return!0}} +A.Lt.prototype={ +ac(a){var s=this +s.n3(a) +s.lZ$.Z(0,s.gqY()) +s.wF()}, +a7(a){this.lZ$.I(0,this.gqY()) +this.l7(0)}, +aD(a,b){if(this.lY$===0)return +this.hb(a,b)}} +A.y3.prototype={ +ac(a){var s +this.eq(a) +s=this.fr$ +if(s!=null)s.ac(a)}, +a7(a){var s +this.er(0) +s=this.fr$ +if(s!=null)s.a7(0)}} +A.y4.prototype={ +fM(a){var s=this.fr$ +s=s==null?null:s.jx(a) +return s==null?this.Bh(a):s}} +A.ks.prototype={ +F(){return"SelectionResult."+this.b}} +A.cX.prototype={$iab:1} +A.Fl.prototype={ +skJ(a){var s=this,r=s.m_$ +if(a==r)return +if(a==null)s.I(0,s.gFS()) +else if(r==null)s.Z(0,s.gFS()) +s.Et() +s.m_$=a +s.FT()}, +FT(){var s=this +if(s.m_$==null){s.ko$=!1 +return}if(s.ko$&&!s.gn(s).e){s.m_$.v(0,s) +s.ko$=!1}else if(!s.ko$&&s.gn(s).e){s.m_$.B(0,s) +s.ko$=!0}}, +Et(){var s=this +if(s.ko$){s.m_$.v(0,s) +s.ko$=!1}}} +A.vE.prototype={ +F(){return"SelectionEventType."+this.b}} +A.py.prototype={ +F(){return"TextGranularity."+this.b}} +A.a_S.prototype={} +A.rv.prototype={} +A.vD.prototype={} +A.pa.prototype={ +F(){return"SelectionExtendDirection."+this.b}} +A.vF.prototype={ +F(){return"SelectionStatus."+this.b}} +A.kr.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.kr&&J.e(b.a,s.a)&&J.e(b.b,s.b)&&b.d===s.d&&b.c===s.c&&b.e===s.e}, +gu(a){var s=this +return A.I(s.a,s.b,s.d,s.c,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.mv.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.mv&&b.a.k(0,s.a)&&b.b===s.b&&b.c===s.c}, +gu(a){return A.I(this.a,this.b,this.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.Gk.prototype={ +F(){return"TextSelectionHandleType."+this.b}} +A.M8.prototype={} +A.EL.prototype={ +fM(a){var s,r,q=this.fr$ +if(q!=null){s=q.jx(a) +r=q.b +r.toString +t.q.a(r) +if(s!=null)s+=r.a.b}else s=this.Bh(a) +return s}, +aD(a,b){var s,r=this.fr$ +if(r!=null){s=r.b +s.toString +a.ei(r,t.q.a(s).a.W(0,b))}}, +cR(a,b){var s,r=this.fr$ +if(r!=null){s=r.b +s.toString +t.q.a(s) +return a.lz(new A.Zx(b,s,r),s.a,b)}return!1}} +A.Zx.prototype={ +$2(a,b){return this.c.bJ(a,b)}, +$S:17} +A.EE.prototype={ +qR(){var s=this +if(s.A!=null)return +s.A=s.a_.K(s.a9)}, +sbU(a,b){var s=this +if(s.a_.k(0,b))return +s.a_=b +s.A=null +s.a3()}, +sbA(a){var s=this +if(s.a9==a)return +s.a9=a +s.A=null +s.a3()}, +c6(a){var s,r,q,p=this +p.qR() +if(p.fr$==null){s=p.A +return a.bw(new A.Q(s.a+s.c,s.b+s.d))}s=p.A +s.toString +r=a.H9(s) +q=p.fr$.jy(r) +s=p.A +return a.bw(new A.Q(s.a+q.a+s.c,s.b+q.b+s.d))}, +bm(){var s,r,q,p,o,n,m=this,l=t.k.a(A.w.prototype.ga0.call(m)) +m.qR() +if(m.fr$==null){s=m.A +m.id=l.bw(new A.Q(s.a+s.c,s.b+s.d)) +return}s=m.A +s.toString +r=l.H9(s) +m.fr$.bZ(r,!0) +s=m.fr$ +q=s.b +q.toString +t.q.a(q) +p=m.A +o=p.a +q.a=new A.v(o,p.b) +s=s.gC(s) +p=m.A +q=p.c +p=p.b +n=m.fr$ +m.id=l.bw(new A.Q(o+s.a+q,p+n.gC(n).b+m.A.d))}} +A.Ej.prototype={ +qR(){var s=this +if(s.A!=null)return +s.A=s.a_.K(s.a9)}, +seE(a){var s=this +if(s.a_.k(0,a))return +s.a_=a +s.A=null +s.a3()}, +sbA(a){var s=this +if(s.a9==a)return +s.a9=a +s.A=null +s.a3()}, +wV(){var s,r,q,p,o=this +o.qR() +s=o.fr$.b +s.toString +t.q.a(s) +r=o.A +r.toString +q=o.gC(o) +p=o.fr$ +s.a=r.jY(t.o.a(q.a5(0,p.gC(p))))}} +A.EI.prototype={ +sa46(a){if(this.cu==a)return +this.cu=a +this.a3()}, +sa0X(a){if(this.cv==a)return +this.cv=a +this.a3()}, +c6(a){var s,r,q=this,p=q.cu!=null||a.b===1/0,o=q.cv!=null||a.d===1/0,n=q.fr$ +if(n!=null){s=n.jy(new A.aH(0,a.b,0,a.d)) +if(p){n=q.cu +if(n==null)n=1 +n=s.a*n}else n=1/0 +if(o){r=q.cv +if(r==null)r=1 +r=s.b*r}else r=1/0 +return a.bw(new A.Q(n,r))}n=p?0:1/0 +return a.bw(new A.Q(n,o?0:1/0))}, +bm(){var s,r,q=this,p=t.k.a(A.w.prototype.ga0.call(q)),o=q.cu!=null||p.b===1/0,n=q.cv!=null||p.d===1/0,m=q.fr$ +if(m!=null){m.bZ(new A.aH(0,p.b,0,p.d),!0) +if(o){m=q.fr$ +m=m.gC(m) +s=q.cu +if(s==null)s=1 +s=m.a*s +m=s}else m=1/0 +if(n){s=q.fr$ +s=s.gC(s) +r=q.cv +if(r==null)r=1 +r=s.b*r +s=r}else s=1/0 +q.id=p.bw(new A.Q(m,s)) +q.wV()}else{m=o?0:1/0 +q.id=p.bw(new A.Q(m,n?0:1/0))}}} +A.a0w.prototype={ +ud(a){return new A.Q(A.O(1/0,a.a,a.b),A.O(1/0,a.c,a.d))}} +A.Es.prototype={ +sxA(a){var s=this,r=s.A +if(r===a)return +if(A.t(a)!==A.t(r)||a.mP(r))s.a3() +s.A=a +s.y!=null}, +ac(a){this.O_(a)}, +a7(a){this.O0(0)}, +c6(a){return a.bw(this.A.ud(a))}, +bm(){var s,r,q,p,o,n=this,m=t.k,l=m.a(A.w.prototype.ga0.call(n)) +n.id=l.bw(n.A.ud(l)) +if(n.fr$!=null){s=n.A.Ad(m.a(A.w.prototype.ga0.call(n))) +m=n.fr$ +m.toString +l=s.a +r=s.b +q=l>=r +m.bZ(s,!(q&&s.c>=s.d)) +m=n.fr$.b +m.toString +t.q.a(m) +p=n.A +o=n.gC(n) +if(q&&s.c>=s.d)l=new A.Q(A.O(0,l,r),A.O(0,s.c,s.d)) +else{l=n.fr$ +l=l.gC(l)}m.a=p.Ak(o,l)}}} +A.y5.prototype={ +ac(a){var s +this.eq(a) +s=this.fr$ +if(s!=null)s.ac(a)}, +a7(a){var s +this.er(0) +s=this.fr$ +if(s!=null)s.a7(0)}} +A.Cq.prototype={ +F(){return"GrowthDirection."+this.b}} +A.kv.prototype={ +gIC(){return!1}, +ri(a,b,c){if(a==null)a=this.w +switch(A.bc(this.a).a){case 0:return new A.aH(c,b,a,a) +case 1:return new A.aH(a,a,c,b)}}, +Yd(){return this.ri(null,1/0,0)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(!(b instanceof A.kv))return!1 +return b.a===s.a&&b.b===s.b&&b.d===s.d&&b.f===s.f&&b.r===s.r&&b.w===s.w&&b.x===s.x&&b.y===s.y&&b.Q===s.Q&&b.z===s.z}, +gu(a){var s=this +return A.I(s.a,s.b,s.d,s.f,s.r,s.w,s.x,s.y,s.Q,s.z,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=this,r=A.a([s.a.j(0),s.b.j(0),s.c.j(0),"scrollOffset: "+B.c.R(s.d,1),"remainingPaintExtent: "+B.c.R(s.r,1)],t.s),q=s.f +if(q!==0)r.push("overlap: "+B.c.R(q,1)) +r.push("crossAxisExtent: "+B.c.R(s.w,1)) +r.push("crossAxisDirection: "+s.x.j(0)) +r.push("viewportMainAxisExtent: "+B.c.R(s.y,1)) +r.push("remainingCacheExtent: "+B.c.R(s.Q,1)) +r.push("cacheOrigin: "+B.c.R(s.z,1)) +return"SliverConstraints("+B.b.b3(r,", ")+")"}} +A.FD.prototype={ +bO(){return"SliverGeometry"}} +A.pk.prototype={} +A.FF.prototype={ +j(a){return A.t(this.a).j(0)+"@(mainAxis: "+A.j(this.c)+", crossAxis: "+A.j(this.d)+")"}} +A.vR.prototype={ +j(a){var s=this.a +return"layoutOffset="+(s==null?"None":B.c.R(s,1))}} +A.kx.prototype={ +j(a){return"paintOffset="+this.a.j(0)}} +A.iZ.prototype={} +A.cj.prototype={ +ga0(){return t.p.a(A.w.prototype.ga0.call(this))}, +gjE(){return this.giu()}, +giu(){var s=this,r=t.p +switch(A.bc(r.a(A.w.prototype.ga0.call(s)).a).a){case 0:return new A.E(0,0,0+s.fx.c,0+r.a(A.w.prototype.ga0.call(s)).w) +case 1:return new A.E(0,0,0+r.a(A.w.prototype.ga0.call(s)).w,0+s.fx.c)}}, +mu(){}, +Ie(a,b,c){var s=this +if(c>=0&&c=0&&b0)return Math.max(0,this.a*B.c.eG(a/s)-1) +return 0}, +RS(a){var s,r,q=this +if(q.f){s=q.c +r=q.e +return q.a*s-a-r-(s-r)}return a}, +u8(a){var s=this,r=s.a,q=B.f.bv(a,r) +return new A.a0L(B.f.eX(a,r)*s.b,s.RS(q*s.c),s.d,s.e)}, +GO(a){var s +if(a===0)return 0 +s=this.b +return s*(B.f.eX(a-1,this.a)+1)-(s-this.d)}} +A.a0J.prototype={} +A.a0K.prototype={ +Ag(a){var s=a.w,r=Math.max(1,B.c.eG(s/80)),q=Math.max(0,s-20*(r-1))/r +return new A.a0N(r,80,q+20,60,q,A.P2(a.x))}} +A.pj.prototype={ +j(a){return"crossAxisOffset="+A.j(this.w)+"; "+this.Nr(0)}} +A.EM.prototype={ +e_(a){if(!(a.b instanceof A.pj))a.b=new A.pj(!1,null,null)}, +sKN(a){var s,r=this +if(r.fR===a)return +if(A.t(a)===A.t(r.fR))s=!1 +else s=!0 +if(s)r.a3() +r.fR=a}, +lF(a){var s=a.b +s.toString +s=t.h5.a(s).w +s.toString +return s}, +bm(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8=this,a9=null,b0=t.p.a(A.w.prototype.ga0.call(a8)),b1=a8.an +b1.p3=!1 +s=b0.d +r=s+b0.z +q=r+b0.Q +p=a8.fR.Ag(b0) +o=p.b +n=o>1e-10?p.a*B.c.eX(r,o):0 +m=isFinite(q)?p.Kt(q):a9 +o=a8.a8$ +if(o!=null){o=o.b +o.toString +l=t.D +o=l.a(o).b +o.toString +k=a8.cE$ +k.toString +k=k.b +k.toString +k=l.a(k).b +k.toString +j=B.f.hp(n-o,0,a8.dh$) +a8.o0(j,m==null?0:B.f.hp(k-m,0,a8.dh$))}else a8.o0(0,0) +i=p.u8(n) +if(a8.a8$==null)if(!a8.Ge(n,i.a)){h=p.GO(b1.gro()) +a8.fx=A.iY(a9,!1,a9,a9,h,0,0,h,a9) +b1.og() +return}g=i.a +f=g+i.c +o=a8.a8$ +o.toString +o=o.b +o.toString +l=t.D +o=l.a(o).b +o.toString +e=o-1 +o=t.h5 +d=a9 +for(;e>=n;--e){c=p.u8(e) +k=c.c +b=a8.a1p(b0.ri(c.d,k,k)) +a=b.b +a.toString +o.a(a) +a0=c.a +a.a=a0 +a.w=c.b +if(d==null)d=b +f=Math.max(f,a0+k)}if(d==null){k=a8.a8$ +k.toString +k.fZ(i.Km(b0)) +d=a8.a8$ +k=d.b +k.toString +o.a(k) +k.a=g +k.w=i.b}k=d.b +k.toString +k=l.a(k).b +k.toString +e=k+1 +k=A.m(a8).h("as.1") +a=m!=null +while(!0){if(!(!a||e<=m)){a1=!1 +break}c=p.u8(e) +a0=c.c +a2=b0.ri(c.d,a0,a0) +a3=d.b +a3.toString +b=k.a(a3).ab$ +if(b!=null){a3=b.b +a3.toString +a3=l.a(a3).b +a3.toString +a3=a3!==e}else a3=!0 +if(a3){b=a8.a1o(a2,d) +if(b==null){a1=!0 +break}}else b.fZ(a2) +a3=b.b +a3.toString +o.a(a3) +a4=c.a +a3.a=a4 +a3.w=c.b +f=Math.max(f,a4+a0);++e +d=b}o=a8.cE$ +o.toString +o=o.b +o.toString +o=l.a(o).b +o.toString +a5=a1?f:b1.HC(b0,n,o,g,f) +a6=a8.fL(b0,Math.min(s,g),f) +a7=a8.lB(b0,g,f) +a8.fx=A.iY(a7,a5>a6||s>0||b0.f!==0,a9,a9,a5,a6,0,a5,a9) +if(a5===f)b1.p3=!0 +b1.og()}} +A.EN.prototype={ +bm(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=this,a4=null,a5={},a6=t.p.a(A.w.prototype.ga0.call(a3)),a7=a3.an +a7.p3=!1 +s=a6.d +r=s+a6.z +q=r+a6.Q +p=a6.Yd() +if(a3.a8$==null)if(!a3.Gd()){a3.fx=B.uv +a7.og() +return}a5.a=null +o=a3.a8$ +n=o.b +n.toString +m=t.D +if(m.a(n).a==null){n=A.m(a3).h("as.1") +l=0 +while(!0){if(o!=null){k=o.b +k.toString +k=m.a(k).a==null}else k=!1 +if(!k)break +k=o.b +k.toString +o=n.a(k).ab$;++l}a3.o0(l,0) +if(a3.a8$==null)if(!a3.Gd()){a3.fx=B.uv +a7.og() +return}}o=a3.a8$ +n=o.b +n.toString +n=m.a(n).a +n.toString +j=n +i=a4 +for(;j>r;j=h,i=o){o=a3.yv(p,!0) +if(o==null){n=a3.a8$ +k=n.b +k.toString +m.a(k).a=0 +if(r===0){n.bZ(p,!0) +o=a3.a8$ +if(a5.a==null)a5.a=o +i=o +break}else{a3.fx=A.iY(a4,!1,a4,a4,0,0,0,0,-r) +return}}n=a3.a8$ +n.toString +h=j-a3.kD(n) +if(h<-1e-10){a3.fx=A.iY(a4,!1,a4,a4,0,0,0,0,-h) +a7=a3.a8$.b +a7.toString +m.a(a7).a=0 +return}n=o.b +n.toString +m.a(n).a=h +if(a5.a==null)a5.a=o}if(r<1e-10)while(!0){n=a3.a8$ +n.toString +n=n.b +n.toString +m.a(n) +k=n.b +k.toString +if(!(k>0))break +n=n.a +n.toString +o=a3.yv(p,!0) +k=a3.a8$ +k.toString +h=n-a3.kD(k) +k=a3.a8$.b +k.toString +m.a(k).a=0 +if(h<-1e-10){a3.fx=A.iY(a4,!1,a4,a4,0,0,0,0,-h) +return}}if(i==null){o.bZ(p,!0) +a5.a=o}a5.b=!0 +a5.c=o +n=o.b +n.toString +m.a(n) +k=n.b +k.toString +a5.d=k +n=n.a +n.toString +a5.e=n+a3.kD(o) +g=new A.ZA(a5,a3,p) +for(f=0;a5.es+a6.r||s>0,a4,a4,a,a1,0,a,a4) +if(a===n)a7.p3=!0 +a7.og()}} +A.ZA.prototype={ +$0(){var s,r,q,p=this.a,o=p.c,n=p.a +if(o==n)p.b=!1 +s=this.b +o=o.b +o.toString +r=p.c=A.m(s).h("as.1").a(o).ab$ +o=r==null +if(o)p.b=!1 +q=++p.d +if(!p.b){if(!o){o=r.b +o.toString +o=t.D.a(o).b +o.toString +q=o!==q +o=q}else o=!0 +q=this.c +if(o){r=s.In(q,n,!0) +p.c=r +if(r==null)return!1}else r.bZ(q,!0) +o=p.a=p.c}else o=r +n=o.b +n.toString +t.D.a(n) +q=p.e +n.a=q +p.e=q+s.kD(o) +return!0}, +$S:2} +A.fN.prototype={$ic2:1} +A.ZE.prototype={ +e_(a){}} +A.dL.prototype={ +j(a){var s=this.b,r=this.m1$?"keepAlive; ":"" +return"index="+A.j(s)+"; "+r+this.Nq(0)}} +A.ml.prototype={ +e_(a){if(!(a.b instanceof A.dL))a.b=new A.dL(!1,null,null)}, +i3(a){var s +this.Bj(a) +s=a.b +s.toString +if(!t.D.a(s).c)this.an.xC(t.x.a(a))}, +yu(a,b,c){this.uA(0,b,c)}, +tr(a,b){var s,r=this,q=a.b +q.toString +t.D.a(q) +if(!q.c){r.LK(a,b) +r.an.xC(a) +r.a3()}else{s=r.ah +if(s.i(0,q.b)===a)s.v(0,q.b) +r.an.xC(a) +q=q.b +q.toString +s.m(0,q,a)}}, +v(a,b){var s=b.b +s.toString +t.D.a(s) +if(!s.c){this.LM(0,b) +return}this.ah.v(0,s.b) +this.lS(b)}, +vl(a,b){this.yx(new A.ZB(this,a,b),t.p)}, +Cl(a){var s,r=this,q=a.b +q.toString +t.D.a(q) +if(q.m1$){r.v(0,a) +s=q.b +s.toString +r.ah.m(0,s,a) +a.b=q +r.Bj(a) +q.c=!0}else r.an.Jq(a)}, +ac(a){var s,r,q +this.O1(a) +for(s=this.ah,s=s.gal(s),s=new A.cV(J.ar(s.a),s.b),r=A.m(s).z[1];s.q();){q=s.a;(q==null?r.a(q):q).ac(a)}}, +a7(a){var s,r,q +this.O2(0) +for(s=this.ah,s=s.gal(s),s=new A.cV(J.ar(s.a),s.b),r=A.m(s).z[1];s.q();){q=s.a;(q==null?r.a(q):q).a7(0)}}, +dU(){this.LL() +var s=this.ah +s.gal(s).S(0,this.gzA())}, +aN(a){var s +this.AZ(a) +s=this.ah +s.gal(s).S(0,a)}, +fw(a){this.AZ(a)}, +Ge(a,b){var s +this.vl(a,null) +s=this.a8$ +if(s!=null){s=s.b +s.toString +t.D.a(s).a=b +return!0}this.an.p3=!0 +return!1}, +Gd(){return this.Ge(0,0)}, +yv(a,b){var s,r,q,p=this,o=p.a8$ +o.toString +o=o.b +o.toString +s=t.D +o=s.a(o).b +o.toString +r=o-1 +p.vl(r,null) +o=p.a8$ +o.toString +q=o.b +q.toString +q=s.a(q).b +q.toString +if(q===r){o.bZ(a,b) +return p.a8$}p.an.p3=!0 +return null}, +a1p(a){return this.yv(a,!1)}, +In(a,b,c){var s,r,q,p=b.b +p.toString +s=t.D +p=s.a(p).b +p.toString +r=p+1 +this.vl(r,b) +p=b.b +p.toString +q=A.m(this).h("as.1").a(p).ab$ +if(q!=null){p=q.b +p.toString +p=s.a(p).b +p.toString +p=p===r}else p=!1 +if(p){q.bZ(a,c) +return q}this.an.p3=!0 +return null}, +a1o(a,b){return this.In(a,b,!1)}, +o0(a,b){var s={} +s.a=a +s.b=b +this.yx(new A.ZD(s,this),t.p)}, +kD(a){switch(A.bc(t.p.a(A.w.prototype.ga0.call(this)).a).a){case 0:return a.gC(a).a +case 1:return a.gC(a).b}}, +ys(a,b,c){var s,r,q=this.cE$,p=A.aeK(a) +for(s=A.m(this).h("as.1");q!=null;){if(this.a16(p,q,b,c))return!0 +r=q.b +r.toString +q=s.a(r).bN$}return!1}, +xb(a){var s=a.b +s.toString +return t.D.a(s).a}, +kE(a){var s=t.MR.a(a.b) +return(s==null?null:s.b)!=null&&!this.ah.a2(0,s.b)}, +cM(a,b){if(!this.kE(a))b.AH() +else this.Yb(a,b)}, +aD(a,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this,b=null +if(c.a8$==null)return +s=t.p +switch(A.jv(s.a(A.w.prototype.ga0.call(c)).a,s.a(A.w.prototype.ga0.call(c)).b).a){case 0:r=a0.W(0,new A.v(0,c.fx.c)) +q=B.Et +p=B.dz +o=!0 +break +case 1:r=a0 +q=B.dz +p=B.fH +o=!1 +break +case 2:r=a0 +q=B.fH +p=B.dz +o=!1 +break +case 3:r=a0.W(0,new A.v(c.fx.c,0)) +q=B.EC +p=B.fH +o=!0 +break +default:o=b +r=o +p=r +q=p}n=c.a8$ +for(m=A.m(c).h("as.1"),l=t.D;n!=null;){k=n.b +k.toString +k=l.a(k).a +k.toString +j=k-s.a(A.w.prototype.ga0.call(c)).d +i=c.lF(n) +k=r.a +h=q.a +k=k+h*j+p.a*i +g=r.b +f=q.b +g=g+f*j+p.b*i +e=new A.v(k,g) +if(o){d=c.kD(n) +e=new A.v(k+h*d,g+f*d)}if(j0)a.ei(n,e) +k=n.b +k.toString +n=m.a(k).ab$}}} +A.ZB.prototype={ +$1(a){var s=this.a,r=s.ah,q=this.b,p=this.c +if(r.a2(0,q)){r=r.v(0,q) +r.toString +q=r.b +q.toString +t.D.a(q) +s.lS(r) +r.b=q +s.uA(0,r,p) +q.c=!1}else s.an.ZE(q,p)}, +$S:104} +A.ZD.prototype={ +$1(a){var s,r,q +for(s=this.a,r=this.b;s.a>0;){q=r.a8$ +q.toString +r.Cl(q);--s.a}for(;s.b>0;){q=r.cE$ +q.toString +r.Cl(q);--s.b}s=r.ah +s=s.gal(s) +q=A.m(s).h("aO") +B.b.S(A.a6(new A.aO(s,new A.ZC(),q),!0,q.h("i.E")),r.an.ga3i())}, +$S:104} +A.ZC.prototype={ +$1(a){var s=a.b +s.toString +return!t.D.a(s).m1$}, +$S:254} +A.y6.prototype={ +ac(a){var s,r,q +this.eq(a) +s=this.a8$ +for(r=t.D;s!=null;){s.ac(a) +q=s.b +q.toString +s=r.a(q).ab$}}, +a7(a){var s,r,q +this.er(0) +s=this.a8$ +for(r=t.D;s!=null;){s.a7(0) +q=s.b +q.toString +s=r.a(q).ab$}}} +A.LI.prototype={} +A.LJ.prototype={} +A.Mt.prototype={ +a7(a){this.pV(0)}} +A.Mu.prototype={} +A.vd.prototype={ +gx4(){var s=this,r=t.p +switch(A.jv(r.a(A.w.prototype.ga0.call(s)).a,r.a(A.w.prototype.ga0.call(s)).b).a){case 0:return s.br.d +case 1:return s.br.a +case 2:return s.br.b +case 3:return s.br.c}}, +gY2(){var s=this,r=t.p +switch(A.jv(r.a(A.w.prototype.ga0.call(s)).a,r.a(A.w.prototype.ga0.call(s)).b).a){case 0:return s.br.b +case 1:return s.br.c +case 2:return s.br.d +case 3:return s.br.a}}, +gZR(){switch(A.bc(t.p.a(A.w.prototype.ga0.call(this)).a).a){case 0:var s=this.br +return s.gb7(s)+s.gba(s) +case 1:return this.br.gcz()}}, +e_(a){if(!(a.b instanceof A.kx))a.b=new A.kx(B.i)}, +bm(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=this,a1=null,a2=t.p,a3=a2.a(A.w.prototype.ga0.call(a0)),a4=a0.gx4() +a0.gY2() +s=a0.br +s.toString +r=s.Y4(A.bc(a2.a(A.w.prototype.ga0.call(a0)).a)) +q=a0.gZR() +if(a0.fr$==null){p=a0.fL(a3,0,r) +a0.fx=A.iY(a0.lB(a3,0,r),!1,a1,a1,r,Math.min(p,a3.r),0,r,a1) +return}o=a0.fL(a3,0,a4) +n=a3.f +if(n>0)n=Math.max(0,n-o) +a2=a0.fr$ +a2.toString +s=Math.max(0,a3.d-a4) +m=Math.min(0,a3.z+a4) +l=a3.r +k=a0.fL(a3,0,a4) +j=a3.Q +i=a0.lB(a3,0,a4) +h=Math.max(0,a3.w-q) +g=a3.a +f=a3.b +a2.bZ(new A.kv(g,f,a3.c,s,a4+a3.e,n,l-k,h,a3.x,a3.y,m,j-i),!0) +e=a0.fr$.fx +a2=e.y +if(a2!=null){a0.fx=A.iY(a1,!1,a1,a1,0,0,0,0,a2) +return}a2=e.a +s=a4+a2 +m=r+a2 +d=a0.fL(a3,s,m) +c=o+d +b=a0.lB(a3,0,a4) +a=a0.lB(a3,s,m) +s=e.c +k=e.d +p=Math.min(o+Math.max(s,k+d),l) +l=e.b +k=Math.min(c+k,p) +j=Math.min(a+b+e.z,j) +i=e.e +s=Math.max(c+s,o+e.r) +a0.fx=A.iY(j,e.x,s,k,r+i,p,l,m,a1) +m=a0.fr$.b +m.toString +t.jB.a(m) +switch(A.jv(g,f).a){case 0:s=a0.br +l=s.a +a2=s.d+a2 +m.a=new A.v(l,a0.fL(a3,a2,a2+s.b)) +break +case 1:m.a=new A.v(a0.fL(a3,0,a0.br.a),a0.br.b) +break +case 2:a2=a0.br +m.a=new A.v(a2.a,a0.fL(a3,0,a2.b)) +break +case 3:s=a0.br +a2=s.c+a2 +m.a=new A.v(a0.fL(a3,a2,a2+s.a),a0.br.b) +break}}, +ys(a,b,c){var s,r,q,p=this,o=p.fr$ +if(o!=null&&o.fx.r>0){o=o.b +o.toString +t.jB.a(o) +s=p.fL(t.p.a(A.w.prototype.ga0.call(p)),0,p.gx4()) +r=p.fr$ +r.toString +r=p.lF(r) +o=o.a +q=p.fr$.ga15() +a.c.push(new A.qk(new A.v(-o.a,-o.b))) +q.$3$crossAxisPosition$mainAxisPosition(a,b-r,c-s) +a.tI()}return!1}, +lF(a){var s=this,r=t.p +switch(A.jv(r.a(A.w.prototype.ga0.call(s)).a,r.a(A.w.prototype.ga0.call(s)).b).a){case 0:case 2:return s.br.a +case 3:case 1:return s.br.b}}, +xb(a){return this.gx4()}, +cM(a,b){var s=a.b +s.toString +s=t.jB.a(s).a +b.b9(0,s.a,s.b)}, +aD(a,b){var s,r=this.fr$ +if(r!=null&&r.fx.w){s=r.b +s.toString +a.ei(r,b.W(0,t.jB.a(s).a))}}} +A.EO.prototype={ +WF(){if(this.br!=null)return +this.br=this.hw}, +sbU(a,b){var s=this +if(s.hw.k(0,b))return +s.hw=b +s.br=null +s.a3()}, +sbA(a){var s=this +if(s.ic===a)return +s.ic=a +s.br=null +s.a3()}, +bm(){this.WF() +this.MY()}} +A.LH.prototype={ +ac(a){var s +this.eq(a) +s=this.fr$ +if(s!=null)s.ac(a)}, +a7(a){var s +this.er(0) +s=this.fr$ +if(s!=null)s.a7(0)}} +A.Zc.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.Zc&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=this +return"RelativeRect.fromLTRB("+B.c.R(s.a,1)+", "+B.c.R(s.b,1)+", "+B.c.R(s.c,1)+", "+B.c.R(s.d,1)+")"}} +A.d9.prototype={ +gyC(){var s=this +return s.e!=null||s.f!=null||s.r!=null||s.w!=null||s.x!=null||!1}, +j(a){var s=this,r=A.a([],t.s),q=s.e +if(q!=null)r.push("top="+A.hi(q)) +q=s.f +if(q!=null)r.push("right="+A.hi(q)) +q=s.r +if(q!=null)r.push("bottom="+A.hi(q)) +q=s.w +if(q!=null)r.push("left="+A.hi(q)) +q=s.x +if(q!=null)r.push("width="+A.hi(q)) +if(r.length===0)r.push("not positioned") +r.push(s.uz(0)) +return B.b.b3(r,"; ")}} +A.G_.prototype={ +F(){return"StackFit."+this.b}} +A.ve.prototype={ +e_(a){if(!(a.b instanceof A.d9))a.b=new A.d9(null,null,B.i)}, +WJ(){var s=this +if(s.O!=null)return +s.O=s.ae.K(s.aa)}, +seE(a){var s=this +if(s.ae.k(0,a))return +s.ae=a +s.O=null +s.a3()}, +sbA(a){var s=this +if(s.aa==a)return +s.aa=a +s.O=null +s.a3()}, +fM(a){return this.H8(a)}, +c6(a){return this.F3(a,A.zE())}, +F3(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this +f.WJ() +if(f.dh$===0){s=a.a +r=a.b +q=A.O(1/0,s,r) +p=a.c +o=a.d +n=A.O(1/0,p,o) +return isFinite(q)&&isFinite(n)?new A.Q(A.O(1/0,s,r),A.O(1/0,p,o)):new A.Q(A.O(0,s,r),A.O(0,p,o))}m=a.a +l=a.c +switch(f.ao.a){case 0:s=new A.aH(0,a.b,0,a.d) +break +case 1:s=A.rg(new A.Q(A.O(1/0,m,a.b),A.O(1/0,l,a.d))) +break +case 2:s=a +break +default:s=null}k=f.a8$ +for(r=t.B,j=l,i=m,h=!1;k!=null;){q=k.b +q.toString +r.a(q) +if(!q.gyC()){g=b.$2(k,s) +i=Math.max(i,g.a) +j=Math.max(j,g.b) +h=!0}k=q.ab$}return h?new A.Q(i,j):new A.Q(A.O(1/0,m,a.b),A.O(1/0,l,a.d))}, +bm(){var s,r,q,p,o,n,m,l=this,k="RenderBox was not laid out: ",j=t.k.a(A.w.prototype.ga0.call(l)) +l.M=!1 +l.id=l.F3(j,A.zF()) +s=l.a8$ +for(r=t.B,q=t.o;s!=null;){p=s.b +p.toString +r.a(p) +if(!p.gyC()){o=l.O +o.toString +n=l.id +if(n==null)n=A.T(A.a1(k+A.t(l).j(0)+"#"+A.b1(l))) +m=s.id +p.a=o.jY(q.a(n.a5(0,m==null?A.T(A.a1(k+A.t(s).j(0)+"#"+A.b1(s))):m)))}else{o=l.id +if(o==null)o=A.T(A.a1(k+A.t(l).j(0)+"#"+A.b1(l))) +n=l.O +n.toString +l.M=A.agV(s,p,o,n)||l.M}s=p.ab$}}, +cR(a,b){return this.xx(a,b)}, +a2L(a,b){this.ob(a,b)}, +aD(a,b){var s,r=this,q=r.aQ!==B.C&&r.M,p=r.aR +if(q){q=r.cx +q===$&&A.c() +s=r.gC(r) +p.saF(0,a.pb(q,b,new A.E(0,0,0+s.a,0+s.b),r.ga2K(),r.aQ,p.a))}else{p.saF(0,null) +r.ob(a,b)}}, +l(){this.aR.saF(0,null) +this.iM()}, +kd(a){var s,r=this +switch(r.aQ.a){case 0:return null +case 1:case 2:case 3:if(r.M){s=r.gC(r) +s=new A.E(0,0,0+s.a,0+s.b)}else s=null +return s}}} +A.LK.prototype={ +ac(a){var s,r,q +this.eq(a) +s=this.a8$ +for(r=t.B;s!=null;){s.ac(a) +q=s.b +q.toString +s=r.a(q).ab$}}, +a7(a){var s,r,q +this.er(0) +s=this.a8$ +for(r=t.B;s!=null;){s.a7(0) +q=s.b +q.toString +s=r.a(q).ab$}}} +A.LL.prototype={} +A.jB.prototype={ +cG(a){return A.l5(this.a,this.b,a)}} +A.wn.prototype={ +k(a,b){if(b==null)return!1 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.wn&&b.a.k(0,this.a)&&b.b===this.b}, +gu(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return this.a.j(0)+" at "+A.hi(this.b)+"x"}} +A.mm.prototype={ +slI(a){var s,r,q,p=this +if(J.e(p.fy,a))return +s=p.fy +p.fy=a +if(p.k1==null)return +if(s==null)r=null +else{r=s.b +r=A.ul(r,r,1)}q=p.fy.b +if(!J.e(r,A.ul(q,q,1))){r=p.FM() +q=p.ch +q.a.a7(0) +q.saF(0,r) +p.ak()}p.a3()}, +zr(){var s=this +s.Q=s +s.y.r.push(s) +s.ch.saF(0,s.FM()) +s.y.Q.push(s)}, +FM(){var s,r=this.fy.b +r=A.ul(r,r,1) +this.k1=r +s=A.ahG(r) +s.ac(this) +return s}, +mu(){}, +bm(){var s,r=this.fy.a +this.fx=r +s=this.fr$ +if(s!=null)s.fZ(A.rg(r))}, +gdD(){return!0}, +aD(a,b){var s=this.fr$ +if(s!=null)a.ei(s,b)}, +cM(a,b){var s=this.k1 +s.toString +b.eh(0,s) +this.MM(a,b)}, +YY(){var s,r,q +try{q=$.ad() +s=q.ZL() +r=this.ch.a.Yp(s) +this.Xw() +q.a3n(r) +r.l()}finally{}}, +Xw(){var s,r,q,p,o,n,m,l,k,j=null,i=this.giu(),h=i.gaM(),g=this.go +g.gjX() +s=i.gaM() +g.gjX() +g=this.ch +r=t.lu +q=g.a.HJ(0,new A.v(h.a,0),r) +switch(A.nb().a){case 0:p=g.a.HJ(0,new A.v(s.a,i.d-1-0),r) +break +case 1:case 2:case 3:case 4:case 5:p=j +break +default:p=j}h=q==null +if(h&&p==null)return +if(!h&&p!=null){h=q.f +g=q.r +s=q.e +r=q.w +A.ahu(new A.i1(p.a,p.b,p.c,p.d,s,h,g,r)) +return}o=A.nb()===B.ar +n=h?p:q +h=n.f +g=n.r +s=n.e +r=n.w +m=o?n.a:j +l=o?n.b:j +k=o?n.c:j +A.ahu(new A.i1(m,l,k,o?n.d:j,s,h,g,r))}, +giu(){var s=this.fx.N(0,this.fy.b) +return new A.E(0,0,0+s.a,0+s.b)}, +gjE(){var s,r=this.k1 +r.toString +s=this.fx +return A.ef(r,new A.E(0,0,0+s.a,0+s.b))}} +A.LM.prototype={ +ac(a){var s +this.eq(a) +s=this.fr$ +if(s!=null)s.ac(a)}, +a7(a){var s +this.er(0) +s=this.fr$ +if(s!=null)s.a7(0)}} +A.Qt.prototype={ +F(){return"CacheExtentStyle."+this.b}} +A.EV.prototype={ +j(a){return"RevealedOffset(offset: "+A.j(this.a)+", rect: "+this.b.j(0)+")"}} +A.mn.prototype={ +dv(a){this.eW(a) +a.wT(B.u2)}, +fw(a){var s=this.gGJ() +new A.aO(s,new A.ZH(),A.a5(s).h("aO<1>")).S(0,a)}, +sf5(a){if(a===this.M)return +this.M=a +this.a3()}, +sZQ(a){if(a===this.O)return +this.O=a +this.a3()}, +sbT(a,b){var s=this,r=s.ae +if(b===r)return +if(s.y!=null)r.I(0,s.gtk()) +s.ae=b +if(s.y!=null)b.Z(0,s.gtk()) +s.a3()}, +sYv(a){if(250===this.aa)return +this.aa=250 +this.a3()}, +sYw(a){if(a===this.aQ)return +this.aQ=a +this.a3()}, +sk6(a){var s=this +if(a!==s.aR){s.aR=a +s.ak() +s.aV()}}, +ac(a){this.O5(a) +this.ae.Z(0,this.gtk())}, +a7(a){this.ae.I(0,this.gtk()) +this.O6(0)}, +gdD(){return!0}, +II(a,b,c,d,e,f,g,h,a0,a1,a2){var s,r,q,p,o,n,m,l,k=this,j=A.avM(k.ae.k4,e),i=f+h +for(s=f,r=0;c!=null;){q=a2<=0?0:a2 +p=Math.max(b,-q) +o=b-p +c.bZ(new A.kv(k.M,e,j,q,r,i-s,Math.max(0,a1-s+f),d,k.O,g,p,Math.max(0,a0+o)),!0) +n=c.fx +m=n.y +if(m!=null)return m +l=s+n.b +if(n.w||a2>0)k.JZ(c,l,e) +else k.JZ(c,-a2+f,e) +i=Math.max(l+n.c,i) +m=n.a +a2-=m +r+=m +s+=n.d +m=n.z +if(m!==0){a0-=m-o +b=Math.min(p+m,0)}k.a3Y(e,n) +c=a.$1(c)}return 0}, +kd(a){var s,r,q,p,o,n,m=this +switch(m.aR.a){case 0:return null +case 1:case 2:case 3:break}s=m.gC(m) +r=0+s.a +q=0+s.b +s=t.p +if(s.a(A.w.prototype.ga0.call(a)).f===0||!isFinite(s.a(A.w.prototype.ga0.call(a)).y))return new A.E(0,0,r,q) +p=s.a(A.w.prototype.ga0.call(a)).y-s.a(A.w.prototype.ga0.call(a)).r+s.a(A.w.prototype.ga0.call(a)).f +switch(A.jv(m.M,s.a(A.w.prototype.ga0.call(a)).b).a){case 2:o=0+p +n=0 +break +case 0:q-=p +n=0 +o=0 +break +case 1:n=0+p +o=0 +break +case 3:r-=p +n=0 +o=0 +break +default:n=0 +o=0}return new A.E(n,o,r,q)}, +Hd(a){var s,r,q,p,o=this +if(o.ao==null){s=o.gC(o) +return new A.E(0,0,0+s.a,0+s.b)}switch(A.bc(o.M).a){case 1:o.gC(o) +o.gC(o) +s=o.ao +s.toString +r=o.gC(o) +q=o.gC(o) +p=o.ao +p.toString +return new A.E(0,0-s,0+r.a,0+q.b+p) +case 0:o.gC(o) +s=o.ao +s.toString +o.gC(o) +r=o.gC(o) +q=o.ao +q.toString +return new A.E(0-s,0,0+r.a+q,0+o.gC(o).b)}}, +aD(a,b){var s,r,q,p=this +if(p.a8$==null)return +s=p.ga0U()&&p.aR!==B.C +r=p.bq +if(s){s=p.cx +s===$&&A.c() +q=p.gC(p) +r.saF(0,a.pb(s,b,new A.E(0,0,0+q.a,0+q.b),p.gV4(),p.aR,r.a))}else{r.saF(0,null) +p.E1(a,b)}}, +l(){this.bq.saF(0,null) +this.iM()}, +E1(a,b){var s,r,q,p,o,n,m +for(s=this.gGJ(),r=s.length,q=b.a,p=b.b,o=0;o0}, +$S:255} +A.ZG.prototype={ +$1(a){var s=this,r=s.c,q=s.a,p=s.b.Z_(r,q.b) +return r.Ie(s.d,q.a,p)}, +$S:103} +A.vf.prototype={ +e_(a){if(!(a.b instanceof A.iZ))a.b=new A.iZ(null,null,B.i)}, +sY6(a){if(a===this.jb)return +this.jb=a +this.a3()}, +saM(a){if(a==this.dB)return +this.dB=a +this.a3()}, +gjF(){return!0}, +c6(a){return new A.Q(A.O(1/0,a.a,a.b),A.O(1/0,a.c,a.d))}, +bm(){var s,r,q,p,o,n,m,l,k,j=this +switch(A.bc(j.M).a){case 1:j.ae.Gq(j.gC(j).b) +break +case 0:j.ae.Gq(j.gC(j).a) +break}if(j.dB==null){j.ot=j.os=0 +j.rR=!1 +j.ae.Go(0,0) +return}switch(A.bc(j.M).a){case 1:s=j.gC(j).b +r=j.gC(j).a +break +case 0:s=j.gC(j).a +r=j.gC(j).b +break +default:s=null +r=null}j.dB.toString +q=0 +do{p=j.ae.at +p.toString +o=j.Py(s,r,p+0) +if(o!==0)j.ae.ZA(o) +else{p=j.ae +n=j.os +n===$&&A.c() +m=j.jb +n=Math.min(0,n+s*m) +l=j.ot +l===$&&A.c() +if(p.Go(n,Math.max(0,l-s*(1-m))))break}k=q+1 +if(k<10){q=k +continue}else break}while(!0)}, +Py(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +e.ot=e.os=0 +e.rR=!1 +s=a*e.jb-c +r=A.O(s,0,a) +q=a-s +p=A.O(q,0,a) +switch(e.aQ.a){case 0:e.ao=e.aa +break +case 1:e.ao=a*e.aa +break}o=e.ao +o.toString +n=a+2*o +m=s+o +l=A.O(m,0,n) +k=A.O(n-m,0,n) +j=e.dB.b +j.toString +i=A.m(e).h("as.1").a(j).bN$ +j=i==null +if(!j){h=Math.max(a,s) +g=e.II(e.gYC(),A.O(q,-o,0),i,b,B.jp,p,a,0,l,r,h-a) +if(g!==0)return-g}q=e.dB +o=-s +h=Math.max(0,o) +o=j?Math.min(0,o):0 +j=s>=a?s:r +f=e.ao +f.toString +return e.II(e.gYA(),A.O(s,-f,0),q,b,B.jo,j,a,o,k,p,h)}, +ga0U(){return this.rR}, +a3Y(a,b){var s,r=this +switch(a.a){case 0:s=r.ot +s===$&&A.c() +r.ot=s+b.a +break +case 1:s=r.os +s===$&&A.c() +r.os=s-b.a +break}if(b.x)r.rR=!0}, +JZ(a,b,c){var s=a.b +s.toString +t.jB.a(s).a=this.YZ(a,b,c)}, +a2J(a){var s=a.b +s.toString +return t.jB.a(s).a}, +KW(a,b){var s,r,q,p,o=this +switch(t.p.a(A.w.prototype.ga0.call(a)).b.a){case 0:s=o.dB +for(r=A.m(o).h("as.1"),q=0;s!==a;){q+=s.fx.a +p=s.b +p.toString +s=r.a(p).ab$}return q+b +case 1:r=o.dB.b +r.toString +p=A.m(o).h("as.1") +s=p.a(r).bN$ +for(q=0;s!==a;){q-=s.fx.a +r=s.b +r.toString +s=p.a(r).bN$}return q-b}}, +a2l(a){var s,r,q,p=this +switch(t.p.a(A.w.prototype.ga0.call(a)).b.a){case 0:s=p.dB +for(r=A.m(p).h("as.1");s!==a;){s.fx.toString +q=s.b +q.toString +s=r.a(q).ab$}return 0 +case 1:r=p.dB.b +r.toString +q=A.m(p).h("as.1") +s=q.a(r).bN$ +for(;s!==a;){s.fx.toString +r=s.b +r.toString +s=q.a(r).bN$}return 0}}, +cM(a,b){var s=a.b +s.toString +s=t.jB.a(s).a +b.b9(0,s.a,s.b)}, +Z_(a,b){var s,r=a.b +r.toString +t.jB.a(r) +s=t.p +switch(A.jv(s.a(A.w.prototype.ga0.call(a)).a,s.a(A.w.prototype.ga0.call(a)).b).a){case 2:return b-r.a.b +case 1:return b-r.a.a +case 0:return a.fx.c-(b-r.a.b) +case 3:return a.fx.c-(b-r.a.a)}}, +gGJ(){var s,r,q=this,p=A.a([],t.Ry),o=q.a8$ +if(o==null)return p +for(s=A.m(q).h("as.1");o!=q.dB;){o.toString +p.push(o) +r=o.b +r.toString +o=s.a(r).ab$}o=q.cE$ +for(;!0;){o.toString +p.push(o) +if(o===q.dB)return p +r=o.b +r.toString +o=s.a(r).bN$}}, +gYF(){var s,r,q,p=this,o=A.a([],t.Ry) +if(p.a8$==null)return o +s=p.dB +for(r=A.m(p).h("as.1");s!=null;){o.push(s) +q=s.b +q.toString +s=r.a(q).ab$}q=p.dB.b +q.toString +s=r.a(q).bN$ +for(;s!=null;){o.push(s) +q=s.b +q.toString +s=r.a(q).bN$}return o}} +A.ia.prototype={ +ac(a){var s,r,q +this.eq(a) +s=this.a8$ +for(r=A.m(this).h("ia.0");s!=null;){s.ac(a) +q=s.b +q.toString +s=r.a(q).ab$}}, +a7(a){var s,r,q +this.er(0) +s=this.a8$ +for(r=A.m(this).h("ia.0");s!=null;){s.a7(0) +q=s.b +q.toString +s=r.a(q).ab$}}} +A.vq.prototype={ +F(){return"ScrollDirection."+this.b}} +A.j6.prototype={ +oY(a,b,c,d){var s=d.a===B.p.a +if(s){this.ef(b) +return A.cO(null,t.H)}else return this.i4(b,c,d)}, +j(a){var s=this,r=A.a([],t.s) +s.Nm(r) +r.push(A.t(s.w).j(0)) +r.push(s.r.j(0)) +r.push(A.j(s.fr)) +r.push(s.k4.j(0)) +return"#"+A.b1(s)+"("+B.b.b3(r,", ")+")"}, +c7(a){var s=this.at +if(s!=null)a.push("offset: "+B.c.R(s,1))}} +A.q3.prototype={} +A.mr.prototype={ +F(){return"SchedulerPhase."+this.b}} +A.Y9.prototype={} +A.d8.prototype={ +Ju(a){var s=this.k3$ +B.b.v(s,a) +if(s.length===0){s=$.aF() +s.ch=null +s.CW=$.a7}}, +Rj(a){var s,r,q,p,o,n,m,l,k=this.k3$,j=A.a6(k,!0,t.xt) +for(p=j.length,o=0;o0)return!1 +if(j)A.T(A.a1(l)) +s=k.q7(0) +j=s.gJb() +if(m.ok$.$2$priority$scheduler(j,m)){try{if(k.c===0)A.T(A.a1(l));++k.d +k.q7(0) +p=k.c-1 +o=k.q7(p) +k.b[p]=null +k.c=p +if(p>0)k.PC(o,0) +s.a4O()}catch(n){r=A.ae(n) +q=A.aw(n) +j=A.b9("during a task callback") +A.cN(new A.br(r,q,"scheduler library",j,null,!1))}return k.c!==0}return!1}, +pJ(a,b){var s,r=this +r.hP() +s=++r.p3$ +r.p4$.m(0,s,new A.q3(a)) +return r.p3$}, +ug(a){return this.pJ(a,!1)}, +ga_n(){var s=this +if(s.ry$==null){if(s.x1$===B.bQ)s.hP() +s.ry$=new A.bk(new A.a3($.a7,t.U),t.l) +s.rx$.push(new A.a_l(s))}return s.ry$.a}, +gHW(){return this.x2$}, +ES(a){if(this.x2$===a)return +this.x2$=a +if(a)this.hP()}, +HB(){var s=$.aF() +if(s.x==null){s.x=this.gS9() +s.y=$.a7}if(s.z==null){s.z=this.gSC() +s.Q=$.a7}}, +y0(){switch(this.x1$.a){case 0:case 4:this.hP() +return +case 1:case 2:case 3:return}}, +hP(){var s,r=this +if(!r.to$)s=!(A.d8.prototype.gHW.call(r)&&r.bE$) +else s=!0 +if(s)return +r.HB() +$.aF().hP() +r.to$=!0}, +KR(){if(this.to$)return +this.HB() +$.aF().hP() +this.to$=!0}, +Av(){var s,r=this +if(r.xr$||r.x1$!==B.bQ)return +r.xr$=!0 +s=r.to$ +A.bY(B.p,new A.a_n(r)) +A.bY(B.p,new A.a_o(r,s)) +r.a2e(new A.a_p(r))}, +BE(a){var s=this.y1$ +return A.c1(B.c.aH((s==null?B.p:new A.aM(a.a-s.a)).a/1)+this.y2$.a,0)}, +Sa(a){if(this.xr$){this.aZ$=!0 +return}this.I_(a)}, +SD(){var s=this +if(s.aZ$){s.aZ$=!1 +s.rx$.push(new A.a_k(s)) +return}s.I1()}, +I_(a){var s,r,q=this +if(q.y1$==null)q.y1$=a +r=a==null +q.bi$=q.BE(r?q.aC$:a) +if(!r)q.aC$=a +q.to$=!1 +try{q.x1$=B.G5 +s=q.p4$ +q.p4$=A.y(t.S,t.h1) +J.qR(s,new A.a_m(q)) +q.R8$.U(0)}finally{q.x1$=B.G6}}, +a3u(a){var s=this,r=s.aU$,q=r==null +if(!q&&r!==a)return null +if(r===a)++s.M$ +else if(q){s.aU$=a +s.M$=1}return new A.Y9(s.gR_())}, +R0(){if(--this.M$===0){this.aU$=null +$.aF()}}, +I1(){var s,r,q,p,o,n,m,l,k=this +try{k.x1$=B.tJ +for(p=t.Vu,o=A.a6(k.RG$,!0,p),n=o.length,m=0;m0&&r<4){s=s.bi$ +s.toString +q.c=s}s=q.a +s.toString +return s}, +mU(a,b){var s=this,r=s.a +if(r==null)return +s.c=s.a=null +s.zZ() +if(b)r.Fl(s) +else r.Fm()}, +fG(a){return this.mU(a,!1)}, +WV(a){var s,r=this +r.e=null +s=r.c +if(s==null)s=r.c=a +r.d.$1(new A.aM(a.a-s.a)) +if(!r.b&&r.a!=null&&r.e==null)r.e=$.bK.pJ(r.gww(),!0)}, +zZ(){var s,r=this.e +if(r!=null){s=$.bK +s.p4$.v(0,r) +s.R8$.B(0,r) +this.e=null}}, +l(){var s=this,r=s.a +if(r!=null){s.a=null +s.zZ() +r.Fl(s)}}, +a3N(a,b){var s=""+"Ticker()" +return s.charCodeAt(0)==0?s:s}, +j(a){return this.a3N(a,!1)}} +A.mI.prototype={ +Fm(){this.c=!0 +this.a.hq(0) +var s=this.b +if(s!=null)s.hq(0)}, +Fl(a){var s +this.c=!1 +s=this.b +if(s!=null)s.j1(new A.wc(a))}, +a44(a){var s,r,q=this,p=new A.a2q(a) +if(q.b==null){s=q.b=new A.bk(new A.a3($.a7,t.U),t.l) +r=q.c +if(r!=null)if(r)s.hq(0) +else s.j1(B.Mf)}q.b.a.em(p,p,t.H)}, +lD(a,b){return this.a.a.lD(a,b)}, +lC(a){return this.lD(a,null)}, +em(a,b,c){return this.a.a.em(a,b,c)}, +b8(a,b){return this.em(a,null,b)}, +fz(a){return this.a.a.fz(a)}, +j(a){var s=A.b1(this),r=this.c +if(r==null)r="active" +else r=r?"complete":"canceled" +return"#"+s+"("+r+")"}, +$iah:1} +A.a2q.prototype={ +$1(a){this.a.$0()}, +$S:22} +A.wc.prototype={ +j(a){var s=this.a +if(s!=null)return"This ticker was canceled: "+s.j(0) +return'The ticker was canceled before the "orCancel" property was first used.'}, +$ibn:1} +A.Fn.prototype={ +gqP(){var s,r,q=this.HF$ +if(q===$){s=$.aF().a +r=$.aR() +q!==$&&A.aS() +q=this.HF$=new A.eO(s.c,r)}return q}, +QR(){--this.y4$ +this.gqP().sn(0,this.y4$>0)}, +Dj(){var s,r=this +if($.aF().a.c){if(r.rQ$==null){++r.y4$ +r.gqP().sn(0,!0) +r.rQ$=new A.a05(r.gQQ())}}else{s=r.rQ$ +if(s!=null)s.a.$0() +r.rQ$=null}}, +Tw(a){var s,r,q=a.d +if(t.V4.b(q)){s=B.U.dK(q) +if(J.e(s,B.eB))s=q +r=new A.pc(a.a,a.b,a.c,s)}else r=a +s=this.cy$.i(0,r.b) +if(s!=null){s=s.y +if(s!=null){s=s.at +if(s!=null)s.a2N(r.c,r.a,r.d)}}}} +A.a05.prototype={} +A.mx.prototype={ +j(a){return"SemanticsTag("+this.a+")"}} +A.ro.prototype={} +A.QS.prototype={} +A.ce.prototype={ +W(a,b){var s,r,q,p,o,n,m,l=this.a,k=l.length +if(k===0)return b +s=b.a +if(s.length===0)return this +r=A.a6(this.b,!0,t.u1) +q=b.b +p=q.length +if(p!==0)for(o=0;o=0;--o)r[o]=n[q-o-1].b}n=a1.fr +m=n.length +if(m!==0){l=new Int32Array(m) +for(o=0;o0?r[n-1].p2:null +if(n!==0)if(J.J(l)===J.J(o)){if(l!=null)o.toString +k=!0}else k=!1 +else k=!0 +if(!k&&p.length!==0){if(o!=null)B.b.fE(p) +B.b.H(q,p) +B.b.U(p)}p.push(new A.jl(m,l,n))}if(o!=null)B.b.fE(p) +B.b.H(q,p) +s=t.rB +return A.a6(new A.a4(q,new A.a07(),s),!0,s.h("aX.E"))}, +L1(a){if(this.ay==null)return +B.hS.fC(0,a.JS(this.b))}, +bO(){return"SemanticsNode#"+this.b}, +a3J(a,b,c){return new A.Ma(a,this,b,!0,!0,null,c)}, +JQ(a){return this.a3J(B.yx,null,a)}} +A.a09.prototype={ +$1(a){var s,r,q,p=this.a +p.a=p.a|a.fr +s=p.b +r=a.z +q=a.dx +p.b=s|(r?q&$.Pi():q) +if(p.x==null)p.x=a.p1 +p.z=a.p3 +if(p.Q==null)p.Q=a.R8 +if(p.as==null)p.as=a.RG +if(p.at==null)p.at=a.rx +if(p.ax==null)p.ax=a.ry +if(p.ay==null)p.ay=a.to +p.ch=a.x1 +p.CW=a.x2 +p.cx=a.xr +if(p.d.a==="")p.d=a.fy +if(p.e.a==="")p.e=a.go +if(p.f.a==="")p.f=a.id +if(p.w==="")p.w=a.k2 +s=a.dy +if(s!=null){r=p.y;(r==null?p.y=A.ax(t.g3):r).H(0,s)}for(s=this.b.db,s=A.hJ(s,s.r),r=this.c;s.q();)r.B(0,A.af4(s.d)) +a.ok!=null +s=p.c +r=p.x +p.c=A.a95(a.fx,a.p1,s,r) +r=p.r +s=p.x +p.r=A.a95(a.k1,a.p1,r,s) +p.cy=Math.max(p.cy,a.k4+a.k3) +return!0}, +$S:69} +A.a07.prototype={ +$1(a){return a.a}, +$S:261} +A.j8.prototype={ +aB(a,b){return B.c.aB(this.b,b.b)}, +$ibm:1} +A.hh.prototype={ +aB(a,b){return B.c.aB(this.a,b.a)}, +Lo(){var s,r,q,p,o,n,m,l,k,j=A.a([],t.TV) +for(s=this.c,r=s.length,q=0;q") +return A.a6(new A.fF(n,new A.a82(),s),!0,s.h("i.E"))}, +Ln(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3=this.c,a4=a3.length +if(a4<=1)return a3 +s=t.S +r=A.y(s,t.bu) +q=A.y(s,s) +for(p=this.b,o=p===B.aP,p=p===B.X,n=a4,m=0;m2.356194490192345 +else a0=!1 +if(a||a0)q.m(0,l.b,f.b)}}a1=A.a([],t.t) +a2=A.a(a3.slice(0),A.a5(a3)) +B.b.dn(a2,new A.a7Z()) +new A.a4(a2,new A.a8_(),A.a5(a2).h("a4<1,n>")).S(0,new A.a81(A.ax(s),q,a1)) +a3=t.qn +a3=A.a6(new A.a4(a1,new A.a80(r),a3),!0,a3.h("aX.E")) +a4=A.a5(a3).h("cs<1>") +return A.a6(new A.cs(a3,a4),!0,a4.h("aX.E"))}, +$ibm:1} +A.a82.prototype={ +$1(a){return a.Ln()}, +$S:143} +A.a7Z.prototype={ +$2(a,b){var s,r,q=a.e,p=A.n9(a,new A.v(q.a,q.b)) +q=b.e +s=A.n9(b,new A.v(q.a,q.b)) +r=B.c.aB(p.b,s.b) +if(r!==0)return-r +return-B.c.aB(p.a,s.a)}, +$S:70} +A.a81.prototype={ +$1(a){var s=this,r=s.a +if(r.t(0,a))return +r.B(0,a) +r=s.b +if(r.a2(0,a)){r=r.i(0,a) +r.toString +s.$1(r)}s.c.push(a)}, +$S:40} +A.a8_.prototype={ +$1(a){return a.b}, +$S:264} +A.a80.prototype={ +$1(a){var s=this.a.i(0,a) +s.toString +return s}, +$S:265} +A.a94.prototype={ +$1(a){return a.Lo()}, +$S:143} +A.jl.prototype={ +aB(a,b){var s,r=this.b +if(r==null||b.b==null)return this.c-b.c +r.toString +s=b.b +s.toString +return r.aB(0,s)}, +$ibm:1} +A.Fr.prototype={ +l(){var s=this +s.b.U(0) +s.c.U(0) +s.d.U(0) +s.dG()}, +L3(){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.b +if(f.a===0)return +s=A.ax(t.S) +r=A.a([],t.V) +for(q=A.m(f).h("aO<1>"),p=q.h("i.E"),o=g.d;f.a!==0;){n=A.a6(new A.aO(f,new A.a0d(g),q),!0,p) +f.U(0) +o.U(0) +B.b.dn(n,new A.a0e()) +B.b.H(r,n) +for(m=n.length,l=0;l#"+A.b1(this)}} +A.a0d.prototype={ +$1(a){return!this.a.d.t(0,a)}, +$S:69} +A.a0e.prototype={ +$2(a,b){return a.CW-b.CW}, +$S:70} +A.a0f.prototype={ +$2(a,b){return a.CW-b.CW}, +$S:70} +A.a0c.prototype={ +$1(a){if(a.cy.a2(0,this.b)){this.a.a=a +return!1}return!0}, +$S:69} +A.h_.prototype={ +jI(a,b){var s=this +s.f.m(0,a,b) +s.r=s.r|a.a +s.e=!0}, +e0(a,b){this.jI(a,new A.a_V(b))}, +sjp(a){a.toString +this.e0(B.dP,a)}, +sjo(a){a.toString +this.e0(B.tQ,a)}, +stx(a){this.e0(B.cL,a)}, +stv(a){this.e0(B.Gu,a)}, +sty(a){this.e0(B.cM,a)}, +stz(a){this.e0(B.cJ,a)}, +stw(a){this.e0(B.cK,a)}, +sz4(a){this.e0(B.tR,a)}, +sz_(a){this.e0(B.tP,a)}, +syY(a,b){this.e0(B.Gv,b)}, +syZ(a,b){this.e0(B.Gy,b)}, +sza(a,b){this.e0(B.Gq,b)}, +sz8(a){this.jI(B.Gw,new A.a_Z(a))}, +sz6(a){this.jI(B.Gz,new A.a_X(a))}, +sz9(a){this.jI(B.Gx,new A.a0_(a))}, +sz7(a){this.jI(B.Gp,new A.a_Y(a))}, +sze(a){this.jI(B.Gr,new A.a00(a))}, +szf(a){this.jI(B.Gs,new A.a01(a))}, +sz0(a){this.e0(B.h8,a)}, +sz1(a){this.e0(B.h9,a)}, +sKU(a){if(a===this.k4)return +this.k4=a +this.e=!0}, +sKV(a){if(a==this.ok)return +this.ok=a +this.e=!0}, +syP(a){return}, +sxs(a){return}, +sdL(a,b){if(b===this.y1)return +this.y1=b +this.e=!0}, +wT(a){var s=this.bx;(s==null?this.bx=A.ax(t.g3):s).B(0,a)}, +aT(a,b){var s=this,r=s.aU,q=a.a +if(b)s.aU=r|q +else s.aU=r&~q +s.e=!0}, +Iy(a){var s=this +if(a==null||!a.e||!s.e)return!0 +if((s.r&a.r)!==0)return!1 +if((s.aU&a.aU)!==0)return!1 +if(s.rx.a.length!==0&&a.rx.a.length!==0)return!1 +return!0}, +lw(a){var s,r,q,p=this +if(!a.e)return +s=a.f +if(a.b)s.S(0,new A.a_W(p)) +else p.f.H(0,s) +s=p.r +r=a.b +q=a.r +p.r=s|(r?q&$.Pi():q) +p.R8.H(0,a.R8) +p.aU=p.aU|a.aU +p.bi=a.bi +if(p.an==null)p.an=a.an +if(p.ah==null)p.ah=a.ah +if(p.aZ==null)p.aZ=a.aZ +if(p.xr==null)p.xr=a.xr +if(p.k3==null)p.k3=a.k3 +if(p.ok==null)p.ok=a.ok +if(p.k4==null)p.k4=a.k4 +p.p1=a.p1 +p.p2=a.p2 +p.p3=a.p3 +s=p.aC +if(s==null){s=p.aC=a.aC +p.e=!0}if(p.k2==null)p.k2=a.k2 +r=p.RG +p.RG=A.a95(a.RG,a.aC,r,s) +if(p.rx.a==="")p.rx=a.rx +if(p.ry.a==="")p.ry=a.ry +if(p.to.a==="")p.to=a.to +s=p.x1 +r=p.aC +p.x1=A.a95(a.x1,a.aC,s,r) +if(p.x2==="")p.x2=a.x2 +p.y2=Math.max(p.y2,a.y2+a.y1) +p.e=p.e||a.e}, +Ze(){var s=this,r=A.iV() +r.a=s.a +r.c=s.c +r.d=s.d +r.e=s.e +r.p4=s.p4 +r.aC=s.aC +r.k2=s.k2 +r.RG=s.RG +r.ry=s.ry +r.rx=s.rx +r.to=s.to +r.x1=s.x1 +r.xr=s.xr +r.x2=s.x2 +r.y1=s.y1 +r.y2=s.y2 +r.aU=s.aU +r.bx=s.bx +r.bi=s.bi +r.an=s.an +r.ah=s.ah +r.aZ=s.aZ +r.r=s.r +r.k3=s.k3 +r.ok=s.ok +r.k4=s.k4 +r.p1=s.p1 +r.p2=s.p2 +r.p3=s.p3 +r.f.H(0,s.f) +r.R8.H(0,s.R8) +r.b=s.b +return r}} +A.a_V.prototype={ +$1(a){this.a.$0()}, +$S:5} +A.a_Z.prototype={ +$1(a){a.toString +this.a.$1(A.n5(a))}, +$S:5} +A.a_X.prototype={ +$1(a){a.toString +this.a.$1(A.n5(a))}, +$S:5} +A.a0_.prototype={ +$1(a){a.toString +this.a.$1(A.n5(a))}, +$S:5} +A.a_Y.prototype={ +$1(a){a.toString +this.a.$1(A.n5(a))}, +$S:5} +A.a00.prototype={ +$1(a){var s,r,q +a.toString +s=J.ael(t.f.a(a),t.N,t.S) +r=s.i(0,"base") +r.toString +q=s.i(0,"extent") +q.toString +this.a.$1(A.Gj(B.J,r,q,!1))}, +$S:5} +A.a01.prototype={ +$1(a){a.toString +this.a.$1(A.bN(a))}, +$S:5} +A.a_W.prototype={ +$2(a,b){if(($.Pi()&a.a)>0)this.a.f.m(0,a,b)}, +$S:267} +A.RD.prototype={ +F(){return"DebugSemanticsDumpOrder."+this.b}} +A.pd.prototype={ +aB(a,b){var s=this.a_c(b) +return s}, +$ibm:1} +A.uL.prototype={ +a_c(a){var s=a.b,r=this.b +if(s===r)return 0 +return B.f.aB(r,s)}} +A.M9.prototype={} +A.Mc.prototype={} +A.Md.prototype={} +A.a03.prototype={ +JS(a){var s=A.aI(["type",this.a,"data",this.px()],t.N,t.z) +if(a!=null)s.m(0,"nodeId",a) +return s}, +a3M(){return this.JS(null)}, +j(a){var s,r,q=A.a([],t.s),p=this.px(),o=p.gb4(p),n=A.a6(o,!0,A.m(o).h("i.E")) +B.b.fE(n) +for(o=n.length,s=0;s#"+A.b1(this)+"()"}} +A.Qu.prototype={ +kx(a,b){if(b)return this.a.aW(0,a,new A.Qv(this,a)) +return this.AT(a,!0)}, +a2d(a,b,c){var s,r=this,q={},p=r.b +if(p.a2(0,a)){q=p.i(0,a) +q.toString +return c.h("ah<0>").a(q)}q.a=q.b=null +r.kx(a,!1).b8(b,c).em(new A.Qw(q,r,a,c),new A.Qx(q,r,a),t.H) +s=q.a +if(s!=null)return s +s=new A.a3($.a7,c.h("a3<0>")) +q.b=new A.bk(s,c.h("bk<0>")) +p.m(0,a,s) +return q.b.a}} +A.Qv.prototype={ +$0(){return this.a.AT(this.b,!0)}, +$S:268} +A.Qw.prototype={ +$1(a){var s=this,r=new A.bU(a,s.d.h("bU<0>")),q=s.a +q.a=r +s.b.b.m(0,s.c,r) +q=q.b +if(q!=null)q.d0(0,a)}, +$S(){return this.d.h("b_(0)")}} +A.Qx.prototype={ +$2(a,b){this.b.b.v(0,this.c) +this.a.b.k8(a,b)}, +$S:31} +A.Yg.prototype={ +im(a,b){var s,r=B.be.d1(A.NC(null,A.yY(B.f9,b,B.I,!1),null).e),q=$.h0.eM$ +q===$&&A.c() +s=q.uj(0,"flutter/assets",A.Qr(r)).b8(new A.Yh(b),t.V4) +return s}, +tg(a){return this.a2a(a)}, +a2a(a){var s=0,r=A.Y(t.SG),q,p=this,o,n +var $async$tg=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:o=A +n=A +s=3 +return A.Z(p.im(0,a),$async$tg) +case 3:q=o.Vv(n.a2S(c,0,null)) +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$tg,r)}} +A.Yh.prototype={ +$1(a){if(a==null)throw A.d(A.Tk(A.a([A.auS(this.a),A.b9("The asset does not exist or has empty data.")],t.E))) +return a}, +$S:269} +A.PR.prototype={ +$1(a){return this.Ke(a)}, +Ke(a){var s=0,r=A.Y(t.CL),q +var $async$$1=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:q=new A.mO(t.pE.a(B.U.dK(A.Qr(B.vT.d1(A.bN(B.bd.df(0,a)))))),A.y(t.N,t.Rk)) +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$$1,r)}, +$S:270} +A.mO.prototype={ +Kl(a){var s,r,q,p=this.b +if(!p.a2(0,a)){s=this.a +r=J.av(s) +if(r.i(s,a)==null)return null +q=r.i(s,a) +if(q==null)q=[] +q=J.jA(t.VG.a(q),t.pE) +p.m(0,a,q.fn(q,new A.a3H(a),t.pR).dl(0)) +r.v(s,a)}p=p.i(0,a) +p.toString +return p}, +$iPQ:1} +A.a3H.prototype={ +$1(a){var s,r=J.av(a),q=r.i(a,"asset") +q.toString +A.bN(q) +s=r.i(a,"dpr") +r=r.i(a,"asset") +r.toString +A.bN(r) +return new A.jE(A.aum(s),r)}, +$S:271} +A.jE.prototype={} +A.Q5.prototype={} +A.pe.prototype={ +TM(){var s,r,q=this,p=t.v3,o=new A.Uk(A.y(p,t.bd),A.ax(t.SQ),A.a([],t.sA)) +q.fh$!==$&&A.cc() +q.fh$=o +s=$.aaV() +r=A.a([],t.K0) +q.ec$!==$&&A.cc() +q.ec$=new A.CL(o,s,r,A.ax(p)) +p=q.fh$ +p===$&&A.c() +p.pY().b8(new A.a0o(q),t.P)}, +ox(){var s=$.Pm() +s.a.U(0) +s.b.U(0) +s.c.U(0)}, +je(a){return this.a0F(a)}, +a0F(a){var s=0,r=A.Y(t.H),q,p=this +var $async$je=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:switch(A.bN(J.b3(t.a.a(a),"type"))){case"memoryPressure":p.ox() +break}s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$je,r)}, +Pk(){var s=A.bf("controller") +s.sbt(A.a19(null,new A.a0n(s),null,t.hz)) +return J.amT(s.ar())}, +a37(){if(this.k4$==null)$.aF() +return}, +vH(a){return this.SS(a)}, +SS(a){var s=0,r=A.Y(t.ob),q,p=this,o,n +var $async$vH=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:a.toString +o=A.as2(a) +n=p.k4$ +o.toString +B.b.S(p.RD(n,o),p.ga_V()) +q=null +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$vH,r)}, +RD(a,b){var s,r,q,p +if(a===b)return B.Bw +if(a===B.cV&&b===B.bX)return B.AW +s=A.a([],t.QP) +if(a==null)s.push(b) +else{r=B.b.eO(B.dh,a) +q=B.b.eO(B.dh,b) +if(r>q)for(p=q;p") +r=A.f4(new A.b2(e,s),s.h("i.E")) +q=A.a([],t.K0) +p=e.i(0,d) +o=$.h0.aC$ +n=a.a +if(n==="")n=f +if(a instanceof A.hS)if(p==null){m=new A.lQ(d,c,n,o,!1) +r.B(0,d)}else m=new A.tX(d,p,n,o,!1) +else if(p==null)m=f +else{m=new A.k4(d,p,f,o,!1) +r.v(0,d)}for(s=this.c.d,l=A.m(s).h("b2<1>"),k=l.h("i.E"),j=r.kf(A.f4(new A.b2(s,l),k)),j=j.gV(j),i=this.e;j.q();){h=j.gD(j) +if(h.k(0,d))q.push(new A.k4(h,c,f,o,!0)) +else{g=e.i(0,h) +g.toString +i.push(new A.k4(h,g,f,o,!0))}}for(e=A.f4(new A.b2(s,l),k).kf(r),e=e.gV(e);e.q();){l=e.gD(e) +k=s.i(0,l) +k.toString +i.push(new A.lQ(l,k,f,o,!0))}if(m!=null)i.push(m) +B.b.H(i,q)}} +A.JA.prototype={} +A.Wc.prototype={} +A.f.prototype={ +gu(a){return B.f.gu(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.f&&b.a===this.a}} +A.k.prototype={ +gu(a){return B.f.gu(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.k&&b.a===this.a}} +A.JB.prototype={} +A.hL.prototype={ +j(a){return"MethodCall("+this.a+", "+A.j(this.b)+")"}} +A.uT.prototype={ +j(a){var s=this +return"PlatformException("+s.a+", "+A.j(s.b)+", "+A.j(s.c)+", "+A.j(s.d)+")"}, +$ibn:1} +A.uq.prototype={ +j(a){return"MissingPluginException("+A.j(this.a)+")"}, +$ibn:1} +A.a1h.prototype={ +dK(a){if(a==null)return null +return B.I.df(0,A.a2S(a,0,null))}, +bd(a){if(a==null)return null +return A.Qr(B.be.d1(a))}} +A.VL.prototype={ +bd(a){if(a==null)return null +return B.eC.bd(B.bd.Hy(a))}, +dK(a){var s +if(a==null)return a +s=B.eC.dK(a) +s.toString +return B.bd.df(0,s)}} +A.VN.prototype={ +fO(a){var s=B.bc.bd(A.aI(["method",a.a,"args",a.b],t.N,t.X)) +s.toString +return s}, +f9(a){var s,r,q,p=null,o=B.bc.dK(a) +if(!t.f.b(o))throw A.d(A.bv("Expected method call Map, got "+A.j(o),p,p)) +s=J.av(o) +r=s.i(o,"method") +q=s.i(o,"args") +if(typeof r=="string")return new A.hL(r,q) +throw A.d(A.bv("Invalid method call: "+A.j(o),p,p))}, +H6(a){var s,r,q,p=null,o=B.bc.dK(a) +if(!t.j.b(o))throw A.d(A.bv("Expected envelope List, got "+A.j(o),p,p)) +s=J.av(o) +if(s.gp(o)===1)return s.i(o,0) +if(s.gp(o)===3)if(typeof s.i(o,0)=="string")r=s.i(o,1)==null||typeof s.i(o,1)=="string" +else r=!1 +else r=!1 +if(r){r=A.bN(s.i(o,0)) +q=A.bZ(s.i(o,1)) +throw A.d(A.aci(r,s.i(o,2),q,p))}if(s.gp(o)===4)if(typeof s.i(o,0)=="string")if(s.i(o,1)==null||typeof s.i(o,1)=="string")r=s.i(o,3)==null||typeof s.i(o,3)=="string" +else r=!1 +else r=!1 +else r=!1 +if(r){r=A.bN(s.i(o,0)) +q=A.bZ(s.i(o,1)) +throw A.d(A.aci(r,s.i(o,2),q,A.bZ(s.i(o,3))))}throw A.d(A.bv("Invalid envelope: "+A.j(o),p,p))}, +on(a){var s=B.bc.bd([a]) +s.toString +return s}, +ki(a,b,c){var s=B.bc.bd([a,c,b]) +s.toString +return s}, +Hz(a,b){return this.ki(a,null,b)}} +A.a12.prototype={ +bd(a){var s +if(a==null)return null +s=A.a3g(64) +this.cV(0,s,a) +return s.j3()}, +dK(a){var s,r +if(a==null)return null +s=new A.v0(a) +r=this.fs(0,s) +if(s.b=b.a.byteLength)throw A.d(B.af) +return this.iy(b.kP(0),b)}, +iy(a,b){var s,r,q,p,o,n,m,l,k=this +switch(a){case 0:return null +case 1:return!0 +case 2:return!1 +case 3:s=b.b +r=$.cG() +q=b.a.getInt32(s,B.T===r) +b.b+=4 +return q +case 4:return b.ua(0) +case 6:b.hf(8) +s=b.b +r=$.cG() +q=b.a.getFloat64(s,B.T===r) +b.b+=8 +return q +case 5:case 7:p=k.di(b) +return B.bS.d1(b.kQ(p)) +case 8:return b.kQ(k.di(b)) +case 9:p=k.di(b) +b.hf(4) +s=b.a +o=A.agp(s.buffer,s.byteOffset+b.b,p) +b.b=b.b+4*p +return o +case 10:return b.uc(k.di(b)) +case 14:p=k.di(b) +b.hf(4) +s=b.a +r=s.buffer +s=s.byteOffset+b.b +A.OV(r,s,p) +o=new Float32Array(r,s,p) +b.b=b.b+4*p +return o +case 11:p=k.di(b) +b.hf(8) +s=b.a +o=A.agn(s.buffer,s.byteOffset+b.b,p) +b.b=b.b+8*p +return o +case 12:p=k.di(b) +n=A.aV(p,null,!1,t.X) +for(s=b.a,m=0;m=s.byteLength)A.T(B.af) +b.b=r+1 +n[m]=k.iy(s.getUint8(r),b)}return n +case 13:p=k.di(b) +s=t.X +n=A.y(s,s) +for(s=b.a,m=0;m=s.byteLength)A.T(B.af) +b.b=r+1 +r=k.iy(s.getUint8(r),b) +l=b.b +if(l>=s.byteLength)A.T(B.af) +b.b=l+1 +n.m(0,r,k.iy(s.getUint8(l),b))}return n +default:throw A.d(B.af)}}, +dY(a,b){var s,r +if(b<254)a.dc(0,b) +else{s=a.d +if(b<=65535){a.dc(0,254) +r=$.cG() +s.setUint16(0,b,B.T===r) +a.nB(a.e,0,2)}else{a.dc(0,255) +r=$.cG() +s.setUint32(0,b,B.T===r) +a.nB(a.e,0,4)}}}, +di(a){var s,r,q=a.kP(0) +switch(q){case 254:s=a.b +r=$.cG() +q=a.a.getUint16(s,B.T===r) +a.b+=2 +return q +case 255:s=a.b +r=$.cG() +q=a.a.getUint32(s,B.T===r) +a.b+=4 +return q +default:return q}}} +A.a14.prototype={ +$2(a,b){var s=this.a,r=this.b +s.cV(0,r,a) +s.cV(0,r,b)}, +$S:67} +A.a16.prototype={ +fO(a){var s=A.a3g(64) +B.U.cV(0,s,a.a) +B.U.cV(0,s,a.b) +return s.j3()}, +f9(a){var s,r,q +a.toString +s=new A.v0(a) +r=B.U.fs(0,s) +q=B.U.fs(0,s) +if(typeof r=="string"&&s.b>=a.byteLength)return new A.hL(r,q) +else throw A.d(B.jm)}, +on(a){var s=A.a3g(64) +s.dc(0,0) +B.U.cV(0,s,a) +return s.j3()}, +ki(a,b,c){var s=A.a3g(64) +s.dc(0,1) +B.U.cV(0,s,a) +B.U.cV(0,s,c) +B.U.cV(0,s,b) +return s.j3()}, +Hz(a,b){return this.ki(a,null,b)}, +H6(a){var s,r,q,p,o,n +if(a.byteLength===0)throw A.d(B.zj) +s=new A.v0(a) +if(s.kP(0)===0)return B.U.fs(0,s) +r=B.U.fs(0,s) +q=B.U.fs(0,s) +p=B.U.fs(0,s) +o=s.b=a.byteLength +else n=!1 +if(n)throw A.d(A.aci(r,p,A.bZ(q),o)) +else throw A.d(B.zk)}} +A.X7.prototype={ +a_Y(a,b,c){var s,r,q,p +if(t.PB.b(b)){this.b.v(0,a) +return}s=this.b +r=s.i(0,a) +q=A.atm(c) +if(q==null)q=this.a +if(J.e(r==null?null:t.ZC.a(r.a),q))return +p=q.rw(a) +s.m(0,a,p) +B.EI.eP("activateSystemCursor",A.aI(["device",p.b,"kind",t.ZC.a(p.a).a],t.N,t.z),t.H)}} +A.ur.prototype={} +A.bX.prototype={ +j(a){var s=this.goa() +return s}} +A.Ii.prototype={ +rw(a){throw A.d(A.h6(null))}, +goa(){return"defer"}} +A.MO.prototype={} +A.i0.prototype={ +goa(){return"SystemMouseCursor("+this.a+")"}, +rw(a){return new A.MO(this,a)}, +k(a,b){if(b==null)return!1 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.i0&&b.a===this.a}, +gu(a){return B.d.gu(this.a)}} +A.K6.prototype={} +A.jG.prototype={ +gnV(){var s=$.h0.eM$ +s===$&&A.c() +return s}, +fC(a,b){return this.L_(0,b,this.$ti.h("1?"))}, +L_(a,b,c){var s=0,r=A.Y(c),q,p=this,o,n,m +var $async$fC=A.U(function(d,e){if(d===1)return A.V(e,r) +while(true)switch(s){case 0:o=p.b +n=p.gnV().uj(0,p.a,o.bd(b)) +m=o +s=3 +return A.Z(t.T8.b(n)?n:A.i7(n,t.CD),$async$fC) +case 3:q=m.dK(e) +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$fC,r)}, +um(a){this.gnV().AF(this.a,new A.Q4(this,a))}} +A.Q4.prototype={ +$1(a){return this.Kf(a)}, +Kf(a){var s=0,r=A.Y(t.CD),q,p=this,o,n +var $async$$1=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:o=p.a.b +n=o +s=3 +return A.Z(p.b.$1(o.dK(a)),$async$$1) +case 3:q=n.bd(c) +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$$1,r)}, +$S:110} +A.oA.prototype={ +gnV(){var s=$.h0.eM$ +s===$&&A.c() +return s}, +jP(a,b,c,d){return this.U1(a,b,c,d,d.h("0?"))}, +U1(a,b,c,d,e){var s=0,r=A.Y(e),q,p=this,o,n,m,l,k +var $async$jP=A.U(function(f,g){if(f===1)return A.V(g,r) +while(true)switch(s){case 0:o=p.b +n=o.fO(new A.hL(a,b)) +m=p.a +l=p.gnV().uj(0,m,n) +s=3 +return A.Z(t.T8.b(l)?l:A.i7(l,t.CD),$async$jP) +case 3:k=g +if(k==null){if(c){q=null +s=1 +break}throw A.d(A.aqs("No implementation found for method "+a+" on channel "+m))}q=d.h("0?").a(o.H6(k)) +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$jP,r)}, +eP(a,b,c){return this.jP(a,b,!1,c)}, +tc(a,b,c){return this.a1A(a,b,c,b.h("@<0>").a4(c).h("ap<1,2>?"))}, +a1A(a,b,c,d){var s=0,r=A.Y(d),q,p=this,o +var $async$tc=A.U(function(e,f){if(e===1)return A.V(f,r) +while(true)switch(s){case 0:s=3 +return A.Z(p.eP(a,null,t.f),$async$tc) +case 3:o=f +q=o==null?null:J.ael(o,b,c) +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$tc,r)}, +mN(a){var s=this.gnV() +s.AF(this.a,new A.WU(this,a))}, +qj(a,b){return this.S7(a,b)}, +S7(a,b){var s=0,r=A.Y(t.CD),q,p=2,o,n=this,m,l,k,j,i,h,g,f,e +var $async$qj=A.U(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:h=n.b +g=h.f9(a) +p=4 +e=h +s=7 +return A.Z(b.$1(g),$async$qj) +case 7:k=e.on(d) +q=k +s=1 +break +p=2 +s=6 +break +case 4:p=3 +f=o +k=A.ae(f) +if(k instanceof A.uT){m=k +k=m.a +i=m.b +q=h.ki(k,m.c,i) +s=1 +break}else if(k instanceof A.uq){q=null +s=1 +break}else{l=k +h=h.Hz("error",J.cT(l)) +q=h +s=1 +break}s=6 +break +case 3:s=2 +break +case 6:case 1:return A.W(q,r) +case 2:return A.V(o,r)}}) +return A.X($async$qj,r)}} +A.WU.prototype={ +$1(a){return this.a.qj(a,this.b)}, +$S:110} +A.iK.prototype={ +eP(a,b,c){return this.a1B(a,b,c,c.h("0?"))}, +oI(a,b){return this.eP(a,null,b)}, +a1B(a,b,c,d){var s=0,r=A.Y(d),q,p=this +var $async$eP=A.U(function(e,f){if(e===1)return A.V(f,r) +while(true)switch(s){case 0:q=p.Mg(a,b,!0,c) +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$eP,r)}} +A.lR.prototype={ +F(){return"KeyboardSide."+this.b}} +A.eG.prototype={ +F(){return"ModifierKey."+this.b}} +A.uZ.prototype={ +ga2t(){var s,r,q=A.y(t.xS,t.LE) +for(s=0;s<9;++s){r=B.jJ[s] +if(this.a1I(r))q.m(0,r,B.bE)}return q}} +A.fW.prototype={} +A.YR.prototype={ +$0(){var s,r,q,p=this.b,o=J.av(p),n=A.bZ(o.i(p,"key")),m=n==null +if(!m){s=n.length +s=s!==0&&s===1}else s=!1 +if(s)this.a.a=n +s=A.bZ(o.i(p,"code")) +if(s==null)s="" +m=m?"":n +r=A.n6(o.i(p,"location")) +if(r==null)r=0 +q=A.n6(o.i(p,"metaState")) +if(q==null)q=0 +p=A.n6(o.i(p,"keyCode")) +return new A.Ee(s,m,r,q,p==null?0:p)}, +$S:279} +A.hS.prototype={} +A.oZ.prototype={} +A.YW.prototype={ +a0r(a){var s,r,q,p,o,n,m,l,k,j,i=this +if(a instanceof A.hS){p=a.c +i.d.m(0,p.gh0(),p.goT())}else if(a instanceof A.oZ)i.d.v(0,a.c.gh0()) +i.WQ(a) +for(p=i.a,o=A.a6(p,!0,t.iS),n=o.length,m=0;m")),e),a0=a1 instanceof A.hS +if(a0)a.B(0,g.gh0()) +for(s=g.a,r=null,q=0;q<9;++q){p=B.jJ[q] +o=$.akL() +n=o.i(0,new A.c7(p,B.aL)) +if(n==null)continue +m=B.oJ.i(0,s) +if(n.t(0,m==null?new A.k(98784247808+B.d.gu(s)):m))r=p +if(f.i(0,p)===B.bE){c.H(0,n) +if(n.k_(0,a.gi7(a)))continue}l=f.i(0,p)==null?A.ax(e):o.i(0,new A.c7(p,f.i(0,p))) +if(l==null)continue +for(o=new A.qc(l,l.r),o.c=l.e,m=A.m(o).c;o.q();){k=o.d +if(k==null)k=m.a(k) +j=$.akK().i(0,k) +j.toString +d.m(0,k,j)}}i=b.i(0,B.bo)!=null&&!J.e(b.i(0,B.bo),B.cl) +for(e=$.ae0(),e=A.hJ(e,e.r);e.q();){a=e.d +h=i&&a.k(0,B.bo) +if(!c.t(0,a)&&!h)b.v(0,a)}b.v(0,B.cx) +b.H(0,d) +if(a0&&r!=null&&!b.a2(0,g.gh0())){e=g.gh0().k(0,B.bM) +if(e)b.m(0,g.gh0(),g.goT())}}} +A.c7.prototype={ +k(a,b){if(b==null)return!1 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.c7&&b.a===this.a&&b.b==this.b}, +gu(a){return A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.Lg.prototype={} +A.Lf.prototype={} +A.Ee.prototype={ +gh0(){var s=this.a,r=B.oJ.i(0,s) +return r==null?new A.k(98784247808+B.d.gu(s)):r}, +goT(){var s,r=this.b,q=B.DO.i(0,r),p=q==null?null:q[this.c] +if(p!=null)return p +s=B.DF.i(0,r) +if(s!=null)return s +if(r.length===1)return new A.f(r.toLowerCase().charCodeAt(0)) +return new A.f(B.d.gu(this.a)+98784247808)}, +a1I(a){var s=this +switch(a.a){case 0:return(s.d&4)!==0 +case 1:return(s.d&1)!==0 +case 2:return(s.d&2)!==0 +case 3:return(s.d&8)!==0 +case 5:return(s.d&16)!==0 +case 4:return(s.d&32)!==0 +case 6:return(s.d&64)!==0 +case 7:case 8:return!1}}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.Ee&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d&&b.e===s.e}, +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.vi.prototype={ +ga3x(){var s=this +if(s.c)return new A.bU(s.a,t.hr) +if(s.b==null){s.b=new A.bk(new A.a3($.a7,t.X6),t.EZ) +s.qi()}return s.b.a}, +qi(){var s=0,r=A.Y(t.H),q,p=this,o +var $async$qi=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:s=3 +return A.Z(B.fJ.oI("get",t.pE),$async$qi) +case 3:o=b +if(p.b==null){s=1 +break}p.E8(o) +case 1:return A.W(q,r)}}) +return A.X($async$qi,r)}, +E8(a){var s,r=a==null +if(!r){s=J.b3(a,"enabled") +s.toString +A.n5(s)}else s=!1 +this.a0t(r?null:t.nc.a(J.b3(a,"data")),s)}, +a0t(a,b){var s,r,q=this,p=q.c&&b +q.d=p +if(p)$.bK.rx$.push(new A.ZU(q)) +s=q.a +if(b){p=q.QI(a) +r=t.N +if(p==null){p=t.X +p=A.y(p,p)}r=new A.cr(p,q,null,"root",A.y(r,t.z4),A.y(r,t.I1)) +p=r}else p=null +q.a=p +q.c=!0 +r=q.b +if(r!=null)r.d0(0,p) +q.b=null +if(q.a!=s){q.ai() +if(s!=null)s.l()}}, +w_(a){return this.Us(a)}, +Us(a){var s=0,r=A.Y(t.H),q=this,p +var $async$w_=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:p=a.a +switch(p){case"push":q.E8(t.pE.a(a.b)) +break +default:throw A.d(A.h6(p+" was invoked but isn't implemented by "+A.t(q).j(0)))}return A.W(null,r)}}) +return A.X($async$w_,r)}, +QI(a){if(a==null)return null +return t.J1.a(B.U.dK(A.oC(a.buffer,a.byteOffset,a.byteLength)))}, +KS(a){var s=this +s.r.B(0,a) +if(!s.f){s.f=!0 +$.bK.rx$.push(new A.ZV(s))}}, +Cs(){var s,r,q,p,o,n=this +if(!n.f)return +n.f=!1 +for(s=n.r,r=A.dh(s,s.r),q=A.m(r).c;r.q();){p=r.d;(p==null?q.a(p):p).w=!1}s.U(0) +o=B.U.bd(n.a.a) +B.fJ.eP("put",A.d6(o.buffer,o.byteOffset,o.byteLength),t.H)}, +a_O(){if($.bK.to$)return +this.Cs()}} +A.ZU.prototype={ +$1(a){this.a.d=!1}, +$S:3} +A.ZV.prototype={ +$1(a){return this.a.Cs()}, +$S:3} +A.cr.prototype={ +gnx(){var s=J.qS(this.a,"c",new A.ZR()) +s.toString +return t.pE.a(s)}, +giX(){var s=J.qS(this.a,"v",new A.ZS()) +s.toString +return t.pE.a(s)}, +YG(a,b){var s,r,q,p,o=this,n=o.f +if(n.a2(0,a)||!J.nf(o.gnx(),a)){n=t.N +s=new A.cr(A.y(n,t.X),null,null,a,A.y(n,t.z4),A.y(n,t.I1)) +o.i3(s) +return s}r=t.N +q=o.c +p=J.b3(o.gnx(),a) +p.toString +s=new A.cr(t.pE.a(p),q,o,a,A.y(r,t.z4),A.y(r,t.I1)) +n.m(0,a,s) +return s}, +i3(a){var s=this,r=a.d +if(r!==s){if(r!=null)r.qI(a) +a.d=s +s.Bv(a) +if(a.c!=s.c)s.Ek(a)}}, +R5(a){this.qI(a) +a.d=null +if(a.c!=null){a.wn(null) +a.G1(this.gEj())}}, +li(){var s,r=this +if(!r.w){r.w=!0 +s=r.c +if(s!=null)s.KS(r)}}, +Ek(a){a.wn(this.c) +a.G1(this.gEj())}, +wn(a){var s=this,r=s.c +if(r==a)return +if(s.w)if(r!=null)r.r.v(0,s) +s.c=a +if(s.w&&a!=null){s.w=!1 +s.li()}}, +qI(a){var s,r,q,p=this +if(J.e(p.f.v(0,a.e),a)){J.l3(p.gnx(),a.e) +s=p.r +r=s.i(0,a.e) +if(r!=null){q=J.bD(r) +p.CE(q.ek(r)) +if(q.gT(r))s.v(0,a.e)}if(J.hl(p.gnx()))J.l3(p.a,"c") +p.li() +return}s=p.r +q=s.i(0,a.e) +if(q!=null)J.l3(q,a) +q=s.i(0,a.e) +q=q==null?null:J.hl(q) +if(q===!0)s.v(0,a.e)}, +Bv(a){var s=this +if(s.f.a2(0,a.e)){J.hk(s.r.aW(0,a.e,new A.ZQ()),a) +s.li() +return}s.CE(a) +s.li()}, +CE(a){this.f.m(0,a.e,a) +J.eR(this.gnx(),a.e,a.a)}, +G2(a,b){var s,r,q=this.f +q=q.gal(q) +s=this.r +s=s.gal(s) +r=q.yc(0,new A.fF(s,new A.ZT(),A.m(s).h("fF"))) +J.qR(b?A.a6(r,!1,A.m(r).h("i.E")):r,a)}, +G1(a){return this.G2(a,!1)}, +a3l(a){var s,r=this +if(a===r.e)return +s=r.d +if(s!=null)s.qI(r) +r.e=a +s=r.d +if(s!=null)s.Bv(r)}, +l(){var s,r=this +r.G2(r.gR4(),!0) +r.f.U(0) +r.r.U(0) +s=r.d +if(s!=null)s.qI(r) +r.d=null +r.wn(null) +r.x=!0}, +j(a){return"RestorationBucket(restorationId: "+this.e+", owner: "+A.j(this.b)+")"}} +A.ZR.prototype={ +$0(){var s=t.X +return A.y(s,s)}, +$S:113} +A.ZS.prototype={ +$0(){var s=t.X +return A.y(s,s)}, +$S:113} +A.ZQ.prototype={ +$0(){return A.a([],t.QT)}, +$S:283} +A.ZT.prototype={ +$1(a){return a}, +$S:284} +A.PL.prototype={} +A.i1.prototype={ +Fn(){var s,r,q,p,o=this,n=o.a +n=n==null?null:n.a +s=o.e +s=s==null?null:s.a +r=o.f.F() +q=o.r.F() +p=o.c +p=p==null?null:p.F() +return A.aI(["systemNavigationBarColor",n,"systemNavigationBarDividerColor",null,"systemStatusBarContrastEnforced",o.w,"statusBarColor",s,"statusBarBrightness",r,"statusBarIconBrightness",q,"systemNavigationBarIconBrightness",p,"systemNavigationBarContrastEnforced",o.d],t.N,t.z)}, +j(a){return"SystemUiOverlayStyle("+this.Fn().j(0)+")"}, +gu(a){var s=this +return A.I(s.a,s.b,s.d,s.e,s.f,s.r,s.w,s.c,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(J.J(b)!==A.t(r))return!1 +if(b instanceof A.i1)if(J.e(b.a,r.a))if(J.e(b.e,r.e))if(b.r===r.r)if(b.f===r.f)s=b.c==r.c +else s=!1 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}} +A.a1n.prototype={ +$0(){if(!J.e($.pr,$.acF)){B.b1.eP("SystemChrome.setSystemUIOverlayStyle",$.pr.Fn(),t.H) +$.acF=$.pr}$.pr=null}, +$S:0} +A.G9.prototype={ +F(){return"SystemSoundType."+this.b}} +A.a1w.prototype={ +h5(a){var s +if(a<0)return null +s=this.mL(a).a +return s>=0?s:null}, +h7(a){var s=this.mL(Math.max(0,a)).b +return s>=0?s:null}, +mL(a){var s,r=this.h5(a) +if(r==null)r=-1 +s=this.h7(a) +return new A.d_(r,s==null?-1:s)}} +A.Aw.prototype={ +h5(a){var s +if(a<0)return null +s=this.a +return A.acD(s,Math.min(a,s.length)).b}, +h7(a){var s,r=this.a +if(a>=r.length)return null +s=A.acD(r,Math.max(0,a+1)) +return s.b+s.gD(s).length}, +mL(a){var s,r,q,p=this +if(a<0){s=p.h7(a) +return new A.d_(-1,s==null?-1:s)}else{s=p.a +if(a>=s.length){s=p.h5(a) +return new A.d_(s==null?-1:s,-1)}}r=A.acD(s,a) +s=r.b +if(s!==r.c)s=new A.d_(s,s+r.gD(r).length) +else{q=p.h7(a) +s=new A.d_(s,q==null?-1:q)}return s}} +A.Wj.prototype={ +mL(a){var s=this.a,r=Math.max(a,0),q=s.b.M.b.a.a.Kr(new A.cb(r,B.J)) +s=s.a +r=s.a +s=s.b +return A.Gj(B.J,B.f.hp(q.a,r,s),B.f.hp(q.b,r,s),!1)}} +A.S6.prototype={ +h5(a){return a<0?null:0}, +h7(a){var s=this.a.length +return a>=s?null:s}} +A.wa.prototype={ +j(a){var s,r,q=this,p=", isDirectional: " +if(!q.gkw())return"TextSelection.invalid" +s=""+q.c +r=""+q.f +return q.a===q.b?"TextSelection.collapsed(offset: "+s+", affinity: "+q.e.j(0)+p+r+")":"TextSelection(baseOffset: "+s+", extentOffset: "+q.d+p+r+")"}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(!(b instanceof A.wa))return!1 +if(!r.gkw())return!b.gkw() +if(b.c===r.c)if(b.d===r.d)s=(r.a!==r.b||b.e===r.e)&&b.f===r.f +else s=!1 +else s=!1 +return s}, +gu(a){var s,r=this +if(!r.gkw())return A.I(-B.f.gu(1),-B.f.gu(1),A.fU(B.J),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a) +s=r.a===r.b?A.fU(r.e):A.fU(B.J) +return A.I(B.f.gu(r.c),B.f.gu(r.d),s,B.cf.gu(r.f),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.a_R.prototype={ +F(){return"SelectionChangedCause."+this.b}} +A.Gg.prototype={ +gPW(){var s=this.c +s===$&&A.c() +return s}, +qq(a){return this.Uf(a)}, +Uf(a){var s=0,r=A.Y(t.z),q,p=2,o,n=this,m,l,k,j,i +var $async$qq=A.U(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:p=4 +s=7 +return A.Z(n.vL(a),$async$qq) +case 7:k=c +q=k +s=1 +break +p=2 +s=6 +break +case 4:p=3 +i=o +m=A.ae(i) +l=A.aw(i) +k=A.b9("during method call "+a.a) +A.cN(new A.br(m,l,"services library",k,new A.a2_(a),!1)) +throw i +s=6 +break +case 3:s=2 +break +case 6:case 1:return A.W(q,r) +case 2:return A.V(o,r)}}) +return A.X($async$qq,r)}, +vL(a){return this.TD(a)}, +TD(a){var s=0,r=A.Y(t.z),q,p=this,o,n,m,l,k,j +var $async$vL=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:j=a.a +if(j==="TextInputClient.focusElement"){p.f.i(0,J.b3(t.j.a(a.b),0)) +s=1 +break}else if(j==="TextInputClient.requestElementsInRect"){o=J.jA(t.j.a(a.b),t.Ci) +n=A.m(o).h("a4") +m=p.f +l=A.m(m).h("b2<1>") +k=l.h("dI>") +q=A.a6(new A.dI(new A.aO(new A.b2(m,l),new A.a1X(p,A.a6(new A.a4(o,new A.a1Y(),n),!0,n.h("aX.E"))),l.h("aO")),new A.a1Z(p),k),!0,k.h("i.E")) +s=1 +break}else if(j==="TextInputClient.scribbleInteractionBegan"){s=1 +break}else if(j==="TextInputClient.scribbleInteractionFinished"){s=1 +break}s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$vL,r)}} +A.a2_.prototype={ +$0(){var s=null +return A.a([A.hv("call",this.a,!0,B.am,s,!1,s,s,B.a5,s,!1,!0,!0,B.aJ,s,t.O5)],t.E)}, +$S:19} +A.a1Y.prototype={ +$1(a){return a}, +$S:285} +A.a1X.prototype={ +$1(a){this.a.f.i(0,a) +return!1}, +$S:35} +A.a1Z.prototype={ +$1(a){var s=this.a.f.i(0,a),r=s.ga4r(s) +s=[a] +B.b.H(s,[r.gmh(r),r.gkM(r),r.gce(r),r.gc9(r)]) +return s}, +$S:286} +A.w8.prototype={} +A.KB.prototype={} +A.Og.prototype={} +A.a9y.prototype={ +$1(a){this.a.sbt(a) +return!1}, +$S:21} +A.aG.prototype={} +A.bh.prototype={ +dH(a){this.b=a}, +ii(a,b){this.gmb() +return!0}, +qn(a,b){var s=this +if(A.m(s).h("ew").b(s))return s.ij(0,a,b) +return s.ii(0,a)}, +gmb(){return!0}, +lJ(a){return!0}, +zU(a,b){return this.lJ(a)?B.cg:B.de}, +nn(a,b){var s=this +if(A.m(s).h("ew").b(s))return s.fl(a,b) +return s.dQ(a)}, +wP(a){var s=this.a +s.b=!0 +s.a.push(a) +return null}, +tQ(a){return this.a.v(0,a)}} +A.ew.prototype={ +ij(a,b,c){this.Ly(0,b) +return!0}, +ii(a,b){return this.ij(a,b,null)}} +A.ld.prototype={ +dQ(a){return this.c.$1(a)}} +A.Pw.prototype={ +a1x(a,b,c){if(a.qn(b,c))return new A.dU(!0,a.nn(b,c)) +return B.FL}} +A.il.prototype={ +af(){return new A.wt(A.ax(t.od),new A.B(),B.k)}} +A.Py.prototype={ +$1(a){var s=a.e +s.toString +t.L1.a(s) +return!1}, +$S:51} +A.PB.prototype={ +$1(a){var s,r=this,q=a.e +q.toString +s=A.ab8(t.L1.a(q),r.b,r.d) +if(s!=null){r.c.uD(a,null) +r.a.a=s +return!0}return!1}, +$S:51} +A.Pz.prototype={ +$1(a){var s,r=a.e +r.toString +s=A.ab8(t.L1.a(r),this.b,this.c) +if(s!=null){this.a.a=s +return!0}return!1}, +$S:51} +A.PC.prototype={ +$1(a){var s,r,q=this,p=a.e +p.toString +s=q.b +r=A.ab8(t.L1.a(p),s,q.d) +p=r!=null +if(p&&r.qn(s,q.c)){A.aet(a) +q.a.a=r.nn(s,q.c)}return p}, +$S:51} +A.wt.prototype={ +aE(){this.aS() +this.Fx()}, +S0(a){this.av(new A.a3m(this))}, +Fx(){var s,r,q,p,o=this,n=o.a.d +n=n.gal(n) +s=A.f4(n,A.m(n).h("i.E")) +r=o.d.kf(s) +n=o.d +n.toString +q=s.kf(n) +for(n=r.gV(r),p=o.gD4();n.q();)n.gD(n).tQ(p) +for(n=q.gV(q);n.q();)n.gD(n).wP(p) +o.d=s}, +aP(a){this.bh(a) +this.Fx()}, +l(){var s,r,q,p,o=this +o.aL() +for(s=o.d,s=A.dh(s,s.r),r=o.gD4(),q=A.m(s).c;s.q();){p=s.d;(p==null?q.a(p):p).tQ(r)}o.d=null}, +L(a){var s=this.a +return new A.ws(null,s.d,this.e,s.e,null)}} +A.a3m.prototype={ +$0(){this.a.e=new A.B()}, +$S:0} +A.ws.prototype={ +bB(a){var s +if(this.w===a.w)s=!A.aaA(a.r,this.r) +else s=!0 +return s}} +A.GS.prototype={ +dQ(a){a.a4t() +return null}} +A.Bz.prototype={ +lJ(a){return this.c}, +dQ(a){}} +A.nk.prototype={} +A.nz.prototype={} +A.hx.prototype={} +A.Bx.prototype={} +A.iR.prototype={} +A.E9.prototype={ +ij(a,b,c){var s,r,q,p,o,n=$.aA.O$.f.c +if(n==null||n.e==null)return!1 +for(s=t.vz,r=0;r<2;++r){q=B.Bn[r] +p=n.e +p.toString +o=A.aba(p,q,s) +if(o!=null&&o.qn(q,c)){this.e=o +this.f=q +return!0}}return!1}, +ii(a,b){return this.ij(a,b,null)}, +fl(a,b){var s,r=this.e +r===$&&A.c() +s=this.f +s===$&&A.c() +r.nn(s,b)}, +dQ(a){return this.fl(a,null)}} +A.Kx.prototype={ +Dz(a,b,c){var s +a.dH(this.gkc()) +s=a.nn(b,c) +a.dH(null) +return s}, +fl(a,b){var s=this,r=A.ab9(s.gti(),A.m(s).c) +return r==null?s.a1z(a,s.b,b):s.Dz(r,a,b)}, +dQ(a){return this.fl(a,null)}, +gmb(){var s=this,r=A.aba(s.gti(),null,A.m(s).c) +if(r!=null){r.dH(s.gkc()) +r.gmb() +r.dH(null)}else s.gkc().gmb() +return!0}, +ij(a,b,c){var s,r=this,q=A.ab9(r.gti(),A.m(r).c),p=q==null +if(!p)q.dH(r.gkc()) +s=(p?r.gkc():q).qn(b,c) +if(!p)q.dH(null) +return s}, +ii(a,b){return this.ij(a,b,null)}, +lJ(a){var s,r=this,q=A.ab9(r.gti(),A.m(r).c),p=q==null +if(!p)q.dH(r.gkc()) +s=(p?r.gkc():q).lJ(a) +if(!p)q.dH(null) +return s}} +A.xQ.prototype={ +Dz(a,b,c){var s +c.toString +a.dH(new A.wO(c,this.e,new A.bi(A.a([],t.ot),t.wS),this.$ti.h("wO<1>"))) +s=a.nn(b,c) +a.dH(null) +return s}, +a1z(a,b,c){var s=this.e +if(b==null)return s.fl(a,c) +else return s.fl(a,c)}, +gkc(){return this.e}, +gti(){return this.f}} +A.wO.prototype={ +dH(a){this.d.dH(a)}, +ii(a,b){return this.d.ij(0,b,this.c)}, +gmb(){this.d.gmb() +return!0}, +lJ(a){return this.d.lJ(a)}, +wP(a){var s +this.Lx(a) +s=this.d.a +s.b=!0 +s.a.push(a)}, +tQ(a){this.Lz(a) +this.d.a.v(0,a)}, +dQ(a){return this.d.fl(a,this.c)}} +A.H1.prototype={} +A.H_.prototype={} +A.Jw.prototype={} +A.zi.prototype={ +dH(a){this.Lw(a) +this.e.dH(a)}} +A.r5.prototype={ +am(a){var s=new A.v6(this.e,!0,null,A.ao(),this.$ti.h("v6<1>")) +s.aq() +s.saA(null) +return s}, +az(a,b){b.sn(0,this.e) +b.sLi(!0)}} +A.wp.prototype={ +af(){return new A.z0(B.k)}} +A.z0.prototype={ +gTN(){$.aA.toString +var s=$.aF() +if(s.gxy()!=="/"){$.aA.toString +s=s.gxy()}else{this.a.toString +$.aA.toString +s=s.gxy()}return s}, +QM(a){switch(this.d){case null:case void 0:case B.bX:case B.eo:return!0 +case B.cU:case B.ep:case B.cV:A.acG(a.a) +return!0}}, +xD(a){this.d=a +this.ND(a)}, +aE(){var s=this +s.aS() +s.Xn() +$.aA.toString +s.w=s.Ex($.aF().a.f,s.a.go) +$.aA.aa$.push(s) +s.d=$.aA.k4$}, +aP(a){this.bh(a) +this.FQ(a)}, +l(){B.b.v($.aA.aa$,this) +var s=this.e +if(s!=null)s.l() +this.aL()}, +C1(){var s=this.e +if(s!=null)s.l() +this.f=this.e=null}, +FQ(a){var s,r=this +r.a.toString +if(r.gG0()){r.C1() +if(r.r==null||r.a.c!=a.c){s=r.a.c +r.r=s==null?new A.lD(r,t.TX):s}}else{r.C1() +r.r=null}}, +Xn(){return this.FQ(null)}, +gG0(){var s=this.a +s=s.as +s=s==null?null:s.a!==0 +if(s!==!0)s=!1 +else s=!0 +return s}, +UM(a){var s,r=this,q=a.a +if(q==="/")r.a.toString +s=r.a.as.i(0,q) +if(s!=null)return r.a.f.$1$2(a,s,t.z) +r.a.toString +return null}, +UZ(a){return this.a.at.$1(a)}, +rE(){var s=0,r=A.Y(t.y),q,p=this,o,n +var $async$rE=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:p.a.toString +o=p.r +n=o==null?null:o.gbI() +if(n==null){q=!1 +s=1 +break}q=n.IR() +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$rE,r)}, +oi(a){return this.a_6(a)}, +a_6(a){var s=0,r=A.Y(t.y),q,p=this,o,n,m,l +var $async$oi=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:p.a.toString +o=p.r +n=o==null?null:o.gbI() +if(n==null){q=!1 +s=1 +break}m=a.giF() +o=m.gc1(m).length===0?"/":m.gc1(m) +l=m.gix() +l=l.gT(l)?null:m.gix() +o=A.NC(m.gfk().length===0?null:m.gfk(),o,l).gnG() +n.mx(A.kT(o,0,o.length,B.I,!1),t.X) +q=!0 +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$oi,r)}, +Ex(a,b){this.a.toString +return A.avT(a,b)}, +Hf(a){var s=this,r=s.Ex(a,s.a.go) +if(!r.k(0,s.w))s.av(new A.a8L(s,r))}, +L(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f={} +f.a=null +s=h.a +s.toString +if(h.gG0()){s=h.r +r=h.gTN() +q=h.a +p=q.ch +p.toString +f.a=A.afC(!0,new A.uE(r,h.gUL(),h.gUY(),p,"nav",A.axq(),!0,B.C,s),"Navigator Scope",g,g) +s=q}else{s=h.a +s.toString}f.b=null +o=new A.eu(new A.a8K(f,h),g) +f.b=o +o=f.b=A.jQ(o,g,B.aQ,!0,s.db,g,g,B.ad) +n=g +f=o +s=h.a +r=s.cx +q=s.dx.a +q=A.a2(255,q>>>16&255,q>>>8&255,q&255) +p=h.w +p.toString +s=s.p4 +m=A.at6() +l=A.op($.ald(),t.A,t.od) +k=t.ot +j=t.wS +l.m(0,B.uO,new A.xQ(new A.p6(new A.bi(A.a([],k),j)),a,!1,!1,!1,!1,new A.bi(A.a([],k),j),t.x5.h("xQ"))) +k=A.acp() +j=t.a9 +i=A.a([],j) +B.b.H(i,h.a.fr) +i.push(B.x9) +j=A.a(i.slice(0),j) +return new A.vl(new A.vJ(new A.cz(h.gQL(),A.acz(new A.Bn(A.Px(l,A.afE(new A.Gc(new A.vL(new A.u8(p,j,new A.Gs(r,q,f,g),g),g),g),k)),g),"",m),g,t.w3),g),s,g)}} +A.a8L.prototype={ +$0(){this.a.w=this.b}, +$S:0} +A.a8K.prototype={ +$1(a){return this.b.a.CW.$2(a,this.a.a)}, +$S:26} +A.OT.prototype={} +A.np.prototype={ +af(){return new A.wz(B.k)}} +A.wz.prototype={ +aE(){this.aS() +this.FB()}, +aP(a){this.bh(a) +this.FB()}, +FB(){this.e=new A.cz(this.gPe(),this.a.c,null,t.Jc)}, +l(){var s,r,q=this.d +if(q!=null)for(q=A.hJ(q,q.r);q.q();){s=q.d +r=this.d.i(0,s) +r.toString +s.I(0,r)}this.aL()}, +Pf(a){var s,r=this,q=a.a,p=r.d +if(p==null)p=r.d=A.y(t.I_,t.M) +p.m(0,q,r.Qw(q)) +p=r.d.i(0,q) +p.toString +q.Z(0,p) +if(!r.f){r.f=!0 +s=r.CO() +if(s!=null)r.FN(s) +else $.bK.rx$.push(new A.a3S(r))}return!1}, +CO(){var s={},r=this.c +r.toString +s.a=null +r.aN(new A.a3X(s)) +return t.xO.a(s.a)}, +FN(a){var s,r +this.c.toString +s=this.f +r=this.e +r===$&&A.c() +a.BM(t.Fw.a(A.apU(r,s)))}, +Qw(a){var s=A.bf("callback"),r=new A.a3W(this,a,s) +s.sbt(r) +return r}, +L(a){var s=this.f,r=this.e +r===$&&A.c() +return new A.tU(s,r,null)}} +A.a3S.prototype={ +$1(a){var s,r=this.a +if(r.c==null)return +s=r.CO() +s.toString +r.FN(s)}, +$S:3} +A.a3X.prototype={ +$1(a){this.a.a=a}, +$S:7} +A.a3W.prototype={ +$0(){var s=this.a,r=this.b +s.d.v(0,r) +r.I(0,this.c.ar()) +if(s.d.a===0)if($.bK.x1$.a<3)s.av(new A.a3U(s)) +else{s.f=!1 +A.dd(new A.a3V(s))}}, +$S:0} +A.a3U.prototype={ +$0(){this.a.f=!1}, +$S:0} +A.a3V.prototype={ +$0(){var s=this.a +if(s.c!=null&&s.d.a===0)s.av(new A.a3T(s))}, +$S:0} +A.a3T.prototype={ +$0(){}, +$S:0} +A.on.prototype={} +A.CJ.prototype={} +A.nq.prototype={ +q9(){var s=new A.CJ($.aR()) +this.hv$=s +this.c.ct(new A.on(s))}, +pq(){var s,r=this +if(r.gu0()){if(r.hv$==null)r.q9()}else{s=r.hv$ +if(s!=null){s.ai() +s.dG() +r.hv$=null}}}, +L(a){if(this.gu0()&&this.hv$==null)this.q9() +return B.NK}} +A.Kj.prototype={ +L(a){throw A.d(A.C3("Widgets that mix AutomaticKeepAliveClientMixin into their State must call super.build() but must ignore the return value of the superclass."))}} +A.Nw.prototype={ +AA(a,b){}, +mk(a){A.air(this,new A.a8z(this,a))}} +A.a8z.prototype={ +$1(a){var s=a.y +if(s!=null&&s.t(0,this.a))a.b1()}, +$S:7} +A.a8y.prototype={ +$1(a){A.air(a,this.a)}, +$S:7} +A.Nx.prototype={ +cs(a){return new A.Nw(A.fJ(null,null,null,t.h,t.X),this,B.M)}} +A.eX.prototype={ +bB(a){return this.w!==a.w}} +A.DM.prototype={ +am(a){var s=this.e +s=new A.ED(B.c.aH(A.O(s,0,1)*255),s,!1,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){b.sc0(0,this.e) +b.srg(!1)}} +A.rJ.prototype={ +am(a){var s=new A.Er(this.e,this.f,this.r,!1,!1,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){b.stD(this.e) +b.sHU(this.f) +b.sa2R(this.r) +b.dO=b.bf=!1}, +lQ(a){a.stD(null) +a.sHU(null)}} +A.nH.prototype={ +am(a){var s=new A.Eo(null,this.f,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){b.sk7(null) +b.sk6(this.f)}, +lQ(a){a.sk7(null)}} +A.AM.prototype={ +am(a){var s=new A.Em(null,B.bC,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){b.sk7(null) +b.sk6(B.bC)}, +lQ(a){a.sk7(null)}} +A.AN.prototype={ +am(a){var s=new A.En(this.e,this.f,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){b.sk7(this.e) +b.sk6(this.f)}, +lQ(a){a.sk7(null)}} +A.DW.prototype={ +am(a){var s=this,r=new A.EF(s.e,s.r,s.w,s.y,s.x,null,s.f,null,A.ao()) +r.aq() +r.saA(null) +return r}, +az(a,b){var s=this +b.sc4(0,s.e) +b.sk6(s.f) +b.sYo(0,s.r) +b.sdL(0,s.w) +b.sag(0,s.x) +b.sci(0,s.y)}} +A.DX.prototype={ +am(a){var s=this,r=new A.EG(s.r,s.x,s.w,s.e,s.f,null,A.ao()) +r.aq() +r.saA(null) +return r}, +az(a,b){var s=this +b.sk7(s.e) +b.sk6(s.f) +b.sdL(0,s.r) +b.sag(0,s.w) +b.sci(0,s.x)}} +A.wg.prototype={ +am(a){var s=this,r=A.e6(a),q=new A.EQ(s.w,null,A.ao()) +q.aq() +q.saA(null) +q.sbg(0,s.e) +q.seE(s.r) +q.sbA(r) +q.sfi(s.x) +q.sJ1(0,null) +return q}, +az(a,b){var s=this +b.sbg(0,s.e) +b.sJ1(0,null) +b.seE(s.r) +b.sbA(A.e6(a)) +b.bf=s.w +b.sfi(s.x)}} +A.Cg.prototype={ +am(a){var s=new A.Ex(this.e,this.f,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){b.sa3S(this.e) +b.a_=this.f}} +A.cW.prototype={ +am(a){var s=new A.EE(this.e,A.e6(a),null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){b.sbU(0,this.e) +b.sbA(A.e6(a))}} +A.l4.prototype={ +am(a){var s=new A.EI(this.f,this.r,this.e,A.e6(a),null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){b.seE(this.e) +b.sa46(this.f) +b.sa0X(this.r) +b.sbA(A.e6(a))}} +A.rn.prototype={} +A.rK.prototype={ +am(a){var s=new A.Es(this.e,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){b.sxA(this.e)}} +A.tZ.prototype={ +nS(a){var s,r,q=a.b +q.toString +t.Wz.a(q) +s=this.f +if(q.e!==s){q.e=s +r=a.d +if(r instanceof A.w)r.a3()}}} +A.rI.prototype={ +am(a){var s=new A.Eq(this.e,0,null,null,A.ao()) +s.aq() +s.H(0,null) +return s}, +az(a,b){b.sxA(this.e)}} +A.mB.prototype={ +am(a){return A.agS(A.nx(this.f,this.e))}, +az(a,b){b.sGi(A.nx(this.f,this.e))}, +bO(){var s,r=this,q=r.e +if(q===1/0&&r.f===1/0)s="SizedBox.expand" +else s=q===0&&r.f===0?"SizedBox.shrink":"SizedBox" +q=r.a +return q==null?s:s+"-"+q.j(0)}} +A.eU.prototype={ +am(a){return A.agS(this.e)}, +az(a,b){b.sGi(this.e)}} +A.CW.prototype={ +am(a){var s=new A.EA(this.e,this.f,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){b.sa2m(0,this.e) +b.sa2k(0,this.f)}} +A.uJ.prototype={ +am(a){var s=new A.EC(this.e,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){b.stt(this.e)}, +cs(a){return new A.Kp(this,B.M)}} +A.Kp.prototype={} +A.FH.prototype={ +am(a){var s=a.ad(t.I) +s.toString +s=new A.EO(this.e,s.w,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){var s +b.sbU(0,this.e) +s=a.ad(t.I) +s.toString +b.sbA(s.w)}} +A.FY.prototype={ +am(a){var s=A.e6(a) +s=new A.ve(this.e,s,this.r,this.w,A.ao(),0,null,null,A.ao()) +s.aq() +s.H(0,null) +return s}, +az(a,b){var s +b.seE(this.e) +s=A.e6(a) +b.sbA(s) +s=this.r +if(b.ao!==s){b.ao=s +b.a3()}s=this.w +if(s!==b.aQ){b.aQ=s +b.ak() +b.aV()}}} +A.mh.prototype={ +nS(a){var s,r,q,p=this,o=a.b +o.toString +t.B.a(o) +s=p.f +if(o.w!=s){o.w=s +r=!0}else r=!1 +s=p.r +if(o.e!=s){o.e=s +r=!0}s=p.w +if(o.f!=s){o.f=s +r=!0}s=p.x +if(o.r!=s){o.r=s +r=!0}s=p.y +if(o.x!=s){o.x=s +r=!0}if(r){q=a.d +if(q instanceof A.w)q.a3()}}} +A.E5.prototype={ +L(a){var s=this,r=a.ad(t.I) +r.toString +return A.ar8(s.f,s.x,null,null,s.c,r.w,s.d,s.r)}} +A.C_.prototype={ +gUB(){switch(this.e.a){case 0:return!0 +case 1:var s=this.w +return s===B.eR||s===B.yh}}, +Ae(a){var s=this.x +s=this.gUB()?A.e6(a):null +return s}, +am(a){var s=this,r=null,q=new A.Ew(s.e,s.f,s.r,s.w,s.Ae(a),s.y,s.z,B.C,A.ao(),A.aV(4,A.acH(r,r,r,r,r,B.b6,B.X,r,B.aG,B.ad),!1,t.mi),!0,0,r,r,A.ao()) +q.aq() +q.H(0,r) +return q}, +az(a,b){var s=this,r=s.e +if(b.M!==r){b.M=r +b.a3()}b.sa2h(s.f) +r=s.r +if(b.ae!==r){b.ae=r +b.a3()}b.sZP(s.w) +r=s.Ae(a) +if(b.ao!=r){b.ao=r +b.a3()}r=s.y +if(b.aQ!==r){b.aQ=r +b.a3()}if(B.C!==b.bE){b.bE=B.C +b.ak() +b.aV()}}} +A.F0.prototype={} +A.AX.prototype={} +A.lv.prototype={ +nS(a){var s,r,q=a.b +q.toString +t.US.a(q) +if(q.e!==1){q.e=1 +s=!0}else s=!1 +if(q.f!==B.jj){q.f=B.jj +s=!0}if(s){r=a.d +if(r instanceof A.w)r.a3()}}} +A.EW.prototype={ +am(a){var s,r,q,p,o=this,n=null,m=o.r +if(m==null){m=a.ad(t.I) +m.toString +m=m.w}s=o.x +r=o.y +q=A.ac2(a) +if(r.k(0,B.aG))r=new A.hd(1) +p=s===B.cQ?"\u2026":n +s=new A.va(A.acH(p,q,o.z,o.as,o.e,o.f,m,o.ax,r,o.at),o.w,s,o.ch,!1,0,n,n,A.ao()) +s.aq() +s.H(0,n) +s.skJ(o.ay) +return s}, +az(a,b){var s,r=this +b.scc(0,r.e) +b.szM(0,r.f) +s=r.r +if(s==null){s=a.ad(t.I) +s.toString +s=s.w}b.sbA(s) +b.sLk(r.w) +b.sa2G(0,r.x) +b.sdk(r.y) +b.syO(r.z) +b.sLs(r.as) +b.szO(r.at) +b.sJL(r.ax) +s=A.ac2(a) +b.syL(0,s) +b.skJ(r.ay) +b.sKY(r.ch)}} +A.ZX.prototype={ +$0(){return this.a.a}, +$S:295} +A.ZY.prototype={ +$0(){return this.a.b}, +$S:46} +A.Ed.prototype={ +am(a){var s=this,r=s.d +r=r==null?null:r.j0(0) +r=new A.Ey(r,s.e,s.f,s.r,s.w,s.x,s.y,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.CW,!1,null,!1,A.ao()) +r.aq() +r.Xb() +return r}, +az(a,b){var s=this,r=s.d +b.sdC(0,r==null?null:r.j0(0)) +b.aa=s.e +b.sce(0,s.f) +b.sc9(0,s.r) +b.skS(0,s.w) +b.sag(0,s.x) +b.sc0(0,s.y) +b.sYU(s.Q) +b.sm4(s.as) +b.seE(s.at) +b.smz(0,s.ax) +b.slE(s.ay) +b.smj(!1) +b.sbA(null) +b.sji(s.CW) +b.sjj(!1) +b.sfi(s.z)}, +lQ(a){a.sdC(0,null)}} +A.CZ.prototype={ +am(a){var s=this,r=null,q=new A.EH(s.e,r,s.r,r,s.x,s.y,r,r,s.as,s.at,r,A.ao()) +q.aq() +q.saA(r) +return q}, +az(a,b){var s=this +b.cD=s.e +b.ea=null +b.cu=s.r +b.cv=null +b.bM=s.x +b.cj=s.y +b.a_B=b.fQ=null +b.HE=s.as +b.A=s.at}} +A.us.prototype={ +am(a){var s=this +return A.arA(s.w,null,s.e,s.r,s.f,!0)}, +az(a,b){var s,r=this +b.ea=r.e +b.cu=r.f +b.cv=r.r +s=r.w +if(!b.bM.k(0,s)){b.bM=s +b.ak()}if(b.A!==B.a9){b.A=B.a9 +b.ak()}}} +A.fc.prototype={ +am(a){var s=new A.EK(null,A.ao()) +s.aq() +s.saA(null) +return s}} +A.oc.prototype={ +am(a){var s=new A.v8(this.e,null,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){b.sIi(this.e) +b.syt(null)}} +A.zS.prototype={ +am(a){var s=new A.v4(!1,null,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){b.sG9(!1) +b.syt(null)}} +A.Fm.prototype={ +am(a){var s=this,r=new A.vc(s.e,s.f,s.r,!1,!1,s.D0(a),null,A.ao()) +r.aq() +r.saA(null) +r.Fz(r.A) +return r}, +D0(a){var s,r=this.e,q=r.R8 +if(q!=null)return q +if(r.fy==null){r=r.p3!=null +s=r}else s=!0 +if(!s)return null +return A.e6(a)}, +az(a,b){var s=this +b.sZ3(s.f) +b.sa_z(s.r) +b.sa_v(!1) +b.sYm(!1) +b.sJc(s.e) +b.sbA(s.D0(a))}} +A.Dj.prototype={ +am(a){var s=new A.EB(null,A.ao()) +s.aq() +s.saA(null) +return s}} +A.Ah.prototype={ +am(a){var s=new A.El(!0,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){b.sYn(!0)}} +A.t5.prototype={ +am(a){var s=new A.Ev(this.e,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){b.sa_w(this.e)}} +A.tD.prototype={ +am(a){var s=new A.Ez(this.e,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){b.sa1h(0,this.e)}} +A.lS.prototype={ +L(a){return this.c}} +A.eu.prototype={ +L(a){return this.c.$1(a)}} +A.ry.prototype={ +am(a){var s=new A.xX(this.e,B.a9,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){t.ri.a(b).sag(0,this.e)}} +A.xX.prototype={ +sag(a,b){if(b.k(0,this.cD))return +this.cD=b +this.ak()}, +aD(a,b){var s,r,q,p,o=this,n=o.gC(o) +if(n.a>0&&n.b>0){n=a.gbs(a) +s=o.gC(o) +r=b.a +q=b.b +p=$.ad().aX() +p.sag(0,o.cD) +n.dz(new A.E(r,q,r+s.a,q+s.b),p)}n=o.fr$ +if(n!=null)a.ei(n,b)}} +A.a8N.prototype={ +$1(a){var s=a==null?t.K.a(a):a +return this.a.je(s)}, +$S:296} +A.h9.prototype={ +rE(){return A.cO(!1,t.y)}, +oi(a){var s=a.giF(),r=s.gc1(s).length===0?"/":s.gc1(s),q=s.gix() +q=q.gT(q)?null:s.gix() +r=A.NC(s.gfk().length===0?null:s.gfk(),r,q).gnG() +A.kT(r,0,r.length,B.I,!1) +return A.cO(!1,t.y)}, +Hg(){}, +Hi(){}, +Hh(){}, +Hf(a){}, +xD(a){}, +xJ(){var s=0,r=A.Y(t.s1),q +var $async$xJ=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:q=B.hQ +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$xJ,r)}} +A.wq.prototype={ +t0(){var s=0,r=A.Y(t.s1),q,p=this,o,n,m,l +var $async$t0=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:o=A.a6(p.aa$,!0,t.g),n=o.length,m=!1,l=0 +case 3:if(!(l=s.b&&s.c>=s.d) +else s=!0}else s=!1 +if(s)m=new A.CW(0,0,new A.eU(B.hX,n,n),n) +else{s=o.d +if(s!=null)m=new A.l4(s,n,n,m,n)}r=o.gV2() +if(r!=null)m=new A.cW(r,m,n) +s=o.f +if(s!=null)m=new A.ry(s,m,n) +s=o.as +if(s!==B.C){q=A.e6(a) +p=o.r +p.toString +m=A.aeQ(m,s,new A.Ib(q==null?B.X:q,p))}s=o.r +if(s!=null)m=A.abs(m,s,B.eT) +s=o.w +if(s!=null)m=A.abs(m,s,B.jf) +s=o.x +if(s!=null)m=new A.eU(s,m,n) +s=o.y +if(s!=null)m=new A.cW(s,m,n) +s=o.z +if(s!=null)m=A.a2I(o.Q,m,n,s,!0) +m.toString +return m}} +A.Ib.prototype={ +Ac(a){return this.c.u5(new A.E(0,0,0+a.a,0+a.b),this.b)}, +AK(a){return!a.c.k(0,this.c)||a.b!==this.b}} +A.jP.prototype={ +bB(a){return!J.e(this.w,a.w)||!J.e(this.x,a.x)||!J.e(this.y,a.y)}} +A.RG.prototype={ +$1(a){var s=a.ad(t.Uf) +if(s==null)s=B.d6 +return A.abu(this.e,s.w,this.a,this.d,s.x)}, +$S:297} +A.Kk.prototype={ +L(a){throw A.d(A.C3("A DefaultSelectionStyle constructed with DefaultSelectionStyle.fallback cannot be incorporated into the widget tree, it is meant only to provide a fallback value returned by DefaultSelectionStyle.of() when no enclosing default selection style is present in a BuildContext."))}} +A.Bn.prototype={ +RM(){return $.akD()}, +L(a){var s=A.acz(this.c,"",this.RM()) +return A.acz(s,"",A.aoo())}} +A.By.prototype={ +gdu(a){var s=this.a +if(s==null)return null +s=s.c +s.toString +return s}} +A.nW.prototype={ +af(){return new A.wZ(A.Eb(null),A.Eb(null),B.k)}, +a_T(a,b,c){return this.d.$3(a,b,c)}, +a3w(a,b,c){return this.e.$3(a,b,c)}} +A.wZ.prototype={ +aE(){var s,r=this +r.aS() +s=r.a.c +r.d=s.gaO(s) +s=r.a.c +s.aY() +s=s.bD$ +s.b=!0 +s.a.push(r.guX()) +r.Cw()}, +BK(a){var s,r=this,q=r.d +q===$&&A.c() +s=r.PQ(a,q) +r.d=s +if(q!==s)r.Cw()}, +aP(a){var s,r,q=this +q.bh(a) +s=a.c +if(s!==q.a.c){r=q.guX() +s.cl(r) +s=q.a.c +s.aY() +s=s.bD$ +s.b=!0 +s.a.push(r) +r=q.a.c +q.BK(r.gaO(r))}}, +PQ(a,b){switch(a.a){case 0:case 3:return a +case 1:switch(b.a){case 0:case 3:case 1:return a +case 2:return b}break +case 2:switch(b.a){case 0:case 3:case 2:return a +case 1:return b}break}}, +Cw(){var s=this,r=s.d +r===$&&A.c() +switch(r.a){case 0:case 1:s.e.sca(0,s.a.c) +s.f.sca(0,B.c3) +break +case 2:case 3:s.e.sca(0,B.c2) +s.f.sca(0,new A.fd(s.a.c,new A.bi(A.a([],t.G),t.O),0)) +break}}, +l(){this.a.c.cl(this.guX()) +this.aL()}, +L(a){var s=this.a +return s.a_T(a,this.e,s.a3w(a,this.f,s.f))}} +A.k3.prototype={ +F(){return"KeyEventResult."+this.b}} +A.Hm.prototype={} +A.Tp.prototype={ +a7(a){var s,r=this.a +if(r.ax===this){if(!r.gjg()){s=r.w +s=s!=null&&s.e===r}else s=!0 +if(s)r.zX(B.uQ) +s=r.w +if(s!=null){if(s.c===r)s.c=null +s.d.v(0,r)}s=r.Q +if(s!=null)s.VJ(0,r) +r.ax=null}}, +zG(a){var s,r=this.a +if(r.ax===this){s=r.e +s.toString +a=A.abL(s,!0,!0);(a==null?r.e.f.f.b:a).wi(r)}}, +Jw(){return this.zG(null)}} +A.GD.prototype={ +F(){return"UnfocusDisposition."+this.b}} +A.cf.prototype={ +geo(){var s,r,q +if(this.a)return!0 +for(s=this.gfJ(),r=s.length,q=0;q"))}, +gfJ(){var s,r,q=this.x +if(q==null){s=A.a([],t.T) +r=this.Q +for(;r!=null;){s.push(r) +r=r.Q}this.x=s +q=s}return q}, +gjf(){if(!this.gjg()){var s=this.w +if(s==null)s=null +else{s=s.c +s=s==null?null:B.b.t(s.gfJ(),this)}s=s===!0}else s=!0 +return s}, +gjg(){var s=this.w +return(s==null?null:s.c)===this}, +gkA(){return this.gdM()}, +gdM(){var s,r,q,p +for(s=this.gfJ(),r=s.length,q=0;q#"+s+q}, +$iab:1} +A.Tr.prototype={ +$1(a){return!a.geo()&&a.gc5()}, +$S:10} +A.jT.prototype={ +gkA(){return this}, +gpp(){if(!this.gc5())return B.w2 +return A.cf.prototype.gpp.call(this)}, +pL(a){if(a.Q==null)this.wi(a) +if(this.gjf())a.iR(!0) +else a.lq()}, +iR(a){var s,r,q=this,p=q.fr +while(!0){if((p.length!==0?B.b.ga1(p):null)!=null)s=!(p.length!==0?B.b.ga1(p):null).gc5() +else s=!1 +if(!s)break +p.pop()}r=p.length!==0?B.b.ga1(p):null +if(!a||r==null){if(q.gc5()){q.lq() +q.DN(q)}return}r.iR(!0)}} +A.jS.prototype={ +F(){return"FocusHighlightMode."+this.b}} +A.Tq.prototype={ +F(){return"FocusHighlightStrategy."+this.b}} +A.tj.prototype={ +qu(){if(this.r)return +this.r=!0 +A.dd(this.gY9())}, +Ya(){var s,r,q,p,o,n,m,l,k,j,i,h=this +h.r=!1 +s=h.c +for(r=h.f,q=r.length,p=h.b,o=0;o")) +if(!s.gV(s).q())p=null +else p=b?s.ga1(s):s.gG(s)}return p==null?a:p}, +Rw(a,b){return this.CG(a,!1,b)}, +a1w(a){}, +xa(a,b){}, +F1(a,b){var s,r,q,p,o=A.Ts(a),n=A.apo(a,o,b) +for(s=A.hJ(n,n.r);s.q();){r=s.d +q=n.i(0,r).b.Ll(n.i(0,r).c,b) +q=A.a(q.slice(0),A.a5(q)) +B.b.U(n.i(0,r).c) +B.b.H(n.i(0,r).c,q)}p=A.a([],t.T) +if(n.a!==0&&n.a2(0,o)){s=n.i(0,o) +s.toString +new A.Tv(n,p).$1(s)}if(!!p.fixed$length)A.T(A.R("removeWhere")) +B.b.nz(p,new A.Tu(b),!0) +return p}, +DU(a,b){var s,r,q,p,o,n,m=this,l=a.gkA() +l.toString +m.l2(l) +m.cj$.v(0,l) +s=l.fr +r=s.length!==0?B.b.ga1(s):null +s=r==null +if(s){q=b?m.Rw(a,!1):m.CG(a,!0,!1) +l=b?B.br:B.bs +m.a.$2$alignmentPolicy(q,l) +return!0}if(s)r=l +p=m.F1(l,r) +if(p.length<2)return!1 +if(b&&r===B.b.ga1(p))switch(l.dy.a){case 1:r.zW() +return!1 +case 0:m.a.$2$alignmentPolicy(B.b.gG(p),B.br) +return!0}if(!b&&r===B.b.gG(p))switch(l.dy.a){case 1:r.zW() +return!1 +case 0:m.a.$2$alignmentPolicy(B.b.ga1(p),B.bs) +return!0}for(l=J.ar(b?p:new A.cs(p,A.a5(p).h("cs<1>"))),o=null;l.q();o=n){n=l.gD(l) +if(o===r){l=b?B.br:B.bs +m.a.$2$alignmentPolicy(n,l) +return!0}}return!1}} +A.Tt.prototype={ +$1(a){return a.gc5()&&!a.geo()}, +$S:10} +A.Tv.prototype={ +$1(a){var s,r,q,p,o,n,m +for(s=a.c,r=s.length,q=this.b,p=this.a,o=0;o")) +if(!o.gT(o))q=o}n=J.aer(q,new A.S2(new A.E(g.gap(g).a,-1/0,g.gap(g).c,1/0))) +if(!n.gT(n)){p=B.b.gG(A.aow(g.gap(g).gaM(),n)) +break}p=B.b.gG(A.aox(g.gap(g).gaM(),q)) +break +case B.aD:case B.aF:q=k.WG(b,g.gap(g),i.gpp()) +if(q.length===0){p=j +break}if(r!=null&&!r.d.gGx()){o=new A.aO(q,new A.S3(r),A.a5(q).h("aO<1>")) +if(!o.gT(o))q=o}n=J.aer(q,new A.S4(new A.E(-1/0,g.gap(g).b,1/0,g.gap(g).d))) +if(!n.gT(n)){p=B.b.gG(A.aov(g.gap(g).gaM(),n)) +break}p=B.b.gG(A.aoy(g.gap(g).gaM(),q)) +break +default:p=j}if(p!=null){h=k.cj$ +m=h.i(0,i) +l=new A.pX(b,g) +if(m!=null)m.a.push(l) +else h.m(0,i,new A.Im(A.a([l],t.Kj))) +switch(b){case B.aC:case B.aF:k.a.$2$alignmentPolicy(p,B.bs) +break +case B.aE:case B.aD:k.a.$2$alignmentPolicy(p,B.br) +break}return!0}return!1}} +A.a7h.prototype={ +$1(a){return a.b===this.a}, +$S:301} +A.RX.prototype={ +$2(a,b){if(this.a)if(this.b)return B.c.aB(a.gap(a).b,b.gap(b).b) +else return B.c.aB(b.gap(b).d,a.gap(a).d) +else if(this.b)return B.c.aB(a.gap(a).a,b.gap(b).a) +else return B.c.aB(b.gap(b).c,a.gap(a).c)}, +$S:30} +A.RZ.prototype={ +$2(a,b){var s=a.gap(a).gaM(),r=b.gap(b).gaM(),q=this.a,p=A.aby(q,s,r) +if(p===0)return A.abx(q,s,r) +return p}, +$S:30} +A.RY.prototype={ +$2(a,b){var s=a.gap(a).gaM(),r=b.gap(b).gaM(),q=this.a,p=A.abx(q,s,r) +if(p===0)return A.aby(q,s,r) +return p}, +$S:30} +A.S_.prototype={ +$2(a,b){var s,r,q,p=this.a,o=a.gap(a),n=b.gap(b),m=o.a,l=p.a,k=o.c +m=Math.abs(m-l)=s.c}, +$S:10} +A.RT.prototype={ +$2(a,b){return B.c.aB(a.gap(a).gaM().a,b.gap(b).gaM().a)}, +$S:30} +A.RU.prototype={ +$1(a){var s=this.a +return!a.gap(a).k(0,s)&&a.gap(a).gaM().b<=s.b}, +$S:10} +A.RV.prototype={ +$1(a){var s=this.a +return!a.gap(a).k(0,s)&&a.gap(a).gaM().b>=s.d}, +$S:10} +A.RW.prototype={ +$2(a,b){return B.c.aB(a.gap(a).gaM().b,b.gap(b).gaM().b)}, +$S:30} +A.RQ.prototype={ +$1(a){var s,r,q=this,p=q.b.a.pop().b,o=p.e +o.toString +o=A.fZ(o) +s=$.aA.O$.f.c.e +s.toString +if(o!=A.fZ(s)){o=q.a +s=q.c +o.l2(s) +o.cj$.v(0,s) +return!1}switch(a){case B.aC:case B.aF:r=B.bs +break +case B.aD:case B.aE:r=B.br +break +default:r=null}q.a.a.$2$alignmentPolicy(p,r) +return!0}, +$S:303} +A.S1.prototype={ +$1(a){var s=a.e +s.toString +return A.fZ(s)===this.a}, +$S:10} +A.S2.prototype={ +$1(a){var s=a.gap(a).ee(this.a) +return!s.gT(s)}, +$S:10} +A.S3.prototype={ +$1(a){var s=a.e +s.toString +return A.fZ(s)===this.a}, +$S:10} +A.S4.prototype={ +$1(a){var s=a.gap(a).ee(this.a) +return!s.gT(s)}, +$S:10} +A.cF.prototype={ +gHj(){var s=this.d +if(s==null){s=this.c.e +s.toString +s=this.d=new A.a7f().$1(s)}s.toString +return s}} +A.a7e.prototype={ +$1(a){var s=a.gHj() +return A.u2(s,A.a5(s).c)}, +$S:304} +A.a7g.prototype={ +$2(a,b){switch(this.a.a){case 1:return B.c.aB(a.b.a,b.b.a) +case 0:return B.c.aB(b.b.c,a.b.c)}}, +$S:120} +A.a7f.prototype={ +$1(a){var s,r,q=A.a([],t.vl),p=t.I,o=a.hO(p) +for(;o!=null;){s=o.e +s.toString +q.push(p.a(s)) +s=A.auZ(o) +if(s==null)o=null +else{s=s.x +r=s==null?null:s.i(0,A.b6(p)) +o=r}}return q}, +$S:306} +A.i9.prototype={ +gap(a){var s,r,q,p,o=this +if(o.b==null)for(s=o.a,s=new A.a4(s,new A.a7c(),A.a5(s).h("a4<1,E>")),s=new A.co(s,s.gp(s)),r=A.m(s).c;s.q();){q=s.d +if(q==null)q=r.a(q) +p=o.b +if(p==null){o.b=q +p=q}o.b=p.kl(q)}s=o.b +s.toString +return s}} +A.a7c.prototype={ +$1(a){return a.b}, +$S:307} +A.a7d.prototype={ +$2(a,b){switch(this.a.a){case 1:return B.c.aB(a.gap(a).a,b.gap(b).a) +case 0:return B.c.aB(b.gap(b).c,a.gap(a).c)}}, +$S:462} +A.Z8.prototype={ +Qg(a){var s,r,q,p,o,n=B.b.gG(a).a,m=t.qi,l=A.a([],m),k=A.a([],t.jE) +for(s=a.length,r=0;r") +return A.a6(new A.aO(b,new A.Zb(new A.E(-1/0,s.b,1/0,s.d)),r),!0,r.h("i.E"))}, +$S:309} +A.Zb.prototype={ +$1(a){var s=a.b.ee(this.a) +return!s.gT(s)}, +$S:310} +A.tk.prototype={ +af(){return new A.J2(B.k)}} +A.x7.prototype={} +A.J2.prototype={ +gbu(a){var s,r,q,p=this,o=p.d +if(o===$){s=p.a.c +r=A.a([],t.T) +q=$.aR() +p.d!==$&&A.aS() +o=p.d=new A.x7(s,!1,!0,!0,!0,null,null,r,q)}return o}, +l(){this.gbu(this).l() +this.aL()}, +aP(a){var s=this +s.bh(a) +if(a.c!==s.a.c)s.gbu(s).dy=s.a.c}, +L(a){var s=null,r=this.gbu(this) +return A.C6(!1,!1,this.a.f,s,!0,!0,r,!1,s,s,s,s,s,!0)}} +A.ET.prototype={ +dQ(a){a.a4N(a.gbu(a))}} +A.m7.prototype={} +A.Dz.prototype={ +dQ(a){var s=$.aA.O$.f.c,r=s.e +r.toString +return A.C8(r).DU(s,!0)}, +zU(a,b){return b?B.cg:B.de}} +A.mj.prototype={} +A.E6.prototype={ +dQ(a){var s=$.aA.O$.f.c,r=s.e +r.toString +return A.C8(r).DU(s,!1)}, +zU(a,b){return b?B.cg:B.de}} +A.Bv.prototype={ +dQ(a){var s=$.aA.O$.f.c,r=s.e +r.toString +A.C8(r).a1e(s,a.a)}} +A.J3.prototype={} +A.Lj.prototype={ +xa(a,b){var s +this.LV(a,b) +s=this.cj$.i(0,b) +if(s!=null){s=s.a +if(!!s.fixed$length)A.T(A.R("removeWhere")) +B.b.nz(s,new A.a7h(a),!0)}}} +A.Oj.prototype={} +A.Ok.prototype={} +A.fI.prototype={ +gbI(){var s,r=$.aA.O$.z.i(0,this) +if(r instanceof A.fj){s=r.k3 +s.toString +if(A.m(this).c.b(s))return s}return null}} +A.bI.prototype={ +j(a){var s,r=this,q=r.a +if(q!=null)s=" "+q +else s="" +if(A.t(r)===B.MA)return"[GlobalKey#"+A.b1(r)+s+"]" +return"["+("#"+A.b1(r))+s+"]"}} +A.lD.prototype={ +k(a,b){if(b==null)return!1 +if(J.J(b)!==A.t(this))return!1 +return this.$ti.b(b)&&b.a===this.a}, +gu(a){return A.l_(this.a)}, +j(a){var s="GlobalObjectKey",r=B.d.kj(s,">")?B.d.Y(s,0,-8):s +return"["+r+" "+("#"+A.b1(this.a))+"]"}} +A.h.prototype={ +bO(){var s=this.a +return s==null?"Widget":"Widget-"+s.j(0)}, +k(a,b){if(b==null)return!1 +return this.Mt(0,b)}, +gu(a){return A.B.prototype.gu.call(this,this)}} +A.aQ.prototype={ +cs(a){return new A.G0(this,B.M)}} +A.a9.prototype={ +cs(a){return A.asn(this)}} +A.a8a.prototype={ +F(){return"_StateLifecycle."+this.b}} +A.al.prototype={ +aE(){}, +aP(a){}, +av(a){a.$0() +this.c.jm()}, +cB(){}, +bL(){}, +l(){}, +b1(){}} +A.aJ.prototype={} +A.dq.prototype={ +cs(a){return new A.kf(this,B.M,A.m(this).h("kf"))}} +A.aT.prototype={ +cs(a){return A.apO(this)}} +A.aq.prototype={ +az(a,b){}, +lQ(a){}} +A.CT.prototype={ +cs(a){return new A.CS(this,B.M)}} +A.aW.prototype={ +cs(a){return new A.vM(this,B.M)}} +A.eI.prototype={ +cs(a){return A.aqv(this)}} +A.pY.prototype={ +F(){return"_ElementLifecycle."+this.b}} +A.Jp.prototype={ +Fw(a){a.aN(new A.a5V(this,a)) +a.kN()}, +X8(){var s,r,q,p=this +p.a=!0 +r=p.b +q=A.a6(r,!0,A.m(r).c) +B.b.dn(q,A.adB()) +s=q +r.U(0) +try{r=s +new A.cs(r,A.bg(r).h("cs<1>")).S(0,p.gX6())}finally{p.a=!1}}} +A.a5V.prototype={ +$1(a){this.a.Fw(a)}, +$S:7} +A.Ql.prototype={ +Au(a){var s=this +if(a.as){s.e=!0 +return}if(!s.d&&s.a!=null){s.d=!0 +s.a.$0()}s.c.push(a) +a.as=!0}, +IM(a){try{a.$0()}finally{}}, +rl(a,b){var s,r,q,p,o,n,m,l,k=this,j={},i=b==null +if(i&&k.c.length===0)return +try{k.d=!0 +if(!i){j.a=null +k.e=!1 +try{b.$0()}finally{}}i=k.c +B.b.dn(i,A.adB()) +k.e=!1 +j.b=i.length +j.c=0 +for(o=0;o=i.length){m=k.e +m.toString}else m=!0 +if(m){B.b.dn(i,A.adB()) +o=k.e=!1 +j.b=i.length +while(!0){m=j.c +if(!(m>0?i[m-1].Q:o))break +j.c=m-1}o=m}}}finally{for(i=k.c,o=i.length,l=0;l#"+A.b1(this)+"(DEFUNCT)":s}, +jm(){var s=this +if(s.r!==B.bw)return +if(s.Q)return +s.Q=!0 +s.f.Au(s)}, +tO(a){var s +if(this.r===B.bw)s=!this.Q&&!a +else s=!0 +if(s)return +try{this.h_()}finally{}}, +Jk(){return this.tO(!1)}, +h_(){this.Q=!1}, +$iaa:1} +A.Sv.prototype={ +$1(a){this.a.a=a}, +$S:7} +A.St.prototype={ +$1(a){this.a.push(a) +return!0}, +$S:21} +A.Ss.prototype={ +$1(a){var s=null +return A.hv("",a,!0,B.am,s,!1,s,s,B.a5,s,!1,!0,!0,B.eV,s,t.h)}, +$S:311} +A.Sw.prototype={ +$1(a){var s=this.a.t(0,a) +return s?null:a}, +$S:312} +A.Sx.prototype={ +$2(a,b){return new A.og(b,a,t.Bc)}, +$S:313} +A.Sy.prototype={ +$1(a){var s +a.ps(this.a) +s=a.gtS() +if(s!=null)this.$1(s)}, +$S:7} +A.Sq.prototype={ +$1(a){a.FG(this.a)}, +$S:7} +A.Su.prototype={ +$1(a){a.lO()}, +$S:7} +A.Sr.prototype={ +$1(a){a.nU(this.a)}, +$S:7} +A.BQ.prototype={ +am(a){var s=this.d,r=new A.Eu(s,A.ao()) +r.aq() +r.P1(s) +return r}} +A.rz.prototype={ +gtS(){return this.ax}, +dR(a,b){this.uE(a,b) +this.vv()}, +vv(){this.Jk()}, +h_(){var s,r,q,p,o,n,m=this,l=null +try{l=m.eF() +m.e.toString}catch(o){s=A.ae(o) +r=A.aw(o) +n=A.SZ(A.adp(A.b9("building "+m.j(0)),s,r,new A.Rg())) +l=n}finally{m.l0()}try{m.ax=m.cm(m.ax,l,m.c)}catch(o){q=A.ae(o) +p=A.aw(o) +n=A.SZ(A.adp(A.b9("building "+m.j(0)),q,p,new A.Rh())) +l=n +m.ax=m.cm(null,l,m.c)}}, +aN(a){var s=this.ax +if(s!=null)a.$1(s)}, +fT(a){this.ax=null +this.hU(a)}} +A.Rg.prototype={ +$0(){var s=A.a([],t.E) +return s}, +$S:19} +A.Rh.prototype={ +$0(){var s=A.a([],t.E) +return s}, +$S:19} +A.G0.prototype={ +eF(){var s=this.e +s.toString +return t.gU.a(s).L(this)}, +cd(a,b){this.l1(0,b) +this.tO(!0)}} +A.fj.prototype={ +eF(){return this.k3.L(this)}, +vv(){this.k3.aE() +this.k3.b1() +this.LH()}, +h_(){var s=this +if(s.k4){s.k3.b1() +s.k4=!1}s.LI()}, +cd(a,b){var s,r,q,p=this +p.l1(0,b) +s=p.k3 +r=s.a +r.toString +q=p.e +q.toString +s.a=t.d1.a(q) +s.aP(r) +p.tO(!0)}, +bL(){this.uC() +this.k3.bL() +this.jm()}, +cB(){this.k3.cB() +this.B2()}, +kN(){var s=this +s.uF() +s.k3.l() +s.k3=s.k3.c=null}, +lL(a,b){return this.uD(a,b)}, +xB(a){return this.lL(a,null)}, +b1(){this.B3() +this.k4=!0}} +A.uW.prototype={ +eF(){var s=this.e +s.toString +return t.yH.a(s).b}, +cd(a,b){var s=this,r=s.e +r.toString +t.yH.a(r) +s.l1(0,b) +s.A4(r) +s.tO(!0)}, +A4(a){this.mk(a)}} +A.kf.prototype={ +BM(a){this.aN(new A.Y6(a))}, +mk(a){var s=this.e +s.toString +this.BM(this.$ti.h("dq<1>").a(s))}} +A.Y6.prototype={ +$1(a){if(a instanceof A.b5)this.a.nS(a.gP()) +else a.aN(this)}, +$S:7} +A.eD.prototype={ +wE(){var s=this,r=s.a,q=r==null?null:r.x +if(q==null)q=B.ER +r=s.e +r.toString +s.x=q.a34(0,A.t(r),s)}, +AA(a,b){this.y2.m(0,a,b)}, +K_(a,b){this.AA(a,null)}, +IV(a,b){b.b1()}, +A4(a){var s=this.e +s.toString +if(t.WB.a(s).bB(a))this.MF(a)}, +mk(a){var s,r,q +for(s=this.y2,s=new A.xe(s,s.ve()),r=A.m(s).c;s.q();){q=s.d +this.IV(a,q==null?r.a(q):q)}}} +A.b5.prototype={ +gP(){var s=this.ax +s.toString +return s}, +gtS(){return null}, +Rr(){var s,r=this.a,q=r +while(!0){s=q==null +if(!(!s&&!(q instanceof A.b5)))break +r=s?null:q.a +q=r}return t.c_.a(q)}, +Rq(){var s=this.a,r=A.a([],t.OM),q=s +while(!0){if(!(q!=null&&!(q instanceof A.b5)))break +if(q instanceof A.kf)r.push(q) +s=q.a +q=s}return r}, +dR(a,b){var s,r=this +r.uE(a,b) +s=r.e +s.toString +r.ax=t.F5.a(s).am(r) +r.nU(b) +r.l0()}, +cd(a,b){this.l1(0,b) +this.Eb()}, +h_(){this.Eb()}, +Eb(){var s=this,r=s.e +r.toString +t.F5.a(r).az(s,s.gP()) +s.l0()}, +cB(){this.B2()}, +kN(){var s=this,r=s.e +r.toString +t.F5.a(r) +s.uF() +r.lQ(s.gP()) +s.ax.l() +s.ax=null}, +ps(a){var s,r=this,q=r.c +r.LU(a) +s=r.ch +if(s!=null)s.hF(r.gP(),q,r.c)}, +nU(a){var s,r,q,p,o,n=this +n.c=a +s=n.ch=n.Rr() +if(s!=null)s.hC(n.gP(),a) +r=n.Rq() +for(s=r.length,q=t.IL,p=0;p"))}, +hC(a,b){var s=this.gP(),r=b.a +s.yu(0,a,r==null?null:r.gP())}, +hF(a,b,c){var s=this.gP(),r=c.a +s.tr(a,r==null?null:r.gP())}, +iA(a,b){this.gP().v(0,a)}, +aN(a){var s,r,q,p,o=this.k4 +o===$&&A.c() +s=o.length +r=this.ok +q=0 +for(;q") +h.d=new A.aB(t.m.a(p),new A.dS(new A.ir(new A.f1(n,1,B.a4)),o,m),m.h("aB"))}}if(s)s=!(isFinite(q.a)&&isFinite(q.b)) +else s=!0 +h.w=s}, +Lp(a,b){var s,r,q,p=this +p.f=b +switch(b.a.a){case 1:s=p.e +s===$&&A.c() +s.sca(0,new A.fd(b.gfK(b),new A.bi(A.a([],t.G),t.O),0)) +r=!1 +break +case 0:s=p.e +s===$&&A.c() +s.sca(0,b.gfK(b)) +r=!0 +break +default:r=null}s=p.f +p.b=s.o7(s.gHY(),p.f.gtV()) +p.f.f.uv(r) +p.f.r.uu() +s=p.f +q=A.acd(p.gPL(),!1) +p.r=q +s.b.a1m(0,q) +q=p.e +q===$&&A.c() +q.aY() +q=q.bQ$ +q.b=!0 +q.a.push(p.gzg())}, +j(a){var s,r,q,p,o,n=this.f +n===$&&A.c() +s=n.d.b +r=n.e.b +n=n.f.a.c.j(0) +q=s.j(0) +p=r.j(0) +o=this.e +o===$&&A.c() +return"HeroFlight(for: "+n+", from: "+q+", to: "+p+" "+A.j(o.c)+")"}} +A.a5L.prototype={ +$2(a,b){var s,r=null,q=this.a,p=q.b +p===$&&A.c() +s=q.e +s===$&&A.c() +s=p.a6(0,s.gn(s)) +s.toString +p=q.f +p===$&&A.c() +p=p.c +return A.ack(p.b-s.d,A.Cy(A.te(!1,b,q.d),!0,r),r,r,s.a,p.a-s.c,s.b,r)}, +$S:126} +A.a5M.prototype={ +$0(){var s,r=this.a +r.x=!1 +this.b.cx.I(0,this) +s=r.e +s===$&&A.c() +r.Ea(s.gaO(s))}, +$S:0} +A.tt.prototype={ +rI(){var s,r,q,p=$.hj() +A.o1(this) +if(p.a.get(this).cx.a)return +p=this.b +p=p.gal(p) +s=A.m(p).h("aO") +r=A.a6(new A.aO(p,new A.Uv(),s),!1,s.h("i.E")) +for(p=r.length,q=0;q"),a=t.k2;s.q();){a0=s.gD(s) +a1=a0.a +a2=a0.b +a3=l.i(0,a1) +a4=j.i(0,a1) +if(a3==null)a5=null +else{a0=r.id +if(a0==null)a0=A.T(A.a1("RenderBox was not laid out: "+A.t(r).j(0)+"#"+A.b1(r))) +a3.a.toString +a2.a.toString +a5=new A.a5K(b2,q,a0,b0,b1,a2,a3,k,p,b3,a4!=null)}if(a5!=null&&a5.gkw()){l.v(0,a1) +if(a4!=null){a0=a4.f +a0===$&&A.c() +a6=a0.a +if(a6===B.bj&&a5.a===B.bk){a0=a4.e +a0===$&&A.c() +a0.sca(0,new A.fd(a5.gfK(a5),new A.bi(A.a([],h),g),0)) +a0=a4.b +a0===$&&A.c() +a4.b=new A.vj(a0,a0.b,a0.a,a)}else{a6=a6===B.bk&&a5.a===B.bj +a7=a4.e +if(a6){a7===$&&A.c() +a0=a5.gfK(a5) +a6=a4.f +a6=a6.gfK(a6) +a6=a6.gn(a6) +a7.sca(0,new A.aB(c.a(a0),new A.ay(a6,1,d),b)) +a0=a4.f +a6=a0.f +a7=a5.r +if(a6!==a7){a6.lU(!0) +a7.uu() +a0=a4.f +a6=a4.b +a6===$&&A.c() +a4.b=a0.o7(a6.b,a5.gtV())}else{a6=a4.b +a6===$&&A.c() +a4.b=a0.o7(a6.b,a6.a)}}else{a6=a4.b +a6===$&&A.c() +a7===$&&A.c() +a4.b=a0.o7(a6.a6(0,a7.gn(a7)),a5.gtV()) +a4.c=null +a0=a5.a +a6=a4.e +if(a0===B.bk)a6.sca(0,new A.fd(a5.gfK(a5),new A.bi(A.a([],h),g),0)) +else a6.sca(0,a5.gfK(a5)) +a4.f.f.lU(!0) +a4.f.r.lU(!0) +a5.f.uv(a0===B.bj) +a5.r.uu() +a0=a4.r.f.gbI() +if(a0!=null)a0.DM()}}a4.f=a5}else{a0=new A.jf(i,B.c2) +a6=A.a([],h) +a7=new A.bi(a6,g) +a8=new A.uV(a7,new A.bi(A.a([],f),e),0) +a8.a=B.z +a8.b=0 +a8.aY() +a7.b=!0 +a6.push(a0.gD5()) +a0.e=a8 +a0.Lp(0,a5) +j.m(0,a1,a0)}}else if(a4!=null)a4.w=!0}for(s=l.gal(l),s=s.gV(s);s.q();)s.gD(s).HA()}, +SI(a){var s=a.f +s===$&&A.c() +this.b.v(0,s.f.a.c)}, +QK(a,b,c,d,e){var s,r,q=e.e +q.toString +t.rA.a(q) +s=A.d5(e,null) +r=A.d5(d,null) +if(s==null||r==null)return q.e +return A.jC(b,new A.Ut(s,c,r.r,s.r,b,q),null)}, +l(){var s,r,q,p,o,n,m,l +for(s=this.b,s=s.gal(s),s=new A.cV(J.ar(s.a),s.b),r=A.m(s).z[1];s.q();){q=s.a +if(q==null)q=r.a(q) +p=q.r +if(p!=null){p.js(0) +q.r.l() +q.r=null +p=q.e +p===$&&A.c() +p.sca(0,null) +p=q.e +o=q.gzg() +n=p.bQ$ +n.b=!0 +m=n.c +if(m===$){l=A.cx(n.$ti.c) +n.c!==$&&A.aS() +n.c=l +m=l}if(m.a>0){m.b=m.c=m.d=m.e=null +m.a=0}if(B.b.v(n.a,o))p.i9() +p=q.e +q=q.gD5() +o=p.bD$ +o.b=!0 +m=o.c +if(m===$){l=A.cx(o.$ti.c) +o.c!==$&&A.aS() +o.c=l +m=l}if(m.a>0){m.b=m.c=m.d=m.e=null +m.a=0}if(B.b.v(o.a,q))p.i9()}}}} +A.Uv.prototype={ +$1(a){var s=a.f +s===$&&A.c() +if(s.y)if(s.a===B.bk){s=a.e +s===$&&A.c() +s=s.gaO(s)===B.z}else s=!1 +else s=!1 +return s}, +$S:334} +A.Uu.prototype={ +$1(a){var s=this,r=s.b +if(r.a==null||s.c.a==null)return +s.a.F4(r,s.c,s.d,s.e)}, +$S:3} +A.Ut.prototype={ +$2(a,b){var s=this,r=s.c,q=s.d,p=s.e +r=s.b===B.bj?new A.rY(r,q).a6(0,p.gn(p)):new A.rY(q,r).a6(0,p.gn(p)) +return A.oy(s.f.e,s.a.xi(r),null)}, +$S:335} +A.iy.prototype={ +L(a){var s,r,q,p,o,n,m,l,k,j,i,h,g=null,f=a.ad(t.I) +f.toString +s=f.w +r=A.apM(a) +q=this.d +if(q==null)q=r.a +p=r.b +o=r.c +n=r.d +m=r.e +l=r.gc0(r) +if(l==null)l=1 +f=r.f +f.toString +if(l!==1)k=A.a2(B.c.aH(255*((f.gn(f)>>>24&255)/255*l)),f.gn(f)>>>16&255,f.gn(f)>>>8&255,f.gn(f)&255) +else k=f +f=this.c +j=A.cP(f.a) +i=A.a([],t.uf) +if(p!=null)i.push(new A.jV("FILL",p)) +if(o!=null)i.push(new A.jV("wght",o)) +if(n!=null)i.push(new A.jV("GRAD",n)) +if(m!=null)i.push(new A.jV("opsz",m)) +h=A.agX(g,g,B.hq,g,g,!0,g,A.a2e(g,A.wb(g,g,k,g,g,g,g,g,f.b,g,g,q,g,i,g,g,g,!1,g,g,g,g,f.c,r.w,g,g),j),B.b6,s,g,B.aG,B.ad) +if(f.d)switch(s.a){case 0:f=new A.aY(new Float64Array(16)) +f.dZ() +f.pH(0,-1,1,1) +h=A.a2I(B.N,h,g,f,!1) +break +case 1:break}return A.du(g,new A.t5(!0,A.vO(A.Av(h,g,g),q,q),g),!1,g,!1,g,g,g,g,this.z,g,g,g,g,g,g,g,g,g,g,g)}} +A.c8.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.c8&&b.a===s.a&&b.b===s.b&&b.c==s.c&&b.d===s.d&&A.cB(null,null)}, +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,A.bO(B.Bz),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){return"IconData(U+"+B.d.mo(B.f.hM(this.a,16).toUpperCase(),5,"0")+")"}} +A.lI.prototype={ +bB(a){return!this.w.k(0,a.w)}} +A.Vf.prototype={ +$1(a){return A.Ve(this.c,A.afO(a).bF(this.b),this.a)}, +$S:336} +A.bz.prototype={ +o6(a,b,c,d,e,f,g,h){var s=this,r=g==null?s.a:g,q=b==null?s.b:b,p=h==null?s.c:h,o=c==null?s.d:c,n=e==null?s.e:e,m=a==null?s.f:a,l=d==null?s.gc0(s):d +return new A.bz(r,q,p,o,n,m,l,f==null?s.w:f)}, +cr(a){return this.o6(a,null,null,null,null,null,null,null)}, +bF(a){return this.o6(a.f,a.b,a.d,a.gc0(a),a.e,a.w,a.a,a.c)}, +K(a){return this}, +gc0(a){var s=this.r +if(s==null)s=null +else s=A.O(s,0,1) +return s}, +k(a,b){var s=this +if(b==null)return!1 +if(J.J(b)!==A.t(s))return!1 +return b instanceof A.bz&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&J.e(b.f,s.f)&&b.gc0(b)==s.gc0(s)&&A.cB(b.w,s.w)}, +gu(a){var s=this,r=s.gc0(s),q=s.w +q=q==null?null:A.bO(q) +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,r,q,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}} +A.Jl.prototype={} +A.tz.prototype={ +af(){return new A.xf(B.k)}} +A.xf.prototype={ +aE(){var s=this +s.aS() +$.aA.aa$.push(s) +s.z=new A.By(s)}, +l(){var s,r=this +B.b.v($.aA.aa$,r) +r.WP() +s=r.at +if(s!=null)s.l() +s=r.z +s===$&&A.c() +s.a=null +r.wj(null) +r.aL()}, +b1(){var s,r=this +r.Xg() +r.Ev() +s=r.c +s.toString +if(A.ahA(s))r.U8() +else r.F9(!0) +r.cY()}, +aP(a){var s=this +s.bh(a) +if(s.r)s.a.toString +if(!s.a.c.k(0,a.c))s.Ev()}, +Xg(){var s=this.c +s.toString +s=A.d5(s,B.Nm) +s=s==null?null:s.Q +if(s==null){s=$.a_U.y5$ +s===$&&A.c() +s=(s.a&2)!==0}this.w=s}, +Ev(){var s,r,q=this,p=q.z +p===$&&A.c() +s=q.a.c +r=q.c +r.toString +q.Xv(new A.vo(p,s,t.JE).K(A.P5(r,null)))}, +RQ(a){var s=this,r=s.ax +if(r==null||a){s.as=s.Q=null +s.a.toString +r=s.ax=new A.dH(s.gSP(),null,null)}r.toString +return r}, +qd(){return this.RQ(!1)}, +SQ(a,b){this.av(new A.a5R(this,a,b))}, +wj(a){var s=this.e +$.bK.rx$.push(new A.a5S(s)) +this.e=a}, +Xv(a){var s,r,q=this,p=q.d +if(p==null)s=null +else{s=p.a +if(s==null)s=p}r=a.a +if(s===(r==null?a:r))return +if(q.r){p.toString +p.I(0,q.qd())}q.a.toString +q.av(new A.a5T(q)) +q.av(new A.a5U(q)) +q.d=a +if(q.r)a.Z(0,q.qd())}, +U8(){var s,r=this +if(r.r)return +s=r.d +s.toString +s.Z(0,r.qd()) +s=r.at +if(s!=null)s.l() +r.at=null +r.r=!0}, +F9(a){var s,r,q=this +if(!q.r)return +if(a)if(q.at==null){s=q.d +s=(s==null?null:s.a)!=null}else s=!1 +else s=!1 +if(s){s=q.d.a +if(s.x)A.T(A.a1(u.V)) +r=new A.oe(s) +r.pZ(s) +q.at=r}s=q.d +s.toString +s.I(0,q.qd()) +q.r=!1}, +WP(){return this.F9(!1)}, +L(a){var s,r,q,p,o,n,m,l,k=this,j=null +if(k.Q!=null)k.a.toString +s=k.e +r=s==null +q=r?j:s.a +p=r?j:s.c +o=k.a +n=o.r +s=r?j:s.b +if(s==null)s=1 +r=o.as +m=k.w +m===$&&A.c() +l=new A.Ed(q,p,n,j,s,j,j,o.z,j,r,B.N,B.aK,j,!1,m,!1,j) +l=A.du(j,l,!1,j,!1,j,j,j,!0,"",j,j,j,j,j,j,j,j,j,j,j) +return l}} +A.a5R.prototype={ +$0(){var s,r=this.a +r.wj(this.b) +r.as=r.Q=r.f=null +s=r.x +r.x=s==null?0:s+1 +r.y=B.cf.pE(r.y,this.c)}, +$S:0} +A.a5S.prototype={ +$1(a){var s=this.a +if(s!=null)s.a.l() +return null}, +$S:3} +A.a5T.prototype={ +$0(){this.a.wj(null)}, +$S:0} +A.a5U.prototype={ +$0(){var s=this.a +s.x=s.f=null +s.y=!1}, +$S:0} +A.O5.prototype={} +A.la.prototype={ +cG(a){var s=A.jJ(this.a,this.b,a) +s.toString +return s}} +A.is.prototype={ +cG(a){var s=A.RF(this.a,this.b,a) +s.toString +return s}} +A.rY.prototype={ +cG(a){var s=A.abD(this.a,this.b,a) +s.toString +return s}} +A.jR.prototype={ +cG(a){var s=A.cM(this.a,this.b,a) +s.toString +return s}} +A.l8.prototype={ +cG(a){return A.jI(this.a,this.b,a)}} +A.m1.prototype={ +cG(b0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4=new A.cQ(new Float64Array(3)),a5=new A.cQ(new Float64Array(3)),a6=A.agN(),a7=A.agN(),a8=new A.cQ(new Float64Array(3)),a9=new A.cQ(new Float64Array(3)) +this.a.H7(a4,a6,a8) +this.b.H7(a5,a7,a9) +s=1-b0 +r=a4.iH(s).W(0,a5.iH(b0)) +q=a6.iH(s).W(0,a7.iH(b0)) +p=new Float64Array(4) +o=new A.kk(p) +o.bk(q) +o.p_(0) +n=a8.iH(s).W(0,a9.iH(b0)) +s=new Float64Array(16) +q=new A.aY(s) +m=p[0] +l=p[1] +k=p[2] +j=p[3] +i=m+m +h=l+l +g=k+k +f=m*i +e=m*h +d=m*g +c=l*h +b=l*g +a=k*g +a0=j*i +a1=j*h +a2=j*g +a3=r.a +s[0]=1-(c+a) +s[1]=e+a2 +s[2]=d-a1 +s[3]=0 +s[4]=e-a2 +s[5]=1-(f+a) +s[6]=b+a0 +s[7]=0 +s[8]=d+a1 +s[9]=b-a0 +s[10]=1-(f+c) +s[11]=0 +s[12]=a3[0] +s[13]=a3[1] +s[14]=a3[2] +s[15]=1 +q.au(0,n) +return q}} +A.mF.prototype={ +cG(a){var s=A.aN(this.a,this.b,a) +s.toString +return s}} +A.CB.prototype={} +A.of.prototype={ +gjM(){var s,r=this,q=r.d +if(q===$){s=A.cJ(null,r.a.d,null,null,r) +r.d!==$&&A.aS() +r.d=s +q=s}return q}, +ge1(){var s,r=this,q=r.e +if(q===$){s=r.gjM() +q=r.e=A.ex(r.a.c,s,null)}return q}, +aE(){var s,r=this +r.aS() +s=r.gjM() +s.aY() +s=s.bD$ +s.b=!0 +s.a.push(new A.Vy(r)) +r.Ce() +r.xN()}, +aP(a){var s,r=this +r.bh(a) +if(r.a.c!==a.c){r.ge1().l() +s=r.gjM() +r.e=A.ex(r.a.c,s,null)}r.gjM().e=r.a.d +if(r.Ce()){r.kr(new A.Vx(r)) +s=r.gjM() +s.sn(0,0) +s.bX(0) +r.xN()}}, +l(){this.ge1().l() +this.gjM().l() +this.NK()}, +Xx(a,b){var s +if(a==null)return +s=this.ge1() +a.sx5(a.a6(0,s.gn(s))) +a.saK(0,b)}, +Ce(){var s={} +s.a=!1 +this.kr(new A.Vw(s,this)) +return s.a}, +xN(){}} +A.Vy.prototype={ +$1(a){switch(a.a){case 3:this.a.a.toString +break +case 0:case 1:case 2:break}}, +$S:4} +A.Vx.prototype={ +$3(a,b,c){this.a.Xx(a,b) +return a}, +$S:127} +A.Vw.prototype={ +$3(a,b,c){var s +if(b!=null){if(a==null)a=c.$1(b) +s=a.b +if(!J.e(b,s==null?a.a:s))this.a.a=!0 +else if(a.b==null)a.saK(0,a.a)}else a=null +return a}, +$S:127} +A.nl.prototype={ +aE(){this.M1() +var s=this.gjM() +s.aY() +s=s.bQ$ +s.b=!0 +s.a.push(this.gS3())}, +S4(){this.av(new A.PF())}} +A.PF.prototype={ +$0(){}, +$S:0} +A.qV.prototype={ +af(){return new A.H6(null,null,B.k)}} +A.H6.prototype={ +kr(a){var s,r,q=this,p=q.CW +q.a.toString +s=t.ZU +q.CW=s.a(a.$3(p,null,new A.a3p())) +p=q.cx +q.a.toString +r=t.Om +q.cx=r.a(a.$3(p,null,new A.a3q())) +p=t.xG +q.cy=p.a(a.$3(q.cy,q.a.y,new A.a3r())) +q.db=p.a(a.$3(q.db,q.a.z,new A.a3s())) +q.dx=t.YY.a(a.$3(q.dx,q.a.Q,new A.a3t())) +p=q.dy +q.a.toString +q.dy=r.a(a.$3(p,null,new A.a3u())) +q.fr=t.ka.a(a.$3(q.fr,q.a.at,new A.a3v())) +q.fx=s.a(a.$3(q.fx,q.a.ax,new A.a3w()))}, +L(a){var s,r,q,p,o,n,m,l=this,k=null,j=l.ge1(),i=l.CW +i=i==null?k:i.a6(0,j.gn(j)) +s=l.cx +s=s==null?k:s.a6(0,j.gn(j)) +r=l.cy +r=r==null?k:r.a6(0,j.gn(j)) +q=l.db +q=q==null?k:q.a6(0,j.gn(j)) +p=l.dx +p=p==null?k:p.a6(0,j.gn(j)) +o=l.dy +o=o==null?k:o.a6(0,j.gn(j)) +n=l.fr +n=n==null?k:n.a6(0,j.gn(j)) +m=l.fx +m=m==null?k:m.a6(0,j.gn(j)) +return A.lh(i,l.a.r,B.C,k,p,r,q,k,o,s,n,m,k)}} +A.a3p.prototype={ +$1(a){return new A.jB(t.pC.a(a),null)}, +$S:128} +A.a3q.prototype={ +$1(a){return new A.jR(t.A0.a(a),null)}, +$S:129} +A.a3r.prototype={ +$1(a){return new A.is(t.Hw.a(a),null)}, +$S:130} +A.a3s.prototype={ +$1(a){return new A.is(t.Hw.a(a),null)}, +$S:130} +A.a3t.prototype={ +$1(a){return new A.la(t.k.a(a),null)}, +$S:341} +A.a3u.prototype={ +$1(a){return new A.jR(t.A0.a(a),null)}, +$S:129} +A.a3v.prototype={ +$1(a){return new A.m1(t.xV.a(a),null)}, +$S:342} +A.a3w.prototype={ +$1(a){return new A.jB(t.pC.a(a),null)}, +$S:128} +A.qY.prototype={ +af(){return new A.H8(null,null,B.k)}} +A.H8.prototype={ +kr(a){this.z=t.ir.a(a.$3(this.z,this.a.w,new A.a3y()))}, +xN(){var s=this.ge1(),r=this.z +r.toString +this.Q=new A.aB(t.m.a(s),r,A.m(r).h("aB"))}, +L(a){var s=this.Q +s===$&&A.c() +return A.te(!1,this.a.r,s)}} +A.a3y.prototype={ +$1(a){return new A.ay(A.OU(a),null,t.c)}, +$S:65} +A.qW.prototype={ +af(){return new A.H7(null,null,B.k)}} +A.H7.prototype={ +kr(a){this.CW=t.Dh.a(a.$3(this.CW,this.a.w,new A.a3x()))}, +L(a){var s,r=this.CW +r.toString +s=this.ge1() +s=r.a6(0,s.gn(s)) +return A.jQ(this.a.r,null,B.aQ,!0,s,null,null,B.ad)}} +A.a3x.prototype={ +$1(a){return new A.mF(t.em.a(a),null)}, +$S:343} +A.qZ.prototype={ +af(){return new A.H9(null,null,B.k)}} +A.H9.prototype={ +kr(a){var s=this,r=s.CW +s.a.toString +s.CW=t.eJ.a(a.$3(r,B.O,new A.a3z())) +s.cx=t.ir.a(a.$3(s.cx,s.a.z,new A.a3A())) +r=t.YJ +s.cy=r.a(a.$3(s.cy,s.a.Q,new A.a3B())) +s.db=r.a(a.$3(s.db,s.a.at,new A.a3C()))}, +L(a){var s,r,q,p,o,n=this,m=n.a,l=m.w +m=m.x +s=n.CW +s.toString +r=n.ge1() +r=s.a6(0,r.gn(r)) +s=n.cx +s.toString +q=n.ge1() +q=s.a6(0,q.gn(q)) +s=n.a.Q +p=n.db +p.toString +o=n.ge1() +o=p.a6(0,o.gn(o)) +o.toString +return new A.DW(l,m,r,q,s,o,n.a.r,null)}} +A.a3z.prototype={ +$1(a){return new A.l8(t.m_.a(a),null)}, +$S:344} +A.a3A.prototype={ +$1(a){return new A.ay(A.OU(a),null,t.c)}, +$S:65} +A.a3B.prototype={ +$1(a){return new A.ht(t.r.a(a),null)}, +$S:44} +A.a3C.prototype={ +$1(a){return new A.ht(t.r.a(a),null)}, +$S:44} +A.q9.prototype={ +l(){var s=this,r=s.ck$ +if(r!=null)r.I(0,s.gjV()) +s.ck$=null +s.aL()}, +bL(){this.dq() +this.cL() +this.jW()}} +A.hF.prototype={ +cs(a){return new A.tE(A.fJ(null,null,null,t.h,t.X),this,B.M,A.m(this).h("tE"))}} +A.tE.prototype={ +K_(a,b){var s=this.y2,r=this.$ti,q=r.h("bj<1>?").a(s.i(0,a)),p=q==null +if(!p&&q.gT(q))return +if(b==null)s.m(0,a,A.cx(r.c)) +else{p=p?A.cx(r.c):q +p.B(0,r.c.a(b)) +s.m(0,a,p)}}, +IV(a,b){var s,r=this.$ti,q=r.h("bj<1>?").a(this.y2.i(0,b)) +if(q==null)return +if(!q.gT(q)){s=this.e +s.toString +s=r.h("hF<1>").a(s).K4(a,q) +r=s}else r=!0 +if(r)b.b1()}} +A.hG.prototype={ +bB(a){return a.f!==this.f}, +cs(a){var s=new A.qa(A.fJ(null,null,null,t.h,t.X),this,B.M,A.m(this).h("qa")) +this.f.Z(0,s.gvM()) +return s}} +A.qa.prototype={ +cd(a,b){var s,r,q=this,p=q.e +p.toString +s=q.$ti.h("hG<1>").a(p).f +r=b.f +if(s!==r){p=q.gvM() +s.I(0,p) +r.Z(0,p)}q.ME(0,b)}, +eF(){var s,r=this +if(r.by){s=r.e +s.toString +r.B6(r.$ti.h("hG<1>").a(s)) +r.by=!1}return r.MD()}, +TG(){this.by=!0 +this.jm()}, +mk(a){this.B6(a) +this.by=!1}, +kN(){var s=this,r=s.e +r.toString +s.$ti.h("hG<1>").a(r).f.I(0,s.gvM()) +s.uF()}} +A.CD.prototype={} +A.qm.prototype={} +A.a9J.prototype={ +$1(a){return this.a.a=a}, +$S:72} +A.a9K.prototype={ +$1(a){return a.b}, +$S:345} +A.a9L.prototype={ +$1(a){var s,r,q,p +for(s=J.av(a),r=this.a,q=this.b,p=0;pa4?B.oX:B.oW +if(a7!==(a5.a>a5.b?B.oX:B.oW))return!0 +break +case 2:if(a3)return!0 +break +case 3:if(r.gdk().a!==q.gdk().a)return!0 +break +case 4:if(!r.gdk().k(0,q.gdk()))return!0 +break +case 5:if(a2)return!0 +break +case 6:if(!a0.k(0,a1))return!0 +break +case 7:if(!b.k(0,a))return!0 +break +case 8:if(!d.k(0,c))return!0 +break +case 9:if(!f.k(0,e))return!0 +break +case 10:break +case 11:if(g)return!0 +break +case 12:if(h)return!0 +break +case 13:if(i)return!0 +break +case 14:if(j)return!0 +break +case 15:if(k)return!0 +break +case 16:if(l)return!0 +break +case 17:if(m)return!0 +break +case 18:if(!o.k(0,n))return!0 +break +case 19:if(p)return!0 +break}}return!1}} +A.WK.prototype={ +$1(a){return A.oy(this.a,A.cn(a,null,t.w).w.H1(B.aG),null)}, +$S:131} +A.WJ.prototype={ +$1(a){var s=A.cn(a,null,t.w).w,r=s.gdk(),q=r.a,p=A.O(q,this.a,this.b) +return A.oy(this.c,s.H1(p===q?r:new A.hd(p)),null)}, +$S:131} +A.XC.prototype={ +F(){return"NavigationMode."+this.b}} +A.xA.prototype={ +af(){return new A.JX(B.k)}} +A.JX.prototype={ +aE(){this.aS() +$.aA.aa$.push(this)}, +b1(){this.cY() +this.Xk() +this.nI()}, +aP(a){var s,r=this +r.bh(a) +s=r.a +s.toString +if(r.e==null||a.c!==s.c)r.nI()}, +Xk(){var s,r=this +r.a.toString +s=r.c +s.toString +s=A.d5(s,null) +r.d=s +r.e=null}, +nI(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=null,b=d.a.c,a=d.d,a0=b.gkF(),a1=$.cv(),a2=a1.d +if(a2==null){a2=self.window.devicePixelRatio +if(a2===0)a2=1}a2=a0.eT(0,a2) +a0=a1.d +if(a0==null){a0=self.window.devicePixelRatio +if(a0===0)a0=1}s=a==null +r=s?c:a.gdk().a +if(r==null)r=b.b.a.e +q=r===1?B.aG:new A.hd(r) +p=s?c:a.e +if(p==null)p=b.b.a.d +b.gjX() +o=a1.d +if(o==null){o=self.window.devicePixelRatio +if(o===0)o=1}o=A.Sm(B.cS,o) +b.gjX() +n=a1.d +if(n==null){n=self.window.devicePixelRatio +if(n===0)n=1}n=A.Sm(B.cS,n) +m=b.w +l=a1.d +if(l==null){l=self.window.devicePixelRatio +if(l===0)l=1}l=A.Sm(m,l) +b.gjX() +a1=a1.d +if(a1==null){a1=self.window.devicePixelRatio +if(a1===0)a1=1}a1=A.Sm(B.cS,a1) +m=s?c:a.z +if(m==null)m=(b.b.a.a.a&1)!==0 +k=s?c:a.Q +if(k==null)k=(b.b.a.a.a&2)!==0 +j=s?c:a.ax +if(j==null)j=(b.b.a.a.a&4)!==0 +i=s?c:a.ay +if(i==null)i=(b.b.a.a.a&8)!==0 +h=s?c:a.as +if(h==null)h=(b.b.a.a.a&32)!==0 +g=s?c:a.at +if(g==null)g=(b.b.a.a.a&64)!==0 +f=s&&c +a=s?c:a.ch +if(a==null)a=B.fG +b.gjX() +b.gjX() +e=new A.un(a2,a0,q,p,l,o,n,a1,f===!0,m,k,h,g,j,i,a,new A.Bq(c),B.Bt) +if(!e.k(0,d.e))d.av(new A.a6G(d,e))}, +Hg(){this.nI()}, +Hi(){if(this.d==null)this.nI()}, +Hh(){if(this.d==null)this.nI()}, +l(){B.b.v($.aA.aa$,this) +this.aL()}, +L(a){var s=this.e +s.toString +return A.oy(this.a.e,s,null)}} +A.a6G.prototype={ +$0(){this.a.e=this.b}, +$S:0} +A.O7.prototype={} +A.Do.prototype={ +L(a){var s,r,q=null +switch(A.nb().a){case 1:case 3:case 5:break +case 0:case 2:case 4:break}s=this.c +r=A.du(q,A.ut(new A.eU(B.hX,s==null?q:new A.ry(s,q,q),q),B.e1,q,q,q),!1,q,!1,q,q,q,q,q,q,q,q,q,this.x,q,q,q,q,q,q) +return A.anp(new A.t5(!0,new A.K4(r,new A.X1(this,a),q),q))}} +A.X1.prototype={ +$0(){A.Ga(B.HT)}, +$S:0} +A.pP.prototype={ +fm(a){if(this.an==null)return!1 +return this.mX(a)}, +I6(a){}, +I7(a,b){var s=this.an +if(s!=null)this.cF("onAnyTapUp",s)}, +t1(a,b,c){}} +A.He.prototype={ +GT(){var s=t.S,r=A.cx(s) +return new A.pP(B.an,18,B.b_,A.y(s,t.R),r,null,null,A.aaH(),A.y(s,t.Y))}, +Im(a){a.an=this.a}} +A.K4.prototype={ +L(a){return new A.kl(this.c,A.aI([B.MR,new A.He(this.d)],t.A,t.xR),B.a9,!1,null)}} +A.Dx.prototype={ +L(a){var s,r,q=this,p=a.ad(t.I) +p.toString +s=A.a([],t.F) +r=q.c +if(r!=null)s.push(A.Wi(r,B.ek)) +r=q.d +if(r!=null)s.push(A.Wi(r,B.el)) +r=q.e +if(r!=null)s.push(A.Wi(r,B.em)) +return new A.rI(new A.a8p(q.f,q.r,p.w),s,null)}} +A.yN.prototype={ +F(){return"_ToolbarSlot."+this.b}} +A.a8p.prototype={ +J4(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +if(e.b.i(0,B.ek)!=null){s=a.a +r=a.b +q=e.dE(B.ek,new A.aH(0,s,r,r)).a +switch(e.f.a){case 0:p=s-q +break +case 1:p=0 +break +default:p=null}e.dT(B.ek,new A.v(p,0))}else q=0 +if(e.b.i(0,B.em)!=null){o=e.dE(B.em,A.abh(a)) +switch(e.f.a){case 0:n=0 +break +case 1:n=a.a-o.a +break +default:n=null}m=o.a +e.dT(B.em,new A.v(n,(a.b-o.b)/2))}else m=0 +if(e.b.i(0,B.el)!=null){s=a.a +r=e.e +l=Math.max(s-q-m-r*2,0) +k=e.dE(B.el,A.abh(a).Zj(l)) +j=q+r +if(e.d){i=k.a +h=(s-i)/2 +g=s-m +if(h+i>g)h=g-i-r +else if(h=1)return!0}return!1}, +ga1D(){var s=this.a +if(s==null)return!1 +s=s.CI(A.ail(this)) +s=s==null?null:s.gIA() +return s===!0}} +A.a_6.prototype={ +$1(a){var s,r=this.a.a +if(r==null)s=null +else{r.a.toString +s=!0}if(s===!0){r=r.y.gdM() +if(r!=null)r.zI()}}, +$S:14} +A.a_5.prototype={ +$1(a){var s=this.a.a +if(s!=null){s=s.y.gdM() +if(s!=null)s.zI()}}, +$S:14} +A.fX.prototype={ +j(a){var s=this.a +s=s==null?"none":'"'+s+'"' +return"RouteSettings("+s+", "+A.j(this.b)+")"}} +A.m6.prototype={} +A.lF.prototype={ +bB(a){return a.f!=this.f}} +A.a_4.prototype={} +A.Gy.prototype={} +A.Bo.prototype={} +A.uE.prototype={ +af(){var s=null,r=A.a([],t.uD),q=$.aR(),p=t.Tp +return new A.hN(new A.Jd(r,q),A.ax(t.Ez),new A.Je(q),A.k7(s,p),A.k7(s,p),A.afB(!0,"Navigator",!0,!0,s,s,!1),new A.vh(0,q,t.dZ),new A.eO(!1,q),A.ax(t.S),s,A.y(t.yb,t.M),s,!0,s,s,s,B.k)}, +a2A(a,b){return this.Q.$2(a,b)}} +A.XI.prototype={ +$1(a){return a==null}, +$S:350} +A.dy.prototype={ +F(){return"_RouteLifecycle."+this.b}} +A.Kh.prototype={} +A.eP.prototype={ +gcH(){var s,r +if(this.c){s=t.sd.a(this.a.b) +s.gcH() +r=A.j(s.gcH()) +return"p+"+r}r=this.b +if(r!=null)return"r+"+r.gJD() +return null}, +a0p(a,b,c,d){var s,r,q,p=this,o=p.d,n=p.a +n.a=b +n.jh() +s=p.d +if(s===B.v9||s===B.va){r=n.oh() +p.d=B.vb +r.a44(new A.a7D(p,b))}else{n.xI(c) +p.d=B.bV}if(a)n.of(null) +s=o===B.NS||o===B.va +q=b.w +if(s)q.dr(0,new A.xL(n,d)) +else q.dr(0,new A.qj(n,d))}, +a0o(a,b){var s,r=this +r.d=B.NO +s=r.a +if((s.d.a.a&30)!==0)return!0 +if(!s.ke(r.w)){r.d=B.bV +return!1}r.w=null +return!0}, +tH(a){this.w=a +this.d=B.hC +this.a.zb(!0)}, +zq(a){return this.tH(a,t.z)}, +l(){var s,r,q,p,o,n,m,l=this,k={} +l.d=B.NQ +s=l.a +r=s.gtB() +q=new A.a7B() +p=new A.aO(r,q,A.a5(r).h("aO<1>")) +if(!p.gV(p).q()){l.d=B.eb +s.l() +return}k.a=p.gp(p) +o=s.a +o.f.B(0,l) +for(s=B.b.gV(r),q=new A.mM(s,q);q.q();){r=s.gD(s) +n=A.bf("listener") +m=new A.a7C(k,l,r,n,o) +n.b=m +r=r.d +if(r!=null)r.Z(0,m)}}, +ga47(){var s=this.d.a +return s<=7&&s>=1}, +gIA(){var s=this.d.a +return s<=10&&s>=1}} +A.a7D.prototype={ +$0(){var s=this.a +if(s.d===B.vb){s.d=B.bV +this.b.vy()}}, +$S:0} +A.a7B.prototype={ +$1(a){return a.gIU()}, +$S:351} +A.a7C.prototype={ +$0(){var s=this,r=s.a;--r.a +s.c.I(0,s.d.ar()) +if(r.a===0)return A.dd(new A.a7A(s.b,s.e))}, +$S:0} +A.a7A.prototype={ +$0(){var s=this.a +if(!this.b.f.v(0,s))return +s.d=B.eb +s.a.l()}, +$S:0} +A.a7E.prototype={ +$1(a){return a.a===this.a}, +$S:43} +A.kN.prototype={} +A.qj.prototype={ +kC(a){a.qz(this.b,this.a,B.bj,!1)}} +A.qi.prototype={ +kC(a){var s=$.hj() +A.o1(a) +if(!s.a.get(a).cx.a)a.qz(this.a,this.b,B.bk,!1)}} +A.xK.prototype={ +kC(a){}} +A.xL.prototype={ +kC(a){var s=this.a,r=s.gmc() +if(r)a.qz(this.b,s,B.bj,!1)}} +A.Jd.prototype={ +H(a,b){B.b.H(this.a,b) +if(J.ng(b))this.ai()}, +i(a,b){return this.a[b]}, +gV(a){var s=this.a +return new J.e1(s,s.length)}, +j(a){return A.lL(this.a,"[","]")}, +$iab:1} +A.hN.prototype={ +SN(){var s,r,q=this,p=q.GG(),o=A.bf("routeBlocksPop"),n=!p +if(n){s=q.nr(A.jz()) +o.sbt(s!=null&&s.a.gkG()===B.cE)}else o.sbt(!1) +r=new A.m5(!n||o.ar()) +n=$.bK +switch(n.x1$.a){case 4:q.c.ct(r) +break +case 0:case 2:case 3:case 1:n.rx$.push(new A.XF(q,r)) +break}}, +aE(){var s,r,q,p,o=this +o.aS() +for(s=o.a.x,r=0;!1;++r){q=s[r] +p=$.hj() +A.lo(q) +p.a.set(q,o)}o.as=o.a.x +s=o.c.hO(t.mS) +if(s==null)s=null +else{s=s.e +s.toString}t._I.a(s) +o.wD(s==null?null:s.f) +o.a.toString +B.dB.oI("selectSingleEntryHistory",t.H) +o.e.Z(0,o.gDc())}, +iB(a,b){var s,r,q,p,o,n,m,l,k=this +k.my(k.at,"id") +s=k.r +k.my(s,"history") +k.CK() +k.d=new A.bI(null,t.ku) +r=k.e +r.H(0,s.JE(null,k)) +k.a.toString +q=r.a +p=0 +for(;!1;++p){o=B.By[p] +n=k.c +n.toString +n=o.xo(n) +m=$.aaX() +l=new A.eP(n,null,!0,B.hA,m,new A.jp(new WeakRef(m)),m) +q.push(l) +r.ai() +m=s.JE(l,k) +B.b.H(q,m) +if(B.b.gbl(m))r.ai()}if(s.y==null){s=k.a +q=s.f +r.H(0,J.nh(s.a2A(k,q),new A.XH(k),t.Ez))}k.vy()}, +xL(a){var s,r=this +r.N4(a) +s=r.r +if(r.bb$!=null)s.cd(0,r.e) +else s.U(0)}, +gcH(){return this.a.y}, +b1(){var s,r,q,p,o=this +o.NP() +s=o.c.ad(t.mS) +o.wD(s==null?null:s.f) +for(r=o.e.a,r=new J.e1(r,r.length),q=A.m(r).c;r.q();){p=r.d;(p==null?q.a(p):p).a.rn()}}, +CK(){var s,r,q +this.f.Rm(new A.XE(),!0) +for(s=this.e,r=s.a;!s.gT(s);){q=r.pop() +s.ai() +A.agr(q,!1)}}, +wD(a){var s,r,q=this +if(q.Q!=a){if(a!=null)$.hj().m(0,a,q) +s=q.Q +if(s==null)s=null +else{r=$.hj() +A.o1(s) +s=r.a.get(s)}if(s===q){s=$.hj() +r=q.Q +r.toString +s.m(0,r,null)}q.Q=a +q.FJ()}}, +FJ(){var s=this,r=s.Q,q=s.a +if(r!=null)s.as=B.b.W(q.x,A.a([r],t.tc)) +else s.as=q.x}, +aP(a){var s,r,q,p,o,n=this +n.NQ(a) +s=a.x +if(s!==n.a.x){for(r=0;!1;++r){q=s[r] +p=$.hj() +A.lo(q) +p.a.set(q,null)}for(s=n.a.x,r=0;!1;++r){q=s[r] +p=$.hj() +A.lo(q) +p.a.set(q,n)}n.FJ()}n.a.toString +for(s=n.e.a,s=new J.e1(s,s.length),p=A.m(s).c;s.q();){o=s.d;(o==null?p.a(o):o).a.rn()}}, +cB(){var s,r,q,p,o=this.as +o===$&&A.c() +s=o.length +r=0 +for(;r0?q[r-1]:a1 +n=A.a([],t.uD) +$label0$1:for(m=a0.x,l=a0.w,k=a1,j=k,i=!1,h=!1;r>=0;){switch(p.d.a){case 1:g=a0.iS(r-1,A.jz()) +f=g>=0?q[g]:a1 +f=f==null?a1:f.a +e=p.a +e.a=a0 +e.jh() +p.d=B.NR +l.dr(0,new A.qj(e,f)) +continue $label0$1 +case 2:if(i||j==null){f=p.a +f.oe() +p.d=B.bV +if(j==null)f.of(a1) +continue $label0$1}break +case 3:case 4:case 6:f=o==null?a1:o.a +g=a0.iS(r-1,A.jz()) +e=g>=0?q[g]:a1 +e=e==null?a1:e.a +p.a0p(j==null,a0,f,e) +if(p.d===B.bV)continue $label0$1 +break +case 5:if(!h&&k!=null){p.a.lP(k) +p.f=new A.jp(new WeakRef(k))}h=!0 +break +case 7:if(!h&&k!=null){p.a.lP(k) +p.f=new A.jp(new WeakRef(k))}i=!0 +h=!0 +break +case 8:g=a0.iS(r,A.zH()) +f=g>=0?q[g]:a1 +if(!p.a0o(a0,f==null?a1:f.a))continue $label0$1 +if(!h){if(k!=null){p.a.lP(k) +p.f=new A.jp(new WeakRef(k))}k=p.a}f=p.a +g=a0.iS(r,A.zH()) +e=g>=0?q[g]:a1 +m.dr(0,new A.qi(f,e==null?a1:e.a)) +if(p.d===B.hB)continue $label0$1 +i=!0 +break +case 11:break +case 9:f=p.a +f=f.d.a +if((f.a&30)!==0)A.T(A.a1("Future already completed")) +f.eY(a1) +p.w=null +p.d=B.NN +continue $label0$1 +case 10:if(!h){if(k!=null)p.a.lP(k) +k=a1}g=a0.iS(r,A.zH()) +f=g>=0?q[g]:a1 +f=f==null?a1:f.a +p.d=B.NP +if(p.x)m.dr(0,new A.xK(p.a,f)) +continue $label0$1 +case 12:if(!i&&j!=null)break +p.d=B.hB +continue $label0$1 +case 13:p=B.b.hK(q,r) +s.ai() +n.push(p) +p=j +break +case 14:case 15:case 0:break}--r +d=r>0?q[r-1]:a1 +j=p +p=o +o=d}a0.Ry() +a0.RA() +a0.a.toString +c=a0.nr(A.jz()) +b=c==null?a1:c.a.b.a +if(b!=null&&b!==a0.ax){A.ahv(!1,a1,A.el(b,0,a1)) +a0.ax=b}for(q=n.length,a=0;a=0;){s=l[k] +r=s.d.a +if(!(r<=12&&r>=3)){--k +continue}q=this.RW(k+1,A.ak9()) +r=q==null +p=r?m:q.a +if(p!=s.r){if(!((r?m:q.a)==null&&J.e(s.f.a.deref(),s.r))){p=s.a +p.of(r?m:q.a)}s.r=r?m:q.a}--k +o=this.iS(k,A.ak9()) +n=o>=0?l[o]:m +r=n==null +p=r?m:n.a +if(p!=s.e){p=s.a +p.xE(r?m:n.a) +s.e=r?m:n.a}}}, +CV(a,b){a=this.iS(a,b) +return a>=0?this.e.a[a]:null}, +iS(a,b){var s=this.e.a +while(!0){if(!(a>=0&&!b.$1(s[a])))break;--a}return a}, +RW(a,b){var s=this.e,r=s.a +while(!0){if(!(a?") +q=r.a(this.a.r.$1(s)) +return q==null&&!b?r.a(this.a.w.$1(s)):q}, +wo(a,b,c){return this.qN(a,!1,b,c)}, +mx(a,b){var s,r=this,q=r.wo(a,null,b) +q.toString +s=r.e +s.a.push(A.aik(q,B.v9,!1,null)) +s.ai() +r.vy() +r.BT() +return q.d.a}, +GG(){var s,r=this.e +r=r.gV(r) +s=new A.mM(r,A.jz()) +if(!s.q())return!1 +if(r.gD(r).a.gA8())return!0 +if(!s.q())return!1 +return!0}, +tn(a){var s=0,r=A.Y(t.y),q,p=this,o,n,m +var $async$tn=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)$async$outer:switch(s){case 0:m=p.nr(A.jz()) +if(m==null){q=!1 +s=1 +break}o=m.a +s=3 +return A.Z(o.fA(),$async$tn) +case 3:n=c +if(p.c==null){q=!0 +s=1 +break}if(n===B.cE){q=!0 +s=1 +break}if(m!==p.nr(A.jz())){q=!0 +s=1 +break}switch(o.gkG().a){case 2:q=!1 +s=1 +break $async$outer +case 0:p.zq(a) +q=!0 +s=1 +break $async$outer +case 1:o.zb(!1) +q=!0 +s=1 +break $async$outer}case 1:return A.W(q,r)}}) +return A.X($async$tn,r)}, +IR(){return this.tn(null,t.X)}, +tH(a){var s=this,r=s.e.a1Y(0,A.jz()) +if(r.c){s.a.toString +if(null.$2(r.a,a)&&r.d===B.bV)r.d=B.hC}else r.zq(a) +if(r.d===B.hC)s.vz(!1) +s.BT()}, +zq(a){return this.tH(a,t.X)}, +fq(){return this.tH(null,t.X)}, +HI(a){var s,r=this,q=r.e.a,p=B.b.Ij(q,A.ail(a),0) +q=q[p] +if(q.c&&q.d.a<8){s=r.CV(p-1,A.zH()) +s=s==null?null:s.a +r.x.dr(0,new A.qi(a,s))}q.d=B.hB +if(!r.ch)r.vz(!1)}, +sG_(a){this.CW=a +this.cx.sn(0,a>0)}, +a_7(){var s,r,q,p,o,n,m=this +m.sG_(m.CW+1) +if(m.CW===1){s=m.e +r=m.iS(s.gp(s)-1,A.zH()) +q=s.a[r].a +p=!q.gA8()&&r>0?m.CV(r-1,A.zH()).a:null +s=m.as +s===$&&A.c() +o=s.length +n=0 +for(;n7){i=h.a +i.c.sn(0,b) +continue}if(h.c){k=k||r.length!==J.bp(p) +if(r.length!==0){g=l==null?b:l.gcH() +o.m(0,g,r) +n.v(0,g)}j=h.gcH()!=null +i=h.a +f=j?h.gcH():b +i.c.sn(0,f) +if(j){r=A.a([],s) +i=c.y +i.toString +p=J.b3(i,h.gcH()) +if(p==null)p=B.dk}else{r=B.dk +p=B.dk}l=h +continue}if(j){i=h.b +i=i==null?b:i.gIB() +j=i===!0}else j=!1 +i=h.a +f=j?h.gcH():b +i.c.sn(0,f) +if(j){i=h.b +f=i.b +i=f==null?i.b=i.rp():f +if(!k){f=J.av(p) +e=f.gp(p) +d=r.length +k=e<=d||!J.e(f.i(p,d),i)}else k=!0 +B.b.B(r,i)}}k=k||r.length!==J.bp(p) +c.Rn(r,l,o,n) +if(k||n.gbl(n)){c.y=o +c.ai()}}, +Rn(a,b,c,d){var s +if(a.length!==0){s=b==null?null:b.gcH() +c.m(0,s,a) +d.v(0,s)}}, +U(a){if(this.y==null)return +this.y=null +this.ai()}, +JE(a,b){var s,r,q,p,o,n=A.a([],t.uD) +if(this.y!=null)s=a!=null&&a.gcH()==null +else s=!0 +if(s)return n +s=this.y +s.toString +r=J.b3(s,a==null?null:a.gcH()) +if(r==null)return n +for(s=J.ar(r);s.q();){q=A.atO(s.gD(s)) +p=q.xo(b) +o=$.aaX() +n.push(new A.eP(p,q,!1,B.hA,o,new A.jp(new WeakRef(o)),o))}return n}, +rv(){return null}, +m6(a){a.toString +return J.amZ(t.f.a(a),new A.a5Q(),t.ob,t.UX)}, +Ik(a){this.y=a}, +mF(){return this.y}, +glT(a){return this.y!=null}} +A.a5Q.prototype={ +$2(a,b){return new A.aC(A.bZ(a),A.lX(t.j.a(b),!0,t.K),t.qE)}, +$S:355} +A.m5.prototype={ +j(a){return"NavigationNotification canHandlePop: "+this.a}} +A.a6U.prototype={ +$2(a,b){if(!a.a)a.I(0,b)}, +$S:42} +A.xM.prototype={ +bL(){this.dq() +this.cL() +this.f3()}, +l(){var s=this,r=s.b2$ +if(r!=null)r.I(0,s.geD()) +s.b2$=null +s.aL()}} +A.xN.prototype={ +aP(a){this.bh(a) +this.oj()}, +b1(){var s,r,q,p,o=this +o.cY() +s=o.bb$ +r=o.gmC() +q=o.c +q.toString +q=A.p1(q) +o.fc$=q +p=o.lv(q,r) +if(r){o.iB(s,o.dN$) +o.dN$=!1}if(p)if(s!=null)s.l()}, +l(){var s,r=this +r.fb$.S(0,new A.a6U()) +s=r.bb$ +if(s!=null)s.l() +r.bb$=null +r.NO()}} +A.O3.prototype={} +A.DF.prototype={ +j(a){var s=A.a([],t.s) +this.c7(s) +return"Notification("+B.b.b3(s,", ")+")"}, +c7(a){}} +A.cz.prototype={ +cs(a){return new A.xO(this,B.M,this.$ti.h("xO<1>"))}} +A.xO.prototype={ +IZ(a){var s,r=this.e +r.toString +s=this.$ti +s.h("cz<1>").a(r) +if(s.c.b(a))return r.d.$1(a) +return!1}, +mk(a){}} +A.f2.prototype={} +A.Oc.prototype={} +A.iL.prototype={ +szh(a){var s +if(this.b===a)return +this.b=a +s=this.e +if(s!=null)s.Cn()}, +sa2i(a){if(this.c)return +this.c=!0 +this.e.Cn()}, +gIU(){var s=this.d +return(s==null?null:s.a)!=null}, +Z(a,b){var s=this.d +if(s!=null)s.Z(0,b)}, +I(a,b){var s=this.d +if(s!=null)s.I(0,b)}, +js(a){var s,r=this.e +r.toString +this.e=null +if(r.c==null)return +B.b.v(r.d,this) +s=$.bK +if(s.x1$===B.tJ)s.rx$.push(new A.XR(r)) +else r.DK()}, +jm(){var s=this.f.gbI() +if(s!=null)s.DM()}, +l(){var s,r=this +r.r=!0 +if(!r.gIU()){s=r.d +if(s!=null){s.fy$=$.aR() +s.fx$=0}r.d=null}}, +j(a){var s=this,r=A.b1(s),q=s.b,p=s.c,o=s.r?"(DISPOSED)":"" +return"#"+r+"(opaque: "+q+"; maintainState: "+p+")"+o}, +$iab:1} +A.XR.prototype={ +$1(a){this.a.DK()}, +$S:3} +A.jg.prototype={ +af(){return new A.xP(B.k)}} +A.xP.prototype={ +V1(a,b){var s,r,q,p=this.e +if(p==null)p=this.e=new A.lW(t.oM) +s=p.b===0?null:p.ga1(p) +r=b.a +while(!0){q=s==null +if(!(!q&&s.a>r))break +s=s.gJa()}if(q){p.vS(p.c,b,!0) +p.c=b}else s.fd$.vS(s.fe$,b,!1)}, +gwd(){var s,r=this,q=r.f +if(q===$){s=r.vk(!1) +r.f!==$&&A.aS() +r.f=s +q=s}return q}, +vk(a){return new A.id(this.Qx(a),t.bm)}, +Qx(a){var s=this +return function(){var r=a +var q=0,p=2,o,n,m,l +return function $async$vk(b,c,d){if(c===1){o=d +q=p}while(true)switch(q){case 0:l=s.e +if(l==null||l.b===0){q=1 +break}n=r?l.ga1(l):l.gG(l) +case 3:if(!(n!=null)){q=4 +break}m=n.d +n=r?n.gJa():n.gkB(n) +q=m!=null?5:6 +break +case 5:q=7 +return b.b=m,1 +case 7:case 6:q=3 +break +case 4:case 1:return 0 +case 2:return b.c=o,3}}}}, +aE(){var s,r=this +r.aS() +r.a.c.d.sn(0,r) +s=r.c.rT(t.im) +s.toString +r.d=s}, +aP(a){var s,r=this +r.bh(a) +if(a.d!==r.a.d){s=r.c.rT(t.im) +s.toString +r.d=s}}, +l(){var s,r=this,q=r.a.c.d +if(q!=null)q.sn(0,null) +q=r.a.c +if(q.r){s=q.d +if(s!=null){s.fy$=$.aR() +s.fx$=0}q.d=null}r.e=null +r.aL()}, +L(a){var s=this.a,r=s.e,q=this.d +q===$&&A.c() +return new A.pE(r,new A.mZ(q,this,s.c.a.$1(a),null),null)}, +DM(){this.av(new A.a6Z())}} +A.a6Z.prototype={ +$0(){}, +$S:0} +A.oJ.prototype={ +af(){return new A.oL(A.a([],t.fy),null,null,B.k)}} +A.oL.prototype={ +aE(){this.aS() +this.a1n(0,this.a.c)}, +vT(a,b){return this.d.length}, +a1m(a,b){b.e=this +this.av(new A.XW(this,null,null,b))}, +a1n(a,b){var s,r=b.length +if(r===0)return +for(s=0;s")),s=new A.co(s,s.gp(s)),r=A.m(s).c,q=!0,p=0;s.q();){o=s.d +if(o==null)o=r.a(o) +if(q){++p +m.push(new A.jg(o,n,!0,o.f)) +q=!o.b||!1}else if(o.c)m.push(new A.jg(o,n,!1,o.f))}s=t.MV +return new A.yM(m.length-p,n.a.d,A.a6(new A.cs(m,s),!1,s.h("aX.E")),null)}} +A.XW.prototype={ +$0(){var s=this,r=s.a +B.b.oE(r.d,r.vT(s.b,s.c),s.d)}, +$S:0} +A.XV.prototype={ +$0(){var s=this,r=s.a +B.b.oF(r.d,r.vT(s.b,s.c),s.d)}, +$S:0} +A.XX.prototype={ +$0(){var s,r,q=this,p=q.a,o=p.d +B.b.U(o) +s=q.b +B.b.H(o,s) +r=q.c +r.Jp(s) +B.b.oF(o,p.vT(q.d,q.e),r)}, +$S:0} +A.XU.prototype={ +$0(){}, +$S:0} +A.XT.prototype={ +$0(){}, +$S:0} +A.yM.prototype={ +cs(a){return new A.N_(A.cx(t.h),this,B.M)}, +am(a){var s=a.ad(t.I) +s.toString +s=new A.mY(s.w,this.e,this.f,A.ao(),0,null,null,A.ao()) +s.aq() +s.H(0,null) +return s}, +az(a,b){var s=this.e +if(b.ae!==s){b.ae=s +if(!b.ao)b.jH()}s=a.ad(t.I) +s.toString +b.sbA(s.w) +s=this.f +if(s!==b.aa){b.aa=s +b.ak() +b.aV()}}} +A.N_.prototype={ +gP(){return t.im.a(A.eH.prototype.gP.call(this))}, +hC(a,b){var s,r +this.B9(a,b) +s=a.b +s.toString +t.i9.a(s) +r=this.e +r.toString +s.at=t.KJ.a(t.f2.a(r).c[b.b]).c}, +hF(a,b,c){this.Ba(a,b,c)}} +A.n_.prototype={ +e_(a){if(!(a.b instanceof A.d9))a.b=new A.d9(null,null,B.i)}, +gjF(){return!0}, +bm(){var s,r,q,p,o,n,m,l=this,k="RenderBox was not laid out: ",j=l.na(),i=j.gV(j) +j=l.ga0() +s=A.rg(new A.Q(A.O(1/0,j.a,j.b),A.O(1/0,j.c,j.d))) +j=l.gJM() +r=j.M +if(r==null)r=j.M=B.hM.K(j.O) +for(j=t.B,q=t.o;i.q();){p=i.gD(i) +o=p.b +o.toString +j.a(o) +if(!o.gyC()){p.bZ(s,!0) +n=l.id +if(n==null)n=A.T(A.a1(k+A.t(l).j(0)+"#"+A.b1(l))) +m=p.id +o.a=r.jY(q.a(n.a5(0,m==null?A.T(A.a1(k+A.t(p).j(0)+"#"+A.b1(p))):m)))}else{n=l.id +A.agV(p,o,n==null?A.T(A.a1(k+A.t(l).j(0)+"#"+A.b1(l))):n,r)}}}, +cR(a,b){var s,r,q,p=this.v4(),o=p.gV(p) +p=t.B +s=!1 +while(!0){if(!(!s&&o.q()))break +r=o.gD(o) +q=r.b +q.toString +s=a.lz(new A.a7q(r),p.a(q).a,b)}return s}, +aD(a,b){var s,r,q,p,o,n +for(s=this.na(),s=s.gV(s),r=t.B,q=b.a,p=b.b;s.q();){o=s.gD(s) +n=o.b +n.toString +n=r.a(n).a +a.ei(o,new A.v(n.a+q,n.b+p))}}} +A.a7q.prototype={ +$2(a,b){return this.a.bJ(a,b)}, +$S:17} +A.qB.prototype={ +A7(a){var s=this.at +if(s==null)s=null +else{s=s.d +s=s==null?null:s.a.gwd().S(0,a)}return s}} +A.mY.prototype={ +gJM(){return this}, +e_(a){if(!(a.b instanceof A.qB))a.b=new A.qB(null,null,B.i)}, +ac(a){var s,r,q,p,o +this.OG(a) +s=this.a8$ +for(r=t.i9;s!=null;){q=s.b +q.toString +r.a(q) +p=q.at +if(p==null)o=null +else{p=p.d +o=p==null?null:new A.n3(p.a.gwd().a())}if(o!=null)for(;o.q();)o.b.ac(a) +s=q.ab$}}, +a7(a){var s,r,q +this.OH(0) +s=this.a8$ +for(r=t.i9;s!=null;){q=s.b +q.toString +r.a(q) +q.A7(A.axs()) +s=q.ab$}}, +dU(){return this.aN(this.gzA())}, +sbA(a){var s=this +if(s.O===a)return +s.O=a +s.M=null +if(!s.ao)s.jH()}, +uP(a){this.ao=!0 +this.i3(a) +this.ao=!1 +a.A.a3()}, +wh(a){this.ao=!0 +this.lS(a) +this.ao=!1}, +a3(){if(!this.ao)this.jH()}, +gvw(){var s,r,q,p,o=this +if(o.ae===A.as.prototype.gro.call(o))return null +s=A.as.prototype.ga_I.call(o,o) +for(r=o.ae,q=t.B;r>0;--r){p=s.b +p.toString +s=q.a(p).ab$}return s}, +fM(a){var s,r,q,p,o=this.gvw() +for(s=t.B,r=null;o!=null;){q=o.b +q.toString +s.a(q) +p=o.jx(a) +if(p!=null){p+=q.a.b +r=r!=null?Math.min(r,p):p}o=q.ab$}return r}, +c6(a){return new A.Q(A.O(1/0,a.a,a.b),A.O(1/0,a.c,a.d))}, +na(){return new A.id(this.Q7(),t.bm)}, +Q7(){var s=this +return function(){var r=0,q=1,p,o,n,m,l,k +return function $async$na(a,b,c){if(b===1){p=c +r=q}while(true)switch(r){case 0:k=s.gvw() +o=t.i9 +case 2:if(!(k!=null)){r=3 +break}r=4 +return a.b=k,1 +case 4:n=k.b +n.toString +o.a(n) +m=n.at +if(m==null)l=null +else{m=m.d +l=m==null?null:new A.n3(m.a.gwd().a())}r=l!=null?5:6 +break +case 5:case 7:if(!l.q()){r=8 +break}r=9 +return a.b=l.b,1 +case 9:r=7 +break +case 8:case 6:k=n.ab$ +r=2 +break +case 3:return 0 +case 1:return a.c=p,3}}}}, +v4(){return new A.id(this.Q6(),t.bm)}, +Q6(){var s=this +return function(){var r=0,q=1,p,o,n,m,l,k,j,i,h +return function $async$v4(a,b,c){if(b===1){p=c +r=q}while(true)switch(r){case 0:i=s.ae===A.as.prototype.gro.call(s)?null:s.cE$ +h=s.dh$-s.ae +o=t.i9 +case 2:if(!(i!=null)){r=3 +break}n=i.b +n.toString +o.a(n) +m=n.at +if(m==null)l=null +else{m=m.d +if(m==null)l=null +else{m=m.a +k=m.r +if(k===$){j=m.vk(!0) +m.r!==$&&A.aS() +m.r=j +k=j}m=new A.n3(k.a()) +l=m}}r=l!=null?4:5 +break +case 4:case 6:if(!l.q()){r=7 +break}r=8 +return a.b=l.b,1 +case 8:r=6 +break +case 7:case 5:r=9 +return a.b=i,1 +case 9:--h +i=h<=0?null:n.bN$ +r=2 +break +case 3:return 0 +case 1:return a.c=p,3}}}}, +aD(a,b){var s,r,q=this,p=q.aQ +if(q.aa!==B.C){s=q.cx +s===$&&A.c() +r=q.gC(q) +p.saF(0,a.pb(s,b,new A.E(0,0,0+r.a,0+r.b),A.n_.prototype.ghG.call(q),q.aa,p.a))}else{p.saF(0,null) +q.O3(a,b)}}, +l(){this.aQ.saF(0,null) +this.iM()}, +aN(a){var s,r,q=this.a8$ +for(s=t.i9;q!=null;){a.$1(q) +r=q.b +r.toString +s.a(r) +r.A7(a) +q=r.ab$}}, +fw(a){var s,r,q=this.gvw() +for(s=t.i9;q!=null;){a.$1(q) +r=q.b +r.toString +s.a(r) +r.A7(a) +q=r.ab$}}, +kd(a){var s +switch(this.aa.a){case 0:return null +case 1:case 2:case 3:s=this.gC(this) +return new A.E(0,0,0+s.a,0+s.b)}}} +A.XS.prototype={ +j(a){return"OverlayPortalController"+(this.a!=null?"":" DETACHED")}} +A.uM.prototype={ +af(){return new A.Kv(B.k)}} +A.Kv.prototype={ +RR(a,b){var s,r,q=this,p=q.f,o=A.bb("marker",new A.a7_(q,!1)) +if(p!=null)if(q.e){s=o.J() +s=p.b===s.r&&p.c===s.f +r=s}else r=!0 +else r=!1 +q.e=!1 +if(r)return p +return q.f=new A.kO(a,o.J().r,o.J().f)}, +aE(){this.aS() +this.EW(this.a.c)}, +EW(a){var s,r=a.b,q=this.d +if(q!=null)s=r!=null&&r>q +else s=!0 +if(s)this.d=r +a.b=null +a.a=this}, +b1(){this.cY() +this.e=!0}, +aP(a){var s,r,q=this +q.bh(a) +if(!q.e){q.a.toString +s=!1}else s=!0 +q.e=s +s=a.c +r=q.a.c +if(s!==r){s.a=null +q.EW(r)}}, +l(){this.a.c.a=null +this.f=null +this.aL()}, +Lf(a,b){this.av(new A.a71(this,b)) +this.f=null}, +a0Z(){this.av(new A.a70(this)) +this.f=null}, +L(a){var s,r,q=this,p=null,o=q.d +if(o==null)return new A.ql(p,q.a.e,p,p) +q.a.toString +s=q.RR(o,!1) +r=q.a +return new A.ql(new A.Ih(new A.eu(r.d,p),p),r.e,s,p)}} +A.a7_.prototype={ +$0(){var s=this.a.c +s.toString +return A.atM(s,this.b)}, +$S:356} +A.a71.prototype={ +$0(){this.a.d=this.b}, +$S:0} +A.a70.prototype={ +$0(){this.a.d=null}, +$S:0} +A.kO.prototype={ +BC(a){var s,r=this +r.d=a +r.b.V1(0,r) +s=r.c +s.ak() +s.hD() +s.aV()}, +Eq(a){var s,r=this +r.d=null +s=r.b.e +if(s!=null)s.v(0,r) +s=r.c +s.ak() +s.hD() +s.aV()}, +j(a){var s=A.b1(this) +return"_OverlayEntryLocation["+s+"] "}} +A.mZ.prototype={ +bB(a){return a.f!==this.f||a.r!==this.r}} +A.ql.prototype={ +cs(a){return new A.Ku(this,B.M)}, +am(a){var s=new A.y0(null,A.ao()) +s.aq() +s.saA(null) +return s}} +A.Ku.prototype={ +gP(){return t.SN.a(A.b5.prototype.gP.call(this))}, +dR(a,b){var s,r=this +r.n0(a,b) +s=r.e +s.toString +t.eU.a(s) +r.ok=r.cm(r.ok,s.d,null) +r.k4=r.cm(r.k4,s.c,s.e)}, +cd(a,b){var s=this +s.l6(0,b) +s.ok=s.cm(s.ok,b.d,null) +s.k4=s.cm(s.k4,b.c,b.e)}, +fT(a){this.ok=null +this.hU(a)}, +aN(a){var s=this.ok,r=this.k4 +if(s!=null)a.$1(s) +if(r!=null)a.$1(r)}, +bL(){var s,r,q +this.uC() +s=this.k4 +if(s!=null){r=t.Kp.a(s.gP()) +if(r!=null){q=s.c +q.toString +t.Vl.a(q) +q.c.uP(r) +q.d=r}}}, +cB(){var s,r,q=this.k4 +if(q!=null){s=t.Kp.a(q.gP()) +if(s!=null){r=q.c +r.toString +t.Vl.a(r) +r.c.wh(s) +r.d=null}}this.Bl()}, +hC(a,b){var s=t.SN +if(b!=null){s=s.a(A.b5.prototype.gP.call(this)) +t.Lj.a(a) +s.A=a +b.BC(a) +b.c.uP(a)}else s.a(A.b5.prototype.gP.call(this)).saA(a)}, +hF(a,b,c){var s=b.c,r=c.c +if(s!==r){s.wh(a) +r.uP(a)}if(b.b!==c.b||b.a!==c.a){b.Eq(a) +c.BC(a)}}, +iA(a,b){if(b==null){t.SN.a(A.b5.prototype.gP.call(this)).saA(null) +return}t.Lj.a(a) +b.Eq(a) +b.c.wh(a) +t.SN.a(A.b5.prototype.gP.call(this)).A=null}} +A.Ih.prototype={ +am(a){var s,r=a.rT(t.SN) +r.toString +s=new A.kQ(r,null,A.ao()) +s.aq() +s.saA(null) +return r.A=s}, +az(a,b){}} +A.kQ.prototype={ +na(){var s=this.fr$ +return s==null?B.w3:A.apR(1,new A.a7j(s),t.x)}, +v4(){return this.na()}, +gJM(){var s=this.d +return s instanceof A.mY?s:A.T(A.C3(A.j(s)+" of "+this.j(0)+" is not a _RenderTheater"))}, +dU(){this.A.kI(this) +this.Bn()}, +oU(){var s=this +if(s.a_)return +s.a9=s.a_=!0 +s.jH() +s.A.a3() +s.a_=!1}, +a3(){this.a9=!0 +this.jH()}, +a21(){var s,r=t.gW.a(this.d) +if(r==null||this.y==null)return +s=t.k.a(A.w.prototype.ga0.call(r)) +this.Bi(A.rg(new A.Q(A.O(1/0,s.a,s.b),A.O(1/0,s.c,s.d))),!1)}, +bZ(a,b){var s,r=this,q=r.a9||!t.k.a(A.w.prototype.ga0.call(r)).k(0,a) +r.bf=!0 +r.Bi(a,b) +r.a9=r.bf=!1 +if(q){s=r.d +s.toString +t.im.a(s).yx(new A.a7k(r),t.k)}}, +fZ(a){return this.bZ(a,!1)}, +mu(){var s=t.k.a(A.w.prototype.ga0.call(this)) +this.id=new A.Q(A.O(1/0,s.a,s.b),A.O(1/0,s.c,s.d))}, +bm(){var s=this +if(s.bf){s.a9=!1 +return}if(s.fr$==null){s.a9=!1 +return}s.O4() +s.a9=!1}, +cM(a,b){var s,r=a.b +r.toString +s=t.q.a(r).a +b.b9(0,s.a,s.b)}} +A.a7j.prototype={ +$1(a){return this.a}, +$S:357} +A.a7k.prototype={ +$1(a){var s=this.a +s.a9=!0 +s.jH()}, +$S:358} +A.y0.prototype={ +dU(){this.Bn() +var s=this.A +if(s!=null&&s.y!=null)this.kI(s)}, +bm(){this.pW() +var s=this.A +if(s!=null)s.a21()}} +A.Kw.prototype={ +bL(){this.dq() +this.cL() +this.f3()}, +l(){var s=this,r=s.b2$ +if(r!=null)r.I(0,s.geD()) +s.b2$=null +s.aL()}} +A.Ol.prototype={} +A.Om.prototype={} +A.zj.prototype={ +ac(a){var s,r,q +this.eq(a) +s=this.a8$ +for(r=t.B;s!=null;){s.ac(a) +q=s.b +q.toString +s=r.a(q).ab$}}, +a7(a){var s,r,q +this.er(0) +s=this.a8$ +for(r=t.B;s!=null;){s.a7(0) +q=s.b +q.toString +s=r.a(q).ab$}}} +A.Oo.prototype={} +A.to.prototype={ +af(){var s=t.y +return new A.xc(A.aI([!1,!0,!0,!0],s,s),null,null,B.k)}, +jn(a){return A.zK().$1(a)}} +A.xc.prototype={ +aE(){var s,r,q=this +q.aS() +s=q.a +r=s.f +q.d=A.ai8(A.bc(s.e),r,q) +r=q.a +s=r.f +s=A.ai8(A.bc(r.e),s,q) +q.e=s +r=q.d +r.toString +q.f=new A.xB(A.a([r,s],t.Eo))}, +aP(a){var s,r=this +r.bh(a) +if(!a.f.k(0,r.a.f)||A.bc(a.e)!==A.bc(r.a.e)){s=r.d +s.toString +s.sag(0,r.a.f) +s=r.d +s.toString +s.sGz(A.bc(r.a.e)) +s=r.e +s.toString +s.sag(0,r.a.f) +s=r.e +s.toString +s.sGz(A.bc(r.a.e))}}, +wc(a){var s,r,q,p,o,n,m,l,k,j,i=this +if(!i.a.jn(a))return!1 +s=a.a +r=s.e +if(A.bc(r)!==A.bc(i.a.e))return!1 +q=i.d +q.toString +p=s.c +p.toString +o=s.a +o.toString +q.e=-Math.min(p-o,q.d) +o=i.e +o.toString +s=s.b +s.toString +o.e=-Math.min(s-p,o.d) +if(a instanceof A.hP){s=a.e +if(s<0)n=q +else if(s>0)n=o +else n=null +m=n===q +q=i.c +q.ct(new A.uN(m,0)) +q=i.w +q.m(0,m,!0) +q.i(0,m).toString +n.d=0 +i.w.i(0,m).toString +q=a.f +if(q!==0){s=n.c +if(s!=null)s.aI(0) +n.c=null +l=A.O(Math.abs(q),100,1e4) +s=n.f +if(n.a===B.e8)r=0.3 +else{r=n.r +r===$&&A.c() +q=r.a +q=r.b.a6(0,q.gn(q)) +r=q}s.a=r +r.toString +s.b=A.O(l*0.00006,r,0.5) +r=n.w +s=n.x +s===$&&A.c() +q=s.a +r.a=s.b.a6(0,q.gn(q)) +r.b=Math.min(0.025+75e-8*l*l,1) +r=n.b +r===$&&A.c() +r.e=A.c1(0,B.c.aH(0.15+l*0.02)) +r.jc(0,0) +n.as=0.5 +n.a=B.Nk}else{q=a.d +if(q!=null){p=a.b.gP() +p.toString +t.x.a(p) +k=p.gC(p) +j=p.kR(q.d) +switch(A.bc(r).a){case 0:n.toString +r=k.b +n.Jd(0,Math.abs(s),k.a,A.O(j.b,0,r),r) +break +case 1:n.toString +r=k.a +n.Jd(0,Math.abs(s),k.b,A.O(j.a,0,r),r) +break}}}}else{if(!(a instanceof A.kp&&a.d!=null))s=a instanceof A.fY&&a.d!=null +else s=!0 +if(s){if(q.a===B.e9)q.jR(B.cc) +s=i.e +if(s.a===B.e9)s.jR(B.cc)}}i.r=A.t(a) +return!1}, +l(){this.d.l() +this.e.l() +this.OC()}, +L(a){var s=this,r=null,q=s.a,p=s.d,o=s.e,n=q.e,m=s.f +return new A.cz(s.gwb(),new A.fc(A.RA(new A.fc(q.w,r),new A.Ja(p,o,n,m),r,r,B.K),r),r,t.WA)}} +A.q6.prototype={ +F(){return"_GlowState."+this.b}} +A.xb.prototype={ +sag(a,b){if(this.ax.k(0,b))return +this.ax=b +this.ai()}, +sGz(a){if(this.ay===a)return +this.ay=a +this.ai()}, +l(){var s=this,r=s.b +r===$&&A.c() +r.l() +r=s.y +r===$&&A.c() +r.w.cO$.v(0,r) +r.Bo() +r=s.c +if(r!=null)r.aI(0) +s.dG()}, +Jd(a,b,c,d,e){var s,r,q,p=this,o=p.c +if(o!=null)o.aI(0) +p.at=p.at+b/200 +o=p.f +s=p.r +s===$&&A.c() +r=s.b +s=s.a +o.a=r.a6(0,s.gn(s)) +o.b=Math.min(r.a6(0,s.gn(s))+b/c*0.8,0.5) +q=Math.min(c,e*0.20096189432249995) +s=p.w +r=p.x +r===$&&A.c() +o=r.b +r=r.a +s.a=o.a6(0,r.gn(r)) +s.b=Math.max(1-1/(0.7*Math.sqrt(p.at*q)),A.qL(o.a6(0,r.gn(r)))) +r=d/e +p.Q=r +if(r!==p.as){o=p.y +o===$&&A.c() +if(!o.ga1P())o.jG(0)}else{o=p.y +o===$&&A.c() +o.fG(0) +p.z=null}o=p.b +o===$&&A.c() +o.e=B.jg +if(p.a!==B.e9){o.jc(0,0) +p.a=B.e9}else{o=o.r +if(!(o!=null&&o.a!=null))p.ai()}p.c=A.bY(B.jg,new A.a5I(p))}, +v1(a){var s=this +if(a!==B.L)return +switch(s.a.a){case 1:s.jR(B.cc) +break +case 3:s.a=B.e8 +s.at=0 +break +case 2:case 0:break}}, +jR(a){var s,r,q=this,p=q.a +if(p===B.v0||p===B.e8)return +p=q.c +if(p!=null)p.aI(0) +q.c=null +p=q.f +s=q.r +s===$&&A.c() +r=s.a +p.a=s.b.a6(0,r.gn(r)) +p.b=0 +p=q.w +r=q.x +r===$&&A.c() +s=r.a +p.a=r.b.a6(0,s.gn(s)) +p.b=0 +p=q.b +p===$&&A.c() +p.e=a +p.jc(0,0) +q.a=B.v0}, +WU(a){var s,r=this,q=r.z +if(q!=null){q=q.a +s=r.Q +r.as=s-(s-r.as)*Math.pow(2,-(a.a-q)/$.alk().a) +r.ai()}if(A.zI(r.Q,r.as,0.001)){q=r.y +q===$&&A.c() +q.fG(0) +r.z=null}else r.z=a}, +aD(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=j.r +i===$&&A.c() +s=i.a +if(J.e(i.b.a6(0,s.gn(s)),0))return +s=b.a +r=b.b +q=s>r?r/s:1 +p=s*3/2 +o=Math.min(r,s*0.20096189432249995) +r=j.x +r===$&&A.c() +n=r.a +n=r.b.a6(0,n.gn(n)) +r=j.as +m=$.ad().aX() +l=j.ax +k=i.a +m.sag(0,A.a2(B.c.aH(255*i.b.a6(0,k.gn(k))),l.gn(l)>>>16&255,l.gn(l)>>>8&255,l.gn(l)&255)) +a.cg(0) +a.b9(0,0,j.d+j.e) +a.kT(0,1,n*q) +a.o_(new A.E(0,0,0+s,0+o)) +a.kg(new A.v(s/2*(0.5+r),o-p),p,m) +a.bz(0)}, +j(a){return"_GlowController(color: "+this.ax.j(0)+", axis: "+this.ay.b+")"}} +A.a5I.prototype={ +$0(){return this.a.jR(B.d8)}, +$S:0} +A.Ja.prototype={ +E3(a,b,c,d,e){var s +if(c==null)return +switch(A.jv(d,e).a){case 0:c.aD(a,b) +break +case 2:a.cg(0) +a.b9(0,0,b.b) +a.kT(0,1,-1) +c.aD(a,b) +a.bz(0) +break +case 3:a.cg(0) +a.JH(0,1.5707963267948966) +a.kT(0,1,-1) +c.aD(a,new A.Q(b.b,b.a)) +a.bz(0) +break +case 1:a.cg(0) +s=b.a +a.b9(0,s,0) +a.JH(0,1.5707963267948966) +c.aD(a,new A.Q(b.b,s)) +a.bz(0) +break}}, +aD(a,b){var s=this,r=s.d +s.E3(a,b,s.b,r,B.jp) +s.E3(a,b,s.c,r,B.jo)}, +iK(a){return a.b!=this.b||a.c!=this.c}, +j(a){return"_GlowingOverscrollIndicatorPainter("+A.j(this.b)+", "+A.j(this.c)+")"}} +A.MG.prototype={ +F(){return"_StretchDirection."+this.b}} +A.w0.prototype={ +af(){return new A.yF(null,null,B.k)}, +jn(a){return A.zK().$1(a)}} +A.yF.prototype={ +gjU(){var s,r,q,p,o,n,m=this,l=null,k=m.d +if(k===$){s=t.c +r=new A.ay(0,0,s) +q=new A.yE(r,B.hH,B.by,$.aR()) +p=A.cJ(l,l,l,l,m) +p.aY() +o=p.bD$ +o.b=!0 +o.a.push(q.gv0()) +q.a!==$&&A.cc() +q.a=p +n=A.ex(B.iF,p,l) +n.a.Z(0,q.gdS()) +t.m.a(n) +q.b!==$&&A.cc() +q.b=new A.aB(n,r,s.h("aB")) +m.d!==$&&A.aS() +m.d=q +k=q}return k}, +wc(a){var s,r,q,p,o,n,m,l=this +if(!l.a.jn(a))return!1 +s=a.a +if(A.bc(s.e)!==A.bc(l.a.c))return!1 +if(a instanceof A.hP){l.f=a +J.J(l.e) +r=a.e +q=l.c +q.ct(new A.uN(r<0,0)) +l.w=!0 +r=l.r+=r +q=a.f +if(q!==0){s=l.gjU() +r=l.r +p=A.O(Math.abs(q),1,1e4) +q=s.c +o=s.b +o===$&&A.c() +n=o.a +q.a=o.b.a6(0,n.gn(n)) +q.b=Math.min(0.016+1.01/p,1) +q=s.a +q===$&&A.c() +q.e=A.c1(0,B.c.aH(p*0.02)) +q.jc(0,0) +s.d=B.NW +s.f=r>0?B.by:B.vc}else if(a.d!=null){s=s.d +s.toString +m=A.O(Math.abs(r)/s,0,1) +l.gjU().a2T(0,m,l.r)}}else if(a instanceof A.kp||a instanceof A.fY){l.r=0 +s=l.gjU() +if(s.d===B.hI)s.jR(B.eY)}l.e=a +return!1}, +RI(a){switch(this.a.c.a){case 0:return a===B.by?B.hL:B.hK +case 1:return a===B.by?B.cT:B.hO +case 2:return a===B.by?B.hK:B.hL +case 3:return a===B.by?B.hO:B.cT}}, +l(){var s=this.gjU(),r=s.a +r===$&&A.c() +r.l() +s.dG() +this.ON()}, +L(a){var s={},r=A.cn(a,B.Nl,t.w).w +s.a=null +return new A.cz(this.gwb(),A.jC(this.gjU(),new A.a8d(s,this,r.a),null),null,t.WA)}} +A.a8d.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l=this,k=l.b,j=k.gjU().b +j===$&&A.c() +s=j.a +s=j.b.a6(0,s.gn(s)) +switch(A.bc(k.a.c).a){case 0:r=1+s +l.a.a=l.c.a +q=1 +break +case 1:q=1+s +l.a.a=l.c.b +r=1 +break +default:r=1 +q=1}p=k.RI(k.gjU().f) +j=k.f +if(j==null)o=null +else{j=j.a.d +j.toString +o=j}if(o==null)o=l.a.a +j=A.ul(r,q,1) +s=s===0 +n=s?null:B.aZ +k=k.a +m=A.a2I(p,k.f,n,j,!0) +return A.aeT(m,!s&&o!==l.a.a?k.e:B.C)}, +$S:360} +A.qz.prototype={ +F(){return"_StretchState."+this.b}} +A.yE.prototype={ +a2T(a,b,c){var s,r,q,p=this,o=c>0?B.by:B.vc +if(p.f!==o&&p.d===B.hJ)return +p.f=o +p.e=b +s=p.c +r=p.b +r===$&&A.c() +q=r.a +s.a=r.b.a6(0,q.gn(q)) +q=p.e +s.b=0.016*q+0.016*(1-Math.exp(-q*8.237217661997105)) +q=p.a +q===$&&A.c() +q.e=B.eY +if(p.d!==B.hI){q.jc(0,0) +p.d=B.hI}else{s=q.r +if(!(s!=null&&s.a!=null))p.ai()}}, +v1(a){var s=this +if(a!==B.L)return +switch(s.d.a){case 1:s.jR(B.eY) +break +case 3:s.d=B.hH +s.e=0 +break +case 2:case 0:break}}, +jR(a){var s,r,q=this,p=q.d +if(p===B.hJ||p===B.hH)return +p=q.c +s=q.b +s===$&&A.c() +r=s.a +p.a=s.b.a6(0,r.gn(r)) +p.b=0 +p=q.a +p===$&&A.c() +p.e=a +p.jc(0,0) +q.d=B.hJ}, +j(a){return"_StretchController()"}} +A.uN.prototype={ +c7(a){this.NS(a) +a.push("side: "+(this.a?"leading edge":"trailing edge"))}} +A.xR.prototype={ +c7(a){var s,r +this.uG(a) +s=this.eb$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.zf.prototype={ +bL(){this.dq() +this.cL() +this.f3()}, +l(){var s=this,r=s.b2$ +if(r!=null)r.I(0,s.geD()) +s.b2$=null +s.aL()}} +A.zm.prototype={ +bL(){this.dq() +this.cL() +this.f3()}, +l(){var s=this,r=s.b2$ +if(r!=null)r.I(0,s.geD()) +s.b2$=null +s.aL()}} +A.yA.prototype={ +k(a,b){if(b==null)return!1 +if(J.J(b)!==A.t(this))return!1 +return b instanceof A.yA&&A.cB(b.a,this.a)}, +gu(a){return A.bO(this.a)}, +j(a){return"StorageEntryIdentifier("+B.b.b3(this.a,":")+")"}} +A.XY.prototype={ +BH(a){var s=A.a([],t.g8) +if(A.agy(a,s))a.kO(new A.XZ(s)) +return s}, +a3a(a){var s +if(this.a==null)return null +s=this.BH(a) +return s.length!==0?this.a.i(0,new A.yA(s)):null}} +A.XZ.prototype={ +$1(a){return A.agy(a,this.a)}, +$S:21} +A.oM.prototype={ +L(a){return this.c}} +A.uO.prototype={} +A.WO.prototype={} +A.Yk.prototype={} +A.Bm.prototype={ +vZ(a){return this.Uq(a)}, +Uq(a){var s=0,r=A.Y(t.H),q,p=this,o,n,m +var $async$vZ=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:n=A.di(a.b) +m=p.a +if(!m.a2(0,n)){s=1 +break}m=m.i(0,n) +m.toString +o=a.a +if(o==="Menu.selectedCallback"){m.ga4I().$0() +m.ga2C() +o=$.aA.O$.f.c.e +o.toString +A.ang(o,m.ga2C(),t.vz)}else if(o==="Menu.opened")m.ga4G(m).$0() +else if(o==="Menu.closed")m.ga4F(m).$0() +case 1:return A.W(q,r)}}) +return A.X($async$vZ,r)}} +A.oT.prototype={ +bB(a){return this.f!=a.f}} +A.km.prototype={ +af(){return new A.LQ(null,A.y(t.yb,t.M),null,!0,null,B.k)}} +A.LQ.prototype={ +gcH(){return this.a.d}, +iB(a,b){}, +L(a){return A.a2T(this.bb$,this.a.c)}} +A.wm.prototype={ +bB(a){return a.f!=this.f}} +A.vl.prototype={ +af(){return new A.y9(B.k)}} +A.y9.prototype={ +b1(){var s,r=this +r.cY() +s=r.c +s.toString +r.r=A.p1(s) +r.vX() +if(r.d==null){r.a.toString +r.d=!1}}, +aP(a){this.bh(a) +this.vX()}, +gDC(){this.a.toString +return!1}, +vX(){var s,r=this +if(r.gDC()&&!r.w){r.w=!0;++$.mo.dx$ +s=$.h0.eN$ +s===$&&A.c() +s.ga3x().b8(new A.a7v(r),t.P)}}, +VO(){var s,r=this +r.e=!1 +r.f=null +s=$.h0.eN$ +s===$&&A.c() +s.I(0,r.gwk()) +r.vX()}, +l(){if(this.e){var s=$.h0.eN$ +s===$&&A.c() +s.I(0,this.gwk())}this.aL()}, +L(a){var s,r,q=this,p=q.d +p.toString +if(p&&q.gDC())return B.hj +p=q.r +if(p==null)p=q.f +s=q.a +r=s.d +return A.a2T(p,new A.km(s.c,r,null))}} +A.a7v.prototype={ +$1(a){var s,r=this.a +r.w=!1 +if(r.c!=null){s=$.h0.eN$ +s===$&&A.c() +s.Z(0,r.gwk()) +r.av(new A.a7u(r,a))}$.mo.Gj()}, +$S:361} +A.a7u.prototype={ +$0(){var s=this.a +s.f=this.b +s.e=!0 +s.d=!1}, +$S:0} +A.d7.prototype={ +glT(a){return!0}, +l(){var s=this,r=s.c +if(r!=null){r=r.fb$.v(0,s) +r.toString +s.I(0,r) +s.c=s.b=null}s.dG() +s.a=!0}} +A.hV.prototype={ +xL(a){}, +my(a,b){var s,r,q=this,p=q.bb$ +p=p==null?null:J.nf(p.giX(),b) +s=p===!0 +r=s?a.m6(J.b3(q.bb$.giX(),b)):a.rv() +if(a.b==null){a.b=b +a.c=q +p=new A.ZW(q,a) +a.Z(0,p) +q.fb$.m(0,a,p)}a.Ik(r) +if(!s&&a.glT(a)&&q.bb$!=null)q.wG(a)}, +oj(){var s,r,q=this +if(q.fc$!=null){s=q.bb$ +s=s==null?null:s.e +s=s==q.gcH()||q.gmC()}else s=!0 +if(s)return +r=q.bb$ +if(q.lv(q.fc$,!1))if(r!=null)r.l()}, +gmC(){var s,r,q=this +if(q.dN$)return!0 +if(q.gcH()==null)return!1 +s=q.c +s.toString +r=A.p1(s) +if(r!=q.fc$){if(r==null)s=null +else{s=r.c +s=s==null?null:s.d +s=s===!0}s=s===!0}else s=!1 +return s}, +lv(a,b){var s,r,q=this +if(q.gcH()==null||a==null)return q.EU(null,b) +if(b||q.bb$==null){s=q.gcH() +s.toString +return q.EU(a.YG(s,q),b)}s=q.bb$ +s.toString +r=q.gcH() +r.toString +s.a3l(r) +r=q.bb$ +r.toString +a.i3(r) +return!1}, +EU(a,b){var s,r=this,q=r.bb$ +if(a==q)return!1 +r.bb$=a +if(!b){if(a!=null){s=r.fb$ +new A.b2(s,A.m(s).h("b2<1>")).S(0,r.gXl())}r.xL(q)}return!0}, +wG(a){var s,r,q=a.glT(a),p=this.bb$ +if(q){if(p!=null){q=a.b +q.toString +s=a.mF() +if(!J.e(J.b3(p.giX(),q),s)||!J.nf(p.giX(),q)){J.eR(p.giX(),q,s) +p.li()}}}else if(p!=null){q=a.b +q.toString +r=J.nf(p.giX(),q) +J.l3(p.giX(),q) +if(J.hl(p.giX()))J.l3(p.a,"v") +if(r)p.li()}}} +A.ZW.prototype={ +$0(){var s=this.a +if(s.bb$==null)return +s.wG(this.b)}, +$S:0} +A.a8V.prototype={ +$2(a,b){if(!a.a)a.I(0,b)}, +$S:42} +A.Op.prototype={ +aP(a){this.bh(a) +this.oj()}, +b1(){var s,r,q,p,o=this +o.cY() +s=o.bb$ +r=o.gmC() +q=o.c +q.toString +q=A.p1(q) +o.fc$=q +p=o.lv(q,r) +if(r){o.iB(s,o.dN$) +o.dN$=!1}if(p)if(s!=null)s.l()}, +l(){var s,r=this +r.fb$.S(0,new A.a8V()) +s=r.bb$ +if(s!=null)s.l() +r.bb$=null +r.aL()}} +A.c3.prototype={ +sn(a,b){var s=this.y +if(b==null?s!=null:b!==s){this.y=b +this.xO(s)}}, +Ik(a){this.y=a}} +A.hg.prototype={ +rv(){return this.cy}, +xO(a){this.ai()}, +m6(a){return A.m(this).h("hg.T").a(a)}, +mF(){var s=this.y +return s==null?A.m(this).h("c3.T").a(s):s}} +A.y7.prototype={ +m6(a){return this.O7(a)}, +mF(){var s=this.O8() +s.toString +return s}} +A.vh.prototype={} +A.vg.prototype={} +A.a8W.prototype={ +$2(a,b){if(!a.a)a.I(0,b)}, +$S:42} +A.mq.prototype={ +giF(){return this.b}} +A.F_.prototype={ +af(){return new A.qt(new A.LN($.aR()),null,A.y(t.yb,t.M),null,!0,null,B.k,this.$ti.h("qt<1>"))}} +A.EZ.prototype={ +F(){return"RouteInformationReportingType."+this.b}} +A.qt.prototype={ +gcH(){return this.a.r}, +aE(){var s,r=this +r.aS() +s=r.a.c +if(s!=null)s.Z(0,r.gqm()) +r.a.f.XP(r.gvE()) +r.a.e.Z(0,r.gvI())}, +iB(a,b){var s,r,q=this,p=q.f +q.my(p,"route") +s=p.y +r=s==null +if((r?A.m(p).h("c3.T").a(s):s)!=null){p=r?A.m(p).h("c3.T").a(s):s +p.toString +q.qF(p,new A.a7L(q))}else{p=q.a.c +if(p!=null)q.qF(p.a,new A.a7M(q))}}, +W6(){var s=this +if(s.w||s.a.c==null)return +s.w=!0 +$.bK.rx$.push(s.gVR())}, +VS(a){var s,r,q,p,o,n=this +n.w=!1 +s=n.f +r=s.y +q=r==null +if((q?A.m(s).h("c3.T").a(r):r)!=null){s=q?A.m(s).h("c3.T").a(r):r +s.toString +r=n.a.c +r.toString +q=n.e +q.toString +if(q!==B.G1)if(q===B.h_){q=r.b.giF() +p=s.giF() +q=q.gc1(q)===p.gc1(p)&&q.gfk()===p.gfk()&&B.vV.eJ(q.gix(),p.gix()) +o=q}else o=!1 +else o=!0 +B.dB.oI("selectMultiEntryHistory",t.H) +A.ahv(o,s.c,s.giF()) +r.b=r.a=s}n.e=B.h_}, +VY(){this.a.e.ga4v() +this.a.toString +return null}, +qx(){var s=this +s.f.sn(0,s.VY()) +if(s.e==null)s.e=B.h_ +s.W6()}, +b1(){var s,r=this +r.r=!0 +r.OI() +s=r.a.c +if(s!=null&&r.r)r.qF(s.a,new A.a7K(r)) +r.r=!1 +r.qx()}, +aP(a){var s,r,q,p=this +p.OJ(a) +s=p.a +r=a.c +q=s.c==r +if(q)s.f===a.f +p.d=new A.B() +if(!q){s=r==null +if(!s)r.I(0,p.gqm()) +q=p.a.c +if(q!=null)q.Z(0,p.gqm()) +s=s?null:r.a +r=p.a.c +if(s!=(r==null?null:r.a))p.Di()}s=a.f +if(p.a.f!==s){r=p.gvE() +s.a3h(r) +p.a.f.XP(r)}p.a.toString +s=p.gvI() +a.e.I(0,s) +p.a.e.Z(0,s) +p.qx()}, +l(){var s=this,r=s.a.c +if(r!=null)r.I(0,s.gqm()) +s.a.f.a3h(s.gvE()) +s.a.e.I(0,s.gvI()) +s.d=null +s.OK()}, +qF(a,b){var s,r,q=this +q.r=!1 +q.d=new A.B() +s=q.a.d +s.toString +r=q.c +r.toString +s.a4L(a,r).b8(q.Vv(q.d,b),t.H)}, +Vv(a,b){return new A.a7I(this,a,b)}, +Di(){var s=this +s.r=!0 +s.qF(s.a.c.a,new A.a7F(s))}, +S8(){var s=this +s.d=new A.B() +return s.a.e.a4M().b8(s.Tm(s.d),t.y)}, +Tm(a){return new A.a7G(this,a)}, +Ez(){this.av(new A.a7J()) +this.qx() +return new A.bU(null,t.b5)}, +Tn(){this.av(new A.a7H()) +this.qx()}, +L(a){var s=this.bb$,r=this.a,q=r.c,p=r.f,o=r.d +r=r.e +return A.a2T(s,new A.LV(q,p,o,r,this,new A.eu(r.ga4s(),null),null))}} +A.a7L.prototype={ +$0(){return this.a.a.e.ga4i()}, +$S(){return this.a.$ti.h("ah<~>(1)()")}} +A.a7M.prototype={ +$0(){return this.a.a.e.ga4h()}, +$S(){return this.a.$ti.h("ah<~>(1)()")}} +A.a7K.prototype={ +$0(){return this.a.a.e.gL9()}, +$S(){return this.a.$ti.h("ah<~>(1)()")}} +A.a7I.prototype={ +$1(a){var s=0,r=A.Y(t.H),q,p=this,o,n +var $async$$1=A.U(function(b,c){if(b===1)return A.V(c,r) +while(true)switch(s){case 0:o=p.a +n=p.b +if(o.d!=n){s=1 +break}s=3 +return A.Z(p.c.$0().$1(a),$async$$1) +case 3:if(o.d==n)o.Ez() +case 1:return A.W(q,r)}}) +return A.X($async$$1,r)}, +$S(){return this.a.$ti.h("ah<~>(1)")}} +A.a7F.prototype={ +$0(){return this.a.a.e.gL9()}, +$S(){return this.a.$ti.h("ah<~>(1)()")}} +A.a7G.prototype={ +$1(a){var s=this.a +if(this.b!=s.d)return new A.bU(!0,t.d9) +s.Ez() +return new A.bU(a,t.d9)}, +$S:363} +A.a7J.prototype={ +$0(){}, +$S:0} +A.a7H.prototype={ +$0(){}, +$S:0} +A.LV.prototype={ +bB(a){if(this.f==a.f)this.r===a.r +return!0}} +A.LN.prototype={ +rv(){return null}, +xO(a){this.ai()}, +m6(a){var s,r +if(a==null)return null +t.Dn.a(a) +s=J.bD(a) +r=A.bZ(s.gG(a)) +if(r==null)return null +return new A.mq(A.el(r,0,null),s.ga1(a))}, +mF(){var s,r=this,q=r.y,p=q==null +if((p?A.m(r).h("c3.T").a(q):q)==null)q=null +else{q=(p?A.m(r).h("c3.T").a(q):q).giF().j(0) +s=r.y +q=[q,(s==null?A.m(r).h("c3.T").a(s):s).c]}return q}} +A.qF.prototype={ +aP(a){this.bh(a) +this.oj()}, +b1(){var s,r,q,p,o=this +o.cY() +s=o.bb$ +r=o.gmC() +q=o.c +q.toString +q=A.p1(q) +o.fc$=q +p=o.lv(q,r) +if(r){o.iB(s,o.dN$) +o.dN$=!1}if(p)if(s!=null)s.l()}, +l(){var s,r=this +r.fb$.S(0,new A.a8W()) +s=r.bb$ +if(s!=null)s.l() +r.bb$=null +r.aL()}} +A.oK.prototype={ +gtB(){return this.e}, +jh(){var s,r=this,q=A.acd(r.gPH(),!1) +r.p1=q +s=A.acd(r.gPJ(),!0) +r.p3=s +B.b.H(r.e,A.a([q,s],t.fy)) +r.Nf()}, +ke(a){var s,r=this +r.Na(a) +s=r.at.Q +s===$&&A.c() +if(s===B.z&&!r.Q)r.a.HI(r) +return!0}, +l(){var s,r,q +for(s=this.e,r=s.length,q=0;q"))}} +A.mX.prototype={ +aE(){var s,r,q=this +q.aS() +s=A.a([],t.Eo) +r=q.a.c.go +if(r!=null)s.push(r) +r=q.a.c.id +if(r!=null)s.push(r) +q.e=new A.xB(s)}, +aP(a){this.bh(a) +this.FK()}, +b1(){this.cY() +this.d=null +this.FK()}, +FK(){var s,r,q=this.a.c +q.a.a.toString +s=this.f +s.dy=B.Ml +if(q.gmc()){this.a.c.a.a.toString +r=!0}else r=!1 +if(r){r=q.a.y.gdM() +if(r!=null)r.pL(s)}}, +RC(){this.av(new A.a6H(this))}, +l(){this.f.l() +this.r.l() +this.aL()}, +gEY(){var s=this.a.c.go +if((s==null?null:s.gaO(s))!==B.ab){s=this.a.c.a +s=s==null?null:s.cx.a +s=s===!0}else s=!0 +return s}, +L(a){var s,r,q=this,p=null,o=q.a.c,n=o.gmc(),m=q.a.c +if(!m.gIa()){m=m.kn$ +m=m!=null&&m.length!==0}else m=!0 +s=q.a.c +s=s.gIa()||s.HG$>0 +r=q.a.c +return A.jC(o.c,new A.a6L(q),new A.xE(n,m,s,o,new A.uJ(r.fy,new A.oM(new A.eu(new A.a6M(q),p),r.ok,p),p),p))}} +A.a6H.prototype={ +$0(){this.a.d=null}, +$S:0} +A.a6L.prototype={ +$2(a,b){var s=this.a.a.c.c.a +b.toString +return new A.km(b,s,null)}, +$S:364} +A.a6M.prototype={ +$1(a){var s,r=null,q=A.aI([B.uL,new A.Io(a,new A.bi(A.a([],t.ot),t.wS))],t.A,t.od),p=this.a,o=p.e +o===$&&A.c() +s=p.d +if(s==null)s=p.d=new A.fc(new A.eu(new A.a6J(p),r),p.a.c.k4) +return A.Px(q,new A.oT(p.r,B.aS,B.GT,A.afC(!1,new A.fc(A.jC(o,new A.a6K(p),s),r),r,r,p.f),r))}, +$S:365} +A.a6K.prototype={ +$2(a,b){var s,r,q,p,o=this.a,n=o.a.c,m=n.go +m.toString +s=n.id +s.toString +r=n.a +r=r==null?null:r.cx +if(r==null)r=new A.eO(!1,$.aR()) +o=A.jC(r,new A.a6I(o),b) +r=A.aE(a) +q=A.aE(a).r +if(n.a.cx.a)q=B.as +p=r.f.a.i(0,q) +if(p==null)p=B.iD +return p.rm(n,a,m,s,o,n.$ti.c)}, +$S:106} +A.a6I.prototype={ +$2(a,b){var s=this.a,r=s.gEY() +s.f.sc5(!r) +return A.Cy(b,r,null)}, +$S:366} +A.a6J.prototype={ +$1(a){var s=null,r=this.a.a.c +r.go.toString +r.id.toString +return A.du(s,r.ja.$1(a),!1,s,!0,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s)}, +$S:26} +A.kb.prototype={ +av(a){var s,r=this.k3 +if(r.gbI()!=null){r=r.gbI() +if(r.a.c.gmc())if(!r.gEY()){r.a.c.a.a.toString +s=!0}else s=!1 +else s=!1 +if(s){s=r.a.c.a.y.gdM() +if(s!=null)s.pL(r.f)}r.av(a)}else a.$0()}, +jh(){var s=this +s.NA() +s.go=A.Eb(A.ek.prototype.gfK.call(s,s)) +s.id=A.Eb(A.ek.prototype.gAw.call(s))}, +oh(){var s,r=this,q=r.k3 +if(q.gbI()!=null){r.a.a.toString +s=!0}else s=!1 +if(s){s=r.a.y.gdM() +if(s!=null)s.pL(q.gbI().f)}return r.Nz()}, +oe(){var s,r=this,q=r.k3 +if(q.gbI()!=null){r.a.a.toString +s=!0}else s=!1 +if(s){s=r.a.y.gdM() +if(s!=null)s.pL(q.gbI().f)}r.Nx()}, +stt(a){var s,r=this +if(r.fy===a)return +r.av(new A.X4(r,a)) +s=r.go +s.toString +s.sca(0,r.fy?B.c2:A.ek.prototype.gfK.call(r,r)) +s=r.id +s.toString +s.sca(0,r.fy?B.c3:A.ek.prototype.gAw.call(r)) +r.nY()}, +fA(){var s=0,r=A.Y(t.oj),q,p=this,o,n,m +var $async$fA=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:p.k3.gbI() +o=A.a6(p.k1,!0,t.Ev),n=o.length,m=0 +case 3:if(!(m")),!1,r,!1,r,r,r,r,r,r,r,r,r,r,r,r,B.EJ,r,r,r):q}, +j(a){return"ModalRoute("+this.b.j(0)+", animation: "+A.j(this.as)+")"}} +A.X4.prototype={ +$0(){this.a.fy=this.b}, +$S:0} +A.X5.prototype={ +$1(a){var s=a.ga4u() +return s.gn(s)}, +$S:367} +A.X2.prototype={ +$0(){}, +$S:0} +A.mW.prototype={ +fA(){var s=0,r=A.Y(t.oj),q,p=this,o +var $async$fA=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:o=p.kn$ +if(o!=null&&o.length!==0){q=B.dL +s=1 +break}q=p.Ng() +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$fA,r)}, +gkG(){var s=this.kn$ +if(s!=null&&s.length!==0)return B.dL +return A.c4.prototype.gkG.call(this)}, +ke(a){var s,r,q=this,p=q.kn$ +if(p!=null&&p.length!==0){s=p.pop() +s.b=null +s.a4n() +r=s.c&&--q.HG$===0 +if(q.kn$.length===0||r)q.nY() +return!1}q.Ny(a) +return!0}} +A.F4.prototype={ +L(a){var s,r,q,p=this,o=t.w,n=A.cn(a,B.ba,o).w.r,m=p.r,l=Math.max(n.a,m.a),k=p.d,j=k?n.b:0 +j=Math.max(j,m.b) +s=Math.max(n.c,m.c) +r=p.f +q=r?n.d:0 +return new A.cW(new A.aU(l,j,s,Math.max(q,m.d)),A.oy(p.x,A.cn(a,null,o).w.Js(r,!0,!0,k),null),null)}} +A.F8.prototype={ +JA(){}, +Hl(a,b){if(b!=null)b.ct(new A.vu(null,a,b,0))}, +Hm(a,b,c){b.ct(A.acw(b,null,null,a,c))}, +rK(a,b,c){b.ct(new A.hP(null,c,0,a,b,0))}, +Hk(a,b){b.ct(new A.kp(null,a,b,0))}, +nR(){}, +l(){this.b=!0}, +j(a){return"#"+A.b1(this)}} +A.jX.prototype={ +nR(){this.a.fB(0)}, +ghR(){return!1}, +gfY(){return!1}, +gdX(){return 0}} +A.UU.prototype={ +ghR(){return!1}, +gfY(){return!1}, +gdX(){return 0}, +l(){this.c.$0() +this.pX()}} +A.a_y.prototype={ +Pr(a,b){var s,r,q=this +if(b==null)return a +if(a===0){if(q.d!=null)if(q.r==null){s=q.e +s=b.a-s.a>5e4}else s=!1 +else s=!1 +if(s)q.r=0 +return 0}else{s=q.r +if(s==null)return a +else{s+=a +q.r=s +r=q.d +r.toString +if(Math.abs(s)>r){q.r=null +s=Math.abs(a) +if(s>24)return a +else return Math.min(r/3,s)*J.eS(a)}else return 0}}}, +cd(a,b){var s,r,q,p,o=this +o.x=b +s=b.c +s.toString +r=s===0 +if(!r)o.e=b.a +q=b.a +if(o.f)if(r)if(q!=null){r=o.e +r=q.a-r.a>2e4}else r=!0 +else r=!1 +else r=!1 +if(r)o.f=!1 +p=o.Pr(s,q) +if(p===0)return +s=o.a +if(A.P2(s.w.a.c))p=-p +s.A3(p>0?B.h1:B.h2) +r=s.at +r.toString +s.uK(r-s.r.wZ(s,p))}, +l(){this.x=null +this.b.$0()}, +j(a){return"#"+A.b1(this)}} +A.Sj.prototype={ +Hl(a,b){var s=t.uL.a(this.c.x) +if(b!=null)b.ct(new A.vu(s,a,b,0))}, +Hm(a,b,c){b.ct(A.acw(b,null,t.zk.a(this.c.x),a,c))}, +rK(a,b,c){b.ct(new A.hP(t.zk.a(this.c.x),c,0,a,b,0))}, +Hk(a,b){var s=this.c.x +b.ct(new A.kp(s instanceof A.ez?s:null,a,b,0))}, +ghR(){var s=this.c +return(s==null?null:s.w)!==B.b3}, +gfY(){return!0}, +gdX(){return 0}, +l(){this.c=null +this.pX()}, +j(a){return"#"+A.b1(this)+"("+A.j(this.c)+")"}} +A.Ad.prototype={ +JA(){var s=this.a,r=this.c +r===$&&A.c() +s.fB(r.gdX())}, +nR(){var s=this.a,r=this.c +r===$&&A.c() +s.fB(r.gdX())}, +wv(){var s=this.c +s===$&&A.c() +s=s.x +s===$&&A.c() +if(!(Math.abs(this.a.uK(s))<1e-10)){s=this.a +s.f6(new A.jX(s))}}, +vq(){if(!this.b)this.a.fB(0)}, +rK(a,b,c){var s=this.c +s===$&&A.c() +b.ct(new A.hP(null,c,s.gdX(),a,b,0))}, +gfY(){return!0}, +gdX(){var s=this.c +s===$&&A.c() +return s.gdX()}, +l(){var s=this.c +s===$&&A.c() +s.l() +this.pX()}, +j(a){var s=A.b1(this),r=this.c +r===$&&A.c() +return"#"+s+"("+r.j(0)+")"}, +ghR(){return this.d}} +A.BG.prototype={ +wv(){var s=this.a,r=this.d +r===$&&A.c() +r=r.x +r===$&&A.c() +if(s.uK(r)!==0){s=this.a +s.f6(new A.jX(s))}}, +vq(){var s,r +if(!this.b){s=this.a +r=this.d +r===$&&A.c() +s.fB(r.gdX())}}, +rK(a,b,c){var s=this.d +s===$&&A.c() +b.ct(new A.hP(null,c,s.gdX(),a,b,0))}, +ghR(){return!0}, +gfY(){return!0}, +gdX(){var s=this.d +s===$&&A.c() +return s.gdX()}, +l(){var s=this.c +s===$&&A.c() +s.hq(0) +s=this.d +s===$&&A.c() +s.l() +this.pX()}, +j(a){var s=A.b1(this),r=this.d +r===$&&A.c() +return"#"+s+"("+r.j(0)+")"}} +A.vo.prototype={ +ph(a,b,c,d){var s,r=this +if(b.a==null){s=$.kd.m0$ +s===$&&A.c() +s=s.a.i(0,c)!=null||s.b.i(0,c)!=null}else s=!0 +if(s){r.b.ph(a,b,c,d) +return}s=r.a +if(s.gdu(s)==null)return +s=s.gdu(s) +s.toString +if(A.arR(s)){$.bK.ug(new A.a_u(r,a,b,c,d)) +return}r.b.ph(a,b,c,d)}, +oR(a,b){return this.b.oR(a,b)}, +oS(a,b){return this.b.oS(a,b)}, +ts(a){return this.b.ts(a)}} +A.a_u.prototype={ +$1(a){var s=this +A.dd(new A.a_t(s.a,s.b,s.c,s.d,s.e))}, +$S:3} +A.a_t.prototype={ +$0(){var s=this +return s.a.ph(s.b,s.c,s.d,s.e)}, +$S:0} +A.F9.prototype={ +jB(a){return A.nb()}, +GF(a,b,c){var s=null +switch(this.jB(a).a){case 3:case 4:case 5:return A.aru(b,c.b,B.aY,s,s,A.zK(),B.p,s,s,s,s,B.cc,s) +case 0:case 1:case 2:return b}}, +GE(a,b,c){switch(this.jB(a).a){case 2:case 3:case 4:case 5:return b +case 0:case 1:return A.afK(c.a,b,B.h)}}, +K7(a){switch(this.jB(a).a){case 2:return new A.a_v() +case 4:return new A.a_w() +case 0:case 1:case 3:case 5:return new A.a_x()}}, +KG(a){switch(this.jB(a).a){case 2:return B.vz +case 4:return B.vA +case 0:case 1:case 3:case 5:return B.xh}}, +j(a){return"ScrollBehavior"}} +A.a_v.prototype={ +$1(a){return A.apI(a.gbY(a))}, +$S:368} +A.a_w.prototype={ +$1(a){var s=a.gbY(a),r=t.av,q=A.aV(20,null,!1,r) +$.ik() +return new A.ov(q,s,new A.hX(),A.aV(20,null,!1,r))}, +$S:369} +A.a_x.prototype={ +$1(a){var s=a.gbY(a) +$.ik() +return new A.h7(s,new A.hX(),A.aV(20,null,!1,t.av))}, +$S:135} +A.vp.prototype={ +bB(a){var s +if(A.t(this.f)===A.t(a.f))s=!1 +else s=!0 +return s}} +A.Fa.prototype={ +i4(a,b,c){return this.Y7(a,b,c)}, +Y7(a,b,c){var s=0,r=A.Y(t.H),q=this,p,o,n +var $async$i4=A.U(function(d,e){if(d===1)return A.V(e,r) +while(true)switch(s){case 0:n=A.a([],t.mo) +for(p=q.f,o=0;o#"+A.b1(this)+"("+B.b.b3(s,", ")+")"}} +A.a0H.prototype={ +glW(){return null}, +j(a){var s=A.a([],t.s) +this.c7(s) +return"#"+A.b1(this)+"("+B.b.b3(s,", ")+")"}, +c7(a){var s,r,q +try{s=this.glW() +if(s!=null)a.push("estimated child count: "+A.j(s))}catch(q){r=A.ae(q) +a.push("estimated child count: EXCEPTION ("+J.J(r).j(0)+")")}}} +A.qu.prototype={} +A.FC.prototype={ +HL(a){return null}, +x8(a,b){var s,r,q,p,o,n,m,l,k=null +if(b>=0)p=b>=this.b +else p=!0 +if(p)return k +s=null +try{s=this.a.$2(a,b)}catch(o){r=A.ae(o) +q=A.aw(o) +n=new A.br(r,q,"widgets library",A.b9("building"),k,!1) +A.cN(n) +s=A.SZ(n)}if(s==null)return k +if(s.a!=null){p=s.a +p.toString +m=new A.qu(p)}else m=k +p=s +s=new A.fc(p,k) +l=A.adm(s,b) +if(l!=null)s=new A.tD(l,s,k) +p=s +s=new A.np(new A.qv(p,k),k) +return new A.lS(s,m)}, +glW(){return this.b}, +AI(a){return!0}} +A.a0I.prototype={ +Ru(a){var s,r,q,p=null,o=this.r +if(!o.a2(0,a)){s=o.i(0,p) +s.toString +for(r=this.f,q=s;q=this.f.length)return o +s=this.f[b] +r=s.a +q=r!=null?new A.qu(r):o +s=new A.fc(s,o) +p=A.adm(s,b) +s=p!=null?new A.tD(p,s,o):s +return new A.lS(new A.np(new A.qv(s,o),o),q)}, +glW(){return this.f.length}, +AI(a){return this.f!==a.f}} +A.qv.prototype={ +af(){return new A.yn(null,B.k)}} +A.yn.prototype={ +gu0(){return this.r}, +a27(a){return new A.a7X(this,a)}, +qZ(a,b){var s,r=this +if(b){s=r.d;(s==null?r.d=A.ax(t.x9):s).B(0,a)}else{s=r.d +if(s!=null)s.v(0,a)}s=r.d +s=s==null?null:s.a!==0 +s=s===!0 +if(r.r!==s){r.r=s +r.pq()}}, +b1(){var s,r,q,p=this +p.cY() +s=p.c +s.toString +r=A.Fk(s) +s=p.f +if(s!=r){if(s!=null){q=p.e +if(q!=null)new A.b2(q,A.m(q).h("b2<1>")).S(0,s.gzD(s))}p.f=r +if(r!=null){s=p.e +if(s!=null)new A.b2(s,A.m(s).h("b2<1>")).S(0,r.ghl(r))}}}, +B(a,b){var s,r=this,q=r.a27(b) +b.Z(0,q) +s=r.e;(s==null?r.e=A.y(t.x9,t.M):s).m(0,b,q) +r.f.B(0,b) +if(b.gn(b).c!==B.bR)r.qZ(b,!0)}, +v(a,b){var s=this.e +if(s==null)return +s=s.v(0,b) +s.toString +b.I(0,s) +this.f.v(0,b) +this.qZ(b,!1)}, +l(){var s,r,q=this,p=q.e +if(p!=null){for(p=A.hJ(p,p.r);p.q();){s=p.d +q.f.v(0,s) +r=q.e.i(0,s) +r.toString +s.I(0,r)}q.e=null}q.d=null +q.aL()}, +L(a){var s=this +s.AU(a) +if(s.f==null)return s.a.c +return A.ah6(s.a.c,s)}} +A.a7X.prototype={ +$0(){var s=this.b,r=this.a +if(s.gn(s).c!==B.bR)r.qZ(s,!0) +else r.qZ(s,!1)}, +$S:0} +A.Ot.prototype={ +aE(){this.aS() +if(this.r)this.q9()}, +cB(){var s=this.hv$ +if(s!=null){s.ai() +s.dG() +this.hv$=null}this.n2()}} +A.iU.prototype={ +hr(){var s=this,r=null,q=s.gyo()?s.geR():r,p=s.gyo()?s.geQ():r,o=s.gIb()?s.gc3():r,n=s.gId()?s.gpu():r,m=s.gf5(),l=s.grD(s) +return new A.BY(q,p,o,n,m,l)}, +gzj(){var s=this +return s.gc3()s.geQ()}, +gGx(){var s=this +return s.gc3()===s.geR()||s.gc3()===s.geQ()}, +gkm(){var s=this +return s.gpu()-A.O(s.geR()-s.gc3(),0,s.gpu())-A.O(s.gc3()-s.geQ(),0,s.gpu())}} +A.BY.prototype={ +geR(){var s=this.a +s.toString +return s}, +geQ(){var s=this.b +s.toString +return s}, +gyo(){return this.a!=null&&this.b!=null}, +gc3(){var s=this.c +s.toString +return s}, +gIb(){return this.c!=null}, +gpu(){var s=this.d +s.toString +return s}, +gId(){return this.d!=null}, +j(a){var s=this +return"FixedScrollMetrics("+B.c.R(Math.max(s.gc3()-s.geR(),0),1)+"..["+B.c.R(s.gkm(),1)+"].."+B.c.R(Math.max(s.geQ()-s.gc3(),0),1)+")"}, +gf5(){return this.e}, +grD(a){return this.f}} +A.IT.prototype={} +A.em.prototype={} +A.a38.prototype={ +IZ(a){if(t.rS.b(a))++a.eb$ +return!1}} +A.dK.prototype={ +c7(a){this.Og(a) +a.push(this.a.j(0))}} +A.vu.prototype={ +c7(a){var s +this.n1(a) +s=this.d +if(s!=null)a.push(s.j(0))}} +A.fY.prototype={ +c7(a){var s +this.n1(a) +a.push("scrollDelta: "+A.j(this.e)) +s=this.d +if(s!=null)a.push(s.j(0))}} +A.hP.prototype={ +c7(a){var s,r=this +r.n1(a) +a.push("overscroll: "+B.c.R(r.e,1)) +a.push("velocity: "+B.c.R(r.f,1)) +s=r.d +if(s!=null)a.push(s.j(0))}} +A.kp.prototype={ +c7(a){var s +this.n1(a) +s=this.d +if(s!=null)a.push(s.j(0))}} +A.GK.prototype={ +c7(a){this.n1(a) +a.push("direction: "+this.d.j(0))}} +A.yh.prototype={ +c7(a){var s,r +this.uG(a) +s=this.eb$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.yg.prototype={ +bB(a){return this.f!==a.f}} +A.kL.prototype={ +a26(a,b){return this.a.$1(b)}} +A.vr.prototype={ +af(){return new A.vs(new A.lW(t.z_),B.k)}} +A.vs.prototype={ +I(a,b){var s,r,q=this.d +q.toString +q=A.atA(q) +s=A.m(q).c +for(;q.q();){r=q.c +if(r==null)r=s.a(r) +if(J.e(r.a,b)){q=r.fd$ +q.toString +q.Fu(A.m(r).h("eF.E").a(r)) +return}}}, +DY(a){var s,r,q,p,o,n,m,l,k=this.d +if(k.b===0)return +p=A.a6(k,!0,t.Sx) +for(k=p.length,o=0;oMath.max(Math.abs(s.a),Math.abs(s.b))}return s.Jm(a,b,c)}, +nQ(a,b){var s=this.a +if(s==null)return 0 +return s.nQ(a,b)}, +re(a,b,c,d){var s=this.a +if(s==null){s=b.c +s.toString +return s}return s.re(a,b,c,d)}, +rt(a,b){var s=this.a +if(s==null)return null +return s.rt(a,b)}, +gmT(){var s=this.a +s=s==null?null:s.gmT() +return s==null?$.akR():s}, +tX(a){var s=this.a +s=s==null?null:s.tX(a) +if(s==null){s=a.w.f +s===$&&A.c() +s=new A.Gt(1/s,1/(0.05*s))}return s}, +gyQ(){var s=this.a +s=s==null?null:s.gyQ() +return s==null?18:s}, +gtp(){var s=this.a +s=s==null?null:s.gtp() +return s==null?50:s}, +goV(){var s=this.a +s=s==null?null:s.goV() +return s==null?8000:s}, +x9(a){var s=this.a +if(s==null)return 0 +return s.x9(a)}, +gxU(){var s=this.a +return s==null?null:s.gxU()}, +j(a){var s=this.a +if(s==null)return"ScrollPhysics" +return"ScrollPhysics -> "+s.j(0)}} +A.Ec.prototype={ +rh(a){return new A.Ec(this.nX(a))}, +re(a,b,c,d){var s,r,q,p,o,n,m,l +if(d!==0){s=!1 +r=!1}else{s=!0 +r=!0}q=c.a +q.toString +p=b.a +p.toString +if(q===p){o=c.b +o.toString +n=b.b +n.toString +n=o===n +o=n}else o=!1 +if(o)s=!1 +o=c.c +o.toString +n=b.c +n.toString +if(o!==n){if(isFinite(q)){n=c.b +n.toString +if(isFinite(n))if(isFinite(p)){n=b.b +n.toString +n=isFinite(n)}else n=!1 +else n=!1}else n=!1 +if(n)r=!1 +s=!1}n=om}else m=!0 +if(m)r=!1 +if(s){if(n&&p>q)return p-(q-o) +q=c.b +q.toString +if(o>q){n=b.b +n.toString +n=n0&&b<0))n=p>0&&b>0 +else n=!0 +s=a.ax +if(n){s.toString +m=this.HX((o-Math.abs(b))/s)}else{s.toString +m=this.HX(o/s)}l=J.eS(b) +if(n&&this.b===B.tM)return l*Math.abs(b) +return l*A.anw(o,Math.abs(b),m)}, +nQ(a,b){return 0}, +rt(a,b){var s,r,q,p,o,n,m,l=this.tX(a) +if(Math.abs(b)>=l.c||a.gzj()){switch(this.b.a){case 1:s=1400 +break +case 0:s=0 +break +default:s=null}r=this.gmT() +q=a.at +q.toString +p=a.z +p.toString +o=a.Q +o.toString +n=new A.Q8(p,o,r,l) +if(qo){n.f=new A.mu(o,A.MC(r,q-o,b),B.b7) +n.r=-1/0}else{q=n.e=A.apr(0.135,q,b,s) +m=q.grS() +if(b>0&&m>o){p=q.JN(o) +n.r=p +n.f=new A.mu(o,A.MC(r,o-o,Math.min(q.dA(0,p),5000)),B.b7)}else if(b<0&&mr)q=r +else q=o +r=a.z +r.toString +if(s0){r=a.at +r.toString +p=a.Q +p.toString +p=r>=p +r=p}else r=!1 +if(r)return o +if(b<0){r=a.at +r.toString +p=a.z +p.toString +p=r<=p +r=p}else r=!1 +if(r)return o +r=a.at +r.toString +r=new A.QY(r,b,n) +p=$.aaP() +s=p*0.35*Math.pow(s/2223.8657884799995,1/(p-1)) +r.e=s +r.f=b*s/p +return r}} +A.qU.prototype={ +rh(a){return new A.qU(this.nX(a))}, +iJ(a){return!0}} +A.mt.prototype={ +F(){return"ScrollPositionAlignmentPolicy."+this.b}} +A.kq.prototype={ +P2(a,b,c,d,e){var s,r,q,p=this +if(d!=null)p.lw(d) +if(p.at==null){s=p.w +r=s.c +r.toString +r=A.agA(r) +if(r==null)q=null +else{s=s.c +s.toString +q=r.a3a(s)}if(q!=null)p.at=q}}, +geR(){var s=this.z +s.toString +return s}, +geQ(){var s=this.Q +s.toString +return s}, +gyo(){return this.z!=null&&this.Q!=null}, +gc3(){var s=this.at +s.toString +return s}, +gIb(){return this.at!=null}, +gpu(){var s=this.ax +s.toString +return s}, +gId(){return this.ax!=null}, +lw(a){var s=this,r=a.z +if(r!=null&&a.Q!=null){r.toString +s.z=r +r=a.Q +r.toString +s.Q=r}r=a.at +if(r!=null)s.at=r +r=a.ax +if(r!=null)s.ax=r +s.fr=a.fr +a.fr=null +if(A.t(a)!==A.t(s))s.fr.JA() +s.w.AC(s.fr.ghR()) +s.dy.sn(0,s.fr.gfY())}, +grD(a){var s=this.w.f +s===$&&A.c() +return s}, +La(a){var s,r,q,p=this,o=p.at +o.toString +if(a!==o){s=p.r.nQ(p,a) +o=p.at +o.toString +r=a-s +p.at=r +if(r!==o){p.wH() +p.AY() +r=p.at +r.toString +p.xM(r-o)}if(Math.abs(s)>1e-10){o=p.fr +o.toString +r=p.hr() +q=$.aA.O$.z.i(0,p.w.Q) +q.toString +o.rK(r,q,s) +return s}}return 0}, +ZA(a){var s=this.at +s.toString +this.at=s+a +this.ch=!0}, +HT(a){var s=this,r=s.at +r.toString +s.as=a-r +s.at=a +s.wH() +s.AY() +$.bK.rx$.push(new A.a_C(s))}, +Gq(a){if(this.ax!==a){this.ax=a +this.ch=!0}return!0}, +Go(a,b){var s,r,q,p=this +if(!A.zI(p.z,a,0.001)||!A.zI(p.Q,b,0.001)||p.ch||p.db!==A.bc(p.gf5())){p.z=a +p.Q=b +p.db=A.bc(p.gf5()) +s=p.ay?p.hr():null +p.ch=!1 +p.CW=!0 +if(p.ay){r=p.cx +r.toString +s.toString +r=!p.ZB(r,s)}else r=!1 +if(r)return!1 +p.ay=!0}if(p.CW){p.Nk() +p.w.L4(p.r.iJ(p)) +p.CW=!1}s=p.hr() +if(p.cx!=null){r=Math.max(s.gc3()-s.geR(),0) +q=p.cx +if(r===Math.max(q.gc3()-q.geR(),0))if(s.gkm()===p.cx.gkm()){r=Math.max(s.geQ()-s.gc3(),0) +q=p.cx +r=r===Math.max(q.geQ()-q.gc3(),0)&&s.e===p.cx.e}else r=!1 +else r=!1 +r=!r}else r=!0 +if(r){if(!p.cy){A.dd(p.ga_8()) +p.cy=!0}p.cx=p.hr()}return!0}, +ZB(a,b){var s=this,r=s.r.re(s.fr.gfY(),b,a,s.fr.gdX()),q=s.at +q.toString +if(r!==q){s.at=r +return!1}return!0}, +nR(){this.fr.nR() +this.wH()}, +wH(){var s,r,q,p,o,n=this,m=n.w +switch(m.a.c.a){case 0:s=B.cK +r=B.cJ +break +case 1:s=B.cL +r=B.cM +break +case 2:s=B.cJ +r=B.cK +break +case 3:s=B.cM +r=B.cL +break +default:s=null +r=null}q=A.ax(t._S) +p=n.at +p.toString +o=n.z +o.toString +if(p>o)q.B(0,r) +p=n.at +p.toString +o=n.Q +o.toString +if(pr)o=r +break +default:o=m}r=n.at +r.toString +if(o===r)return A.cO(m,t.H) +if(e.a===B.p.a){n.ef(o) +return A.cO(m,t.H)}return n.i4(o,d,e)}, +oY(a,b,c,d){var s,r=this.z +r.toString +s=this.Q +s.toString +b=A.O(b,r,s) +return this.NC(0,b,c,d)}, +f6(a){var s,r,q=this,p=q.fr +if(p!=null){s=p.ghR() +r=q.fr.gfY() +if(r&&!a.gfY())q.xG() +q.fr.l()}else{r=!1 +s=!1}q.fr=a +if(s!==a.ghR())q.w.AC(q.fr.ghR()) +q.dy.sn(0,q.fr.gfY()) +if(!r&&q.fr.gfY())q.xK()}, +xK(){var s=this.fr +s.toString +s.Hl(this.hr(),$.aA.O$.z.i(0,this.w.Q))}, +xM(a){var s,r,q=this.fr +q.toString +s=this.hr() +r=$.aA.O$.z.i(0,this.w.Q) +r.toString +q.Hm(s,r,a)}, +xG(){var s,r,q,p=this,o=p.fr +o.toString +s=p.hr() +r=p.w +q=$.aA.O$.z.i(0,r.Q) +q.toString +o.Hk(s,q) +q=p.at +q.toString +r.r.sn(0,q) +q=$.h0.eN$ +q===$&&A.c() +q.a_O() +o=r.c +o.toString +o=A.agA(o) +if(o!=null){s=r.c +s.toString +r=p.at +r.toString +if(o.a==null)o.a=A.y(t.K,t.z) +s=o.BH(s) +if(s.length!==0)o.a.m(0,new A.yA(s),r)}}, +a_9(){var s,r,q +this.cy=!1 +s=this.w.Q +if($.aA.O$.z.i(0,s)!=null){r=this.hr() +q=$.aA.O$.z.i(0,s) +q.toString +s=$.aA.O$.z.i(0,s) +if(s!=null)s.ct(new A.ms(r,q,0))}}, +l(){var s=this,r=s.fr +if(r!=null)r.l() +s.fr=null +r=s.dy +r.fy$=$.aR() +r.fx$=0 +s.dG()}, +c7(a){var s,r,q=this +q.NB(a) +s=q.z +s=s==null?null:B.c.R(s,1) +r=q.Q +r=r==null?null:B.c.R(r,1) +a.push("range: "+A.j(s)+".."+A.j(r)) +r=q.ax +a.push("viewport: "+A.j(r==null?null:B.c.R(r,1)))}} +A.a_C.prototype={ +$1(a){this.a.as=0}, +$S:3} +A.ms.prototype={ +Gt(){return A.acw(this.b,this.eb$,null,this.a,null)}, +c7(a){this.Of(a) +a.push(this.a.j(0))}} +A.yf.prototype={ +c7(a){var s,r +this.uG(a) +s=this.eb$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.M0.prototype={} +A.vt.prototype={ +gf5(){return this.w.a.c}, +lw(a){var s,r=this +r.Nj(a) +r.fr.a=r +r.k4=a.k4 +s=a.ok +if(s!=null){r.ok=s +s.a=r +a.ok=null}}, +f6(a){var s,r=this +r.k3=0 +r.Nl(a) +s=r.ok +if(s!=null)s.l() +r.ok=null +if(!r.fr.gfY())r.A3(B.h0)}, +fB(a){var s,r,q,p=this,o=p.r.rt(p,a) +if(o!=null){s=p.fr +s=s==null?null:s.ghR() +s=new A.Ad(s!==!1,p) +r=A.aew(null,0,p.w) +r.aY() +q=r.bQ$ +q.b=!0 +q.a.push(s.gwu()) +r.fG(0) +r.z=B.a7 +r.ws(o).a.a.fz(s.gvp()) +s.c=r +p.f6(s)}else p.f6(new A.jX(p))}, +A3(a){var s,r,q,p=this +if(p.k4===a)return +p.k4=a +s=p.hr() +r=p.w.Q +q=$.aA.O$.z.i(0,r) +q.toString +r=$.aA.O$.z.i(0,r) +if(r!=null)r.ct(new A.GK(a,s,q,0))}, +i4(a,b,c){var s,r,q,p=this,o=p.at +o.toString +if(A.zI(a,o,p.r.tX(p).a)){p.ef(a) +return A.cO(null,t.H)}o=p.at +o.toString +s=new A.BG(p) +r=new A.bk(new A.a3($.a7,t.U),t.l) +s.c=r +o=A.aew("DrivenScrollActivity",o,p.w) +o.aY() +q=o.bQ$ +q.b=!0 +q.a.push(s.gwu()) +o.z=B.a7 +o.jJ(a,b,c).a.a.fz(s.gvp()) +s.d!==$&&A.cc() +s.d=o +p.f6(s) +return r.a}, +ef(a){var s,r,q=this +q.f6(new A.jX(q)) +s=q.at +s.toString +if(s!==a){q.HT(a) +q.xK() +r=q.at +r.toString +q.xM(r-s) +q.xG()}q.fB(0)}, +zp(a){var s,r,q,p,o=this +if(a===0){o.fB(0) +return}s=o.at +s.toString +r=o.z +r.toString +r=Math.max(s+a,r) +q=o.Q +q.toString +p=Math.min(r,q) +if(p!==s){o.f6(new A.jX(o)) +o.A3(-a>0?B.h1:B.h2) +s=o.at +s.toString +o.dy.sn(0,!0) +o.HT(p) +o.xK() +r=o.at +r.toString +o.xM(r-s) +o.xG() +o.fB(0)}}, +l(){var s=this.ok +if(s!=null)s.l() +this.ok=null +this.Nn()}} +A.Q8.prototype={ +wr(a){var s,r=this,q=r.r +q===$&&A.c() +if(a>q){if(!isFinite(q))q=0 +r.w=q +q=r.f +q===$&&A.c() +s=q}else{r.w=0 +q=r.e +q===$&&A.c() +s=q}s.a=r.a +return s}, +cW(a,b){return this.wr(b).cW(0,b-this.w)}, +dA(a,b){return this.wr(b).dA(0,b-this.w)}, +jk(a){return this.wr(a).jk(a-this.w)}, +j(a){return"BouncingScrollSimulation(leadingExtent: "+A.j(this.b)+", trailingExtent: "+A.j(this.c)+")"}} +A.QY.prototype={ +cW(a,b){var s,r=this.e +r===$&&A.c() +s=A.O(b/r,0,1) +r=this.f +r===$&&A.c() +return this.b+r*(1-Math.pow(1-s,$.aaP()))}, +dA(a,b){var s=this.e +s===$&&A.c() +return this.c*Math.pow(1-A.O(b/s,0,1),$.aaP()-1)}, +jk(a){var s=this.e +s===$&&A.c() +return a>=s}} +A.Fe.prototype={ +F(){return"ScrollViewKeyboardDismissBehavior."+this.b}} +A.Fd.prototype={ +Yr(a,b,c,d){return new A.wo(c,0,b,null,this.Q,this.ch,d,null)}, +L(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g=i.GD(a),f=i.cx +if(f==null){s=A.d5(a,h) +if(s!=null){r=s.r +q=r.Zp(0,0) +p=r.Zs(0,0) +r=i.c===B.aS +f=r?p:q +g=A.oy(g,s.xi(r?q:p),h)}}o=A.a([f!=null?new A.FH(f,g,h):g],t.F) +r=i.c +n=A.awV(a,r,!1) +m=i.f +m=A.ar9(a,r) +l=m?A.YI(a):i.e +k=new A.vw(n,l,i.r,new A.a_D(i,n,o),i.as,i.at,i.ay,h,i.ch,h) +j=m&&l!=null?new A.oT(h,h,B.H3,k,h):k +if(i.ax===B.Gc)return new A.cz(new A.a_E(a),j,h,t.kj) +else return j}} +A.a_D.prototype={ +$2(a,b){return this.a.Yr(a,b,this.b,this.c)}, +$S:373} +A.a_E.prototype={ +$1(a){var s=A.afD(this.a) +if(a.d!=null&&s.gjf())s.zW() +return!1}, +$S:374} +A.An.prototype={} +A.u4.prototype={ +GD(a){return new A.FG(this.RG,null)}} +A.Cp.prototype={ +GD(a){return new A.FE(this.p3,this.p4,null)}} +A.a7W.prototype={ +$2(a,b){if(!a.a)a.I(0,b)}, +$S:42} +A.vw.prototype={ +af(){var s=null,r=t.W +return new A.vx(new A.LO($.aR()),new A.bI(s,r),new A.bI(s,t.hA),new A.bI(s,r),B.oI,s,A.y(t.yb,t.M),s,!0,s,s,s,B.k)}, +a41(a,b){return this.f.$2(a,b)}} +A.a_L.prototype={ +$1(a){return null}, +$S:375} +A.yi.prototype={ +bB(a){return this.r!==a.r}} +A.vx.prototype={ +gHa(){var s,r=this +switch(r.a.c.a){case 2:s=r.d.at +s.toString +return new A.v(0,s) +case 0:s=r.d.at +s.toString +return new A.v(0,-s) +case 3:s=r.d.at +s.toString +return new A.v(-s,0) +case 1:s=r.d.at +s.toString +return new A.v(s,0)}}, +gnh(){var s=this.a.d +if(s==null){s=this.x +s.toString}return s}, +gcH(){return this.a.z}, +FP(){var s,r,q,p=this +p.a.toString +s=p.c +s.toString +s=A.acu(s) +p.w=s +r=p.c +r.toString +r=s.KG(r) +p.e=r +s=p.a.e +if(s!=null)p.e=new A.qU(s.nX(r)) +q=p.d +if(q!=null){p.gnh().od(0,q) +A.dd(q.gxP())}p.gnh() +s=p.e +s.toString +r=$.aR() +r=new A.vt(B.h0,s,p,!0,null,new A.eO(!1,r),r) +r.P2(p,null,!0,q,s) +if(r.at==null&&!0)r.at=0 +if(r.fr==null)r.f6(new A.jX(r)) +p.d=r +s=p.gnh() +r=p.d +r.toString +s.ac(r)}, +iB(a,b){var s,r,q,p=this.r +this.my(p,"offset") +s=p.y +r=s==null +if((r?A.m(p).h("c3.T").a(s):s)!=null){q=this.d +q.toString +p=r?A.m(p).h("c3.T").a(s):s +p.toString +if(b)q.at=p +else q.ef(p)}}, +aE(){if(this.a.d==null)this.x=A.acv() +this.aS()}, +b1(){var s=this,r=s.c +r.toString +r=A.d5(r,B.v5) +s.y=r==null?null:r.CW +r=s.c +r.toString +r=A.d5(r,B.ea) +r=r==null?null:r.b +if(r==null){r=s.c +r.toString +A.ahR(r).toString +r=$.cv().d +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}}s.f=r +s.FP() +s.Oi()}, +Wx(a){var s,r,q,p=null,o=this.a,n=o.e +if(n==null)n=p +s=a.e +if(s==null)s=p +do{o=n==null +r=o?p:A.t(n) +q=s==null +if(r!=(q?p:A.t(s)))return!0 +n=o?p:n.a +s=q?p:s.a}while(n!=null||s!=null) +o=this.a.d +o=o==null?p:A.t(o) +r=a.d +return o!=(r==null?p:A.t(r))}, +aP(a){var s,r,q=this +q.Oj(a) +s=a.d +if(q.a.d!=s){if(s==null){s=q.x +s.toString +r=q.d +r.toString +s.od(0,r) +q.x.l() +q.x=null}else{r=q.d +r.toString +s.od(0,r) +if(q.a.d==null)q.x=A.acv()}s=q.gnh() +r=q.d +r.toString +s.ac(r)}if(q.Wx(a))q.FP()}, +l(){var s,r=this,q=r.a.d +if(q!=null){s=r.d +s.toString +q.od(0,s)}else{q=r.x +if(q!=null){s=r.d +s.toString +q.od(0,s)}q=r.x +if(q!=null)q.l()}r.d.l() +r.r.l() +r.Ok()}, +L4(a){var s,r,q=this +if(a===q.ay)s=!a||A.bc(q.a.c)===q.ch +else s=!1 +if(s)return +if(!a){q.at=B.oI +q.EI()}else{switch(A.bc(q.a.c).a){case 1:q.at=A.aI([B.ht,new A.cm(new A.a_H(q),new A.a_I(q),t.ok)],t.A,t.xR) +break +case 0:q.at=A.aI([B.hs,new A.cm(new A.a_J(q),new A.a_K(q),t.Uv)],t.A,t.xR) +break}a=!0}q.ay=a +q.ch=A.bc(q.a.c) +s=q.Q +if(s.gbI()!=null){s=s.gbI() +s.wt(q.at) +if(!s.a.f){r=s.c.gP() +r.toString +t.Wx.a(r) +s.e.Ye(r)}}}, +AC(a){var s,r=this +if(r.ax===a)return +r.ax=a +s=r.as +if($.aA.O$.z.i(0,s)!=null){s=$.aA.O$.z.i(0,s).gP() +s.toString +t.f1.a(s).sIi(r.ax)}}, +Sv(a){var s=this.d,r=s.fr.gdX(),q=new A.UU(this.gQY(),s) +s.f6(q) +s.k3=r +this.cx=q}, +Wa(a){var s,r,q=this.d,p=q.r,o=p.x9(q.k3) +p=p.gxU() +s=p==null?null:0 +r=new A.a_y(q,this.gQW(),o,p,a.a,o!==0,s,a.d,a) +q.f6(new A.Sj(r,q)) +this.CW=q.ok=r}, +Wb(a){var s=this.CW +if(s!=null)s.cd(0,a)}, +W9(a){var s,r,q,p,o=this.CW +if(o!=null){s=a.b +s.toString +r=-s +if(A.P2(o.a.w.a.c))r=-r +o.x=a +if(o.f){s=J.eS(r) +q=o.c +p=Math.abs(r)>Math.abs(q)*0.5 +if(s===J.eS(q)&&p)r+=q}o.a.fB(r)}}, +EI(){if($.aA.O$.z.i(0,this.Q)==null)return +var s=this.cx +if(s!=null)s.a.fB(0) +s=this.CW +if(s!=null)s.a.fB(0)}, +QZ(){this.cx=null}, +QX(){this.CW=null}, +EN(a){var s,r=this.d,q=r.at +q.toString +s=r.z +s.toString +s=Math.max(q+a,s) +r=r.Q +r.toString +return Math.min(s,r)}, +EM(a){var s,r,q=A.bf("delta"),p=$.h0.fh$ +p===$&&A.c() +p=p.a +p=p.gal(p) +s=A.f4(p,A.m(p).h("i.E")) +this.w===$&&A.c() +p=A.cy([B.bF,B.cp],t.bd) +r=s.k_(0,p.gi7(p))&&a.gbY(a)===B.bq +switch(A.bc(this.a.c).a){case 0:q.b=r?a.gjD().b:a.gjD().a +break +case 1:q.b=r?a.gjD().a:a.gjD().b +break}if(A.P2(this.a.c))q.b=q.ar()*-1 +return q.ar()}, +VB(a){var s,r,q,p,o=this +if(t.Mj.b(a)&&o.d!=null){s=o.e +if(s!=null){r=o.d +r.toString +r=!s.iJ(r) +s=r}else s=!1 +if(s)return +q=o.EM(a) +p=o.EN(q) +if(q!==0){s=o.d.at +s.toString +s=p!==s}else s=!1 +if(s)$.ea.cP$.Jn(0,a,o.gWc())}else if(t.xb.b(a))o.d.zp(0)}, +Wd(a){var s,r=this,q=r.EM(a),p=r.EN(q) +if(q!==0){s=r.d.at +s.toString +s=p!==s}else s=!1 +if(s)r.d.zp(q)}, +Tr(a){var s,r +if(a.eb$===0){s=$.aA.O$.z.i(0,this.z) +r=s==null?null:s.gP() +if(r!=null)r.aV()}return!1}, +L(a){var s,r,q,p,o,n,m,l,k=this,j=null,i=k.d +i.toString +s=k.at +r=k.a +q=k.ax +s=A.u6(B.bl,new A.kl(A.du(j,A.Cy(r.a41(a,i),q,k.as),!1,j,!0,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j),s,B.a9,!1,k.Q),j,j,j,k.gVA(),j) +r=k.a +r.toString +q=k.d +q.toString +k.e.toString +p=k.gnh() +o=k.a.as +n=new A.Ff(r.c,p,o) +p=k.w +p===$&&A.c() +m=p.GF(a,p.GE(a,new A.cz(k.gTq(),new A.M1(q,!0,r.x,new A.yi(k,i,s,j),k.z),j,t.ji),n),n) +l=A.Fk(a) +if(l!=null){i=k.d +i.toString +m=new A.yk(k,i,m,l,j)}return m}} +A.a_H.prototype={ +$0(){this.a.w===$&&A.c() +return A.ahQ(null,B.dQ)}, +$S:122} +A.a_I.prototype={ +$1(a){var s,r,q=this.a +a.ax=q.gDa() +a.ay=q.gEK() +a.ch=q.gEL() +a.CW=q.gEJ() +a.cx=q.gEH() +s=q.e +a.cy=s==null?null:s.gyQ() +s=q.e +a.db=s==null?null:s.gtp() +s=q.e +a.dx=s==null?null:s.goV() +s=q.w +s===$&&A.c() +r=q.c +r.toString +a.fr=s.K7(r) +a.at=q.a.y +a.b=q.y +a.c=B.dQ}, +$S:123} +A.a_J.prototype={ +$0(){this.a.w===$&&A.c() +return A.abT(null,B.dQ)}, +$S:124} +A.a_K.prototype={ +$1(a){var s,r,q=this.a +a.ax=q.gDa() +a.ay=q.gEK() +a.ch=q.gEL() +a.CW=q.gEJ() +a.cx=q.gEH() +s=q.e +a.cy=s==null?null:s.gyQ() +s=q.e +a.db=s==null?null:s.gtp() +s=q.e +a.dx=s==null?null:s.goV() +s=q.w +s===$&&A.c() +r=q.c +r.toString +a.fr=s.K7(r) +a.at=q.a.y +a.b=q.y +a.c=B.dQ}, +$S:125} +A.yk.prototype={ +af(){return new A.M2(B.k)}} +A.M2.prototype={ +aE(){var s,r,q,p +this.aS() +s=this.a +r=s.c +s=s.d +q=t.x9 +p=t.i +q=new A.yj(r,new A.Sl(r,30),s,A.y(q,p),A.y(q,p),A.a([],t.D1),A.ax(q),B.Gn,$.aR()) +s.Z(0,q.gEC()) +this.d=q}, +aP(a){var s,r +this.bh(a) +s=this.a.d +if(a.d!==s){r=this.d +r===$&&A.c() +r.sbo(0,s)}}, +l(){var s=this.d +s===$&&A.c() +s.l() +this.aL()}, +L(a){var s=this.a,r=s.f,q=this.d +q===$&&A.c() +return new A.p9(r,s.e,q,null)}} +A.yj.prototype={ +sbo(a,b){var s,r=this.id +if(b===r)return +s=this.gEC() +r.I(0,s) +this.id=b +b.Z(0,s)}, +W4(){if(this.fr)return +this.fr=!0 +$.bK.rx$.push(new A.a7T(this))}, +xF(){var s=this,r=s.b,q=A.u2(r,A.a5(r).c) +r=s.k1 +r.zF(r,new A.a7U(q)) +r=s.k2 +r.zF(r,new A.a7V(q)) +s.Mk()}, +yl(a){var s,r,q,p,o,n,m=this +if(m.fy==null&&m.fx==null)m.go=m.D2(a.b) +s=A.OZ(m.dx) +r=a.b +q=a.c +p=-s.a +o=-s.b +if(a.a===B.cF){r=m.fy=m.Dq(r) +a=A.ah4(new A.v(r.a+p,r.b+o),q)}else{r=m.fx=m.Dq(r) +a=A.ah5(new A.v(r.a+p,r.b+o),q)}n=m.Ms(a) +if(n===B.h6){m.dy.e=!1 +return n}if(m.go){r=m.dy +r.Lq(A.arw(a.b,0,0)) +if(r.e)return B.h6}return n}, +Dq(a){var s,r,q,p=this.dx,o=p.c.gP() +o.toString +t.x.a(o) +s=o.kR(a) +if(!this.go){r=s.b +if(r<0||s.a<0)return A.ci(o.bj(0,null),B.i) +if(r>o.gC(o).b||s.a>o.gC(o).a)return B.Ey}q=A.OZ(p) +return A.ci(o.bj(0,null),new A.v(s.a+q.a,s.b+q.b))}, +wC(a,b){var s,r,q,p=this,o=p.dx,n=A.OZ(o) +o=o.c.gP() +o.toString +t.x.a(o) +s=o.bj(0,null) +r=p.d +if(r!==-1)q=p.fx==null||b +else q=!1 +if(q){r=J.fx(p.b[r]).a +r.toString +p.fx=A.ci(s,A.ci(J.ab5(p.b[p.d],o),r.a.W(0,new A.v(0,-r.b/2))).W(0,n))}r=p.c +if(r!==-1)q=!0 +else q=!1 +if(q){r=J.fx(p.b[r]).b +r.toString +p.fy=A.ci(s,A.ci(J.ab5(p.b[p.c],o),r.a.W(0,new A.v(0,-r.b/2))).W(0,n))}}, +FH(){return this.wC(!0,!0)}, +DD(a){var s,r,q,p,o,n,m,l,k=this,j=k.b +if(a){s=j[k.c] +r=s.gn(s).b +q=s.gn(s).b.b}else{s=j[k.d] +r=s.gn(s).a +j=s.gn(s).a +q=j==null?null:j.b}if(q==null||r==null)return +j=k.dx +p=j.c.gP() +p.toString +t.x.a(p) +o=A.ci(s.bj(0,p),r.a) +n=p.gC(p).a +p=p.gC(p).b +switch(j.a.c.a){case 0:m=o.b +l=m-q +if(m>=p&&l<=0)return +if(m>p){j=k.id +n=j.at +n.toString +j.ef(n+p-m) +return}if(l<0){j=k.id +p=j.at +p.toString +j.ef(p+0-l)}return +case 1:r=o.a +if(r>=n&&r<=0)return +if(r>n){j=k.id +p=j.at +p.toString +j.ef(p+r-n) +return}if(r<0){j=k.id +p=j.at +p.toString +j.ef(p+r-0)}return +case 2:m=o.b +l=m-q +if(m>=p&&l<=0)return +if(m>p){j=k.id +n=j.at +n.toString +j.ef(n+m-p) +return}if(l<0){j=k.id +p=j.at +p.toString +j.ef(p+l-0)}return +case 3:r=o.a +if(r>=n&&r<=0)return +if(r>n){j=k.id +p=j.at +p.toString +j.ef(p+n-r) +return}if(r<0){j=k.id +p=j.at +p.toString +j.ef(p+0-r)}return}}, +D2(a){var s,r=this.dx.c.gP() +r.toString +t.x.a(r) +s=r.kR(a) +return new A.E(0,0,0+r.gC(r).a,0+r.gC(r).b).t(0,s)}, +dw(a,b){var s,r,q=this +switch(b.a.a){case 0:s=q.dx.d.at +s.toString +q.k1.m(0,a,s) +q.rO(a) +break +case 1:s=q.dx.d.at +s.toString +q.k2.m(0,a,s) +q.rO(a) +break +case 5:case 6:q.rO(a) +s=q.dx +r=s.d.at +r.toString +q.k1.m(0,a,r) +s=s.d.at +s.toString +q.k2.m(0,a,s) +break +case 2:q.k2.v(0,a) +q.k1.v(0,a) +break +case 3:case 4:s=q.dx +r=s.d.at +r.toString +q.k2.m(0,a,r) +s=s.d.at +s.toString +q.k1.m(0,a,s) +break}return q.Ml(a,b)}, +rO(a){var s,r,q,p,o,n,m=this,l=m.dx,k=l.d.at +k.toString +s=m.k1 +r=s.i(0,a) +q=m.fx +if(q!=null)p=r==null||Math.abs(k-r)>1e-10 +else p=!1 +if(p){o=A.OZ(l) +a.lR(A.ah5(new A.v(q.a+-o.a,q.b+-o.b),null)) +q=l.d.at +q.toString +s.m(0,a,q)}s=m.k2 +n=s.i(0,a) +q=m.fy +if(q!=null)k=n==null||Math.abs(k-n)>1e-10 +else k=!1 +if(k){o=A.OZ(l) +a.lR(A.ah4(new A.v(q.a+-o.a,q.b+-o.b),null)) +l=l.d.at +l.toString +s.m(0,a,l)}}, +l(){var s=this +s.k1.U(0) +s.k2.U(0) +s.fr=!1 +s.dy.e=!1 +s.Mm()}} +A.a7T.prototype={ +$1(a){var s=this.a +if(!s.fr)return +s.fr=!1 +s.r_()}, +$S:3} +A.a7U.prototype={ +$2(a,b){return!this.a.t(0,a)}, +$S:139} +A.a7V.prototype={ +$2(a,b){return!this.a.t(0,a)}, +$S:139} +A.M1.prototype={ +am(a){var s=this.e,r=new A.LG(s,!0,this.r,null,A.ao()) +r.aq() +r.saA(null) +s.Z(0,r.gIP()) +return r}, +az(a,b){b.sY3(!0) +b.sbo(0,this.e) +b.sKZ(this.r)}} +A.LG.prototype={ +sbo(a,b){var s,r=this,q=r.A +if(b===q)return +s=r.gIP() +q.I(0,s) +r.A=b +b.Z(0,s) +r.aV()}, +sY3(a){return}, +sKZ(a){if(a===this.a9)return +this.a9=a +this.aV()}, +dv(a){var s,r,q=this +q.eW(a) +a.a=!0 +if(q.A.ay){a.aT(B.GH,!0) +s=q.A +r=s.at +r.toString +a.an=r +a.e=!0 +r=s.Q +r.toString +a.ah=r +s=s.z +s.toString +a.aZ=s +a.sKU(q.a9)}}, +nT(a,b,c){var s,r,q,p,o,n,m,l=this +if(c.length!==0){s=B.b.gG(c).dy +s=!(s!=null&&s.t(0,B.u2))}else s=!0 +if(s){l.bf=null +l.Bk(a,b,c) +return}s=l.bf +if(s==null)s=l.bf=A.Fp(null,l.gmQ()) +s.syB(a.Q||a.y) +s.sap(0,a.e) +s=l.bf +s.toString +r=t.V +q=A.a([s],r) +p=A.a([],r) +for(s=c.length,o=null,n=0;n#"+A.b1(r)+"("+B.b.b3(q,", ")+")"}, +gu(a){return A.I(this.a,this.b,null,this.d,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.J(b)!==A.t(r))return!1 +if(b instanceof A.Ff)if(b.a===r.a)if(b.b===r.b)s=b.d===r.d +else s=!1 +else s=!1 +else s=!1 +return s}} +A.a_G.prototype={ +$2(a,b){if(b!=null)this.a.push(a+b.j(0))}, +$S:379} +A.Sl.prototype={ +w7(a,b){switch(b.a){case 0:return a.a +case 1:return a.b}}, +WB(a,b){switch(b.a){case 0:return a.a +case 1:return a.b}}, +Lq(a){var s=this,r=s.a.gHa() +s.d=a.b9(0,r.a,r.b) +if(s.e)return +s.lm()}, +lm(){var s=0,r=A.Y(t.H),q,p=this,o,n,m,l,k,j,i,h,g,f,e,d,c +var $async$lm=A.U(function(a,b){if(a===1)return A.V(b,r) +while(true)switch(s){case 0:d=p.a +c=d.c.gP() +c.toString +t.x.a(c) +o=A.ef(c.bj(0,null),new A.E(0,0,0+c.gC(c).a,0+c.gC(c).b)) +c=p.e=!0 +n=d.gHa() +m=o.a +l=o.b +k=p.w7(new A.v(m+n.a,l+n.b),A.bc(d.a.c)) +j=k+p.WB(new A.Q(o.c-m,o.d-l),A.bc(d.a.c)) +l=p.d +l===$&&A.c() +i=p.w7(new A.v(l.a,l.b),A.bc(d.a.c)) +l=p.d +h=p.w7(new A.v(l.c,l.d),A.bc(d.a.c)) +switch(d.a.c.a){case 0:case 3:if(h>j){m=d.d +l=m.at +l.toString +m=m.z +m.toString +m=l>m}else m=!1 +if(m){g=Math.min(h-j,20) +m=d.d +l=m.z +l.toString +m=m.at +m.toString +f=Math.max(l,m-g)}else{if(im}else m=!1 +if(m){g=Math.min(k-i,20) +m=d.d +l=m.z +l.toString +m=m.at +m.toString +f=Math.max(l,m-g)}else{if(h>j){m=d.d +l=m.at +l.toString +m=m.Q +m.toString +m=l>>24&255)/255*q.gn(q))),r.gn(r)>>>16&255,r.gn(r)>>>8&255,r.gn(r)&255)) +return s}, +E5(a){var s,r,q,p=this +if(a){s=$.ad().aX() +r=p.c +q=p.r +s.sag(0,A.a2(B.c.aH(255*((r.gn(r)>>>24&255)/255*q.gn(q))),r.gn(r)>>>16&255,r.gn(r)>>>8&255,r.gn(r)&255)) +s.sep(0,B.b2) +s.smV(1) +return s}s=$.ad().aX() +r=p.b +q=p.r +s.sag(0,A.a2(B.c.aH(255*((r.gn(r)>>>24&255)/255*q.gn(q))),r.gn(r)>>>16&255,r.gn(r)>>>8&255,r.gn(r)&255)) +return s}, +V8(){return this.E5(!1)}, +V6(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=null +e.gqL() +switch(e.gqL().a){case 0:s=e.f +r=e.cy +r===$&&A.c() +q=new A.Q(s,r) +s+=2*e.x +r=e.db.d +r.toString +p=e.dx +p=p===B.E||p===B.F +o=e.Q +n=new A.Q(s,r-(p?o.gb7(o)+o.gba(o):o.gcz())) +r=e.x +m=r+e.Q.a +o=e.cx +o===$&&A.c() +r=m-r +l=e.gqp() +k=new A.v(r,l) +j=k.W(0,new A.v(s,0)) +i=e.db.d +i.toString +p=e.dx +p=p===B.E||p===B.F +h=e.Q +p=p?h.gb7(h)+h.gba(h):h.gcz() +g=new A.v(r+s,l+(i-p)) +f=o +break +case 1:s=e.f +r=e.cy +r===$&&A.c() +q=new A.Q(s,r) +r=e.x +p=e.db.d +p.toString +o=e.dx +o=o===B.E||o===B.F +l=e.Q +o=o?l.gb7(l)+l.gba(l):l.gcz() +n=new A.Q(s+2*r,p-o) +o=e.f +p=e.x +m=b.a-o-p-e.Q.c +o=e.cx +o===$&&A.c() +p=m-p +r=e.gqp() +k=new A.v(p,r) +s=e.db.d +s.toString +l=e.dx +l=l===B.E||l===B.F +i=e.Q +g=new A.v(p,r+(s-(l?i.gb7(i)+i.gba(i):i.gcz()))) +j=k +f=o +break +case 2:s=e.cy +s===$&&A.c() +q=new A.Q(s,e.f) +s=e.db.d +s.toString +r=e.dx +r=r===B.E||r===B.F +p=e.Q +r=r?p.gb7(p)+p.gba(p):p.gcz() +p=e.f +o=e.x +p+=2*o +n=new A.Q(s-r,p) +r=e.cx +r===$&&A.c() +f=o+e.Q.b +o=e.gqp() +s=f-e.x +k=new A.v(o,s) +j=k.W(0,new A.v(0,p)) +l=e.db.d +l.toString +i=e.dx +i=i===B.E||i===B.F +h=e.Q +g=new A.v(o+(l-(i?h.gb7(h)+h.gba(h):h.gcz())),s+p) +m=r +break +case 3:s=e.cy +s===$&&A.c() +q=new A.Q(s,e.f) +s=e.db.d +s.toString +r=e.dx +r=r===B.E||r===B.F +p=e.Q +r=r?p.gb7(p)+p.gba(p):p.gcz() +p=e.f +o=e.x +n=new A.Q(s-r,p+2*o) +r=e.cx +r===$&&A.c() +f=b.b-p-o-e.Q.d +o=e.gqp() +p=f-e.x +k=new A.v(o,p) +s=e.db.d +s.toString +l=e.dx +l=l===B.E||l===B.F +i=e.Q +g=new A.v(o+(s-(l?i.gb7(i)+i.gba(i):i.gcz())),p) +j=k +m=r +break +default:g=d +j=g +k=j +n=k +q=n +f=q +m=f}s=k.a +r=k.b +e.ch=new A.E(s,r,s+n.a,r+n.b) +e.CW=new A.E(m,f,m+q.a,f+q.b) +s=e.r +if(s.gn(s)!==0){s=e.ch +s.toString +a.dz(s,e.V8()) +a.a_e(j,g,e.E5(!0)) +s=e.y +if(s!=null){r=e.CW +r.toString +a.dg(A.uX(r,s),e.gE4()) +return}s=e.CW +s.toString +a.dz(s,e.gE4()) +return}}, +aD(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.dx +if(f!=null){s=g.db +if(s!=null){r=s.b +r.toString +s=s.a +s.toString +s=r<=s}else s=!0}else s=!0 +if(s)return +s=g.db.d +s.toString +f=f===B.E||f===B.F +r=g.Q +f=f?r.gb7(r)+r.gba(r):r.gcz() +if(s-f-2*g.w<=0)return +f=g.db +s=f.b +s.toString +if(s==1/0||s==-1/0)return +f=f.gkm() +s=g.dx +s=s===B.E||s===B.F +r=g.Q +s=s?r.gb7(r)+r.gba(r):r.gcz() +r=g.db +q=r.b +q.toString +p=r.a +p.toString +r=r.d +r.toString +o=g.dx +o=o===B.E||o===B.F +n=g.Q +o=o?n.gb7(n)+n.gba(n):n.gcz() +m=A.O((f-s)/(q-p+r-o),0,1) +o=g.db.d +o.toString +f=g.dx +f=f===B.E||f===B.F +s=g.Q +f=f?s.gb7(s)+s.gba(s):s.gcz() +f=Math.min(o-f-2*g.w,g.at) +o=g.db.d +o.toString +s=g.dx +s=s===B.E||s===B.F +r=g.Q +s=s?r.gb7(r)+r.gba(r):r.gcz() +l=Math.max(f,(o-s-2*g.w)*m) +s=g.db.gkm() +o=g.db.d +o.toString +f=g.as +r=g.dx +r=r===B.E||r===B.F +q=g.Q +r=r?q.gb7(q)+q.gba(q):q.gcz() +k=Math.min(f,o-r-2*g.w) +f=g.dx +f=f===B.F||f===B.aR +r=g.db +if((f?Math.max(r.geQ()-r.gc3(),0):Math.max(r.gc3()-r.geR(),0))>0){f=g.dx +f=f===B.F||f===B.aR +r=g.db +r=(f?Math.max(r.gc3()-r.geR(),0):Math.max(r.geQ()-r.gc3(),0))>0 +f=r}else f=!1 +j=f?k:k*(1-A.O(1-s/o,0,0.2)/0.2) +f=g.db.d +f.toString +s=g.dx +s=s===B.E||s===B.F +r=g.Q +s=s?r.gb7(r)+r.gba(r):r.gcz() +s=A.O(l,j,f-s-2*g.w) +g.cy=s +f=g.db +r=f.b +r.toString +q=f.a +q.toString +i=r-q +if(i>0){r=f.c +r.toString +h=A.O((r-q)/i,0,1)}else h=0 +r=g.dx +q=r===B.F +p=q||r===B.aR?1-h:h +f=f.d +f.toString +r=r===B.E||q +q=g.Q +r=r?q.gb7(q)+q.gba(q):q.gcz() +g.cx=p*(f-r-2*g.w-s)+g.gU6() +return g.V6(a,b)}, +Ao(a){var s,r,q,p,o=this,n=o.db,m=n.b +m.toString +s=n.a +s.toString +n=n.d +n.toString +r=o.dx +r=r===B.E||r===B.F +q=o.Q +r=r?q.gb7(q)+q.gba(q):q.gcz() +q=o.w +p=o.cy +p===$&&A.c() +return(m-s)*a/(n-r-2*q-p)}, +yq(a){var s,r,q=this +if(q.CW==null)return null +if(!q.ay){s=q.r +if(s.gn(s)!==0){s=q.db +r=s.a +r.toString +s=s.b +s.toString +s=r===s}else s=!0}else s=!0 +if(s)return!1 +return q.ch.t(0,a)}, +If(a,b,c){var s,r,q,p=this,o=p.ch +if(o==null)return!1 +if(p.ay)return!1 +s=p.db +r=s.a +r.toString +s=s.b +s.toString +if(r===s)return!1 +q=o.kl(A.v1(p.CW.gaM(),24)) +s=p.r +if(s.gn(s)===0){if(c&&b===B.bq)return q.t(0,a) +return!1}switch(b.a){case 0:case 4:return q.t(0,a) +case 1:case 2:case 3:case 5:return o.t(0,a)}}, +a18(a,b){return this.If(a,b,!1)}, +Ig(a,b){var s,r,q=this +if(q.CW==null)return!1 +if(q.ay)return!1 +s=q.r +if(s.gn(s)===0)return!1 +s=q.db +r=s.a +r.toString +s=s.b +s.toString +if(r===s)return!1 +switch(b.a){case 0:case 4:s=q.CW +return s.kl(A.v1(s.gaM(),24)).t(0,a) +case 1:case 2:case 3:case 5:return q.CW.t(0,a)}}, +iK(a){var s,r=this +if(r.a.k(0,a.a))if(r.b.k(0,a.b))if(r.c.k(0,a.c))if(r.e==a.e)if(r.f===a.f)if(r.r===a.r)if(r.w===a.w)if(r.x===a.x)if(J.e(r.y,a.y))if(r.Q.k(0,a.Q))if(r.as===a.as)if(r.at===a.at)s=r.ay!==a.ay +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +return s}, +AJ(a){return!1}, +gAx(){return null}, +j(a){return"#"+A.b1(this)}} +A.a_P.prototype={ +$1(a){var s,r +if(a!=null){s=a.b +s.toString +r=a.a +r.toString +r=s>r +s=r}else s=!1 +return s}, +$S:380} +A.p_.prototype={ +af(){return A.arv(t.jU)}, +jn(a){return this.cx.$1(a)}} +A.hT.prototype={ +gjT(){var s=this.a.d +return s}, +gkW(){var s=this.a.e +return s===!0}, +gEZ(){if(this.gkW())this.a.toString +return!1}, +gkh(){this.a.toString +return!0}, +aE(){var s,r,q,p,o=this,n=null +o.aS() +s=A.cJ(n,o.a.ay,n,n,o) +s.aY() +r=s.bD$ +r.b=!0 +r.a.push(o.gXz()) +o.x=s +s=o.y=A.ex(B.aX,s,n) +r=o.a +q=r.w +if(q==null)q=6 +p=r.r +r=r.db +r=new A.vz(B.eI,B.A,B.A,n,q,s,0,0,p,n,B.ao,18,18,r,$.aR()) +s.a.Z(0,r.gdS()) +o.at!==$&&A.cc() +o.at=r}, +b1(){this.cY()}, +XA(a){if(a!==B.z)if(this.gjT()!=null)this.gkh()}, +pr(){var s,r=this,q=r.at +q===$&&A.c() +r.a.toString +q.sag(0,B.eI) +r.a.toString +q.sa3Q(null) +if(r.gEZ()){r.a.toString +s=B.xk}else s=B.A +q.sJV(s) +if(r.gEZ()){r.a.toString +s=B.yb}else s=B.A +q.sJU(s) +s=r.c.ad(t.I) +s.toString +q.sbA(s.w) +s=r.a.w +q.szP(s==null?6:s) +q.spd(r.a.r) +r.a.toString +s=r.c +s.toString +s=A.cn(s,B.ba,t.w).w +q.sbU(0,s.r) +q.suh(r.a.db) +r.a.toString +q.syM(0) +r.a.toString +q.sc4(0,null) +r.a.toString +q.sxq(0) +r.a.toString +q.syR(0,18) +r.a.toString +q.sIT(18) +q.sIh(!r.gkh())}, +aP(a){var s,r=this +r.bh(a) +s=r.a.e +if(s!=a.e)if(s===!0){s=r.w +if(s!=null)s.aI(0) +s=r.x +s===$&&A.c() +s.z=B.a7 +s.jJ(1,B.a4,null)}else{s=r.x +s===$&&A.c() +s.eS(0)}}, +Xo(a){var s,r,q,p,o,n=this,m=B.b.gc2(n.r.f),l=A.bf("primaryDeltaFromDragStart"),k=A.bf("primaryDeltaFromLastDragUpdate") +switch(m.w.a.c.a){case 0:s=a.b +l.b=n.d.b-s +k.b=n.e.b-s +break +case 1:s=a.a +l.b=s-n.d.a +k.b=s-n.e.a +break +case 2:s=a.b +l.b=s-n.d.b +k.b=s-n.e.b +break +case 3:s=a.a +l.b=n.d.a-s +k.b=n.e.a-s +break}s=n.at +s===$&&A.c() +r=l.ar() +q=n.f +q.toString +p=s.Ao(r+q) +if(l.ar()>0){r=m.at +r.toString +r=pr}else r=!1 +else r=!0 +if(r){r=m.at +r.toString +p=r+s.Ao(k.ar())}s=m.at +s.toString +if(p!==s){o=p-m.r.nQ(m,p) +s=n.c +s.toString +s=A.acu(s) +r=n.c +r.toString +switch(s.jB(r).a){case 1:case 3:case 4:case 5:s=m.z +s.toString +r=m.Q +r.toString +o=A.O(o,s,r) +break +case 2:case 0:break}m.ef(o)}}, +qy(){var s,r=this +if(!r.gkW()){s=r.w +if(s!=null)s.aI(0) +r.w=A.bY(r.a.ch,new A.Z5(r))}}, +jC(){var s=this.r.f +if(s.length!==0)return A.bc(B.b.gc2(s).gf5()) +return null}, +t2(){if(this.jC()==null)return +var s=this.w +if(s!=null)s.aI(0)}, +t4(a){var s,r,q,p,o,n,m=this +m.r=m.gjT() +if(m.jC()==null)return +s=m.w +if(s!=null)s.aI(0) +s=m.x +s===$&&A.c() +s.bX(0) +m.e=m.d=a +s=m.at +s===$&&A.c() +r=s.db +q=r.b +q.toString +p=r.a +p.toString +o=q-p +if(o>0){q=r.c +q.toString +n=A.O(q/o,0,1)}else n=0 +r=r.d +r.toString +q=s.dx +q=q===B.E||q===B.F +p=s.Q +q=q?p.gb7(p)+p.gba(p):p.gcz() +p=s.w +s=s.cy +s===$&&A.c() +m.f=n*(r-q-2*p-s) +m.as=!0}, +a0Q(a){var s,r=this +if(J.e(r.e,a))return +s=B.b.gc2(r.r.f) +if(!s.r.iJ(s))return +if(r.jC()==null)return +r.Xo(a) +r.e=a}, +t3(a,b){var s=this +s.as=!1 +if(s.jC()==null)return +s.qy() +s.r=s.f=s.e=s.d=null}, +TF(a){var s,r,q,p,o,n=this,m=n.gjT() +n.r=m +s=B.b.gc2(m.f) +if(!s.r.iJ(s))return +m=s.w +switch(m.a.c.a){case 0:case 2:r=n.at +r===$&&A.c() +r=r.cx +r===$&&A.c() +q=a.c.b>r?B.E:B.F +break +case 3:case 1:r=n.at +r===$&&A.c() +r=r.cx +r===$&&A.c() +q=a.c.a>r?B.bY:B.aR +break +default:q=null}m=$.aA.O$.z.i(0,m.Q) +m.toString +p=A.fZ(m) +p.toString +o=A.ah3(p,new A.dJ(q,B.h3)) +m=B.b.gc2(n.r.f) +r=B.b.gc2(n.r.f).at +r.toString +m.oY(0,r+o,B.eS,B.an)}, +wq(a){var s,r,q=this.gjT() +if(q==null)return!0 +s=q.f +r=s.length +if(r>1)return!1 +return r===0||A.bc(B.b.gc2(s).gf5())===a}, +Wf(a){var s,r,q=this,p=q.a +p.toString +if(!p.jn(a.Gt()))return!1 +if(q.gkW()){p=q.x +p===$&&A.c() +s=p.Q +s===$&&A.c() +if(s!==B.aj&&s!==B.L)p.bX(0)}r=a.a +p=r.e +if(q.wq(A.bc(p))){s=q.at +s===$&&A.c() +s.dW(0,r,p)}return!1}, +Wh(a){var s,r,q,p=this +if(!p.a.jn(a))return!1 +s=a.a +r=s.b +r.toString +q=s.a +q.toString +if(r<=q){r=p.x +r===$&&A.c() +q=r.Q +q===$&&A.c() +if(q!==B.z&&q!==B.ab)r.eS(0) +r=s.e +if(p.wq(A.bc(r))){q=p.at +q===$&&A.c() +q.dW(0,s,r)}return!1}if(a instanceof A.fY||a instanceof A.hP){r=p.x +r===$&&A.c() +q=r.Q +q===$&&A.c() +if(q!==B.aj&&q!==B.L)r.bX(0) +r=p.w +if(r!=null)r.aI(0) +r=s.e +if(p.wq(A.bc(r))){q=p.at +q===$&&A.c() +q.dW(0,s,r)}}else if(a instanceof A.kp)if(p.d==null)p.qy() +return!1}, +gRH(){var s=this,r=A.y(t.A,t.xR) +if(s.gjT()==null||!s.gkh())return r +r.m(0,B.MT,new A.cm(new A.Z1(s),new A.Z2(s),t.fe)) +r.m(0,B.MU,new A.cm(new A.Z3(s),new A.Z4(s),t.Bk)) +return r}, +Iz(a,b,c){var s,r=this.z +if($.aA.O$.z.i(0,r)==null)return!1 +s=A.adj(r,a) +r=this.at +r===$&&A.c() +return r.If(s,b,!0)}, +ye(a){var s,r=this +if(r.Iz(a.gbo(a),a.gbY(a),!0)){r.Q=!0 +s=r.x +s===$&&A.c() +s.bX(0) +s=r.w +if(s!=null)s.aI(0)}else if(r.Q){r.Q=!1 +r.qy()}}, +yf(a){this.Q=!1 +this.qy()}, +Ed(a){var s=A.bc(B.b.gc2(this.r.f).gf5())===B.bb?a.gjD().a:a.gjD().b +return A.P2(B.b.gc2(this.r.f).w.a.c)?s*-1:s}, +Ff(a){var s,r=B.b.gc2(this.r.f).at +r.toString +s=B.b.gc2(this.r.f).z +s.toString +s=Math.max(r+a,s) +r=B.b.gc2(this.r.f).Q +r.toString +return Math.min(s,r)}, +Tc(a){var s,r,q,p=this +p.r=p.gjT() +s=p.Ed(a) +r=p.Ff(s) +if(s!==0){q=B.b.gc2(p.r.f).at +q.toString +q=r!==q}else q=!1 +if(q)B.b.gc2(p.r.f).zp(s)}, +Wj(a){var s,r,q,p,o=this +o.r=o.gjT() +s=o.at +s===$&&A.c() +s=s.yq(a.gd5()) +if(s===!0){s=o.r +if(s!=null)if(s.f.length!==0)s=!0 +else s=!1 +else s=!1}else s=!1 +if(s){r=B.b.gc2(o.r.f) +if(t.Mj.b(a)){if(!r.r.iJ(r))return +q=o.Ed(a) +p=o.Ff(q) +if(q!==0){s=r.at +s.toString +s=p!==s}else s=!1 +if(s)$.ea.cP$.Jn(0,a,o.gTb())}else if(t.xb.b(a)){s=r.at +s.toString +r.ef(s)}}}, +l(){var s=this,r=s.x +r===$&&A.c() +r.l() +r=s.w +if(r!=null)r.aI(0) +r=s.at +r===$&&A.c() +r.r.a.I(0,r.gdS()) +r.dG() +s.NT()}, +L(a){var s,r,q=this,p=null +q.pr() +s=q.gRH() +r=q.at +r===$&&A.c() +return new A.cz(q.gWe(),new A.cz(q.gWg(),new A.fc(A.u6(B.bl,new A.kl(A.ut(A.RA(new A.fc(q.a.c,p),r,q.z,p,B.K),B.c4,p,new A.Z6(q),new A.Z7(q)),s,p,!1,p),p,p,p,q.gWi(),p),p),p,t.WA),p,t.ji)}} +A.Z5.prototype={ +$0(){var s=this.a,r=s.x +r===$&&A.c() +r.eS(0) +s.w=null}, +$S:0} +A.Z1.prototype={ +$0(){var s=this.a,r=s.a.CW,q=t.S,p=A.cx(q),o=A.ak6() +return new A.ie(s.z,r,null,B.b_,A.y(q,t.R),p,s,null,o,A.y(q,t.Y))}, +$S:381} +A.Z2.prototype={ +$1(a){var s=this.a +a.p2=s.gI8() +a.p3=new A.YZ(s) +a.p4=new A.Z_(s) +a.RG=new A.Z0(s)}, +$S:382} +A.YZ.prototype={ +$1(a){return this.a.t4(a.b)}, +$S:383} +A.Z_.prototype={ +$1(a){return this.a.a0Q(a.b)}, +$S:384} +A.Z0.prototype={ +$1(a){return this.a.t3(a.b,a.c)}, +$S:385} +A.Z3.prototype={ +$0(){var s=this.a,r=t.S,q=A.cx(r) +return new A.ig(s.z,B.an,18,B.b_,A.y(r,t.R),q,s,null,A.aaH(),A.y(r,t.Y))}, +$S:386} +A.Z4.prototype={ +$1(a){a.an=this.a.gTE()}, +$S:387} +A.Z6.prototype={ +$1(a){var s +switch(a.gbY(a).a){case 1:case 4:s=this.a +if(s.gkh())s.yf(a) +break +case 2:case 3:case 5:case 0:break}}, +$S:64} +A.Z7.prototype={ +$1(a){var s +switch(a.gbY(a).a){case 1:case 4:s=this.a +if(s.gkh())s.ye(a) +break +case 2:case 3:case 5:case 0:break}}, +$S:388} +A.ie.prototype={ +fm(a){if(!this.vP(this.eL,a.gbo(a),a.gbY(a)))return!1 +return this.Mf(a)}, +vP(a,b,c){var s +if($.aA.O$.z.i(0,a)==null)return!1 +s=$.aA.O$.z.i(0,a).e +s.toString +s=t.ip.a(s).f +s.toString +return t.sm.a(s).Ig(A.adj(a,b),c)}} +A.ig.prototype={ +fm(a){if(!this.vP(this.j9,a.gbo(a),a.gbY(a)))return!1 +return this.Nw(a)}, +vP(a,b,c){var s,r +if($.aA.O$.z.i(0,a)==null)return!1 +s=$.aA.O$.z.i(0,a).e +s.toString +s=t.ip.a(s).f +s.toString +t.sm.a(s) +r=A.adj(a,b) +return s.a18(r,c)&&!s.Ig(r,c)}} +A.qp.prototype={ +bL(){this.dq() +this.cL() +this.f3()}, +l(){var s=this,r=s.b2$ +if(r!=null)r.I(0,s.geD()) +s.b2$=null +s.aL()}} +A.oB.prototype={ +B(a,b){this.Q.B(0,b) +this.EE()}, +v(a,b){var s,r,q=this +if(q.Q.v(0,b))return +s=B.b.eO(q.b,b) +B.b.hK(q.b,s) +r=q.c +if(s<=r)q.c=r-1 +r=q.d +if(s<=r)q.d=r-1 +b.I(0,q.gvK()) +q.EE()}, +EE(){var s,r +if(!this.y){this.y=!0 +s=new A.Xw(this) +r=$.bK +if(r.x1$===B.tK)A.dd(s) +else r.rx$.push(s)}}, +Rx(){var s,r,q,p,o,n,m,l,k=this,j=k.Q,i=A.a6(j,!0,A.m(j).c) +B.b.dn(i,k.gvc()) +s=k.b +k.b=A.a([],t.D1) +r=k.d +q=k.c +j=k.gvK() +p=0 +o=0 +while(!0){n=i.length +if(!(pMath.min(n,l))k.rO(m) +m.Z(0,j) +B.b.B(k.b,m);++p}}k.c=q +k.d=r +k.Q=A.ax(t.x9)}, +xF(){this.r_()}, +r_(){var s=this,r=s.KH() +if(!s.at.k(0,r)){s.at=r +s.ai()}s.Xc()}, +gYV(){return this.gvc()}, +Qi(a,b){var s=A.ef(a.bj(0,null),new A.E(0,0,0+a.gC(a).a,0+a.gC(a).b)),r=A.ef(b.bj(0,null),new A.E(0,0,0+b.gC(b).a,0+b.gC(b).b)),q=A.aqx(s,r) +if(q!==0)return q +return A.aqw(s,r)}, +Tu(){if(this.x)return +this.r_()}, +KH(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=null,b=d.c +if(b===-1||d.d===-1||d.b.length===0)return new A.kr(c,c,B.bR,B.fa,d.b.length!==0) +if(!d.as){b=d.BG(d.d,b) +d.d=b +d.c=d.BG(d.c,b)}s=J.fx(d.b[d.d]) +b=d.c +r=d.d +q=b>=r +while(!0){if(!(r!==d.c&&s.a==null))break +r+=q?1:-1 +s=J.fx(d.b[r])}b=s.a +if(b!=null){p=d.b[r] +o=d.a.gP() +o.toString +n=A.ci(p.bj(0,t.x.a(o)),b.a) +m=isFinite(n.a)&&isFinite(n.b)?new A.mv(n,b.b,b.c):c}else m=c +l=J.fx(d.b[d.c]) +k=d.c +while(!0){if(!(k!==d.d&&l.b==null))break +k+=q?-1:1 +l=J.fx(d.b[k])}b=l.b +if(b!=null){p=d.b[k] +o=d.a.gP() +o.toString +j=A.ci(p.bj(0,t.x.a(o)),b.a) +i=isFinite(j.a)&&isFinite(j.b)?new A.mv(j,b.b,b.c):c}else i=c +h=A.a([],t.AO) +g=d.ga0S()?new A.E(0,0,0+d.gGU().a,0+d.gGU().b):c +for(f=d.d;f<=d.c;++f){e=J.fx(d.b[f]).d +b=new A.a4(e,new A.Xx(d,f,g),A.a5(e).h("a4<1,E>")).B7(0,new A.Xy()) +B.b.H(h,A.a6(b,!0,b.$ti.h("i.E")))}return new A.kr(m,i,!s.k(0,l)?B.h7:s.c,h,!0)}, +BG(a,b){var s=b>a +while(!0){if(!(a!==b&&J.fx(this.b[a]).c!==B.h7))break +a+=s?1:-1}return a}, +hI(a,b){return}, +Xc(){var s,r=this,q=null,p=r.e,o=r.r,n=r.d +if(n===-1||r.c===-1){n=r.f +if(n!=null){n.hI(q,q) +r.f=null}n=r.w +if(n!=null){n.hI(q,q) +r.w=null}return}if(!J.e(r.b[n],r.f)){n=r.f +if(n!=null)n.hI(q,q)}if(!J.e(r.b[r.c],r.w)){n=r.w +if(n!=null)n.hI(q,q)}n=r.b +s=r.d +n=r.f=n[s] +if(s===r.c){r.w=n +n.hI(p,o) +return}n.hI(p,q) +n=r.b[r.c] +r.w=n +n.hI(q,o)}, +CJ(){var s,r,q,p=this,o=p.d,n=o===-1 +if(n&&p.c===-1)return +if(n||p.c===-1){if(n)o=p.c +n=p.b +new A.aO(n,new A.Xu(p,o),A.a5(n).h("aO<1>")).S(0,new A.Xv(p)) +return}n=p.c +s=Math.min(o,n) +r=Math.max(o,n) +for(q=0;n=p.b,q=s&&q<=r)continue +p.dw(n[q],B.eG)}}, +a0C(a){var s,r,q,p=this +for(s=p.b,r=s.length,q=0;q")).S(0,new A.XA(n)) +n.d=n.c=r}return B.a2}else if(s===B.a1){n.d=n.c=r-1 +return B.a2}}return B.a2}, +a_X(a){var s,r,q,p=this +for(s=p.b,r=s.length,q=0;q0&&r===B.aa))break;--s +r=p.dw(p.b[s],a)}if(a.gfX())p.c=s +else p.d=s +return r}, +a_Z(a){var s,r,q,p=this +if(p.d===-1)switch(a.grJ(a)){case B.dN:case B.cH:p.d=p.c=p.b.length +break +case B.dO:case B.cG:p.d=p.c=0 +break}s=a.gfX()?p.c:p.d +r=p.dw(p.b[s],a) +switch(a.grJ(a)){case B.dN:if(r===B.aa)if(s>0){--s +r=p.dw(p.b[s],a.Zg(B.cH))}break +case B.dO:if(r===B.a1){q=p.b +if(s=0&&q==null))break +o=s.b=n.dw(m[r],a) +switch(o.a){case 2:case 3:case 4:q=o +break +case 0:if(p===!1){++r +q=B.a2}else if(r===n.b.length-1)q=o +else{++r +p=!0}break +case 1:if(p===!0){--r +q=B.a2}else if(r===0)q=o +else{--r +p=!1}break}}if(a0)n.c=r +else n.d=r +n.CJ() +q.toString +return q}, +YW(a,b){return this.gYV().$2(a,b)}} +A.Xw.prototype={ +$1(a){var s=this.a +if(!s.y)return +s.y=!1 +if(s.Q.a!==0)s.Rx() +s.xF()}, +$0(){return this.$1(null)}, +$C:"$1", +$R:0, +$D(){return[null]}, +$S:390} +A.Xx.prototype={ +$1(a){var s,r=this.a,q=r.b[this.b] +r=r.a.gP() +r.toString +s=A.ef(q.bj(0,t.x.a(r)),a) +r=this.c +if(r!=null)return r.ee(s) +return s}, +$S:391} +A.Xy.prototype={ +$1(a){return a.gyz(a)&&!a.gT(a)}, +$S:392} +A.Xu.prototype={ +$1(a){return a!==this.a.b[this.b]}, +$S:140} +A.Xv.prototype={ +$1(a){return this.a.dw(a,B.eG)}, +$S:33} +A.Xz.prototype={ +$1(a){return a!==this.a.b[this.b]}, +$S:140} +A.XA.prototype={ +$1(a){return this.a.dw(a,B.eG)}, +$S:33} +A.Xl.prototype={ +$0(){return this.a.a}, +$S:2} +A.Xm.prototype={ +$0(){return!0===this.a.J()}, +$S:2} +A.Xn.prototype={ +$0(){return this.a.b}, +$S:2} +A.Xo.prototype={ +$0(){return!0===this.a.J()}, +$S:2} +A.Xp.prototype={ +$0(){return this.a.c}, +$S:2} +A.Xq.prototype={ +$0(){return!0===this.a.J()}, +$S:2} +A.Xr.prototype={ +$0(){return!1===this.a.J()}, +$S:2} +A.Xs.prototype={ +$0(){return!1===this.a.J()}, +$S:2} +A.Xt.prototype={ +$0(){return!1===this.a.J()}, +$S:2} +A.K9.prototype={} +A.p9.prototype={ +af(){return new A.M7(A.ax(t.M),null,!1,B.k)}} +A.M7.prototype={ +aE(){var s,r,q,p=this +p.aS() +s=p.a +r=s.e +if(r!=null){q=p.c +q.toString +r.a=q +s=s.c +if(s!=null)p.skJ(s)}}, +aP(a){var s,r,q,p,o,n=this +n.bh(a) +s=a.e +if(s!=n.a.e){r=s==null +if(!r){s.a=null +n.d.S(0,s.gJr(s))}q=n.a.e +if(q!=null){p=n.c +p.toString +q.a=p +n.d.S(0,q.gra(q))}s=r?null:s.at +r=n.a.e +if(!J.e(s,r==null?null:r.at))for(s=n.d,s=A.a6(s,!1,A.m(s).c),r=s.length,o=0;o").a4(h.h("dz<1,2>")).h("jj<1,2>"),h=A.a6(new A.jj(i,h),!0,h.h("i.E")),g=h.length,f=t.MR,e=a.k4,d=0;d").a4(g.h("dz<1,2>")).h("jj<1,2>")).S(0,p) +if(!a1.a&&a.p3){b=i.IH() +k=b==null?-1:b +j=k+1 +J.eR(s,j,i.i(0,j)) +p.$1(j)}}finally{a.p2=null +a.gP()}}, +ZE(a,b){this.f.rl(this,new A.a0O(this,b,a))}, +cm(a,b,c){var s,r,q,p,o=null +if(a==null)s=o +else{s=a.gP() +s=s==null?o:s.b}r=t.MR +r.a(s) +q=this.LT(a,b,c) +if(q==null)p=o +else{p=q.gP() +p=p==null?o:p.b}r.a(p) +if(s!=p&&s!=null&&p!=null)p.a=s.a +return q}, +fT(a){this.ok.v(0,a.c) +this.hU(a)}, +Jq(a){var s,r=this +r.gP() +s=a.b +s.toString +s=t.D.a(s).b +s.toString +r.f.rl(r,new A.a0S(r,s))}, +HC(a,b,c,d,e){var s,r,q=this.e +q.toString +s=t.M0 +r=s.a(q).d.glW() +q=this.e +q.toString +s.a(q) +d.toString +q=q.y3(a,b,c,d,e) +return q==null?A.asd(b,c,d,e,r):q}, +gro(){var s,r=this.e +r.toString +s=t.M0.a(r).d.glW() +return s}, +og(){var s=this.ok +s.a_J() +s.IH() +s=this.e +s.toString +t.M0.a(s)}, +xC(a){var s=a.b +s.toString +t.D.a(s).b=this.p2}, +hC(a,b){this.gP().uA(0,t.x.a(a),this.p1)}, +hF(a,b,c){this.gP().tr(t.x.a(a),this.p1)}, +iA(a,b){this.gP().v(0,t.x.a(a))}, +aN(a){var s=this.ok,r=s.$ti +r=r.h("@<1>").a4(r.z[1]).h("n1<1,2>") +r=A.bF(new A.n1(s,r),r.h("i.E"),t.h) +B.b.S(A.a6(r,!0,A.m(r).h("i.E")),a)}} +A.a0R.prototype={ +$1(a){var s,r,q,p,o=this,n=o.b +n.p2=a +q=n.ok +if(q.i(0,a)!=null&&!J.e(q.i(0,a),o.c.i(0,a))){q.m(0,a,n.cm(q.i(0,a),null,a)) +o.a.a=!0}s=n.cm(o.c.i(0,a),o.d.d.x8(n,a),a) +if(s!=null){p=o.a +p.a=p.a||!J.e(q.i(0,a),s) +q.m(0,a,s) +q=s.gP().b +q.toString +r=t.D.a(q) +if(a===0)r.a=0 +else{q=o.e +if(q.a2(0,a))r.a=q.i(0,a)}if(!r.c)n.p1=t.Qv.a(s.gP())}else{o.a.a=!0 +q.v(0,a)}}, +$S:40} +A.a0P.prototype={ +$0(){return null}, +$S:8} +A.a0Q.prototype={ +$0(){return this.a.ok.i(0,this.b)}, +$S:398} +A.a0O.prototype={ +$0(){var s,r,q,p=this,o=p.a +o.p1=p.b==null?null:t.Qv.a(o.ok.i(0,p.c-1).gP()) +s=null +try{q=o.e +q.toString +r=t.M0.a(q) +q=o.p2=p.c +s=o.cm(o.ok.i(0,q),r.d.x8(o,q),q)}finally{o.p2=null}q=p.c +o=o.ok +if(s!=null)o.m(0,q,s) +else o.v(0,q)}, +$S:0} +A.a0S.prototype={ +$0(){var s,r,q,p=this +try{r=p.a +q=r.p2=p.b +s=r.cm(r.ok.i(0,q),null,q)}finally{p.a.p2=null}p.a.ok.v(0,p.b)}, +$S:0} +A.tU.prototype={ +nS(a){var s,r,q=a.b +q.toString +t.Cl.a(q) +s=this.f +if(q.m1$!==s){q.m1$=s +r=a.d +if(r instanceof A.w&&!s)r.a3()}}} +A.vS.prototype={} +A.h1.prototype={ +cs(a){var s=A.m(this),r=t.h +return new A.vT(A.y(s.h("h1.0"),r),A.y(t.D2,r),this,B.M,s.h("@").a4(s.h("h1.1")).h("vT<1,2>"))}} +A.ky.prototype={ +dU(){B.b.S(this.gj_(this),this.gzA())}, +aN(a){B.b.S(this.gj_(this),a)}, +qQ(a,b){var s=this.j5$,r=s.i(0,b) +if(r!=null){this.lS(r) +s.v(0,b)}if(a!=null){s.m(0,b,a) +this.i3(a)}}} +A.vT.prototype={ +gP(){return this.$ti.h("ky<1,2>").a(A.b5.prototype.gP.call(this))}, +aN(a){var s=this.k4 +s.gal(s).S(0,a)}, +fT(a){this.k4.v(0,a.c) +this.hU(a)}, +dR(a,b){this.n0(a,b) +this.FC()}, +cd(a,b){this.l6(0,b) +this.FC()}, +FC(){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=g.e +f.toString +s=g.$ti +s.h("h1<1,2>").a(f) +r=g.ok +q=t.h +g.ok=A.y(t.D2,q) +p=g.k4 +s=s.c +g.k4=A.y(s,q) +for(o=0;o<4;++o){n=B.BR[o] +m=f.YE(n) +l=m==null?null:m.a +k=p.i(0,n) +j=r.i(0,l) +if(j!=null)i=p.v(0,s.a(j.c)) +else i=(k==null?null:k.e.a)==null?p.v(0,n):null +h=g.cm(i,m,n) +if(h!=null){g.k4.m(0,n,h) +if(l!=null)g.ok.m(0,l,h)}}p.gal(p).S(0,g.gZS())}, +hC(a,b){this.$ti.h("ky<1,2>").a(A.b5.prototype.gP.call(this)).qQ(a,b)}, +iA(a,b){var s=this.$ti.h("ky<1,2>") +if(s.a(A.b5.prototype.gP.call(this)).j5$.i(0,b)===a)s.a(A.b5.prototype.gP.call(this)).qQ(null,b)}, +hF(a,b,c){var s=this.$ti.h("ky<1,2>").a(A.b5.prototype.gP.call(this)) +if(s.j5$.i(0,b)===a)s.qQ(null,b) +s.qQ(a,c)}} +A.yr.prototype={ +az(a,b){return this.MV(a,b)}} +A.FK.prototype={ +F(){return"SnapshotMode."+this.b}} +A.vW.prototype={ +srf(a){return}} +A.FM.prototype={ +am(a){var s=new A.qs(A.cn(a,B.ea,t.w).w.b,this.w,this.e,this.f,!0,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){t.xL.a(b) +b.sZ7(0,this.e) +b.sa2s(0,this.f) +b.srD(0,A.cn(a,B.ea,t.w).w.b) +b.stD(this.w) +b.sYh(!0)}} +A.qs.prototype={ +srD(a,b){var s,r=this +if(b===r.A)return +r.A=b +s=r.c8 +if(s==null)return +else{s.l() +r.c8=null +r.ak()}}, +stD(a){var s,r=this,q=r.a_ +if(a===q)return +s=r.geg() +q.I(0,s) +r.a_=a +if(A.t(q)!==A.t(r.a_)||r.a_.iK(q))r.ak() +if(r.y!=null)r.a_.Z(0,s)}, +sZ7(a,b){var s,r=this,q=r.a9 +if(b===q)return +s=r.gqD() +q.I(0,s) +r.a9=b +if(r.y!=null)b.Z(0,s)}, +sa2s(a,b){if(b===this.bf)return +this.bf=b +this.ak()}, +sYh(a){return}, +ac(a){var s=this +s.a9.Z(0,s.gqD()) +s.a_.Z(0,s.geg()) +s.n3(a)}, +a7(a){var s,r=this +r.fS=!1 +r.a9.I(0,r.gqD()) +r.a_.I(0,r.geg()) +s=r.c8 +if(s!=null)s.l() +r.hx=r.c8=null +r.l7(0)}, +l(){var s,r=this +r.a9.I(0,r.gqD()) +r.a_.I(0,r.geg()) +s=r.c8 +if(s!=null)s.l() +r.hx=r.c8=null +r.iM()}, +UV(){var s,r=this +r.fS=!1 +s=r.c8 +if(s!=null)s.l() +r.hx=r.c8=null +r.ak()}, +aD(a,b){var s=this,r=s.gC(s) +if(r.gT(r)){r=s.c8 +if(r!=null)r.l() +s.hx=s.c8=null +return}r=s.c8 +if(r!=null)r.l() +s.hx=s.c8=null +s.a_.mq(a,b,s.gC(s),A.eg.prototype.ghG.call(s)) +return}} +A.FL.prototype={} +A.If.prototype={ +Z(a,b){}, +I(a,b){}, +$iab:1} +A.Gc.prototype={ +am(a){var s=new A.EP(new A.t9(new WeakMap()),A.ax(t.Cn),A.y(t.X,t.m2),B.bl,null,A.ao()) +s.aq() +s.saA(null) +return s}, +az(a,b){}} +A.EP.prototype={ +bJ(a,b){var s,r,q=this +if(!q.gC(q).t(0,b))return!1 +s=q.cR(a,b)||q.A===B.a9 +if(s){r=new A.lb(b,q) +q.cD.m(0,r,a) +a.B(0,r)}return s}, +ig(a,b){var s,r,q,p,o,n,m,l,k=this +if(!t.b.b(a)||a.gcN(a)!==1)return +s=k.ea +if(s.a===0)return +A.o1(b) +r=k.cD.a.get(b) +if(r==null)return +q=k.RU(s,r.a) +p=t.Cn +o=A.a0p(q,q.gw4(),A.m(q).c,p).Qc() +n=A.ax(p) +for(q=o.gV(o),p=k.cu;q.q();){m=q.gD(q) +m.gKO(m) +m=p.i(0,m.gKO(m)) +m.toString +n.H(0,m)}l=s.kf(n) +for(s=l.gV(l);s.q();)s.gD(s).ga4K().$1(a) +for(s=A.dh(n,n.r),q=A.m(s).c;s.q();){p=s.d;(p==null?q.a(p):p).ga4J().$1(a)}}, +RU(a,b){var s,r,q,p,o=A.ax(t.zE) +for(s=b.length,r=this.ea,q=0;q#"+A.b1(this.a))+"]"}} +A.wo.prototype={ +am(a){var s=this,r=s.e,q=A.ahT(a,r),p=A.ao() +r=new A.vf(s.r,r,q,s.w,250,B.iH,s.Q,p,0,null,null,A.ao()) +r.aq() +r.H(0,null) +q=r.a8$ +if(q!=null)r.dB=q +return r}, +az(a,b){var s=this,r=s.e +b.sf5(r) +r=A.ahT(a,r) +b.sZQ(r) +b.sY6(s.r) +b.sbT(0,s.w) +b.sYv(s.y) +b.sYw(B.iH) +b.sk6(s.Q)}, +cs(a){return new A.NF(A.cx(t.h),this,B.M)}} +A.NF.prototype={ +gP(){return t.E1.a(A.eH.prototype.gP.call(this))}, +dR(a,b){var s=this +s.ah=!0 +s.Mh(a,b) +s.FA() +s.ah=!1}, +cd(a,b){var s=this +s.ah=!0 +s.Mj(0,b) +s.FA() +s.ah=!1}, +FA(){var s,r=this,q=r.e +q.toString +t.Dg.a(q) +q=r.gj_(r) +s=t.E1 +if(!q.gT(q)){q=s.a(A.eH.prototype.gP.call(r)) +s=r.gj_(r) +q.saM(t.IT.a(s.gG(s).gP())) +r.aZ=0}else{s.a(A.eH.prototype.gP.call(r)).saM(null) +r.aZ=null}}, +hC(a,b){var s=this +s.B9(a,b) +if(!s.ah&&b.b===s.aZ)t.E1.a(A.eH.prototype.gP.call(s)).saM(t.IT.a(a))}, +hF(a,b,c){this.Ba(a,b,c)}, +iA(a,b){var s=this +s.Mi(a,b) +if(!s.ah&&t.E1.a(A.eH.prototype.gP.call(s)).dB===a)t.E1.a(A.eH.prototype.gP.call(s)).saM(null)}} +A.OR.prototype={} +A.OS.prototype={} +A.a39.prototype={ +$1(a){this.a.a=a +return!1}, +$S:21} +A.a3b.prototype={ +$1(a){var s,r,q=this,p=a.a,o=p==null?null:p.r +$label0$0:{if(typeof o=="number"){p=o!==B.b.ga1(q.b) +s=o}else{s=null +p=!1}if(p){p=s +break $label0$0}p=null +break $label0$0}r=p!=null +if(r)q.b.push(p) +a.a42(q) +if(r)q.b.pop() +return!0}, +$S:49} +A.Ei.prototype={ +rY(a,b,c){return this.a05(a,b,c)}, +a05(a,b,c){var s=0,r=A.Y(t.H),q=1,p,o=[],n=this,m,l,k,j,i,h,g +var $async$rY=A.U(function(d,e){if(d===1){p=e +s=q}while(true)switch(s){case 0:h=null +q=3 +m=n.a.i(0,a) +s=m!=null?6:7 +break +case 6:j=m.$1(b) +s=8 +return A.Z(t.T8.b(j)?j:A.i7(j,t.CD),$async$rY) +case 8:h=e +case 7:o.push(5) +s=4 +break +case 3:q=2 +g=p +l=A.ae(g) +k=A.aw(g) +j=A.b9("during a framework-to-plugin message") +A.cN(new A.br(l,k,"flutter web plugins",j,null,!1)) +o.push(5) +s=4 +break +case 2:o=[1] +case 4:q=1 +if(c!=null)c.$1(h) +s=o.pop() +break +case 5:return A.W(null,r) +case 1:return A.V(p,r)}}) +return A.X($async$rY,r)}} +A.Yq.prototype={} +A.Me.prototype={ +F(){return"_ServiceFactoryType."+this.b}} +A.ji.prototype={ +Kv(a,b,c){var s,r,q,p,o,n,m,l=this +try{switch(l.a.a){case 0:p=l.f.$0() +return p +case 1:p=l.as +p.toString +l.$ti.c.a(p) +return p +case 2:if(l.as==null){l.as=l.f.$0() +B.b.U(l.ch) +p=l.ax +p===$&&A.c() +o=l.as +o.toString +n=l.$ti.c +p.d0(0,n.a(o)) +s=l.b.CF(l.z,!0,A.b6(n),t.K) +n=s +r=n==null?null:n.as}p=l.as +p.toString +l.$ti.c.a(p) +return p +default:p=A.a1("Impossible factoryType") +throw A.d(p)}}catch(m){q=A.aw(m) +A.b6(l.$ti.c).j(0) +A.j(q) +throw m}}} +A.LZ.prototype={} +A.a5G.prototype={ +CF(a,b,c,d){var s,r=1-(b?2:1),q=c==null,p=this.a,o=d.h("ji<0,@,@>?"),n=null +while(!0){if(!(n==null&&r>=0))break +s=p[r].d.i(0,a) +if(q)n=s!=null?o.a(s.i(0,A.b6(d))):null +else n=s!=null?o.a(s.i(0,c)):null;--r}return n}, +Rv(a,b,c){return this.CF(a,!1,b,c)}, +$1$1$instanceName(a,b){var s,r=null,q=this.Rv(a,r,b),p=a==null,o=!p?"with name "+a+" and ":"",n=A.b6(b).j(0) +if(q==null)A.T(new A.eL("GetIt: Object/factory with "+o+"type "+n+" is not registered inside GetIt. \n(Did you accidentally do GetIt sl=GetIt.instance(); instead of GetIt sl=GetIt.instance;\nDid you forget to register it?)")) +o=q.ay +if(o!=null){o=q.ax +o===$&&A.c() +o=o.a.a +p=p?A.dY(A.b6(b).a,r):a +if((o&30)===0)A.T(new A.eL("You tried to access an instance of "+p+" that is not ready yet")) +p=q.as +p.toString +s=p}else s=q.Kv(0,r,r) +return b.a(s)}, +$0(){return this.$1$1$instanceName(null,t.K)}, +$1$0(a){return this.$1$1$instanceName(null,a)}, +VE(a,b,c,d,e,f,g,h,i){var s,r,q,p,o,n,m=null +if(g.b(B.eB))A.T("GetIt: You have to provide type. Did you accidentally do `var sl=GetIt.instance();` instead of var sl=GetIt.instance;") +s=this.a +r=1 +do{--r +q=s[r]}while(!1) +p=q.d +if(p.a2(0,c)){s=p.i(0,c) +s.toString +s=J.nf(s,A.b6(g))&&!0}else s=!1 +o=A.b6(g).j(0) +if(s)A.T(new A.eT(!1,m,m,"Object/factory with type "+o+" is already registered inside GetIt. ")) +n=new A.ji(f,this,b,m,c,!1,m,A.a([],t.nE),!1,g.h("@<0>").a4(h).a4(i).h("ji<1,2,3>")) +n.at=A.b6(g) +n.d=A.b6(h) +n.e=A.b6(i) +n.ax=new A.bk(new A.a3($.a7,g.h("a3<0>")),g.h("bk<0>")) +p.aW(0,c,new A.a5H()) +s=p.i(0,c) +s.toString +J.eR(s,A.b6(g),n) +if(f===B.NU)s=!0 +else s=!1 +if(s)return}} +A.a5H.prototype={ +$0(){return A.hK(null,null,t.A,t.Nu)}, +$S:402} +A.Ud.prototype={ +mA(a,b,c,d,e,f,g){return this.a3t(0,b,c,d,e,f,g)}, +a3t(a,b,c,d,e,f,g){var s=0,r=A.Y(t.Wd),q,p=this,o,n,m,l,k,j,i +var $async$mA=A.U(function(h,a0){if(h===1)return A.V(a0,r) +while(true)switch(s){case 0:j=p.cy +s=j!=null&&j<=0?3:4 +break +case 3:j=Date.now() +o=p.CW +s=5 +return A.Z(A.lA(A.c1(0,(o==null?null:A.af5(o*1000,!0)).a-j),null,t.z),$async$mA) +case 5:case 4:n=B.vR.Yg() +if(n!=null)e.aW(0,"Authorization",new A.Ue(n)) +e.aW(0,"User-Agent",new A.Uf(p)) +if(b==="PUT"&&!0)e.aW(0,"Content-Length",new A.Ug()) +m=A.aw_(f) +if(B.d.b5(c,"http://")||B.d.b5(c,"https://"))j=""+c+m +else{j=""+"https://api.github.com" +j=(!B.d.b5(c,"/")?j+"/":j)+c+m}l=A.arE(b,A.el(j.charCodeAt(0)==0?j:j,0,null)) +l.r.H(0,e) +i=A +s=7 +return A.Z(p.d.fC(0,l),$async$mA) +case 7:s=6 +return A.Z(i.ZP(a0),$async$mA) +case 6:k=a0 +j=k.e +if(j.a2(0,"x-ratelimit-limit")){o=j.i(0,"x-ratelimit-limit") +o.toString +A.fv(o,null) +o=j.i(0,"x-ratelimit-remaining") +o.toString +p.cy=A.fv(o,null) +j=j.i(0,"x-ratelimit-reset") +j.toString +p.CW=A.fv(j,null)}j=k.b +if(g!==j)p.a0E(k) +else{q=k +s=1 +break}case 1:return A.W(q,r)}}) +return A.X($async$mA,r)}, +a0E(a){var s,r,q,p,o,n,m,l,k,j,i=this,h="errors",g="",f=null,e=a.e,d=e.i(0,"content-type") +d.toString +if(B.d.t(d,"application/json"))try{s=B.bd.xv(0,A.ajT(A.aiU(e).c.a.i(0,"charset")).df(0,a.w),null) +g=J.b3(s,"message") +if(J.b3(s,h)!=null)try{f=A.lX(J.b3(s,h),!0,t.GU)}catch(q){e=t.N +f=A.a([A.aI(["code",J.cT(J.b3(s,h))],e,e)],t.m0)}}catch(q){r=A.ae(q) +e=A.ahK(i,J.cT(r)) +throw A.d(e)}e=a.b +switch(e){case 404:throw A.d(new A.DD("Requested Resource was Not Found")) +case 401:throw A.d(new A.zT("Access Forbidden")) +case 400:if(J.e(g,"Problems parsing JSON"))throw A.d(A.afV(i,g)) +else if(J.e(g,"Body should be a JSON Hash"))throw A.d(A.afV(i,g)) +else throw A.d(A.anm(i,"Not Found")) +case 422:p=new A.bT("") +e=""+"\n" +p.a=e +e+=" Message: "+A.j(g)+"\n" +p.a=e +if(f!=null){p.a=e+" Errors:\n" +for(e=f,d=e.length,o=0;o=10){s=4 +break}s=13 +return A.jq(A.lA(B.yJ,null,i),$async$lX,r) +case 13:s=3 +break +s=11 +break +case 12:throw c +case 11:s=8 +break +case 5:s=2 +break +case 8:s=14 +q=[1] +return A.jq(A.aib(k),$async$lX,r) +case 14:++g +e=k.e.i(0,"link") +if(e==null){s=4 +break}if(A.axv(e).i(0,"next")==null){s=4 +break}d=a3 +h=J.aek(h,1) +J.eR(d,"page",h) +s=3 +break +case 4:case 1:return A.jq(null,0,r) +case 2:return A.jq(o,1,r)}}) +var s=0,r=A.ajc($async$lX,t.Wd),q,p=2,o,n=[],m=this,l,k,j,i,h,g,f,e,d,c +return A.ajw(r)}, +md(a,b,c,d,e,f,g,h,i,j){return this.a1T(a,b,c,d,e,f,g,h,i,j,j)}, +a1T(a,b,c,a0,a1,a2,a3,a4,a5,a6,a7){var $async$md=A.U(function(a8,a9){switch(a8){case 2:n=q +s=n.pop() +break +case 1:o=a9 +s=p}while(true)switch(s){case 0:a1=a1 +if(a1==null){i=t.N +a1=A.y(i,i)}J.qS(a1,"Accept",new A.Y1()) +i=new A.qy(A.eq(m.lX(a,b,a0,a1,a2,a3,a5),"stream",t.K)) +p=3 +h=a6.h("0?"),g=t.kc +case 6:s=8 +return A.jq(i.q(),$async$md,r) +case 8:if(!a9){s=7 +break}l=i.gD(i) +f=l +e=g.a(B.bd.xv(0,A.ajT(A.aiU(f.e).c.a.i(0,"charset")).df(0,f.w),null)) +k=e +f=J.ar(k) +case 9:if(!f.q()){s=10 +break}j=f.gD(f) +d=h.a(j) +d.toString +s=11 +q=[1,4] +return A.jq(A.aib(d),$async$md,r) +case 11:s=9 +break +case 10:s=6 +break +case 7:n.push(5) +s=4 +break +case 3:n=[2] +case 4:p=2 +s=12 +return A.jq(i.aI(0),$async$md,r) +case 12:s=n.pop() +break +case 5:case 1:return A.jq(null,0,r) +case 2:return A.jq(o,1,r)}}) +var s=0,r=A.ajc($async$md,a7),q,p=2,o,n=[],m=this,l,k,j,i,h,g,f,e,d +return A.ajw(r)}} +A.Y1.prototype={ +$0(){return"application/vnd.github.v3+json"}, +$S:11} +A.a0m.prototype={} +A.a9X.prototype={ +$1(a){return a==null}, +$S:39} +A.Q0.prototype={} +A.Ae.prototype={ +a_E(){if(this.w)throw A.d(A.a1("Can't finalize a finalized Request.")) +this.w=!0 +return B.vN}, +j(a){return this.a+" "+this.b.j(0)}} +A.Q1.prototype={ +$2(a,b){return a.toLowerCase()===b.toLowerCase()}, +$S:403} +A.Q2.prototype={ +$1(a){return B.d.gu(a.toLowerCase())}, +$S:404} +A.Q3.prototype={ +Bs(a,b,c,d,e,f,g){var s=this.b +if(s<100)throw A.d(A.bt("Invalid status code "+s+".",null))}} +A.Qd.prototype={ +fC(a,b){return this.L0(0,b)}, +L0(a,b){var s=0,r=A.Y(t.ZE),q,p=2,o,n=[],m=this,l,k,j,i,h,g,f +var $async$fC=A.U(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:b.LA() +s=3 +return A.Z(new A.nA(A.ahr(b.y,t.Cm)).JO(),$async$fC) +case 3:j=d +l=new self.XMLHttpRequest() +i=m.a +i.B(0,l) +h=l +h.open(b.a,b.b.j(0),!0) +h.responseType="arraybuffer" +h.withCredentials=!1 +for(h=b.r,h=h.gd2(h),h=h.gV(h);h.q();){g=h.gD(h) +l.setRequestHeader(g.a,g.b)}k=new A.bk(new A.a3($.a7,t.EW),t.Bx) +h=t.ba +g=new A.pZ(l,"load",!1,h) +f=t.H +g.gG(g).b8(new A.Qe(l,k,b),f) +h=new A.pZ(l,"error",!1,h) +h.gG(h).b8(new A.Qf(k,b),f) +l.send(j) +p=4 +s=7 +return A.Z(k.a,$async$fC) +case 7:h=d +q=h +n=[1] +s=5 +break +n.push(6) +s=5 +break +case 4:n=[2] +case 5:p=2 +i.v(0,l) +s=n.pop() +break +case 6:case 1:return A.W(q,r) +case 2:return A.V(o,r)}}) +return A.X($async$fC,r)}} +A.Qe.prototype={ +$1(a){var s,r,q,p,o,n,m,l=this,k=l.a,j=A.aj3(k).i(0,"content-length") +if(j!=null){s=$.alH() +s=!s.b.test(j)}else s=!1 +if(s){l.b.j1(new A.rw("Invalid content-length header ["+A.j(j)+"].",l.c.b)) +return}r=A.d6(t.pI.a(k.response),0,null) +q=k.responseURL +if(q.length!==0)A.el(q,0,null) +s=A.ahr(r,t.Cm) +p=k.status +o=r.length +n=l.c +m=A.aj3(k) +k=k.statusText +s=new A.G3(A.axM(new A.nA(s)),n,p,k,o,m,!1,!0) +s.Bs(p,o,m,!1,!0,k,n) +l.b.d0(0,s)}, +$S:6} +A.Qf.prototype={ +$1(a){this.a.k8(new A.rw("XMLHttpRequest error.",this.b.b),A.ahp())}, +$S:6} +A.nA.prototype={ +JO(){var s=new A.a3($.a7,t.Qy),r=new A.bk(s,t.gI),q=new A.Hy(new A.Qs(r),new Uint8Array(1024)) +this.d4(q.ghl(q),!0,q.gxd(q),r.gYX()) +return s}} +A.Qs.prototype={ +$1(a){return this.a.d0(0,new Uint8Array(A.n8(a)))}, +$S:405} +A.rw.prototype={ +j(a){var s=this.b.j(0) +return"ClientException: "+this.a+", uri="+s}, +$ibn:1} +A.ZO.prototype={} +A.EU.prototype={} +A.mC.prototype={} +A.G3.prototype={} +A.rm.prototype={} +A.QJ.prototype={ +$1(a){return a.toLowerCase()}, +$S:48} +A.uo.prototype={ +j(a){var s=new A.bT(""),r=""+this.a +s.a=r +r+="/" +s.a=r +s.a=r+this.b +this.c.a.S(0,new A.WN(s)) +r=s.a +return r.charCodeAt(0)==0?r:r}} +A.WL.prototype={ +$0(){var s,r,q,p,o,n,m,l,k,j=this.a,i=new A.a1i(null,j),h=$.amD() +i.uf(h) +s=$.amB() +i.op(s) +r=i.gyH().i(0,0) +r.toString +i.op("/") +i.op(s) +q=i.gyH().i(0,0) +q.toString +i.uf(h) +p=t.N +o=A.y(p,p) +while(!0){p=i.d=B.d.mi(";",j,i.c) +n=i.e=i.c +m=p!=null +p=m?i.e=i.c=p.gaK(p):n +if(!m)break +p=i.d=h.mi(0,j,p) +i.e=i.c +if(p!=null)i.e=i.c=p.gaK(p) +i.op(s) +if(i.c!==i.e)i.d=null +p=i.d.i(0,0) +p.toString +i.op("=") +n=i.d=s.mi(0,j,i.c) +l=i.e=i.c +m=n!=null +if(m){n=i.e=i.c=n.gaK(n) +l=n}else n=l +if(m){if(n!==l)i.d=null +n=i.d.i(0,0) +n.toString +k=n}else k=A.awD(i) +n=i.d=h.mi(0,j,i.c) +i.e=i.c +if(n!=null)i.e=i.c=n.gaK(n) +o.m(0,p,k)}i.a_y() +return A.agk(r,q,o)}, +$S:406} +A.WN.prototype={ +$2(a,b){var s,r,q=this.a +q.a+="; "+a+"=" +s=$.amx() +s=s.b.test(b) +r=q.a +if(s){q.a=r+'"' +s=q.a+=A.akp(b,$.alI(),new A.WM(),null) +q.a=s+'"'}else q.a=r+b}, +$S:74} +A.WM.prototype={ +$1(a){return"\\"+A.j(a.i(0,0))}, +$S:141} +A.aa7.prototype={ +$1(a){var s=a.i(0,1) +s.toString +return s}, +$S:141} +A.Qz.prototype={} +A.Up.prototype={ +k(a,b){var s,r +if(b==null)return!1 +if(!(b instanceof A.Up))return!1 +s=b.d +s===$&&A.c() +r=this.d +r===$&&A.c() +return s===r}, +gu(a){var s=this.d +s===$&&A.c() +return B.f.gu(s)}, +j(a){var s,r,q=this.a +q===$&&A.c() +q=B.f.j(B.c.aH(q)) +s=this.b +s===$&&A.c() +s=B.c.aH(s) +r=this.c +r===$&&A.c() +return"H"+q+" C"+s+" T"+B.f.j(B.c.aH(r))}} +A.a37.prototype={} +A.B1.prototype={ +k(a,b){var s=this +if(b==null)return!1 +return b instanceof A.B1&&s.a.k(0,b.a)&&s.b.k(0,b.b)&&s.c.k(0,b.c)&&s.d.k(0,b.d)&&s.e.k(0,b.e)&&s.f.k(0,b.f)}, +gu(a){var s=this +return A.I(s.a,s.b,s.c,s.d,s.e,s.f,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +j(a){var s=this +return"primary: "+s.a.j(0)+"\nsecondary: "+s.b.j(0)+"\ntertiary: "+s.c.j(0)+"\nneutral: "+s.d.j(0)+"\nneutralVariant: "+s.e.j(0)+"\nerror: "+s.f.j(0)+"\n"}} +A.j2.prototype={ +gGs(){var s=t.hv +return A.a6(new A.a4(B.Be,new A.a2s(this),s),!0,s.h("aX.E"))}, +aj(a,b){var s=this.b +if(b>=90)s=Math.min(s,40) +return this.c.aW(0,b,new A.a2t(this,s,b))}, +k(a,b){var s +if(b==null)return!1 +if(b instanceof A.j2){s=!0 +if(s)return this.a===b.a&&this.b===b.b +else return new A.CX(B.vX,t.wO).eJ(this.gGs(),b.gGs())}return!1}, +gu(a){var s=A.I(this.a,this.b,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a) +return s}, +j(a){return"TonalPalette.of("+A.j(this.a)+", "+A.j(this.b)+")"}} +A.a2s.prototype={ +$1(a){return this.a.aj(0,a)}, +$S:57} +A.a2t.prototype={ +$0(){var s=A.apE(this.a.a,this.b,this.c) +A.abj(s,$.Pe()) +A.ao_(A.aeY(s)[1]/100) +return s}, +$S:32} +A.a_q.prototype={} +A.Rl.prototype={ +XL(a,b){var s,r=null +A.ajA("absolute",A.a([b,null,null,null,null,null,null,null,null,null,null,null,null,null,null],t.XS)) +s=this.a +s=s.el(b)>0&&!s.jl(b) +if(s)return b +s=this.b +return this.IG(0,s==null?A.ajQ():s,b,r,r,r,r,r,r,r,r,r,r,r,r,r,r)}, +IG(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var s=A.a([b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q],t.XS) +A.ajA("join",s) +return this.a1S(new A.dR(s,t.Ri))}, +a1S(a){var s,r,q,p,o,n,m,l,k +for(s=a.gV(a),r=new A.mM(s,new A.Rn()),q=this.a,p=!1,o=!1,n="";r.q();){m=s.gD(s) +if(q.jl(m)&&o){l=A.DS(m,q) +k=n.charCodeAt(0)==0?n:n +n=B.d.Y(k,0,q.mE(k,!0)) +l.b=n +if(q.oZ(n))l.e[0]=q.gkV() +n=""+l.j(0)}else if(q.el(m)>0){o=!q.jl(m) +n=""+m}else{if(!(m.length!==0&&q.xg(m[0])))if(p)n+=q.gkV() +n+=m}p=q.oZ(m)}return n.charCodeAt(0)==0?n:n}, +mS(a,b){var s=A.DS(b,this.a),r=s.d,q=A.a5(r).h("aO<1>") +q=A.a6(new A.aO(r,new A.Ro(),q),!0,q.h("i.E")) +s.d=q +r=s.b +if(r!=null)B.b.oE(q,0,r) +return s.d}, +yX(a,b){var s +if(!this.UC(b))return b +s=A.DS(b,this.a) +s.p_(0) +return s.j(0)}, +UC(a){var s,r,q,p,o,n,m,l,k=this.a,j=k.el(a) +if(j!==0){if(k===$.Pd())for(s=0;s0)return o.yX(0,a) +if(m.el(a)<=0||m.jl(a))a=o.XL(0,a) +if(m.el(a)<=0&&m.el(s)>0)throw A.d(A.agC(n+a+'" from "'+s+'".')) +r=A.DS(s,m) +r.p_(0) +q=A.DS(a,m) +q.p_(0) +l=r.d +if(l.length!==0&&J.e(l[0],"."))return q.j(0) +l=r.b +p=q.b +if(l!=p)l=l==null||p==null||!m.zn(l,p) +else l=!1 +if(l)return q.j(0) +while(!0){l=r.d +if(l.length!==0){p=q.d +l=p.length!==0&&m.zn(l[0],p[0])}else l=!1 +if(!l)break +B.b.hK(r.d,0) +B.b.hK(r.e,1) +B.b.hK(q.d,0) +B.b.hK(q.e,1)}l=r.d +if(l.length!==0&&J.e(l[0],".."))throw A.d(A.agC(n+a+'" from "'+s+'".')) +l=t.N +B.b.oF(q.d,0,A.aV(r.d.length,"..",!1,l)) +p=q.e +p[0]="" +B.b.oF(p,1,A.aV(r.d.length,m.gkV(),!1,l)) +m=q.d +l=m.length +if(l===0)return"." +if(l>1&&J.e(B.b.ga1(m),".")){B.b.ek(q.d) +m=q.e +m.pop() +m.pop() +m.push("")}q.b="" +q.Jv() +return q.j(0)}, +J9(a){var s,r,q=this,p=A.aji(a) +if(p.gcX()==="file"&&q.a===$.zP())return p.j(0) +else if(p.gcX()!=="file"&&p.gcX()!==""&&q.a!==$.zP())return p.j(0) +s=q.yX(0,q.a.zm(A.aji(p))) +r=q.a3f(s) +return q.mS(0,r).length>q.mS(0,s).length?s:r}} +A.Rn.prototype={ +$1(a){return a!==""}, +$S:35} +A.Ro.prototype={ +$1(a){return a.length!==0}, +$S:35} +A.a9S.prototype={ +$1(a){return a==null?"null":'"'+a+'"'}, +$S:408} +A.VI.prototype={ +KF(a){var s=this.el(a) +if(s>0)return B.d.Y(a,0,s) +return this.jl(a)?a[0]:null}, +zn(a,b){return a===b}} +A.Y7.prototype={ +Jv(){var s,r,q=this +while(!0){s=q.d +if(!(s.length!==0&&J.e(B.b.ga1(s),"")))break +B.b.ek(q.d) +q.e.pop()}s=q.e +r=s.length +if(r!==0)s[r-1]=""}, +p_(a){var s,r,q,p,o,n,m=this,l=A.a([],t.s) +for(s=m.d,r=s.length,q=0,p=0;p0){s=B.d.hA(a,"\\",s+1) +if(s>0)return s}return r}if(r<3)return 0 +if(!A.ak2(a.charCodeAt(0)))return 0 +if(a.charCodeAt(1)!==58)return 0 +r=a.charCodeAt(2) +if(!(r===47||r===92))return 0 +return 3}, +el(a){return this.mE(a,!1)}, +jl(a){return this.el(a)===1}, +zm(a){var s,r +if(a.gcX()!==""&&a.gcX()!=="file")throw A.d(A.bt("Uri "+a.j(0)+" must have scheme 'file:'.",null)) +s=a.gc1(a) +if(a.ghz(a)===""){if(s.length>=3&&B.d.b5(s,"/")&&A.ak3(s,1))s=B.d.Jy(s,"/","")}else s="\\\\"+a.ghz(a)+s +r=A.l1(s,"/","\\") +return A.kT(r,0,r.length,B.I,!1)}, +YT(a,b){var s +if(a===b)return!0 +if(a===47)return b===92 +if(a===92)return b===47 +if((a^b)!==32)return!1 +s=a|32 +return s>=97&&s<=122}, +zn(a,b){var s,r +if(a===b)return!0 +s=a.length +if(s!==b.length)return!1 +for(r=0;r=r||s[n]!==10)o=10}if(o===10)q.push(p+1)}}, +mK(a){var s,r=this +if(a<0)throw A.d(A.df("Offset may not be negative, was "+a+".")) +else if(a>r.c.length)throw A.d(A.df("Offset "+a+u.D+r.gp(r)+".")) +s=r.b +if(a=B.b.ga1(s))return s.length-1 +if(r.U2(a)){s=r.d +s.toString +return s}return r.d=r.Pz(a)-1}, +U2(a){var s,r,q=this.d +if(q==null)return!1 +s=this.b +if(a=r-1||a=r-2||aa)p=r +else s=r+1}return p}, +u6(a){var s,r,q=this +if(a<0)throw A.d(A.df("Offset may not be negative, was "+a+".")) +else if(a>q.c.length)throw A.d(A.df("Offset "+a+" must be not be greater than the number of characters in the file, "+q.gp(q)+".")) +s=q.mK(a) +r=q.b[s] +if(r>a)throw A.d(A.df("Line "+s+" comes after offset "+a+".")) +return a-r}, +jA(a){var s,r,q,p,o=this +if(a<0)throw A.d(A.df("Line may not be negative, was "+a+".")) +else{s=o.b +r=s.length +if(a>=r)throw A.d(A.df("Line "+a+" must be less than the number of lines in the file, "+o.ga22(o)+"."))}q=s[a] +if(q<=o.c.length){p=a+1 +s=p=s[p]}else s=!0 +if(s)throw A.d(A.df("Line "+a+" doesn't have 0 columns.")) +return q}} +A.BV.prototype={ +gbH(){return this.a.a}, +gc_(a){return this.a.mK(this.b)}, +gcq(){return this.a.u6(this.b)}, +gbT(a){return this.b}} +A.q_.prototype={ +gbH(){return this.a.a}, +gp(a){return this.c-this.b}, +gb6(a){return A.abG(this.a,this.b)}, +gaK(a){return A.abG(this.a,this.c)}, +gcc(a){return A.hY(B.fF.bc(this.a.c,this.b,this.c),0,null)}, +gdu(a){var s=this,r=s.a,q=s.c,p=r.mK(q) +if(r.u6(q)===0&&p!==0){if(q-s.b===0)return p===r.b.length-1?"":A.hY(B.fF.bc(r.c,r.jA(p),r.jA(p+1)),0,null)}else q=p===r.b.length-1?r.c.length:r.jA(p+1) +return A.hY(B.fF.bc(r.c,r.jA(r.mK(s.b)),q),0,null)}, +aB(a,b){var s +if(!(b instanceof A.q_))return this.Nu(0,b) +s=B.f.aB(this.b,b.b) +return s===0?B.f.aB(this.c,b.c):s}, +k(a,b){var s=this +if(b==null)return!1 +if(!(b instanceof A.q_))return s.Nt(0,b) +return s.b===b.b&&s.c===b.c&&J.e(s.a.a,b.a.a)}, +gu(a){return A.I(this.b,this.c,this.a.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +$ij_:1} +A.Uy.prototype={ +a11(a4){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1=this,a2=null,a3=a1.a +a1.G6(B.b.gG(a3).c) +s=a1.e +r=A.aV(s,a2,!1,t.Xk) +for(q=a1.r,s=s!==0,p=a1.b,o=0;o0){m=a3[o-1] +l=m.c +k=n.c +if(!J.e(l,k)){a1.r3("\u2575") +q.a+="\n" +a1.G6(k)}else if(m.b+1!==n.b){a1.XJ("...") +q.a+="\n"}}for(l=n.d,k=new A.cs(l,A.a5(l).h("cs<1>")),k=new A.co(k,k.gp(k)),j=A.m(k).c,i=n.b,h=n.a;k.q();){g=k.d +if(g==null)g=j.a(g) +f=g.a +e=f.gb6(f) +e=e.gc_(e) +d=f.gaK(f) +if(e!==d.gc_(d)){e=f.gb6(f) +f=e.gc_(e)===i&&a1.U3(B.d.Y(h,0,f.gb6(f).gcq()))}else f=!1 +if(f){c=B.b.eO(r,a2) +if(c<0)A.T(A.bt(A.j(r)+" contains no null elements.",a2)) +r[c]=g}}a1.XI(i) +q.a+=" " +a1.XH(n,r) +if(s)q.a+=" " +b=B.b.a1i(l,new A.UT()) +a=b===-1?a2:l[b] +k=a!=null +if(k){j=a.a +g=j.gb6(j) +g=g.gc_(g)===i?j.gb6(j).gcq():0 +f=j.gaK(j) +a1.XF(h,g,f.gc_(f)===i?j.gaK(j).gcq():h.length,p)}else a1.r5(h) +q.a+="\n" +if(k)a1.XG(n,a,r) +for(k=l.length,a0=0;a0")) +return s.gp(s)}, +$S:411} +A.Uz.prototype={ +$1(a){var s=a.a,r=s.gb6(s) +r=r.gc_(r) +s=s.gaK(s) +return r!==s.gc_(s)}, +$S:56} +A.UB.prototype={ +$1(a){return a.c}, +$S:413} +A.UD.prototype={ +$1(a){var s=a.a.gbH() +return s==null?new A.B():s}, +$S:414} +A.UE.prototype={ +$2(a,b){return a.a.aB(0,b.a)}, +$S:415} +A.UF.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=a.a,d=a.b,c=A.a([],t.Kx) +for(s=J.bD(d),r=s.gV(d),q=t._Y;r.q();){p=r.gD(r).a +o=p.gdu(p) +n=A.aac(o,p.gcc(p),p.gb6(p).gcq()) +n.toString +n=B.d.nP("\n",B.d.Y(o,0,n)) +m=n.gp(n) +p=p.gb6(p) +l=p.gc_(p)-m +for(p=o.split("\n"),n=p.length,k=0;kB.b.ga1(c).b)c.push(new A.hc(j,l,e,A.a([],q)));++l}}i=A.a([],q) +for(r=c.length,h=0,k=0;kj.b)break +i.push(n)}h+=i.length-g +B.b.H(j.d,i)}return c}, +$S:416} +A.UC.prototype={ +$1(a){var s=a.a +s=s.gaK(s) +return s.gc_(s)" +return null}, +$S:0} +A.UN.prototype={ +$0(){var s=this.b===this.c.b?"\u250c":"\u2514" +this.a.r.a+=s}, +$S:8} +A.UO.prototype={ +$0(){var s=this.b==null?"\u2500":"\u253c" +this.a.r.a+=s}, +$S:8} +A.UP.prototype={ +$0(){this.a.r.a+="\u2500" +return null}, +$S:0} +A.UQ.prototype={ +$0(){var s,r,q=this,p=q.a,o=p.a?"\u253c":"\u2502" +if(q.c!=null)q.b.r.a+=o +else{s=q.e +r=s.b +if(q.d===r){s=q.b +s.f0(new A.UL(p,s),p.b) +p.a=!0 +if(p.b==null)p.b=s.b}else{if(q.r===r){r=q.f.a +s=r.gaK(r).gcq()===s.a.length}else s=!1 +r=q.b +if(s)r.r.a+="\u2514" +else r.f0(new A.UM(r,o),p.b)}}}, +$S:8} +A.UL.prototype={ +$0(){var s=this.a.a?"\u252c":"\u250c" +this.b.r.a+=s}, +$S:8} +A.UM.prototype={ +$0(){this.a.r.a+=this.b}, +$S:8} +A.UH.prototype={ +$0(){var s=this +return s.a.r5(B.d.Y(s.b,s.c,s.d))}, +$S:0} +A.UI.prototype={ +$0(){var s,r,q=this.a,p=q.r,o=p.a,n=this.c.a,m=n.gb6(n).gcq(),l=n.gaK(n).gcq() +n=this.b.a +s=q.vi(B.d.Y(n,0,m)) +r=q.vi(B.d.Y(n,m,l)) +m+=s*3 +p.a+=B.d.N(" ",m) +p=p.a+=B.d.N("^",Math.max(l+(s+r)*3-m,1)) +return p.length-o.length}, +$S:32} +A.UJ.prototype={ +$0(){var s=this.c.a +return this.a.XE(this.b,s.gb6(s).gcq())}, +$S:0} +A.UK.prototype={ +$0(){var s,r=this,q=r.a,p=q.r,o=p.a +if(r.b)p.a+=B.d.N("\u2500",3) +else{s=r.d.a +q.G5(r.c,Math.max(s.gaK(s).gcq()-1,0),!1)}return p.a.length-o.length}, +$S:32} +A.UR.prototype={ +$0(){var s=this.b,r=s.r,q=this.a.a +if(q==null)q="" +s=r.a+=B.d.a2H(q,s.d) +q=this.c +r.a=s+(q==null?"\u2502":q)}, +$S:8} +A.dw.prototype={ +j(a){var s,r,q=this.a,p=q.gb6(q) +p=p.gc_(p) +s=q.gb6(q).gcq() +r=q.gaK(q) +q=""+"primary "+(""+p+":"+s+"-"+r.gc_(r)+":"+q.gaK(q).gcq()) +return q.charCodeAt(0)==0?q:q}} +A.a5P.prototype={ +$0(){var s,r,q,p,o=this.a +if(!(t.D_.b(o)&&A.aac(o.gdu(o),o.gcc(o),o.gb6(o).gcq())!=null)){s=o.gb6(o) +s=A.FP(s.gbT(s),0,0,o.gbH()) +r=o.gaK(o) +r=r.gbT(r) +q=o.gbH() +p=A.awi(o.gcc(o),10) +o=A.a0U(s,A.FP(r,A.aia(o.gcc(o)),p,q),o.gcc(o),o.gcc(o))}return A.att(A.atv(A.atu(o)))}, +$S:417} +A.hc.prototype={ +j(a){return""+this.b+': "'+this.a+'" ('+B.b.b3(this.d,", ")+")"}} +A.h2.prototype={ +xQ(a){var s=this.a +if(!J.e(s,a.gbH()))throw A.d(A.bt('Source URLs "'+A.j(s)+'" and "'+A.j(a.gbH())+"\" don't match.",null)) +return Math.abs(this.b-a.gbT(a))}, +aB(a,b){var s=this.a +if(!J.e(s,b.gbH()))throw A.d(A.bt('Source URLs "'+A.j(s)+'" and "'+A.j(b.gbH())+"\" don't match.",null)) +return this.b-b.gbT(b)}, +k(a,b){if(b==null)return!1 +return t.y3.b(b)&&J.e(this.a,b.gbH())&&this.b===b.gbT(b)}, +gu(a){var s=this.a +s=s==null?null:s.gu(s) +if(s==null)s=0 +return s+this.b}, +j(a){var s=this,r=A.t(s).j(0),q=s.a +return"<"+r+": "+s.b+" "+(A.j(q==null?"unknown source":q)+":"+(s.c+1)+":"+(s.d+1))+">"}, +$ibm:1, +gbH(){return this.a}, +gbT(a){return this.b}, +gc_(a){return this.c}, +gcq(){return this.d}} +A.FQ.prototype={ +xQ(a){if(!J.e(this.a.a,a.gbH()))throw A.d(A.bt('Source URLs "'+A.j(this.gbH())+'" and "'+A.j(a.gbH())+"\" don't match.",null)) +return Math.abs(this.b-a.gbT(a))}, +aB(a,b){if(!J.e(this.a.a,b.gbH()))throw A.d(A.bt('Source URLs "'+A.j(this.gbH())+'" and "'+A.j(b.gbH())+"\" don't match.",null)) +return this.b-b.gbT(b)}, +k(a,b){if(b==null)return!1 +return t.y3.b(b)&&J.e(this.a.a,b.gbH())&&this.b===b.gbT(b)}, +gu(a){var s=this.a.a +s=s==null?null:s.gu(s) +if(s==null)s=0 +return s+this.b}, +j(a){var s=A.t(this).j(0),r=this.b,q=this.a,p=q.a +return"<"+s+": "+r+" "+(A.j(p==null?"unknown source":p)+":"+(q.mK(r)+1)+":"+(q.u6(r)+1))+">"}, +$ibm:1, +$ih2:1} +A.FS.prototype={ +P6(a,b,c){var s,r=this.b,q=this.a +if(!J.e(r.gbH(),q.gbH()))throw A.d(A.bt('Source URLs "'+A.j(q.gbH())+'" and "'+A.j(r.gbH())+"\" don't match.",null)) +else if(r.gbT(r)'}, +$ibm:1} +A.j_.prototype={ +gdu(a){return this.d}} +A.G7.prototype={ +gut(a){return A.bN(this.c)}} +A.a1i.prototype={ +gyH(){var s=this +if(s.c!==s.e)s.d=null +return s.d}, +uf(a){var s,r=this,q=r.d=J.an_(a,r.b,r.c) +r.e=r.c +s=q!=null +if(s)r.e=r.c=q.gaK(q) +return s}, +HD(a,b){var s +if(this.uf(a))return +if(b==null)if(a instanceof A.tR)b="/"+a.a+"/" +else{s=J.cT(a) +s=A.l1(s,"\\","\\\\") +b='"'+A.l1(s,'"','\\"')+'"'}this.CC(b)}, +op(a){return this.HD(a,null)}, +a_y(){if(this.c===this.b.length)return +this.CC("no more input")}, +a_s(a,b,c,d){var s,r,q,p,o,n,m=this.b +if(d<0)A.T(A.df("position must be greater than or equal to 0.")) +else if(d>m.length)A.T(A.df("position must be less than or equal to the string length.")) +s=d+c>m.length +if(s)A.T(A.df("position plus length must not go beyond the end of the string.")) +s=this.a +r=new A.e3(m) +q=A.a([0],t.t) +p=new Uint32Array(A.n8(r.dl(r))) +o=new A.a0T(s,q,p) +o.P5(r,s) +n=d+c +if(n>p.length)A.T(A.df("End "+n+u.D+o.gp(o)+".")) +else if(d<0)A.T(A.df("Start may not be negative, was "+d+".")) +throw A.d(new A.G7(m,b,new A.q_(o,d,n)))}, +CC(a){this.a_s(0,"expected "+a+".",0,this.c)}} +A.Wf.prototype={ +F(){return"LaunchMode."+this.b}} +A.a3a.prototype={} +A.WS.prototype={ +oL(a,b,c,d,e,f,g,h){var s=t.y +return B.E4.jP("launch",A.aI(["url",a,"useSafariVC",f,"useWebView",g,"enableJavaScript",!0,"enableDomStorage",!0,"universalLinksOnly",e,"headers",d],t.N,t.K),!1,s).b8(new A.WT(),s)}} +A.WT.prototype={ +$1(a){return a===!0}, +$S:418} +A.mi.prototype={ +F(){return"PreferredLaunchMode."+this.b}} +A.CC.prototype={} +A.CO.prototype={} +A.a3_.prototype={ +oL(a,b,c,d,e,f,g,h){throw A.d(A.h6("launch() has not been implemented."))}, +oM(a,b){var s,r,q=B.d.b5(a,"http:")||B.d.b5(a,"https:"),p=b.a +if(p!==B.tu)if(p!==B.tv){s=q&&p===B.fQ +r=s}else r=!0 +else r=!0 +return this.oL(a,!0,!0,b.b.c,p===B.tw,r,r,b.d)}} +A.a30.prototype={ +a2F(a,b){var s,r=A.asZ(a),q=r==null?null:r.gcX() +if(B.GY.t(0,q))return null +s=this.b&&B.H4.t(0,q)?"_top":"" +return this.a.open(a,s,"noopener,noreferrer")}, +oL(a,b,c,d,e,f,g,h){return this.a1Z(a,!0,!0,d,e,f,g,h)}, +a1Z(a,b,c,d,e,f,g,h){var s=0,r=A.Y(t.y),q,p=this +var $async$oL=A.U(function(i,j){if(i===1)return A.V(j,r) +while(true)switch(s){case 0:q=p.oM(a,new A.CO(B.fQ,B.zY,h)) +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$oL,r)}, +oM(a,b){return this.a2_(a,b)}, +a2_(a,b){var s=0,r=A.Y(t.y),q,p=this +var $async$oM=A.U(function(c,d){if(c===1)return A.V(d,r) +while(true)switch(s){case 0:q=p.a2F(a,b.d)!=null +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$oM,r)}} +A.m0.prototype={ +bk(a){var s=a.a,r=this.a +r[8]=s[8] +r[7]=s[7] +r[6]=s[6] +r[5]=s[5] +r[4]=s[4] +r[3]=s[3] +r[2]=s[2] +r[1]=s[1] +r[0]=s[0]}, +j(a){return"[0] "+this.iG(0).j(0)+"\n[1] "+this.iG(1).j(0)+"\n[2] "+this.iG(2).j(0)+"\n"}, +i(a,b){return this.a[b]}, +k(a,b){var s,r,q +if(b==null)return!1 +if(b instanceof A.m0){s=this.a +r=s[0] +q=b.a +s=r===q[0]&&s[1]===q[1]&&s[2]===q[2]&&s[3]===q[3]&&s[4]===q[4]&&s[5]===q[5]&&s[6]===q[6]&&s[7]===q[7]&&s[8]===q[8]}else s=!1 +return s}, +gu(a){return A.bO(this.a)}, +iG(a){var s=new Float64Array(3),r=this.a +s[0]=r[a] +s[1]=r[3+a] +s[2]=r[6+a] +return new A.cQ(s)}, +N(a,b){var s=new Float64Array(9),r=new A.m0(s) +r.bk(this) +s[0]=s[0]*b +s[1]=s[1]*b +s[2]=s[2]*b +s[3]=s[3]*b +s[4]=s[4]*b +s[5]=s[5]*b +s[6]=s[6]*b +s[7]=s[7]*b +s[8]=s[8]*b +return r}, +W(a,b){var s,r=new Float64Array(9),q=new A.m0(r) +q.bk(this) +s=b.a +r[0]=r[0]+s[0] +r[1]=r[1]+s[1] +r[2]=r[2]+s[2] +r[3]=r[3]+s[3] +r[4]=r[4]+s[4] +r[5]=r[5]+s[5] +r[6]=r[6]+s[6] +r[7]=r[7]+s[7] +r[8]=r[8]+s[8] +return q}, +a5(a,b){var s,r=new Float64Array(9),q=new A.m0(r) +q.bk(this) +s=b.a +r[0]=r[0]-s[0] +r[1]=r[1]-s[1] +r[2]=r[2]-s[2] +r[3]=r[3]-s[3] +r[4]=r[4]-s[4] +r[5]=r[5]-s[5] +r[6]=r[6]-s[6] +r[7]=r[7]-s[7] +r[8]=r[8]-s[8] +return q}} +A.aY.prototype={ +bk(a){var s=a.a,r=this.a +r[15]=s[15] +r[14]=s[14] +r[13]=s[13] +r[12]=s[12] +r[11]=s[11] +r[10]=s[10] +r[9]=s[9] +r[8]=s[8] +r[7]=s[7] +r[6]=s[6] +r[5]=s[5] +r[4]=s[4] +r[3]=s[3] +r[2]=s[2] +r[1]=s[1] +r[0]=s[0]}, +j(a){var s=this +return"[0] "+s.iG(0).j(0)+"\n[1] "+s.iG(1).j(0)+"\n[2] "+s.iG(2).j(0)+"\n[3] "+s.iG(3).j(0)+"\n"}, +i(a,b){return this.a[b]}, +k(a,b){var s,r,q +if(b==null)return!1 +if(b instanceof A.aY){s=this.a +r=s[0] +q=b.a +s=r===q[0]&&s[1]===q[1]&&s[2]===q[2]&&s[3]===q[3]&&s[4]===q[4]&&s[5]===q[5]&&s[6]===q[6]&&s[7]===q[7]&&s[8]===q[8]&&s[9]===q[9]&&s[10]===q[10]&&s[11]===q[11]&&s[12]===q[12]&&s[13]===q[13]&&s[14]===q[14]&&s[15]===q[15]}else s=!1 +return s}, +gu(a){return A.bO(this.a)}, +uo(a,b){var s=b.a,r=this.a +r[a]=s[0] +r[4+a]=s[1] +r[8+a]=s[2] +r[12+a]=s[3]}, +iG(a){var s=new Float64Array(4),r=this.a +s[0]=r[a] +s[1]=r[4+a] +s[2]=r[8+a] +s[3]=r[12+a] +return new A.i4(s)}, +N(a,b){var s=new A.aY(new Float64Array(16)) +s.bk(this) +s.pH(0,b,null,null) +return s}, +W(a,b){var s,r=new Float64Array(16),q=new A.aY(r) +q.bk(this) +s=b.a +r[0]=r[0]+s[0] +r[1]=r[1]+s[1] +r[2]=r[2]+s[2] +r[3]=r[3]+s[3] +r[4]=r[4]+s[4] +r[5]=r[5]+s[5] +r[6]=r[6]+s[6] +r[7]=r[7]+s[7] +r[8]=r[8]+s[8] +r[9]=r[9]+s[9] +r[10]=r[10]+s[10] +r[11]=r[11]+s[11] +r[12]=r[12]+s[12] +r[13]=r[13]+s[13] +r[14]=r[14]+s[14] +r[15]=r[15]+s[15] +return q}, +a5(a,b){var s,r=new Float64Array(16),q=new A.aY(r) +q.bk(this) +s=b.a +r[0]=r[0]-s[0] +r[1]=r[1]-s[1] +r[2]=r[2]-s[2] +r[3]=r[3]-s[3] +r[4]=r[4]-s[4] +r[5]=r[5]-s[5] +r[6]=r[6]-s[6] +r[7]=r[7]-s[7] +r[8]=r[8]-s[8] +r[9]=r[9]-s[9] +r[10]=r[10]-s[10] +r[11]=r[11]-s[11] +r[12]=r[12]-s[12] +r[13]=r[13]-s[13] +r[14]=r[14]-s[14] +r[15]=r[15]-s[15] +return q}, +b9(a,b,a0){var s=this.a,r=s[0],q=s[4],p=s[8],o=s[12],n=s[1],m=s[5],l=s[9],k=s[13],j=s[2],i=s[6],h=s[10],g=s[14],f=s[3],e=s[7],d=s[11],c=s[15] +s[12]=r*b+q*a0+p*0+o +s[13]=n*b+m*a0+l*0+k +s[14]=j*b+i*a0+h*0+g +s[15]=f*b+e*a0+d*0+c}, +pH(a,b,c,d){var s,r,q,p +if(b instanceof A.cQ){s=b.a +r=s[0] +q=s[1] +p=s[2]}else{if(typeof b=="number"){q=c==null?b:c +p=d==null?b:d}else throw A.d(A.h6(null)) +r=b}s=this.a +s[0]=s[0]*r +s[1]=s[1]*r +s[2]=s[2]*r +s[3]=s[3]*r +s[4]=s[4]*q +s[5]=s[5]*q +s[6]=s[6]*q +s[7]=s[7]*q +s[8]=s[8]*p +s[9]=s[9]*p +s[10]=s[10]*p +s[11]=s[11]*p +s[12]=s[12] +s[13]=s[13] +s[14]=s[14] +s[15]=s[15]}, +au(a,b){return this.pH(a,b,null,null)}, +kT(a,b,c){return this.pH(a,b,c,null)}, +AH(){var s=this.a +s[0]=0 +s[1]=0 +s[2]=0 +s[3]=0 +s[4]=0 +s[5]=0 +s[6]=0 +s[7]=0 +s[8]=0 +s[9]=0 +s[10]=0 +s[11]=0 +s[12]=0 +s[13]=0 +s[14]=0 +s[15]=0}, +dZ(){var s=this.a +s[0]=1 +s[1]=0 +s[2]=0 +s[3]=0 +s[4]=0 +s[5]=1 +s[6]=0 +s[7]=0 +s[8]=0 +s[9]=0 +s[10]=1 +s[11]=0 +s[12]=0 +s[13]=0 +s[14]=0 +s[15]=1}, +He(){var s=this.a,r=s[0],q=s[5],p=s[1],o=s[4],n=r*q-p*o,m=s[6],l=s[2],k=r*m-l*o,j=s[7],i=s[3],h=r*j-i*o,g=p*m-l*q,f=p*j-i*q,e=l*j-i*m +m=s[8] +i=s[9] +j=s[10] +l=s[11] +return-(i*e-j*f+l*g)*s[12]+(m*e-j*h+l*k)*s[13]-(m*f-i*h+l*n)*s[14]+(m*g-i*k+j*n)*s[15]}, +j2(b5){var s,r,q,p,o=b5.a,n=o[0],m=o[1],l=o[2],k=o[3],j=o[4],i=o[5],h=o[6],g=o[7],f=o[8],e=o[9],d=o[10],c=o[11],b=o[12],a=o[13],a0=o[14],a1=o[15],a2=n*i-m*j,a3=n*h-l*j,a4=n*g-k*j,a5=m*h-l*i,a6=m*g-k*i,a7=l*g-k*h,a8=f*a-e*b,a9=f*a0-d*b,b0=f*a1-c*b,b1=e*a0-d*a,b2=e*a1-c*a,b3=d*a1-c*a0,b4=a2*b3-a3*b2+a4*b1+a5*b0-a6*a9+a7*a8 +if(b4===0){this.bk(b5) +return 0}s=1/b4 +r=this.a +r[0]=(i*b3-h*b2+g*b1)*s +r[1]=(-m*b3+l*b2-k*b1)*s +r[2]=(a*a7-a0*a6+a1*a5)*s +r[3]=(-e*a7+d*a6-c*a5)*s +q=-j +r[4]=(q*b3+h*b0-g*a9)*s +r[5]=(n*b3-l*b0+k*a9)*s +p=-b +r[6]=(p*a7+a0*a4-a1*a3)*s +r[7]=(f*a7-d*a4+c*a3)*s +r[8]=(j*b2-i*b0+g*a8)*s +r[9]=(-n*b2+m*b0-k*a8)*s +r[10]=(b*a6-a*a4+a1*a2)*s +r[11]=(-f*a6+e*a4-c*a2)*s +r[12]=(q*b1+i*a9-h*a8)*s +r[13]=(n*b1-m*a9+l*a8)*s +r[14]=(p*a5+a*a3-a0*a2)*s +r[15]=(f*a5-e*a3+d*a2)*s +return b4}, +eh(b5,b6){var s=this.a,r=s[0],q=s[4],p=s[8],o=s[12],n=s[1],m=s[5],l=s[9],k=s[13],j=s[2],i=s[6],h=s[10],g=s[14],f=s[3],e=s[7],d=s[11],c=s[15],b=b6.a,a=b[0],a0=b[4],a1=b[8],a2=b[12],a3=b[1],a4=b[5],a5=b[9],a6=b[13],a7=b[2],a8=b[6],a9=b[10],b0=b[14],b1=b[3],b2=b[7],b3=b[11],b4=b[15] +s[0]=r*a+q*a3+p*a7+o*b1 +s[4]=r*a0+q*a4+p*a8+o*b2 +s[8]=r*a1+q*a5+p*a9+o*b3 +s[12]=r*a2+q*a6+p*b0+o*b4 +s[1]=n*a+m*a3+l*a7+k*b1 +s[5]=n*a0+m*a4+l*a8+k*b2 +s[9]=n*a1+m*a5+l*a9+k*b3 +s[13]=n*a2+m*a6+l*b0+k*b4 +s[2]=j*a+i*a3+h*a7+g*b1 +s[6]=j*a0+i*a4+h*a8+g*b2 +s[10]=j*a1+i*a5+h*a9+g*b3 +s[14]=j*a2+i*a6+h*b0+g*b4 +s[3]=f*a+e*a3+d*a7+c*b1 +s[7]=f*a0+e*a4+d*a8+c*b2 +s[11]=f*a1+e*a5+d*a9+c*b3 +s[15]=f*a2+e*a6+d*b0+c*b4}, +yT(a){var s=new A.aY(new Float64Array(16)) +s.bk(this) +s.eh(0,a) +return s}, +H7(a0,a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=$.agf +if(a==null)a=$.agf=new A.cQ(new Float64Array(3)) +s=this.a +a.hQ(s[0],s[1],s[2]) +r=Math.sqrt(a.goO()) +a.hQ(s[4],s[5],s[6]) +q=Math.sqrt(a.goO()) +a.hQ(s[8],s[9],s[10]) +p=Math.sqrt(a.goO()) +if(this.He()<0)r=-r +o=a0.a +o[0]=s[12] +o[1]=s[13] +o[2]=s[14] +n=1/r +m=1/q +l=1/p +k=$.agd +if(k==null)k=$.agd=new A.aY(new Float64Array(16)) +k.bk(this) +s=k.a +s[0]=s[0]*n +s[1]=s[1]*n +s[2]=s[2]*n +s[4]=s[4]*m +s[5]=s[5]*m +s[6]=s[6]*m +s[8]=s[8]*l +s[9]=s[9]*l +s[10]=s[10]*l +j=$.age +if(j==null)j=$.age=new A.m0(new Float64Array(9)) +i=j.a +i[0]=s[0] +i[1]=s[1] +i[2]=s[2] +i[3]=s[4] +i[4]=s[5] +i[5]=s[6] +i[6]=s[8] +i[7]=s[9] +i[8]=s[10] +s=i[0] +o=i[4] +h=i[8] +g=0+s+o+h +if(g>0){f=Math.sqrt(g+1) +s=a1.a +s[3]=f*0.5 +f=0.5/f +s[0]=(i[5]-i[7])*f +s[1]=(i[6]-i[2])*f +s[2]=(i[1]-i[3])*f}else{if(s") +s=3 +return A.Z(new A.z_(new A.Rp(),new A.xv(A.axY(),o,n),n.h("z_")).dl(0),$async$qh) +case 3:q=d +s=1 +break +case 1:return A.W(q,r)}}) +return A.X($async$qh,r)}} +A.Rq.prototype={ +$1(a){return this.a.b==a.b}, +$S:107} +A.Rp.prototype={ +$1(a){return a.e==="User"}, +$S:107} +A.li.prototype={ +af(){return new A.HH(B.k)}} +A.HH.prototype={ +aE(){this.aS() +$.aaZ().$1$1$instanceName(null,t.sY).t9().b8(new A.a4P(this),t.P)}, +L(a){var s=null,r=A.aaJ(a),q=A.abd(A.ady(a),B.A,B.zm,54,B.f6,60) +return A.lh(s,A.act(q,B.A,this.d?B.yf:B.HH,B.f5,B.fE),B.C,s,s,r,s,s,s,s,s,s,s)}} +A.a4P.prototype={ +$1(a){var s=this.a +if(!s.d)s.av(new A.a4O(s,a))}, +$S:47} +A.a4O.prototype={ +$0(){return this.a.d=this.b}, +$S:0} +A.t8.prototype={ +af(){return new A.x2(null,null,B.k)}} +A.x2.prototype={ +aE(){var s,r=this +r.aS() +r.a.toString +r.f=!1 +s=A.cJ(null,B.d9,null,0,r) +r.d!==$&&A.cc() +r.d=s +s=A.ex(B.aX,s,B.yn) +r.e!==$&&A.cc() +r.e=s}, +l(){var s=this.d +s===$&&A.c() +s.l() +this.OA()}, +WY(){this.av(new A.a5l(this))}, +L(a){var s,r,q,p=this,o=null,n=p.gWX(),m=A.a([A.vO(A.Av(A.uf(B.W,A.lK(!1,o,!0,B.EL,o,!0,o,o,o,o,o,o,o,o,o,n,o,o,o,o),B.bC,o,4,o,o,B.d_,o,o,B.bG),o,o),56,56)],t.F) +B.b.H(m,p.PG()) +s=p.f +r=s?0.7:1 +r=A.ul(r,s?0.7:1,1) +q=p.f?0:1 +m.push(A.Cy(A.aeu(A.aev(A.abH(A.Vc(p.a.f,o,o),!1,n),B.A4,B.d9,q),o,B.A5,o,B.d9,o,r,B.N),s,o)) +return new A.mB(1/0,1/0,A.FZ(B.hN,m,B.C,B.e0),o)}, +PG(){var s,r,q,p,o,n=A.a([],t.F) +this.a.toString +for(s=0,r=0;s<3;++s,r+=45){q=this.a +p=q.d +o=this.e +o===$&&A.c() +n.push(new A.IK(r,p,o,q.e[s],null))}return n}} +A.a5l.prototype={ +$0(){var s=this.a,r=!s.f +s.f=r +s=s.d +if(r){s===$&&A.c() +s.bX(0)}else{s===$&&A.c() +s.eS(0)}}, +$S:0} +A.IK.prototype={ +L(a){var s=this.e +return A.jC(s,new A.a5m(this),A.te(!1,this.f,s))}} +A.a5m.prototype={ +$2(a,b){var s,r=null,q=this.a,p=q.c*0.017453292519943295,o=q.e +q=o.gn(o)*q.d +s=Math.cos(p) +p=Math.sin(p) +o=o.gn(o) +b.toString +return A.ack(4+q*p,new A.wg(A.asT((1-o)*3.141592653589793/2),B.N,!0,r,b,r),r,r,r,4+q*s,r,r)}, +$S:126} +A.nj.prototype={ +L(a){var s=null,r=A.aE(a) +return A.uf(B.W,A.abH(this.d,!1,this.c),B.bC,r.ax.f,4,s,s,B.d_,s,s,B.bG)}} +A.zd.prototype={ +l(){var s=this,r=s.ck$ +if(r!=null)r.I(0,s.gjV()) +s.ck$=null +s.aL()}, +bL(){this.dq() +this.cL() +this.jW()}} +A.Ce.prototype={ +L(a){var s=null,r=A.aE(a).p3.ax,q=r==null?s:r.cr(A.a2(B.c.aH(178.5),255,255,255)) +return A.a_7(A.a([A.Ta(A.j1("Ubuntu Flutter Community \xb7 2024 \xb7 ",B.hp,q)),A.Ta(A.lK(!1,A.d0(2),!0,A.j1("Website Sourcecode",B.hp,q),s,!0,s,s,s,s,s,s,s,s,s,new A.TG(),s,s,s,s))],t.F),B.ca,B.fw,B.fy)}} +A.TG.prototype={ +$0(){var s=window +s.toString +return B.bT.mn(s,A.adI("https://github.com","ubuntu-flutter-community","website"),"")}, +$S:0} +A.ts.prototype={ +L(a){var s=null +return new A.cW(B.yX,A.ut(A.TZ(s,B.Ds,B.av,!1,s,s,s,s,s,s,s,s,s,s,s,s,s,s,new A.Ur(a),s,s,s),B.e2,s,s,s),s)}} +A.Ur.prototype={ +$0(){return A.oG(this.a).mx("/",t.X)}, +$S:0} +A.Cr.prototype={ +L(a){var s,r,q=null,p=A.aE(a),o=A.cn(a,q,t.w).w.a.a +if(o>700)s="Ubuntu Flutter Community" +else s=o>400?"UFC":"" +r=p.p3.y +return A.ut(A.TZ(q,A.j1(s,B.hp,r==null?q:r.Zh(B.dc)),B.av,!1,q,q,q,q,q,q,q,q,q,q,q,q,q,q,new A.Us(a),q,q,q),B.e2,q,q,q)}} +A.Us.prototype={ +$0(){return A.oG(this.a).mx("/",t.X)}, +$S:0} +A.ob.prototype={ +L(a){var s,r,q=null,p=A.aaJ(a),o=A.abd(A.ady(a),B.A,B.jq,54,B.f6,60),n=A.cn(a,q,t.w).w,m=A.a([new A.ko(B.Mc,A.acy(B.fA,B.Mb,B.h,1,B.eX),A.acy(B.fA,A.lK(!1,A.d0(5),!0,B.Md,q,!0,q,q,q,q,q,q,q,q,q,new A.UW(a),q,q,q,q),B.h,0,B.eW),q,q)],t.F),l=$.Pl() +B.b.H(m,new A.iu(l,new A.UX(),A.m(l).h("iu<1,h>"))) +l=A.aI([null,0],t.LO,t.S) +s=m.length +r=!0 +r=r?B.en:q +return A.lh(q,A.act(o,B.A,A.vO(new A.u4(new A.a0I(!0,!0,!0,m,l),B.z3,B.aS,!1,q,q,r,!1,q,s,B.av,B.h5,q,B.ae,q),n.a.b,q),B.f5,B.fE),B.C,q,q,p,q,q,q,q,q,q,q)}} +A.UW.prototype={ +$0(){return A.oG(this.a).mx("/projects",t.X)}, +$S:0} +A.UX.prototype={ +$1(a){var s=null,r=a.a,q=A.j1(r[0],s,s),p=r[1],o=A.j1(p,s,s),n=A.j1(r[2],s,s) +r=r[3] +p=J.e(p,"settings")?B.c_:s +return new A.ko(q,o,n,new A.E_(r,p,new A.UV(a),s),s)}, +$S:421} +A.UV.prototype={ +$0(){var s,r=window +r.toString +s=this.a.a +return B.bT.mn(r,A.adI("https://github.com",s[0],s[1]),"")}, +$S:0} +A.os.prototype={ +af(){return new A.JN(null,null,B.k)}} +A.JN.prototype={ +aE(){var s,r=this +r.aS() +s=r.a.c +if(s.a!==B.p.a){s=A.cJ(null,s,null,null,r) +s.Jx(0) +r.d=s}}, +l(){var s=this.d +if(s!=null)s.l() +this.OF()}, +L(a){var s,r,q=this,p=null,o=q.a.d,n=new A.tz(A.arF(p,p,new A.ra("assets/logo.png",p,p)),o,B.f2,B.vJ,p) +o=A.a([],t.F) +s=q.d +if(s!=null){r=t.c +o.push(A.acr(n,new A.aB(s,new A.ay(0,1,r),r.h("aB"))))}else o.push(n) +if(q.d!=null){s=q.a.d/10 +o.push(A.aeN(B.at,p,A.Vc(B.zB,p,s*1.5),s))}return A.FZ(B.N,o,B.ae,B.e0)}} +A.zh.prototype={ +l(){var s=this,r=s.ck$ +if(r!=null)r.I(0,s.gjV()) +s.ck$=null +s.aL()}, +bL(){this.dq() +this.cL() +this.jW()}} +A.aay.prototype={ +$0(){var s=new A.Qd(A.ax(t.e)) +return new A.nN(new A.Ud(s))}, +$S:422} +A.ua.prototype={ +af(){return new A.JO(B.k)}} +A.JO.prototype={ +L(a){var s,r,q=A.y(t.LH,t.nd) +for(s=0;s<6;++s)q.m(0,B.jK[s],B.x5) +r=$.amw() +q=$.amE().Zl(new A.oN(q)) +return new A.ug(r,A.aI(["/",new A.a6l(),"/contributors",new A.a6m(),"/projects",new A.a6n()],t.N,t.Ab),"Ubuntu Flutter Community",q,B.uH,!1,null)}} +A.a6l.prototype={ +$1(a){return B.zn}, +$S:423} +A.a6m.prototype={ +$1(a){return B.yg}, +$S:424} +A.a6n.prototype={ +$1(a){return B.FI}, +$S:425} +A.Ke.prototype={ +rm(a,b,c,d,e){return e}} +A.Dk.prototype={ +L(a){var s=null +return new A.t8(112,A.a([new A.nj(new A.WP(),B.EM,s),new A.nj(new A.WQ(),B.EN,s),new A.nj(new A.WR(),B.EO,s)],t.F),B.zC,s)}} +A.WP.prototype={ +$0(){var s=window +s.toString +return B.bT.mn(s,"https://github.com/ubuntu-flutter-community","")}, +$S:0} +A.WQ.prototype={ +$0(){var s=window +s.toString +return B.bT.mn(s,"mailto:frederik.feichtmeier@gmail.com","")}, +$S:0} +A.WR.prototype={ +$0(){var s=window +s.toString +return B.bT.mn(s,"https://discord.gg/vJgPV9Yn3n","")}, +$S:0} +A.E_.prototype={ +L(a){var s=null,r=this.d,q=r===B.c_,p=A.d0(q?70:10) +if(r==null)r=B.aT +q=q?s:A.d0(10) +return A.aqI(A.acy(B.fA,A.lK(!1,p,!0,A.lh(s,A.Vc(this.c,s,70),B.C,s,s,new A.d1(s,s,B.vv,q,s,s,r),s,s,s,new A.aU(12.068965517241379,12.068965517241379,12.068965517241379,12.068965517241379),s,s,s),s,!0,s,s,s,s,s,s,s,s,s,this.e,s,s,s,s),B.h,0,B.eW),0.7)}} +A.Ea.prototype={ +L(a){var s=null,r=$.Pl().a,q=!0 +q=q?B.en:s +return new A.u4(new A.FC(new A.YO(),r,!0,!0,!0,s),s,B.aS,!1,s,s,q,!1,s,r,B.av,B.h5,s,B.ae,s)}} +A.YO.prototype={ +$2(a,b){var s=null,r=$.Pl().aw(0,b),q=r.a +return new A.oq(A.Vc(q[3],s,s),A.j1(q[1],s,s),A.j1(q[2],s,s),A.vO(A.j1(q[0],B.hq,s),s,80),B.yZ,new A.YN(r),s)}, +$S:426} +A.YN.prototype={ +$0(){var s,r=window +r.toString +s=this.a.a +return B.bT.mn(r,A.adI("https://github.com",s[0],s[1]),"")}, +$S:0} +A.oV.prototype={ +L(a){var s=null,r=A.aaJ(a) +return A.lh(s,A.act(A.abd(A.ady(a),B.A,B.jq,54,B.f6,60),B.A,B.FH,B.f5,B.fE),B.C,s,s,r,s,s,s,s,s,s,s)}} +A.ko.prototype={ +af(){return new A.M_(B.k)}} +A.M_.prototype={ +aE(){this.aS() +A.lA(B.aY,new A.a7S(this),t.P)}, +L(a){var s,r,q=this,p=null,o=A.cn(a,p,t.w).w.a,n=o.a<600,m=n?B.ca:B.eR,l=t.F,k=A.a([],l),j=q.a.f +if(j!=null&&n){s=n?0:40 +k.push(new A.cW(new A.aU(s,0,0,n?8:0),j,p))}j=!n +if(j){s=A.aE(a).p3.f +if(s==null)s=B.e4 +k.push(A.jQ(new A.cW(B.z_,q.a.c,p),p,B.aQ,!0,s,p,p,B.ad))}s=n?B.cP:p +r=A.aE(a).p3.d +if(r==null)r=B.e4 +k.push(A.jQ(q.a.d,p,B.aQ,!0,r,s,p,B.ad)) +s=n?B.cP:p +r=A.aE(a).p3.f +r=r==null?p:r.Zk(B.hq) +if(r==null)r=B.e4 +k.push(A.jQ(new A.cW(B.z0,new A.eU(B.vH,q.a.e,p),p),p,B.aQ,!0,r,s,p,B.ad)) +s=t.OV +l=A.a([A.Ta(A.ao4(A.a6(new A.a4(k,new A.a7Q(),s),!0,s.h("aX.E")),m,B.fw,B.fx))],l) +m=q.a.f +if(m!=null&&j)l.push(new A.cW(B.z1,m,p)) +m=q.d +k=o.b/2 +return A.aev(new A.cW(new A.aU(0,k-138,0,k),A.a_7(l,B.ca,B.fw,B.fy),p),B.a4,B.eX,m)}} +A.a7S.prototype={ +$0(){var s=this.a +s.av(new A.a7R(s))}, +$S:8} +A.a7R.prototype={ +$0(){return this.a.d=1}, +$S:0} +A.a7Q.prototype={ +$1(a){return A.Ta(a)}, +$S:427} +A.FV.prototype={ +L(a){var s=null +return A.lh(s,B.G4,B.C,s,s,A.aaJ(a),s,s,s,s,s,s,s)}} +A.Gu.prototype={ +L(a){var s=null +return new A.Ge(this.c,s,s,s,s,B.C,s,!1,s,!0,A.j1(this.d,s,A.aE(a).p3.y),s)}} +A.aa0.prototype={ +$0(){return A.oG(this.a).mx("/projects",t.X)}, +$S:0} +A.aa1.prototype={ +$0(){return A.oG(this.a).mx("/contributors",t.X)}, +$S:0} +A.a3h.prototype={ +$3(a,b,c){var s +if(b>0)s=a+(c-a)*b +else s=b<0?a+a*b:a +return B.c.hp(s,0,c)}, +$2(a,b){return this.$3(a,b,1)}, +$S:428} +A.Ny.prototype={} +A.a9i.prototype={ +$1(a){return B.A}, +$S:9} +A.a9g.prototype={ +$1(a){return A.av3(a,this.a)}, +$S:9} +A.a9h.prototype={ +$1(a){return A.av4(a,this.a)}, +$S:9} +A.a97.prototype={ +$1(a){return A.aj8(a,this.a)}, +$S:9} +A.a98.prototype={ +$1(a){return A.av_(a,this.a)}, +$S:9} +A.a9f.prototype={ +$1(a){return A.aj8(a,this.a)}, +$S:9} +A.a9j.prototype={ +$1(a){var s=this.a.db.a +return A.a2(13,s>>>16&255,s>>>8&255,s&255)}, +$S:9} +A.a9a.prototype={ +$1(a){return this.a}, +$S:9} +A.a9d.prototype={ +$1(a){var s,r=this.a +if(B.b.t(B.di,r.b)){s=r.fx +r=s==null?r.cx:s}else{s=r.db.a +s=A.a2(B.c.aH(255*(r.a===B.B?0.3:0.2)),s>>>16&255,s>>>8&255,s&255) +r=s}return new A.bS(A.d0(8),new A.b7(r,1,B.r,-1))}, +$S:429} +A.a9c.prototype={ +$1(a){var s,r=this.a +if(B.b.t(B.di,r.b)){s=r.fx +r=s==null?r.cx:s}else{s=r.db.a +s=A.a2(B.c.aH(255*(r.a===B.B?0.3:0.2)),s>>>16&255,s>>>8&255,s&255) +r=s}return new A.b7(r,1,B.r,-1)}, +$S:430} +A.a9b.prototype={ +$1(a){return 1}, +$S:89} +A.a99.prototype={ +$1(a){return this.a}, +$S:9} +A.a9e.prototype={ +$1(a){var s=null,r=this.a.db +if(a.t(0,B.b0))r=new A.bz(s,s,s,s,s,r,s,s) +else{r=r.a +r=new A.bz(s,s,s,s,s,A.a2(204,r>>>16&255,r>>>8&255,r&255),s,s)}return r}, +$S:431} +A.a3j.prototype={} +A.NL.prototype={ +rm(a,b,c,d,e){var s,r,q,p=$.alu(),o=$.als(),n=p.$ti.h("dS"),m=t.m +m.a(c) +s=$.alt() +r=s.$ti.h("dS") +m.a(d) +m=$.alr() +q=A.m(m).h("aB") +return new A.NK(new A.aB(c,new A.dS(o,p,n),n.h("aB")),new A.aB(d,new A.dS(o,s,r),r.h("aB")),new A.aB(c,m,q),new A.aB(d,m,q),e,null)}} +A.NK.prototype={ +L(a){var s,r=this,q=a.ad(t.I) +q.toString +s=q.w +q=A.a([],t.G) +return A.a0F(A.te(!1,A.a0F(A.te(!1,r.r,r.e),r.c,s,!0),new A.fd(r.f,new A.bi(q,t.O),0)),r.d,s,!0)}} +A.GW.prototype={ +L(a){var s=null,r=A.aE(a).ax.a===B.B,q=r?B.y_:B.xN,p=r?B.y5:B.xS +return new A.fc(this.PF(A.RA(s,s,s,new A.NM(B.uu,q,p,r?B.y2:B.c7,s),B.uu)),s)}, +PF(a){return new A.AM(a,null)}} +A.NM.prototype={ +aD(a,b){var s,r=this,q=r.b,p=$.ad(),o=p.aX() +o.sag(0,r.c) +a.dz(new A.E(0,0,q.a,q.b),o) +s=p.bC() +s.kz(0,r.hd(131),r.he(0)) +s.cS(0,r.hd(11),r.he(31.596)) +s.cS(0,r.hd(40.583),r.he(0)) +s.aJ(0) +o=p.aX() +q=r.d +o.sag(0,q) +a.ht(s,o) +s=p.bC() +s.kz(0,r.hd(40.583),r.he(0)) +s.cS(0,r.hd(11),r.he(31.596)) +s.cS(0,r.hd(23.834),r.he(0)) +s.aJ(0) +o=p.aX() +o.sag(0,r.e) +a.ht(s,o) +s=p.bC() +s.kz(0,r.hd(23.834),r.he(0)) +s.cS(0,r.hd(11),r.he(31.596)) +s.cS(0,r.hd(0),r.he(51.496)) +s.cS(0,r.hd(0),r.he(0)) +s.aJ(0) +p=p.aX() +p.sag(0,q) +a.ht(s,p)}, +hd(a){var s=this.b +return s.a-a/51.496*s.b}, +he(a){var s=this.b.b +return s-a/51.496*s}, +iK(a){var s=this +return!a.b.k(0,s.b)||!a.c.k(0,s.c)||!a.d.k(0,s.d)||!a.e.k(0,s.e)}} +A.a3l.prototype={} +A.a3k.prototype={} +A.aax.prototype={ +$0(){return A.adL()}, +$S:0} +A.aaw.prototype={ +$0(){var s,r,q,p=$.amC(),o=self +o=o.window +s=$.ae2() +r=new A.a30(o) +q=$.Pc() +q.m(0,r,s) +o=o.navigator +r.b=J.qP(o.userAgent,"Safari")&&!J.qP(o.userAgent,"Chrome") +A.agD(r,s,!0) +$.at_=r +$.amz() +$.aaU().zC("__url_launcher::link",A.axj(),!1) +o=$.alf() +s=new A.a3k() +q.m(0,s,o) +A.agD(s,o,!1) +$.akh=p.ga04()}, +$S:0};(function aliases(){var s=A.nM.prototype +s.LJ=s.iw +s=A.E7.prototype +s.hW=s.cU +s.mZ=s.l +s=A.rN.prototype +s.uB=s.ma +s.LQ=s.A0 +s.LO=s.eI +s.LP=s.xZ +s=J.ol.prototype +s.M4=s.j +s.M3=s.E +s=J.k5.prototype +s.Md=s.j +s=A.dl.prototype +s.M5=s.Ir +s.M6=s.Is +s.M8=s.Iu +s.M7=s.It +s=A.pR.prototype +s.NE=s.iO +s.NF=s.hX +s=A.je.prototype +s.NG=s.la +s.NH=s.CM +s.NJ=s.EP +s.NI=s.i0 +s=A.S.prototype +s.Me=s.cn +s=A.rD.prototype +s.LN=s.a_U +s=A.yG.prototype +s.Ol=s.aJ +s=A.i.prototype +s.B7=s.hN +s=A.B.prototype +s.Mt=s.k +s.l3=s.j +s=A.q.prototype +s.LF=s.k +s.LG=s.j +s=A.cd.prototype +s.ux=s.tW +s=A.uQ.prototype +s.MA=s.a6 +s=A.r1.prototype +s.uy=s.l +s=A.Ag.prototype +s.LB=s.dP +s.LC=s.kt +s.LD=s.zY +s=A.e2.prototype +s.a4k=s.Z +s.a4l=s.I +s.dG=s.l +s.AY=s.ai +s=A.a0.prototype +s.LR=s.bO +s=A.fC.prototype +s.LS=s.bO +s=A.o8.prototype +s.LX=s.t7 +s.LW=s.a_a +s=A.ee.prototype +s.Mf=s.fm +s=A.cl.prototype +s.LY=s.wQ +s.mX=s.fm +s.B5=s.l +s=A.uK.prototype +s.uH=s.hm +s.Mv=s.oy +s.Bb=s.K +s.mY=s.l +s.Mw=s.pS +s=A.oS.prototype +s.MB=s.hm +s.Bc=s.hk +s.MC=s.iz +s=A.ei.prototype +s.Nw=s.fm +s=A.zb.prototype +s.Oz=s.l +s=A.zg.prototype +s.OE=s.aE +s.OD=s.cB +s=A.fM.prototype +s.hV=s.l +s=A.zn.prototype +s.OO=s.l +s=A.zo.prototype +s.OP=s.l +s=A.yc.prototype +s.Oa=s.l +s=A.yd.prototype +s.Ob=s.l +s=A.ye.prototype +s.Od=s.aP +s.Oc=s.b1 +s.Oe=s.l +s=A.ze.prototype +s.OB=s.l +s=A.yO.prototype +s.On=s.l +s=A.rd.prototype +s.AW=s.pU +s.AV=s.B +s=A.bs.prototype +s.uL=s.bR +s.uM=s.bS +s=A.cp.prototype +s.l4=s.bR +s.l5=s.bS +s=A.eW.prototype +s.B_=s.bR +s.B0=s.bS +s=A.Am.prototype +s.AX=s.l +s=A.bR.prototype +s.B1=s.B +s=A.Hz.prototype +s.Bp=s.l +s=A.lJ.prototype +s.M_=s.Z +s.M0=s.I +s.LZ=s.qw +s=A.iC.prototype +s.M2=s.k +s=A.FX.prototype +s.Nv=s.cW +s=A.p0.prototype +s.N0=s.yg +s.N2=s.yn +s.N1=s.yi +s.N_=s.xW +s=A.aH.prototype +s.LE=s.k +s=A.et.prototype +s.uz=s.j +s=A.C.prototype +s.Bh=s.fM +s.jH=s.a3 +s.Bi=s.bZ +s.ML=s.mu +s.ha=s.bJ +s=A.xY.prototype +s.NU=s.ac +s.NV=s.a7 +s=A.xZ.prototype +s.NW=s.l +s=A.CP.prototype +s.M9=s.ni +s.B8=s.l +s.Mc=s.u_ +s.Ma=s.ac +s.Mb=s.a7 +s=A.B0.prototype +s.mW=s.fj +s=A.hO.prototype +s.Mu=s.fj +s=A.c2.prototype +s.pV=s.a7 +s=A.w.prototype +s.iM=s.l +s.Bj=s.i3 +s.eq=s.ac +s.er=s.a7 +s.MP=s.a3 +s.MO=s.bZ +s.MM=s.cM +s.MQ=s.pK +s.eW=s.dv +s.uI=s.k5 +s.n_=s.fw +s.Bk=s.nT +s.MN=s.ig +s.MS=s.bO +s.MR=s.hS +s=A.az.prototype +s.Bn=s.dU +s=A.as.prototype +s.uA=s.yu +s.LM=s.v +s.LK=s.tr +s.LL=s.dU +s.AZ=s.aN +s=A.v3.prototype +s.MK=s.OR +s=A.dT.prototype +s.NL=s.rb +s=A.y1.prototype +s.NX=s.ac +s.NY=s.a7 +s=A.yJ.prototype +s.Om=s.a7 +s=A.eg.prototype +s.MW=s.c6 +s.pW=s.bm +s.uJ=s.cR +s.hb=s.aD +s=A.vb.prototype +s.MX=s.bJ +s=A.y3.prototype +s.n3=s.ac +s.l7=s.a7 +s=A.y4.prototype +s.NZ=s.fM +s=A.y5.prototype +s.O_=s.ac +s.O0=s.a7 +s=A.vR.prototype +s.Nq=s.j +s=A.dL.prototype +s.Nr=s.j +s=A.y6.prototype +s.O1=s.ac +s.O2=s.a7 +s=A.vd.prototype +s.MY=s.bm +s=A.mm.prototype +s.MZ=s.zr +s=A.ia.prototype +s.O5=s.ac +s.O6=s.a7 +s=A.j6.prototype +s.NC=s.oY +s.NB=s.c7 +s=A.d8.prototype +s.Nh=s.yd +s=A.pD.prototype +s.Bo=s.l +s=A.A4.prototype +s.AT=s.kx +s=A.pe.prototype +s.No=s.ox +s.Np=s.je +s=A.oA.prototype +s.Mg=s.jP +s=A.bh.prototype +s.Lw=s.dH +s.Ly=s.ii +s.Lx=s.wP +s.Lz=s.tQ +s=A.nq.prototype +s.AU=s.L +s=A.h9.prototype +s.ND=s.xD +s=A.y8.prototype +s.Bq=s.dR +s=A.z1.prototype +s.Oo=s.dP +s.Op=s.zY +s=A.z2.prototype +s.Oq=s.dP +s.Or=s.kt +s=A.z3.prototype +s.Os=s.dP +s.Ot=s.kt +s=A.z4.prototype +s.Ov=s.dP +s.Ou=s.ox +s=A.z5.prototype +s.Ow=s.dP +s=A.z6.prototype +s.Ox=s.dP +s.Oy=s.kt +s=A.C9.prototype +s.l2=s.a1w +s.LV=s.xa +s=A.al.prototype +s.aS=s.aE +s.bh=s.aP +s.n2=s.cB +s.dq=s.bL +s.aL=s.l +s.cY=s.b1 +s=A.aq.prototype +s.MV=s.az +s=A.aP.prototype +s.LT=s.cm +s.uE=s.dR +s.l1=s.cd +s.LU=s.ps +s.B4=s.t8 +s.hU=s.fT +s.uC=s.bL +s.B2=s.cB +s.uF=s.kN +s.uD=s.lL +s.B3=s.b1 +s.l0=s.h_ +s=A.rz.prototype +s.LH=s.vv +s.LI=s.h_ +s=A.uW.prototype +s.MD=s.eF +s.ME=s.cd +s.MF=s.A4 +s=A.eD.prototype +s.B6=s.mk +s=A.b5.prototype +s.n0=s.dR +s.l6=s.cd +s.Bm=s.h_ +s.Bl=s.cB +s.MT=s.kN +s.MU=s.ps +s=A.eH.prototype +s.B9=s.hC +s.Ba=s.hF +s.Mi=s.iA +s.Mh=s.dR +s.Mj=s.cd +s=A.of.prototype +s.M1=s.aE +s=A.q9.prototype +s.NK=s.l +s=A.c4.prototype +s.Nf=s.jh +s.Nc=s.oh +s.N7=s.oe +s.Nd=s.xI +s.Ng=s.fA +s.Na=s.ke +s.Nb=s.lP +s.N8=s.of +s.N9=s.xE +s.N6=s.nY +s.N5=s.rn +s.Ne=s.l +s=A.LP.prototype +s.O9=s.rp +s=A.xM.prototype +s.NN=s.bL +s.NO=s.l +s=A.xN.prototype +s.NQ=s.aP +s.NP=s.b1 +s.NR=s.l +s=A.DF.prototype +s.uG=s.c7 +s=A.n_.prototype +s.O4=s.bm +s.O3=s.aD +s=A.zj.prototype +s.OG=s.ac +s.OH=s.a7 +s=A.xR.prototype +s.NS=s.c7 +s=A.zf.prototype +s.OC=s.l +s=A.zm.prototype +s.ON=s.l +s=A.hV.prototype +s.N4=s.xL +s=A.c3.prototype +s.N3=s.sn +s=A.hg.prototype +s.O7=s.m6 +s.O8=s.mF +s=A.qF.prototype +s.OJ=s.aP +s.OI=s.b1 +s.OK=s.l +s=A.oK.prototype +s.Mz=s.jh +s.Mx=s.ke +s.My=s.l +s=A.ek.prototype +s.NA=s.jh +s.Nz=s.oh +s.Nx=s.oe +s.Ny=s.ke +s=A.mW.prototype +s.NM=s.fA +s=A.F8.prototype +s.pX=s.l +s=A.dK.prototype +s.n1=s.c7 +s=A.yh.prototype +s.Og=s.c7 +s=A.p7.prototype +s.Ni=s.re +s=A.kq.prototype +s.Nj=s.lw +s.uK=s.La +s.Nk=s.nR +s.Nl=s.f6 +s.Nn=s.l +s.Nm=s.c7 +s=A.yf.prototype +s.Of=s.c7 +s=A.yl.prototype +s.Oh=s.l +s=A.ym.prototype +s.Oj=s.aP +s.Oi=s.b1 +s.Ok=s.l +s=A.hT.prototype +s.Bg=s.aE +s.MG=s.b1 +s.MJ=s.t2 +s.Bf=s.t4 +s.Be=s.t3 +s.MH=s.ye +s.MI=s.yf +s.Bd=s.l +s=A.qp.prototype +s.NT=s.l +s=A.oB.prototype +s.Mk=s.xF +s.Mq=s.a0C +s.Mr=s.a0D +s.Mn=s.a_X +s.Mp=s.a06 +s.Mo=s.a_Z +s.Ms=s.yl +s.Mm=s.l +s.Ml=s.dw +s=A.zk.prototype +s.OL=s.l +s=A.kw.prototype +s.Ns=s.y3 +s=A.Ae.prototype +s.LA=s.a_E +s=A.zl.prototype +s.OM=s.l +s=A.pn.prototype +s.Nu=s.aB +s.Nt=s.k +s=A.zd.prototype +s.OA=s.l +s=A.zh.prototype +s.OF=s.l})();(function installTearOffs(){var s=hunkHelpers._static_2,r=hunkHelpers.installStaticTearOff,q=hunkHelpers._static_1,p=hunkHelpers._instance_0u,o=hunkHelpers._instance_1u,n=hunkHelpers._instance_1i,m=hunkHelpers._static_0,l=hunkHelpers.installInstanceTearOff,k=hunkHelpers._instance_2u,j=hunkHelpers._instance_0i +s(A,"auR","aw2",433) +r(A,"aj2",1,function(){return{params:null}},["$2$params","$1"],["aj1",function(a){return A.aj1(a,null)}],434,0) +q(A,"auQ","avw",16) +q(A,"OY","auP",22) +p(A.qT.prototype,"gwx","WW",0) +var i +o(i=A.Cv.prototype,"gVH","VI",40) +o(i,"gTQ","TR",40) +o(A.AF.prototype,"gXQ","XR",191) +o(i=A.hZ.prototype,"gQp","Qq",1) +o(i,"gQn","Qo",1) +o(A.G8.prototype,"gVK","VL",288) +o(A.C5.prototype,"gUt","Uu",282) +n(i=A.BT.prototype,"ghl","B",435) +p(i,"gLr","kY",34) +o(A.CM.prototype,"gUP","UQ",60) +n(A.uu.prototype,"gzc","zd",5) +n(A.vN.prototype,"gzc","zd",5) +o(A.Ct.prototype,"gUN","UO",1) +p(i=A.BM.prototype,"gxP","l",0) +o(i,"gFL","Xd",25) +o(A.E3.prototype,"gw9","US",260) +o(i=A.AY.prototype,"gSk","Sl",1) +o(i,"gSm","Sn",1) +o(i,"gSi","Sj",1) +o(i=A.rN.prototype,"gov","I0",1) +o(i,"grX","a_W",1) +o(i,"goW","a2n",1) +o(A.Bb.prototype,"gPA","PB",339) +o(A.Ci.prototype,"gV_","V0",1) +s(J,"avc","apS",68) +n(A.ha.prototype,"gi7","t",20) +m(A,"avp","are",32) +n(A.dE.prototype,"gi7","t",20) +n(A.d4.prototype,"gi7","t",20) +q(A,"avO","ata",41) +q(A,"avP","atb",41) +q(A,"avQ","atc",41) +m(A,"ajF","avE",0) +q(A,"avR","avx",22) +s(A,"avS","avz",38) +m(A,"ajE","avy",0) +p(i=A.pQ.prototype,"gqC","iV",0) +p(i,"gqE","iW",0) +n(A.wC.prototype,"ghl","B",5) +l(A.wI.prototype,"gYX",0,1,function(){return[null]},["$2","$1"],["k8","j1"],183,0,0) +k(A.a3.prototype,"gvd","e2",38) +n(i=A.yC.prototype,"ghl","B",5) +n(i,"gPx","iO",5) +k(i,"gPg","hX",38) +p(i,"gQd","nb",0) +p(i=A.pS.prototype,"gqC","iV",0) +p(i,"gqE","iW",0) +p(i=A.pR.prototype,"gqC","iV",0) +p(i,"gqE","iW",0) +p(A.wU.prototype,"gE_","UR",0) +o(i=A.qy.prototype,"gUF","UG",5) +k(i,"gUJ","UK",38) +p(i,"gUH","UI",0) +p(i=A.x9.prototype,"gqC","iV",0) +p(i,"gqE","iW",0) +o(i,"gSo","Sp",5) +k(i,"gSE","SF",188) +p(i,"gSr","Ss",0) +s(A,"adu","auK",73) +q(A,"adv","auL",53) +s(A,"aw4","aq2",68) +s(A,"aw5","auO",68) +l(i=A.i8.prototype,"gw4",0,0,null,["$1$0","$0"],["nu","w5"],58,0,0) +n(i,"gi7","t",20) +l(i=A.en.prototype,"gw4",0,0,null,["$1$0","$0"],["nu","w5"],58,0,0) +n(i,"gi7","t",20) +l(i=A.po.prototype,"gUD",0,0,null,["$1$0","$0"],["DW","lj"],58,0,0) +n(i,"gi7","t",20) +q(A,"awf","auM",72) +j(A.xn.prototype,"gxd","aJ",0) +n(i=A.Hy.prototype,"ghl","B",5) +j(i,"gxd","aJ",0) +q(A,"ajL","ax4",53) +s(A,"ajK","ax3",73) +s(A,"ajI","ao5",436) +q(A,"awg","asY",48) +m(A,"awh","aue",437) +s(A,"ajJ","avH",438) +n(A.i.prototype,"gi7","t",20) +r(A,"zN",3,null,["$3"],["acB"],439,0) +r(A,"zO",3,null,["$3"],["L"],440,0) +r(A,"bo",3,null,["$3"],["r"],441,0) +o(A.yB.prototype,"gIv","dQ",16) +p(A.ja.prototype,"gCu","R2",0) +k(i=A.Bi.prototype,"ga_r","eJ",73) +n(i,"ga0V","fU",53) +o(i,"ga1Q","a1R",20) +l(i=A.nm.prototype,"gJF",1,0,null,["$1$from","$0"],["JG","eS"],262,0,0) +o(i,"gQS","QT",263) +o(i,"gBL","Pt",3) +o(A.fd.prototype,"glt","qU",4) +o(A.rG.prototype,"gFE","FF",4) +o(i=A.mK.prototype,"glt","qU",4) +p(i,"gwK","XB",0) +o(i=A.nK.prototype,"gDR","Uo",4) +p(i,"gDQ","Un",0) +p(A.l6.prototype,"gdS","ai",0) +o(A.jD.prototype,"gIW","p5",4) +o(i=A.pV.prototype,"gSy","Sz",76) +o(i,"gSA","SB",23) +o(i,"gSw","Sx",81) +p(i,"gSt","Su",0) +o(i,"gVZ","W_",45) +p(A.wQ.prototype,"gI8","t2",0) +r(A,"avN",1,null,["$2$forceReport","$1"],["afA",function(a){return A.afA(a,!1)}],442,0) +n(i=A.e2.prototype,"gra","Z",41) +n(i,"gJr","I",41) +p(i,"gdS","ai",0) +q(A,"axG","asl",443) +o(i=A.o8.prototype,"gT4","T5",337) +o(i,"gQO","QP",338) +o(i,"gYx","Yy",40) +p(i,"gRz","vA",0) +o(i,"gT8","Dh",13) +p(i,"gTo","Tp",0) +r(A,"aBF",3,null,["$3"],["afH"],444,0) +o(A.fH.prototype,"gow","jd",13) +q(A,"ak6","aq8",29) +q(A,"adO","aoN",135) +q(A,"adP","aoO",29) +o(A.rX.prototype,"gow","jd",13) +q(A,"axp","aoM",29) +p(A.HX.prototype,"gUW","UX",0) +o(i=A.fE.prototype,"gqA","Ux",13) +o(i,"gVG","ny",353) +p(i,"gUy","jQ",0) +q(A,"aaH","apu",29) +o(A.oS.prototype,"gow","jd",13) +k(i=A.xw.prototype,"gTY","TZ",372) +k(i,"gUh","Ui",106) +o(A.wx.prototype,"gvJ","Ts",407) +p(A.wD.prototype,"gks","ym",0) +p(i=A.xl.prototype,"gTk","Tl",0) +o(i,"gPD","PE",26) +p(A.tG.prototype,"gSe","Sf",0) +o(A.k_.prototype,"gS1","S2",4) +o(A.tI.prototype,"gTT","TU",4) +o(A.tJ.prototype,"gTV","TW",4) +o(i=A.tH.prototype,"gKD","KE",166) +o(i,"gZT","ZU",167) +o(i=A.xj.prototype,"gXN","XO",168) +l(i,"gLg",0,0,null,["$1","$0"],["AM","Lh"],169,0,0) +p(i,"gks","ym",0) +o(i,"gI2","a01",170) +o(i,"ga02","a03",25) +o(i,"ga0K","a0L",63) +o(i,"ga0M","a0N",79) +o(i,"ga0y","a0z",63) +o(i,"ga0A","a0B",79) +p(i,"ga0H","I5",0) +p(i,"ga0I","a0J",0) +p(i,"ga0u","a0v",0) +p(i,"ga0w","a0x",0) +o(i,"ga0g","a0h",80) +o(i,"ga0i","a0j",64) +p(i=A.qE.prototype,"gmm","a2z",0) +o(i,"gml","a2y",4) +o(A.z8.prototype,"gnv","wa",22) +o(A.z9.prototype,"gnv","wa",22) +o(i=A.x4.prototype,"gTh","Ti",4) +p(i,"gUT","UU",0) +p(A.p5.prototype,"gTy","Tz",0) +r(A,"akm",3,null,["$3"],["avq"],445,0) +o(i=A.pF.prototype,"gX0","X1",4) +o(i,"gWZ","X_",45) +o(i,"gDb","SL",13) +p(i,"gTB","TC",0) +p(i,"gST","SU",0) +p(i,"gTf","Tg",0) +o(i,"gDf","SV",80) +o(i,"gDg","SW",64) +o(i,"gPN","PO",26) +l(i=A.uP.prototype,"ga1r",0,1,null,["$4$allowUpscaling$cacheHeight$cacheWidth","$1"],["Ip","a1s"],203,0,0) +l(i,"ga1u",0,1,null,["$2$getTargetSize","$1"],["Iq","a1v"],204,0,0) +r(A,"ads",3,null,["$3"],["agx"],446,0) +k(A.Ic.prototype,"gDe","SO",90) +r(A,"adA",3,null,["$3"],["cM"],447,0) +n(i=A.lJ.prototype,"gra","Z",92) +o(i,"ga3r","a3s",218) +o(i=A.Dq.prototype,"gSg","Sh",221) +o(i,"gS5","S6",3) +n(i,"gra","Z",92) +k(A.GU.prototype,"gWC","WD",226) +r(A,"zL",3,null,["$3"],["aN"],448,0) +n(i=A.Ch.prototype,"ga4c","cW",62) +n(i,"gxX","dA",62) +q(A,"avU","atl",97) +o(i=A.p0.prototype,"gTI","TJ",3) +o(i,"gT0","T1",3) +p(A.C.prototype,"gtk","a3",0) +k(A.dt.prototype,"ga__","ob",15) +q(A,"aka","arB",27) +q(A,"akb","arC",27) +p(A.iM.prototype,"gFU","FV",0) +o(i=A.w.prototype,"gzA","kI",27) +p(i,"geg","ak",0) +p(i,"gIP","aV",0) +l(i,"gDO",0,1,null,["$2$isMergeUp","$1"],["qv","Ug"],245,0,0) +l(i,"gmQ",0,0,null,["$4$curve$descendant$duration$rect","$0","$2$descendant$rect"],["hS","us","pQ"],101,0,0) +o(i=A.as.prototype,"gYC","YD","as.0?(B?)") +o(i,"gYA","YB","as.0?(B?)") +p(A.v3.prototype,"gEG","W8",0) +o(A.va.prototype,"gQ4","Q5",248) +l(A.eg.prototype,"ghG",0,2,null,["$2"],["aD"],15,0,1) +p(A.v5.prototype,"gqY","wF",0) +p(A.qr.prototype,"gqs","qt",0) +p(i=A.iS.prototype,"gVh","Vi",0) +p(i,"gVj","Vk",0) +p(i,"gVl","Vm",0) +p(i,"gVf","Vg",0) +p(i=A.vc.prototype,"gVn","Vo",0) +p(i,"gVd","Ve",0) +p(i,"gVb","Vc",0) +p(A.Fl.prototype,"gFS","FT",0) +l(A.cj.prototype,"ga15",0,1,null,["$3$crossAxisPosition$mainAxisPosition"],["Ie"],251,0,0) +k(A.ve.prototype,"ga2K","a2L",15) +k(i=A.mn.prototype,"gV4","E1",15) +l(i,"gmQ",0,0,null,["$4$curve$descendant$duration$rect","$0","$2$descendant$rect"],["hS","us","pQ"],101,0,0) +s(A,"avW","arM",449) +r(A,"avX",0,null,["$2$priority$scheduler"],["aws"],450,0) +o(i=A.d8.prototype,"gRi","Rj",105) +p(i,"gW1","W2",0) +o(i,"gS9","Sa",3) +p(i,"gSC","SD",0) +p(i,"gR_","R0",0) +o(A.pD.prototype,"gww","WV",3) +p(i=A.Fn.prototype,"gQQ","QR",0) +p(i,"gTx","Dj",0) +o(i,"gTv","Tw",258) +o(A.bM.prototype,"gEl","VD",259) +o(A.h_.prototype,"gXZ","wT",266) +q(A,"avV","as3",451) +p(i=A.pe.prototype,"gPj","Pk",272) +o(i,"gSR","vH",273) +o(i,"gT2","qk",71) +o(i=A.CL.prototype,"ga07","a08",60) +o(i,"ga0s","yk",276) +o(i,"gQs","Qt",277) +o(A.vi.prototype,"gUr","w_",111) +o(i=A.cr.prototype,"gR4","R5",112) +o(i,"gEj","Ek",112) +o(A.Gg.prototype,"gUe","qq",71) +o(A.wt.prototype,"gD4","S0",289) +o(i=A.z0.prototype,"gQL","QM",116) +o(i,"gUL","UM",291) +o(i,"gUY","UZ",292) +o(A.wz.prototype,"gPe","Pf",293) +p(i=A.wq.prototype,"ga0c","a0d",0) +o(i,"gSX","SY",71) +p(i,"gSb","Sc",0) +p(i=A.z7.prototype,"ga0f","yg",0) +p(i,"ga0P","yn",0) +p(i,"ga0l","yi",0) +o(i,"ga_V","yd",432) +o(A.wZ.prototype,"guX","BK",4) +p(A.tj.prototype,"gY9","Ya",0) +o(i=A.Jb.prototype,"ga0n","yj",13) +o(i,"ga09","a0a",299) +p(A.q0.prototype,"gvG","SK",0) +r(A,"awM",1,null,["$5$alignment$alignmentPolicy$curve$duration","$1","$2$alignmentPolicy"],["abK",function(a){return A.abK(a,null,null,null,null)},function(a,b){return A.abK(a,null,b,null,null)}],452,0) +q(A,"aad","atw",7) +s(A,"adB","aoY",453) +q(A,"ajX","aoX",7) +o(i=A.Jp.prototype,"gX6","Fw",7) +p(i,"gX7","X8",0) +o(A.aP.prototype,"gZS","o9",7) +o(i=A.oY.prototype,"gRE","RF",45) +o(i,"gT9","Ta",328) +o(i,"gXs","Xt",329) +o(i=A.jf.prototype,"gPL","PM",26) +o(i,"gD5","D6",4) +p(i,"gzg","a2E",0) +o(i=A.tt.prototype,"gSH","SI",332) +l(i,"gQJ",0,5,null,["$5"],["QK"],333,0,0) +r(A,"ak0",3,null,["$3"],["iA"],454,0) +k(A.xf.prototype,"gSP","SQ",90) +p(A.nl.prototype,"gS3","S4",0) +p(A.qa.prototype,"gvM","TG",0) +s(A,"axq","aqG",455) +q(A,"jz","atP",43) +q(A,"ak9","atQ",43) +q(A,"zH","atR",43) +o(A.qj.prototype,"gp0","kC",52) +o(A.qi.prototype,"gp0","kC",52) +o(A.xK.prototype,"gp0","kC",52) +o(A.xL.prototype,"gp0","kC",52) +p(i=A.hN.prototype,"gDc","SN",0) +o(i,"gT6","T7",45) +o(i,"gTd","Te",13) +q(A,"axs","atN",27) +l(A.n_.prototype,"ghG",0,2,null,["$2"],["aD"],15,0,1) +o(A.xc.prototype,"gwb","wc",37) +o(i=A.xb.prototype,"gv0","v1",4) +o(i,"gWT","WU",3) +o(A.yF.prototype,"gwb","wc",37) +o(A.yE.prototype,"gv0","v1",4) +o(A.Bm.prototype,"gUp","vZ",111) +p(A.y9.prototype,"gwk","VO",0) +o(A.hV.prototype,"gXl","wG",362) +o(i=A.qt.prototype,"gVR","VS",3) +p(i,"gqm","Di",0) +p(i,"gvE","S8",119) +p(i,"gvI","Tn",0) +o(A.ek.prototype,"gDk","TA",4) +o(i=A.kb.prototype,"gPH","PI",26) +o(i,"gPJ","PK",26) +p(i=A.Ad.prototype,"gwu","wv",0) +p(i,"gvp","vq",0) +p(i=A.BG.prototype,"gwu","wv",0) +p(i,"gvp","vq",0) +s(A,"aBT","adm",456) +n(i=A.yn.prototype,"ghl","B",33) +n(i,"gzD","v",33) +q(A,"zK","awt",37) +p(A.kq.prototype,"ga_8","a_9",0) +p(A.vt.prototype,"gxP","l",0) +o(i=A.vx.prototype,"gDa","Sv",376) +o(i,"gEK","Wa",76) +o(i,"gEL","Wb",23) +o(i,"gEJ","W9",81) +p(i,"gEH","EI",0) +p(i,"gQY","QZ",0) +p(i,"gQW","QX",0) +o(i,"gVA","VB",138) +o(i,"gWc","Wd",13) +o(i,"gTq","Tr",66) +p(A.yj.prototype,"gEC","W4",0) +o(i=A.hT.prototype,"gXz","XA",4) +p(i,"gI8","t2",0) +o(i,"gTE","TF",63) +o(i,"gWe","Wf",66) +o(i,"gWg","Wh",37) +o(i,"gTb","Tc",13) +o(i,"gWi","Wj",138) +n(i=A.oB.prototype,"ghl","B",33) +n(i,"gzD","v",33) +k(i,"gvc","Qi",389) +p(i,"gvK","Tu",0) +k(A.yq.prototype,"gSZ","T_",108) +p(A.yp.prototype,"gEX","Wv",0) +o(A.pl.prototype,"ga3i","Jq",397) +p(A.qs.prototype,"gqD","UV",0) +p(A.iW.prototype,"gjV","jW",0) +p(A.dN.prototype,"geD","f3",0) +q(A,"axX","arL",82) +q(A,"axW","arH",82) +p(A.wv.prototype,"gvF","Sd",0) +l(A.Ei.prototype,"ga04",0,3,null,["$3"],["rY"],401,0,0) +q(A,"axY","ao6",458) +p(A.x2.prototype,"gWX","WY",0) +r(A,"axo",2,null,["$1$2","$2"],["adN",function(a,b){return A.adN(a,b,t.Ci)}],459,1) +q(A,"axj","aq0",460) +r(A,"adQ",1,null,["$2$wrapWidth","$1"],["ajS",function(a){return A.ajS(a,null)}],461,0) +m(A,"axy","aj_",0) +s(A,"zE","anJ",121) +s(A,"zF","anK",121)})();(function inheritance(){var s=hunkHelpers.mixin,r=hunkHelpers.mixinHard,q=hunkHelpers.inherit,p=hunkHelpers.inheritMany +q(A.B,null) +p(A.B,[A.qT,A.PH,A.jN,A.a5g,A.ev,A.QH,A.D5,A.AB,A.Cv,A.kc,A.fQ,A.i,A.BH,A.i5,A.Fy,A.mk,A.kC,A.ly,A.a0z,A.Cz,A.nE,A.AD,A.Az,A.Ap,A.dn,A.YF,A.Y2,A.CR,A.Wg,A.Wh,A.TH,A.Ri,A.QU,A.AF,A.XB,A.dP,A.B2,A.nF,A.rt,A.AJ,A.jM,A.YQ,A.At,A.Fw,A.w1,A.hZ,A.AK,A.G8,A.AI,A.ru,A.AH,A.AE,A.QW,A.bq,A.rx,A.R3,A.R4,A.T_,A.T0,A.Th,A.S5,A.a_r,A.Cx,A.V2,A.Cw,A.tv,A.BE,A.rT,A.Iq,A.Iv,A.BC,A.C5,A.Tw,A.Nz,A.BT,A.o7,A.lz,A.tl,A.A6,A.qX,A.iB,A.CM,A.hC,A.W1,A.Rm,A.X6,A.Qg,A.iI,A.tf,A.Ct,A.Yi,A.GQ,A.E0,A.Yl,A.Yn,A.a_c,A.E3,A.YB,A.xs,A.a40,A.NH,A.ib,A.mQ,A.qo,A.Yr,A.acm,A.YS,A.Pq,A.E7,A.iT,A.ni,A.o_,A.SB,A.Fs,A.Fq,A.mw,A.ST,A.a06,A.a02,A.Ig,A.S,A.f6,A.VK,A.VM,A.a11,A.a15,A.a3e,A.Ef,A.a1I,A.t2,A.Qc,A.AY,A.SH,A.SI,A.w6,A.SC,A.Ab,A.px,A.nX,A.VE,A.a1K,A.a1y,A.V4,A.Sp,A.Sn,A.D2,A.f5,A.RO,A.SA,A.o5,A.GR,A.abZ,J.ol,J.e1,A.Au,A.ak,A.a0l,A.co,A.cV,A.mM,A.BR,A.Gb,A.Fz,A.FA,A.BI,A.Ca,A.pM,A.tg,A.GG,A.j0,A.hf,A.uc,A.nL,A.qb,A.ff,A.tO,A.a2O,A.DH,A.t4,A.yz,A.a7s,A.Wl,A.u1,A.tR,A.qf,A.wu,A.pp,A.a8e,A.a4E,A.a5W,A.fe,A.J5,A.yP,A.a8g,A.u7,A.N3,A.Hh,A.Hj,A.xm,A.n3,A.A7,A.bB,A.pR,A.wC,A.wI,A.fr,A.a3,A.Hi,A.yC,A.Hk,A.H2,A.Ij,A.a5e,A.qn,A.wU,A.qy,A.a8O,A.xe,A.kI,A.a6f,A.qc,A.xr,A.eF,A.JP,A.NB,A.wW,A.Iw,A.JJ,A.MB,A.MA,A.ic,A.G5,A.AW,A.rD,A.Qq,A.a3Z,A.Ho,A.Ax,A.Mo,A.a6a,A.a4G,A.a8f,A.ND,A.yZ,A.jp,A.ey,A.aM,A.DQ,A.vZ,A.II,A.eB,A.aC,A.b_,A.MK,A.hX,A.a_a,A.bT,A.yW,A.a2U,A.fs,A.t9,A.kt,A.Rr,A.ch,A.BZ,A.I6,A.DG,A.BJ,A.a4F,A.yB,A.ja,A.QO,A.DK,A.E,A.aL,A.fV,A.ec,A.q,A.ud,A.abV,A.ku,A.jZ,A.jW,A.k8,A.pc,A.hQ,A.uU,A.c5,A.bL,A.a0j,A.f_,A.jV,A.w7,A.Gf,A.fk,A.cb,A.d_,A.ke,A.Qy,A.Cm,A.PP,A.Qj,A.Ul,A.Yo,A.a1g,A.Qb,A.PX,A.b8,A.Bk,A.CX,A.kS,A.qe,A.ub,A.Bi,A.Cs,A.ab,A.a0v,A.r4,A.uQ,A.r2,A.r1,A.l6,A.jD,A.aj,A.pH,A.Jx,A.Jl,A.ed,A.Bj,A.Ik,A.MD,A.wP,A.Id,A.Am,A.I2,A.MW,A.DA,A.a4Z,A.a4Y,A.d3,A.IW,A.Ag,A.e2,A.a6V,A.a0,A.fC,A.dm,A.ad3,A.f3,A.uR,A.a8x,A.a3f,A.v0,A.h3,A.bU,A.cD,A.Cj,A.q5,A.TU,A.a7t,A.o8,A.it,A.hA,A.hB,A.ez,A.KM,A.cE,A.GZ,A.HI,A.HS,A.HN,A.HL,A.HM,A.HK,A.HO,A.HW,A.HU,A.HV,A.HT,A.HQ,A.HR,A.HP,A.HJ,A.Bq,A.hD,A.qC,A.ix,A.ou,A.u9,A.ot,A.jo,A.acZ,A.YC,A.CU,A.HX,A.qA,A.Yx,A.YA,A.f9,A.pt,A.pu,A.fp,A.kD,A.xU,A.h7,A.H0,A.F9,A.a0w,A.LD,A.Hf,A.jb,A.Hn,A.JQ,A.Hs,A.Ht,A.Hu,A.Hv,A.Hw,A.JG,A.K6,A.Hx,A.HA,A.HB,A.HD,A.HE,A.I7,A.I9,A.Il,A.Ip,A.Ix,A.Iy,A.aD,A.IE,A.jd,A.IL,A.IS,A.a54,A.IU,A.Te,A.T2,A.T1,A.Td,A.Jk,A.fM,A.ok,A.bs,A.C2,A.Js,A.JL,A.Bl,A.Hr,A.xo,A.bP,A.b4,A.D9,A.K_,A.JY,A.JZ,A.JI,A.Kb,A.Kc,A.Kd,A.Kt,A.c4,A.D6,A.fa,A.Ky,A.qE,A.L8,A.La,A.Le,A.a_f,A.F5,A.Rk,A.Xe,A.H1,A.M3,A.M4,A.JH,A.M5,A.M6,A.Mr,A.a0G,A.Mw,A.MM,A.MP,A.MT,A.MU,A.MX,A.N0,A.q8,A.IM,A.NG,A.N2,A.N4,A.N6,A.Nv,A.eb,A.e0,A.uP,A.rd,A.BX,A.QZ,A.o9,A.nQ,A.Ic,A.wA,A.a42,A.bR,A.a4H,A.Ui,A.Vg,A.Hz,A.Kz,A.tA,A.Jn,A.ho,A.Dy,A.fL,A.dH,A.Jm,A.Jo,A.oe,A.zV,A.oi,A.uS,A.a1w,A.a8l,A.a8m,A.mV,A.mS,A.Gi,A.hd,A.MV,A.a0Z,A.a4Q,A.a6Y,A.a8A,A.Gt,A.p0,A.KA,A.c2,A.dt,A.RC,A.a6d,A.r6,A.A1,A.JD,A.CQ,A.K7,A.O9,A.az,A.d2,A.as,A.v3,A.a7Y,A.Mb,A.Zi,A.Oq,A.eg,A.v5,A.cX,A.Fl,A.a_S,A.kr,A.M8,A.Ms,A.Zy,A.a0L,A.a0M,A.a0J,A.fN,A.ZE,A.Zc,A.wn,A.EV,A.q3,A.Y9,A.d8,A.pD,A.mI,A.wc,A.Fn,A.a05,A.mx,A.ro,A.QS,A.ce,A.M9,A.Mc,A.j8,A.hh,A.jl,A.h_,A.Md,A.a03,A.A4,A.mO,A.jE,A.Q5,A.pe,A.JA,A.Uk,A.tW,A.CL,A.JB,A.hL,A.uT,A.uq,A.a1h,A.VL,A.VN,A.a12,A.a16,A.X7,A.ur,A.jG,A.oA,A.Lf,A.Lg,A.YW,A.c7,A.cr,A.PL,A.i1,A.Gg,A.w8,A.Og,A.Jw,A.H_,A.Kx,A.DF,A.nq,A.h9,A.wq,A.By,A.Hm,A.Tp,A.J_,A.IY,A.Jb,A.q1,A.J3,A.pX,A.Im,A.RP,A.Ok,A.Oj,A.Jp,A.Ql,A.DE,A.a6X,A.ZZ,A.og,A.lC,A.a04,A.a5K,A.jf,A.m6,A.c8,A.qm,A.Bp,A.un,A.fX,A.a_4,A.Gy,A.kN,A.LP,A.iL,A.n_,A.XS,A.yA,A.XY,A.WO,A.Yk,A.hV,A.mq,A.D_,A.F8,A.a_y,A.a0H,A.iU,A.IT,A.em,A.a38,A.p7,A.Fj,A.Ff,A.Sl,A.Mp,A.NQ,A.Mk,A.Mn,A.h1,A.ky,A.If,A.iW,A.dN,A.wM,A.ji,A.LZ,A.a5G,A.Ud,A.ES,A.fA,A.a0m,A.PW,A.Cn,A.Y0,A.Q0,A.Ae,A.Q3,A.rw,A.uo,A.Qz,A.Up,A.a37,A.B1,A.j2,A.a_q,A.Rl,A.a1j,A.Y7,A.DV,A.Yj,A.a0T,A.FQ,A.pn,A.Uy,A.dw,A.hc,A.h2,A.FT,A.a1i,A.a3a,A.CC,A.CO,A.m0,A.aY,A.kk,A.cQ,A.i4,A.abF,A.IH,A.nN]) +p(A.jN,[A.AU,A.PK,A.PI,A.a93,A.a9r,A.a9q,A.V0,A.V1,A.UY,A.UZ,A.V_,A.aa5,A.aa4,A.a0E,A.aaG,A.Vk,A.a9t,A.QV,A.AV,A.a9x,A.Rb,A.Rc,A.R6,A.R7,A.R5,A.R9,A.Ra,A.R8,A.S8,A.Sa,A.a9R,A.aaL,A.aaK,A.Tx,A.Ty,A.Tz,A.TA,A.TB,A.TC,A.TF,A.TD,A.aa9,A.aaa,A.aab,A.aa8,A.aan,A.Ti,A.Tg,A.aae,A.aaf,A.a9A,A.a9B,A.a9C,A.a9D,A.a9E,A.a9F,A.a9G,A.a9H,A.VX,A.VY,A.VZ,A.W0,A.W7,A.Wb,A.aaC,A.Xg,A.a0x,A.a0y,A.T3,A.SQ,A.SM,A.SN,A.SO,A.SP,A.SL,A.SJ,A.SS,A.a_d,A.a41,A.a74,A.a76,A.a77,A.a78,A.a79,A.a7a,A.a7b,A.a8s,A.a8t,A.a8u,A.a8v,A.a8w,A.a6O,A.a6P,A.a6Q,A.a6R,A.a6S,A.a6T,A.YT,A.YU,A.YY,A.Pt,A.Pu,A.VA,A.VB,A.a_N,A.a_O,A.a0b,A.SV,A.RM,A.X_,A.a1v,A.a1B,A.a1C,A.a1D,A.a1E,A.a1G,A.SD,A.SE,A.RH,A.RI,A.RJ,A.RK,A.Va,A.Vb,A.V8,A.PE,A.T8,A.T9,A.V5,A.So,A.a9Y,A.Rw,A.Rz,A.TM,A.QK,A.CF,A.Gd,A.VR,A.VQ,A.aaj,A.aal,A.a8h,A.a3J,A.a3I,A.a8Z,A.a8Y,A.TR,A.TN,A.a5x,A.a5E,A.a1c,A.a1e,A.a1b,A.a7z,A.a5J,A.a5_,A.a6e,A.Ww,A.a0V,A.a0Y,A.a68,A.a8G,A.a9l,A.a9m,A.aat,A.aaD,A.aaE,A.aa2,A.VW,A.a9V,A.Uo,A.Um,A.QB,A.QD,A.QG,A.a4R,A.a4T,A.a4U,A.a4W,A.Tm,A.Tn,A.To,A.aa3,A.a1_,A.a1l,A.a5F,A.Yt,A.Yu,A.YD,A.a6o,A.WC,A.a4x,A.a4y,A.a4z,A.a4a,A.a4b,A.a4c,A.a4n,A.a4q,A.a4r,A.a4s,A.a4t,A.a4u,A.a4v,A.a4w,A.a4d,A.a4e,A.a4f,A.a4o,A.a48,A.a4p,A.a47,A.a4g,A.a4h,A.a4i,A.a4j,A.a4k,A.a4l,A.a4m,A.a61,A.a5Z,A.Wo,A.a7p,A.a6F,A.a6q,A.a6r,A.a6s,A.a6t,A.WG,A.a8R,A.a8S,A.a8T,A.a8U,A.Y_,A.a_e,A.a6y,A.a6v,A.a6x,A.a6w,A.a6u,A.a8i,A.a8k,A.a8j,A.a3E,A.a2o,A.XJ,A.XK,A.a4K,A.a4J,A.a4L,A.R_,A.R0,A.R1,A.a9P,A.a9z,A.Wk,A.a4C,A.Vq,A.Vl,A.PN,A.Vt,A.Vu,A.VD,A.VC,A.a84,A.a85,A.a86,A.a2d,A.a28,A.a27,A.a2f,A.TK,A.ZM,A.ZI,A.Q9,A.Xa,A.X9,A.Zo,A.Zp,A.Zk,A.Zl,A.Zm,A.Zd,A.Zt,A.Zu,A.Zr,A.Zz,A.ZB,A.ZD,A.ZC,A.ZH,A.ZG,A.a_l,A.a_k,A.a2q,A.a09,A.a07,A.a82,A.a81,A.a8_,A.a80,A.a94,A.a0d,A.a0c,A.a_V,A.a_Z,A.a_X,A.a0_,A.a_Y,A.a00,A.a01,A.Qw,A.Yh,A.PR,A.a3H,A.a0o,A.a51,A.Q4,A.WU,A.ZU,A.ZV,A.ZT,A.a1Y,A.a1X,A.a1Z,A.a9y,A.Py,A.PB,A.Pz,A.PC,A.a8K,A.a3S,A.a3X,A.a8z,A.a8y,A.a8N,A.a8M,A.RG,A.Tr,A.a9u,A.Tt,A.Tv,A.Tu,A.a7h,A.RR,A.RS,A.RU,A.RV,A.RQ,A.S1,A.S2,A.S3,A.S4,A.a7e,A.a7f,A.a7c,A.Zb,A.a5V,A.Sv,A.St,A.Ss,A.Sw,A.Sy,A.Sq,A.Su,A.Sr,A.Y6,A.Xf,A.U0,A.U5,A.U7,A.U9,A.Ub,A.U2,A.U4,A.a56,A.a57,A.a58,A.a5b,A.a5c,A.a5d,A.Ux,A.Uv,A.Uu,A.Vf,A.a5S,A.Vy,A.Vx,A.Vw,A.a3p,A.a3q,A.a3r,A.a3s,A.a3t,A.a3u,A.a3v,A.a3w,A.a3y,A.a3x,A.a3z,A.a3A,A.a3B,A.a3C,A.a9J,A.a9K,A.a9L,A.a6j,A.a6k,A.Wu,A.Wt,A.WK,A.WJ,A.a_6,A.a_5,A.XI,A.a7B,A.a7E,A.XF,A.XH,A.XE,A.XG,A.XR,A.a7j,A.a7k,A.XZ,A.a7v,A.a7I,A.a7G,A.a2N,A.a2K,A.a6M,A.a6J,A.X5,A.a_u,A.a_v,A.a_w,A.a_x,A.a_A,A.a_B,A.a_C,A.a_E,A.a_L,A.a_I,A.a_K,A.a7T,A.a_P,A.Z2,A.YZ,A.Z_,A.Z0,A.Z4,A.Z6,A.Z7,A.Xw,A.Xx,A.Xy,A.Xu,A.Xv,A.Xz,A.XA,A.a0R,A.a39,A.a3b,A.a9X,A.Q2,A.Qe,A.Qf,A.Qs,A.QJ,A.WM,A.aa7,A.a2s,A.Rn,A.Ro,A.a9S,A.a88,A.UA,A.Uz,A.UB,A.UD,A.UF,A.UC,A.UT,A.WT,A.a5j,A.a5k,A.Rq,A.Rp,A.a4P,A.UX,A.a6l,A.a6m,A.a6n,A.a7Q,A.a3h,A.a9i,A.a9g,A.a9h,A.a97,A.a98,A.a9f,A.a9j,A.a9a,A.a9d,A.a9c,A.a9b,A.a99,A.a9e]) +p(A.AU,[A.PJ,A.a0A,A.a0B,A.a0C,A.a0D,A.TI,A.TJ,A.QI,A.QX,A.TE,A.T4,A.Qh,A.Qi,A.aap,A.aaq,A.Tj,A.a91,A.W8,A.W9,A.Wa,A.W3,A.W4,A.W5,A.SR,A.aas,A.Ym,A.a75,A.Ys,A.YV,A.YX,A.Pr,A.a_3,A.Ps,A.a_M,A.SU,A.SX,A.SW,A.X0,A.a1F,A.a1H,A.a_b,A.V9,A.T7,A.a1z,A.SF,A.SG,A.QM,A.aaB,A.YK,A.a3K,A.a3L,A.a8n,A.a8X,A.a3N,A.a3O,A.a3Q,A.a3R,A.a3P,A.a3M,A.TQ,A.TP,A.a5t,A.a5A,A.a5z,A.a5w,A.a5v,A.a5u,A.a5D,A.a5C,A.a5B,A.a1d,A.a1f,A.a1a,A.a8c,A.a8b,A.a3n,A.a46,A.a45,A.a72,A.a92,A.a9O,A.a7y,A.a34,A.a33,A.QP,A.QQ,A.VV,A.a9W,A.Qk,A.Un,A.QF,A.Ru,A.Rv,A.a4X,A.a9Q,A.a90,A.Tl,A.Q6,A.QN,A.TW,A.TV,A.TX,A.TY,A.Wr,A.Wq,A.Wp,A.Sc,A.Sh,A.Si,A.Sd,A.Se,A.Sf,A.Sg,A.Yz,A.YH,A.a1p,A.a1q,A.a1r,A.a1s,A.a1t,A.PG,A.a3G,A.WB,A.a4A,A.a49,A.a9w,A.a9v,A.a5Y,A.a60,A.a62,A.a5X,A.a6_,A.WE,A.WF,A.a5o,A.a_h,A.a_g,A.a6E,A.a6D,A.a6C,A.a6A,A.a6B,A.a6z,A.a2p,A.a2A,A.a2B,A.a2C,A.a2D,A.a2E,A.a2F,A.a2H,A.a2G,A.a2y,A.a2z,A.a2v,A.a2w,A.a2x,A.Vi,A.Vh,A.a6h,A.Vn,A.Vo,A.Xi,A.a20,A.a22,A.a21,A.a23,A.a24,A.a25,A.a26,A.a2a,A.a2b,A.a2c,A.a29,A.a2g,A.a2h,A.ZK,A.ZL,A.Zg,A.Zf,A.Xd,A.Xc,A.Xb,A.Y5,A.Y4,A.Y3,A.Zn,A.Zq,A.Zs,A.ZA,A.a_n,A.a_o,A.a_p,A.Qv,A.a0n,A.YR,A.ZR,A.ZS,A.ZQ,A.a1n,A.a2_,A.a3m,A.a8L,A.a3W,A.a3U,A.a3V,A.a3T,A.ZX,A.ZY,A.a3c,A.a__,A.a_0,A.a5p,A.a5q,A.a5r,A.a5s,A.Qm,A.Rg,A.Rh,A.U_,A.U1,A.U6,A.U8,A.Ua,A.Uc,A.U3,A.a5a,A.a59,A.a5O,A.a5N,A.a5M,A.a5R,A.a5T,A.a5U,A.PF,A.a6i,A.a6G,A.X1,A.a7D,A.a7C,A.a7A,A.XD,A.a6Z,A.XW,A.XV,A.XX,A.XU,A.XT,A.a7_,A.a71,A.a70,A.a5I,A.a7u,A.ZW,A.a7L,A.a7M,A.a7K,A.a7F,A.a7J,A.a7H,A.a2L,A.a2M,A.a6H,A.X4,A.X2,A.a_t,A.a7X,A.a_z,A.a_H,A.a_J,A.Z5,A.Z1,A.Z3,A.Xl,A.Xm,A.Xn,A.Xo,A.Xp,A.Xq,A.Xr,A.Xs,A.Xt,A.a0r,A.a0t,A.a0u,A.a0P,A.a0Q,A.a0O,A.a0S,A.a2k,A.a2m,A.a2l,A.a3D,A.a5H,A.Ue,A.Uf,A.Ug,A.Y1,A.WL,A.a2t,A.US,A.UG,A.UN,A.UO,A.UP,A.UQ,A.UL,A.UM,A.UH,A.UI,A.UJ,A.UK,A.UR,A.a5P,A.a4M,A.a4O,A.a5l,A.TG,A.Ur,A.Us,A.UW,A.UV,A.aay,A.WP,A.WQ,A.WR,A.YN,A.a7S,A.a7R,A.aa0,A.aa1,A.aax,A.aaw]) +p(A.a5g,[A.ri,A.iJ,A.m3,A.nB,A.tL,A.lk,A.r9,A.wG,A.fT,A.mp,A.Pv,A.lB,A.vH,A.t1,A.u0,A.pw,A.wi,A.R2,A.Y8,A.tV,A.DR,A.nt,A.nG,A.Q7,A.lu,A.hn,A.r8,A.RB,A.iN,A.hR,A.oQ,A.kg,A.h4,A.w5,A.a1x,A.Gh,A.mE,A.w4,A.Al,A.Qa,A.a2r,A.ny,A.hm,A.pO,A.A_,A.Nc,A.rR,A.hw,A.cA,A.Cl,A.q2,A.wY,A.Sk,A.tn,A.Go,A.pT,A.Qp,A.Qo,A.x5,A.kJ,A.Tf,A.Wn,A.he,A.ka,A.bJ,A.eo,A.vU,A.FJ,A.m_,A.a_s,A.v7,A.Ac,A.GN,A.nr,A.Aj,A.Ao,A.rh,A.od,A.pz,A.a2j,A.vY,A.C0,A.D4,A.D3,A.lj,A.tu,A.Bh,A.ks,A.vE,A.py,A.pa,A.vF,A.Gk,A.Cq,A.G_,A.Qt,A.vq,A.mr,A.RD,A.oo,A.CK,A.lR,A.eG,A.G9,A.a_R,A.k3,A.GD,A.jS,A.Tq,A.kB,A.GA,A.a8a,A.pY,A.oa,A.DP,A.db,A.XC,A.yN,A.p3,A.dy,A.ya,A.q6,A.MG,A.qz,A.EZ,A.Fb,A.mt,A.Fe,A.Fc,A.vy,A.FK,A.Me,A.pg,A.Wf,A.mi]) +p(A.AB,[A.rq,A.rs,A.nD]) +p(A.i,[A.uv,A.da,A.jc,A.ha,A.N,A.dI,A.aO,A.fF,A.mD,A.iX,A.vP,A.iw,A.dR,A.mU,A.H3,A.MH,A.id,A.lW,A.rW,A.bi,A.tq,A.O3]) +q(A.wH,A.AD) +q(A.rr,A.Ap) +p(A.dn,[A.nM,A.DY]) +p(A.nM,[A.EX,A.AO,A.AS,A.AQ,A.DN,A.wh,A.CA,A.Ft]) +q(A.DL,A.wh) +q(A.AC,A.Fw) +p(A.AV,[A.a1k,A.aa_,A.aao,A.aag,A.W6,A.W2,A.SK,A.a13,A.aaI,A.V6,A.Rx,A.a4D,A.QL,A.Rj,A.YJ,A.VP,A.aak,A.a9_,A.a9T,A.TS,A.TO,A.a5y,A.a3o,A.a7x,A.Wm,A.Wy,A.a0X,A.a0W,A.a6b,A.XO,A.a2V,A.a2X,A.a2Y,A.a8F,A.a8E,A.a9k,A.WV,A.WW,A.WX,A.WY,A.a_8,A.a_9,A.a17,A.a18,A.PU,A.PV,A.QA,A.QC,A.QE,A.Rs,A.Yy,A.Wz,A.a6p,A.a7m,A.a7l,A.a7o,A.a8P,A.a8Q,A.a_i,A.a7O,A.a2n,A.XL,A.a4I,A.Vj,A.Vp,A.Vm,A.PO,A.Xj,A.Xk,A.ZJ,A.Ze,A.X8,A.Yd,A.Yc,A.Ye,A.Yf,A.Zj,A.Zv,A.Zw,A.ZF,A.Zh,A.Zx,A.a_m,A.a7Z,A.a0e,A.a0f,A.a_W,A.Qx,A.a52,A.a14,A.RX,A.RZ,A.RY,A.S_,A.S0,A.RT,A.RW,A.a7g,A.a7d,A.Z9,A.Za,A.Sx,A.Uw,A.a5L,A.Ut,A.a5Q,A.a6U,A.a7q,A.a8d,A.a8V,A.a8W,A.a6L,A.a6K,A.a6I,A.a_D,A.a7W,A.a7U,A.a7V,A.a_G,A.a0s,A.a36,A.Q1,A.WN,A.a87,A.UE,A.a4N,A.a5m,A.YO]) +p(A.bq,[A.As,A.jU,A.eE,A.j3,A.CH,A.GF,A.I5,A.F2,A.IG,A.tT,A.l7,A.eT,A.DC,A.GH,A.mL,A.eL,A.AZ,A.IX]) +q(A.BK,A.S5) +p(A.jU,[A.Cd,A.Cb,A.Cc]) +p(A.Qg,[A.uu,A.vN]) +q(A.BM,A.Yi) +p(A.a40,[A.Oh,A.a8r,A.O8]) +q(A.a73,A.Oh) +q(A.a6N,A.O8) +p(A.E7,[A.QR,A.Bt,A.Vr,A.Vz,A.Yp,A.a_F,A.TT,A.Qn,A.a1A]) +p(A.iT,[A.p2,A.o6,A.tY,A.lY,A.w3]) +p(A.a02,[A.RL,A.WZ]) +q(A.rN,A.Ig) +p(A.rN,[A.a0i,A.Co,A.F3]) +p(A.S,[A.kR,A.pK]) +q(A.Jv,A.kR) +q(A.GB,A.Jv) +q(A.lT,A.a1I) +p(A.SH,[A.XN,A.SY,A.Sb,A.Uh,A.XM,A.YG,A.a_Q,A.a0k]) +p(A.SI,[A.XP,A.a1V,A.XQ,A.RE,A.Ya,A.Sz,A.a2Z,A.Dr]) +p(A.Co,[A.V7,A.PD,A.T6]) +p(A.a1K,[A.a1P,A.a1W,A.a1R,A.a1U,A.a1Q,A.a1T,A.a1J,A.a1M,A.a1S,A.a1O,A.a1N,A.a1L]) +p(A.RO,[A.Bb,A.Ci]) +p(A.SA,[A.Ry,A.TL]) +q(A.Fx,A.o5) +q(A.BL,A.Fx) +p(J.ol,[J.tN,J.tP,J.b,J.lN,J.lO,J.k1,J.iE]) +p(J.b,[J.k5,J.z,A.uw,A.uA,A.P,A.zU,A.rc,A.fB,A.bG,A.HZ,A.dF,A.Bd,A.BB,A.Ir,A.rV,A.It,A.BF,A.IN,A.f0,A.Cu,A.Jf,A.D1,A.Dh,A.K0,A.K1,A.f7,A.K2,A.Kf,A.fb,A.KC,A.LW,A.fh,A.Mx,A.fi,A.ME,A.eh,A.MY,A.Gr,A.fn,A.N7,A.Gw,A.GJ,A.NR,A.O1,A.Oa,A.Ou,A.Ow,A.fO,A.JE,A.fR,A.Kn,A.E2,A.MI,A.h5,A.Nd,A.A8,A.Hl]) +p(J.k5,[J.DZ,J.i3,J.hH]) +q(J.VO,J.z) +p(J.k1,[J.om,J.tQ]) +p(A.ha,[A.le,A.zc,A.iq,A.ip]) +q(A.x0,A.le) +q(A.wF,A.zc) +q(A.dD,A.wF) +p(A.ak,[A.lf,A.dl,A.je,A.Jy]) +q(A.e3,A.pK) +p(A.N,[A.aX,A.eA,A.b2,A.mT,A.xu,A.jj,A.n1,A.yu]) +p(A.aX,[A.eM,A.a4,A.cs,A.u3,A.Jz,A.xa]) +q(A.iu,A.dI) +q(A.t0,A.mD) +q(A.nY,A.iX) +q(A.t_,A.iw) +p(A.hf,[A.Lk,A.Ll,A.Lm]) +p(A.Lk,[A.dU,A.qq,A.Ln,A.Lo]) +p(A.Ll,[A.Lp,A.Lq,A.Lr,A.Ls]) +p(A.Lm,[A.dV,A.xW]) +q(A.yV,A.uc) +q(A.j5,A.yV) +q(A.lg,A.j5) +p(A.nL,[A.by,A.cg]) +p(A.ff,[A.rA,A.qw]) +p(A.rA,[A.dE,A.d4]) +q(A.oj,A.CF) +q(A.uG,A.j3) +p(A.Gd,[A.G1,A.nw]) +p(A.dl,[A.tS,A.lP,A.xq]) +p(A.uA,[A.ux,A.oD]) +p(A.oD,[A.xG,A.xI]) +q(A.xH,A.xG) +q(A.uz,A.xH) +q(A.xJ,A.xI) +q(A.eJ,A.xJ) +p(A.uz,[A.Ds,A.Dt]) +p(A.eJ,[A.Du,A.uy,A.Dv,A.Dw,A.uB,A.uC,A.m4]) +q(A.yQ,A.IG) +p(A.bB,[A.yD,A.w_,A.x1,A.x8,A.pZ]) +q(A.dv,A.yD) +q(A.j9,A.dv) +p(A.pR,[A.pS,A.x9]) +q(A.pQ,A.pS) +q(A.wy,A.wC) +q(A.bk,A.wI) +q(A.kF,A.yC) +q(A.MF,A.H2) +p(A.Ij,[A.mR,A.pW]) +p(A.x8,[A.z_,A.xv]) +q(A.a7w,A.a8O) +p(A.je,[A.kK,A.wR]) +p(A.qw,[A.i8,A.en]) +p(A.wW,[A.wV,A.wX]) +p(A.MB,[A.dW,A.dz]) +p(A.MA,[A.yv,A.yw]) +q(A.vX,A.yv) +p(A.ic,[A.jk,A.yy,A.n0]) +q(A.yx,A.yw) +q(A.po,A.yx) +p(A.G5,[A.yG,A.a3Y]) +q(A.xn,A.yG) +p(A.AW,[A.lm,A.PY,A.VS]) +p(A.lm,[A.A3,A.CN,A.GL]) +p(A.rD,[A.a8B,A.Q_,A.PZ,A.J6,A.VU,A.VT,A.a35,A.a32]) +p(A.a8B,[A.PM,A.We]) +p(A.Qq,[A.a5h,A.a89,A.a4_,A.a4B,A.Hy,A.JC,A.NE]) +q(A.a8H,A.a4_) +q(A.CI,A.tT) +q(A.a67,A.Ax) +q(A.a69,A.a6a) +q(A.a6c,A.JC) +q(A.OQ,A.ND) +q(A.a8I,A.OQ) +p(A.eT,[A.oX,A.tC]) +q(A.I8,A.yW) +p(A.P,[A.ba,A.BW,A.fg,A.ys,A.fl,A.ej,A.yK,A.GO,A.pN,A.Aa,A.jF]) +p(A.ba,[A.ag,A.hr]) +q(A.ai,A.ag) +p(A.ai,[A.zX,A.A2,A.Cf,A.Fi]) +q(A.B3,A.fB) +q(A.nO,A.HZ) +p(A.dF,[A.B4,A.B5]) +q(A.Is,A.Ir) +q(A.rU,A.Is) +q(A.Iu,A.It) +q(A.BD,A.Iu) +q(A.eY,A.rc) +q(A.IO,A.IN) +q(A.BU,A.IO) +q(A.Jg,A.Jf) +q(A.lG,A.Jg) +q(A.Dl,A.K0) +q(A.Dm,A.K1) +q(A.K3,A.K2) +q(A.Dn,A.K3) +q(A.Kg,A.Kf) +q(A.uF,A.Kg) +q(A.KD,A.KC) +q(A.E1,A.KD) +q(A.F1,A.LW) +q(A.yt,A.ys) +q(A.FO,A.yt) +q(A.My,A.Mx) +q(A.FU,A.My) +q(A.G2,A.ME) +q(A.MZ,A.MY) +q(A.Gl,A.MZ) +q(A.yL,A.yK) +q(A.Gm,A.yL) +q(A.N8,A.N7) +q(A.Gv,A.N8) +q(A.NS,A.NR) +q(A.HY,A.NS) +q(A.wT,A.rV) +q(A.O2,A.O1) +q(A.J7,A.O2) +q(A.Ob,A.Oa) +q(A.xF,A.Ob) +q(A.Ov,A.Ou) +q(A.Mz,A.Ov) +q(A.Ox,A.Ow) +q(A.ML,A.Ox) +q(A.JF,A.JE) +q(A.CV,A.JF) +q(A.Ko,A.Kn) +q(A.DI,A.Ko) +q(A.MJ,A.MI) +q(A.G6,A.MJ) +q(A.Ne,A.Nd) +q(A.Gx,A.Ne) +p(A.DK,[A.v,A.Q]) +q(A.A9,A.Hl) +q(A.DJ,A.jF) +p(A.kS,[A.pL,A.pf]) +p(A.ab,[A.cd,A.xB,A.Bc,A.MN,A.rH]) +p(A.cd,[A.Hb,A.H4,A.H5,A.Lb,A.LS,A.I4,A.N9,A.wJ,A.za]) +q(A.Hc,A.Hb) +q(A.Hd,A.Hc) +q(A.nm,A.Hd) +p(A.a0v,[A.a65,A.a7r,A.Ch,A.FX,A.Q8,A.QY]) +q(A.Lc,A.Lb) +q(A.Ld,A.Lc) +q(A.uV,A.Ld) +q(A.LT,A.LS) +q(A.fd,A.LT) +q(A.rG,A.I4) +q(A.Na,A.N9) +q(A.Nb,A.Na) +q(A.mK,A.Nb) +q(A.wK,A.wJ) +q(A.wL,A.wK) +q(A.nK,A.wL) +p(A.nK,[A.r3,A.ww]) +q(A.e4,A.uQ) +p(A.e4,[A.xp,A.f1,A.Gq,A.de,A.Gp,A.o3,A.Ia]) +q(A.aB,A.za) +p(A.aj,[A.dS,A.ay,A.ir,A.wk]) +p(A.ay,[A.vj,A.ht,A.v2,A.k0,A.uk,A.mz,A.mG,A.jB,A.la,A.is,A.rY,A.jR,A.l8,A.m1,A.mF]) +p(A.q,[A.I_,A.jO,A.D8]) +q(A.eV,A.I_) +q(A.bz,A.Jl) +q(A.I0,A.bz) +q(A.B6,A.I0) +p(A.ed,[A.I1,A.JS,A.NJ]) +q(A.RN,A.Ik) +p(A.RN,[A.h,A.iC,A.a0g,A.aP]) +p(A.h,[A.aQ,A.a9,A.aJ,A.aq,A.vm,A.Kl]) +p(A.aQ,[A.B7,A.Ba,A.Ay,A.C1,A.tH,A.oq,A.yo,A.NP,A.Hq,A.Fg,A.Gn,A.N5,A.Kj,A.E5,A.lS,A.eu,A.B_,A.Kk,A.Bn,A.Ck,A.iy,A.Do,A.K4,A.Dx,A.oM,A.F4,A.Fd,A.Km,A.kz,A.Gs,A.GP,A.IK,A.nj,A.Ce,A.ts,A.Cr,A.ob,A.Dk,A.E_,A.Ea,A.oV,A.FV,A.Gu,A.NK,A.GW]) +p(A.a9,[A.pU,A.p_,A.ug,A.r7,A.v_,A.rk,A.tF,A.xk,A.ue,A.CB,A.kU,A.kV,A.vn,A.x3,A.p4,A.wf,A.il,A.wp,A.np,A.nW,A.lx,A.tk,A.kl,A.lE,A.tz,A.u8,A.xA,A.uE,A.jg,A.oJ,A.uM,A.to,A.w0,A.km,A.vl,A.F_,A.qh,A.qv,A.vr,A.vw,A.yk,A.p9,A.vJ,A.mA,A.vL,A.pE,A.r0,A.vK,A.rC,A.li,A.t8,A.os,A.ua,A.ko]) +q(A.al,A.MD) +p(A.al,[A.pV,A.qp,A.xw,A.wx,A.Oi,A.zb,A.xl,A.zg,A.O6,A.q9,A.zn,A.zo,A.yc,A.ze,A.yd,A.yO,A.wt,A.OT,A.wz,A.wZ,A.q0,A.J2,A.oY,A.q7,A.O5,A.JM,A.O7,A.xM,A.xP,A.Kw,A.Kv,A.zf,A.zm,A.Op,A.y9,A.qF,A.mX,A.Ot,A.vs,A.yl,A.M2,A.Os,A.Mg,A.yq,A.yp,A.N1,A.wv,A.zl,A.HG,A.HH,A.zd,A.zh,A.JO,A.M_]) +q(A.eW,A.Id) +p(A.eW,[A.hb,A.d1,A.hW]) +p(A.Am,[A.a4V,A.a43,A.a83]) +p(A.p_,[A.nP,A.qg]) +q(A.hT,A.qp) +p(A.hT,[A.wQ,A.JT]) +q(A.B9,A.I2) +p(A.aJ,[A.aT,A.dq,A.cz]) +p(A.aT,[A.xh,A.th,A.CD,A.xS,A.yb,A.LY,A.ws,A.Nx,A.hG,A.hF,A.xt,A.lF,A.mZ,A.oT,A.wm,A.LV,A.xE,A.vp,A.yg,A.yi,A.pb,A.Mm,A.x_,A.n4,A.xT]) +q(A.I3,A.DA) +q(A.rF,A.I3) +q(A.a53,A.B9) +p(A.d3,[A.e5,A.rS,A.Bs]) +q(A.kH,A.e5) +p(A.kH,[A.o0,A.BP,A.BN]) +q(A.br,A.IW) +q(A.lw,A.IX) +p(A.rS,[A.IV,A.Br,A.Ma]) +p(A.e2,[A.eO,A.FL,A.LX,A.Hp,A.Dp,A.j6,A.Fr,A.vi,A.CJ,A.d7,A.xb,A.yE,A.Fa,A.vz,A.vW]) +p(A.dm,[A.D0,A.fI]) +p(A.D0,[A.wl,A.dQ]) +q(A.u_,A.f3) +p(A.a8x,[A.J4,A.kG,A.xd]) +q(A.ti,A.br) +q(A.aK,A.KM) +q(A.OD,A.GZ) +q(A.OE,A.OD) +q(A.Nj,A.OE) +p(A.aK,[A.KE,A.KZ,A.KP,A.KK,A.KN,A.KI,A.KR,A.L6,A.dr,A.KV,A.KX,A.KT,A.KG]) +q(A.KF,A.KE) +q(A.m8,A.KF) +p(A.Nj,[A.Oz,A.OL,A.OG,A.OC,A.OF,A.OB,A.OH,A.OP,A.ON,A.OO,A.OM,A.OJ,A.OK,A.OI,A.OA]) +q(A.Nf,A.Oz) +q(A.L_,A.KZ) +q(A.md,A.L_) +q(A.Nq,A.OL) +q(A.KQ,A.KP) +q(A.iP,A.KQ) +q(A.Nl,A.OG) +q(A.KL,A.KK) +q(A.kh,A.KL) +q(A.Ni,A.OC) +q(A.KO,A.KN) +q(A.ki,A.KO) +q(A.Nk,A.OF) +q(A.KJ,A.KI) +q(A.iO,A.KJ) +q(A.Nh,A.OB) +q(A.KS,A.KR) +q(A.ma,A.KS) +q(A.Nm,A.OH) +q(A.L7,A.L6) +q(A.mg,A.L7) +q(A.Nu,A.OP) +p(A.dr,[A.L2,A.L4,A.L0]) +q(A.L3,A.L2) +q(A.me,A.L3) +q(A.Ns,A.ON) +q(A.L5,A.L4) +q(A.mf,A.L5) +q(A.Nt,A.OO) +q(A.L1,A.L0) +q(A.E4,A.L1) +q(A.Nr,A.OM) +q(A.KW,A.KV) +q(A.iQ,A.KW) +q(A.No,A.OJ) +q(A.KY,A.KX) +q(A.mc,A.KY) +q(A.Np,A.OK) +q(A.KU,A.KT) +q(A.mb,A.KU) +q(A.Nn,A.OI) +q(A.KH,A.KG) +q(A.m9,A.KH) +q(A.Ng,A.OA) +q(A.J8,A.cD) +q(A.cl,A.J8) +p(A.cl,[A.uK,A.fE]) +p(A.uK,[A.fH,A.oS,A.rX]) +p(A.qC,[A.xz,A.qk]) +p(A.oS,[A.ee,A.Af]) +p(A.rX,[A.h8,A.fK,A.fS]) +p(A.Af,[A.ei,A.pP]) +q(A.lH,A.h7) +q(A.ov,A.lH) +q(A.zW,A.H0) +q(A.WD,A.F9) +p(A.a0w,[A.a8o,A.a8q]) +q(A.L9,A.Q) +p(A.aq,[A.aW,A.yr,A.eI,A.CT,A.ql,A.FI,A.xV]) +p(A.aW,[A.Hg,A.Ju,A.Jt,A.HC,A.Jr,A.us,A.r5,A.DM,A.rJ,A.nH,A.AM,A.AN,A.DW,A.DX,A.wg,A.Cg,A.cW,A.l4,A.rK,A.mB,A.eU,A.CW,A.uJ,A.FH,A.CZ,A.fc,A.oc,A.zS,A.Fm,A.Dj,A.Ah,A.t5,A.tD,A.ry,A.Bf,A.J9,A.Ih,A.M1,A.FM,A.Gc,A.BS,A.qx]) +q(A.w,A.LD) +p(A.w,[A.C,A.LM,A.cj]) +p(A.C,[A.y5,A.On,A.y3,A.xY,A.Eu,A.Ly,A.Ey,A.y1,A.LK,A.ia,A.zj]) +q(A.EL,A.y5) +p(A.EL,[A.Ej,A.LB,A.LA,A.EE,A.Es]) +p(A.Ej,[A.Lu,A.Lv,A.EI]) +q(A.nn,A.Hf) +q(A.a3F,A.nn) +q(A.ox,A.v2) +q(A.ns,A.Hn) +q(A.uh,A.JQ) +q(A.nu,A.Hs) +q(A.nv,A.Ht) +q(A.re,A.Hu) +q(A.Lh,A.Oi) +q(A.rj,A.Hv) +q(A.be,A.Hw) +q(A.wD,A.zb) +q(A.bX,A.K6) +p(A.bX,[A.Da,A.Ii,A.i0]) +p(A.Da,[A.K5,A.Iz,A.IF]) +q(A.Aq,A.Hx) +q(A.rl,A.HA) +q(A.nC,A.HB) +q(A.rp,A.HD) +q(A.nI,A.HE) +q(A.ui,A.jO) +q(A.rL,A.I7) +q(A.rM,A.I9) +q(A.nS,A.Il) +q(A.nT,A.Ip) +q(A.nU,A.Ix) +q(A.nV,A.Iy) +p(A.aD,[A.NT,A.NW,A.NU,A.NV,A.NZ,A.O0,A.O_,A.Jh,A.Jj,A.O4,A.Jq,A.Od,A.Of,A.Oe,A.yI,A.MR,A.Oy]) +q(A.IA,A.NT) +q(A.ID,A.NW) +q(A.IB,A.NU) +q(A.IC,A.NV) +q(A.nZ,A.IE) +q(A.ta,A.IL) +q(A.IP,A.NZ) +q(A.IR,A.O0) +q(A.IQ,A.O_) +q(A.o2,A.IS) +q(A.o4,A.IU) +q(A.a5n,A.o4) +q(A.a10,A.Te) +q(A.NX,A.a10) +q(A.NY,A.NX) +q(A.a5f,A.NY) +q(A.a7P,A.Td) +q(A.Ji,A.O4) +q(A.iz,A.Jk) +p(A.CD,[A.tw,A.xi,A.jP,A.lI,A.nR]) +p(A.fM,[A.tG,A.iD]) +p(A.iD,[A.k_,A.tI,A.tJ,A.DB]) +p(A.ok,[A.a63,A.a64,A.a6W]) +q(A.xj,A.zg) +q(A.oh,A.tH) +p(A.bs,[A.CE,A.cp,A.fq,A.Ak]) +q(A.dp,A.CE) +q(A.tK,A.Js) +q(A.vS,A.yr) +q(A.JK,A.vS) +q(A.LC,A.On) +q(A.or,A.JL) +q(A.a6g,A.or) +q(A.JU,A.O6) +q(A.y4,A.y3) +q(A.EJ,A.y4) +p(A.EJ,[A.y_,A.vb,A.Er,A.Ep,A.EA,A.ED,A.Lt,A.qr,A.Et,A.EQ,A.Ex,A.EK,A.v8,A.EC,A.v4,A.vc,A.El,A.EB,A.Ev,A.Ez,A.v6,A.Ol,A.y0,A.LG,A.qs,A.Mi]) +p(A.CB,[A.xx,A.r_,A.qV,A.qY,A.qW,A.qZ]) +q(A.of,A.q9) +p(A.of,[A.nl,A.H8]) +p(A.nl,[A.JR,A.Ha,A.H6,A.H7,A.H9]) +p(A.Bc,[A.Mf,A.Ja,A.NM]) +q(A.JW,A.D8) +q(A.b7,A.Hr) +q(A.D7,A.b7) +q(A.JV,A.D7) +q(A.Db,A.eO) +q(A.m2,A.K_) +q(A.Di,A.m2) +q(A.oz,A.JY) +q(A.up,A.JZ) +q(A.oE,A.Kb) +q(A.uD,A.Kc) +q(A.oF,A.Kd) +q(A.Kq,A.Od) +q(A.Ks,A.Of) +q(A.Kr,A.Oe) +q(A.oI,A.Kt) +p(A.c4,[A.oK,A.Kh]) +q(A.ek,A.oK) +q(A.mW,A.ek) +q(A.kb,A.mW) +q(A.uO,A.kb) +q(A.xy,A.uO) +q(A.fP,A.xy) +q(A.NN,A.zn) +q(A.NO,A.zo) +p(A.fa,[A.GX,A.B8,A.Ke,A.NL]) +q(A.oN,A.Ky) +p(A.FL,[A.z8,A.z9]) +q(A.oR,A.L8) +q(A.oU,A.La) +q(A.oW,A.Le) +q(A.F6,A.yc) +p(A.Rk,[A.aH,A.kv]) +q(A.wB,A.aH) +p(A.Xe,[A.a7N,A.a8p]) +q(A.x4,A.ze) +q(A.ye,A.yd) +q(A.p5,A.ye) +q(A.bh,A.H1) +p(A.bh,[A.Bx,A.ew,A.ld,A.GS,A.Bz,A.wO,A.ET,A.Dz,A.E6,A.Bv]) +p(A.Bx,[A.In,A.Io]) +q(A.p8,A.M3) +q(A.vA,A.M4) +q(A.vB,A.M5) +q(A.vC,A.M6) +q(A.vQ,A.Mr) +p(A.a0G,[A.a_2,A.a_1]) +q(A.vV,A.Mw) +q(A.pq,A.MM) +q(A.ps,A.MP) +q(A.Ge,A.rk) +q(A.MQ,A.Oy) +q(A.MS,A.be) +q(A.pv,A.MT) +q(A.pA,A.MU) +q(A.ck,A.MX) +q(A.fm,A.N0) +q(A.WA,A.rF) +q(A.j7,A.NG) +q(A.wd,A.N2) +q(A.we,A.N4) +q(A.IJ,A.us) +p(A.vb,[A.v9,A.EH,A.iS,A.xX,A.EP]) +q(A.Lx,A.v9) +q(A.pF,A.yO) +q(A.pG,A.N6) +q(A.pI,A.Nv) +p(A.eb,[A.oH,A.A5,A.vo]) +p(A.e0,[A.cI,A.es,A.xC]) +p(A.rd,[A.bV,A.jH,A.xD]) +p(A.Ak,[A.cK,A.dj]) +q(A.dC,A.ku) +p(A.cp,[A.cL,A.bS,A.dx,A.dM,A.dA,A.dB]) +p(A.bR,[A.aU,A.e8,A.kM]) +q(A.lU,A.Ui) +p(A.Hz,[A.wE,A.qd]) +q(A.lJ,A.Jn) +p(A.lJ,[A.GY,A.a5i,A.Dq]) +q(A.ra,A.A5) +q(A.hE,A.Jm) +q(A.Vs,A.Jo) +p(A.a1w,[A.GU,A.a8C,A.Aw,A.Wj,A.S6]) +q(A.pB,A.iC) +q(A.l,A.MV) +q(A.mu,A.FX) +q(A.iM,A.KA) +q(A.Ie,A.iM) +q(A.mm,A.LM) +q(A.LR,A.mm) +p(A.ix,[A.jK,A.pk]) +p(A.hD,[A.lb,A.FF]) +p(A.c2,[A.et,A.yJ,A.vR,A.kx]) +q(A.wN,A.et) +q(A.rB,A.wN) +p(A.rB,[A.f8,A.eZ,A.d9]) +q(A.Lw,A.xY) +q(A.Eq,A.Lw) +q(A.Lz,A.Ly) +q(A.xZ,A.Lz) +q(A.Ew,A.xZ) +q(A.CP,A.JD) +p(A.CP,[A.Yb,A.B0]) +p(A.B0,[A.hO,A.AT,A.AR,A.AP,A.Fu,A.A0]) +p(A.hO,[A.tB,A.wj,A.DO]) +q(A.K8,A.O9) +q(A.oP,A.QZ) +p(A.a7Y,[A.HF,A.dT]) +p(A.dT,[A.LU,A.xg,A.n2]) +q(A.kA,A.yJ) +q(A.LE,A.y1) +q(A.LF,A.LE) +q(A.va,A.LF) +q(A.Or,A.Oq) +q(A.jh,A.Or) +q(A.Ek,A.Lt) +p(A.rH,[A.my,A.Ib]) +p(A.qr,[A.Eo,A.Em,A.En,A.y2]) +p(A.y2,[A.EF,A.EG]) +p(A.a_S,[A.rv,A.vD]) +q(A.mv,A.M8) +q(A.FD,A.Ms) +q(A.Mv,A.kx) +q(A.iZ,A.Mv) +q(A.a0N,A.a0M) +q(A.a0K,A.a0J) +q(A.Mt,A.vR) +q(A.Mu,A.Mt) +q(A.dL,A.Mu) +q(A.pj,A.dL) +p(A.cj,[A.y6,A.LH]) +q(A.LI,A.y6) +q(A.LJ,A.LI) +q(A.ml,A.LJ) +p(A.ml,[A.EM,A.EN]) +q(A.vd,A.LH) +q(A.EO,A.vd) +q(A.LL,A.LK) +q(A.ve,A.LL) +q(A.mn,A.ia) +q(A.vf,A.mn) +q(A.Fo,A.M9) +q(A.bM,A.Mc) +q(A.pd,A.Md) +q(A.uL,A.pd) +p(A.a03,[A.a2u,A.Ws,A.a1u]) +q(A.Qu,A.A4) +q(A.Yg,A.Qu) +p(A.Q5,[A.a50,A.Ei]) +q(A.k2,A.JA) +p(A.k2,[A.lQ,A.k4,A.tX]) +q(A.Wc,A.JB) +p(A.Wc,[A.f,A.k]) +q(A.MO,A.ur) +q(A.iK,A.oA) +q(A.uZ,A.Lf) +q(A.fW,A.Lg) +p(A.fW,[A.hS,A.oZ]) +q(A.Ee,A.uZ) +q(A.wa,A.d_) +q(A.KB,A.Og) +q(A.aG,A.Jw) +q(A.Pw,A.H_) +p(A.aG,[A.nk,A.nz,A.hx,A.iR,A.m7,A.mj,A.dJ,A.BA,A.Bw,A.Fh,A.rE,A.DT,A.Eg,A.GC,A.Gz]) +p(A.ew,[A.E9,A.zi,A.p6]) +q(A.xQ,A.zi) +q(A.z0,A.OT) +p(A.DF,[A.on,A.m5,A.f2,A.xR,A.yf]) +p(A.aP,[A.rz,A.b5,A.y8,A.Ki]) +p(A.rz,[A.uW,A.G0,A.fj]) +p(A.uW,[A.eD,A.kf,A.Oc]) +p(A.eD,[A.Nw,A.tE,A.qa]) +q(A.eX,A.Nx) +q(A.rn,A.l4) +p(A.dq,[A.tZ,A.mh,A.lv,A.tU]) +p(A.eI,[A.rI,A.FY,A.C_,A.EW,A.yM,A.wo]) +p(A.b5,[A.vM,A.CS,A.eH,A.ER,A.Ku,A.pl,A.vT]) +q(A.Kp,A.vM) +p(A.C_,[A.F0,A.AX]) +p(A.CT,[A.Ed,A.BQ]) +q(A.vk,A.y8) +q(A.z1,A.Ag) +q(A.z2,A.z1) +q(A.z3,A.z2) +q(A.z4,A.z3) +q(A.z5,A.z4) +q(A.z6,A.z5) +q(A.z7,A.z6) +q(A.GT,A.z7) +q(A.J0,A.J_) +q(A.cf,A.J0) +p(A.cf,[A.jT,A.x7]) +q(A.IZ,A.IY) +q(A.tj,A.IZ) +q(A.C7,A.lx) +q(A.J1,A.q0) +q(A.x6,A.hG) +q(A.C9,A.J3) +q(A.cF,A.Ok) +q(A.i9,A.Oj) +q(A.Lj,A.C9) +q(A.Z8,A.Lj) +p(A.fI,[A.bI,A.lD,A.wS]) +p(A.lC,[A.cm,A.He]) +q(A.a55,A.a04) +q(A.tt,A.m6) +q(A.xf,A.O5) +p(A.hF,[A.iH,A.Mh]) +q(A.JX,A.O7) +q(A.Bo,A.Gy) +q(A.eP,A.a_4) +p(A.kN,[A.qj,A.qi,A.xK,A.xL]) +q(A.Jd,A.O3) +q(A.xN,A.xM) +q(A.hN,A.xN) +p(A.LP,[A.Ka,A.acQ]) +p(A.d7,[A.Je,A.c3]) +q(A.xO,A.Oc) +q(A.oL,A.Kw) +p(A.eH,[A.N_,A.OR]) +q(A.qB,A.d9) +q(A.Oo,A.zj) +q(A.mY,A.Oo) +p(A.eF,[A.kO,A.kL]) +q(A.Om,A.Ol) +q(A.kQ,A.Om) +q(A.xc,A.zf) +q(A.yF,A.zm) +q(A.uN,A.xR) +q(A.Bm,A.Yk) +q(A.LQ,A.Op) +p(A.c3,[A.hg,A.LN,A.LO]) +q(A.y7,A.hg) +p(A.y7,[A.vh,A.vg]) +q(A.qt,A.qF) +p(A.F8,[A.jX,A.UU,A.Sj,A.Ad,A.BG]) +q(A.qu,A.dQ) +p(A.a0H,[A.FC,A.a0I]) +q(A.yn,A.Ot) +q(A.BY,A.IT) +q(A.yh,A.f2) +q(A.dK,A.yh) +p(A.dK,[A.vu,A.fY,A.hP,A.kp,A.GK]) +p(A.p7,[A.Ec,A.rf,A.AL,A.qU]) +q(A.M0,A.j6) +q(A.kq,A.M0) +q(A.ms,A.yf) +q(A.vt,A.kq) +q(A.An,A.Fd) +p(A.An,[A.u4,A.Cp]) +q(A.ym,A.yl) +q(A.vx,A.ym) +q(A.K9,A.Fj) +q(A.oB,A.K9) +q(A.yj,A.oB) +q(A.ie,A.ee) +q(A.ig,A.ei) +q(A.zk,A.Os) +q(A.M7,A.zk) +q(A.Mq,A.Mp) +q(A.am,A.Mq) +q(A.mN,A.NQ) +q(A.Ml,A.Mk) +q(A.pi,A.Ml) +q(A.Fv,A.Mn) +q(A.kw,A.FI) +p(A.kw,[A.FG,A.FE]) +p(A.Bw,[A.rO,A.rQ,A.rP,A.Bu,A.vv]) +p(A.Bu,[A.lp,A.lr,A.td,A.t6,A.t7,A.fG,A.ls,A.lt,A.tb,A.tc,A.lq]) +q(A.NI,A.pD) +p(A.r0,[A.FB,A.Df,A.Bg,A.u5]) +p(A.Df,[A.F7,A.EY]) +q(A.zY,A.u5) +q(A.Li,A.ER) +q(A.OS,A.OR) +q(A.NF,A.OS) +q(A.Yq,A.Ei) +q(A.ZN,A.a0m) +p(A.Cn,[A.DD,A.rb,A.zT,A.vI,A.GE,A.GM]) +q(A.CG,A.rb) +q(A.Qd,A.Q0) +q(A.nA,A.w_) +q(A.ZO,A.Ae) +p(A.Q3,[A.EU,A.mC]) +q(A.G3,A.mC) +q(A.rm,A.b8) +q(A.VI,A.a1j) +p(A.VI,[A.YE,A.a31,A.a3d]) +q(A.Mj,A.zl) +q(A.BV,A.FQ) +p(A.pn,[A.q_,A.FS]) +q(A.pm,A.FT) +q(A.j_,A.FS) +q(A.G7,A.pm) +p(A.Yj,[A.a3_,A.a3l]) +p(A.a3_,[A.WS,A.a30]) +q(A.x2,A.zd) +q(A.JN,A.zh) +q(A.Ny,A.l) +q(A.a3j,A.oN) +q(A.a3k,A.a3l) +s(A.Ig,A.AY) +s(A.O8,A.NH) +s(A.Oh,A.NH) +s(A.pK,A.GG) +s(A.zc,A.S) +s(A.xG,A.S) +s(A.xH,A.tg) +s(A.xI,A.S) +s(A.xJ,A.tg) +s(A.kF,A.Hk) +s(A.yv,A.ak) +s(A.yw,A.i) +s(A.yx,A.ff) +s(A.yV,A.NB) +s(A.OQ,A.G5) +s(A.HZ,A.Rr) +s(A.Ir,A.S) +s(A.Is,A.ch) +s(A.It,A.S) +s(A.Iu,A.ch) +s(A.IN,A.S) +s(A.IO,A.ch) +s(A.Jf,A.S) +s(A.Jg,A.ch) +s(A.K0,A.ak) +s(A.K1,A.ak) +s(A.K2,A.S) +s(A.K3,A.ch) +s(A.Kf,A.S) +s(A.Kg,A.ch) +s(A.KC,A.S) +s(A.KD,A.ch) +s(A.LW,A.ak) +s(A.ys,A.S) +s(A.yt,A.ch) +s(A.Mx,A.S) +s(A.My,A.ch) +s(A.ME,A.ak) +s(A.MY,A.S) +s(A.MZ,A.ch) +s(A.yK,A.S) +s(A.yL,A.ch) +s(A.N7,A.S) +s(A.N8,A.ch) +s(A.NR,A.S) +s(A.NS,A.ch) +s(A.O1,A.S) +s(A.O2,A.ch) +s(A.Oa,A.S) +s(A.Ob,A.ch) +s(A.Ou,A.S) +s(A.Ov,A.ch) +s(A.Ow,A.S) +s(A.Ox,A.ch) +s(A.JE,A.S) +s(A.JF,A.ch) +s(A.Kn,A.S) +s(A.Ko,A.ch) +s(A.MI,A.S) +s(A.MJ,A.ch) +s(A.Nd,A.S) +s(A.Ne,A.ch) +s(A.Hl,A.ak) +s(A.Hb,A.r1) +s(A.Hc,A.l6) +s(A.Hd,A.jD) +s(A.wJ,A.r2) +s(A.wK,A.l6) +s(A.wL,A.jD) +s(A.I4,A.r4) +s(A.Lb,A.r2) +s(A.Lc,A.l6) +s(A.Ld,A.jD) +s(A.LS,A.r2) +s(A.LT,A.jD) +s(A.N9,A.r1) +s(A.Na,A.l6) +s(A.Nb,A.jD) +s(A.za,A.r4) +s(A.I_,A.a0) +s(A.I0,A.a0) +s(A.I2,A.a0) +s(A.I3,A.a0) +s(A.IX,A.fC) +s(A.IW,A.a0) +s(A.Ik,A.a0) +s(A.KE,A.cE) +s(A.KF,A.HI) +s(A.KG,A.cE) +s(A.KH,A.HJ) +s(A.KI,A.cE) +s(A.KJ,A.HK) +s(A.KK,A.cE) +s(A.KL,A.HL) +s(A.KM,A.a0) +s(A.KN,A.cE) +s(A.KO,A.HM) +s(A.KP,A.cE) +s(A.KQ,A.HN) +s(A.KR,A.cE) +s(A.KS,A.HO) +s(A.KT,A.cE) +s(A.KU,A.HP) +s(A.KV,A.cE) +s(A.KW,A.HQ) +s(A.KX,A.cE) +s(A.KY,A.HR) +s(A.KZ,A.cE) +s(A.L_,A.HS) +s(A.L0,A.cE) +s(A.L1,A.HT) +s(A.L2,A.cE) +s(A.L3,A.HU) +s(A.L4,A.cE) +s(A.L5,A.HV) +s(A.L6,A.cE) +s(A.L7,A.HW) +s(A.Oz,A.HI) +s(A.OA,A.HJ) +s(A.OB,A.HK) +s(A.OC,A.HL) +s(A.OD,A.a0) +s(A.OE,A.cE) +s(A.OF,A.HM) +s(A.OG,A.HN) +s(A.OH,A.HO) +s(A.OI,A.HP) +s(A.OJ,A.HQ) +s(A.OK,A.HR) +s(A.OL,A.HS) +s(A.OM,A.HT) +s(A.ON,A.HU) +s(A.OO,A.HV) +s(A.OP,A.HW) +s(A.J8,A.fC) +s(A.H0,A.a0) +s(A.Hf,A.a0) +s(A.Hn,A.a0) +s(A.JQ,A.a0) +s(A.Hs,A.a0) +s(A.Ht,A.a0) +s(A.Hu,A.a0) +s(A.Oi,A.D9) +s(A.Hv,A.a0) +s(A.Hw,A.a0) +r(A.zb,A.dN) +s(A.Hx,A.a0) +s(A.HA,A.a0) +s(A.HB,A.a0) +s(A.HD,A.a0) +s(A.HE,A.a0) +s(A.I7,A.a0) +s(A.I9,A.a0) +s(A.Il,A.a0) +s(A.Ip,A.a0) +s(A.Ix,A.a0) +s(A.Iy,A.a0) +s(A.NT,A.a0) +s(A.NU,A.a0) +s(A.NV,A.a0) +s(A.NW,A.a0) +s(A.IE,A.a0) +s(A.IL,A.a0) +s(A.NZ,A.a0) +s(A.O_,A.a0) +s(A.O0,A.a0) +s(A.IS,A.a0) +s(A.NX,A.T1) +s(A.NY,A.T2) +s(A.IU,A.a0) +s(A.O4,A.a0) +s(A.Jk,A.a0) +r(A.zg,A.nq) +s(A.Js,A.a0) +r(A.On,A.ky) +s(A.JL,A.a0) +r(A.O6,A.dN) +s(A.JY,A.a0) +s(A.JZ,A.a0) +s(A.K_,A.a0) +s(A.Kb,A.a0) +s(A.Kc,A.a0) +s(A.Kd,A.a0) +s(A.Od,A.a0) +s(A.Oe,A.a0) +s(A.Of,A.a0) +s(A.Kt,A.a0) +s(A.xy,A.D6) +s(A.Ky,A.a0) +r(A.zn,A.qE) +r(A.zo,A.qE) +s(A.L8,A.a0) +s(A.La,A.a0) +s(A.Le,A.a0) +r(A.yc,A.dN) +r(A.yd,A.dN) +r(A.ye,A.hV) +r(A.ze,A.dN) +s(A.M3,A.a0) +s(A.M4,A.a0) +s(A.M5,A.a0) +s(A.M6,A.a0) +s(A.Mr,A.a0) +s(A.Mw,A.a0) +s(A.MM,A.a0) +s(A.MP,A.a0) +s(A.Oy,A.a0) +s(A.MT,A.a0) +s(A.MU,A.a0) +s(A.MX,A.a0) +s(A.N0,A.a0) +s(A.NG,A.a0) +s(A.N2,A.a0) +s(A.N4,A.a0) +r(A.yO,A.iW) +s(A.N6,A.a0) +s(A.Nv,A.a0) +s(A.Hr,A.a0) +s(A.Id,A.a0) +s(A.Jm,A.a0) +s(A.Jo,A.a0) +s(A.Jn,A.a0) +s(A.MV,A.a0) +r(A.wN,A.d2) +r(A.xY,A.as) +s(A.Lw,A.dt) +r(A.Ly,A.as) +s(A.Lz,A.dt) +r(A.xZ,A.RC) +s(A.JD,A.fC) +s(A.O9,A.a0) +s(A.KA,A.fC) +s(A.LD,A.fC) +r(A.y1,A.as) +s(A.LE,A.Zi) +r(A.LF,A.v3) +r(A.yJ,A.d2) +s(A.Oq,A.cX) +s(A.Or,A.e2) +r(A.Lt,A.v5) +r(A.y3,A.az) +r(A.y4,A.eg) +s(A.M8,A.a0) +r(A.y5,A.az) +s(A.Ms,A.a0) +r(A.Mv,A.d2) +r(A.y6,A.as) +s(A.LI,A.Zy) +s(A.LJ,A.ZE) +r(A.Mt,A.d2) +s(A.Mu,A.fN) +r(A.LH,A.az) +r(A.LK,A.as) +s(A.LL,A.dt) +r(A.LM,A.az) +r(A.ia,A.as) +s(A.M9,A.a0) +s(A.Mc,A.fC) +s(A.Md,A.a0) +s(A.JA,A.a0) +s(A.JB,A.a0) +s(A.K6,A.a0) +s(A.Lg,A.a0) +s(A.Lf,A.a0) +s(A.Og,A.w8) +s(A.H1,A.a0) +s(A.H_,A.a0) +s(A.Jw,A.a0) +r(A.zi,A.Kx) +s(A.OT,A.h9) +r(A.y8,A.ZZ) +r(A.z1,A.o8) +r(A.z2,A.d8) +r(A.z3,A.pe) +r(A.z4,A.uP) +r(A.z5,A.Fn) +r(A.z6,A.p0) +r(A.z7,A.wq) +s(A.IY,A.fC) +s(A.IZ,A.e2) +s(A.J_,A.fC) +s(A.J0,A.e2) +s(A.J3,A.a0) +r(A.Lj,A.RP) +s(A.Oj,A.a0) +s(A.Ok,A.a0) +s(A.MD,A.a0) +s(A.Jl,A.a0) +s(A.O5,A.h9) +r(A.q9,A.iW) +s(A.O7,A.h9) +r(A.xM,A.dN) +r(A.xN,A.hV) +s(A.O3,A.e2) +s(A.Oc,A.DE) +r(A.Kw,A.dN) +s(A.Ol,A.n_) +s(A.Om,A.eF) +r(A.zj,A.as) +s(A.Oo,A.n_) +r(A.xR,A.em) +r(A.zf,A.dN) +r(A.zm,A.dN) +r(A.Op,A.hV) +r(A.qF,A.hV) +r(A.mW,A.D_) +r(A.Ot,A.nq) +s(A.IT,A.iU) +r(A.yh,A.em) +r(A.yf,A.em) +s(A.M0,A.iU) +r(A.yl,A.dN) +r(A.ym,A.hV) +r(A.qp,A.dN) +s(A.K9,A.e2) +s(A.Os,A.cX) +r(A.zk,A.Fl) +s(A.Mk,A.a0) +s(A.Ml,A.e2) +s(A.Mn,A.e2) +s(A.Mp,A.a0) +s(A.Mq,A.WO) +s(A.NQ,A.a0) +r(A.yr,A.h1) +s(A.OR,A.DE) +s(A.OS,A.a38) +r(A.zl,A.iW) +r(A.zd,A.iW) +r(A.zh,A.iW)})() +var v={typeUniverse:{eC:new Map(),tR:{},eT:{},tPV:{},sEA:[]},mangledGlobalNames:{n:"int",H:"double",bE:"num",o:"String",D:"bool",b_:"Null",A:"List"},mangledNames:{},types:["~()","~(b)","D()","~(aM)","~(hm)","~(B?)","b_(b)","~(aP)","b_()","q(bj)","D(cf)","o()","~(o,@)","~(aK)","b_(~)","~(oP,v)","~(c0?)","D(jK,v)","D(iI)","A()","D(B?)","D(aP)","~(@)","~(hB)","D(hC)","~(D)","h(aa)","~(w)","b_(@)","D(n)","n(cf,cf)","b_(B,c6)","n()","~(cX)","ah<~>()","D(o)","aD?(be?)","D(dK)","~(B,c6)","D(@)","~(n)","~(~())","~(d7,~())","D(eP)","ht(@)","~(iO)","H()","b_(D)","o(o)","D(iC)","n(w,w)","D(eD)","~(m6)","n(B?)","aD?(be?)","ah()","D(dw)","n(n)","bj<0^>()","b()","D(ec)","q(q)","H(H)","~(pt)","~(ki)","ay(@)","D(ms)","~(B?,B?)","n(@,@)","D(bM)","n(bM,bM)","ah<@>(hL)","@(@)","D(B?,B?)","~(o,o)","~(fo)","~(hA)","E()","a_([b?])","~(pu)","~(kh)","~(ez)","aY(H)","ah([b?])","kU(aa,cd,h?)","kV(aa,cd,h?)","cA()","B?(B?)","~(lB)","H(bj)","~(fL,D)","lJ()","~(dH)","ja()","fk(fk)","mE()","A()","~(acx)","H?()","~(H)","~(mw)","~({curve:e4,descendant:w?,duration:aM,rect:E?})","dT(h_)","D(jK)","~(kv)","~(A)","h(aa,h?)","D(fA)","k3(cf,fW)","@(o)","ah(c0?)","ah<~>(hL)","~(cr)","ap()","~(@,@)","@()","D(m5)","o(n)","~(aC)","ah()","n(cF,cF)","Q(C,aH)","h8()","~(h8)","fK()","~(fK)","mh(aa,h?)","ay<@>?(ay<@>?,@,ay<@>(@))","jB(@)","jR(@)","is(@)","iH(aa)","aD?(be?)","ey()","i5?(n)","h7(aK)","b_(o)","ec()","~(dr)","D(cX,H)","D(cX)","o(lZ)","q?(bj)","A(hh)","~(fo,o,n)","bX?(bj)","0^?(aD<0^>?(be?))","~(A)","aD?(be?)","lz(@)","aD?(be?)","o7(@)","aD?(be?)","aD?(be?)","@(@,o)","bX?(be?)","mk?(Ar,o,o)","q?(be?)","j7?(be?)","m_?(be?)","aM?(be?)","D?(be?)","e0?(be?)","ok?(be?)","aC(aC)","b_(~())","E()?(C)","D(aa)","~(aG?)","~([aG?])","~(jS)","ah(o,ap)","ev(jM)","b_(@,c6)","~(n,@)","D(k_?)","q(kJ)","q?(q?,q?,q?[q?])","~(C?)","D(f2)","a3<@>?()","a_()","mz(@)","~(B[c6?])","b_(eC,eC)","fa?(cA)","a3<@>(@)","il(aa,h?)","~(@,c6)","D(bj)","b_(B?)","~(ev)","i0(bj)","mG(@)","fm()","aC>(B,i2<@>)","D(aC>)","l()","d1()","ny()","ck()","~(a_)","~(n,n)","ah(jZ{allowUpscaling:D,cacheHeight:n?,cacheWidth:n?})","ah(jZ{getTargetSize:asz(n,n)?})","bR(bR,bs)","bs(bs)","D(bs)","o(bs)","b_(a_)","D(H)","q(H)","qd()","~(fL?,D)","ah<~>(B,c6?)","ah()","b_(PQ)","~(w2,@)","~(hE)","~(B,c6?)?(dH)","~(hE)?(dH)","~(hs)","~(o,n)","oO(dC)","E(dC)","DU(dC)","D(n,D)","~(o,n?)","h4()","n(n,n)","v()","k6(k6)","oO?()","q?()","~(o,o?)","~(n,n,n)","ix(v,n)","o(H,H,o)","Q()","fo(@,@)","bX(hM)","~(hM,aY)","D(hM)","o(B?)","b_(A,b)","~(A

{isMergeUp:D})","~(n,D(hC))","D(n,n)","ro(A)","~(jh)","D(jh)","D(pk{crossAxisPosition!H,mainAxisPosition!H})","ah<~>([b?])","~(B)","D(C)","D(cj)","~(A,b)","~(n,q3)","~(pc)","~(bM)","~(i)","bM(jl)","mI({from:H?})","~(pO)","n(bM)","bM(n)","~(mx)","~(c5,~(B?))","ah()","c0(c0?)","ah(o)","jE(ap)","bB()","ah(o?)","mQ()","ah<~>(c0?,~(c0?))","ah>(@)","~(fW)","o?(o)","uZ()","o(o,q)","qo()","~(Q?)","A()","A(A)","H(bE)","A<@>(o)","D(w1,ev)","~(hZ)","~(bh)","~(o)","c4<@>?(fX)","c4<@>(fX)","D(on)","~(o,b)","w9()","ah<~>(@)","jP(aa)","ah<~>(~)","D(tW)","~(q1)","D(pX)","cA?()","D(kB)","bj(cF)","~(nX?,px?)","A(aa)","E(cF)","o0(o)","A(cF,i)","D(cF)","e5(aP)","aP?(aP)","B?(n,aP?)","ei()","~(ei)","fE()","~(fE)","ee()","~(ee)","~(o?)","H(@)","n(kc)","o(cD)","fS()","~(fS)","fH()","~(fH)","~(iQ)","~(iS)","~(fj,B)","q5()","~(jf)","h(aa,cd,oa,aa,aa)","D(jf)","iH(aa,h?)","lI(aa)","~(uU)","H?(n)","~(Q)","D(hQ)","la(@)","m1(@)","mF(@)","l8(@)","ah<@>(qm)","ap(A<@>)","ap(ap)","b_(ap)","cE?(hQ)","D(c4<@>?)","D(iL)","o(H)","~(qA)","eP(c4<@>)","aC>(@,@)","mZ()","C(n)","~(aH)","ap<~(aK),aY?>()","nH(aa,h?)","b_(cr?)","~(d7)","bU(D)","km(aa,h?)","il(aa)","oc(aa,h?)","D(agH)","lH(aK)","ov(aK)","~(~(aK),aY?)","ox(E?,E?)","h(aa,~())","h(aa,j6)","D(fY)","b_(A<~>)","~(it)","~(A,b)","fP<0^>(fX,h(aa))","~(o,B?)","D(iU?)","ie()","~(ie)","~(ou)","~(u9)","~(ot)","ig()","~(ig)","~(iP)","n(cX,cX)","~([aM?])","E(E)","D(E)","Q(b)","~(ph,aG)","A()","B?()","~(C)","aP?()","w9?()","n4(aa,iM)","ah<~>(o,c0?,~(c0?)?)","lV>()","D(o,o)","n(o)","~(A)","uo()","~(dK)","o(o?)","qx(aa,h?)","o?()","n(hc)","kC()","B(hc)","B(dw)","n(dw,dw)","A(aC>)","j_()","D(D?)","oh(aa,n)","H(jb)","ko(+(o,o,o,c8))","nN()","ob(aa)","li(aa)","oV(aa)","oq(aa,n)","lv(h)","H(H,H[H])","bS(bj)","b7(bj)","bz(bj)","~(hn)","o(o,o)","b(n{params:B?})","~(iI)","n(bm<@>,bm<@>)","A()","A(o,A)","Q?(Q?,Q?,H)","H?(bE?,bE?,H)","q?(q?,q?,H)","~(br{forceReport:D})","h3?(o)","H(H,H,H)","D?(D?,D?,H)","cp?(cp?,cp?,H)","bR?(bR?,bR?,H)","l?(l?,l?,H)","n(yH<@>,yH<@>)","D({priority!n,scheduler!d8})","A(o)","~(cf{alignment:H?,alignmentPolicy:mt?,curve:e4?,duration:aM?})","n(aP,aP)","bz(bz?,bz?,H)","A>(hN,o)","n(h,n)","0^?(0^?(be?))","fA(ap)","0^(0^,0^)","b(n)","~(o?{wrapWidth:n?})","n(i9,i9)"],interceptorsByTag:null,leafTags:null,arrayRti:Symbol("$ti"),rttc:{"2;":(a,b)=>c=>c instanceof A.dU&&a.b(c.a)&&b.b(c.b),"2;cacheSize,maxTextLength":(a,b)=>c=>c instanceof A.qq&&a.b(c.a)&&b.b(c.b),"2;key,value":(a,b)=>c=>c instanceof A.Ln&&a.b(c.a)&&b.b(c.b),"2;wordEnd,wordStart":(a,b)=>c=>c instanceof A.Lo&&a.b(c.a)&&b.b(c.b),"3;":(a,b,c)=>d=>d instanceof A.Lp&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"3;breaks,graphemes,words":(a,b,c)=>d=>d instanceof A.Lq&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"3;large,medium,small":(a,b,c)=>d=>d instanceof A.Lr&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"3;x,y,z":(a,b,c)=>d=>d instanceof A.Ls&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"4;":a=>b=>b instanceof A.dV&&A.ake(a,b.a),"4;domBlurListener,domFocusListener,element,semanticsNodeId":a=>b=>b instanceof A.xW&&A.ake(a,b.a)}} +A.au6(v.typeUniverse,JSON.parse('{"DZ":"k5","i3":"k5","hH":"k5","ay_":"b","ayC":"b","ayB":"b","ay1":"jF","ay0":"P","ayV":"P","azh":"P","ayR":"ag","ay2":"ai","ayT":"ai","ayJ":"ba","ayv":"ba","azL":"ej","ay5":"hr","azr":"hr","ayK":"lG","ayc":"bG","aye":"fB","ayg":"eh","ayh":"dF","ayd":"dF","ayf":"dF","rr":{"hs":[]},"jU":{"bq":[]},"AB":{"jL":[]},"rq":{"jL":[]},"rs":{"jL":[]},"nD":{"jL":[]},"uv":{"i":["fQ"],"i.E":"fQ"},"Cz":{"bn":[]},"AD":{"jL":[]},"wH":{"jL":[]},"Az":{"hs":[]},"nM":{"dn":[]},"EX":{"dn":[]},"AO":{"dn":[],"aeR":[]},"AS":{"dn":[],"aeU":[]},"AQ":{"dn":[],"aeS":[]},"DN":{"dn":[],"agw":[]},"wh":{"dn":[],"acN":[]},"DL":{"dn":[],"acN":[],"agv":[]},"CA":{"dn":[],"afP":[]},"Ft":{"dn":[],"ah8":[]},"DY":{"dn":[]},"nF":{"oO":[]},"rt":{"DU":[]},"Fw":{"abk":[]},"AC":{"abk":[]},"AE":{"k6":[]},"As":{"bq":[]},"Cx":{"afN":[]},"Cw":{"bn":[]},"tv":{"bn":[]},"da":{"i":["1"],"i.E":"1"},"jc":{"i":["1"],"i.E":"1"},"Cd":{"jU":[],"bq":[]},"Cb":{"jU":[],"bq":[]},"Cc":{"jU":[],"bq":[]},"Ap":{"hs":[]},"qX":{"afI":[]},"p2":{"iT":[]},"o6":{"iT":[]},"tY":{"iT":[]},"lY":{"iT":[]},"Fs":{"acx":[]},"w3":{"iT":[]},"kR":{"S":["1"],"A":["1"],"N":["1"],"i":["1"]},"Jv":{"kR":["n"],"S":["n"],"A":["n"],"N":["n"],"i":["n"]},"GB":{"kR":["n"],"S":["n"],"A":["n"],"N":["n"],"i":["n"],"i.E":"n","S.E":"n","kR.E":"n"},"t2":{"k6":[]},"BL":{"o5":[]},"b":{"a_":[]},"tN":{"D":[],"bC":[]},"tP":{"b_":[],"bC":[]},"k5":{"b":[],"a_":[]},"z":{"A":["1"],"b":[],"N":["1"],"a_":[],"i":["1"],"i.E":"1"},"VO":{"z":["1"],"A":["1"],"b":[],"N":["1"],"a_":[],"i":["1"],"i.E":"1"},"k1":{"H":[],"bE":[],"bm":["bE"]},"om":{"H":[],"n":[],"bE":[],"bm":["bE"],"bC":[]},"tQ":{"H":[],"bE":[],"bm":["bE"],"bC":[]},"iE":{"o":[],"bm":["o"],"bC":[]},"ha":{"i":["2"]},"le":{"ha":["1","2"],"i":["2"],"i.E":"2"},"x0":{"le":["1","2"],"ha":["1","2"],"N":["2"],"i":["2"],"i.E":"2"},"wF":{"S":["2"],"A":["2"],"ha":["1","2"],"N":["2"],"i":["2"]},"dD":{"wF":["1","2"],"S":["2"],"A":["2"],"ha":["1","2"],"N":["2"],"i":["2"],"i.E":"2","S.E":"2"},"iq":{"bj":["2"],"ha":["1","2"],"N":["2"],"i":["2"],"i.E":"2"},"lf":{"ak":["3","4"],"ap":["3","4"],"ak.V":"4","ak.K":"3"},"ip":{"ha":["1","2"],"N":["2"],"i":["2"],"i.E":"2"},"eE":{"bq":[]},"e3":{"S":["n"],"A":["n"],"N":["n"],"i":["n"],"i.E":"n","S.E":"n"},"N":{"i":["1"]},"aX":{"N":["1"],"i":["1"]},"eM":{"aX":["1"],"N":["1"],"i":["1"],"i.E":"1","aX.E":"1"},"dI":{"i":["2"],"i.E":"2"},"iu":{"dI":["1","2"],"N":["2"],"i":["2"],"i.E":"2"},"a4":{"aX":["2"],"N":["2"],"i":["2"],"i.E":"2","aX.E":"2"},"aO":{"i":["1"],"i.E":"1"},"fF":{"i":["2"],"i.E":"2"},"mD":{"i":["1"],"i.E":"1"},"t0":{"mD":["1"],"N":["1"],"i":["1"],"i.E":"1"},"iX":{"i":["1"],"i.E":"1"},"nY":{"iX":["1"],"N":["1"],"i":["1"],"i.E":"1"},"vP":{"i":["1"],"i.E":"1"},"eA":{"N":["1"],"i":["1"],"i.E":"1"},"iw":{"i":["1"],"i.E":"1"},"t_":{"iw":["1"],"N":["1"],"i":["1"],"i.E":"1"},"dR":{"i":["1"],"i.E":"1"},"pK":{"S":["1"],"A":["1"],"N":["1"],"i":["1"]},"cs":{"aX":["1"],"N":["1"],"i":["1"],"i.E":"1","aX.E":"1"},"j0":{"w2":[]},"lg":{"j5":["1","2"],"ap":["1","2"]},"nL":{"ap":["1","2"]},"by":{"nL":["1","2"],"ap":["1","2"]},"mU":{"i":["1"],"i.E":"1"},"cg":{"nL":["1","2"],"ap":["1","2"]},"rA":{"ff":["1"],"bj":["1"],"N":["1"],"i":["1"]},"dE":{"ff":["1"],"bj":["1"],"N":["1"],"i":["1"],"i.E":"1"},"d4":{"ff":["1"],"bj":["1"],"N":["1"],"i":["1"],"i.E":"1"},"CF":{"eC":[]},"oj":{"eC":[]},"uG":{"j3":[],"bq":[]},"CH":{"bq":[]},"GF":{"bq":[]},"DH":{"bn":[]},"yz":{"c6":[]},"jN":{"eC":[]},"AU":{"eC":[]},"AV":{"eC":[]},"Gd":{"eC":[]},"G1":{"eC":[]},"nw":{"eC":[]},"I5":{"bq":[]},"F2":{"bq":[]},"dl":{"ak":["1","2"],"lV":["1","2"],"ap":["1","2"],"ak.V":"2","ak.K":"1"},"b2":{"N":["1"],"i":["1"],"i.E":"1"},"tS":{"dl":["1","2"],"ak":["1","2"],"lV":["1","2"],"ap":["1","2"],"ak.V":"2","ak.K":"1"},"lP":{"dl":["1","2"],"ak":["1","2"],"lV":["1","2"],"ap":["1","2"],"ak.V":"2","ak.K":"1"},"qf":{"Eh":[],"lZ":[]},"H3":{"i":["Eh"],"i.E":"Eh"},"pp":{"lZ":[]},"MH":{"i":["lZ"],"i.E":"lZ"},"uw":{"b":[],"a_":[],"Ar":[],"bC":[]},"uA":{"b":[],"a_":[]},"ux":{"b":[],"c0":[],"a_":[],"bC":[]},"oD":{"aZ":["1"],"b":[],"a_":[]},"uz":{"S":["H"],"A":["H"],"aZ":["H"],"b":[],"N":["H"],"a_":[],"i":["H"]},"eJ":{"S":["n"],"A":["n"],"aZ":["n"],"b":[],"N":["n"],"a_":[],"i":["n"]},"Ds":{"S":["H"],"Tb":[],"A":["H"],"aZ":["H"],"b":[],"N":["H"],"a_":[],"i":["H"],"bC":[],"i.E":"H","S.E":"H"},"Dt":{"S":["H"],"Tc":[],"A":["H"],"aZ":["H"],"b":[],"N":["H"],"a_":[],"i":["H"],"bC":[],"i.E":"H","S.E":"H"},"Du":{"eJ":[],"S":["n"],"VF":[],"A":["n"],"aZ":["n"],"b":[],"N":["n"],"a_":[],"i":["n"],"bC":[],"i.E":"n","S.E":"n"},"uy":{"eJ":[],"S":["n"],"VG":[],"A":["n"],"aZ":["n"],"b":[],"N":["n"],"a_":[],"i":["n"],"bC":[],"i.E":"n","S.E":"n"},"Dv":{"eJ":[],"S":["n"],"VH":[],"A":["n"],"aZ":["n"],"b":[],"N":["n"],"a_":[],"i":["n"],"bC":[],"i.E":"n","S.E":"n"},"Dw":{"eJ":[],"S":["n"],"a2Q":[],"A":["n"],"aZ":["n"],"b":[],"N":["n"],"a_":[],"i":["n"],"bC":[],"i.E":"n","S.E":"n"},"uB":{"eJ":[],"S":["n"],"pJ":[],"A":["n"],"aZ":["n"],"b":[],"N":["n"],"a_":[],"i":["n"],"bC":[],"i.E":"n","S.E":"n"},"uC":{"eJ":[],"S":["n"],"a2R":[],"A":["n"],"aZ":["n"],"b":[],"N":["n"],"a_":[],"i":["n"],"bC":[],"i.E":"n","S.E":"n"},"m4":{"eJ":[],"S":["n"],"fo":[],"A":["n"],"aZ":["n"],"b":[],"N":["n"],"a_":[],"i":["n"],"bC":[],"i.E":"n","S.E":"n"},"yP":{"dg":[]},"IG":{"bq":[]},"yQ":{"j3":[],"bq":[]},"a3":{"ah":["1"]},"N3":{"ahB":[]},"id":{"i":["1"],"i.E":"1"},"A7":{"bq":[]},"j9":{"dv":["1"],"bB":["1"],"bB.T":"1"},"wy":{"wC":["1"]},"bk":{"wI":["1"]},"w_":{"bB":["1"]},"kF":{"yC":["1"]},"dv":{"bB":["1"],"bB.T":"1"},"yD":{"bB":["1"]},"x1":{"bB":["1"],"bB.T":"1"},"x8":{"bB":["2"]},"z_":{"bB":["1"],"bB.T":"1"},"xv":{"bB":["2"],"bB.T":"2"},"lV":{"ap":["1","2"]},"je":{"ak":["1","2"],"ap":["1","2"],"ak.V":"2","ak.K":"1"},"kK":{"je":["1","2"],"ak":["1","2"],"ap":["1","2"],"ak.V":"2","ak.K":"1"},"wR":{"je":["1","2"],"ak":["1","2"],"ap":["1","2"],"ak.V":"2","ak.K":"1"},"mT":{"N":["1"],"i":["1"],"i.E":"1"},"xq":{"dl":["1","2"],"ak":["1","2"],"lV":["1","2"],"ap":["1","2"],"ak.V":"2","ak.K":"1"},"i8":{"qw":["1"],"ff":["1"],"bj":["1"],"N":["1"],"i":["1"],"i.E":"1"},"en":{"qw":["1"],"ff":["1"],"aq1":["1"],"bj":["1"],"N":["1"],"i":["1"],"i.E":"1"},"lW":{"i":["1"],"i.E":"1"},"S":{"A":["1"],"N":["1"],"i":["1"]},"ak":{"ap":["1","2"]},"xu":{"N":["2"],"i":["2"],"i.E":"2"},"uc":{"ap":["1","2"]},"j5":{"ap":["1","2"]},"wV":{"wW":["1"],"afr":["1"]},"wX":{"wW":["1"]},"rW":{"N":["1"],"i":["1"],"i.E":"1"},"u3":{"aX":["1"],"N":["1"],"i":["1"],"i.E":"1","aX.E":"1"},"ff":{"bj":["1"],"N":["1"],"i":["1"]},"qw":{"ff":["1"],"bj":["1"],"N":["1"],"i":["1"]},"vX":{"ak":["1","2"],"ap":["1","2"],"ak.V":"2","ak.K":"1"},"jj":{"N":["1"],"i":["1"],"i.E":"1"},"n1":{"N":["2"],"i":["2"],"i.E":"2"},"yu":{"N":["aC<1,2>"],"i":["aC<1,2>"],"i.E":"aC<1,2>"},"jk":{"ic":["1","2","1"],"ic.T":"1"},"yy":{"ic":["1","dz<1,2>","2"],"ic.T":"2"},"n0":{"ic":["1","dz<1,2>","aC<1,2>"],"ic.T":"aC<1,2>"},"po":{"ff":["1"],"bj":["1"],"N":["1"],"i":["1"],"i.E":"1"},"Jy":{"ak":["o","@"],"ap":["o","@"],"ak.V":"@","ak.K":"o"},"Jz":{"aX":["o"],"N":["o"],"i":["o"],"i.E":"o","aX.E":"o"},"A3":{"lm":[]},"tT":{"bq":[]},"CI":{"bq":[]},"CN":{"lm":[]},"GL":{"lm":[]},"ey":{"bm":["ey"]},"H":{"bE":[],"bm":["bE"]},"aM":{"bm":["aM"]},"n":{"bE":[],"bm":["bE"]},"A":{"N":["1"],"i":["1"]},"bE":{"bm":["bE"]},"Eh":{"lZ":[]},"bj":{"N":["1"],"i":["1"]},"o":{"bm":["o"]},"l7":{"bq":[]},"j3":{"bq":[]},"eT":{"bq":[]},"oX":{"bq":[]},"tC":{"bq":[]},"DC":{"bq":[]},"GH":{"bq":[]},"mL":{"bq":[]},"eL":{"bq":[]},"AZ":{"bq":[]},"DQ":{"bq":[]},"vZ":{"bq":[]},"II":{"bn":[]},"eB":{"bn":[]},"xa":{"aX":["1"],"N":["1"],"i":["1"],"i.E":"1","aX.E":"1"},"MK":{"c6":[]},"yW":{"GI":[]},"fs":{"GI":[]},"I8":{"GI":[]},"bG":{"b":[],"a_":[]},"eY":{"b":[],"a_":[]},"f0":{"b":[],"a_":[]},"f7":{"b":[],"a_":[]},"ba":{"b":[],"a_":[]},"fb":{"b":[],"a_":[]},"fg":{"b":[],"a_":[]},"fh":{"b":[],"a_":[]},"fi":{"b":[],"a_":[]},"eh":{"b":[],"a_":[]},"fl":{"b":[],"a_":[]},"ej":{"b":[],"a_":[]},"fn":{"b":[],"a_":[]},"ai":{"ba":[],"b":[],"a_":[]},"zU":{"b":[],"a_":[]},"zX":{"ba":[],"b":[],"a_":[]},"A2":{"ba":[],"b":[],"a_":[]},"rc":{"b":[],"a_":[]},"hr":{"ba":[],"b":[],"a_":[]},"B3":{"b":[],"a_":[]},"nO":{"b":[],"a_":[]},"dF":{"b":[],"a_":[]},"fB":{"b":[],"a_":[]},"B4":{"b":[],"a_":[]},"B5":{"b":[],"a_":[]},"Bd":{"b":[],"a_":[]},"BB":{"b":[],"a_":[]},"rU":{"S":["hU"],"A":["hU"],"aZ":["hU"],"b":[],"N":["hU"],"a_":[],"i":["hU"],"i.E":"hU","S.E":"hU"},"rV":{"b":[],"hU":["bE"],"a_":[]},"BD":{"S":["o"],"A":["o"],"aZ":["o"],"b":[],"N":["o"],"a_":[],"i":["o"],"i.E":"o","S.E":"o"},"BF":{"b":[],"a_":[]},"ag":{"ba":[],"b":[],"a_":[]},"P":{"b":[],"a_":[]},"BU":{"S":["eY"],"A":["eY"],"aZ":["eY"],"b":[],"N":["eY"],"a_":[],"i":["eY"],"i.E":"eY","S.E":"eY"},"BW":{"b":[],"a_":[]},"Cf":{"ba":[],"b":[],"a_":[]},"Cu":{"b":[],"a_":[]},"lG":{"S":["ba"],"A":["ba"],"aZ":["ba"],"b":[],"N":["ba"],"a_":[],"i":["ba"],"i.E":"ba","S.E":"ba"},"D1":{"b":[],"a_":[]},"Dh":{"b":[],"a_":[]},"Dl":{"b":[],"ak":["o","@"],"a_":[],"ap":["o","@"],"ak.V":"@","ak.K":"o"},"Dm":{"b":[],"ak":["o","@"],"a_":[],"ap":["o","@"],"ak.V":"@","ak.K":"o"},"Dn":{"S":["f7"],"A":["f7"],"aZ":["f7"],"b":[],"N":["f7"],"a_":[],"i":["f7"],"i.E":"f7","S.E":"f7"},"uF":{"S":["ba"],"A":["ba"],"aZ":["ba"],"b":[],"N":["ba"],"a_":[],"i":["ba"],"i.E":"ba","S.E":"ba"},"E1":{"S":["fb"],"A":["fb"],"aZ":["fb"],"b":[],"N":["fb"],"a_":[],"i":["fb"],"i.E":"fb","S.E":"fb"},"F1":{"b":[],"ak":["o","@"],"a_":[],"ap":["o","@"],"ak.V":"@","ak.K":"o"},"Fi":{"ba":[],"b":[],"a_":[]},"FO":{"S":["fg"],"A":["fg"],"aZ":["fg"],"b":[],"N":["fg"],"a_":[],"i":["fg"],"i.E":"fg","S.E":"fg"},"FU":{"S":["fh"],"A":["fh"],"aZ":["fh"],"b":[],"N":["fh"],"a_":[],"i":["fh"],"i.E":"fh","S.E":"fh"},"G2":{"b":[],"ak":["o","o"],"a_":[],"ap":["o","o"],"ak.V":"o","ak.K":"o"},"Gl":{"S":["ej"],"A":["ej"],"aZ":["ej"],"b":[],"N":["ej"],"a_":[],"i":["ej"],"i.E":"ej","S.E":"ej"},"Gm":{"S":["fl"],"A":["fl"],"aZ":["fl"],"b":[],"N":["fl"],"a_":[],"i":["fl"],"i.E":"fl","S.E":"fl"},"Gr":{"b":[],"a_":[]},"Gv":{"S":["fn"],"A":["fn"],"aZ":["fn"],"b":[],"N":["fn"],"a_":[],"i":["fn"],"i.E":"fn","S.E":"fn"},"Gw":{"b":[],"a_":[]},"GJ":{"b":[],"a_":[]},"GO":{"b":[],"a_":[]},"pN":{"b":[],"a_":[]},"HY":{"S":["bG"],"A":["bG"],"aZ":["bG"],"b":[],"N":["bG"],"a_":[],"i":["bG"],"i.E":"bG","S.E":"bG"},"wT":{"b":[],"hU":["bE"],"a_":[]},"J7":{"S":["f0?"],"A":["f0?"],"aZ":["f0?"],"b":[],"N":["f0?"],"a_":[],"i":["f0?"],"i.E":"f0?","S.E":"f0?"},"xF":{"S":["ba"],"A":["ba"],"aZ":["ba"],"b":[],"N":["ba"],"a_":[],"i":["ba"],"i.E":"ba","S.E":"ba"},"Mz":{"S":["fi"],"A":["fi"],"aZ":["fi"],"b":[],"N":["fi"],"a_":[],"i":["fi"],"i.E":"fi","S.E":"fi"},"ML":{"S":["eh"],"A":["eh"],"aZ":["eh"],"b":[],"N":["eh"],"a_":[],"i":["eh"],"i.E":"eh","S.E":"eh"},"I6":{"b":[],"a_":[]},"DG":{"bn":[]},"fO":{"b":[],"a_":[]},"fR":{"b":[],"a_":[]},"h5":{"b":[],"a_":[]},"CV":{"S":["fO"],"A":["fO"],"b":[],"N":["fO"],"a_":[],"i":["fO"],"i.E":"fO","S.E":"fO"},"DI":{"S":["fR"],"A":["fR"],"b":[],"N":["fR"],"a_":[],"i":["fR"],"i.E":"fR","S.E":"fR"},"E2":{"b":[],"a_":[]},"G6":{"S":["o"],"A":["o"],"b":[],"N":["o"],"a_":[],"i":["o"],"i.E":"o","S.E":"o"},"Gx":{"S":["h5"],"A":["h5"],"b":[],"N":["h5"],"a_":[],"i":["h5"],"i.E":"h5","S.E":"h5"},"VH":{"A":["n"],"N":["n"],"i":["n"]},"fo":{"A":["n"],"N":["n"],"i":["n"]},"a2R":{"A":["n"],"N":["n"],"i":["n"]},"VF":{"A":["n"],"N":["n"],"i":["n"]},"a2Q":{"A":["n"],"N":["n"],"i":["n"]},"VG":{"A":["n"],"N":["n"],"i":["n"]},"pJ":{"A":["n"],"N":["n"],"i":["n"]},"Tb":{"A":["H"],"N":["H"],"i":["H"]},"Tc":{"A":["H"],"N":["H"],"i":["H"]},"Fx":{"o5":[]},"A8":{"b":[],"a_":[]},"A9":{"b":[],"ak":["o","@"],"a_":[],"ap":["o","@"],"ak.V":"@","ak.K":"o"},"Aa":{"b":[],"a_":[]},"jF":{"b":[],"a_":[]},"DJ":{"b":[],"a_":[]},"b8":{"ap":["2","3"]},"pL":{"kS":["1","i<1>"],"kS.E":"1"},"pf":{"kS":["1","bj<1>"],"kS.E":"1"},"cd":{"ab":[]},"nm":{"cd":["H"],"ab":[]},"H4":{"cd":["H"],"ab":[]},"H5":{"cd":["H"],"ab":[]},"uV":{"cd":["H"],"ab":[]},"fd":{"cd":["H"],"ab":[]},"rG":{"cd":["H"],"ab":[]},"mK":{"cd":["H"],"ab":[]},"nK":{"cd":["1"],"ab":[]},"r3":{"cd":["1"],"ab":[]},"xp":{"e4":[]},"f1":{"e4":[]},"Gq":{"e4":[]},"de":{"e4":[]},"Gp":{"e4":[]},"o3":{"e4":[]},"Ia":{"e4":[]},"ay":{"aj":["1"],"aj.T":"1","ay.T":"1"},"ht":{"ay":["q?"],"aj":["q?"],"aj.T":"q?","ay.T":"q?"},"aB":{"cd":["1"],"ab":[]},"dS":{"aj":["1"],"aj.T":"1"},"vj":{"ay":["1"],"aj":["1"],"aj.T":"1","ay.T":"1"},"v2":{"ay":["E?"],"aj":["E?"],"aj.T":"E?","ay.T":"E?"},"k0":{"ay":["n"],"aj":["n"],"aj.T":"n","ay.T":"n"},"ir":{"aj":["H"],"aj.T":"H"},"wk":{"aj":["1"],"aj.T":"1"},"eV":{"q":[]},"B6":{"bz":[]},"I1":{"ed":["Rt"],"ed.T":"Rt"},"Bj":{"Rt":[]},"pU":{"a9":[],"h":[]},"B7":{"aQ":[],"h":[]},"pV":{"al":["pU<1>"]},"hb":{"eW":[]},"nP":{"a9":[],"h":[]},"wQ":{"hT":["nP"],"al":["nP"]},"xh":{"aT":[],"aJ":[],"h":[]},"Ba":{"aQ":[],"h":[]},"kH":{"e5":["A"],"d3":[]},"o0":{"kH":[],"e5":["A"],"d3":[]},"BP":{"kH":[],"e5":["A"],"d3":[]},"BN":{"kH":[],"e5":["A"],"d3":[]},"lw":{"l7":[],"bq":[]},"IV":{"d3":[]},"e2":{"ab":[]},"xB":{"ab":[]},"eO":{"ab":[]},"e5":{"d3":[]},"rS":{"d3":[]},"Br":{"d3":[]},"Bs":{"d3":[]},"dQ":{"dm":[],"dQ.T":"1"},"D0":{"dm":[]},"wl":{"dm":[]},"u_":{"f3":[]},"bi":{"i":["1"],"i.E":"1"},"tq":{"i":["1"],"i.E":"1"},"bU":{"ah":["1"]},"o8":{"af":[]},"ti":{"br":[]},"cE":{"aK":[]},"iP":{"aK":[]},"kh":{"aK":[]},"ki":{"aK":[]},"iO":{"aK":[]},"dr":{"aK":[]},"iQ":{"aK":[]},"GZ":{"aK":[]},"Nj":{"aK":[]},"m8":{"aK":[]},"Nf":{"m8":[],"aK":[]},"md":{"aK":[]},"Nq":{"md":[],"aK":[]},"Nl":{"iP":[],"aK":[]},"Ni":{"kh":[],"aK":[]},"Nk":{"ki":[],"aK":[]},"Nh":{"iO":[],"aK":[]},"ma":{"aK":[]},"Nm":{"ma":[],"aK":[]},"mg":{"aK":[]},"Nu":{"mg":[],"aK":[]},"me":{"dr":[],"aK":[]},"Ns":{"me":[],"dr":[],"aK":[]},"mf":{"dr":[],"aK":[]},"Nt":{"mf":[],"dr":[],"aK":[]},"E4":{"dr":[],"aK":[]},"Nr":{"dr":[],"aK":[]},"No":{"iQ":[],"aK":[]},"mc":{"aK":[]},"Np":{"mc":[],"aK":[]},"mb":{"aK":[]},"Nn":{"mb":[],"aK":[]},"m9":{"aK":[]},"Ng":{"m9":[],"aK":[]},"fH":{"cl":[],"cD":[]},"xz":{"qC":[]},"qk":{"qC":[]},"ee":{"cl":[],"cD":[]},"h8":{"cl":[],"cD":[]},"fK":{"cl":[],"cD":[]},"fS":{"cl":[],"cD":[]},"rX":{"cl":[],"cD":[]},"fE":{"cl":[],"cD":[]},"cl":{"cD":[]},"uK":{"cl":[],"cD":[]},"oS":{"cl":[],"cD":[]},"ei":{"cl":[],"cD":[]},"Af":{"cl":[],"cD":[]},"lH":{"h7":[]},"ov":{"h7":[]},"ug":{"a9":[],"h":[]},"xw":{"al":["ug"]},"r7":{"a9":[],"h":[]},"L9":{"Q":[]},"wx":{"al":["r7"]},"Hg":{"aW":[],"aq":[],"h":[]},"Lu":{"C":[],"az":["C"],"w":[],"af":[]},"ox":{"ay":["E?"],"aj":["E?"],"aj.T":"E?","ay.T":"E?"},"uk":{"ay":["v"],"aj":["v"],"aj.T":"v","ay.T":"v"},"aqe":{"aT":[],"aJ":[],"h":[]},"v_":{"a9":[],"h":[]},"Lh":{"al":["v_"]},"Ju":{"aW":[],"aq":[],"h":[]},"LB":{"C":[],"az":["C"],"w":[],"af":[]},"JG":{"aD":["b7?"]},"rk":{"a9":[],"h":[]},"wD":{"al":["rk"]},"K5":{"bX":[],"aD":["bX"]},"Jt":{"aW":[],"aq":[],"h":[]},"LA":{"C":[],"az":["C"],"w":[],"af":[]},"Ay":{"aQ":[],"h":[]},"ui":{"jO":["n"],"q":[],"jO.T":"n"},"IA":{"aD":["q?"]},"ID":{"aD":["q?"]},"IB":{"aD":["H"]},"IC":{"aD":["bX?"]},"IP":{"aD":["q?"]},"IR":{"aD":["q?"]},"IQ":{"aD":["bX?"]},"th":{"aT":[],"aJ":[],"h":[]},"C1":{"aQ":[],"h":[]},"Iz":{"bX":[],"aD":["bX"]},"HC":{"aW":[],"aq":[],"h":[]},"Lv":{"C":[],"az":["C"],"w":[],"af":[]},"ww":{"cd":["1"],"ab":[]},"Jh":{"aD":["q?"]},"Jj":{"aD":["q?"]},"Ji":{"aD":["bX?"]},"tw":{"aT":[],"aJ":[],"h":[]},"tF":{"a9":[],"h":[]},"xl":{"al":["tF"]},"tG":{"fM":[]},"k_":{"iD":[],"fM":[]},"tI":{"iD":[],"fM":[]},"tJ":{"iD":[],"fM":[]},"iD":{"fM":[]},"xS":{"aT":[],"aJ":[],"h":[]},"xk":{"a9":[],"h":[]},"oh":{"aQ":[],"h":[]},"tH":{"aQ":[],"h":[]},"xj":{"al":["xk"],"ad_":[]},"CE":{"bs":[]},"dp":{"bs":[]},"oq":{"aQ":[],"h":[]},"Jq":{"aD":["q?"]},"JK":{"h1":["he","C"],"aq":[],"h":[],"h1.0":"he","h1.1":"C"},"LC":{"C":[],"ky":["he","C"],"w":[],"af":[]},"aq4":{"aT":[],"aJ":[],"h":[]},"ue":{"a9":[],"h":[]},"y_":{"C":[],"az":["C"],"w":[],"af":[]},"mz":{"ay":["bs?"],"aj":["bs?"],"aj.T":"bs?","ay.T":"bs?"},"xx":{"a9":[],"h":[]},"JU":{"al":["ue"]},"Jr":{"aW":[],"aq":[],"h":[]},"JR":{"al":["xx"]},"yo":{"aQ":[],"h":[]},"Mf":{"ab":[]},"JS":{"ed":["uj"],"ed.T":"uj"},"Bl":{"uj":[]},"D8":{"q":[],"aD":["q"]},"JW":{"q":[],"aD":["q"]},"Da":{"bX":[],"aD":["bX"]},"IF":{"bX":[],"aD":["bX"]},"D7":{"aD":["b7?"]},"JV":{"aD":["b7?"]},"xo":{"aD":["1?"]},"bP":{"aD":["1"]},"b4":{"aD":["1"]},"Db":{"ab":[]},"JI":{"aD":["b7?"]},"DB":{"iD":[],"fM":[]},"Kq":{"aD":["q?"]},"Ks":{"aD":["q?"]},"Kr":{"aD":["bX?"]},"fP":{"D6":["1"],"kb":["1"],"ek":["1"],"c4":["1"]},"kU":{"a9":[],"h":[]},"kV":{"a9":[],"h":[]},"NP":{"aQ":[],"h":[]},"NN":{"al":["kU"]},"NO":{"al":["kV"]},"GX":{"fa":[]},"B8":{"fa":[]},"z8":{"ab":[]},"z9":{"ab":[]},"vn":{"a9":[],"h":[]},"yb":{"aT":[],"aJ":[],"h":[]},"x3":{"a9":[],"h":[]},"p4":{"a9":[],"h":[]},"p5":{"al":["p4"]},"atT":{"a9":[],"h":[]},"F6":{"al":["vn"]},"LX":{"ab":[]},"wB":{"aH":[]},"Hq":{"aQ":[],"h":[]},"x4":{"al":["x3"]},"In":{"bh":["hx"],"bh.T":"hx"},"LY":{"aT":[],"aJ":[],"h":[]},"qg":{"a9":[],"h":[]},"Fg":{"aQ":[],"h":[]},"JT":{"hT":["qg"],"al":["qg"]},"arS":{"aT":[],"aJ":[],"h":[]},"JH":{"aD":["b7?"]},"ase":{"a9":[],"h":[]},"Ge":{"a9":[],"h":[]},"yI":{"aD":["q?"]},"MR":{"aD":["q?"]},"MQ":{"aD":["bX?"]},"MS":{"be":[]},"asA":{"aT":[],"aJ":[],"h":[]},"xi":{"aT":[],"aJ":[],"h":[]},"mG":{"ay":["fm"],"aj":["fm"],"aj.T":"fm","ay.T":"fm"},"r_":{"a9":[],"h":[]},"Gn":{"aQ":[],"h":[]},"Ha":{"al":["r_"]},"wf":{"a9":[],"h":[]},"pF":{"al":["wf"]},"IJ":{"aW":[],"aq":[],"h":[]},"Lx":{"C":[],"az":["C"],"w":[],"hM":[],"af":[]},"N5":{"aQ":[],"h":[]},"asQ":{"aT":[],"aJ":[],"h":[]},"oH":{"eb":["acb"],"eb.T":"acb"},"cI":{"e0":[]},"es":{"e0":[]},"xC":{"e0":[]},"uP":{"d8":[]},"MN":{"ab":[]},"cp":{"bs":[]},"fq":{"bs":[]},"Ak":{"bs":[]},"cK":{"bs":[]},"dj":{"bs":[]},"d1":{"eW":[]},"dC":{"ku":[]},"cL":{"cp":[],"bs":[]},"jO":{"q":[]},"wA":{"nQ":[]},"aU":{"bR":[]},"e8":{"bR":[]},"kM":{"bR":[]},"acb":{"eb":["acb"]},"A5":{"eb":["ho"]},"Dy":{"bn":[]},"ra":{"eb":["ho"],"eb.T":"ho"},"bS":{"cp":[],"bs":[]},"dx":{"cp":[],"bs":[]},"hW":{"eW":[]},"dM":{"cp":[],"bs":[]},"dA":{"cp":[],"bs":[]},"dB":{"cp":[],"bs":[]},"hd":{"w9":[]},"pB":{"iC":[],"hM":[],"af":[]},"p0":{"d8":[],"af":[]},"Hp":{"ab":[]},"Ie":{"iM":[]},"LR":{"mm":[],"az":["C"],"w":[],"af":[]},"jK":{"ix":[]},"C":{"w":[],"af":[]},"lb":{"hD":["C"]},"et":{"c2":[]},"rB":{"et":[],"d2":["1"],"c2":[]},"f8":{"et":[],"d2":["C"],"c2":[]},"Eq":{"dt":["C","f8"],"C":[],"as":["C","f8"],"w":[],"af":[],"as.1":"f8","dt.1":"f8","as.0":"C"},"Bc":{"ab":[]},"Er":{"C":[],"az":["C"],"w":[],"af":[]},"Eu":{"C":[],"w":[],"af":[]},"eZ":{"et":[],"d2":["C"],"c2":[]},"Ew":{"dt":["C","eZ"],"C":[],"as":["C","eZ"],"w":[],"af":[],"as.1":"eZ","dt.1":"eZ","as.0":"C"},"Ey":{"C":[],"w":[],"af":[]},"wj":{"hO":[]},"DO":{"hO":[]},"tB":{"hO":[]},"Dp":{"ab":[]},"w":{"af":[]},"d2":{"c2":[]},"LU":{"dT":[]},"xg":{"dT":[]},"n2":{"dT":[]},"kA":{"d2":["C"],"c2":[]},"jh":{"cX":[],"ab":[]},"va":{"C":[],"as":["C","kA"],"w":[],"af":[],"as.1":"kA","as.0":"C"},"my":{"ab":[]},"v4":{"C":[],"az":["C"],"w":[],"af":[]},"iS":{"C":[],"az":["C"],"w":[],"af":[]},"EJ":{"C":[],"az":["C"],"w":[],"af":[]},"vb":{"C":[],"az":["C"],"w":[],"af":[]},"Ep":{"C":[],"az":["C"],"w":[],"af":[]},"EA":{"C":[],"az":["C"],"w":[],"af":[]},"ED":{"C":[],"az":["C"],"w":[],"af":[]},"Ek":{"C":[],"az":["C"],"w":[],"af":[]},"rH":{"ab":[]},"qr":{"C":[],"az":["C"],"w":[],"af":[]},"Eo":{"C":[],"az":["C"],"w":[],"af":[]},"Em":{"C":[],"az":["C"],"w":[],"af":[]},"En":{"C":[],"az":["C"],"w":[],"af":[]},"y2":{"C":[],"az":["C"],"w":[],"af":[]},"EF":{"C":[],"az":["C"],"w":[],"af":[]},"EG":{"C":[],"az":["C"],"w":[],"af":[]},"Et":{"C":[],"az":["C"],"w":[],"af":[]},"EQ":{"C":[],"az":["C"],"w":[],"af":[]},"Ex":{"C":[],"az":["C"],"w":[],"af":[]},"EH":{"C":[],"az":["C"],"w":[],"af":[]},"v9":{"C":[],"az":["C"],"w":[],"hM":[],"af":[]},"EK":{"C":[],"az":["C"],"w":[],"af":[]},"v8":{"C":[],"az":["C"],"w":[],"af":[]},"EC":{"C":[],"az":["C"],"w":[],"af":[]},"vc":{"C":[],"az":["C"],"w":[],"af":[]},"El":{"C":[],"az":["C"],"w":[],"af":[]},"EB":{"C":[],"az":["C"],"w":[],"af":[]},"Ev":{"C":[],"az":["C"],"w":[],"af":[]},"Ez":{"C":[],"az":["C"],"w":[],"af":[]},"v6":{"C":[],"az":["C"],"w":[],"af":[]},"cX":{"ab":[]},"EL":{"C":[],"az":["C"],"w":[],"af":[]},"EE":{"C":[],"az":["C"],"w":[],"af":[]},"Ej":{"C":[],"az":["C"],"w":[],"af":[]},"EI":{"C":[],"az":["C"],"w":[],"af":[]},"Es":{"C":[],"az":["C"],"w":[],"af":[]},"pk":{"ix":[]},"iZ":{"kx":[],"d2":["cj"],"c2":[]},"cj":{"w":[],"af":[]},"FF":{"hD":["cj"]},"vR":{"c2":[]},"kx":{"c2":[]},"pj":{"dL":[],"d2":["C"],"fN":[],"c2":[]},"EM":{"ml":[],"cj":[],"as":["C","dL"],"w":[],"af":[],"as.1":"dL","as.0":"C"},"EN":{"ml":[],"cj":[],"as":["C","dL"],"w":[],"af":[],"as.1":"dL","as.0":"C"},"fN":{"c2":[]},"dL":{"d2":["C"],"fN":[],"c2":[]},"ml":{"cj":[],"as":["C","dL"],"w":[],"af":[]},"vd":{"cj":[],"az":["cj"],"w":[],"af":[]},"EO":{"cj":[],"az":["cj"],"w":[],"af":[]},"d9":{"et":[],"d2":["C"],"c2":[]},"ve":{"dt":["C","d9"],"C":[],"as":["C","d9"],"w":[],"af":[],"as.1":"d9","dt.1":"d9","as.0":"C"},"jB":{"ay":["e0?"],"aj":["e0?"],"aj.T":"e0?","ay.T":"e0?"},"mm":{"az":["C"],"w":[],"af":[]},"mn":{"ia":["1"],"C":[],"as":["cj","1"],"w":[],"af":[]},"vf":{"ia":["iZ"],"C":[],"as":["cj","iZ"],"w":[],"af":[],"as.1":"iZ","ia.0":"iZ","as.0":"cj"},"j6":{"ab":[]},"mI":{"ah":["~"]},"wc":{"bn":[]},"j8":{"bm":["j8"]},"hh":{"bm":["hh"]},"jl":{"bm":["jl"]},"pd":{"bm":["pd"]},"Ma":{"d3":[]},"Fr":{"ab":[]},"uL":{"bm":["pd"]},"mO":{"PQ":[]},"pe":{"d8":[]},"lQ":{"k2":[]},"k4":{"k2":[]},"tX":{"k2":[]},"uT":{"bn":[]},"uq":{"bn":[]},"i0":{"bX":[]},"Ii":{"bX":[]},"MO":{"ur":[]},"hS":{"fW":[]},"oZ":{"fW":[]},"vi":{"ab":[]},"KB":{"w8":[]},"il":{"a9":[],"h":[]},"ws":{"aT":[],"aJ":[],"h":[]},"acO":{"aG":[]},"aoC":{"aG":[]},"aoB":{"aG":[]},"nk":{"aG":[]},"nz":{"aG":[]},"hx":{"aG":[]},"iR":{"aG":[]},"ew":{"bh":["1"]},"ld":{"bh":["1"],"bh.T":"1"},"wt":{"al":["il"]},"GS":{"bh":["acO"],"bh.T":"acO"},"Bz":{"bh":["aG"],"bh.T":"aG"},"Bx":{"bh":["hx"]},"E9":{"ew":["iR"],"bh":["iR"],"ew.T":"iR","bh.T":"iR"},"xQ":{"zi":["1"],"ew":["1"],"Kx":["1"],"bh":["1"],"ew.T":"1","bh.T":"1"},"wO":{"bh":["1"],"bh.T":"1"},"r5":{"aW":[],"aq":[],"h":[]},"wp":{"a9":[],"h":[]},"z0":{"al":["wp"],"h9":[]},"np":{"a9":[],"h":[]},"wz":{"al":["np"]},"CJ":{"ab":[]},"Kj":{"aQ":[],"h":[]},"eX":{"aT":[],"aJ":[],"h":[]},"nH":{"aW":[],"aq":[],"h":[]},"tZ":{"dq":["f8"],"aJ":[],"h":[],"dq.T":"f8"},"mh":{"dq":["d9"],"aJ":[],"h":[],"dq.T":"d9"},"lv":{"dq":["eZ"],"aJ":[],"h":[],"dq.T":"eZ"},"aom":{"aT":[],"aJ":[],"h":[]},"oc":{"aW":[],"aq":[],"h":[]},"Nw":{"eD":[],"aP":[],"aa":[]},"Nx":{"aT":[],"aJ":[],"h":[]},"DM":{"aW":[],"aq":[],"h":[]},"rJ":{"aW":[],"aq":[],"h":[]},"AM":{"aW":[],"aq":[],"h":[]},"AN":{"aW":[],"aq":[],"h":[]},"DW":{"aW":[],"aq":[],"h":[]},"DX":{"aW":[],"aq":[],"h":[]},"wg":{"aW":[],"aq":[],"h":[]},"Cg":{"aW":[],"aq":[],"h":[]},"cW":{"aW":[],"aq":[],"h":[]},"l4":{"aW":[],"aq":[],"h":[]},"rn":{"aW":[],"aq":[],"h":[]},"rK":{"aW":[],"aq":[],"h":[]},"rI":{"eI":[],"aq":[],"h":[]},"mB":{"aW":[],"aq":[],"h":[]},"eU":{"aW":[],"aq":[],"h":[]},"CW":{"aW":[],"aq":[],"h":[]},"uJ":{"aW":[],"aq":[],"h":[]},"Kp":{"b5":[],"aP":[],"aa":[]},"FH":{"aW":[],"aq":[],"h":[]},"FY":{"eI":[],"aq":[],"h":[]},"E5":{"aQ":[],"h":[]},"C_":{"eI":[],"aq":[],"h":[]},"F0":{"eI":[],"aq":[],"h":[]},"AX":{"eI":[],"aq":[],"h":[]},"EW":{"eI":[],"aq":[],"h":[]},"Ed":{"aq":[],"h":[]},"CZ":{"aW":[],"aq":[],"h":[]},"us":{"aW":[],"aq":[],"h":[]},"fc":{"aW":[],"aq":[],"h":[]},"zS":{"aW":[],"aq":[],"h":[]},"Fm":{"aW":[],"aq":[],"h":[]},"Dj":{"aW":[],"aq":[],"h":[]},"Ah":{"aW":[],"aq":[],"h":[]},"t5":{"aW":[],"aq":[],"h":[]},"tD":{"aW":[],"aq":[],"h":[]},"lS":{"aQ":[],"h":[]},"eu":{"aQ":[],"h":[]},"ry":{"aW":[],"aq":[],"h":[]},"xX":{"C":[],"az":["C"],"w":[],"af":[]},"wq":{"d8":[],"af":[]},"vm":{"h":[]},"vk":{"aP":[],"aa":[]},"GT":{"d8":[],"af":[]},"Bf":{"aW":[],"aq":[],"h":[]},"B_":{"aQ":[],"h":[]},"Ib":{"ab":[]},"jP":{"aT":[],"aJ":[],"h":[]},"Kk":{"aQ":[],"h":[]},"Bn":{"aQ":[],"h":[]},"nW":{"a9":[],"h":[]},"wZ":{"al":["nW"]},"cf":{"ab":[]},"jT":{"cf":[],"ab":[]},"tj":{"ab":[]},"lx":{"a9":[],"h":[]},"x6":{"hG":["cf"],"aT":[],"aJ":[],"h":[],"hG.T":"cf"},"q0":{"al":["lx"]},"C7":{"a9":[],"h":[]},"J1":{"al":["lx"]},"tk":{"a9":[],"h":[]},"acq":{"aG":[]},"m7":{"aG":[]},"mj":{"aG":[]},"abw":{"aG":[]},"x7":{"cf":[],"ab":[]},"J2":{"al":["tk"]},"ET":{"bh":["acq"],"bh.T":"acq"},"Dz":{"bh":["m7"],"bh.T":"m7"},"E6":{"bh":["mj"],"bh.T":"mj"},"Bv":{"bh":["abw"],"bh.T":"abw"},"fI":{"dm":[]},"bI":{"fI":["1"],"dm":[]},"a9":{"h":[]},"aP":{"aa":[]},"fj":{"aP":[],"aa":[]},"kf":{"aP":[],"aa":[]},"eD":{"aP":[],"aa":[]},"lD":{"fI":["1"],"dm":[]},"aQ":{"h":[]},"aJ":{"h":[]},"dq":{"aJ":[],"h":[]},"aT":{"aJ":[],"h":[]},"aq":{"h":[]},"CT":{"aq":[],"h":[]},"aW":{"aq":[],"h":[]},"eI":{"aq":[],"h":[]},"BQ":{"aq":[],"h":[]},"rz":{"aP":[],"aa":[]},"G0":{"aP":[],"aa":[]},"uW":{"aP":[],"aa":[]},"b5":{"aP":[],"aa":[]},"CS":{"b5":[],"aP":[],"aa":[]},"vM":{"b5":[],"aP":[],"aa":[]},"eH":{"b5":[],"aP":[],"aa":[]},"ER":{"b5":[],"aP":[],"aa":[]},"Ki":{"aP":[],"aa":[]},"Kl":{"h":[]},"kl":{"a9":[],"h":[]},"oY":{"al":["kl"]},"cm":{"lC":["1"]},"Ck":{"aQ":[],"h":[]},"J9":{"aW":[],"aq":[],"h":[]},"lE":{"a9":[],"h":[]},"q7":{"al":["lE"]},"tt":{"m6":[]},"iy":{"aQ":[],"h":[]},"lI":{"aT":[],"aJ":[],"h":[]},"tz":{"a9":[],"h":[]},"xf":{"al":["tz"],"h9":[]},"la":{"ay":["aH"],"aj":["aH"],"aj.T":"aH","ay.T":"aH"},"is":{"ay":["eW"],"aj":["eW"],"aj.T":"eW","ay.T":"eW"},"jR":{"ay":["bR"],"aj":["bR"],"aj.T":"bR","ay.T":"bR"},"l8":{"ay":["bV?"],"aj":["bV?"],"aj.T":"bV?","ay.T":"bV?"},"m1":{"ay":["aY"],"aj":["aY"],"aj.T":"aY","ay.T":"aY"},"mF":{"ay":["l"],"aj":["l"],"aj.T":"l","ay.T":"l"},"qV":{"a9":[],"h":[]},"qY":{"a9":[],"h":[]},"qW":{"a9":[],"h":[]},"qZ":{"a9":[],"h":[]},"rY":{"ay":["aU"],"aj":["aU"],"aj.T":"aU","ay.T":"aU"},"CB":{"a9":[],"h":[]},"of":{"al":["1"]},"nl":{"al":["1"]},"H6":{"al":["qV"]},"H8":{"al":["qY"]},"H7":{"al":["qW"]},"H9":{"al":["qZ"]},"hF":{"aT":[],"aJ":[],"h":[]},"tE":{"eD":[],"aP":[],"aa":[]},"hG":{"aT":[],"aJ":[],"h":[]},"qa":{"eD":[],"aP":[],"aa":[]},"CD":{"aT":[],"aJ":[],"h":[]},"xt":{"aT":[],"aJ":[],"h":[]},"u8":{"a9":[],"h":[]},"NJ":{"ed":["wr"],"ed.T":"wr"},"Bp":{"wr":[]},"JM":{"al":["u8"]},"aga":{"aT":[],"aJ":[],"h":[]},"iH":{"hF":["db"],"aT":[],"aJ":[],"h":[],"hF.T":"db"},"xA":{"a9":[],"h":[]},"JX":{"al":["xA"],"h9":[]},"pP":{"cl":[],"cD":[]},"Do":{"aQ":[],"h":[]},"He":{"lC":["pP"]},"K4":{"aQ":[],"h":[]},"Dx":{"aQ":[],"h":[]},"acf":{"fX":[]},"lF":{"aT":[],"aJ":[],"h":[]},"uE":{"a9":[],"h":[]},"hN":{"al":["uE"]},"Kh":{"c4":["~"]},"qj":{"kN":[]},"qi":{"kN":[]},"xK":{"kN":[]},"xL":{"kN":[]},"Jd":{"i":["eP"],"ab":[],"i.E":"eP"},"Je":{"d7":["ap>?"],"ab":[]},"cz":{"aJ":[],"h":[]},"xO":{"aP":[],"aa":[]},"iL":{"ab":[]},"jg":{"a9":[],"h":[]},"xP":{"al":["jg"]},"oJ":{"a9":[],"h":[]},"oL":{"al":["oJ"]},"mY":{"C":[],"as":["C","d9"],"w":[],"af":[],"as.1":"d9","as.0":"C"},"uM":{"a9":[],"h":[]},"kO":{"eF":["kO"],"eF.E":"kO"},"mZ":{"aT":[],"aJ":[],"h":[]},"kQ":{"C":[],"az":["C"],"w":[],"af":[],"eF":["kQ"],"eF.E":"kQ"},"y0":{"C":[],"az":["C"],"w":[],"af":[]},"yM":{"eI":[],"aq":[],"h":[]},"N_":{"b5":[],"aP":[],"aa":[]},"qB":{"d9":[],"et":[],"d2":["C"],"c2":[]},"Kv":{"al":["uM"]},"ql":{"aq":[],"h":[]},"Ku":{"b5":[],"aP":[],"aa":[]},"Ih":{"aW":[],"aq":[],"h":[]},"to":{"a9":[],"h":[]},"w0":{"a9":[],"h":[]},"xc":{"al":["to"]},"xb":{"ab":[]},"Ja":{"ab":[]},"yF":{"al":["w0"]},"yE":{"ab":[]},"uN":{"em":[]},"agz":{"dQ":["1"],"dm":[]},"oM":{"aQ":[],"h":[]},"uO":{"kb":["1"],"ek":["1"],"c4":["1"]},"oT":{"aT":[],"aJ":[],"h":[]},"km":{"a9":[],"h":[]},"wm":{"aT":[],"aJ":[],"h":[]},"vl":{"a9":[],"h":[]},"d7":{"ab":[]},"LQ":{"al":["km"]},"y9":{"al":["vl"]},"c3":{"d7":["1"],"ab":[]},"hg":{"d7":["1"],"ab":[]},"y7":{"hg":["1"],"d7":["1"],"ab":[]},"vh":{"hg":["1"],"d7":["1"],"ab":[],"c3.T":"1","hg.T":"1"},"vg":{"hg":["D"],"d7":["D"],"ab":[],"c3.T":"D","hg.T":"D"},"F_":{"a9":[],"h":[]},"ay7":{"azS":["ah"]},"qt":{"al":["F_<1>"]},"LV":{"aT":[],"aJ":[],"h":[]},"LN":{"d7":["mq?"],"ab":[],"c3.T":"mq?"},"xE":{"aT":[],"aJ":[],"h":[]},"qh":{"a9":[],"h":[]},"mX":{"al":["qh<1>"]},"oK":{"c4":["1"]},"ek":{"c4":["1"]},"Io":{"bh":["hx"],"bh.T":"hx"},"kb":{"ek":["1"],"c4":["1"]},"F4":{"aQ":[],"h":[]},"vo":{"eb":["1"],"eb.T":"1"},"vp":{"aT":[],"aJ":[],"h":[]},"Fa":{"ab":[]},"qv":{"a9":[],"h":[]},"qu":{"dQ":["dm"],"dm":[],"dQ.T":"dm"},"yn":{"al":["qv"]},"BY":{"iU":[]},"dK":{"f2":[],"em":[]},"fY":{"dK":[],"f2":[],"em":[]},"vu":{"dK":[],"f2":[],"em":[]},"hP":{"dK":[],"f2":[],"em":[]},"kp":{"dK":[],"f2":[],"em":[]},"GK":{"dK":[],"f2":[],"em":[]},"yg":{"aT":[],"aJ":[],"h":[]},"kL":{"eF":["kL"],"eF.E":"kL"},"vr":{"a9":[],"h":[]},"vs":{"al":["vr"]},"kq":{"j6":[],"ab":[],"iU":[]},"ms":{"em":[]},"vt":{"kq":[],"j6":[],"ab":[],"iU":[]},"Fd":{"aQ":[],"h":[]},"An":{"aQ":[],"h":[]},"u4":{"aQ":[],"h":[]},"Cp":{"aQ":[],"h":[]},"vw":{"a9":[],"h":[]},"yi":{"aT":[],"aJ":[],"h":[]},"yk":{"a9":[],"h":[]},"vx":{"al":["vw"]},"M2":{"al":["yk"]},"yj":{"ab":[]},"M1":{"aW":[],"aq":[],"h":[]},"LG":{"C":[],"az":["C"],"w":[],"af":[]},"LO":{"d7":["H?"],"ab":[],"c3.T":"H?"},"dJ":{"aG":[]},"p6":{"ew":["dJ"],"bh":["dJ"],"ew.T":"dJ","bh.T":"dJ"},"p_":{"a9":[],"h":[]},"ie":{"ee":[],"cl":[],"cD":[]},"ig":{"ei":[],"cl":[],"cD":[]},"vz":{"ab":[]},"hT":{"al":["1"]},"oB":{"ab":[]},"p9":{"a9":[],"h":[]},"pb":{"aT":[],"aJ":[],"h":[]},"M7":{"cX":[],"al":["p9"],"ab":[]},"Fj":{"ab":[]},"vJ":{"a9":[],"h":[]},"Mg":{"al":["vJ"]},"Mh":{"hF":["B"],"aT":[],"aJ":[],"h":[],"hF.T":"B"},"am":{"ph":[]},"mA":{"a9":[],"h":[]},"vL":{"a9":[],"h":[]},"pi":{"ab":[]},"yq":{"al":["mA"]},"Fv":{"ab":[]},"yp":{"al":["vL"]},"Mm":{"aT":[],"aJ":[],"h":[]},"FI":{"aq":[],"h":[]},"kw":{"aq":[],"h":[]},"FG":{"kw":[],"aq":[],"h":[]},"FE":{"kw":[],"aq":[],"h":[]},"pl":{"b5":[],"aP":[],"aa":[]},"tU":{"dq":["fN"],"aJ":[],"h":[],"dq.T":"fN"},"vS":{"h1":["1","2"],"aq":[],"h":[]},"vT":{"b5":[],"aP":[],"aa":[]},"vW":{"ab":[]},"FM":{"aW":[],"aq":[],"h":[]},"qs":{"C":[],"az":["C"],"w":[],"af":[]},"FL":{"ab":[]},"If":{"ab":[]},"agW":{"C":[],"az":["C"],"w":[],"af":[]},"Gc":{"aW":[],"aq":[],"h":[]},"EP":{"C":[],"az":["C"],"w":[],"af":[]},"nR":{"aT":[],"aJ":[],"h":[]},"aop":{"aT":[],"aJ":[],"h":[]},"Km":{"aQ":[],"h":[]},"kz":{"aQ":[],"h":[]},"BA":{"aG":[]},"Bw":{"aG":[]},"rO":{"aG":[]},"rQ":{"aG":[]},"rP":{"aG":[]},"Bu":{"aG":[]},"lp":{"aG":[]},"lr":{"aG":[]},"td":{"aG":[]},"t6":{"aG":[]},"t7":{"aG":[]},"fG":{"aG":[]},"ls":{"aG":[]},"lt":{"aG":[]},"tb":{"aG":[]},"tc":{"aG":[]},"lq":{"aG":[]},"vv":{"aG":[]},"Fh":{"aG":[]},"rE":{"aG":[]},"DT":{"aG":[]},"Eg":{"aG":[]},"GC":{"aG":[]},"Gz":{"aG":[]},"pE":{"a9":[],"h":[]},"x_":{"aT":[],"aJ":[],"h":[]},"N1":{"al":["pE"]},"wM":{"ab":[]},"Gs":{"aQ":[],"h":[]},"r0":{"a9":[],"h":[]},"wv":{"al":["r0"]},"FB":{"a9":[],"h":[]},"Df":{"a9":[],"h":[]},"F7":{"a9":[],"h":[]},"EY":{"a9":[],"h":[]},"BS":{"aW":[],"aq":[],"h":[]},"Bg":{"a9":[],"h":[]},"u5":{"a9":[],"h":[]},"zY":{"a9":[],"h":[]},"n4":{"aT":[],"aJ":[],"h":[]},"xT":{"aT":[],"aJ":[],"h":[]},"GP":{"aQ":[],"h":[]},"xV":{"aq":[],"h":[]},"Li":{"b5":[],"aP":[],"aa":[]},"wS":{"fI":["1"],"dm":[]},"wo":{"eI":[],"aq":[],"h":[]},"NF":{"b5":[],"aP":[],"aa":[]},"aul":{"aT":[],"aJ":[],"h":[]},"Cn":{"bn":[]},"DD":{"bn":[]},"rb":{"bn":[]},"zT":{"bn":[]},"vI":{"bn":[]},"GE":{"bn":[]},"CG":{"bn":[]},"GM":{"bn":[]},"nA":{"bB":["A"],"bB.T":"A"},"rw":{"bn":[]},"G3":{"mC":[]},"rm":{"b8":["o","o","1"],"ap":["o","1"],"b8.V":"1","b8.K":"o","b8.C":"o"},"DV":{"bn":[]},"vK":{"a9":[],"h":[]},"qx":{"aW":[],"aq":[],"h":[]},"Mj":{"al":["vK"]},"Mi":{"C":[],"az":["C"],"w":[],"af":[]},"BV":{"h2":[],"bm":["h2"]},"q_":{"j_":[],"bm":["FR"]},"h2":{"bm":["h2"]},"FQ":{"h2":[],"bm":["h2"]},"FR":{"bm":["FR"]},"FS":{"bm":["FR"]},"FT":{"bn":[]},"pm":{"eB":[],"bn":[]},"pn":{"bm":["FR"]},"j_":{"bm":["FR"]},"G7":{"eB":[],"bn":[]},"pZ":{"bB":["1"],"bB.T":"1"},"rC":{"a9":[],"h":[]},"HG":{"al":["rC"]},"li":{"a9":[],"h":[]},"HH":{"al":["li"]},"t8":{"a9":[],"h":[]},"x2":{"al":["t8"]},"IK":{"aQ":[],"h":[]},"nj":{"aQ":[],"h":[]},"Ce":{"aQ":[],"h":[]},"ts":{"aQ":[],"h":[]},"Cr":{"aQ":[],"h":[]},"ob":{"aQ":[],"h":[]},"os":{"a9":[],"h":[]},"JN":{"al":["os"]},"ua":{"a9":[],"h":[]},"JO":{"al":["ua"]},"Ke":{"fa":[]},"Dk":{"aQ":[],"h":[]},"E_":{"aQ":[],"h":[]},"Ea":{"aQ":[],"h":[]},"oV":{"aQ":[],"h":[]},"ko":{"a9":[],"h":[]},"M_":{"al":["ko"]},"FV":{"aQ":[],"h":[]},"Gu":{"aQ":[],"h":[]},"Ny":{"l":[]},"NL":{"fa":[]},"NK":{"aQ":[],"h":[]},"GW":{"aQ":[],"h":[]},"NM":{"ab":[]},"hU":{"aA1":["1"]},"aob":{"aT":[],"aJ":[],"h":[]},"aqd":{"a9":[],"h":[]},"aoP":{"a9":[],"h":[]},"aoQ":{"al":["aoP"]},"atW":{"aT":[],"aJ":[],"h":[]}}')) +A.au5(v.typeUniverse,JSON.parse('{"apq":1,"e1":1,"co":1,"cV":2,"mM":1,"BR":2,"Gb":1,"Fz":1,"FA":1,"BI":1,"Ca":1,"tg":1,"GG":1,"pK":1,"zc":2,"qb":1,"rA":1,"u1":1,"oD":1,"n3":1,"w_":1,"Hk":1,"pS":1,"H2":1,"MF":1,"pR":1,"yD":1,"Ij":1,"mR":1,"qn":1,"wU":1,"qy":1,"x8":2,"x9":2,"xe":1,"kI":1,"qc":1,"xr":1,"JP":2,"NB":2,"uc":2,"Iw":1,"JJ":1,"MB":2,"MA":2,"yv":2,"yw":1,"yx":1,"yV":2,"Ax":1,"AW":2,"rD":2,"J6":3,"yG":1,"bm":1,"jp":1,"t9":1,"ch":1,"BZ":1,"Bk":1,"r4":1,"nK":1,"wJ":1,"wK":1,"wL":1,"uQ":1,"za":1,"wP":1,"eO":1,"rS":1,"uR":2,"D9":1,"xy":1,"qE":1,"rB":1,"wN":1,"CQ":1,"d2":1,"eg":1,"v5":1,"rH":1,"qr":1,"y2":1,"mn":1,"yH":1,"nq":1,"By":1,"of":1,"nl":1,"q9":1,"acf":1,"Gy":1,"Bo":1,"agz":1,"uO":1,"d7":1,"hV":1,"c3":1,"y7":1,"qF":1,"oK":1,"D_":1,"mW":1,"qp":1,"vS":2,"yr":2,"iW":1,"dN":1,"wM":1,"IH":1}')) +var u={q:"\x10@\x100@@\xa0\x80 0P`pPP\xb1\x10@\x100@@\xa0\x80 0P`pPP\xb0\x11@\x100@@\xa0\x80 0P`pPP\xb0\x10@\x100@@\xa0\x80 1P`pPP\xb0\x10A\x101AA\xa1\x81 1QaqQQ\xb0\x10@\x100@@\xa0\x80 1Q`pPP\xb0\x10@\x100@@\xa0\x80 1QapQP\xb0\x10@\x100@@\xa0\x80 1PaqQQ\xb0\x10\xe0\x100@@\xa0\x80 1P`pPP\xb0\xb1\xb1\xb1\xb1\x91\xb1\xc1\x81\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\x10@\x100@@\xd0\x80 1P`pPP\xb0\x11A\x111AA\xa1\x81!1QaqQQ\xb1\x10@\x100@@\x90\x80 1P`pPP\xb0",S:" 0\x10000\xa0\x80\x10@P`p`p\xb1 0\x10000\xa0\x80\x10@P`p`p\xb0 0\x10000\xa0\x80\x11@P`p`p\xb0 1\x10011\xa0\x80\x10@P`p`p\xb0 1\x10111\xa1\x81\x10AQaqaq\xb0 1\x10011\xa0\x80\x10@Qapaq\xb0 1\x10011\xa0\x80\x10@Paq`p\xb0 1\x10011\xa0\x80\x10@P`q`p\xb0 \x91\x100\x811\xa0\x80\x10@P`p`p\xb0 1\x10011\xa0\x81\x10@P`p`p\xb0 1\x100111\x80\x10@P`p`p\xb0!1\x11111\xa1\x81\x11AQaqaq\xb1",D:" must not be greater than the number of characters in the file, ",T:"% of the way to being a CircleBorder that is ",N:"' has been assigned during initialization.",U:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",A:"Cannot extract a file path from a URI with a fragment component",z:"Cannot extract a file path from a URI with a query component",Q:"Cannot extract a non-Windows file path from a file URI with an authority",I:'E533333333333333333333333333DDDDDDD4333333333333333333334C43333CD53333333333333333333333UEDTE4\x933343333\x933333333333333333333333333D433333333333333333CDDEDDD43333333S5333333333333333333333C333333D533333333333333333333333SUDDDDT5\x9933CD4E333333333333333333333333UEDDDDE433333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333TUUS5CT\x94\x95E3333333333333333333333333333333333333333333333333333333333333333333333SUDD3DUU43533333333333333333C3333333333333w733337333333s3333333w7333333333w33333333333333333333CDDTETE43333ED4S5SE3333C33333D33333333333334E433C3333333C33333333333333333333333333333CETUTDT533333CDDDDDDDDDD3333333343333333D$433333333333333333333333SUDTEE433C34333333333333333333333333333333333333333333333333333333333333333333333333333333TUDDDD3333333333CT5333333333333333333333333333DCEUU3U3U5333343333S5CDDD3CDD333333333333333333333333333333333333333333333333333333333333333333333s73333s33333333333""""""""333333339433333333333333CDDDDDDDDDDDDDDDD3333333CDDDDDDDDDDD\x94DDDDDDDDDDDDDDDDDDDDDDDD33333333DDDDDDDD3333333373s333333333333333333333333333333CDTDDDCTE43C4CD3C333333333333333D3C33333\xee\xee\xed\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xed\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xed\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee333333\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb33\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc<3sww73333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333333w7333333333333333733333333333333333333333333333sww733333s7333333s3wwwww333333333wwwwwwwwwwwwwwwwwwwwwwwwwwwwgffffffffffffvww7wwwwwwswwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww733333333333333333333333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333333333333333333333333333333333333333333333333333333333swwwww7333333333333333333333333333333333333333333wwwwwwwwwwwwwwwwwwwww7swwwwwss33373733s33333w33333CT333333333333333EDTETD433333333#\x14"333333333333"""233333373ED4U5UE9333C33333D33333333333333www3333333s73333333333EEDDDCC3DDDDUUUDDDDD3T5333333333333333333333333333CCU3333333333333333333333333333334EDDD33SDD4D5U4333333333C43333333333CDDD9DDD3DCD433333333C433333333333333C433333333333334443SEUCUSE4333D33333C43333333533333CU33333333333333333333333333334EDDDD3CDDDDDDDDDDDDDDDDDDDDDDDDDDD33DDDDDDDDDDDDDDDDDDDDDDDDD33334333333C33333333333DD4DDDDDDD433333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CSUUUUUUUUUUUUUUUUUUUUUUUUUUU333CD43333333333333333333333333333333333333333433333U3333333333333333333333333UUUUUUTEDDDDD3333C3333333333333333373333333333s333333333333swwwww33w733wwwwwww73333s33333333337swwwwsw73333wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwDD4D33CDDDDDCDDDDDDDDDDDDDDDDD43EDDDTUEUCDDD33333D33333333333333DDCDDDDCDCDD333333333DT33333333333333D5333333333333333333333333333CSUE4333333333333CDDDDDDDD4333333DT33333333333333333333333CUDDUDU3SUSU43333433333333333333333333ET533E3333SDD3U3U4333D43333C43333333333333s733333s33333333333CTE333333333333333333UUUUDDDDUD3333"""""(\x02"""""""""3333333333333333333DDDD333333333333333333333333CDDDD3333C3333T333333333333333333333334343C33333333333SET334333333333DDDDDDDDDDDDDDDDDDDDDD4DDDDDDDD4CDDDC4DD43333333333333333333333333333333333333333333333333C33333333333333333333333333333333333333333333333333333333333333333333333333333333DDD433333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333334333333333333333333333333333333DD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333DD433333333333333333333333333333DDD43333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333DDDDDDD533333333333333333333333DDDTTU5D4DD333C433333D333333333333333333333DDD733333s373ss33w7733333ww733333333333ss33333333333333333333333333333ww3333333333333333333333333333wwww33333www33333333333333333333wwww333333333333333wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww333333wwwwwwwwwwwwwwwwwwwwwww7wwwwwswwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww73333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333C4""333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333DD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333DDD4333333333333333333333333333333333333333333333333333333DDD4333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333UEDDDTEE43333333333333333333333333333333333333333333333333333CEUDDDE33333333333333333333333333333333333333333333333333CD3DDEDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333EDDDCDDT43333333333333333333333333333333333333333CDDDDDDDDDD4EDDDETD3333333333333333333333333333333333333333333333333333333333333DDD3CC4DDD\x94433333333333333333333333333333333SUUC4UT4333333333333333333333333333333333333333333333333333#"""""""B333DDDDDDD433333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CED3SDD$"""BDDD4CDDD333333333333333DD33333333333333333333333333333333333333333DEDDDUE333333333333333333333333333CCD3D33CD533333333333333333333333333CESEU3333333333333333333DDDD433333CU33333333333333333333333333334DC44333333333333333333333333333CD4DDDDD33333333333333333333DDD\x95DD333343333DDDUD43333333333333333333\x93\x99\x99IDDDDDDE43333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDDDDDDDDDDDDDDDDDDDDD4CDDDDDDDDDDD33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333333333333333333333333333333333333DD4333333333333333333333333333333333333333333333333333333333333333333""""""33D4D33CD43333333333333333333CD3343333333333333333333333333333333333333333333333333333333333333333333333333333333333D33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CT53333DY333333333333333333333333UDD43UT43333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333D3333333333333333333333333333333333333333D43333333333333333333333333333333333CDDDDD333333333333333333333333CD4333333333333333333333333333333333333333333333333333333333333SUDDDDUDT43333333333343333333333333333333333333333333333333333TEDDTTEETD333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CUDD3UUDE43333333333333D3333333333333333343333333333SE43CD33333333DD33333C33TEDCSUUU433333333S533333CDDDDDU333333\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa:3\x99\x99\x9933333DDDDD4233333333333333333UTEUS433333333CDCDDDDDDEDDD33433C3E433#"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""BDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD$"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""BDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD$"""""""""""""""2333373r33333333\x93933CDDD4333333333333333CDUUDU53SEUUUD43\xa3\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xba\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xcb\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\f',w:"Error handler must accept one Object or one Object and a StackTrace as arguments, and return a value of the returned future's type",O:"Failed to load network image.\nImage URL: ",V:"Stream has been disposed.\nAn ImageStream is considered disposed once at least one listener has been added and subsequently all listeners have been removed and no handles are outstanding from the keepAlive method.\nTo resolve this error, maintain at least one listener on the stream, or create an ImageStreamCompleterHandle from the keepAlive method, or create a new stream for the image.",p:"SystemChrome.setApplicationSwitcherDescription",u:"There was a problem trying to load FontManifest.json",R:"\u1ac4\u2bb8\u411f\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u3f4f\u0814\u32b6\u32b6\u32b6\u32b6\u1f81\u32b6\u32b6\u32b6\u1bbb\u2f6f\u3cc2\u051e\u32b6\u11d3\u079b\u2c12\u3967\u1b18\u18aa\u392b\u414f\u07f1\u2eb5\u1880\u1123\u047a\u1909\u08c6\u1909\u11af\u2f32\u1a19\u04d1\u19c3\u2e6b\u209a\u1298\u1259\u0667\u108e\u1160\u3c49\u116f\u1b03\u12a3\u1f7c\u121b\u2023\u1840\u34b0\u088a\u3c13\u04b6\u32b6\u41af\u41cf\u41ef\u4217\u32b6\u32b6\u32b6\u32b6\u32b6\u3927\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u18d8\u1201\u2e2e\u15be\u0553\u32b6\u3be9\u32b6\u416f\u32b6\u32b6\u32b6\u1a68\u10e5\u2a59\u2c0e\u205e\u2ef3\u1019\u04e9\u1a84\u32b6\u32b6\u3d0f\u32b6\u32b6\u32b6\u3f4f\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u104e\u076a\u32b6\u07bb\u15dc\u32b6\u10ba\u32b6\u32b6\u32b6\u32b6\u32b6\u1a3f\u32b6\u0cf2\u1606\u32b6\u32b6\u32b6\u0877\u32b6\u32b6\u073d\u2139\u0dcb\u0bcb\u09b3\u0bcb\u0fd9\u20f7\u03e3\u32b6\u32b6\u32b6\u32b6\u32b6\u0733\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u041d\u0864\u32b6\u32b6\u32b6\u32b6\u32b6\u3915\u32b6\u3477\u32b6\u3193\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u20be\u32b6\u36b1\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u2120\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u2f80\u36ac\u369a\u32b6\u32b6\u32b6\u32b6\u1b8c\u32b6\u1584\u1947\u1ae4\u3c82\u1986\u03b8\u043a\u1b52\u2e77\u19d9\u32b6\u32b6\u32b6\u3cdf\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u091e\u090a\u0912\u091a\u0906\u090e\u0916\u093a\u0973\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u3498\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u0834\u32b6\u32b6\u2bb8\u32b6\u32b6\u36ac\u35a6\u32b9\u33d6\u32b6\u32b6\u32b6\u35e5\u24ee\u3847\x00\u0567\u3a12\u2826\u01d4\u2fb3\u29f7\u36f2\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u2bc7\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u1e54\u32b6\u1394\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u2412\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u30b3\u2c62\u3271\u32b6\u32b6\u32b6\u12e3\u32b6\u32b6\u1bf2\u1d44\u2526\u32b6\u2656\u32b6\u32b6\u32b6\u0bcb\u1645\u0a85\u0ddf\u2168\u22af\u09c3\u09c5\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u3f2f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u3d4f\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6\u32b6"} +var t=(function rtii(){var s=A.ac +return{od:s("bh"),pC:s("e0"),so:s("cd"),m:s("cd"),ph:s("r5"),s1:s("r8"),vp:s("l7"),S7:s("A6"),jo:s("PQ"),pR:s("jE"),M1:s("Ab"),Al:s("jG"),m_:s("bV"),k:s("aH"),q:s("et"),pI:s("Ar"),V4:s("c0"),wY:s("ld"),nz:s("ld"),d0:s("dD?,c4<@>>"),vg:s("e2"),Lh:s("rr"),XY:s("nE"),p1:s("jL"),Q:s("nF"),z7:s("AH"),m6:s("AI"),E_:s("rt"),Bn:s("AJ"),wW:s("jM"),S3:s("aya"),BQ:s("ru"),nR:s("rv"),Hz:s("e3"),hP:s("hs"),r:s("q"),b8:s("bm<@>"),qO:s("lg"),li:s("by"),eL:s("by"),fF:s("dE"),vn:s("nM"),pU:s("as>"),zi:s("fA"),sY:s("nN"),H5:s("aob"),HY:s("ir"),ip:s("rJ"),I7:s("ayj"),Hw:s("eW"),u5:s("nQ"),l4:s("aom"),Uf:s("jP"),XP:s("aop"),yS:s("nR"),JX:s("Bt"),I:s("eX"),ra:s("ayt"),yN:s("BC"),uL:s("hA"),zk:s("hB"),Tu:s("aM"),A0:s("bR"),Ee:s("N<@>"),h:s("aP"),Lt:s("bq"),VI:s("bn"),IX:s("fF"),Ie:s("tf"),US:s("eZ"),N8:s("th"),s4:s("Tb"),OE:s("Tc"),mx:s("cf"),l5:s("jT"),zq:s("o7"),ia:s("ly"),VW:s("lz"),FK:s("jU"),bY:s("tl"),bE:s("eB"),Uy:s("afI"),_8:s("eC"),Z9:s("ah"),xd:s("ah(o,ap)"),Ev:s("ah()"),L0:s("ah<@>"),T8:s("ah"),uz:s("ah<~>"),Fp:s("cg"),Ce:s("cg"),pl:s("cg"),b4:s("d4"),Lu:s("d4
"),Ih:s("d4"),R:s("Cj"),cD:s("cl"),uA:s("cm"),C1:s("cm"),Uv:s("cm"),jn:s("cm"),YC:s("cm"),UN:s("cm"),ok:s("cm"),fe:s("cm"),Bk:s("cm"),xR:s("lC"),yi:s("fI>"),TX:s("lD"),bT:s("lD>"),rQ:s("ayH"),op:s("tq<~(jS)>"),G7:s("Cs>"),rA:s("lE"),mS:s("lF"),AL:s("hD"),Fn:s("ix"),zE:s("af"),Lk:s("afN"),g5:s("tw"),Oh:s("lI"),oA:s("hE"),dW:s("dH"),SG:s("jZ"),Bc:s("og"),IS:s("eD"),WB:s("aT"),JZ:s("VF"),XO:s("VG"),pT:s("VH"),gD:s("k0"),vz:s("aG"),nQ:s("iD"),Ya:s("ok"),JY:s("i<@>"),VG:s("i"),QP:s("z"),NS:s("z"),sq:s("z"),iW:s("z"),qN:s("z"),AT:s("z"),t_:s("z"),AN:s("z"),E:s("z"),vl:s("z"),Up:s("z"),lX:s("z"),_m:s("z"),T:s("z"),z8:s("z"),uf:s("z"),no:s("z"),wQ:s("z>"),mo:s("z>"),iQ:s("z"),om:s("z>"),XZ:s("z"),Fa:s("z"),VB:s("z"),VO:s("z"),O_:s("z"),J:s("z"),K0:s("z"),CE:s("z"),k5:s("z"),s9:s("z"),Y4:s("z"),_f:s("z"),ER:s("z"),X_:s("z>"),i1:s("z>"),zg:s("z>"),Eo:s("z"),ss:s("z"),a9:s("z>"),m0:s("z>"),H7:s("z>"),n4:s("z>"),Xr:s("z"),YE:s("z"),tc:s("z"),Qg:s("z"),jl:s("z"),fy:s("z"),jT:s("z"),g8:s("z>"),OM:s("z>"),tZ:s("z"),v:s("z"),Co:s("z<+(o,kC)>"),AO:s("z"),Pc:s("z"),Ik:s("z"),C:s("z"),Ry:s("z"),QT:s("z"),VM:s("z"),ZP:s("z"),D1:s("z"),q1:s("z"),V:s("z"),o4:s("z"),Qo:s("z"),kO:s("z"),N_:s("z"),s:s("z"),oU:s("z"),y1:s("z"),Lx:s("z"),FO:s("z>>"),nE:s("z"),LX:s("z"),F:s("z"),GA:s("z"),Na:s("z"),SW:s("z"),TV:s("z"),Kj:s("z"),_Y:s("z"),CZ:s("z
"),mz:s("z"),Kx:s("z"),he:s("z"),zj:s("z"),ML:s("z"),m3:s("z"),jE:s("z"),qi:s("z"),uD:s("z"),lb:s("z"),YK:s("z"),Z4:s("z"),cR:s("z"),NM:s("z"),HZ:s("z"),n:s("z"),ee:s("z<@>"),t:s("z"),L:s("z"),ny:s("z?>"),Fi:s("z"),XS:s("z"),Z:s("z"),Zt:s("z()>"),iM:s("z()>"),sA:s("z"),U9:s("z<~(lB)?>"),u:s("z<~()>"),SM:s("z<~(B,c6?)>"),ot:s("z<~(bh)>"),G:s("z<~(hm)>"),j1:s("z<~(aM)>"),Jh:s("z<~(A)>"),bz:s("tP"),lT:s("hH"),dC:s("aZ<@>"),e:s("b"),Hf:s("dl"),Cl:s("fN"),D2:s("dm"),SQ:s("oo"),LE:s("lR"),bR:s("bI"),ku:s("bI
    "),hA:s("bI"),W:s("bI>"),af:s("bI"),L6:s("dn"),h_:s("CR"),hz:s("f3"),cS:s("eF>"),z_:s("lW"),oM:s("lW"),wO:s("CX<@>"),NJ:s("aq4"),Rk:s("A"),uy:s("A"),gS:s("A"),qC:s("A"),UX:s("A"),LF:s("A"),I1:s("A"),V1:s("A"),yp:s("A"),Xw:s("A"),j:s("A<@>"),Cm:s("A"),Dn:s("A"),I_:s("ab"),da:s("k8"),bd:s("f"),bS:s("aga"),UH:s("aC"),q9:s("aC"),sw:s("aC>"),qE:s("aC>"),Dx:s("ub<@,@>"),kY:s("ap"),GU:s("ap"),a:s("ap"),_P:s("ap"),e3:s("ap"),f:s("ap<@,@>"),xE:s("ap"),pE:s("ap"),rr:s("ap<~(aK),aY?>"),C9:s("dI"),Gf:s("a4"),OV:s("a4"),rB:s("a4"),qn:s("a4"),hv:s("a4"),Tr:s("a4"),iB:s("aqe"),c4:s("uj"),ui:s("bJ"),h9:s("b4"),Ak:s("b4
    "),kU:s("b4"),iL:s("b4"),XL:s("b4"),QL:s("b4"),Il:s("b4"),VY:s("b4"),wG:s("b4"),Oc:s("m_"),xV:s("aY"),w:s("iH"),O5:s("hL"),xS:s("eG"),Pb:s("bX"),ZA:s("ur"),_h:s("hM"),Wz:s("f8"),Lb:s("eI"),A3:s("eJ"),u9:s("m4"),uK:s("hN"),Jc:s("cz"),Tm:s("cz"),w3:s("cz"),ji:s("cz"),WA:s("cz"),kj:s("cz"),Te:s("iI"),P:s("b_"),K:s("B"),xA:s("B(n)"),_a:s("B(n{params:B?})"),yw:s("bi"),wi:s("bi<~()>"),wS:s("bi<~(bh)>"),O:s("bi<~(hm)>"),o:s("v"),gY:s("hO"),Ms:s("iL"),N1:s("oL"),Mf:s("oM"),nd:s("fa"),sd:s("acf"),Q2:s("oO"),Fw:s("dq"),IL:s("dq"),ke:s("DU"),v3:s("k"),sv:s("iM"),qa:s("ayX"),ge:s("m8"),Ko:s("m9"),Y:s("hR"),b:s("iO"),qL:s("aK"),GG:s("ayZ"),XA:s("iP"),n2:s("ma"),WQ:s("mb"),w5:s("iQ"),DB:s("mc"),PB:s("md"),Mj:s("me"),xb:s("mf"),ks:s("dr"),oN:s("mg"),ZD:s("agH"),bb:s("oT"),yH:s("aJ"),jU:s("p_"),pK:s("az3"),Rp:s("+()"),YT:s("E"),Bb:s("hU"),Qz:s("Eh"),MY:s("v4"),x:s("C"),f1:s("v8"),I9:s("w"),F5:s("aq"),GM:s("az"),Wx:s("iS"),nl:s("cj"),Ss:s("ml"),Cn:s("agW"),Ju:s("mm"),E1:s("vf"),Wd:s("EU"),dZ:s("vh"),yb:s("d7"),z4:s("cr"),k2:s("vj"),MV:s("cs"),o_:s("cs"),ad:s("vm"),oj:s("p3"),pO:s("c4<@>(aa,B?)"),nY:s("arK"),BL:s("arK"),Np:s("p5"),x5:s("p6"),JE:s("vo"),Cy:s("vp"),FS:s("vs"),sm:s("vz"),NF:s("arS"),qd:s("azb"),hI:s("azc"),x9:s("cX"),mb:s("vD"),Wu:s("pb"),_S:s("c5"),ZX:s("h_"),bu:s("bM"),UF:s("mw"),g3:s("mx"),HS:s("kt"),n5:s("pf<@>"),m2:s("bj"),Ro:s("bj<@>"),RY:s("bs"),jH:s("my"),Vz:s("ph"),yE:s("azi"),Mp:s("aW"),FW:s("Q"),Ws:s("vP"),p:s("kv"),h5:s("pj"),Gt:s("pl"),D:s("dL"),M0:s("kw"),jB:s("kx"),y3:s("h2"),D_:s("j_"),B:s("d9"),Km:s("c6"),MF:s("fj"),d1:s("a9"),gU:s("aQ"),ZE:s("mC"),N:s("o"),u1:s("asp"),WT:s("bU"),u4:s("bU"),Je:s("bU>"),az:s("bU"),Ow:s("bU"),E8:s("bU"),d9:s("bU"),hr:s("bU"),b5:s("bU<~>"),ZC:s("i0"),lu:s("i1"),LH:s("cA"),_0:s("w5"),if:s("asA"),mi:s("Gi"),tq:s("kA"),tp:s("w9"),em:s("l"),we:s("fm"),ZM:s("mG"),ZF:s("i2>"),Ag:s("i2<@>"),qe:s("ahB"),U2:s("asQ"),zW:s("bC"),c:s("ay"),A:s("dg"),ns:s("j3"),w7:s("a2Q"),rd:s("pJ"),Po:s("a2R"),d:s("fo"),gA:s("dP"),Sc:s("dP"),kk:s("i3"),lQ:s("wm"),G5:s("j5"),N2:s("pL<@>"),Xu:s("GI"),xc:s("dQ"),GY:s("h7"),Dg:s("wo"),rS:s("em"),X3:s("j7"),Hd:s("aO"),FI:s("dR"),ZK:s("dR

    "),Ri:s("dR"),ow:s("dR"),kE:s("dR<~(B,c6?)>"),r7:s("dR<~(hE)>"),Pi:s("pM"),l7:s("h"),Ab:s("h(aa)"),g:s("h9"),Uh:s("wr"),L1:s("ws"),CL:s("mO"),h8:s("bk"),XX:s("bk"),Bx:s("bk"),gI:s("bk"),BT:s("bk"),yB:s("bk"),EZ:s("bk"),l:s("bk<~>"),ZW:s("mQ"),B6:s("wE"),DC:s("wS>"),UJ:s("Im"),qr:s("da"),VA:s("jc"),l3:s("x_"),Wt:s("mS"),ba:s("pZ"),Eh:s("x6"),fk:s("q1"),h1:s("q3"),Lv:s("a3"),gO:s("a3"),EW:s("a3"),Qy:s("a3"),tr:s("a3"),LR:s("a3<@>"),wJ:s("a3"),gg:s("a3"),X6:s("a3"),U:s("a3<~>"),cK:s("q5"),Qu:s("jf"),U3:s("q7"),UR:s("dw"),R9:s("kJ"),Fy:s("kK"),WD:s("xh"),Nr:s("xi"),pp:s("dT"),YL:s("mV"),cA:s("he"),Sx:s("kL"),pt:s("qd"),Gk:s("xt"),PJ:s("qe"),h2:s("bP"),Ne:s("bP"),pj:s("bP"),_s:s("bP"),gP:s("bP"),Y6:s("bP"),iJ:s("bP"),F9:s("bP"),Fe:s("xE"),xg:s("K7"),Tp:s("kN"),Vl:s("kO"),KJ:s("jg"),eU:s("ql"),sZ:s("xS"),j4:s("Kz"),Li:s("xT"),mm:s("qo"),mP:s("xV"),h7:s("i9"),zP:s("cF"),ri:s("xX"),Lj:s("kQ"),zd:s("y_"),SN:s("y0"),xL:s("qs"),im:s("mY"),Am:s("mZ"),Ez:s("eP"),Pu:s("yb"),yd:s("yg"),jF:s("yi"),Nu:s("ji"),xm:s("Mo"),S8:s("yB"),c6:s("n2"),bm:s("id"),HE:s("qA"),f2:s("yM"),i9:s("qB"),tH:s("atW"),_l:s("n4"),ps:s("aul"),DH:s("NI"),y:s("D"),i:s("H"),z:s("@"),C_:s("@(B)"),Hg:s("@(B,c6)"),S:s("n"),s5:s("0&*"),ub:s("B*"),ZU:s("jB?"),Vx:s("cK?"),sa:s("dj?"),eJ:s("l8?"),oI:s("b7?"),YY:s("la?"),CD:s("c0?"),fz:s("jL?"),eQ:s("nF?"),MB:s("abk?"),L5:s("aeR?"),JG:s("AP?"),cW:s("aeS?"),eG:s("AR?"),GB:s("aeU?"),EM:s("AT?"),_:s("q?"),YJ:s("ht?"),xG:s("is?"),V2:s("eX?"),pc:s("bR?"),Om:s("jR?"),Dv:s("aP?"),pk:s("cf?"),uZ:s("ah?"),_I:s("lF?"),gx:s("fK?"),lF:s("bz?"),C6:s("afP?"),Pr:s("k_?"),LO:s("dm?"),kc:s("A<@>?"),y6:s("f?"),qA:s("ee?"),nA:s("ap?"),Xx:s("ap<@,@>?"),J1:s("ap?"),iD:s("aY?"),ka:s("m1?"),WV:s("bX?"),X:s("B?"),Ff:s("agv?"),dJ:s("hO?"),Zr:s("agw?"),KX:s("cp?"),uR:s("fS?"),xO:s("kf?"),Qv:s("C?"),c_:s("b5?"),ym:s("iS?"),IT:s("cj?"),LQ:s("bM?"),M9:s("ah8?"),uv:s("Fu?"),Zi:s("bs?"),TZ:s("mz?"),pg:s("hW?"),tW:s("Q?"),MR:s("dL?"),lE:s("fj?"),ob:s("o?"),f3:s("ei?"),p8:s("l?"),Dh:s("mF?"),qf:s("acN?"),ir:s("ay?"),nc:s("fo?"),Wn:s("h8?"),Xk:s("dw?"),av:s("xU?"),Kp:s("kQ?"),gW:s("mY?"),JI:s("yH<@>?"),X7:s("D?"),PM:s("H?"),Nw:s("~()?"),Ci:s("bE"),H:s("~"),M:s("~()"),CF:s("~(B,c6?)"),Vu:s("~(aM)"),Su:s("~(jS)"),xt:s("~(A)"),mX:s("~(B)"),hK:s("~(B,c6)"),Ld:s("~(aK)"),iS:s("~(fW)"),HT:s("~(B?)")}})();(function constants(){var s=hunkHelpers.makeConstList +B.A_=J.ol.prototype +B.b=J.z.prototype +B.cf=J.tN.prototype +B.f=J.om.prototype +B.c=J.k1.prototype +B.d=J.iE.prototype +B.A7=J.hH.prototype +B.A8=J.b.prototype +B.oR=A.uw.prototype +B.dy=A.ux.prototype +B.cw=A.uy.prototype +B.fF=A.uB.prototype +B.Q=A.m4.prototype +B.tr=J.DZ.prototype +B.hu=J.i3.prototype +B.bT=A.pN.prototype +B.NZ=new A.Pv(0,"unknown") +B.hK=new A.es(0,1) +B.hL=new A.es(0,-1) +B.O_=new A.es(1,0) +B.hM=new A.es(-1,-1) +B.N=new A.cI(0,0) +B.vd=new A.cI(0,1) +B.ve=new A.cI(0,-1) +B.cT=new A.cI(1,0) +B.hN=new A.cI(1,1) +B.hO=new A.cI(-1,0) +B.hP=new A.cI(-1,-1) +B.en=new A.qU(null) +B.vf=new A.A_(0,"normal") +B.vg=new A.A_(1,"preserve") +B.z=new A.hm(0,"dismissed") +B.aj=new A.hm(1,"forward") +B.ab=new A.hm(2,"reverse") +B.L=new A.hm(3,"completed") +B.vh=new A.nn(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.hQ=new A.r8(0,"exit") +B.hR=new A.r8(1,"cancel") +B.bX=new A.hn(0,"detached") +B.cU=new A.hn(1,"resumed") +B.eo=new A.hn(2,"inactive") +B.ep=new A.hn(3,"hidden") +B.cV=new A.hn(4,"paused") +B.vi=new A.PM(!1,127) +B.eq=new A.r9(0,"polite") +B.er=new A.r9(1,"assertive") +B.F=new A.nr(0,"up") +B.bY=new A.nr(1,"right") +B.E=new A.nr(2,"down") +B.aR=new A.nr(3,"left") +B.bb=new A.Ac(0,"horizontal") +B.aS=new A.Ac(1,"vertical") +B.vj=new A.ns(null,null,null,null,null,null,null,null) +B.U=new A.a12() +B.hS=new A.jG("flutter/accessibility",B.U,t.Al) +B.bc=new A.VL() +B.vk=new A.jG("flutter/keyevent",B.bc,t.Al) +B.eC=new A.a1h() +B.vl=new A.jG("flutter/lifecycle",B.eC,A.ac("jG")) +B.vm=new A.jG("flutter/system",B.bc,t.Al) +B.vn=new A.nt(12,"plus") +B.vo=new A.nt(13,"modulate") +B.cW=new A.nt(3,"srcOver") +B.hT=new A.nt(5,"srcIn") +B.vp=new A.Q7(0,"normal") +B.t=new A.aL(0,0) +B.fW=new A.aL(8,8) +B.vq=new A.jH(B.t,B.fW,B.t,B.fW) +B.O=new A.bV(B.t,B.t,B.t,B.t) +B.cC=new A.aL(4,4) +B.hU=new A.bV(B.cC,B.cC,B.cC,B.cC) +B.dJ=new A.aL(6,6) +B.vr=new A.bV(B.dJ,B.dJ,B.dJ,B.dJ) +B.l=new A.q(4278190080) +B.R=new A.Aj(0,"none") +B.n=new A.b7(B.l,0,B.R,-1) +B.r=new A.Aj(1,"solid") +B.hV=new A.b7(B.l,1,B.r,0) +B.O0=new A.b7(B.l,1,B.r,-1) +B.h=new A.q(4294967295) +B.cX=new A.b7(B.h,1,B.r,-1) +B.vv=new A.cK(B.cX,B.cX,B.cX,B.cX) +B.hW=new A.cK(B.n,B.n,B.n,B.n) +B.vw=new A.nu(null,null,null,null,null,null,null) +B.vx=new A.nv(null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.vy=new A.re(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.G7=new A.Fb(0,"normal") +B.fX=new A.Ec(null) +B.vz=new A.rf(B.G7,B.fX) +B.tM=new A.Fb(1,"fast") +B.vA=new A.rf(B.tM,B.fX) +B.vB=new A.aH(40,40,40,40) +B.vC=new A.aH(56,56,56,56) +B.vD=new A.aH(96,96,96,96) +B.hX=new A.aH(1/0,1/0,1/0,1/0) +B.vF=new A.aH(0,1/0,34,34) +B.vE=new A.aH(50,1/0,34,34) +B.vG=new A.aH(0,1/0,56,56) +B.vH=new A.aH(0,400,0,1/0) +B.bZ=new A.aH(0,1/0,0,1/0) +B.vI=new A.rh(2,"cover") +B.vJ=new A.rh(4,"fitHeight") +B.vK=new A.rh(6,"scaleDown") +B.hY=new A.Al(0,"tight") +B.hZ=new A.Al(5,"strut") +B.aT=new A.Ao(0,"rectangle") +B.c_=new A.Ao(1,"circle") +B.et=new A.Qa(0,"tight") +B.S=new A.ny(0,"dark") +B.B=new A.ny(1,"light") +B.aU=new A.ri(0,"blink") +B.a3=new A.ri(1,"webkit") +B.bz=new A.ri(2,"firefox") +B.O1=new A.Qo(1,"padded") +B.vL=new A.rj(null,null,null,null,null,null,null,null,null) +B.yV=new A.aU(16,16,16,16) +B.DW=new A.b4(B.yV,A.ac("b4")) +B.DR=new A.b4(20,A.ac("b4")) +B.cY=new A.be(null,null,null,null,null,null,null,B.DW,null,null,null,null,B.DR,null,null,null,null,null,null,null,null,null) +B.vM=new A.Qp(0,"normal") +B.x0=new A.x1(A.ac("x1>")) +B.vN=new A.nA(B.x0) +B.vO=new A.oj(A.axo(),A.ac("oj")) +B.vP=new A.Pw() +B.ak=new A.A3() +B.vR=new A.PW() +B.O2=new A.Q_() +B.vS=new A.PY() +B.vT=new A.PZ() +B.i_=new A.Qj() +B.Og=new A.a_R(4,"keyboard") +B.i2=new A.rE() +B.i1=new A.rE() +B.vU=new A.RE() +B.vX=new A.Bk() +B.vV=new A.Bi() +B.vW=new A.Bj() +B.vY=new A.Bl() +B.O3=new A.Bo() +B.vZ=new A.Bp() +B.i4=new A.rO() +B.i5=new A.rO() +B.i6=new A.rP() +B.i7=new A.rP() +B.i8=new A.rQ() +B.i9=new A.rQ() +B.o=new A.BA() +B.w0=new A.Sb() +B.w1=new A.Sz() +B.w2=new A.eA(A.ac("eA")) +B.w3=new A.eA(A.ac("eA")) +B.ia=new A.BI() +B.w4=new A.BJ() +B.T=new A.BJ() +B.w5=new A.SY() +B.ib=new A.t6() +B.ic=new A.t6() +B.w6=new A.t7() +B.w7=new A.t7() +B.id=new A.lp() +B.ie=new A.lp() +B.eu=new A.lp() +B.ev=new A.lp() +B.ig=new A.lq() +B.ih=new A.lq() +B.ew=new A.lq() +B.ex=new A.lq() +B.ii=new A.fG() +B.ij=new A.fG() +B.wa=new A.fG() +B.wb=new A.fG() +B.c0=new A.fG() +B.c1=new A.fG() +B.w8=new A.fG() +B.w9=new A.fG() +B.wc=new A.tb() +B.wd=new A.tb() +B.we=new A.tc() +B.wf=new A.tc() +B.wg=new A.lr() +B.wh=new A.lr() +B.ik=new A.lr() +B.il=new A.lr() +B.wi=new A.td() +B.wj=new A.td() +B.im=new A.ls() +B.io=new A.ls() +B.ey=new A.ls() +B.ez=new A.ls() +B.ir=new A.lt() +B.is=new A.lt() +B.ip=new A.lt() +B.iq=new A.lt() +B.it=new A.C2() +B.O4=new A.Cm() +B.wk=new A.Uh() +B.wl=new A.Ul() +B.H=new A.VK() +B.a8=new A.VM() +B.iu=function getTagFallback(o) { + var s = Object.prototype.toString.call(o); + return s.substring(8, s.length - 1); +} +B.wm=function() { + var toStringFunction = Object.prototype.toString; + function getTag(o) { + var s = toStringFunction.call(o); + return s.substring(8, s.length - 1); + } + function getUnknownTag(object, tag) { + if (/^HTML[A-Z].*Element$/.test(tag)) { + var name = toStringFunction.call(object); + if (name == "[object Object]") return null; + return "HTMLElement"; + } + } + function getUnknownTagGenericBrowser(object, tag) { + if (self.HTMLElement && object instanceof HTMLElement) return "HTMLElement"; + return getUnknownTag(object, tag); + } + function prototypeForTag(tag) { + if (typeof window == "undefined") return null; + if (typeof window[tag] == "undefined") return null; + var constructor = window[tag]; + if (typeof constructor != "function") return null; + return constructor.prototype; + } + function discriminator(tag) { return null; } + var isBrowser = typeof navigator == "object"; + return { + getTag: getTag, + getUnknownTag: isBrowser ? getUnknownTagGenericBrowser : getUnknownTag, + prototypeForTag: prototypeForTag, + discriminator: discriminator }; +} +B.wr=function(getTagFallback) { + return function(hooks) { + if (typeof navigator != "object") return hooks; + var ua = navigator.userAgent; + if (ua.indexOf("DumpRenderTree") >= 0) return hooks; + if (ua.indexOf("Chrome") >= 0) { + function confirm(p) { + return typeof window == "object" && window[p] && window[p].name == p; + } + if (confirm("Window") && confirm("HTMLElement")) return hooks; + } + hooks.getTag = getTagFallback; + }; +} +B.wn=function(hooks) { + if (typeof dartExperimentalFixupGetTag != "function") return hooks; + hooks.getTag = dartExperimentalFixupGetTag(hooks.getTag); +} +B.wo=function(hooks) { + var getTag = hooks.getTag; + var prototypeForTag = hooks.prototypeForTag; + function getTagFixed(o) { + var tag = getTag(o); + if (tag == "Document") { + if (!!o.xmlVersion) return "!Document"; + return "!HTMLDocument"; + } + return tag; + } + function prototypeForTagFixed(tag) { + if (tag == "Document") return null; + return prototypeForTag(tag); + } + hooks.getTag = getTagFixed; + hooks.prototypeForTag = prototypeForTagFixed; +} +B.wq=function(hooks) { + var userAgent = typeof navigator == "object" ? navigator.userAgent : ""; + if (userAgent.indexOf("Firefox") == -1) return hooks; + var getTag = hooks.getTag; + var quickMap = { + "BeforeUnloadEvent": "Event", + "DataTransfer": "Clipboard", + "GeoGeolocation": "Geolocation", + "Location": "!Location", + "WorkerMessageEvent": "MessageEvent", + "XMLDocument": "!Document"}; + function getTagFirefox(o) { + var tag = getTag(o); + return quickMap[tag] || tag; + } + hooks.getTag = getTagFirefox; +} +B.wp=function(hooks) { + var userAgent = typeof navigator == "object" ? navigator.userAgent : ""; + if (userAgent.indexOf("Trident/") == -1) return hooks; + var getTag = hooks.getTag; + var quickMap = { + "BeforeUnloadEvent": "Event", + "DataTransfer": "Clipboard", + "HTMLDDElement": "HTMLElement", + "HTMLDTElement": "HTMLElement", + "HTMLPhraseElement": "HTMLElement", + "Position": "Geoposition" + }; + function getTagIE(o) { + var tag = getTag(o); + var newTag = quickMap[tag]; + if (newTag) return newTag; + if (tag == "Object") { + if (window.DataView && (o instanceof window.DataView)) return "DataView"; + } + return tag; + } + function prototypeForTagIE(tag) { + var constructor = window[tag]; + if (constructor == null) return null; + return constructor.prototype; + } + hooks.getTag = getTagIE; + hooks.prototypeForTag = prototypeForTagIE; +} +B.iv=function(hooks) { return hooks; } + +B.bd=new A.VS() +B.al=new A.CN() +B.ws=new A.WD() +B.wt=new A.Dr() +B.wv=new A.XM() +B.ww=new A.XN() +B.iw=new A.XP() +B.wx=new A.XQ() +B.eB=new A.B() +B.wy=new A.DQ() +B.ix=new A.DT() +B.wz=new A.Ya() +B.O5=new A.YB() +B.wB=new A.YG() +B.iy=new A.Eg() +B.wD=new A.a_1() +B.wE=new A.a_2() +B.wF=new A.a_r() +B.wG=new A.F9() +B.wH=new A.vv() +B.wI=new A.vv() +B.wJ=new A.a_Q() +B.iz=new A.Fh() +B.wK=new A.a0k() +B.a=new A.a0l() +B.wL=new A.a0K() +B.aV=new A.a11() +B.bA=new A.a15() +B.wM=new A.a1J() +B.wN=new A.a1M() +B.wO=new A.a1N() +B.wP=new A.a1O() +B.wQ=new A.a1S() +B.wR=new A.a1U() +B.wS=new A.a1V() +B.wT=new A.a1W() +B.EB=new A.v(0.056,0.024) +B.Ev=new A.v(0.108,0.3085) +B.ED=new A.v(0.198,0.541) +B.Ex=new A.v(0.3655,1) +B.Ez=new A.v(0.5465,0.989) +B.iA=new A.Gp() +B.wU=new A.Gq() +B.wV=new A.Gz() +B.iB=new A.GC() +B.wW=new A.a2Z() +B.I=new A.GL() +B.be=new A.a35() +B.V=new A.E(0,0,0,0) +B.cS=new A.GR(0,0,0,0) +B.Bt=A.a(s([]),A.ac("z")) +B.iC=new A.GQ() +B.aA={} +B.oH=new A.by(B.aA,[],t.li) +B.O6=new A.a3a() +B.iD=new A.GX() +B.c2=new A.H4() +B.c3=new A.H5() +B.wX=new A.wM() +B.wY=new A.I1() +B.d5=new A.eV(B.l,"label",null,B.l,B.h,B.l,B.h,B.l,B.h,B.l,B.h,0) +B.c9=new A.q(4288256409) +B.c8=new A.q(4285887861) +B.d4=new A.eV(B.c9,"inactiveGray",null,B.c9,B.c8,B.c9,B.c8,B.c9,B.c8,B.c9,B.c8,0) +B.O7=new A.a4Y() +B.eJ=new A.q(4278221567) +B.iL=new A.q(4278879487) +B.iK=new A.q(4278206685) +B.iS=new A.q(4282424575) +B.yo=new A.eV(B.eJ,"systemBlue",null,B.eJ,B.iL,B.iK,B.iS,B.eJ,B.iL,B.iK,B.iS,0) +B.xv=new A.q(4280032286) +B.xz=new A.q(4280558630) +B.jc=new A.eV(B.h,"systemBackground",null,B.h,B.l,B.h,B.l,B.h,B.xv,B.h,B.xz,0) +B.c6=new A.q(4042914297) +B.d1=new A.q(4028439837) +B.yp=new A.eV(B.c6,null,null,B.c6,B.d1,B.c6,B.d1,B.c6,B.d1,B.c6,B.d1,0) +B.iE=new A.a4Z() +B.iF=new A.Ia() +B.wZ=new A.a50() +B.x_=new A.a54() +B.O8=new A.If() +B.c4=new A.Ii() +B.cZ=new A.a5e() +B.e2=new A.i0("click") +B.e1=new A.i0("basic") +B.eD=new A.IF() +B.eE=new A.a5f() +B.x1=new A.a63() +B.x2=new A.a64() +B.a4=new A.xp() +B.x3=new A.JS() +B.am=new A.a6V() +B.x4=new A.a6W() +B.x5=new A.Ke() +B.iG=new A.a7s() +B.P=new A.a7w() +B.x6=new A.a7P() +B.x7=new A.MK() +B.x8=new A.MW() +B.x9=new A.NJ() +B.iH=new A.Qt(0,"pixel") +B.xd=new A.rl(null,null,null,null,null,null,null) +B.xf=new A.nC(null,null,null,null,null,null,null,null,null) +B.xg=new A.rp(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.d_=new A.cL(0,B.n) +B.xh=new A.AL(B.fX) +B.Gm=new A.vE(2,"clear") +B.eG=new A.rv(B.Gm) +B.eH=new A.R2(1,"intersect") +B.C=new A.nG(0,"none") +B.ae=new A.nG(1,"hardEdge") +B.bC=new A.nG(2,"antiAlias") +B.bD=new A.nG(3,"antiAliasWithSaveLayer") +B.eN=new A.q(4284960932) +B.j2=new A.q(4293582335) +B.xx=new A.q(4280352861) +B.xP=new A.q(4284636017) +B.j1=new A.q(4293451512) +B.xw=new A.q(4280097067) +B.xV=new A.q(4286403168) +B.j6=new A.q(4294957284) +B.xC=new A.q(4281405725) +B.xY=new A.q(4289930782) +B.j5=new A.q(4294565596) +B.xG=new A.q(4282453515) +B.j7=new A.q(4294966270) +B.d2=new A.q(4280032031) +B.y3=new A.q(4293386476) +B.eM=new A.q(4282991951) +B.xU=new A.q(4286149758) +B.iY=new A.q(4291478736) +B.iQ=new A.q(4281413683) +B.y9=new A.q(4294242292) +B.eP=new A.q(4291869951) +B.xi=new A.nI(B.B,B.eN,B.h,B.j2,B.xx,B.xP,B.h,B.j1,B.xw,B.xV,B.h,B.j6,B.xC,B.xY,B.h,B.j5,B.xG,B.j7,B.d2,B.j7,B.d2,B.y3,B.eM,B.xU,B.iY,B.l,B.l,B.iQ,B.y9,B.eP,B.eN) +B.xE=new A.q(4281867890) +B.xM=new A.q(4283381643) +B.y0=new A.q(4291609308) +B.xD=new A.q(4281544001) +B.xL=new A.q(4283057240) +B.y7=new A.q(4293900488) +B.xK=new A.q(4282983730) +B.xQ=new A.q(4284693320) +B.y8=new A.q(4294097077) +B.xO=new A.q(4284486672) +B.xW=new A.q(4287372568) +B.eQ=new A.q(4293321189) +B.xX=new A.q(4287860633) +B.xj=new A.nI(B.S,B.eP,B.xE,B.xM,B.j2,B.y0,B.xD,B.xL,B.j1,B.y7,B.xK,B.xQ,B.j6,B.y8,B.xO,B.xW,B.j5,B.d2,B.eQ,B.d2,B.eQ,B.eM,B.iY,B.xX,B.eM,B.l,B.l,B.eQ,B.iQ,B.eN,B.eP) +B.A=new A.q(0) +B.iI=new A.q(1087163596) +B.xk=new A.q(134217728) +B.xl=new A.q(1627389952) +B.xm=new A.q(1660944383) +B.iJ=new A.q(16777215) +B.eI=new A.q(1723645116) +B.xn=new A.q(1724434632) +B.xo=new A.q(2155905152) +B.u=new A.q(2315255808) +B.xp=new A.q(2583691263) +B.v=new A.q(3019898879) +B.xr=new A.q(4039164096) +B.xs=new A.q(4195619860) +B.bf=new A.q(4279141408) +B.iM=new A.q(4279858898) +B.eK=new A.q(4280191205) +B.iN=new A.q(4280361249) +B.iO=new A.q(4280391411) +B.xy=new A.q(4280427042) +B.iP=new A.q(4280624421) +B.xA=new A.q(4280821800) +B.xB=new A.q(4281019179) +B.eL=new A.q(4281348144) +B.iR=new A.q(4281545523) +B.xF=new A.q(4282071867) +B.iT=new A.q(4282466625) +B.d3=new A.q(4282532418) +B.xI=new A.q(4282598211) +B.xJ=new A.q(4282664004) +B.xN=new A.q(4284243036) +B.c7=new A.q(4284572001) +B.iU=new A.q(4284809178) +B.xS=new A.q(4285756275) +B.xT=new A.q(4285997423) +B.eO=new A.q(4287679225) +B.iV=new A.q(4288585374) +B.iW=new A.q(4289636255) +B.iX=new A.q(4290502395) +B.y_=new A.q(4291348423) +B.iZ=new A.q(4292030255) +B.y2=new A.q(4292467161) +B.j_=new A.q(4292927712) +B.j0=new A.q(4293128957) +B.y4=new A.q(4293420417) +B.at=new A.q(4293481504) +B.j3=new A.q(4293783021) +B.y5=new A.q(4293848557) +B.j4=new A.q(4294309365) +B.au=new A.q(4294638330) +B.yb=new A.q(436207616) +B.yc=new A.q(520093696) +B.yd=new A.q(536870911) +B.yf=new A.rC(null) +B.yg=new A.li(null) +B.eR=new A.lj(0,"start") +B.yh=new A.lj(1,"end") +B.ca=new A.lj(2,"center") +B.j8=new A.lj(3,"stretch") +B.j9=new A.lj(4,"baseline") +B.ja=new A.de(0.18,1,0.04,1) +B.yi=new A.de(0.05,0,0.133333,0.06) +B.aW=new A.de(0.25,0.1,0.25,1) +B.cb=new A.de(0.42,0,1,1) +B.yj=new A.de(0.67,0.03,0.65,0.09) +B.yk=new A.de(0.075,0.82,0.165,1) +B.yl=new A.de(0.208333,0.82,0.25,1) +B.aX=new A.de(0.4,0,0.2,1) +B.jb=new A.de(0.35,0.91,0.33,0.97) +B.eS=new A.de(0.42,0,0.58,1) +B.yn=new A.de(0.25,0.46,0.45,0.94) +B.c5=new A.q(1493172224) +B.d0=new A.q(2164260863) +B.yq=new A.eV(B.c5,null,null,B.c5,B.d0,B.c5,B.d0,B.c5,B.d0,B.c5,B.d0,0) +B.bg=new A.rF(B.iE,null,null,null,null,null,null,null) +B.yr=new A.RB(1,"latency") +B.ys=new A.rL(null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.yt=new A.rM(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.jd=new A.lk(0,"uninitialized") +B.yu=new A.lk(1,"initializingServices") +B.je=new A.lk(2,"initializedServices") +B.yv=new A.lk(3,"initializingUi") +B.yw=new A.lk(4,"initialized") +B.yx=new A.RD(1,"traversalOrder") +B.eT=new A.Bh(0,"background") +B.jf=new A.Bh(1,"foreground") +B.NL=new A.Kk(null) +B.d6=new A.jP(null,null,null,B.NL,null) +B.e4=new A.l(!0,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.aQ=new A.pz(0,"clip") +B.ad=new A.a2j(0,"parent") +B.NM=new A.Km(null) +B.yy=new A.nR(B.e4,null,!0,B.aQ,null,B.ad,null,B.NM,null) +B.a5=new A.rR(3,"info") +B.yz=new A.rR(5,"hint") +B.yA=new A.rR(6,"summary") +B.O9=new A.hw(1,"sparse") +B.yB=new A.hw(10,"shallow") +B.yC=new A.hw(11,"truncateChildren") +B.yD=new A.hw(5,"error") +B.yE=new A.hw(6,"whitespace") +B.eU=new A.hw(7,"flat") +B.eV=new A.hw(8,"singleLine") +B.aJ=new A.hw(9,"errorProperty") +B.yF=new A.nS(null,null,null,null,null,null,null,null,null,null) +B.yG=new A.nT(null,null,null,null,null) +B.av=new A.Sk(1,"start") +B.yH=new A.nU(null,null,null,null,null,null,null,null) +B.yI=new A.nV(null,null,null) +B.p=new A.aM(0) +B.an=new A.aM(1e5) +B.d7=new A.aM(1e6) +B.yJ=new A.aM(1e7) +B.yK=new A.aM(12e5) +B.yL=new A.aM(15e4) +B.eW=new A.aM(15e5) +B.yM=new A.aM(16667) +B.jg=new A.aM(167e3) +B.W=new A.aM(2e5) +B.d8=new A.aM(2e6) +B.yN=new A.aM(225e3) +B.d9=new A.aM(25e4) +B.aY=new A.aM(3e5) +B.eX=new A.aM(3e6) +B.jh=new A.aM(375e3) +B.yO=new A.aM(4e4) +B.eY=new A.aM(4e5) +B.yP=new A.aM(5e4) +B.eZ=new A.aM(5e5) +B.cc=new A.aM(6e5) +B.f_=new A.aM(75e3) +B.yQ=new A.aM(-38e3) +B.yR=new A.e8(16,0,24,0) +B.ao=new A.aU(0,0,0,0) +B.yS=new A.aU(12,10,12,9) +B.yT=new A.aU(12,8,12,8) +B.yU=new A.aU(16,0,16,0) +B.yW=new A.aU(16,4,16,4) +B.yX=new A.aU(20,0,0,0) +B.yY=new A.aU(25,25,25,25) +B.yZ=new A.aU(35,10,35,10) +B.z_=new A.aU(3,0,0,5) +B.z0=new A.aU(3,8,0,0) +B.z1=new A.aU(40,0,0,0) +B.z2=new A.aU(4,0,4,0) +B.z3=new A.aU(50,50,50,50) +B.z4=new A.aU(8,0,8,0) +B.z5=new A.aU(8,4,8,4) +B.z7=new A.nZ(null) +B.z8=new A.t1(0,"noOpinion") +B.z9=new A.t1(1,"enabled") +B.da=new A.t1(2,"disabled") +B.Oa=new A.o_(0) +B.za=new A.ta(null,null,null,null,null,null,null,null,null,null,null) +B.zb=new A.o2(null) +B.f1=new A.lu(0,"none") +B.aZ=new A.lu(1,"low") +B.f2=new A.lu(2,"medium") +B.ji=new A.lu(3,"high") +B.K=new A.Q(0,0) +B.zc=new A.BX(B.K,B.K) +B.zd=new A.C0(0,"tight") +B.jj=new A.C0(1,"loose") +B.ze=new A.o4(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.jk=new A.Tf(1,"auto") +B.f3=new A.jS(0,"touch") +B.db=new A.jS(1,"traditional") +B.Ob=new A.Tq(0,"automatic") +B.dc=new A.f_(0) +B.f4=new A.f_(2) +B.j=new A.f_(3) +B.D=new A.f_(4) +B.f5=new A.Ce(null) +B.zi=new A.eB("Invalid Link Header",null,null) +B.jm=new A.eB("Invalid method call",null,null) +B.zj=new A.eB("Expected envelope, got nothing",null,null) +B.af=new A.eB("Message corrupted",null,null) +B.zk=new A.eB("Invalid envelope",null,null) +B.bh=new A.Cl(0,"accepted") +B.Y=new A.Cl(1,"rejected") +B.jn=new A.lB(0,"pointerEvents") +B.bi=new A.lB(1,"browserGestures") +B.b_=new A.tn(0,"ready") +B.dd=new A.tn(1,"possible") +B.zl=new A.tn(2,"defunct") +B.jo=new A.Cq(0,"forward") +B.jp=new A.Cq(1,"reverse") +B.jq=new A.ts(null) +B.zm=new A.ts(null) +B.f6=new A.Cr(null) +B.bj=new A.oa(0,"push") +B.bk=new A.oa(1,"pop") +B.bl=new A.tu(0,"deferToChild") +B.a9=new A.tu(1,"opaque") +B.ce=new A.tu(2,"translucent") +B.zn=new A.ob(null) +B.zo=new A.iz(null) +B.zB=new A.c8(57961,"YaruIcons","yaru_icons",!1) +B.zC=new A.c8(58084,"YaruIcons","yaru_icons",!1) +B.zI=new A.bz(null,null,null,null,null,B.l,null,null) +B.f7=new A.bz(24,0,400,0,48,B.l,1,null) +B.zJ=new A.bz(null,null,null,null,null,B.h,null,null) +B.zE=new A.c8(58727,"MaterialIcons",null,!1) +B.zM=new A.iy(B.zE,null,null,null) +B.zV=new A.od(0,"repeat") +B.zW=new A.od(1,"repeatX") +B.zX=new A.od(2,"repeatY") +B.aK=new A.od(3,"noRepeat") +B.zY=new A.CC(!0,!0,B.oH) +B.zZ=new A.tK(null,null,null,null,null,null,null,null,B.jk,B.it,!1,null,!1,null,null,null,null,null,null,!1,null,null,null,null,null,null,null,null,null,null,null,!1,null) +B.A0=new A.f1(0,0.1,B.a4) +B.A2=new A.f1(0.125,0.25,B.a4) +B.A1=new A.f1(0.6,1,B.a4) +B.jr=new A.f1(0.5,1,B.aW) +B.A3=new A.f1(0.2075,0.4175,B.a4) +B.ym=new A.de(0,0,0.58,1) +B.A5=new A.f1(0,0.5,B.ym) +B.A4=new A.f1(0.25,1,B.eS) +B.A6=new A.f1(0.0825,0.2075,B.a4) +B.js=new A.tL(0,"grapheme") +B.jt=new A.tL(1,"word") +B.ju=new A.VT(null) +B.A9=new A.VU(null) +B.Aa=new A.CK(0,"rawKeyData") +B.Ab=new A.CK(1,"keyDataThenRawKeyData") +B.aw=new A.tV(0,"down") +B.Ac=new A.ec(B.p,B.aw,0,0,null,!1) +B.cg=new A.k3(0,"handled") +B.ch=new A.k3(1,"ignored") +B.de=new A.k3(2,"skipRemainingHandlers") +B.ag=new A.tV(1,"up") +B.Ad=new A.tV(2,"repeat") +B.dq=new A.f(4294967562) +B.Ae=new A.oo(B.dq,0,"numLock") +B.dr=new A.f(4294967564) +B.Af=new A.oo(B.dr,1,"scrollLock") +B.cl=new A.f(4294967556) +B.Ag=new A.oo(B.cl,2,"capsLock") +B.bE=new A.lR(0,"any") +B.aL=new A.lR(3,"all") +B.Ah=new A.We(!1,255) +B.Ai=new A.Wf(0,"platformDefault") +B.jv=new A.u0(0,"opportunity") +B.f8=new A.u0(2,"mandatory") +B.jw=new A.u0(3,"endOfText") +B.Aj=new A.or(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Ak=new A.Wn(0,"threeLine") +B.Al=A.a(s([239,191,189]),t.t) +B.Bo=A.a(s([137,80,78,71,13,10,26,10]),t.Z) +B.zP=new A.iB(B.Bo,"image/png") +B.AH=A.a(s([71,73,70,56,55,97]),t.Z) +B.zT=new A.iB(B.AH,"image/gif") +B.AI=A.a(s([71,73,70,56,57,97]),t.Z) +B.zU=new A.iB(B.AI,"image/gif") +B.Am=A.a(s([255,216,255]),t.Z) +B.zQ=new A.iB(B.Am,"image/jpeg") +B.B_=A.a(s([82,73,70,70,null,null,null,null,87,69,66,80]),t.Z) +B.zS=new A.iB(B.B_,"image/webp") +B.AU=A.a(s([66,77]),t.Z) +B.zR=new A.iB(B.AU,"image/bmp") +B.AJ=A.a(s([B.zP,B.zT,B.zU,B.zQ,B.zS,B.zR]),A.ac("z")) +B.AK=A.a(s([4,9,14,19]),t.t) +B.f9=A.a(s([0,0,65498,45055,65535,34815,65534,18431]),t.t) +B.AT=A.a(s([65533]),t.t) +B.xa=new A.nB(0,"auto") +B.xb=new A.nB(1,"full") +B.xc=new A.nB(2,"chromium") +B.AV=A.a(s([B.xa,B.xb,B.xc]),A.ac("z")) +B.dh=A.a(s([B.bX,B.cU,B.eo,B.ep,B.cV]),t.QP) +B.AW=A.a(s([B.bX]),t.QP) +B.AX=A.a(s([B.eq,B.er]),A.ac("z")) +B.jx=A.a(s([0,4,12,1,5,13,3,7,15]),t.t) +B.AY=A.a(s(["pointerdown","pointermove","pointerleave","pointerup","pointercancel","touchstart","touchend","touchmove","touchcancel","mousedown","mousemove","mouseleave","mouseup","keyup","keydown"]),t.s) +B.di=A.a(s([B.l,B.h]),t.t_) +B.BY=new A.k8("en","US") +B.jy=A.a(s([B.BY]),t.ss) +B.dj=A.a(s([0,0,24576,1023,65534,34815,65534,18431]),t.t) +B.jz=A.a(s([0,0,26624,1023,65534,2047,65534,2047]),t.t) +B.Nb=new A.jd(0,0) +B.Ng=new A.jd(1,0.05) +B.Nf=new A.jd(3,0.08) +B.Nc=new A.jd(6,0.11) +B.Nd=new A.jd(8,0.12) +B.Ne=new A.jd(12,0.14) +B.jA=A.a(s([B.Nb,B.Ng,B.Nf,B.Nc,B.Nd,B.Ne]),A.ac("z")) +B.Bd=A.a(s([0,0,32722,12287,65534,34815,65534,18431]),t.t) +B.Be=A.a(s([0,10,20,30,40,50,60,70,80,90,95,99,100]),t.t) +B.zf=new A.f_(1) +B.zg=new A.f_(5) +B.cd=new A.f_(6) +B.zh=new A.f_(7) +B.jl=new A.f_(8) +B.jB=A.a(s([B.dc,B.zf,B.f4,B.j,B.D,B.zg,B.cd,B.zh,B.jl]),A.ac("z")) +B.aO=new A.w4(0,"upstream") +B.J=new A.w4(1,"downstream") +B.Bl=A.a(s([B.aO,B.J]),A.ac("z")) +B.aP=new A.mE(0,"rtl") +B.X=new A.mE(1,"ltr") +B.jC=A.a(s([B.aP,B.X]),A.ac("z")) +B.uT=new A.pT(0,"topLeft") +B.uW=new A.pT(3,"bottomRight") +B.N5=new A.jb(B.uT,B.uW) +B.N8=new A.jb(B.uW,B.uT) +B.uU=new A.pT(1,"topRight") +B.uV=new A.pT(2,"bottomLeft") +B.N6=new A.jb(B.uU,B.uV) +B.N7=new A.jb(B.uV,B.uU) +B.Bm=A.a(s([B.N5,B.N8,B.N6,B.N7]),A.ac("z")) +B.vQ=new A.nk() +B.h3=new A.Fc(1,"page") +B.h4=new A.dJ(B.E,B.h3) +B.Bn=A.a(s([B.vQ,B.h4]),A.ac("z")) +B.jD=A.a(s([0,0,65490,12287,65535,34815,65534,18431]),t.t) +B.jE=A.a(s([0,0,32776,33792,1,10240,0,0]),t.t) +B.Bp=A.a(s(["click","scroll"]),t.s) +B.Br=A.a(s([0,0,32754,11263,65534,34815,65534,18431]),t.t) +B.Bw=A.a(s([]),t.QP) +B.jH=A.a(s([]),A.ac("z")) +B.BA=A.a(s([]),t.E) +B.Bs=A.a(s([]),t.ER) +B.Oc=A.a(s([]),t.ss) +B.Bx=A.a(s([]),t.tc) +B.dk=A.a(s([]),t.jl) +B.jI=A.a(s([]),t.fy) +B.Bv=A.a(s([]),t.jT) +B.By=A.a(s([]),A.ac("z>")) +B.fa=A.a(s([]),t.AO) +B.Bu=A.a(s([]),t.D1) +B.fb=A.a(s([]),t.V) +B.jG=A.a(s([]),t.s) +B.Z=A.a(s([]),t.oU) +B.BB=A.a(s([]),t.Lx) +B.Od=A.a(s([]),t.F) +B.ci=A.a(s([]),t.t) +B.jF=A.a(s([]),t.ee) +B.Bz=A.a(s([]),t.XS) +B.e3=new A.h4(0,"left") +B.hk=new A.h4(1,"right") +B.cP=new A.h4(2,"center") +B.hl=new A.h4(3,"justify") +B.b6=new A.h4(4,"start") +B.hm=new A.h4(5,"end") +B.BJ=A.a(s([B.e3,B.hk,B.cP,B.hl,B.b6,B.hm]),A.ac("z

    ")) +B.dl=A.a(s([0,0,65490,45055,65535,34815,65534,18431]),t.t) +B.cs=new A.eG(0,"controlModifier") +B.ct=new A.eG(1,"shiftModifier") +B.cu=new A.eG(2,"altModifier") +B.cv=new A.eG(3,"metaModifier") +B.oN=new A.eG(4,"capsLockModifier") +B.oO=new A.eG(5,"numLockModifier") +B.oP=new A.eG(6,"scrollLockModifier") +B.oQ=new A.eG(7,"functionModifier") +B.E6=new A.eG(8,"symbolModifier") +B.jJ=A.a(s([B.cs,B.ct,B.cu,B.cv,B.oN,B.oO,B.oP,B.oQ,B.E6]),A.ac("z")) +B.BQ=A.a(s([0,0,26498,1023,65534,34815,65534,18431]),t.t) +B.ar=new A.cA(0,"android") +B.bt=new A.cA(1,"fuchsia") +B.as=new A.cA(2,"iOS") +B.b4=new A.cA(3,"linux") +B.aN=new A.cA(4,"macOS") +B.b5=new A.cA(5,"windows") +B.jK=A.a(s([B.ar,B.bt,B.as,B.b4,B.aN,B.b5]),A.ac("z")) +B.fc=A.a(s([!0,!1]),t.HZ) +B.b8=new A.he(0,"leading") +B.aH=new A.he(1,"title") +B.aI=new A.he(2,"subtitle") +B.b9=new A.he(3,"trailing") +B.BR=A.a(s([B.b8,B.aH,B.aI,B.b9]),A.ac("z")) +B.BS=A.a(s([0,0.35,0.5,0.65,1]),t.n) +B.hD=new A.ya(0,"named") +B.NT=new A.ya(1,"anonymous") +B.BT=A.a(s([B.hD,B.NT]),A.ac("z")) +B.BX=A.a(s([-1,0,0,1,0,0,-1,0,1,0,0,0,-1,1,0,1,1,1,1,0]),t.n) +B.ah=new A.f(4294967304) +B.ck=new A.f(4294967323) +B.ac=new A.f(4294967423) +B.ff=new A.f(4294967558) +B.co=new A.f(8589934848) +B.ds=new A.f(8589934849) +B.bF=new A.f(8589934850) +B.cp=new A.f(8589934851) +B.cq=new A.f(8589934852) +B.dt=new A.f(8589934853) +B.cr=new A.f(8589934854) +B.du=new A.f(8589934855) +B.Ds=new A.os(B.p,54,null) +B.i=new A.v(0,0) +B.bu=new A.fp(B.i) +B.Du=new A.ot(B.i,B.bu) +B.Dv=new A.Ws("longPress") +B.Dw=new A.ou(B.i) +B.Dx=new A.ua(null) +B.oC=new A.D3(0,"start") +B.fw=new A.D3(2,"center") +B.fx=new A.D4(0,"min") +B.fy=new A.D4(1,"max") +B.oZ=new A.k(16) +B.p_=new A.k(17) +B.cx=new A.k(18) +B.p0=new A.k(19) +B.p1=new A.k(20) +B.p2=new A.k(21) +B.p3=new A.k(22) +B.p4=new A.k(23) +B.p5=new A.k(24) +B.rR=new A.k(65666) +B.rS=new A.k(65667) +B.rT=new A.k(65717) +B.p6=new A.k(392961) +B.p7=new A.k(392962) +B.p8=new A.k(392963) +B.p9=new A.k(392964) +B.pa=new A.k(392965) +B.pb=new A.k(392966) +B.pc=new A.k(392967) +B.pd=new A.k(392968) +B.pe=new A.k(392969) +B.pf=new A.k(392970) +B.pg=new A.k(392971) +B.ph=new A.k(392972) +B.pi=new A.k(392973) +B.pj=new A.k(392974) +B.pk=new A.k(392975) +B.pl=new A.k(392976) +B.pm=new A.k(392977) +B.pn=new A.k(392978) +B.po=new A.k(392979) +B.pp=new A.k(392980) +B.pq=new A.k(392981) +B.pr=new A.k(392982) +B.ps=new A.k(392983) +B.pt=new A.k(392984) +B.pu=new A.k(392985) +B.pv=new A.k(392986) +B.pw=new A.k(392987) +B.px=new A.k(392988) +B.py=new A.k(392989) +B.pz=new A.k(392990) +B.pA=new A.k(392991) +B.ES=new A.k(458752) +B.ET=new A.k(458753) +B.EU=new A.k(458754) +B.EV=new A.k(458755) +B.pB=new A.k(458756) +B.pC=new A.k(458757) +B.pD=new A.k(458758) +B.pE=new A.k(458759) +B.pF=new A.k(458760) +B.pG=new A.k(458761) +B.pH=new A.k(458762) +B.pI=new A.k(458763) +B.pJ=new A.k(458764) +B.pK=new A.k(458765) +B.pL=new A.k(458766) +B.pM=new A.k(458767) +B.pN=new A.k(458768) +B.pO=new A.k(458769) +B.pP=new A.k(458770) +B.pQ=new A.k(458771) +B.pR=new A.k(458772) +B.pS=new A.k(458773) +B.pT=new A.k(458774) +B.pU=new A.k(458775) +B.pV=new A.k(458776) +B.pW=new A.k(458777) +B.pX=new A.k(458778) +B.pY=new A.k(458779) +B.pZ=new A.k(458780) +B.q_=new A.k(458781) +B.q0=new A.k(458782) +B.q1=new A.k(458783) +B.q2=new A.k(458784) +B.q3=new A.k(458785) +B.q4=new A.k(458786) +B.q5=new A.k(458787) +B.q6=new A.k(458788) +B.q7=new A.k(458789) +B.q8=new A.k(458790) +B.q9=new A.k(458791) +B.qa=new A.k(458792) +B.fK=new A.k(458793) +B.qb=new A.k(458794) +B.qc=new A.k(458795) +B.qd=new A.k(458796) +B.qe=new A.k(458797) +B.qf=new A.k(458798) +B.qg=new A.k(458799) +B.qh=new A.k(458800) +B.qi=new A.k(458801) +B.qj=new A.k(458803) +B.qk=new A.k(458804) +B.ql=new A.k(458805) +B.qm=new A.k(458806) +B.qn=new A.k(458807) +B.qo=new A.k(458808) +B.bo=new A.k(458809) +B.qp=new A.k(458810) +B.qq=new A.k(458811) +B.qr=new A.k(458812) +B.qs=new A.k(458813) +B.qt=new A.k(458814) +B.qu=new A.k(458815) +B.qv=new A.k(458816) +B.qw=new A.k(458817) +B.qx=new A.k(458818) +B.qy=new A.k(458819) +B.qz=new A.k(458820) +B.qA=new A.k(458821) +B.qB=new A.k(458822) +B.dC=new A.k(458823) +B.qC=new A.k(458824) +B.qD=new A.k(458825) +B.qE=new A.k(458826) +B.qF=new A.k(458827) +B.qG=new A.k(458828) +B.qH=new A.k(458829) +B.qI=new A.k(458830) +B.qJ=new A.k(458831) +B.qK=new A.k(458832) +B.qL=new A.k(458833) +B.qM=new A.k(458834) +B.dD=new A.k(458835) +B.qN=new A.k(458836) +B.qO=new A.k(458837) +B.qP=new A.k(458838) +B.qQ=new A.k(458839) +B.qR=new A.k(458840) +B.qS=new A.k(458841) +B.qT=new A.k(458842) +B.qU=new A.k(458843) +B.qV=new A.k(458844) +B.qW=new A.k(458845) +B.qX=new A.k(458846) +B.qY=new A.k(458847) +B.qZ=new A.k(458848) +B.r_=new A.k(458849) +B.r0=new A.k(458850) +B.r1=new A.k(458851) +B.r2=new A.k(458852) +B.r3=new A.k(458853) +B.r4=new A.k(458854) +B.r5=new A.k(458855) +B.r6=new A.k(458856) +B.r7=new A.k(458857) +B.r8=new A.k(458858) +B.r9=new A.k(458859) +B.ra=new A.k(458860) +B.rb=new A.k(458861) +B.rc=new A.k(458862) +B.rd=new A.k(458863) +B.re=new A.k(458864) +B.rf=new A.k(458865) +B.rg=new A.k(458866) +B.rh=new A.k(458867) +B.ri=new A.k(458868) +B.rj=new A.k(458869) +B.rk=new A.k(458871) +B.rl=new A.k(458873) +B.rm=new A.k(458874) +B.rn=new A.k(458875) +B.ro=new A.k(458876) +B.rp=new A.k(458877) +B.rq=new A.k(458878) +B.rr=new A.k(458879) +B.rs=new A.k(458880) +B.rt=new A.k(458881) +B.ru=new A.k(458885) +B.rv=new A.k(458887) +B.rw=new A.k(458888) +B.rx=new A.k(458889) +B.ry=new A.k(458890) +B.rz=new A.k(458891) +B.rA=new A.k(458896) +B.rB=new A.k(458897) +B.rC=new A.k(458898) +B.rD=new A.k(458899) +B.rE=new A.k(458900) +B.rF=new A.k(458907) +B.rG=new A.k(458915) +B.rH=new A.k(458934) +B.rI=new A.k(458935) +B.rJ=new A.k(458939) +B.rK=new A.k(458960) +B.rL=new A.k(458961) +B.rM=new A.k(458962) +B.rN=new A.k(458963) +B.rO=new A.k(458964) +B.EW=new A.k(458967) +B.rP=new A.k(458968) +B.rQ=new A.k(458969) +B.bI=new A.k(458976) +B.bJ=new A.k(458977) +B.bK=new A.k(458978) +B.bL=new A.k(458979) +B.cy=new A.k(458980) +B.cz=new A.k(458981) +B.bM=new A.k(458982) +B.cA=new A.k(458983) +B.EX=new A.k(786528) +B.EY=new A.k(786529) +B.rU=new A.k(786543) +B.rV=new A.k(786544) +B.EZ=new A.k(786546) +B.F_=new A.k(786547) +B.F0=new A.k(786548) +B.F1=new A.k(786549) +B.F2=new A.k(786553) +B.F3=new A.k(786554) +B.F4=new A.k(786563) +B.F5=new A.k(786572) +B.F6=new A.k(786573) +B.F7=new A.k(786580) +B.F8=new A.k(786588) +B.F9=new A.k(786589) +B.rW=new A.k(786608) +B.rX=new A.k(786609) +B.rY=new A.k(786610) +B.rZ=new A.k(786611) +B.t_=new A.k(786612) +B.t0=new A.k(786613) +B.t1=new A.k(786614) +B.t2=new A.k(786615) +B.t3=new A.k(786616) +B.t4=new A.k(786637) +B.Fa=new A.k(786639) +B.Fb=new A.k(786661) +B.t5=new A.k(786819) +B.Fc=new A.k(786820) +B.Fd=new A.k(786822) +B.t6=new A.k(786826) +B.Fe=new A.k(786829) +B.Ff=new A.k(786830) +B.t7=new A.k(786834) +B.t8=new A.k(786836) +B.Fg=new A.k(786838) +B.Fh=new A.k(786844) +B.Fi=new A.k(786846) +B.t9=new A.k(786847) +B.ta=new A.k(786850) +B.Fj=new A.k(786855) +B.Fk=new A.k(786859) +B.Fl=new A.k(786862) +B.tb=new A.k(786865) +B.Fm=new A.k(786871) +B.tc=new A.k(786891) +B.Fn=new A.k(786945) +B.Fo=new A.k(786947) +B.Fp=new A.k(786951) +B.Fq=new A.k(786952) +B.td=new A.k(786977) +B.te=new A.k(786979) +B.tf=new A.k(786980) +B.tg=new A.k(786981) +B.th=new A.k(786982) +B.ti=new A.k(786983) +B.tj=new A.k(786986) +B.Fr=new A.k(786989) +B.Fs=new A.k(786990) +B.tk=new A.k(786994) +B.Ft=new A.k(787065) +B.tl=new A.k(787081) +B.tm=new A.k(787083) +B.tn=new A.k(787084) +B.to=new A.k(787101) +B.tp=new A.k(787103) +B.Dz=new A.cg([16,B.oZ,17,B.p_,18,B.cx,19,B.p0,20,B.p1,21,B.p2,22,B.p3,23,B.p4,24,B.p5,65666,B.rR,65667,B.rS,65717,B.rT,392961,B.p6,392962,B.p7,392963,B.p8,392964,B.p9,392965,B.pa,392966,B.pb,392967,B.pc,392968,B.pd,392969,B.pe,392970,B.pf,392971,B.pg,392972,B.ph,392973,B.pi,392974,B.pj,392975,B.pk,392976,B.pl,392977,B.pm,392978,B.pn,392979,B.po,392980,B.pp,392981,B.pq,392982,B.pr,392983,B.ps,392984,B.pt,392985,B.pu,392986,B.pv,392987,B.pw,392988,B.px,392989,B.py,392990,B.pz,392991,B.pA,458752,B.ES,458753,B.ET,458754,B.EU,458755,B.EV,458756,B.pB,458757,B.pC,458758,B.pD,458759,B.pE,458760,B.pF,458761,B.pG,458762,B.pH,458763,B.pI,458764,B.pJ,458765,B.pK,458766,B.pL,458767,B.pM,458768,B.pN,458769,B.pO,458770,B.pP,458771,B.pQ,458772,B.pR,458773,B.pS,458774,B.pT,458775,B.pU,458776,B.pV,458777,B.pW,458778,B.pX,458779,B.pY,458780,B.pZ,458781,B.q_,458782,B.q0,458783,B.q1,458784,B.q2,458785,B.q3,458786,B.q4,458787,B.q5,458788,B.q6,458789,B.q7,458790,B.q8,458791,B.q9,458792,B.qa,458793,B.fK,458794,B.qb,458795,B.qc,458796,B.qd,458797,B.qe,458798,B.qf,458799,B.qg,458800,B.qh,458801,B.qi,458803,B.qj,458804,B.qk,458805,B.ql,458806,B.qm,458807,B.qn,458808,B.qo,458809,B.bo,458810,B.qp,458811,B.qq,458812,B.qr,458813,B.qs,458814,B.qt,458815,B.qu,458816,B.qv,458817,B.qw,458818,B.qx,458819,B.qy,458820,B.qz,458821,B.qA,458822,B.qB,458823,B.dC,458824,B.qC,458825,B.qD,458826,B.qE,458827,B.qF,458828,B.qG,458829,B.qH,458830,B.qI,458831,B.qJ,458832,B.qK,458833,B.qL,458834,B.qM,458835,B.dD,458836,B.qN,458837,B.qO,458838,B.qP,458839,B.qQ,458840,B.qR,458841,B.qS,458842,B.qT,458843,B.qU,458844,B.qV,458845,B.qW,458846,B.qX,458847,B.qY,458848,B.qZ,458849,B.r_,458850,B.r0,458851,B.r1,458852,B.r2,458853,B.r3,458854,B.r4,458855,B.r5,458856,B.r6,458857,B.r7,458858,B.r8,458859,B.r9,458860,B.ra,458861,B.rb,458862,B.rc,458863,B.rd,458864,B.re,458865,B.rf,458866,B.rg,458867,B.rh,458868,B.ri,458869,B.rj,458871,B.rk,458873,B.rl,458874,B.rm,458875,B.rn,458876,B.ro,458877,B.rp,458878,B.rq,458879,B.rr,458880,B.rs,458881,B.rt,458885,B.ru,458887,B.rv,458888,B.rw,458889,B.rx,458890,B.ry,458891,B.rz,458896,B.rA,458897,B.rB,458898,B.rC,458899,B.rD,458900,B.rE,458907,B.rF,458915,B.rG,458934,B.rH,458935,B.rI,458939,B.rJ,458960,B.rK,458961,B.rL,458962,B.rM,458963,B.rN,458964,B.rO,458967,B.EW,458968,B.rP,458969,B.rQ,458976,B.bI,458977,B.bJ,458978,B.bK,458979,B.bL,458980,B.cy,458981,B.cz,458982,B.bM,458983,B.cA,786528,B.EX,786529,B.EY,786543,B.rU,786544,B.rV,786546,B.EZ,786547,B.F_,786548,B.F0,786549,B.F1,786553,B.F2,786554,B.F3,786563,B.F4,786572,B.F5,786573,B.F6,786580,B.F7,786588,B.F8,786589,B.F9,786608,B.rW,786609,B.rX,786610,B.rY,786611,B.rZ,786612,B.t_,786613,B.t0,786614,B.t1,786615,B.t2,786616,B.t3,786637,B.t4,786639,B.Fa,786661,B.Fb,786819,B.t5,786820,B.Fc,786822,B.Fd,786826,B.t6,786829,B.Fe,786830,B.Ff,786834,B.t7,786836,B.t8,786838,B.Fg,786844,B.Fh,786846,B.Fi,786847,B.t9,786850,B.ta,786855,B.Fj,786859,B.Fk,786862,B.Fl,786865,B.tb,786871,B.Fm,786891,B.tc,786945,B.Fn,786947,B.Fo,786951,B.Fp,786952,B.Fq,786977,B.td,786979,B.te,786980,B.tf,786981,B.tg,786982,B.th,786983,B.ti,786986,B.tj,786989,B.Fr,786990,B.Fs,786994,B.tk,787065,B.Ft,787081,B.tl,787083,B.tm,787084,B.tn,787101,B.to,787103,B.tp],A.ac("cg")) +B.DA=new A.cg([0,"FontWeight.w100",1,"FontWeight.w200",2,"FontWeight.w300",3,"FontWeight.w400",4,"FontWeight.w500",5,"FontWeight.w600",6,"FontWeight.w700",7,"FontWeight.w800",8,"FontWeight.w900"],A.ac("cg")) +B.Eq={BU:0,DD:1,FX:2,TP:3,YD:4,ZR:5} +B.aM=new A.by(B.Eq,["MM","DE","FR","TL","YE","CD"],t.li) +B.Eg={alias:0,allScroll:1,basic:2,cell:3,click:4,contextMenu:5,copy:6,forbidden:7,grab:8,grabbing:9,help:10,move:11,none:12,noDrop:13,precise:14,progress:15,text:16,resizeColumn:17,resizeDown:18,resizeDownLeft:19,resizeDownRight:20,resizeLeft:21,resizeLeftRight:22,resizeRight:23,resizeRow:24,resizeUp:25,resizeUpDown:26,resizeUpLeft:27,resizeUpRight:28,resizeUpLeftDownRight:29,resizeUpRightDownLeft:30,verticalText:31,wait:32,zoomIn:33,zoomOut:34} +B.DC=new A.by(B.Eg,["alias","all-scroll","default","cell","pointer","context-menu","copy","not-allowed","grab","grabbing","help","move","none","no-drop","crosshair","progress","text","col-resize","s-resize","sw-resize","se-resize","w-resize","ew-resize","e-resize","row-resize","n-resize","ns-resize","nw-resize","ne-resize","nwse-resize","nesw-resize","vertical-text","wait","zoom-in","zoom-out"],t.li) +B.Ep={type:0} +B.DD=new A.by(B.Ep,["line"],t.li) +B.oS={AVRInput:0,AVRPower:1,Accel:2,Accept:3,Again:4,AllCandidates:5,Alphanumeric:6,AltGraph:7,AppSwitch:8,ArrowDown:9,ArrowLeft:10,ArrowRight:11,ArrowUp:12,Attn:13,AudioBalanceLeft:14,AudioBalanceRight:15,AudioBassBoostDown:16,AudioBassBoostToggle:17,AudioBassBoostUp:18,AudioFaderFront:19,AudioFaderRear:20,AudioSurroundModeNext:21,AudioTrebleDown:22,AudioTrebleUp:23,AudioVolumeDown:24,AudioVolumeMute:25,AudioVolumeUp:26,Backspace:27,BrightnessDown:28,BrightnessUp:29,BrowserBack:30,BrowserFavorites:31,BrowserForward:32,BrowserHome:33,BrowserRefresh:34,BrowserSearch:35,BrowserStop:36,Call:37,Camera:38,CameraFocus:39,Cancel:40,CapsLock:41,ChannelDown:42,ChannelUp:43,Clear:44,Close:45,ClosedCaptionToggle:46,CodeInput:47,ColorF0Red:48,ColorF1Green:49,ColorF2Yellow:50,ColorF3Blue:51,ColorF4Grey:52,ColorF5Brown:53,Compose:54,ContextMenu:55,Convert:56,Copy:57,CrSel:58,Cut:59,DVR:60,Delete:61,Dimmer:62,DisplaySwap:63,Eisu:64,Eject:65,End:66,EndCall:67,Enter:68,EraseEof:69,Esc:70,Escape:71,ExSel:72,Execute:73,Exit:74,F1:75,F10:76,F11:77,F12:78,F13:79,F14:80,F15:81,F16:82,F17:83,F18:84,F19:85,F2:86,F20:87,F21:88,F22:89,F23:90,F24:91,F3:92,F4:93,F5:94,F6:95,F7:96,F8:97,F9:98,FavoriteClear0:99,FavoriteClear1:100,FavoriteClear2:101,FavoriteClear3:102,FavoriteRecall0:103,FavoriteRecall1:104,FavoriteRecall2:105,FavoriteRecall3:106,FavoriteStore0:107,FavoriteStore1:108,FavoriteStore2:109,FavoriteStore3:110,FinalMode:111,Find:112,Fn:113,FnLock:114,GoBack:115,GoHome:116,GroupFirst:117,GroupLast:118,GroupNext:119,GroupPrevious:120,Guide:121,GuideNextDay:122,GuidePreviousDay:123,HangulMode:124,HanjaMode:125,Hankaku:126,HeadsetHook:127,Help:128,Hibernate:129,Hiragana:130,HiraganaKatakana:131,Home:132,Hyper:133,Info:134,Insert:135,InstantReplay:136,JunjaMode:137,KanaMode:138,KanjiMode:139,Katakana:140,Key11:141,Key12:142,LastNumberRedial:143,LaunchApplication1:144,LaunchApplication2:145,LaunchAssistant:146,LaunchCalendar:147,LaunchContacts:148,LaunchControlPanel:149,LaunchMail:150,LaunchMediaPlayer:151,LaunchMusicPlayer:152,LaunchPhone:153,LaunchScreenSaver:154,LaunchSpreadsheet:155,LaunchWebBrowser:156,LaunchWebCam:157,LaunchWordProcessor:158,Link:159,ListProgram:160,LiveContent:161,Lock:162,LogOff:163,MailForward:164,MailReply:165,MailSend:166,MannerMode:167,MediaApps:168,MediaAudioTrack:169,MediaClose:170,MediaFastForward:171,MediaLast:172,MediaPause:173,MediaPlay:174,MediaPlayPause:175,MediaRecord:176,MediaRewind:177,MediaSkip:178,MediaSkipBackward:179,MediaSkipForward:180,MediaStepBackward:181,MediaStepForward:182,MediaStop:183,MediaTopMenu:184,MediaTrackNext:185,MediaTrackPrevious:186,MicrophoneToggle:187,MicrophoneVolumeDown:188,MicrophoneVolumeMute:189,MicrophoneVolumeUp:190,ModeChange:191,NavigateIn:192,NavigateNext:193,NavigateOut:194,NavigatePrevious:195,New:196,NextCandidate:197,NextFavoriteChannel:198,NextUserProfile:199,NonConvert:200,Notification:201,NumLock:202,OnDemand:203,Open:204,PageDown:205,PageUp:206,Pairing:207,Paste:208,Pause:209,PinPDown:210,PinPMove:211,PinPToggle:212,PinPUp:213,Play:214,PlaySpeedDown:215,PlaySpeedReset:216,PlaySpeedUp:217,Power:218,PowerOff:219,PreviousCandidate:220,Print:221,PrintScreen:222,Process:223,Props:224,RandomToggle:225,RcLowBattery:226,RecordSpeedNext:227,Redo:228,RfBypass:229,Romaji:230,STBInput:231,STBPower:232,Save:233,ScanChannelsToggle:234,ScreenModeNext:235,ScrollLock:236,Select:237,Settings:238,ShiftLevel5:239,SingleCandidate:240,Soft1:241,Soft2:242,Soft3:243,Soft4:244,Soft5:245,Soft6:246,Soft7:247,Soft8:248,SpeechCorrectionList:249,SpeechInputToggle:250,SpellCheck:251,SplitScreenToggle:252,Standby:253,Subtitle:254,Super:255,Symbol:256,SymbolLock:257,TV:258,TV3DMode:259,TVAntennaCable:260,TVAudioDescription:261,TVAudioDescriptionMixDown:262,TVAudioDescriptionMixUp:263,TVContentsMenu:264,TVDataService:265,TVInput:266,TVInputComponent1:267,TVInputComponent2:268,TVInputComposite1:269,TVInputComposite2:270,TVInputHDMI1:271,TVInputHDMI2:272,TVInputHDMI3:273,TVInputHDMI4:274,TVInputVGA1:275,TVMediaContext:276,TVNetwork:277,TVNumberEntry:278,TVPower:279,TVRadioService:280,TVSatellite:281,TVSatelliteBS:282,TVSatelliteCS:283,TVSatelliteToggle:284,TVTerrestrialAnalog:285,TVTerrestrialDigital:286,TVTimer:287,Tab:288,Teletext:289,Undo:290,Unidentified:291,VideoModeNext:292,VoiceDial:293,WakeUp:294,Wink:295,Zenkaku:296,ZenkakuHankaku:297,ZoomIn:298,ZoomOut:299,ZoomToggle:300} +B.mc=new A.f(4294970632) +B.md=new A.f(4294970633) +B.jT=new A.f(4294967553) +B.k7=new A.f(4294968577) +B.k8=new A.f(4294968578) +B.kw=new A.f(4294969089) +B.kx=new A.f(4294969090) +B.dp=new A.f(4294967555) +B.nG=new A.f(4294971393) +B.ax=new A.f(4294968065) +B.ap=new A.f(4294968066) +B.aq=new A.f(4294968067) +B.ay=new A.f(4294968068) +B.k9=new A.f(4294968579) +B.m5=new A.f(4294970625) +B.m6=new A.f(4294970626) +B.m7=new A.f(4294970627) +B.nx=new A.f(4294970882) +B.m8=new A.f(4294970628) +B.m9=new A.f(4294970629) +B.ma=new A.f(4294970630) +B.mb=new A.f(4294970631) +B.ny=new A.f(4294970884) +B.nz=new A.f(4294970885) +B.lH=new A.f(4294969871) +B.lJ=new A.f(4294969873) +B.lI=new A.f(4294969872) +B.kl=new A.f(4294968833) +B.km=new A.f(4294968834) +B.lZ=new A.f(4294970369) +B.m_=new A.f(4294970370) +B.m0=new A.f(4294970371) +B.m1=new A.f(4294970372) +B.m2=new A.f(4294970373) +B.m3=new A.f(4294970374) +B.m4=new A.f(4294970375) +B.nH=new A.f(4294971394) +B.kn=new A.f(4294968835) +B.nI=new A.f(4294971395) +B.ka=new A.f(4294968580) +B.me=new A.f(4294970634) +B.mf=new A.f(4294970635) +B.fg=new A.f(4294968321) +B.lu=new A.f(4294969857) +B.mm=new A.f(4294970642) +B.ky=new A.f(4294969091) +B.mg=new A.f(4294970636) +B.mh=new A.f(4294970637) +B.mi=new A.f(4294970638) +B.mj=new A.f(4294970639) +B.mk=new A.f(4294970640) +B.ml=new A.f(4294970641) +B.kz=new A.f(4294969092) +B.kb=new A.f(4294968581) +B.kA=new A.f(4294969093) +B.k_=new A.f(4294968322) +B.k0=new A.f(4294968323) +B.k1=new A.f(4294968324) +B.nk=new A.f(4294970703) +B.mn=new A.f(4294970643) +B.mo=new A.f(4294970644) +B.kP=new A.f(4294969108) +B.ko=new A.f(4294968836) +B.bm=new A.f(4294968069) +B.nJ=new A.f(4294971396) +B.dn=new A.f(4294967309) +B.k2=new A.f(4294968325) +B.k3=new A.f(4294968326) +B.kc=new A.f(4294968582) +B.mp=new A.f(4294970645) +B.kZ=new A.f(4294969345) +B.l7=new A.f(4294969354) +B.l8=new A.f(4294969355) +B.l9=new A.f(4294969356) +B.la=new A.f(4294969357) +B.lb=new A.f(4294969358) +B.lc=new A.f(4294969359) +B.ld=new A.f(4294969360) +B.le=new A.f(4294969361) +B.lf=new A.f(4294969362) +B.lg=new A.f(4294969363) +B.l_=new A.f(4294969346) +B.lh=new A.f(4294969364) +B.li=new A.f(4294969365) +B.lj=new A.f(4294969366) +B.lk=new A.f(4294969367) +B.ll=new A.f(4294969368) +B.l0=new A.f(4294969347) +B.l1=new A.f(4294969348) +B.l2=new A.f(4294969349) +B.l3=new A.f(4294969350) +B.l4=new A.f(4294969351) +B.l5=new A.f(4294969352) +B.l6=new A.f(4294969353) +B.mq=new A.f(4294970646) +B.mr=new A.f(4294970647) +B.ms=new A.f(4294970648) +B.mt=new A.f(4294970649) +B.mu=new A.f(4294970650) +B.mv=new A.f(4294970651) +B.mw=new A.f(4294970652) +B.mx=new A.f(4294970653) +B.my=new A.f(4294970654) +B.mz=new A.f(4294970655) +B.mA=new A.f(4294970656) +B.mB=new A.f(4294970657) +B.kB=new A.f(4294969094) +B.kd=new A.f(4294968583) +B.jU=new A.f(4294967559) +B.nK=new A.f(4294971397) +B.nL=new A.f(4294971398) +B.kC=new A.f(4294969095) +B.kD=new A.f(4294969096) +B.kE=new A.f(4294969097) +B.kF=new A.f(4294969098) +B.mC=new A.f(4294970658) +B.mD=new A.f(4294970659) +B.mE=new A.f(4294970660) +B.kM=new A.f(4294969105) +B.kN=new A.f(4294969106) +B.kQ=new A.f(4294969109) +B.nM=new A.f(4294971399) +B.ke=new A.f(4294968584) +B.kt=new A.f(4294968841) +B.kR=new A.f(4294969110) +B.kS=new A.f(4294969111) +B.bn=new A.f(4294968070) +B.jV=new A.f(4294967560) +B.mF=new A.f(4294970661) +B.fh=new A.f(4294968327) +B.mG=new A.f(4294970662) +B.kO=new A.f(4294969107) +B.kT=new A.f(4294969112) +B.kU=new A.f(4294969113) +B.kV=new A.f(4294969114) +B.oh=new A.f(4294971905) +B.oi=new A.f(4294971906) +B.nN=new A.f(4294971400) +B.lP=new A.f(4294970118) +B.lK=new A.f(4294970113) +B.lX=new A.f(4294970126) +B.lL=new A.f(4294970114) +B.lV=new A.f(4294970124) +B.lY=new A.f(4294970127) +B.lM=new A.f(4294970115) +B.lN=new A.f(4294970116) +B.lO=new A.f(4294970117) +B.lW=new A.f(4294970125) +B.lQ=new A.f(4294970119) +B.lR=new A.f(4294970120) +B.lS=new A.f(4294970121) +B.lT=new A.f(4294970122) +B.lU=new A.f(4294970123) +B.mH=new A.f(4294970663) +B.mI=new A.f(4294970664) +B.mJ=new A.f(4294970665) +B.mK=new A.f(4294970666) +B.kp=new A.f(4294968837) +B.lv=new A.f(4294969858) +B.lw=new A.f(4294969859) +B.lx=new A.f(4294969860) +B.nP=new A.f(4294971402) +B.mL=new A.f(4294970667) +B.nl=new A.f(4294970704) +B.nw=new A.f(4294970715) +B.mM=new A.f(4294970668) +B.mN=new A.f(4294970669) +B.mO=new A.f(4294970670) +B.mP=new A.f(4294970671) +B.ly=new A.f(4294969861) +B.mQ=new A.f(4294970672) +B.mR=new A.f(4294970673) +B.mS=new A.f(4294970674) +B.nm=new A.f(4294970705) +B.nn=new A.f(4294970706) +B.no=new A.f(4294970707) +B.np=new A.f(4294970708) +B.lz=new A.f(4294969863) +B.nq=new A.f(4294970709) +B.lA=new A.f(4294969864) +B.lB=new A.f(4294969865) +B.nA=new A.f(4294970886) +B.nB=new A.f(4294970887) +B.nD=new A.f(4294970889) +B.nC=new A.f(4294970888) +B.kG=new A.f(4294969099) +B.nr=new A.f(4294970710) +B.ns=new A.f(4294970711) +B.nt=new A.f(4294970712) +B.nu=new A.f(4294970713) +B.lC=new A.f(4294969866) +B.kH=new A.f(4294969100) +B.mT=new A.f(4294970675) +B.mU=new A.f(4294970676) +B.kI=new A.f(4294969101) +B.nO=new A.f(4294971401) +B.mV=new A.f(4294970677) +B.lD=new A.f(4294969867) +B.cm=new A.f(4294968071) +B.cn=new A.f(4294968072) +B.nv=new A.f(4294970714) +B.k4=new A.f(4294968328) +B.kf=new A.f(4294968585) +B.mW=new A.f(4294970678) +B.mX=new A.f(4294970679) +B.mY=new A.f(4294970680) +B.mZ=new A.f(4294970681) +B.kg=new A.f(4294968586) +B.n_=new A.f(4294970682) +B.n0=new A.f(4294970683) +B.n1=new A.f(4294970684) +B.kq=new A.f(4294968838) +B.kr=new A.f(4294968839) +B.kJ=new A.f(4294969102) +B.lE=new A.f(4294969868) +B.ks=new A.f(4294968840) +B.kK=new A.f(4294969103) +B.kh=new A.f(4294968587) +B.n2=new A.f(4294970685) +B.n3=new A.f(4294970686) +B.n4=new A.f(4294970687) +B.k5=new A.f(4294968329) +B.n5=new A.f(4294970688) +B.kW=new A.f(4294969115) +B.na=new A.f(4294970693) +B.nb=new A.f(4294970694) +B.lF=new A.f(4294969869) +B.n6=new A.f(4294970689) +B.n7=new A.f(4294970690) +B.ki=new A.f(4294968588) +B.n8=new A.f(4294970691) +B.jZ=new A.f(4294967569) +B.kL=new A.f(4294969104) +B.lm=new A.f(4294969601) +B.ln=new A.f(4294969602) +B.lo=new A.f(4294969603) +B.lp=new A.f(4294969604) +B.lq=new A.f(4294969605) +B.lr=new A.f(4294969606) +B.ls=new A.f(4294969607) +B.lt=new A.f(4294969608) +B.nE=new A.f(4294971137) +B.nF=new A.f(4294971138) +B.lG=new A.f(4294969870) +B.n9=new A.f(4294970692) +B.ku=new A.f(4294968842) +B.nc=new A.f(4294970695) +B.jW=new A.f(4294967566) +B.jX=new A.f(4294967567) +B.jY=new A.f(4294967568) +B.ne=new A.f(4294970697) +B.nR=new A.f(4294971649) +B.nS=new A.f(4294971650) +B.nT=new A.f(4294971651) +B.nU=new A.f(4294971652) +B.nV=new A.f(4294971653) +B.nW=new A.f(4294971654) +B.nX=new A.f(4294971655) +B.nf=new A.f(4294970698) +B.nY=new A.f(4294971656) +B.nZ=new A.f(4294971657) +B.o_=new A.f(4294971658) +B.o0=new A.f(4294971659) +B.o1=new A.f(4294971660) +B.o2=new A.f(4294971661) +B.o3=new A.f(4294971662) +B.o4=new A.f(4294971663) +B.o5=new A.f(4294971664) +B.o6=new A.f(4294971665) +B.o7=new A.f(4294971666) +B.o8=new A.f(4294971667) +B.ng=new A.f(4294970699) +B.o9=new A.f(4294971668) +B.oa=new A.f(4294971669) +B.ob=new A.f(4294971670) +B.oc=new A.f(4294971671) +B.od=new A.f(4294971672) +B.oe=new A.f(4294971673) +B.of=new A.f(4294971674) +B.og=new A.f(4294971675) +B.dm=new A.f(4294967305) +B.nd=new A.f(4294970696) +B.k6=new A.f(4294968330) +B.jS=new A.f(4294967297) +B.nh=new A.f(4294970700) +B.nQ=new A.f(4294971403) +B.kv=new A.f(4294968843) +B.ni=new A.f(4294970701) +B.kX=new A.f(4294969116) +B.kY=new A.f(4294969117) +B.kj=new A.f(4294968589) +B.kk=new A.f(4294968590) +B.nj=new A.f(4294970702) +B.DF=new A.by(B.oS,[B.mc,B.md,B.jT,B.k7,B.k8,B.kw,B.kx,B.dp,B.nG,B.ax,B.ap,B.aq,B.ay,B.k9,B.m5,B.m6,B.m7,B.nx,B.m8,B.m9,B.ma,B.mb,B.ny,B.nz,B.lH,B.lJ,B.lI,B.ah,B.kl,B.km,B.lZ,B.m_,B.m0,B.m1,B.m2,B.m3,B.m4,B.nH,B.kn,B.nI,B.ka,B.cl,B.me,B.mf,B.fg,B.lu,B.mm,B.ky,B.mg,B.mh,B.mi,B.mj,B.mk,B.ml,B.kz,B.kb,B.kA,B.k_,B.k0,B.k1,B.nk,B.ac,B.mn,B.mo,B.kP,B.ko,B.bm,B.nJ,B.dn,B.k2,B.ck,B.ck,B.k3,B.kc,B.mp,B.kZ,B.l7,B.l8,B.l9,B.la,B.lb,B.lc,B.ld,B.le,B.lf,B.lg,B.l_,B.lh,B.li,B.lj,B.lk,B.ll,B.l0,B.l1,B.l2,B.l3,B.l4,B.l5,B.l6,B.mq,B.mr,B.ms,B.mt,B.mu,B.mv,B.mw,B.mx,B.my,B.mz,B.mA,B.mB,B.kB,B.kd,B.ff,B.jU,B.nK,B.nL,B.kC,B.kD,B.kE,B.kF,B.mC,B.mD,B.mE,B.kM,B.kN,B.kQ,B.nM,B.ke,B.kt,B.kR,B.kS,B.bn,B.jV,B.mF,B.fh,B.mG,B.kO,B.kT,B.kU,B.kV,B.oh,B.oi,B.nN,B.lP,B.lK,B.lX,B.lL,B.lV,B.lY,B.lM,B.lN,B.lO,B.lW,B.lQ,B.lR,B.lS,B.lT,B.lU,B.mH,B.mI,B.mJ,B.mK,B.kp,B.lv,B.lw,B.lx,B.nP,B.mL,B.nl,B.nw,B.mM,B.mN,B.mO,B.mP,B.ly,B.mQ,B.mR,B.mS,B.nm,B.nn,B.no,B.np,B.lz,B.nq,B.lA,B.lB,B.nA,B.nB,B.nD,B.nC,B.kG,B.nr,B.ns,B.nt,B.nu,B.lC,B.kH,B.mT,B.mU,B.kI,B.nO,B.dq,B.mV,B.lD,B.cm,B.cn,B.nv,B.k4,B.kf,B.mW,B.mX,B.mY,B.mZ,B.kg,B.n_,B.n0,B.n1,B.kq,B.kr,B.kJ,B.lE,B.ks,B.kK,B.kh,B.n2,B.n3,B.n4,B.k5,B.n5,B.kW,B.na,B.nb,B.lF,B.n6,B.n7,B.dr,B.ki,B.n8,B.jZ,B.kL,B.lm,B.ln,B.lo,B.lp,B.lq,B.lr,B.ls,B.lt,B.nE,B.nF,B.lG,B.n9,B.ku,B.nc,B.jW,B.jX,B.jY,B.ne,B.nR,B.nS,B.nT,B.nU,B.nV,B.nW,B.nX,B.nf,B.nY,B.nZ,B.o_,B.o0,B.o1,B.o2,B.o3,B.o4,B.o5,B.o6,B.o7,B.o8,B.ng,B.o9,B.oa,B.ob,B.oc,B.od,B.oe,B.of,B.og,B.dm,B.nd,B.k6,B.jS,B.nh,B.nQ,B.kv,B.ni,B.kX,B.kY,B.kj,B.kk,B.nj],A.ac("by")) +B.DG=new A.by(B.oS,[4294970632,4294970633,4294967553,4294968577,4294968578,4294969089,4294969090,4294967555,4294971393,4294968065,4294968066,4294968067,4294968068,4294968579,4294970625,4294970626,4294970627,4294970882,4294970628,4294970629,4294970630,4294970631,4294970884,4294970885,4294969871,4294969873,4294969872,4294967304,4294968833,4294968834,4294970369,4294970370,4294970371,4294970372,4294970373,4294970374,4294970375,4294971394,4294968835,4294971395,4294968580,4294967556,4294970634,4294970635,4294968321,4294969857,4294970642,4294969091,4294970636,4294970637,4294970638,4294970639,4294970640,4294970641,4294969092,4294968581,4294969093,4294968322,4294968323,4294968324,4294970703,4294967423,4294970643,4294970644,4294969108,4294968836,4294968069,4294971396,4294967309,4294968325,4294967323,4294967323,4294968326,4294968582,4294970645,4294969345,4294969354,4294969355,4294969356,4294969357,4294969358,4294969359,4294969360,4294969361,4294969362,4294969363,4294969346,4294969364,4294969365,4294969366,4294969367,4294969368,4294969347,4294969348,4294969349,4294969350,4294969351,4294969352,4294969353,4294970646,4294970647,4294970648,4294970649,4294970650,4294970651,4294970652,4294970653,4294970654,4294970655,4294970656,4294970657,4294969094,4294968583,4294967558,4294967559,4294971397,4294971398,4294969095,4294969096,4294969097,4294969098,4294970658,4294970659,4294970660,4294969105,4294969106,4294969109,4294971399,4294968584,4294968841,4294969110,4294969111,4294968070,4294967560,4294970661,4294968327,4294970662,4294969107,4294969112,4294969113,4294969114,4294971905,4294971906,4294971400,4294970118,4294970113,4294970126,4294970114,4294970124,4294970127,4294970115,4294970116,4294970117,4294970125,4294970119,4294970120,4294970121,4294970122,4294970123,4294970663,4294970664,4294970665,4294970666,4294968837,4294969858,4294969859,4294969860,4294971402,4294970667,4294970704,4294970715,4294970668,4294970669,4294970670,4294970671,4294969861,4294970672,4294970673,4294970674,4294970705,4294970706,4294970707,4294970708,4294969863,4294970709,4294969864,4294969865,4294970886,4294970887,4294970889,4294970888,4294969099,4294970710,4294970711,4294970712,4294970713,4294969866,4294969100,4294970675,4294970676,4294969101,4294971401,4294967562,4294970677,4294969867,4294968071,4294968072,4294970714,4294968328,4294968585,4294970678,4294970679,4294970680,4294970681,4294968586,4294970682,4294970683,4294970684,4294968838,4294968839,4294969102,4294969868,4294968840,4294969103,4294968587,4294970685,4294970686,4294970687,4294968329,4294970688,4294969115,4294970693,4294970694,4294969869,4294970689,4294970690,4294967564,4294968588,4294970691,4294967569,4294969104,4294969601,4294969602,4294969603,4294969604,4294969605,4294969606,4294969607,4294969608,4294971137,4294971138,4294969870,4294970692,4294968842,4294970695,4294967566,4294967567,4294967568,4294970697,4294971649,4294971650,4294971651,4294971652,4294971653,4294971654,4294971655,4294970698,4294971656,4294971657,4294971658,4294971659,4294971660,4294971661,4294971662,4294971663,4294971664,4294971665,4294971666,4294971667,4294970699,4294971668,4294971669,4294971670,4294971671,4294971672,4294971673,4294971674,4294971675,4294967305,4294970696,4294968330,4294967297,4294970700,4294971403,4294968843,4294970701,4294969116,4294969117,4294968589,4294968590,4294970702],t.eL) +B.Er={Abort:0,Again:1,AltLeft:2,AltRight:3,ArrowDown:4,ArrowLeft:5,ArrowRight:6,ArrowUp:7,AudioVolumeDown:8,AudioVolumeMute:9,AudioVolumeUp:10,Backquote:11,Backslash:12,Backspace:13,BracketLeft:14,BracketRight:15,BrightnessDown:16,BrightnessUp:17,BrowserBack:18,BrowserFavorites:19,BrowserForward:20,BrowserHome:21,BrowserRefresh:22,BrowserSearch:23,BrowserStop:24,CapsLock:25,Comma:26,ContextMenu:27,ControlLeft:28,ControlRight:29,Convert:30,Copy:31,Cut:32,Delete:33,Digit0:34,Digit1:35,Digit2:36,Digit3:37,Digit4:38,Digit5:39,Digit6:40,Digit7:41,Digit8:42,Digit9:43,DisplayToggleIntExt:44,Eject:45,End:46,Enter:47,Equal:48,Esc:49,Escape:50,F1:51,F10:52,F11:53,F12:54,F13:55,F14:56,F15:57,F16:58,F17:59,F18:60,F19:61,F2:62,F20:63,F21:64,F22:65,F23:66,F24:67,F3:68,F4:69,F5:70,F6:71,F7:72,F8:73,F9:74,Find:75,Fn:76,FnLock:77,GameButton1:78,GameButton10:79,GameButton11:80,GameButton12:81,GameButton13:82,GameButton14:83,GameButton15:84,GameButton16:85,GameButton2:86,GameButton3:87,GameButton4:88,GameButton5:89,GameButton6:90,GameButton7:91,GameButton8:92,GameButton9:93,GameButtonA:94,GameButtonB:95,GameButtonC:96,GameButtonLeft1:97,GameButtonLeft2:98,GameButtonMode:99,GameButtonRight1:100,GameButtonRight2:101,GameButtonSelect:102,GameButtonStart:103,GameButtonThumbLeft:104,GameButtonThumbRight:105,GameButtonX:106,GameButtonY:107,GameButtonZ:108,Help:109,Home:110,Hyper:111,Insert:112,IntlBackslash:113,IntlRo:114,IntlYen:115,KanaMode:116,KeyA:117,KeyB:118,KeyC:119,KeyD:120,KeyE:121,KeyF:122,KeyG:123,KeyH:124,KeyI:125,KeyJ:126,KeyK:127,KeyL:128,KeyM:129,KeyN:130,KeyO:131,KeyP:132,KeyQ:133,KeyR:134,KeyS:135,KeyT:136,KeyU:137,KeyV:138,KeyW:139,KeyX:140,KeyY:141,KeyZ:142,KeyboardLayoutSelect:143,Lang1:144,Lang2:145,Lang3:146,Lang4:147,Lang5:148,LaunchApp1:149,LaunchApp2:150,LaunchAssistant:151,LaunchControlPanel:152,LaunchMail:153,LaunchScreenSaver:154,MailForward:155,MailReply:156,MailSend:157,MediaFastForward:158,MediaPause:159,MediaPlay:160,MediaPlayPause:161,MediaRecord:162,MediaRewind:163,MediaSelect:164,MediaStop:165,MediaTrackNext:166,MediaTrackPrevious:167,MetaLeft:168,MetaRight:169,MicrophoneMuteToggle:170,Minus:171,NonConvert:172,NumLock:173,Numpad0:174,Numpad1:175,Numpad2:176,Numpad3:177,Numpad4:178,Numpad5:179,Numpad6:180,Numpad7:181,Numpad8:182,Numpad9:183,NumpadAdd:184,NumpadBackspace:185,NumpadClear:186,NumpadClearEntry:187,NumpadComma:188,NumpadDecimal:189,NumpadDivide:190,NumpadEnter:191,NumpadEqual:192,NumpadMemoryAdd:193,NumpadMemoryClear:194,NumpadMemoryRecall:195,NumpadMemoryStore:196,NumpadMemorySubtract:197,NumpadMultiply:198,NumpadParenLeft:199,NumpadParenRight:200,NumpadSubtract:201,Open:202,PageDown:203,PageUp:204,Paste:205,Pause:206,Period:207,Power:208,PrintScreen:209,PrivacyScreenToggle:210,Props:211,Quote:212,Resume:213,ScrollLock:214,Select:215,SelectTask:216,Semicolon:217,ShiftLeft:218,ShiftRight:219,ShowAllWindows:220,Slash:221,Sleep:222,Space:223,Super:224,Suspend:225,Tab:226,Turbo:227,Undo:228,WakeUp:229,ZoomToggle:230} +B.DH=new A.by(B.Er,[458907,458873,458978,458982,458833,458832,458831,458834,458881,458879,458880,458805,458801,458794,458799,458800,786544,786543,786980,786986,786981,786979,786983,786977,786982,458809,458806,458853,458976,458980,458890,458876,458875,458828,458791,458782,458783,458784,458785,458786,458787,458788,458789,458790,65717,786616,458829,458792,458798,458793,458793,458810,458819,458820,458821,458856,458857,458858,458859,458860,458861,458862,458811,458863,458864,458865,458866,458867,458812,458813,458814,458815,458816,458817,458818,458878,18,19,392961,392970,392971,392972,392973,392974,392975,392976,392962,392963,392964,392965,392966,392967,392968,392969,392977,392978,392979,392980,392981,392982,392983,392984,392985,392986,392987,392988,392989,392990,392991,458869,458826,16,458825,458852,458887,458889,458888,458756,458757,458758,458759,458760,458761,458762,458763,458764,458765,458766,458767,458768,458769,458770,458771,458772,458773,458774,458775,458776,458777,458778,458779,458780,458781,787101,458896,458897,458898,458899,458900,786836,786834,786891,786847,786826,786865,787083,787081,787084,786611,786609,786608,786637,786610,786612,786819,786615,786613,786614,458979,458983,24,458797,458891,458835,458850,458841,458842,458843,458844,458845,458846,458847,458848,458849,458839,458939,458968,458969,458885,458851,458836,458840,458855,458963,458962,458961,458960,458964,458837,458934,458935,458838,458868,458830,458827,458877,458824,458807,458854,458822,23,458915,458804,21,458823,458871,786850,458803,458977,458981,787103,458808,65666,458796,17,20,458795,22,458874,65667,786994],t.eL) +B.jQ=new A.f(32) +B.e_=new A.am(B.jQ,!1,!1,!1,!1) +B.dR=new A.am(B.dn,!1,!1,!1,!1) +B.fi=new A.f(8589935117) +B.Hw=new A.am(B.fi,!1,!1,!1,!1) +B.Hb=new A.am(B.ck,!1,!1,!1,!1) +B.Hc=new A.am(B.dm,!1,!1,!1,!1) +B.Hd=new A.am(B.dm,!1,!0,!1,!1) +B.dU=new A.am(B.ay,!1,!1,!1,!1) +B.dV=new A.am(B.ax,!1,!1,!1,!1) +B.dY=new A.am(B.ap,!1,!1,!1,!1) +B.dZ=new A.am(B.aq,!1,!1,!1,!1) +B.cN=new A.am(B.cn,!1,!1,!1,!1) +B.cO=new A.am(B.cm,!1,!1,!1,!1) +B.wC=new A.iR() +B.i0=new A.nz() +B.w_=new A.hx() +B.wu=new A.m7() +B.wA=new A.mj() +B.dM=new A.Fc(0,"line") +B.Ga=new A.dJ(B.F,B.dM) +B.G8=new A.dJ(B.E,B.dM) +B.G9=new A.dJ(B.aR,B.dM) +B.Gb=new A.dJ(B.bY,B.dM) +B.tN=new A.dJ(B.F,B.h3) +B.DI=new A.cg([B.e_,B.wC,B.dR,B.i0,B.Hw,B.i0,B.Hb,B.w_,B.Hc,B.wu,B.Hd,B.wA,B.dU,B.Ga,B.dV,B.G8,B.dY,B.G9,B.dZ,B.Gb,B.cN,B.tN,B.cO,B.h4],t.Fp) +B.Ch=new A.f(33) +B.Ci=new A.f(34) +B.Cj=new A.f(35) +B.Ck=new A.f(36) +B.Cl=new A.f(37) +B.Cm=new A.f(38) +B.Cn=new A.f(39) +B.Co=new A.f(40) +B.Cp=new A.f(41) +B.jR=new A.f(42) +B.oj=new A.f(43) +B.Cq=new A.f(44) +B.ok=new A.f(45) +B.ol=new A.f(46) +B.om=new A.f(47) +B.on=new A.f(48) +B.oo=new A.f(49) +B.op=new A.f(50) +B.oq=new A.f(51) +B.or=new A.f(52) +B.os=new A.f(53) +B.ot=new A.f(54) +B.ou=new A.f(55) +B.ov=new A.f(56) +B.ow=new A.f(57) +B.Cr=new A.f(58) +B.Cs=new A.f(59) +B.Ct=new A.f(60) +B.Cu=new A.f(61) +B.Cv=new A.f(62) +B.Cw=new A.f(63) +B.Cx=new A.f(64) +B.Dm=new A.f(91) +B.Dn=new A.f(92) +B.Do=new A.f(93) +B.Dp=new A.f(94) +B.Dq=new A.f(95) +B.Dr=new A.f(96) +B.fu=new A.f(97) +B.oB=new A.f(98) +B.fv=new A.f(99) +B.BZ=new A.f(100) +B.jL=new A.f(101) +B.jM=new A.f(102) +B.C_=new A.f(103) +B.C0=new A.f(104) +B.C1=new A.f(105) +B.C2=new A.f(106) +B.C3=new A.f(107) +B.C4=new A.f(108) +B.C5=new A.f(109) +B.jN=new A.f(110) +B.C6=new A.f(111) +B.jO=new A.f(112) +B.C7=new A.f(113) +B.C8=new A.f(114) +B.C9=new A.f(115) +B.jP=new A.f(116) +B.Ca=new A.f(117) +B.fd=new A.f(118) +B.Cb=new A.f(119) +B.fe=new A.f(120) +B.Cc=new A.f(121) +B.cj=new A.f(122) +B.Cd=new A.f(123) +B.Ce=new A.f(124) +B.Cf=new A.f(125) +B.Cg=new A.f(126) +B.Cy=new A.f(8589934592) +B.Cz=new A.f(8589934593) +B.CA=new A.f(8589934594) +B.CB=new A.f(8589934595) +B.CC=new A.f(8589934608) +B.CD=new A.f(8589934609) +B.CE=new A.f(8589934610) +B.CF=new A.f(8589934611) +B.CG=new A.f(8589934612) +B.CH=new A.f(8589934624) +B.CI=new A.f(8589934625) +B.CJ=new A.f(8589934626) +B.CK=new A.f(8589935088) +B.CL=new A.f(8589935090) +B.CM=new A.f(8589935092) +B.CN=new A.f(8589935094) +B.CO=new A.f(8589935144) +B.CP=new A.f(8589935145) +B.ox=new A.f(8589935146) +B.oy=new A.f(8589935147) +B.CQ=new A.f(8589935148) +B.oz=new A.f(8589935149) +B.fj=new A.f(8589935150) +B.oA=new A.f(8589935151) +B.fk=new A.f(8589935152) +B.fl=new A.f(8589935153) +B.fm=new A.f(8589935154) +B.fn=new A.f(8589935155) +B.fo=new A.f(8589935156) +B.fp=new A.f(8589935157) +B.fq=new A.f(8589935158) +B.fr=new A.f(8589935159) +B.fs=new A.f(8589935160) +B.ft=new A.f(8589935161) +B.CR=new A.f(8589935165) +B.CS=new A.f(8589935361) +B.CT=new A.f(8589935362) +B.CU=new A.f(8589935363) +B.CV=new A.f(8589935364) +B.CW=new A.f(8589935365) +B.CX=new A.f(8589935366) +B.CY=new A.f(8589935367) +B.CZ=new A.f(8589935368) +B.D_=new A.f(8589935369) +B.D0=new A.f(8589935370) +B.D1=new A.f(8589935371) +B.D2=new A.f(8589935372) +B.D3=new A.f(8589935373) +B.D4=new A.f(8589935374) +B.D5=new A.f(8589935375) +B.D6=new A.f(8589935376) +B.D7=new A.f(8589935377) +B.D8=new A.f(8589935378) +B.D9=new A.f(8589935379) +B.Da=new A.f(8589935380) +B.Db=new A.f(8589935381) +B.Dc=new A.f(8589935382) +B.Dd=new A.f(8589935383) +B.De=new A.f(8589935384) +B.Df=new A.f(8589935385) +B.Dg=new A.f(8589935386) +B.Dh=new A.f(8589935387) +B.Di=new A.f(8589935388) +B.Dj=new A.f(8589935389) +B.Dk=new A.f(8589935390) +B.Dl=new A.f(8589935391) +B.DJ=new A.cg([32,B.jQ,33,B.Ch,34,B.Ci,35,B.Cj,36,B.Ck,37,B.Cl,38,B.Cm,39,B.Cn,40,B.Co,41,B.Cp,42,B.jR,43,B.oj,44,B.Cq,45,B.ok,46,B.ol,47,B.om,48,B.on,49,B.oo,50,B.op,51,B.oq,52,B.or,53,B.os,54,B.ot,55,B.ou,56,B.ov,57,B.ow,58,B.Cr,59,B.Cs,60,B.Ct,61,B.Cu,62,B.Cv,63,B.Cw,64,B.Cx,91,B.Dm,92,B.Dn,93,B.Do,94,B.Dp,95,B.Dq,96,B.Dr,97,B.fu,98,B.oB,99,B.fv,100,B.BZ,101,B.jL,102,B.jM,103,B.C_,104,B.C0,105,B.C1,106,B.C2,107,B.C3,108,B.C4,109,B.C5,110,B.jN,111,B.C6,112,B.jO,113,B.C7,114,B.C8,115,B.C9,116,B.jP,117,B.Ca,118,B.fd,119,B.Cb,120,B.fe,121,B.Cc,122,B.cj,123,B.Cd,124,B.Ce,125,B.Cf,126,B.Cg,4294967297,B.jS,4294967304,B.ah,4294967305,B.dm,4294967309,B.dn,4294967323,B.ck,4294967423,B.ac,4294967553,B.jT,4294967555,B.dp,4294967556,B.cl,4294967558,B.ff,4294967559,B.jU,4294967560,B.jV,4294967562,B.dq,4294967564,B.dr,4294967566,B.jW,4294967567,B.jX,4294967568,B.jY,4294967569,B.jZ,4294968065,B.ax,4294968066,B.ap,4294968067,B.aq,4294968068,B.ay,4294968069,B.bm,4294968070,B.bn,4294968071,B.cm,4294968072,B.cn,4294968321,B.fg,4294968322,B.k_,4294968323,B.k0,4294968324,B.k1,4294968325,B.k2,4294968326,B.k3,4294968327,B.fh,4294968328,B.k4,4294968329,B.k5,4294968330,B.k6,4294968577,B.k7,4294968578,B.k8,4294968579,B.k9,4294968580,B.ka,4294968581,B.kb,4294968582,B.kc,4294968583,B.kd,4294968584,B.ke,4294968585,B.kf,4294968586,B.kg,4294968587,B.kh,4294968588,B.ki,4294968589,B.kj,4294968590,B.kk,4294968833,B.kl,4294968834,B.km,4294968835,B.kn,4294968836,B.ko,4294968837,B.kp,4294968838,B.kq,4294968839,B.kr,4294968840,B.ks,4294968841,B.kt,4294968842,B.ku,4294968843,B.kv,4294969089,B.kw,4294969090,B.kx,4294969091,B.ky,4294969092,B.kz,4294969093,B.kA,4294969094,B.kB,4294969095,B.kC,4294969096,B.kD,4294969097,B.kE,4294969098,B.kF,4294969099,B.kG,4294969100,B.kH,4294969101,B.kI,4294969102,B.kJ,4294969103,B.kK,4294969104,B.kL,4294969105,B.kM,4294969106,B.kN,4294969107,B.kO,4294969108,B.kP,4294969109,B.kQ,4294969110,B.kR,4294969111,B.kS,4294969112,B.kT,4294969113,B.kU,4294969114,B.kV,4294969115,B.kW,4294969116,B.kX,4294969117,B.kY,4294969345,B.kZ,4294969346,B.l_,4294969347,B.l0,4294969348,B.l1,4294969349,B.l2,4294969350,B.l3,4294969351,B.l4,4294969352,B.l5,4294969353,B.l6,4294969354,B.l7,4294969355,B.l8,4294969356,B.l9,4294969357,B.la,4294969358,B.lb,4294969359,B.lc,4294969360,B.ld,4294969361,B.le,4294969362,B.lf,4294969363,B.lg,4294969364,B.lh,4294969365,B.li,4294969366,B.lj,4294969367,B.lk,4294969368,B.ll,4294969601,B.lm,4294969602,B.ln,4294969603,B.lo,4294969604,B.lp,4294969605,B.lq,4294969606,B.lr,4294969607,B.ls,4294969608,B.lt,4294969857,B.lu,4294969858,B.lv,4294969859,B.lw,4294969860,B.lx,4294969861,B.ly,4294969863,B.lz,4294969864,B.lA,4294969865,B.lB,4294969866,B.lC,4294969867,B.lD,4294969868,B.lE,4294969869,B.lF,4294969870,B.lG,4294969871,B.lH,4294969872,B.lI,4294969873,B.lJ,4294970113,B.lK,4294970114,B.lL,4294970115,B.lM,4294970116,B.lN,4294970117,B.lO,4294970118,B.lP,4294970119,B.lQ,4294970120,B.lR,4294970121,B.lS,4294970122,B.lT,4294970123,B.lU,4294970124,B.lV,4294970125,B.lW,4294970126,B.lX,4294970127,B.lY,4294970369,B.lZ,4294970370,B.m_,4294970371,B.m0,4294970372,B.m1,4294970373,B.m2,4294970374,B.m3,4294970375,B.m4,4294970625,B.m5,4294970626,B.m6,4294970627,B.m7,4294970628,B.m8,4294970629,B.m9,4294970630,B.ma,4294970631,B.mb,4294970632,B.mc,4294970633,B.md,4294970634,B.me,4294970635,B.mf,4294970636,B.mg,4294970637,B.mh,4294970638,B.mi,4294970639,B.mj,4294970640,B.mk,4294970641,B.ml,4294970642,B.mm,4294970643,B.mn,4294970644,B.mo,4294970645,B.mp,4294970646,B.mq,4294970647,B.mr,4294970648,B.ms,4294970649,B.mt,4294970650,B.mu,4294970651,B.mv,4294970652,B.mw,4294970653,B.mx,4294970654,B.my,4294970655,B.mz,4294970656,B.mA,4294970657,B.mB,4294970658,B.mC,4294970659,B.mD,4294970660,B.mE,4294970661,B.mF,4294970662,B.mG,4294970663,B.mH,4294970664,B.mI,4294970665,B.mJ,4294970666,B.mK,4294970667,B.mL,4294970668,B.mM,4294970669,B.mN,4294970670,B.mO,4294970671,B.mP,4294970672,B.mQ,4294970673,B.mR,4294970674,B.mS,4294970675,B.mT,4294970676,B.mU,4294970677,B.mV,4294970678,B.mW,4294970679,B.mX,4294970680,B.mY,4294970681,B.mZ,4294970682,B.n_,4294970683,B.n0,4294970684,B.n1,4294970685,B.n2,4294970686,B.n3,4294970687,B.n4,4294970688,B.n5,4294970689,B.n6,4294970690,B.n7,4294970691,B.n8,4294970692,B.n9,4294970693,B.na,4294970694,B.nb,4294970695,B.nc,4294970696,B.nd,4294970697,B.ne,4294970698,B.nf,4294970699,B.ng,4294970700,B.nh,4294970701,B.ni,4294970702,B.nj,4294970703,B.nk,4294970704,B.nl,4294970705,B.nm,4294970706,B.nn,4294970707,B.no,4294970708,B.np,4294970709,B.nq,4294970710,B.nr,4294970711,B.ns,4294970712,B.nt,4294970713,B.nu,4294970714,B.nv,4294970715,B.nw,4294970882,B.nx,4294970884,B.ny,4294970885,B.nz,4294970886,B.nA,4294970887,B.nB,4294970888,B.nC,4294970889,B.nD,4294971137,B.nE,4294971138,B.nF,4294971393,B.nG,4294971394,B.nH,4294971395,B.nI,4294971396,B.nJ,4294971397,B.nK,4294971398,B.nL,4294971399,B.nM,4294971400,B.nN,4294971401,B.nO,4294971402,B.nP,4294971403,B.nQ,4294971649,B.nR,4294971650,B.nS,4294971651,B.nT,4294971652,B.nU,4294971653,B.nV,4294971654,B.nW,4294971655,B.nX,4294971656,B.nY,4294971657,B.nZ,4294971658,B.o_,4294971659,B.o0,4294971660,B.o1,4294971661,B.o2,4294971662,B.o3,4294971663,B.o4,4294971664,B.o5,4294971665,B.o6,4294971666,B.o7,4294971667,B.o8,4294971668,B.o9,4294971669,B.oa,4294971670,B.ob,4294971671,B.oc,4294971672,B.od,4294971673,B.oe,4294971674,B.of,4294971675,B.og,4294971905,B.oh,4294971906,B.oi,8589934592,B.Cy,8589934593,B.Cz,8589934594,B.CA,8589934595,B.CB,8589934608,B.CC,8589934609,B.CD,8589934610,B.CE,8589934611,B.CF,8589934612,B.CG,8589934624,B.CH,8589934625,B.CI,8589934626,B.CJ,8589934848,B.co,8589934849,B.ds,8589934850,B.bF,8589934851,B.cp,8589934852,B.cq,8589934853,B.dt,8589934854,B.cr,8589934855,B.du,8589935088,B.CK,8589935090,B.CL,8589935092,B.CM,8589935094,B.CN,8589935117,B.fi,8589935144,B.CO,8589935145,B.CP,8589935146,B.ox,8589935147,B.oy,8589935148,B.CQ,8589935149,B.oz,8589935150,B.fj,8589935151,B.oA,8589935152,B.fk,8589935153,B.fl,8589935154,B.fm,8589935155,B.fn,8589935156,B.fo,8589935157,B.fp,8589935158,B.fq,8589935159,B.fr,8589935160,B.fs,8589935161,B.ft,8589935165,B.CR,8589935361,B.CS,8589935362,B.CT,8589935363,B.CU,8589935364,B.CV,8589935365,B.CW,8589935366,B.CX,8589935367,B.CY,8589935368,B.CZ,8589935369,B.D_,8589935370,B.D0,8589935371,B.D1,8589935372,B.D2,8589935373,B.D3,8589935374,B.D4,8589935375,B.D5,8589935376,B.D6,8589935377,B.D7,8589935378,B.D8,8589935379,B.D9,8589935380,B.Da,8589935381,B.Db,8589935382,B.Dc,8589935383,B.Dd,8589935384,B.De,8589935385,B.Df,8589935386,B.Dg,8589935387,B.Dh,8589935388,B.Di,8589935389,B.Dj,8589935390,B.Dk,8589935391,B.Dl],A.ac("cg")) +B.bG=new A.ka(0,"canvas") +B.DZ=new A.ka(1,"card") +B.E_=new A.ka(2,"circle") +B.fD=new A.ka(3,"button") +B.dx=new A.ka(4,"transparency") +B.dI=new A.aL(2,2) +B.es=new A.bV(B.dI,B.dI,B.dI,B.dI) +B.DK=new A.cg([B.bG,null,B.DZ,B.es,B.E_,null,B.fD,B.es,B.dx,null],A.ac("cg")) +B.oF=new A.by(B.aA,[],A.ac("by")) +B.dv=new A.by(B.aA,[],A.ac("by")) +B.oE=new A.by(B.aA,[],A.ac("by>")) +B.oG=new A.by(B.aA,[],A.ac("by")) +B.oD=new A.by(B.aA,[],A.ac("by")) +B.DL=new A.by(B.aA,[],A.ac("by")) +B.oI=new A.by(B.aA,[],A.ac("by>")) +B.hf=new A.am(B.ax,!1,!1,!0,!1) +B.hc=new A.am(B.ap,!1,!1,!0,!1) +B.hd=new A.am(B.aq,!1,!1,!0,!1) +B.he=new A.am(B.ay,!1,!1,!0,!1) +B.uk=new A.am(B.ax,!1,!1,!1,!0) +B.uh=new A.am(B.ap,!1,!1,!1,!0) +B.ui=new A.am(B.aq,!1,!1,!1,!0) +B.uj=new A.am(B.ay,!1,!1,!1,!0) +B.hb=new A.am(B.cn,!1,!0,!1,!1) +B.hg=new A.am(B.cm,!1,!0,!1,!1) +B.dX=new A.am(B.bm,!1,!0,!1,!1) +B.dW=new A.am(B.bn,!1,!0,!1,!1) +B.ud=new A.am(B.ap,!0,!1,!1,!1) +B.ue=new A.am(B.aq,!0,!1,!1,!1) +B.uf=new A.am(B.ap,!0,!0,!1,!1) +B.ug=new A.am(B.aq,!0,!0,!1,!1) +B.dT=new A.am(B.bm,!1,!1,!1,!1) +B.dS=new A.am(B.bn,!1,!1,!1,!1) +B.um=new A.am(B.bm,!0,!1,!1,!1) +B.ul=new A.am(B.bn,!0,!1,!1,!1) +B.DN=new A.cg([B.hf,B.o,B.hc,B.o,B.hd,B.o,B.he,B.o,B.uk,B.o,B.uh,B.o,B.ui,B.o,B.uj,B.o,B.hb,B.o,B.hg,B.o,B.dX,B.o,B.dW,B.o,B.dV,B.o,B.dY,B.o,B.dZ,B.o,B.dU,B.o,B.ud,B.o,B.ue,B.o,B.uf,B.o,B.ug,B.o,B.cN,B.o,B.cO,B.o,B.dT,B.o,B.dS,B.o,B.um,B.o,B.ul,B.o,B.e_,B.o,B.dR,B.o],t.Fp) +B.En={in:0,iw:1,ji:2,jw:3,mo:4,aam:5,adp:6,aue:7,ayx:8,bgm:9,bjd:10,ccq:11,cjr:12,cka:13,cmk:14,coy:15,cqu:16,drh:17,drw:18,gav:19,gfx:20,ggn:21,gti:22,guv:23,hrr:24,ibi:25,ilw:26,jeg:27,kgc:28,kgh:29,koj:30,krm:31,ktr:32,kvs:33,kwq:34,kxe:35,kzj:36,kzt:37,lii:38,lmm:39,meg:40,mst:41,mwj:42,myt:43,nad:44,ncp:45,nnx:46,nts:47,oun:48,pcr:49,pmc:50,pmu:51,ppa:52,ppr:53,pry:54,puz:55,sca:56,skk:57,tdu:58,thc:59,thx:60,tie:61,tkk:62,tlw:63,tmp:64,tne:65,tnf:66,tsf:67,uok:68,xba:69,xia:70,xkh:71,xsj:72,ybd:73,yma:74,ymt:75,yos:76,yuu:77} +B.az=new A.by(B.En,["id","he","yi","jv","ro","aas","dz","ktz","nun","bcg","drl","rki","mom","cmr","xch","pij","quh","khk","prs","dev","vaj","gvr","nyc","duz","jal","opa","gal","oyb","tdf","kml","kwv","bmf","dtp","gdj","yam","tvd","dtp","dtp","raq","rmx","cir","mry","vaj","mry","xny","kdz","ngv","pij","vaj","adx","huw","phr","bfy","lcq","prt","pub","hle","oyb","dtp","tpo","oyb","ras","twm","weo","tyj","kak","prs","taj","ema","cax","acn","waw","suj","rki","lrr","mtm","zom","yug"],t.li) +B.Ek={Abort:0,Again:1,AltLeft:2,AltRight:3,ArrowDown:4,ArrowLeft:5,ArrowRight:6,ArrowUp:7,AudioVolumeDown:8,AudioVolumeMute:9,AudioVolumeUp:10,Backquote:11,Backslash:12,Backspace:13,BracketLeft:14,BracketRight:15,BrightnessDown:16,BrightnessUp:17,BrowserBack:18,BrowserFavorites:19,BrowserForward:20,BrowserHome:21,BrowserRefresh:22,BrowserSearch:23,BrowserStop:24,CapsLock:25,Comma:26,ContextMenu:27,ControlLeft:28,ControlRight:29,Convert:30,Copy:31,Cut:32,Delete:33,Digit0:34,Digit1:35,Digit2:36,Digit3:37,Digit4:38,Digit5:39,Digit6:40,Digit7:41,Digit8:42,Digit9:43,DisplayToggleIntExt:44,Eject:45,End:46,Enter:47,Equal:48,Escape:49,Esc:50,F1:51,F10:52,F11:53,F12:54,F13:55,F14:56,F15:57,F16:58,F17:59,F18:60,F19:61,F2:62,F20:63,F21:64,F22:65,F23:66,F24:67,F3:68,F4:69,F5:70,F6:71,F7:72,F8:73,F9:74,Find:75,Fn:76,FnLock:77,GameButton1:78,GameButton10:79,GameButton11:80,GameButton12:81,GameButton13:82,GameButton14:83,GameButton15:84,GameButton16:85,GameButton2:86,GameButton3:87,GameButton4:88,GameButton5:89,GameButton6:90,GameButton7:91,GameButton8:92,GameButton9:93,GameButtonA:94,GameButtonB:95,GameButtonC:96,GameButtonLeft1:97,GameButtonLeft2:98,GameButtonMode:99,GameButtonRight1:100,GameButtonRight2:101,GameButtonSelect:102,GameButtonStart:103,GameButtonThumbLeft:104,GameButtonThumbRight:105,GameButtonX:106,GameButtonY:107,GameButtonZ:108,Help:109,Home:110,Hyper:111,Insert:112,IntlBackslash:113,IntlRo:114,IntlYen:115,KanaMode:116,KeyA:117,KeyB:118,KeyC:119,KeyD:120,KeyE:121,KeyF:122,KeyG:123,KeyH:124,KeyI:125,KeyJ:126,KeyK:127,KeyL:128,KeyM:129,KeyN:130,KeyO:131,KeyP:132,KeyQ:133,KeyR:134,KeyS:135,KeyT:136,KeyU:137,KeyV:138,KeyW:139,KeyX:140,KeyY:141,KeyZ:142,KeyboardLayoutSelect:143,Lang1:144,Lang2:145,Lang3:146,Lang4:147,Lang5:148,LaunchApp1:149,LaunchApp2:150,LaunchAssistant:151,LaunchControlPanel:152,LaunchMail:153,LaunchScreenSaver:154,MailForward:155,MailReply:156,MailSend:157,MediaFastForward:158,MediaPause:159,MediaPlay:160,MediaPlayPause:161,MediaRecord:162,MediaRewind:163,MediaSelect:164,MediaStop:165,MediaTrackNext:166,MediaTrackPrevious:167,MetaLeft:168,MetaRight:169,MicrophoneMuteToggle:170,Minus:171,NonConvert:172,NumLock:173,Numpad0:174,Numpad1:175,Numpad2:176,Numpad3:177,Numpad4:178,Numpad5:179,Numpad6:180,Numpad7:181,Numpad8:182,Numpad9:183,NumpadAdd:184,NumpadBackspace:185,NumpadClear:186,NumpadClearEntry:187,NumpadComma:188,NumpadDecimal:189,NumpadDivide:190,NumpadEnter:191,NumpadEqual:192,NumpadMemoryAdd:193,NumpadMemoryClear:194,NumpadMemoryRecall:195,NumpadMemoryStore:196,NumpadMemorySubtract:197,NumpadMultiply:198,NumpadParenLeft:199,NumpadParenRight:200,NumpadSubtract:201,Open:202,PageDown:203,PageUp:204,Paste:205,Pause:206,Period:207,Power:208,PrintScreen:209,PrivacyScreenToggle:210,Props:211,Quote:212,Resume:213,ScrollLock:214,Select:215,SelectTask:216,Semicolon:217,ShiftLeft:218,ShiftRight:219,ShowAllWindows:220,Slash:221,Sleep:222,Space:223,Super:224,Suspend:225,Tab:226,Turbo:227,Undo:228,WakeUp:229,ZoomToggle:230} +B.oJ=new A.by(B.Ek,[B.rF,B.rl,B.bK,B.bM,B.qL,B.qK,B.qJ,B.qM,B.rt,B.rr,B.rs,B.ql,B.qi,B.qb,B.qg,B.qh,B.rV,B.rU,B.tf,B.tj,B.tg,B.te,B.ti,B.td,B.th,B.bo,B.qm,B.r3,B.bI,B.cy,B.ry,B.ro,B.rn,B.qG,B.q9,B.q0,B.q1,B.q2,B.q3,B.q4,B.q5,B.q6,B.q7,B.q8,B.rT,B.t3,B.qH,B.qa,B.qf,B.fK,B.fK,B.qp,B.qy,B.qz,B.qA,B.r6,B.r7,B.r8,B.r9,B.ra,B.rb,B.rc,B.qq,B.rd,B.re,B.rf,B.rg,B.rh,B.qr,B.qs,B.qt,B.qu,B.qv,B.qw,B.qx,B.rq,B.cx,B.p0,B.p6,B.pf,B.pg,B.ph,B.pi,B.pj,B.pk,B.pl,B.p7,B.p8,B.p9,B.pa,B.pb,B.pc,B.pd,B.pe,B.pm,B.pn,B.po,B.pp,B.pq,B.pr,B.ps,B.pt,B.pu,B.pv,B.pw,B.px,B.py,B.pz,B.pA,B.rj,B.qE,B.oZ,B.qD,B.r2,B.rv,B.rx,B.rw,B.pB,B.pC,B.pD,B.pE,B.pF,B.pG,B.pH,B.pI,B.pJ,B.pK,B.pL,B.pM,B.pN,B.pO,B.pP,B.pQ,B.pR,B.pS,B.pT,B.pU,B.pV,B.pW,B.pX,B.pY,B.pZ,B.q_,B.to,B.rA,B.rB,B.rC,B.rD,B.rE,B.t8,B.t7,B.tc,B.t9,B.t6,B.tb,B.tm,B.tl,B.tn,B.rZ,B.rX,B.rW,B.t4,B.rY,B.t_,B.t5,B.t2,B.t0,B.t1,B.bL,B.cA,B.p5,B.qe,B.rz,B.dD,B.r0,B.qS,B.qT,B.qU,B.qV,B.qW,B.qX,B.qY,B.qZ,B.r_,B.qQ,B.rJ,B.rP,B.rQ,B.ru,B.r1,B.qN,B.qR,B.r5,B.rN,B.rM,B.rL,B.rK,B.rO,B.qO,B.rH,B.rI,B.qP,B.ri,B.qI,B.qF,B.rp,B.qC,B.qn,B.r4,B.qB,B.p4,B.rG,B.qk,B.p2,B.dC,B.rk,B.ta,B.qj,B.bJ,B.cz,B.tp,B.qo,B.rR,B.qd,B.p_,B.p1,B.qc,B.p3,B.rm,B.rS,B.tk],A.ac("by")) +B.El={KeyA:0,KeyB:1,KeyC:2,KeyD:3,KeyE:4,KeyF:5,KeyG:6,KeyH:7,KeyI:8,KeyJ:9,KeyK:10,KeyL:11,KeyM:12,KeyN:13,KeyO:14,KeyP:15,KeyQ:16,KeyR:17,KeyS:18,KeyT:19,KeyU:20,KeyV:21,KeyW:22,KeyX:23,KeyY:24,KeyZ:25,Digit1:26,Digit2:27,Digit3:28,Digit4:29,Digit5:30,Digit6:31,Digit7:32,Digit8:33,Digit9:34,Digit0:35,Minus:36,Equal:37,BracketLeft:38,BracketRight:39,Backslash:40,Semicolon:41,Quote:42,Backquote:43,Comma:44,Period:45,Slash:46} +B.fz=new A.by(B.El,["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","1","2","3","4","5","6","7","8","9","0","-","=","[","]","\\",";","'","`",",",".","/"],t.li) +B.AA=A.a(s([42,null,null,8589935146]),t.Z) +B.AB=A.a(s([43,null,null,8589935147]),t.Z) +B.AC=A.a(s([45,null,null,8589935149]),t.Z) +B.AD=A.a(s([46,null,null,8589935150]),t.Z) +B.AE=A.a(s([47,null,null,8589935151]),t.Z) +B.AF=A.a(s([48,null,null,8589935152]),t.Z) +B.AG=A.a(s([49,null,null,8589935153]),t.Z) +B.AL=A.a(s([50,null,null,8589935154]),t.Z) +B.AM=A.a(s([51,null,null,8589935155]),t.Z) +B.AN=A.a(s([52,null,null,8589935156]),t.Z) +B.AO=A.a(s([53,null,null,8589935157]),t.Z) +B.AP=A.a(s([54,null,null,8589935158]),t.Z) +B.AQ=A.a(s([55,null,null,8589935159]),t.Z) +B.AR=A.a(s([56,null,null,8589935160]),t.Z) +B.AS=A.a(s([57,null,null,8589935161]),t.Z) +B.B0=A.a(s([8589934852,8589934852,8589934853,null]),t.Z) +B.Ap=A.a(s([4294967555,null,4294967555,null]),t.Z) +B.Aq=A.a(s([4294968065,null,null,8589935154]),t.Z) +B.Ar=A.a(s([4294968066,null,null,8589935156]),t.Z) +B.As=A.a(s([4294968067,null,null,8589935158]),t.Z) +B.At=A.a(s([4294968068,null,null,8589935160]),t.Z) +B.Ay=A.a(s([4294968321,null,null,8589935157]),t.Z) +B.B1=A.a(s([8589934848,8589934848,8589934849,null]),t.Z) +B.Ao=A.a(s([4294967423,null,null,8589935150]),t.Z) +B.Au=A.a(s([4294968069,null,null,8589935153]),t.Z) +B.An=A.a(s([4294967309,null,null,8589935117]),t.Z) +B.Av=A.a(s([4294968070,null,null,8589935159]),t.Z) +B.Az=A.a(s([4294968327,null,null,8589935152]),t.Z) +B.B2=A.a(s([8589934854,8589934854,8589934855,null]),t.Z) +B.Aw=A.a(s([4294968071,null,null,8589935155]),t.Z) +B.Ax=A.a(s([4294968072,null,null,8589935161]),t.Z) +B.B3=A.a(s([8589934850,8589934850,8589934851,null]),t.Z) +B.oK=new A.cg(["*",B.AA,"+",B.AB,"-",B.AC,".",B.AD,"/",B.AE,"0",B.AF,"1",B.AG,"2",B.AL,"3",B.AM,"4",B.AN,"5",B.AO,"6",B.AP,"7",B.AQ,"8",B.AR,"9",B.AS,"Alt",B.B0,"AltGraph",B.Ap,"ArrowDown",B.Aq,"ArrowLeft",B.Ar,"ArrowRight",B.As,"ArrowUp",B.At,"Clear",B.Ay,"Control",B.B1,"Delete",B.Ao,"End",B.Au,"Enter",B.An,"Home",B.Av,"Insert",B.Az,"Meta",B.B2,"PageDown",B.Aw,"PageUp",B.Ax,"Shift",B.B3],A.ac("cg>")) +B.BK=A.a(s([B.jR,null,null,B.ox]),t.L) +B.BL=A.a(s([B.oj,null,null,B.oy]),t.L) +B.BM=A.a(s([B.ok,null,null,B.oz]),t.L) +B.BN=A.a(s([B.ol,null,null,B.fj]),t.L) +B.BO=A.a(s([B.om,null,null,B.oA]),t.L) +B.B5=A.a(s([B.on,null,null,B.fk]),t.L) +B.B6=A.a(s([B.oo,null,null,B.fl]),t.L) +B.B7=A.a(s([B.op,null,null,B.fm]),t.L) +B.B8=A.a(s([B.oq,null,null,B.fn]),t.L) +B.B9=A.a(s([B.or,null,null,B.fo]),t.L) +B.Ba=A.a(s([B.os,null,null,B.fp]),t.L) +B.Bb=A.a(s([B.ot,null,null,B.fq]),t.L) +B.Bc=A.a(s([B.ou,null,null,B.fr]),t.L) +B.BU=A.a(s([B.ov,null,null,B.fs]),t.L) +B.BV=A.a(s([B.ow,null,null,B.ft]),t.L) +B.BF=A.a(s([B.cq,B.cq,B.dt,null]),t.L) +B.BW=A.a(s([B.dp,null,B.dp,null]),t.L) +B.Bf=A.a(s([B.ax,null,null,B.fm]),t.L) +B.Bg=A.a(s([B.ap,null,null,B.fo]),t.L) +B.Bh=A.a(s([B.aq,null,null,B.fq]),t.L) +B.Bq=A.a(s([B.ay,null,null,B.fs]),t.L) +B.BC=A.a(s([B.fg,null,null,B.fp]),t.L) +B.BG=A.a(s([B.co,B.co,B.ds,null]),t.L) +B.B4=A.a(s([B.ac,null,null,B.fj]),t.L) +B.Bi=A.a(s([B.bm,null,null,B.fl]),t.L) +B.BP=A.a(s([B.dn,null,null,B.fi]),t.L) +B.Bj=A.a(s([B.bn,null,null,B.fr]),t.L) +B.BD=A.a(s([B.fh,null,null,B.fk]),t.L) +B.BH=A.a(s([B.cr,B.cr,B.du,null]),t.L) +B.Bk=A.a(s([B.cm,null,null,B.fn]),t.L) +B.BE=A.a(s([B.cn,null,null,B.ft]),t.L) +B.BI=A.a(s([B.bF,B.bF,B.cp,null]),t.L) +B.DO=new A.cg(["*",B.BK,"+",B.BL,"-",B.BM,".",B.BN,"/",B.BO,"0",B.B5,"1",B.B6,"2",B.B7,"3",B.B8,"4",B.B9,"5",B.Ba,"6",B.Bb,"7",B.Bc,"8",B.BU,"9",B.BV,"Alt",B.BF,"AltGraph",B.BW,"ArrowDown",B.Bf,"ArrowLeft",B.Bg,"ArrowRight",B.Bh,"ArrowUp",B.Bq,"Clear",B.BC,"Control",B.BG,"Delete",B.B4,"End",B.Bi,"Enter",B.BP,"Home",B.Bj,"Insert",B.BD,"Meta",B.BH,"PageDown",B.Bk,"PageUp",B.BE,"Shift",B.BI],A.ac("cg>")) +B.DP=new A.uh(null,null,null,null,null,null,null,null) +B.xR=new A.q(4284790262) +B.xH=new A.q(4282557941) +B.xu=new A.q(4279592384) +B.xt=new A.q(4279060385) +B.DB=new A.cg([50,B.j0,100,B.iX,200,B.eO,300,B.xR,400,B.xH,500,B.iO,600,B.eK,700,B.iM,800,B.xu,900,B.xt],t.pl) +B.dw=new A.ui(B.DB,4280391411) +B.y6=new A.q(4293848814) +B.y1=new A.q(4292269782) +B.xZ=new A.q(4290624957) +B.DE=new A.cg([50,B.au,100,B.j4,200,B.y6,300,B.j_,350,B.y1,400,B.xZ,500,B.iV,600,B.c8,700,B.c7,800,B.d3,850,B.eL,900,B.iN],t.pl) +B.fA=new A.ui(B.DE,4288585374) +B.DQ=new A.b4(0,t.QL) +B.fB=new A.b4(B.A,t.h9) +B.Hy=new A.Q(20,44) +B.DS=new A.b4(B.Hy,t.VY) +B.Hz=new A.Q(64,40) +B.DT=new A.b4(B.Hz,t.iL) +B.HA=new A.Q(999,44) +B.DU=new A.b4(B.HA,t.VY) +B.HO=new A.dM(B.n) +B.DV=new A.b4(B.HO,t.kU) +B.HB=new A.Q(1/0,1/0) +B.DX=new A.b4(B.HB,t.iL) +B.a6=new A.bJ(0,"hovered") +B.ai=new A.bJ(1,"focused") +B.a_=new A.bJ(2,"pressed") +B.oL=new A.bJ(3,"dragged") +B.b0=new A.bJ(4,"selected") +B.oM=new A.bJ(5,"scrolledUnder") +B.G=new A.bJ(6,"disabled") +B.DY=new A.m_(0,"padded") +B.fC=new A.m_(1,"shrinkWrap") +B.E0=new A.Di(null) +B.E1=new A.oz(null) +B.E2=new A.m2(null) +B.fE=new A.Dk(null) +B.E3=new A.f6("popRoute",null) +B.bB=new A.a16() +B.E4=new A.oA("plugins.flutter.io/url_launcher",B.bB) +B.E5=new A.oA("flutter/service_worker",B.bB) +B.E7=new A.m3(0,"clipRect") +B.E8=new A.m3(1,"clipRRect") +B.E9=new A.m3(2,"clipPath") +B.Ea=new A.m3(3,"transform") +B.Eb=new A.m3(4,"opacity") +B.Ec=new A.oE(null,null,null,null,null,null,null,null,null,null,null) +B.Ed=new A.uD(null,null,null,null,null,null,null,null,null,null) +B.fG=new A.XC(0,"traditional") +B.Ee=new A.m5(!0) +B.Ef=new A.oF(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.oT=new A.f9(B.i,B.i) +B.fH=new A.v(0,1) +B.Et=new A.v(0,-1) +B.dz=new A.v(1,0) +B.Eu=new A.v(0.2,0) +B.Oe=new A.v(0,-0.005) +B.Ew=new A.v(-0.3333333333333333,0) +B.Ey=new A.v(1/0,1/0) +B.EA=new A.v(1/0,0) +B.EC=new A.v(-1,0) +B.EE=new A.v(-0.2,0) +B.a0=new A.iJ(0,"iOs") +B.dA=new A.iJ(1,"android") +B.fI=new A.iJ(2,"linux") +B.oU=new A.iJ(3,"windows") +B.aB=new A.iJ(4,"macOs") +B.EF=new A.iJ(5,"unknown") +B.eA=new A.VN() +B.EG=new A.iK("flutter/textinput",B.eA) +B.EH=new A.iK("flutter/keyboard",B.bB) +B.oV=new A.iK("flutter/menu",B.bB) +B.b1=new A.iK("flutter/platform",B.eA) +B.fJ=new A.iK("flutter/restoration",B.bB) +B.EI=new A.iK("flutter/mousecursor",B.bB) +B.dB=new A.iK("flutter/navigation",B.eA) +B.EJ=new A.uL(0,null) +B.oW=new A.DP(0,"portrait") +B.oX=new A.DP(1,"landscape") +B.EK=new A.oI(null) +B.z6=new A.aU(8,8,8,8) +B.zD=new A.c8(58106,"YaruIcons","yaru_icons",!1) +B.zO=new A.iy(B.zD,null,null,null) +B.EL=new A.cW(B.z6,B.zO,null) +B.f0=new A.aU(0,0,0,3) +B.zG=new A.c8(60133,"tabler-icons","flutter_tabler_icons",!1) +B.zK=new A.iy(B.zG,null,null,null) +B.EN=new A.cW(B.f0,B.zK,null) +B.zH=new A.c8(60444,"tabler-icons","flutter_tabler_icons",!1) +B.zL=new A.iy(B.zH,null,null,null) +B.EM=new A.cW(B.f0,B.zL,null) +B.zF=new A.c8(60643,"tabler-icons","flutter_tabler_icons",!1) +B.zN=new A.iy(B.zF,null,null,null) +B.EO=new A.cW(B.f0,B.zN,null) +B.i3=new A.B8() +B.Dy=new A.cg([B.ar,B.iD,B.as,B.i3,B.aN,B.i3],t.Ce) +B.EP=new A.oN(B.Dy) +B.bH=new A.DR(0,"fill") +B.b2=new A.DR(1,"stroke") +B.EQ=new A.ke(1/0) +B.oY=new A.Y8(0,"nonZero") +B.ER=new A.uR(null) +B.Fu=new A.kg(0,"baseline") +B.Fv=new A.kg(1,"aboveBaseline") +B.Fw=new A.kg(2,"belowBaseline") +B.Fx=new A.kg(3,"top") +B.tq=new A.kg(4,"bottom") +B.Fy=new A.kg(5,"middle") +B.Fz=new A.uS(B.K,B.tq,null,null) +B.fL=new A.iN(0,"cancel") +B.fM=new A.iN(1,"add") +B.FA=new A.iN(2,"remove") +B.bp=new A.iN(3,"hover") +B.ts=new A.iN(4,"down") +B.cB=new A.iN(5,"move") +B.fN=new A.iN(6,"up") +B.bN=new A.hR(0,"touch") +B.bq=new A.hR(1,"mouse") +B.fO=new A.hR(2,"stylus") +B.b3=new A.hR(4,"trackpad") +B.fP=new A.hR(5,"unknown") +B.bO=new A.oQ(0,"none") +B.FB=new A.oQ(1,"scroll") +B.FC=new A.oQ(3,"scale") +B.FD=new A.oQ(4,"unknown") +B.FE=new A.oR(null,null,null,null,null,null,null,null,null,null,null,null) +B.fQ=new A.mi(0,"platformDefault") +B.tu=new A.mi(1,"inAppWebView") +B.tv=new A.mi(2,"inAppBrowserView") +B.FF=new A.mi(3,"externalApplication") +B.tw=new A.mi(4,"externalNonBrowserApplication") +B.tx=new A.fT(0,"incrementable") +B.fR=new A.fT(1,"scrollable") +B.fS=new A.fT(2,"button") +B.ty=new A.fT(3,"textField") +B.fT=new A.fT(4,"checkable") +B.tz=new A.fT(5,"image") +B.dE=new A.fT(6,"dialog") +B.fU=new A.fT(7,"platformView") +B.fV=new A.fT(8,"generic") +B.FG=new A.oU(null,null,null,null,null) +B.FH=new A.Ea(null) +B.FI=new A.oV(null) +B.FJ=new A.oW(null,null,null,null,null,null) +B.FK=new A.aL(1.5,1.5) +B.tA=new A.qq(1e5,10) +B.tB=new A.qq(1e4,100) +B.tC=new A.qq(20,5e4) +B.FL=new A.dU(!1,null) +B.zv=new A.c8(57585,"YaruIcons","yaru_icons",!1) +B.FM=new A.dV(["ubuntu-flutter-community","xdg_accounts.dart","Dart library implementing the DBus interface org.freedesktop.Accounts.",B.zv]) +B.zt=new A.c8(57450,"YaruIcons","yaru_icons",!1) +B.FN=new A.dV(["ubuntu","app-center","The app center of the Ubuntu Desktop",B.zt]) +B.zA=new A.c8(57947,"YaruIcons","yaru_icons",!1) +B.FO=new A.dV(["ubuntu-flutter-community","musicpod","Local Music, Radio and Podcast Player",B.zA]) +B.zx=new A.c8(57729,"YaruIcons","yaru_icons",!1) +B.FP=new A.dV(["ubuntu-flutter-community","gnome_shell_extensions.dart","Control gnome shell extensions from within dart",B.zx]) +B.zu=new A.c8(57521,"YaruIcons","yaru_icons",!1) +B.FQ=new A.dV(["ubuntu-flutter-community","apt.dart","Dart library implementing the dbus interface org.debian.apt.",B.zu]) +B.zs=new A.c8(57396,"YaruIcons","yaru_icons",!1) +B.FR=new A.dV(["ubuntu-flutter-community","calculator","Calculator app for Ubuntu Desktop",B.zs]) +B.zz=new A.c8(57924,"YaruIcons","yaru_icons",!1) +B.FS=new A.dV(["ubuntu-flutter-community","xdg_timedate.dart","Dart library implementing org.freedesktop.timedate1",B.zz]) +B.zy=new A.c8(57870,"YaruIcons","yaru_icons",!1) +B.FT=new A.dV(["ubuntu-flutter-community","settings","Settings for the Ubuntu Desktop",B.zy]) +B.zp=new A.c8(57350,"YaruIcons","yaru_icons",!1) +B.FU=new A.dV(["ubuntu-flutter-community","rss.dart","Rss with dart",B.zp]) +B.zw=new A.c8(57691,"YaruIcons","yaru_icons",!1) +B.FV=new A.dV(["ubuntu-flutter-community","envelope","E-Mail app for the Ubuntu Desktop",B.zw]) +B.zq=new A.c8(57354,"YaruIcons","yaru_icons",!1) +B.FW=new A.dV(["ubuntu-flutter-community","pulse","Weather and News app for Ubuntu Desktop",B.zq]) +B.zr=new A.c8(57394,"YaruIcons","yaru_icons",!1) +B.FX=new A.dV(["ubuntu","yaru.dart","The iconic Flutter widget and theme suite for Ubuntu Desktop applications",B.zr]) +B.tD=new A.E(-1e9,-1e9,1e9,1e9) +B.cD=new A.v7(0,"identical") +B.FY=new A.v7(2,"paint") +B.bP=new A.v7(3,"layout") +B.fY=new A.mp(0,"focusable") +B.tE=new A.mp(1,"tappable") +B.tF=new A.mp(2,"labelAndValue") +B.dK=new A.mp(3,"liveRegion") +B.fZ=new A.mp(4,"routeName") +B.tG=new A.bS(B.O,B.n) +B.FZ=new A.bS(B.es,B.n) +B.dF=new A.aL(12,12) +B.vs=new A.bV(B.dF,B.dF,B.dF,B.dF) +B.G_=new A.bS(B.vs,B.n) +B.dG=new A.aL(16,16) +B.vt=new A.bV(B.dG,B.dG,B.dG,B.dG) +B.tH=new A.bS(B.vt,B.n) +B.dH=new A.aL(28,28) +B.vu=new A.bV(B.dH,B.dH,B.dH,B.dH) +B.G0=new A.bS(B.vu,B.n) +B.h_=new A.EZ(0,"none") +B.G1=new A.EZ(1,"neglect") +B.dL=new A.p3(0,"pop") +B.cE=new A.p3(1,"doNotPop") +B.tI=new A.p3(2,"bubble") +B.G2=new A.fX(null,null) +B.G3=new A.F5(null,null) +B.Dt=new A.os(B.d8,300,null) +B.xe=new A.rn(B.N,null,null,B.Dt,null) +B.G4=new A.p4(null,B.xe,null,B.A,null,null) +B.bQ=new A.mr(0,"idle") +B.G5=new A.mr(1,"transientCallbacks") +B.G6=new A.mr(2,"midFrameMicrotasks") +B.tJ=new A.mr(3,"persistentCallbacks") +B.tK=new A.mr(4,"postFrameCallbacks") +B.tL=new A.a_s(0,"englishLike") +B.h0=new A.vq(0,"idle") +B.h1=new A.vq(1,"forward") +B.h2=new A.vq(2,"reverse") +B.Of=new A.mt(0,"explicit") +B.br=new A.mt(1,"keepVisibleAtEnd") +B.bs=new A.mt(2,"keepVisibleAtStart") +B.h5=new A.Fe(0,"manual") +B.Gc=new A.Fe(1,"onDrag") +B.Gd=new A.vy(0,"left") +B.Ge=new A.vy(1,"right") +B.Gf=new A.vy(3,"bottom") +B.Gg=new A.p8(null,null,null,null,null,null,null,null,null,null,null,null) +B.Gh=new A.p8(null,null,null,null,null,null,null,null,null,3,3,null) +B.Gi=new A.vA(null,null,null,null,null,null,null,null,null,null,null,null) +B.Gj=new A.vB(null,null,null,null,null,null,null,null,null) +B.Gk=new A.vC(null,null) +B.Gl=new A.vE(0,"startEdgeUpdate") +B.cF=new A.vE(1,"endEdgeUpdate") +B.dN=new A.pa(0,"previousLine") +B.dO=new A.pa(1,"nextLine") +B.cG=new A.pa(2,"forward") +B.cH=new A.pa(3,"backward") +B.bR=new A.vF(2,"none") +B.Gn=new A.kr(null,null,B.bR,B.fa,!1) +B.tO=new A.kr(null,null,B.bR,B.fa,!0) +B.a1=new A.ks(0,"next") +B.aa=new A.ks(1,"previous") +B.a2=new A.ks(2,"end") +B.h6=new A.ks(3,"pending") +B.cI=new A.ks(4,"none") +B.h7=new A.vF(0,"uncollapsed") +B.Go=new A.vF(1,"collapsed") +B.Gp=new A.c5(1048576,"moveCursorBackwardByWord") +B.tP=new A.c5(128,"decrease") +B.Gq=new A.c5(16384,"paste") +B.cJ=new A.c5(16,"scrollUp") +B.dP=new A.c5(1,"tap") +B.Gr=new A.c5(2048,"setSelection") +B.Gs=new A.c5(2097152,"setText") +B.Gt=new A.c5(256,"showOnScreen") +B.Gu=new A.c5(262144,"dismiss") +B.tQ=new A.c5(2,"longPress") +B.h8=new A.c5(32768,"didGainAccessibilityFocus") +B.cK=new A.c5(32,"scrollDown") +B.Gv=new A.c5(4096,"copy") +B.cL=new A.c5(4,"scrollLeft") +B.Gw=new A.c5(512,"moveCursorForwardByCharacter") +B.Gx=new A.c5(524288,"moveCursorForwardByWord") +B.tR=new A.c5(64,"increase") +B.h9=new A.c5(65536,"didLoseAccessibilityFocus") +B.Gy=new A.c5(8192,"cut") +B.cM=new A.c5(8,"scrollRight") +B.Gz=new A.c5(1024,"moveCursorBackwardByCharacter") +B.GA=new A.bL(1024,"isObscured") +B.GB=new A.bL(1048576,"isReadOnly") +B.tS=new A.bL(128,"isEnabled") +B.GC=new A.bL(131072,"isToggled") +B.GD=new A.bL(134217728,"isExpanded") +B.tT=new A.bL(16384,"isImage") +B.GE=new A.bL(16777216,"isKeyboardKey") +B.GF=new A.bL(16,"isTextField") +B.tU=new A.bL(1,"hasCheckedState") +B.tV=new A.bL(2048,"scopesRoute") +B.tW=new A.bL(2097152,"isFocusable") +B.GG=new A.bL(256,"isInMutuallyExclusiveGroup") +B.GH=new A.bL(262144,"hasImplicitScrolling") +B.GI=new A.bL(2,"isChecked") +B.GJ=new A.bL(32768,"isLiveRegion") +B.tX=new A.bL(32,"isFocused") +B.GK=new A.bL(33554432,"isCheckStateMixed") +B.tY=new A.bL(4096,"namesRoute") +B.GL=new A.bL(4194304,"isLink") +B.tZ=new A.bL(4,"isSelected") +B.u_=new A.bL(512,"isHeader") +B.GM=new A.bL(524288,"isMultiline") +B.u0=new A.bL(64,"hasEnabledState") +B.GN=new A.bL(65536,"hasToggledState") +B.GO=new A.bL(67108864,"hasExpandedState") +B.ha=new A.bL(8192,"isHidden") +B.GP=new A.bL(8388608,"isSlider") +B.u1=new A.bL(8,"isButton") +B.u2=new A.mx("RenderViewport.twoPane") +B.GQ=new A.mx("RenderViewport.excludeFromScrolling") +B.u3=new A.vH(0,"idle") +B.GR=new A.vH(1,"updating") +B.GS=new A.vH(2,"postUpdate") +B.GT=new A.d4([B.ar,B.as,B.bt],A.ac("d4")) +B.tt=new A.hR(3,"invertedStylus") +B.dQ=new A.d4([B.bN,B.fO,B.tt,B.b3,B.fP],t.Lu) +B.GU=new A.d4([B.a6],t.b4) +B.Em={click:0,keyup:1,keydown:2,mouseup:3,mousedown:4,pointerdown:5,pointerup:6} +B.GV=new A.dE(B.Em,7,t.fF) +B.GW=new A.d4([32,8203],t.Ih) +B.Eh={click:0,touchstart:1,touchend:2,pointerdown:3,pointermove:4,pointerup:5} +B.GX=new A.dE(B.Eh,6,t.fF) +B.Eo={javascript:0} +B.GY=new A.dE(B.Eo,1,t.fF) +B.GZ=new A.d4([B.tt,B.fO,B.bN,B.fP,B.b3],t.Lu) +B.H_=new A.d4([B.ai],t.b4) +B.Ej={"canvaskit.js":0} +B.H0=new A.dE(B.Ej,1,t.fF) +B.H1=new A.d4([10,11,12,13,133,8232,8233],t.Ih) +B.H2=new A.dE(B.aA,0,A.ac("dE")) +B.H3=new A.dE(B.aA,0,A.ac("dE")) +B.Ei={mailto:0,tel:1,sms:2} +B.H4=new A.dE(B.Ei,3,t.fF) +B.H5=new A.d4([B.a_],t.b4) +B.Es={serif:0,"sans-serif":1,monospace:2,cursive:3,fantasy:4,"system-ui":5,math:6,emoji:7,fangsong:8} +B.H6=new A.dE(B.Es,9,t.fF) +B.u4=new A.d4([B.aB,B.fI,B.oU],A.ac("d4")) +B.H7=new A.pg(0,"ltr") +B.H8=new A.pg(1,"rtl") +B.H9=new A.pg(2,"ttb") +B.Ha=new A.pg(3,"btt") +B.u8=new A.am(B.ax,!1,!0,!1,!1) +B.u5=new A.am(B.ap,!1,!0,!1,!1) +B.u6=new A.am(B.aq,!1,!0,!1,!1) +B.u7=new A.am(B.ay,!1,!0,!1,!1) +B.Hj=new A.am(B.ax,!1,!0,!1,!0) +B.Hg=new A.am(B.ap,!1,!0,!1,!0) +B.Hh=new A.am(B.aq,!1,!0,!1,!0) +B.Hi=new A.am(B.ay,!1,!0,!1,!0) +B.Hf=new A.am(B.ax,!0,!0,!1,!1) +B.He=new A.am(B.ay,!0,!0,!1,!1) +B.Hl=new A.am(B.bm,!0,!0,!1,!1) +B.Hk=new A.am(B.bn,!0,!0,!1,!1) +B.uc=new A.am(B.ax,!1,!0,!0,!1) +B.u9=new A.am(B.ap,!1,!0,!0,!1) +B.ua=new A.am(B.aq,!1,!0,!0,!1) +B.ub=new A.am(B.ay,!1,!0,!0,!1) +B.uq=new A.am(B.fu,!1,!1,!1,!0) +B.us=new A.am(B.fv,!1,!1,!1,!0) +B.ut=new A.am(B.fd,!1,!1,!1,!0) +B.ur=new A.am(B.fe,!1,!1,!1,!0) +B.Hm=new A.am(B.cj,!1,!1,!1,!0) +B.Hn=new A.am(B.cj,!1,!0,!1,!0) +B.hh=new A.am(B.fu,!0,!1,!1,!1) +B.Hq=new A.am(B.oB,!0,!1,!1,!1) +B.uo=new A.am(B.fv,!0,!1,!1,!1) +B.Ho=new A.am(B.jL,!0,!1,!1,!1) +B.Hp=new A.am(B.jM,!0,!1,!1,!1) +B.Hr=new A.am(B.jN,!0,!1,!1,!1) +B.Hs=new A.am(B.jO,!0,!1,!1,!1) +B.Hv=new A.am(B.jP,!0,!1,!1,!1) +B.up=new A.am(B.fd,!0,!1,!1,!1) +B.un=new A.am(B.fe,!0,!1,!1,!1) +B.Ht=new A.am(B.cj,!0,!1,!1,!1) +B.Hu=new A.am(B.cj,!0,!0,!1,!1) +B.Hx=new A.Q(1e5,1e5) +B.hi=new A.Q(34,34) +B.uu=new A.Q(60,60) +B.hj=new A.mB(0,0,null,null) +B.HC=new A.mB(20,null,null,null) +B.HD=new A.vQ(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.uv=new A.FD(0,0,0,0,0,0,!1,!1,null,0) +B.HE=new A.FJ(0,"fixed") +B.uw=new A.FJ(1,"floating") +B.Oh=new A.vU(3,"hide") +B.HF=new A.vU(5,"timeout") +B.HG=new A.vV(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.ux=new A.FK(0,"permissive") +B.Oi=new A.FK(1,"normal") +B.HH=new A.FV(null) +B.HI=new A.vY(0,"criticallyDamped") +B.HJ=new A.vY(1,"underDamped") +B.HK=new A.vY(2,"overDamped") +B.e0=new A.G_(0,"loose") +B.HL=new A.G_(2,"passthrough") +B.HM=new A.h3("...",-1,"","","",-1,-1,"","...") +B.HN=new A.h3("",-1,"","","",-1,-1,"","asynchronous suspension") +B.HP=new A.pq(null,null,null,null,null,null,null,null,null) +B.HQ=new A.j0("call") +B.HR=new A.i0("text") +B.HS=new A.G9(0,"click") +B.HT=new A.G9(1,"alert") +B.uy=new A.i1(B.l,null,B.B,null,null,B.S,B.B,null) +B.uz=new A.i1(B.l,null,B.B,null,null,B.B,B.S,null) +B.HU=new A.ps(null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.HV=new A.a1u("tap") +B.m=new A.w5(0,"alphabetic") +B.HW=new A.pv(null) +B.hn=new A.pw(3,"none") +B.uA=new A.w6(B.hn) +B.uB=new A.pw(0,"words") +B.uC=new A.pw(1,"sentences") +B.uD=new A.pw(2,"characters") +B.ho=new A.py(0,"character") +B.HZ=new A.py(1,"word") +B.I_=new A.py(2,"line") +B.I0=new A.py(3,"document") +B.uE=new A.Gh(0,"proportional") +B.q=new A.Gh(1,"even") +B.hp=new A.pz(1,"fade") +B.cQ=new A.pz(2,"ellipsis") +B.hq=new A.pz(3,"visible") +B.I1=new A.cb(0,B.J) +B.I2=new A.d_(-1,-1) +B.uF=new A.Gk(0,"left") +B.uG=new A.Gk(1,"right") +B.I3=new A.pA(null,null,null) +B.xq=new A.q(3506372608) +B.HY=new A.w7(1) +B.ya=new A.q(4294967040) +B.HX=new A.a1x(1,"double") +B.ID=new A.l(!0,B.xq,null,"monospace",null,null,48,B.jl,null,null,null,null,null,null,null,null,null,B.HY,B.ya,B.HX,null,"fallback style; consider putting your text in a Material",null,null,null,null) +B.KD=new A.l(!0,B.h,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.KT=new A.l(!0,null,null,null,null,null,null,B.cd,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.cR=new A.l(!0,null,null,null,null,null,14,B.j,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.e=new A.w7(0) +B.Iu=new A.l(!0,B.u,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity displayLarge",null,null,null,null) +B.J1=new A.l(!0,B.u,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity displayMedium",null,null,null,null) +B.Iv=new A.l(!0,B.u,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity displaySmall",null,null,null,null) +B.Ir=new A.l(!0,B.u,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity headlineLarge",null,null,null,null) +B.JO=new A.l(!0,B.u,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity headlineMedium",null,null,null,null) +B.w=new A.q(3707764736) +B.K9=new A.l(!0,B.w,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity headlineSmall",null,null,null,null) +B.Le=new A.l(!0,B.w,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity titleLarge",null,null,null,null) +B.L9=new A.l(!0,B.w,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity titleMedium",null,null,null,null) +B.LG=new A.l(!0,B.l,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity titleSmall",null,null,null,null) +B.Lz=new A.l(!0,B.w,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity bodyLarge",null,null,null,null) +B.K8=new A.l(!0,B.w,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity bodyMedium",null,null,null,null) +B.L8=new A.l(!0,B.u,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity bodySmall",null,null,null,null) +B.Ke=new A.l(!0,B.w,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity labelLarge",null,null,null,null) +B.JR=new A.l(!0,B.l,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity labelMedium",null,null,null,null) +B.Lq=new A.l(!0,B.l,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedwoodCity labelSmall",null,null,null,null) +B.LW=new A.ck(B.Iu,B.J1,B.Iv,B.Ir,B.JO,B.K9,B.Le,B.L9,B.LG,B.Lz,B.K8,B.L8,B.Ke,B.JR,B.Lq) +B.y=new A.w5(1,"ideographic") +B.Kc=new A.l(!1,null,null,null,null,null,112,B.dc,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"dense displayLarge 2014",null,null,null,null) +B.IL=new A.l(!1,null,null,null,null,null,56,B.j,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"dense displayMedium 2014",null,null,null,null) +B.KJ=new A.l(!1,null,null,null,null,null,45,B.j,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"dense displaySmall 2014",null,null,null,null) +B.IH=new A.l(!1,null,null,null,null,null,40,B.j,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"dense headlineLarge 2014",null,null,null,null) +B.L3=new A.l(!1,null,null,null,null,null,34,B.j,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"dense headlineMedium 2014",null,null,null,null) +B.IT=new A.l(!1,null,null,null,null,null,24,B.j,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"dense headlineSmall 2014",null,null,null,null) +B.Ly=new A.l(!1,null,null,null,null,null,21,B.D,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"dense titleLarge 2014",null,null,null,null) +B.Im=new A.l(!1,null,null,null,null,null,17,B.j,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"dense titleMedium 2014",null,null,null,null) +B.Io=new A.l(!1,null,null,null,null,null,15,B.D,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"dense titleSmall 2014",null,null,null,null) +B.JL=new A.l(!1,null,null,null,null,null,15,B.D,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"dense bodyLarge 2014",null,null,null,null) +B.Jt=new A.l(!1,null,null,null,null,null,15,B.j,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"dense bodyMedium 2014",null,null,null,null) +B.J7=new A.l(!1,null,null,null,null,null,13,B.j,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"dense bodySmall 2014",null,null,null,null) +B.Je=new A.l(!1,null,null,null,null,null,15,B.D,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"dense labelLarge 2014",null,null,null,null) +B.Kq=new A.l(!1,null,null,null,null,null,12,B.j,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"dense labelMedium 2014",null,null,null,null) +B.Ic=new A.l(!1,null,null,null,null,null,11,B.j,null,null,null,B.y,null,null,null,null,null,null,null,null,null,"dense labelSmall 2014",null,null,null,null) +B.LX=new A.ck(B.Kc,B.IL,B.KJ,B.IH,B.L3,B.IT,B.Ly,B.Im,B.Io,B.JL,B.Jt,B.J7,B.Je,B.Kq,B.Ic) +B.Ih=new A.l(!0,B.u,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView displayLarge",null,null,null,null) +B.IP=new A.l(!0,B.u,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView displayMedium",null,null,null,null) +B.Jj=new A.l(!0,B.u,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView displaySmall",null,null,null,null) +B.Lm=new A.l(!0,B.u,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView headlineLarge",null,null,null,null) +B.LE=new A.l(!0,B.u,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView headlineMedium",null,null,null,null) +B.LB=new A.l(!0,B.w,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView headlineSmall",null,null,null,null) +B.Ja=new A.l(!0,B.w,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView titleLarge",null,null,null,null) +B.Lf=new A.l(!0,B.w,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView titleMedium",null,null,null,null) +B.IY=new A.l(!0,B.l,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView titleSmall",null,null,null,null) +B.J6=new A.l(!0,B.w,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView bodyLarge",null,null,null,null) +B.IE=new A.l(!0,B.w,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView bodyMedium",null,null,null,null) +B.Ji=new A.l(!0,B.u,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView bodySmall",null,null,null,null) +B.LN=new A.l(!0,B.w,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView labelLarge",null,null,null,null) +B.KI=new A.l(!0,B.l,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView labelMedium",null,null,null,null) +B.Ki=new A.l(!0,B.l,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackMountainView labelSmall",null,null,null,null) +B.LY=new A.ck(B.Ih,B.IP,B.Jj,B.Lm,B.LE,B.LB,B.Ja,B.Lf,B.IY,B.J6,B.IE,B.Ji,B.LN,B.KI,B.Ki) +B.Id=new A.l(!0,B.v,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity displayLarge",null,null,null,null) +B.Jd=new A.l(!0,B.v,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity displayMedium",null,null,null,null) +B.Ie=new A.l(!0,B.v,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity displaySmall",null,null,null,null) +B.It=new A.l(!0,B.v,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity headlineLarge",null,null,null,null) +B.Iy=new A.l(!0,B.v,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity headlineMedium",null,null,null,null) +B.L6=new A.l(!0,B.h,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity headlineSmall",null,null,null,null) +B.Jq=new A.l(!0,B.h,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity titleLarge",null,null,null,null) +B.JB=new A.l(!0,B.h,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity titleMedium",null,null,null,null) +B.K_=new A.l(!0,B.h,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity titleSmall",null,null,null,null) +B.Ky=new A.l(!0,B.h,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity bodyLarge",null,null,null,null) +B.JI=new A.l(!0,B.h,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity bodyMedium",null,null,null,null) +B.Lb=new A.l(!0,B.v,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity bodySmall",null,null,null,null) +B.L4=new A.l(!0,B.h,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity labelLarge",null,null,null,null) +B.Js=new A.l(!0,B.h,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity labelMedium",null,null,null,null) +B.KA=new A.l(!0,B.h,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedwoodCity labelSmall",null,null,null,null) +B.LZ=new A.ck(B.Id,B.Jd,B.Ie,B.It,B.Iy,B.L6,B.Jq,B.JB,B.K_,B.Ky,B.JI,B.Lb,B.L4,B.Js,B.KA) +B.x=A.a(s(["Ubuntu","Cantarell","DejaVu Sans","Liberation Sans","Arial"]),t.s) +B.Kg=new A.l(!0,B.u,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki displayLarge",null,null,null,null) +B.KH=new A.l(!0,B.u,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki displayMedium",null,null,null,null) +B.K3=new A.l(!0,B.u,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki displaySmall",null,null,null,null) +B.IS=new A.l(!0,B.u,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki headlineLarge",null,null,null,null) +B.Jr=new A.l(!0,B.u,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki headlineMedium",null,null,null,null) +B.JC=new A.l(!0,B.w,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki headlineSmall",null,null,null,null) +B.L_=new A.l(!0,B.w,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki titleLarge",null,null,null,null) +B.IV=new A.l(!0,B.w,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki titleMedium",null,null,null,null) +B.Ia=new A.l(!0,B.l,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki titleSmall",null,null,null,null) +B.Lu=new A.l(!0,B.w,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki bodyLarge",null,null,null,null) +B.I4=new A.l(!0,B.w,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki bodyMedium",null,null,null,null) +B.Kv=new A.l(!0,B.u,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki bodySmall",null,null,null,null) +B.J8=new A.l(!0,B.w,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki labelLarge",null,null,null,null) +B.Kk=new A.l(!0,B.l,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki labelMedium",null,null,null,null) +B.LI=new A.l(!0,B.l,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackHelsinki labelSmall",null,null,null,null) +B.M_=new A.ck(B.Kg,B.KH,B.K3,B.IS,B.Jr,B.JC,B.L_,B.IV,B.Ia,B.Lu,B.I4,B.Kv,B.J8,B.Kk,B.LI) +B.IA=new A.l(!1,null,null,null,null,null,112,B.dc,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"englishLike displayLarge 2014",null,null,null,null) +B.LH=new A.l(!1,null,null,null,null,null,56,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"englishLike displayMedium 2014",null,null,null,null) +B.K2=new A.l(!1,null,null,null,null,null,45,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"englishLike displaySmall 2014",null,null,null,null) +B.KU=new A.l(!1,null,null,null,null,null,40,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"englishLike headlineLarge 2014",null,null,null,null) +B.Kz=new A.l(!1,null,null,null,null,null,34,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"englishLike headlineMedium 2014",null,null,null,null) +B.Ii=new A.l(!1,null,null,null,null,null,24,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"englishLike headlineSmall 2014",null,null,null,null) +B.Jl=new A.l(!1,null,null,null,null,null,20,B.D,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"englishLike titleLarge 2014",null,null,null,null) +B.IF=new A.l(!1,null,null,null,null,null,16,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"englishLike titleMedium 2014",null,null,null,null) +B.KF=new A.l(!1,null,null,null,null,null,14,B.D,null,0.1,null,B.m,null,null,null,null,null,null,null,null,null,"englishLike titleSmall 2014",null,null,null,null) +B.Kh=new A.l(!1,null,null,null,null,null,14,B.D,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"englishLike bodyLarge 2014",null,null,null,null) +B.Km=new A.l(!1,null,null,null,null,null,14,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"englishLike bodyMedium 2014",null,null,null,null) +B.JM=new A.l(!1,null,null,null,null,null,12,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"englishLike bodySmall 2014",null,null,null,null) +B.JP=new A.l(!1,null,null,null,null,null,14,B.D,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"englishLike labelLarge 2014",null,null,null,null) +B.Jw=new A.l(!1,null,null,null,null,null,12,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"englishLike labelMedium 2014",null,null,null,null) +B.KR=new A.l(!1,null,null,null,null,null,10,B.j,null,1.5,null,B.m,null,null,null,null,null,null,null,null,null,"englishLike labelSmall 2014",null,null,null,null) +B.M0=new A.ck(B.IA,B.LH,B.K2,B.KU,B.Kz,B.Ii,B.Jl,B.IF,B.KF,B.Kh,B.Km,B.JM,B.JP,B.Jw,B.KR) +B.LC=new A.l(!1,null,null,null,null,null,57,B.j,null,-0.25,null,B.m,1.12,B.q,null,null,null,null,null,null,null,"tall displayLarge 2021",null,null,null,null) +B.Ks=new A.l(!1,null,null,null,null,null,45,B.j,null,0,null,B.m,1.16,B.q,null,null,null,null,null,null,null,"tall displayMedium 2021",null,null,null,null) +B.JJ=new A.l(!1,null,null,null,null,null,36,B.j,null,0,null,B.m,1.22,B.q,null,null,null,null,null,null,null,"tall displaySmall 2021",null,null,null,null) +B.LV=new A.l(!1,null,null,null,null,null,32,B.j,null,0,null,B.m,1.25,B.q,null,null,null,null,null,null,null,"tall headlineLarge 2021",null,null,null,null) +B.LO=new A.l(!1,null,null,null,null,null,28,B.j,null,0,null,B.m,1.29,B.q,null,null,null,null,null,null,null,"tall headlineMedium 2021",null,null,null,null) +B.KS=new A.l(!1,null,null,null,null,null,24,B.j,null,0,null,B.m,1.33,B.q,null,null,null,null,null,null,null,"tall headlineSmall 2021",null,null,null,null) +B.I8=new A.l(!1,null,null,null,null,null,22,B.j,null,0,null,B.m,1.27,B.q,null,null,null,null,null,null,null,"tall titleLarge 2021",null,null,null,null) +B.LD=new A.l(!1,null,null,null,null,null,16,B.D,null,0.15,null,B.m,1.5,B.q,null,null,null,null,null,null,null,"tall titleMedium 2021",null,null,null,null) +B.IU=new A.l(!1,null,null,null,null,null,14,B.D,null,0.1,null,B.m,1.43,B.q,null,null,null,null,null,null,null,"tall titleSmall 2021",null,null,null,null) +B.I5=new A.l(!1,null,null,null,null,null,16,B.j,null,0.5,null,B.m,1.5,B.q,null,null,null,null,null,null,null,"tall bodyLarge 2021",null,null,null,null) +B.Kx=new A.l(!1,null,null,null,null,null,14,B.j,null,0.25,null,B.m,1.43,B.q,null,null,null,null,null,null,null,"tall bodyMedium 2021",null,null,null,null) +B.Kb=new A.l(!1,null,null,null,null,null,12,B.j,null,0.4,null,B.m,1.33,B.q,null,null,null,null,null,null,null,"tall bodySmall 2021",null,null,null,null) +B.KQ=new A.l(!1,null,null,null,null,null,14,B.D,null,0.1,null,B.m,1.43,B.q,null,null,null,null,null,null,null,"tall labelLarge 2021",null,null,null,null) +B.Kw=new A.l(!1,null,null,null,null,null,12,B.D,null,0.5,null,B.m,1.33,B.q,null,null,null,null,null,null,null,"tall labelMedium 2021",null,null,null,null) +B.IX=new A.l(!1,null,null,null,null,null,11,B.D,null,0.5,null,B.m,1.45,B.q,null,null,null,null,null,null,null,"tall labelSmall 2021",null,null,null,null) +B.M1=new A.ck(B.LC,B.Ks,B.JJ,B.LV,B.LO,B.KS,B.I8,B.LD,B.IU,B.I5,B.Kx,B.Kb,B.KQ,B.Kw,B.IX) +B.KK=new A.l(!0,B.v,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond displayLarge",null,null,null,null) +B.JS=new A.l(!0,B.v,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond displayMedium",null,null,null,null) +B.Jp=new A.l(!0,B.v,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond displaySmall",null,null,null,null) +B.LA=new A.l(!0,B.v,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond headlineLarge",null,null,null,null) +B.IG=new A.l(!0,B.v,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond headlineMedium",null,null,null,null) +B.In=new A.l(!0,B.h,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond headlineSmall",null,null,null,null) +B.Jz=new A.l(!0,B.h,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond titleLarge",null,null,null,null) +B.Kd=new A.l(!0,B.h,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond titleMedium",null,null,null,null) +B.JG=new A.l(!0,B.h,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond titleSmall",null,null,null,null) +B.JW=new A.l(!0,B.h,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond bodyLarge",null,null,null,null) +B.L1=new A.l(!0,B.h,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond bodyMedium",null,null,null,null) +B.Ip=new A.l(!0,B.v,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond bodySmall",null,null,null,null) +B.Ku=new A.l(!0,B.h,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond labelLarge",null,null,null,null) +B.JK=new A.l(!0,B.h,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond labelMedium",null,null,null,null) +B.Li=new A.l(!0,B.h,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteRedmond labelSmall",null,null,null,null) +B.M2=new A.ck(B.KK,B.JS,B.Jp,B.LA,B.IG,B.In,B.Jz,B.Kd,B.JG,B.JW,B.L1,B.Ip,B.Ku,B.JK,B.Li) +B.Jo=new A.l(!1,null,null,null,null,null,112,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"tall displayLarge 2014",null,null,null,null) +B.IM=new A.l(!1,null,null,null,null,null,56,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"tall displayMedium 2014",null,null,null,null) +B.LQ=new A.l(!1,null,null,null,null,null,45,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"tall displaySmall 2014",null,null,null,null) +B.KM=new A.l(!1,null,null,null,null,null,40,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"tall headlineLarge 2014",null,null,null,null) +B.J9=new A.l(!1,null,null,null,null,null,34,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"tall headlineMedium 2014",null,null,null,null) +B.J4=new A.l(!1,null,null,null,null,null,24,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"tall headlineSmall 2014",null,null,null,null) +B.LM=new A.l(!1,null,null,null,null,null,21,B.cd,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"tall titleLarge 2014",null,null,null,null) +B.Jg=new A.l(!1,null,null,null,null,null,17,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"tall titleMedium 2014",null,null,null,null) +B.LR=new A.l(!1,null,null,null,null,null,15,B.D,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"tall titleSmall 2014",null,null,null,null) +B.LF=new A.l(!1,null,null,null,null,null,15,B.cd,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"tall bodyLarge 2014",null,null,null,null) +B.Jy=new A.l(!1,null,null,null,null,null,15,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"tall bodyMedium 2014",null,null,null,null) +B.KO=new A.l(!1,null,null,null,null,null,13,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"tall bodySmall 2014",null,null,null,null) +B.Kp=new A.l(!1,null,null,null,null,null,15,B.cd,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"tall labelLarge 2014",null,null,null,null) +B.KV=new A.l(!1,null,null,null,null,null,12,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"tall labelMedium 2014",null,null,null,null) +B.Kn=new A.l(!1,null,null,null,null,null,11,B.j,null,null,null,B.m,null,null,null,null,null,null,null,null,null,"tall labelSmall 2014",null,null,null,null) +B.M3=new A.ck(B.Jo,B.IM,B.LQ,B.KM,B.J9,B.J4,B.LM,B.Jg,B.LR,B.LF,B.Jy,B.KO,B.Kp,B.KV,B.Kn) +B.K7=new A.l(!0,B.v,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino displayLarge",null,null,null,null) +B.L0=new A.l(!0,B.v,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino displayMedium",null,null,null,null) +B.JA=new A.l(!0,B.v,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino displaySmall",null,null,null,null) +B.JV=new A.l(!0,B.v,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino headlineLarge",null,null,null,null) +B.J0=new A.l(!0,B.v,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino headlineMedium",null,null,null,null) +B.JU=new A.l(!0,B.h,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino headlineSmall",null,null,null,null) +B.Jb=new A.l(!0,B.h,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino titleLarge",null,null,null,null) +B.KL=new A.l(!0,B.h,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino titleMedium",null,null,null,null) +B.Jn=new A.l(!0,B.h,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino titleSmall",null,null,null,null) +B.JD=new A.l(!0,B.h,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino bodyLarge",null,null,null,null) +B.JT=new A.l(!0,B.h,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino bodyMedium",null,null,null,null) +B.Ix=new A.l(!0,B.v,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino bodySmall",null,null,null,null) +B.KY=new A.l(!0,B.h,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino labelLarge",null,null,null,null) +B.JY=new A.l(!0,B.h,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino labelMedium",null,null,null,null) +B.KG=new A.l(!0,B.h,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteCupertino labelSmall",null,null,null,null) +B.M4=new A.ck(B.K7,B.L0,B.JA,B.JV,B.J0,B.JU,B.Jb,B.KL,B.Jn,B.JD,B.JT,B.Ix,B.KY,B.JY,B.KG) +B.Lr=new A.l(!1,null,null,null,null,null,57,B.j,null,-0.25,null,B.y,1.12,B.q,null,null,null,null,null,null,null,"dense displayLarge 2021",null,null,null,null) +B.Ls=new A.l(!1,null,null,null,null,null,45,B.j,null,0,null,B.y,1.16,B.q,null,null,null,null,null,null,null,"dense displayMedium 2021",null,null,null,null) +B.Ln=new A.l(!1,null,null,null,null,null,36,B.j,null,0,null,B.y,1.22,B.q,null,null,null,null,null,null,null,"dense displaySmall 2021",null,null,null,null) +B.L2=new A.l(!1,null,null,null,null,null,32,B.j,null,0,null,B.y,1.25,B.q,null,null,null,null,null,null,null,"dense headlineLarge 2021",null,null,null,null) +B.Iz=new A.l(!1,null,null,null,null,null,28,B.j,null,0,null,B.y,1.29,B.q,null,null,null,null,null,null,null,"dense headlineMedium 2021",null,null,null,null) +B.Ka=new A.l(!1,null,null,null,null,null,24,B.j,null,0,null,B.y,1.33,B.q,null,null,null,null,null,null,null,"dense headlineSmall 2021",null,null,null,null) +B.Iq=new A.l(!1,null,null,null,null,null,22,B.j,null,0,null,B.y,1.27,B.q,null,null,null,null,null,null,null,"dense titleLarge 2021",null,null,null,null) +B.Iw=new A.l(!1,null,null,null,null,null,16,B.D,null,0.15,null,B.y,1.5,B.q,null,null,null,null,null,null,null,"dense titleMedium 2021",null,null,null,null) +B.Jm=new A.l(!1,null,null,null,null,null,14,B.D,null,0.1,null,B.y,1.43,B.q,null,null,null,null,null,null,null,"dense titleSmall 2021",null,null,null,null) +B.LU=new A.l(!1,null,null,null,null,null,16,B.j,null,0.5,null,B.y,1.5,B.q,null,null,null,null,null,null,null,"dense bodyLarge 2021",null,null,null,null) +B.Lg=new A.l(!1,null,null,null,null,null,14,B.j,null,0.25,null,B.y,1.43,B.q,null,null,null,null,null,null,null,"dense bodyMedium 2021",null,null,null,null) +B.J3=new A.l(!1,null,null,null,null,null,12,B.j,null,0.4,null,B.y,1.33,B.q,null,null,null,null,null,null,null,"dense bodySmall 2021",null,null,null,null) +B.KE=new A.l(!1,null,null,null,null,null,14,B.D,null,0.1,null,B.y,1.43,B.q,null,null,null,null,null,null,null,"dense labelLarge 2021",null,null,null,null) +B.II=new A.l(!1,null,null,null,null,null,12,B.D,null,0.5,null,B.y,1.33,B.q,null,null,null,null,null,null,null,"dense labelMedium 2021",null,null,null,null) +B.LL=new A.l(!1,null,null,null,null,null,11,B.D,null,0.5,null,B.y,1.45,B.q,null,null,null,null,null,null,null,"dense labelSmall 2021",null,null,null,null) +B.M5=new A.ck(B.Lr,B.Ls,B.Ln,B.L2,B.Iz,B.Ka,B.Iq,B.Iw,B.Jm,B.LU,B.Lg,B.J3,B.KE,B.II,B.LL) +B.IK=new A.l(!1,null,null,null,null,null,57,B.j,null,-0.25,null,B.m,1.12,B.q,null,null,null,null,null,null,null,"englishLike displayLarge 2021",null,null,null,null) +B.Jh=new A.l(!1,null,null,null,null,null,45,B.j,null,0,null,B.m,1.16,B.q,null,null,null,null,null,null,null,"englishLike displayMedium 2021",null,null,null,null) +B.Lt=new A.l(!1,null,null,null,null,null,36,B.j,null,0,null,B.m,1.22,B.q,null,null,null,null,null,null,null,"englishLike displaySmall 2021",null,null,null,null) +B.Ju=new A.l(!1,null,null,null,null,null,32,B.j,null,0,null,B.m,1.25,B.q,null,null,null,null,null,null,null,"englishLike headlineLarge 2021",null,null,null,null) +B.JF=new A.l(!1,null,null,null,null,null,28,B.j,null,0,null,B.m,1.29,B.q,null,null,null,null,null,null,null,"englishLike headlineMedium 2021",null,null,null,null) +B.L5=new A.l(!1,null,null,null,null,null,24,B.j,null,0,null,B.m,1.33,B.q,null,null,null,null,null,null,null,"englishLike headlineSmall 2021",null,null,null,null) +B.KX=new A.l(!1,null,null,null,null,null,22,B.j,null,0,null,B.m,1.27,B.q,null,null,null,null,null,null,null,"englishLike titleLarge 2021",null,null,null,null) +B.Ij=new A.l(!1,null,null,null,null,null,16,B.D,null,0.15,null,B.m,1.5,B.q,null,null,null,null,null,null,null,"englishLike titleMedium 2021",null,null,null,null) +B.IO=new A.l(!1,null,null,null,null,null,14,B.D,null,0.1,null,B.m,1.43,B.q,null,null,null,null,null,null,null,"englishLike titleSmall 2021",null,null,null,null) +B.I9=new A.l(!1,null,null,null,null,null,16,B.j,null,0.5,null,B.m,1.5,B.q,null,null,null,null,null,null,null,"englishLike bodyLarge 2021",null,null,null,null) +B.I6=new A.l(!1,null,null,null,null,null,14,B.j,null,0.25,null,B.m,1.43,B.q,null,null,null,null,null,null,null,"englishLike bodyMedium 2021",null,null,null,null) +B.KB=new A.l(!1,null,null,null,null,null,12,B.j,null,0.4,null,B.m,1.33,B.q,null,null,null,null,null,null,null,"englishLike bodySmall 2021",null,null,null,null) +B.Jc=new A.l(!1,null,null,null,null,null,14,B.D,null,0.1,null,B.m,1.43,B.q,null,null,null,null,null,null,null,"englishLike labelLarge 2021",null,null,null,null) +B.Lj=new A.l(!1,null,null,null,null,null,12,B.D,null,0.5,null,B.m,1.33,B.q,null,null,null,null,null,null,null,"englishLike labelMedium 2021",null,null,null,null) +B.Jx=new A.l(!1,null,null,null,null,null,11,B.D,null,0.5,null,B.m,1.45,B.q,null,null,null,null,null,null,null,"englishLike labelSmall 2021",null,null,null,null) +B.M6=new A.ck(B.IK,B.Jh,B.Lt,B.Ju,B.JF,B.L5,B.KX,B.Ij,B.IO,B.I9,B.I6,B.KB,B.Jc,B.Lj,B.Jx) +B.K4=new A.l(!0,B.u,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond displayLarge",null,null,null,null) +B.Jk=new A.l(!0,B.u,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond displayMedium",null,null,null,null) +B.Lv=new A.l(!0,B.u,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond displaySmall",null,null,null,null) +B.IB=new A.l(!0,B.u,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond headlineLarge",null,null,null,null) +B.Lc=new A.l(!0,B.u,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond headlineMedium",null,null,null,null) +B.If=new A.l(!0,B.w,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond headlineSmall",null,null,null,null) +B.JH=new A.l(!0,B.w,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond titleLarge",null,null,null,null) +B.JX=new A.l(!0,B.w,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond titleMedium",null,null,null,null) +B.I7=new A.l(!0,B.l,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond titleSmall",null,null,null,null) +B.KP=new A.l(!0,B.w,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond bodyLarge",null,null,null,null) +B.IC=new A.l(!0,B.w,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond bodyMedium",null,null,null,null) +B.LJ=new A.l(!0,B.u,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond bodySmall",null,null,null,null) +B.JZ=new A.l(!0,B.w,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond labelLarge",null,null,null,null) +B.Is=new A.l(!0,B.l,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond labelMedium",null,null,null,null) +B.IJ=new A.l(!0,B.l,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackRedmond labelSmall",null,null,null,null) +B.M7=new A.ck(B.K4,B.Jk,B.Lv,B.IB,B.Lc,B.If,B.JH,B.JX,B.I7,B.KP,B.IC,B.LJ,B.JZ,B.Is,B.IJ) +B.JQ=new A.l(!0,B.v,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki displayLarge",null,null,null,null) +B.K0=new A.l(!0,B.v,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki displayMedium",null,null,null,null) +B.Lk=new A.l(!0,B.v,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki displaySmall",null,null,null,null) +B.KW=new A.l(!0,B.v,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki headlineLarge",null,null,null,null) +B.LK=new A.l(!0,B.v,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki headlineMedium",null,null,null,null) +B.K6=new A.l(!0,B.h,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki headlineSmall",null,null,null,null) +B.IZ=new A.l(!0,B.h,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki titleLarge",null,null,null,null) +B.LS=new A.l(!0,B.h,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki titleMedium",null,null,null,null) +B.IQ=new A.l(!0,B.h,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki titleSmall",null,null,null,null) +B.Ib=new A.l(!0,B.h,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki bodyLarge",null,null,null,null) +B.JE=new A.l(!0,B.h,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki bodyMedium",null,null,null,null) +B.Jf=new A.l(!0,B.v,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki bodySmall",null,null,null,null) +B.Ik=new A.l(!0,B.h,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki labelLarge",null,null,null,null) +B.K5=new A.l(!0,B.h,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki labelMedium",null,null,null,null) +B.Il=new A.l(!0,B.h,null,"Roboto",B.x,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteHelsinki labelSmall",null,null,null,null) +B.M8=new A.ck(B.JQ,B.K0,B.Lk,B.KW,B.LK,B.K6,B.IZ,B.LS,B.IQ,B.Ib,B.JE,B.Jf,B.Ik,B.K5,B.Il) +B.JN=new A.l(!0,B.u,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino displayLarge",null,null,null,null) +B.KZ=new A.l(!0,B.u,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino displayMedium",null,null,null,null) +B.Kt=new A.l(!0,B.u,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino displaySmall",null,null,null,null) +B.KC=new A.l(!0,B.u,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino headlineLarge",null,null,null,null) +B.Ig=new A.l(!0,B.u,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino headlineMedium",null,null,null,null) +B.Kj=new A.l(!0,B.w,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino headlineSmall",null,null,null,null) +B.J5=new A.l(!0,B.w,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino titleLarge",null,null,null,null) +B.Ko=new A.l(!0,B.w,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino titleMedium",null,null,null,null) +B.IN=new A.l(!0,B.l,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino titleSmall",null,null,null,null) +B.Lp=new A.l(!0,B.w,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino bodyLarge",null,null,null,null) +B.La=new A.l(!0,B.w,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino bodyMedium",null,null,null,null) +B.Kf=new A.l(!0,B.u,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino bodySmall",null,null,null,null) +B.J2=new A.l(!0,B.w,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino labelLarge",null,null,null,null) +B.IW=new A.l(!0,B.l,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino labelMedium",null,null,null,null) +B.L7=new A.l(!0,B.l,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"blackCupertino labelSmall",null,null,null,null) +B.M9=new A.ck(B.JN,B.KZ,B.Kt,B.KC,B.Ig,B.Kj,B.J5,B.Ko,B.IN,B.Lp,B.La,B.Kf,B.J2,B.IW,B.L7) +B.Kr=new A.l(!0,B.v,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView displayLarge",null,null,null,null) +B.LP=new A.l(!0,B.v,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView displayMedium",null,null,null,null) +B.Lw=new A.l(!0,B.v,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView displaySmall",null,null,null,null) +B.J_=new A.l(!0,B.v,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView headlineLarge",null,null,null,null) +B.Lo=new A.l(!0,B.v,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView headlineMedium",null,null,null,null) +B.Kl=new A.l(!0,B.h,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView headlineSmall",null,null,null,null) +B.LT=new A.l(!0,B.h,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView titleLarge",null,null,null,null) +B.Jv=new A.l(!0,B.h,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView titleMedium",null,null,null,null) +B.K1=new A.l(!0,B.h,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView titleSmall",null,null,null,null) +B.Lh=new A.l(!0,B.h,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView bodyLarge",null,null,null,null) +B.IR=new A.l(!0,B.h,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView bodyMedium",null,null,null,null) +B.Lx=new A.l(!0,B.v,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView bodySmall",null,null,null,null) +B.Ll=new A.l(!0,B.h,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView labelLarge",null,null,null,null) +B.Ld=new A.l(!0,B.h,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView labelMedium",null,null,null,null) +B.KN=new A.l(!0,B.h,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.e,null,null,null,"whiteMountainView labelSmall",null,null,null,null) +B.Ma=new A.ck(B.Kr,B.LP,B.Lw,B.J_,B.Lo,B.Kl,B.LT,B.Jv,B.K1,B.Lh,B.IR,B.Lx,B.Ll,B.Ld,B.KN) +B.Mb=new A.kz("Changing the Ubuntu Desktop to a fluttery future",null,null,null,null,null) +B.Mc=new A.kz("Ubuntu Flutter Community",null,null,null,null,null) +B.Md=new A.kz("See our projects",null,null,null,null,null) +B.Me=new A.Go(0,"system") +B.uH=new A.Go(2,"dark") +B.Mf=new A.wc(null) +B.e5=new A.a2r(0,"clamp") +B.Mg=new A.wd(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Mh=new A.we(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.b7=new A.Gt(0.001,0.001) +B.Mi=new A.pG(null,null,null,null,null,null,null,null,null,null) +B.Mj=new A.pG(null,null,null,null,null,null,null,null,null,B.eZ) +B.uI=new A.wi(0,"identity") +B.uJ=new A.wi(1,"transform2d") +B.uK=new A.wi(2,"complex") +B.aC=new A.kB(0,"up") +B.aD=new A.kB(1,"right") +B.aE=new A.kB(2,"down") +B.aF=new A.kB(3,"left") +B.Mk=new A.GA(0,"closedLoop") +B.Ml=new A.GA(1,"leaveFlutterView") +B.Mm=A.bd("nk") +B.Mn=A.bd("nz") +B.Mo=A.bd("Ar") +B.Mp=A.bd("c0") +B.Mq=A.bd("abw") +B.uL=A.bd("hx") +B.Mr=A.bd("aoC") +B.Ms=A.bd("fE") +B.Mt=A.bd("Tb") +B.Mu=A.bd("Tc") +B.Mv=A.bd("fH") +B.Mw=A.bd("VF") +B.Mx=A.bd("VG") +B.My=A.bd("VH") +B.Mz=A.bd("a_") +B.MA=A.bd("bI>") +B.uM=A.bd("ee") +B.uN=A.bd("aga") +B.MB=A.bd("uj") +B.MC=A.bd("m7") +B.MD=A.bd("B") +B.ME=A.bd("oJ") +B.hr=A.bd("fS") +B.MF=A.bd("mj") +B.MG=A.bd("iR") +B.MH=A.bd("acq") +B.uO=A.bd("dJ") +B.MI=A.bd("my") +B.MJ=A.bd("mA") +B.MK=A.bd("o") +B.uP=A.bd("ei") +B.ML=A.bd("a2Q") +B.MM=A.bd("pJ") +B.MN=A.bd("a2R") +B.MO=A.bd("fo") +B.MP=A.bd("acO") +B.hs=A.bd("fK") +B.MQ=A.bd("wr") +B.MR=A.bd("pP") +B.MS=A.bd("mX<@>") +B.MT=A.bd("ie") +B.MU=A.bd("ig") +B.ht=A.bd("h8") +B.MV=A.bd("aoB") +B.MW=new A.GD(0,"scope") +B.uQ=new A.GD(1,"previouslyFocusedChild") +B.bS=new A.a32(!1) +B.uR=new A.kD(B.i,0,B.p,B.i) +B.hv=new A.kD(B.i,1,B.p,B.i) +B.MX=new A.GN(0,"up") +B.hw=new A.GN(1,"down") +B.uS=new A.j7(0,0) +B.MY=new A.j7(-2,-2) +B.eF=new A.NL() +B.DM=new A.cg([B.b4,B.eF,B.aN,B.eF,B.b5,B.eF],t.Ce) +B.MZ=new A.a3j(B.DM) +B.N_=new A.GW(null) +B.a7=new A.pO(0,"forward") +B.hx=new A.pO(1,"reverse") +B.N0=new A.wG(0,"checkbox") +B.N1=new A.wG(1,"radio") +B.N2=new A.wG(2,"toggle") +B.ye=new A.q(67108864) +B.AZ=A.a(s([B.ye,B.A]),t.t_) +B.N3=new A.hb(B.AZ) +B.N4=new A.hb(null) +B.bv=new A.wY(0,"ready") +B.N9=new A.wY(1,"possible") +B.e6=new A.wY(2,"accepted") +B.M=new A.pY(0,"initial") +B.bw=new A.pY(1,"active") +B.Na=new A.pY(2,"inactive") +B.uX=new A.pY(3,"defunct") +B.uY=new A.mS(0) +B.Nh=new A.x5(0,"regular") +B.Ni=new A.x5(1,"small") +B.Nj=new A.x5(3,"extended") +B.hy=new A.q2(0,"ready") +B.e7=new A.q2(1,"possible") +B.uZ=new A.q2(2,"accepted") +B.v_=new A.q2(3,"started") +B.e8=new A.q6(0,"idle") +B.Nk=new A.q6(1,"absorb") +B.e9=new A.q6(2,"pull") +B.v0=new A.q6(3,"recede") +B.bx=new A.kJ(0,"pressed") +B.bU=new A.kJ(1,"hover") +B.v1=new A.kJ(2,"focus") +B.aG=new A.hd(1) +B.Nl=new A.db(0,"size") +B.v2=new A.db(11,"accessibleNavigation") +B.Nm=new A.db(12,"invertColors") +B.v3=new A.db(13,"highContrast") +B.Nn=new A.db(16,"boldText") +B.v4=new A.db(17,"navigationMode") +B.v5=new A.db(18,"gestureSettings") +B.ea=new A.db(2,"devicePixelRatio") +B.v6=new A.db(4,"textScaler") +B.v7=new A.db(5,"platformBrightness") +B.ba=new A.db(6,"padding") +B.hz=new A.db(7,"viewInsets") +B.No=new A.db(9,"viewPadding") +B.v8=new A.kM(1/0,1/0,1/0,1/0,1/0,1/0) +B.Np=new A.c7(B.cs,B.bE) +B.df=new A.lR(1,"left") +B.Nq=new A.c7(B.cs,B.df) +B.dg=new A.lR(2,"right") +B.Nr=new A.c7(B.cs,B.dg) +B.Ns=new A.c7(B.cs,B.aL) +B.Nt=new A.c7(B.ct,B.bE) +B.Nu=new A.c7(B.ct,B.df) +B.Nv=new A.c7(B.ct,B.dg) +B.Nw=new A.c7(B.ct,B.aL) +B.Nx=new A.c7(B.cu,B.bE) +B.Ny=new A.c7(B.cu,B.df) +B.Nz=new A.c7(B.cu,B.dg) +B.NA=new A.c7(B.cu,B.aL) +B.NB=new A.c7(B.cv,B.bE) +B.NC=new A.c7(B.cv,B.df) +B.ND=new A.c7(B.cv,B.dg) +B.NE=new A.c7(B.cv,B.aL) +B.NF=new A.c7(B.oN,B.aL) +B.NG=new A.c7(B.oO,B.aL) +B.NH=new A.c7(B.oP,B.aL) +B.NI=new A.c7(B.oQ,B.aL) +B.NK=new A.Kj(null) +B.NJ=new A.Kl(null) +B.hA=new A.dy(1,"add") +B.NN=new A.dy(10,"remove") +B.NO=new A.dy(11,"popping") +B.NP=new A.dy(12,"removing") +B.hB=new A.dy(13,"dispose") +B.NQ=new A.dy(14,"disposing") +B.eb=new A.dy(15,"disposed") +B.NR=new A.dy(2,"adding") +B.v9=new A.dy(3,"push") +B.va=new A.dy(4,"pushReplace") +B.vb=new A.dy(5,"pushing") +B.NS=new A.dy(6,"replace") +B.bV=new A.dy(7,"idle") +B.hC=new A.dy(8,"pop") +B.ec=new A.eo(0,"body") +B.ed=new A.eo(1,"appBar") +B.hE=new A.eo(10,"endDrawer") +B.ee=new A.eo(11,"statusBar") +B.ef=new A.eo(2,"bodyScrim") +B.eg=new A.eo(3,"bottomSheet") +B.bW=new A.eo(4,"snackBar") +B.eh=new A.eo(5,"materialBanner") +B.hF=new A.eo(6,"persistentFooter") +B.ei=new A.eo(7,"bottomNavigationBar") +B.ej=new A.eo(8,"floatingActionButton") +B.hG=new A.eo(9,"drawer") +B.NU=new A.Me(1,"constant") +B.NV=new A.Me(2,"lazy") +B.k=new A.a8a(0,"created") +B.by=new A.MG(0,"trailing") +B.vc=new A.MG(1,"leading") +B.hH=new A.qz(0,"idle") +B.NW=new A.qz(1,"absorb") +B.hI=new A.qz(2,"pull") +B.hJ=new A.qz(3,"recede") +B.ek=new A.yN(0,"leading") +B.el=new A.yN(1,"middle") +B.em=new A.yN(2,"trailing") +B.NX=new A.Nc(0,"minimize") +B.NY=new A.Nc(1,"maximize")})();(function staticFields(){$.n7=null +$.bl=A.bf("canvasKit") +$.cC=A.bf("_instance") +$.anE=A.y(t.N,A.ac("ah")) +$.aht=!1 +$.ahs=null +$.bQ=null +$.ajR=0 +$.ft=null +$.adg=!1 +$.awP=A.a([],A.ac("z>")) +$.ajb=B.eX +$.kX=A.a([],t.u) +$.zs=B.jd +$.zq=null +$.W_=null +$.agu=0 +$.akl=null +$.akh=null +$.agE=null +$.aiM=null +$.aii=0 +$.adh=A.a([],t.no) +$.adr=-1 +$.adc=-1 +$.adb=-1 +$.adn=-1 +$.ajk=-1 +$.aco=null +$.cU=null +$.vG=null +$.zA=A.y(t.N,t.e) +$.a66=null +$.nd=A.a([],t.jl) +$.agJ=null +$.YM=0 +$.E8=A.avp() +$.aeC=null +$.aeB=null +$.ak_=null +$.ajC=null +$.akj=null +$.aa6=null +$.aar=null +$.adF=null +$.a7i=A.a([],A.ac("z?>")) +$.qH=null +$.zu=null +$.zv=null +$.adl=!1 +$.a7=B.P +$.ahM="" +$.ahN=null +$.aj4=A.y(t.N,t.xd) +$.ajj=A.y(t.C_,t.e) +$.apn=A.avN() +$.abI=0 +$.C4=A.a([],A.ac("z")) +$.ag3=null +$.OW=0 +$.a9o=null +$.ade=!1 +$.ea=null +$.ad1=!0 +$.ad0=!1 +$.mJ=A.a([],A.ac("z")) +$.kd=null +$.mo=null +$.bK=null +$.a_U=null +$.af3=0 +$.af1=A.y(t.S,t.I7) +$.af2=A.y(t.I7,t.S) +$.a08=0 +$.h0=null +$.pr=null +$.acF=null +$.aA=null +$.ace=-9007199254740992 +$.apD=function(){var s=t.n +return A.a([A.a([0.001200833568784504,0.002389694492170889,0.0002795742885861124],s),A.a([0.0005891086651375999,0.0029785502573438758,0.0003270666104008398],s),A.a([0.00010146692491640572,0.0005364214359186694,0.0032979401770712076],s)],t.zg)}() +$.apB=function(){var s=t.n +return A.a([A.a([1373.2198709594231,-1100.4251190754821,-7.278681089101213],s),A.a([-271.815969077903,559.6580465940733,-32.46047482791194],s),A.a([1.9622899599665666,-57.173814538844006,308.7233197812385],s)],t.zg)}() +$.tr=A.a([0.2126,0.7152,0.0722],t.n) +$.apz=A.a([0.015176349177441876,0.045529047532325624,0.07588174588720938,0.10623444424209313,0.13658714259697685,0.16693984095186062,0.19729253930674434,0.2276452376616281,0.2579979360165119,0.28835063437139563,0.3188300904430532,0.350925934958123,0.3848314933096426,0.42057480301049466,0.458183274052838,0.4976837250274023,0.5391024159806381,0.5824650784040898,0.6277969426914107,0.6751227633498623,0.7244668422128921,0.775853049866786,0.829304845476233,0.8848452951698498,0.942497089126609,1.0022825574869039,1.0642236851973577,1.1283421258858297,1.1946592148522128,1.2631959812511864,1.3339731595349034,1.407011200216447,1.4823302800086415,1.5599503113873272,1.6398909516233677,1.7221716113234105,1.8068114625156377,1.8938294463134073,1.9832442801866852,2.075074464868551,2.1693382909216234,2.2660538449872063,2.36523901573795,2.4669114995532007,2.5710888059345764,2.6777882626779785,2.7870270208169257,2.898822059350997,3.0131901897720907,3.1301480604002863,3.2497121605402226,3.3718988244681087,3.4967242352587946,3.624204428461639,3.754355295633311,3.887192587735158,4.022731918402185,4.160988767090289,4.301978482107941,4.445716283538092,4.592217266055746,4.741496401646282,4.893568542229298,5.048448422192488,5.20615066083972,5.3666897647573375,5.5300801301023865,5.696336044816294,5.865471690767354,6.037501145825082,6.212438385869475,6.390297286737924,6.571091626112461,6.7548350853498045,6.941541251256611,7.131223617812143,7.323895587840543,7.5195704746346665,7.7182615035334345,7.919981813454504,8.124744458384042,8.332562408825165,8.543448553206703,8.757415699253682,8.974476575321063,9.194643831691977,9.417930041841839,9.644347703669503,9.873909240696694,10.106627003236781,10.342513269534024,10.58158024687427,10.8238400726681,11.069304815507364,11.317986476196008,11.569896988756009,11.825048221409341,12.083451977536606,12.345119996613247,12.610063955123938,12.878295467455942,13.149826086772048,13.42466730586372,13.702830557985108,13.984327217668513,14.269168601521828,14.55736596900856,14.848930523210871,15.143873411576273,15.44220572664832,15.743938506781891,16.04908273684337,16.35764934889634,16.66964922287304,16.985093187232053,17.30399201960269,17.62635644741625,17.95219714852476,18.281524751807332,18.614349837764564,18.95068293910138,19.290534541298456,19.633915083172692,19.98083495742689,20.331304511189067,20.685334046541502,21.042933821039977,21.404114048223256,21.76888489811322,22.137256497705877,22.50923893145328,22.884842241736916,23.264076429332462,23.6469514538663,24.033477234264016,24.42366364919083,24.817520537484558,25.21505769858089,25.61628489293138,26.021211842414342,26.429848230738664,26.842203703840827,27.258287870275353,27.678110301598522,28.10168053274597,28.529008062403893,28.96010235337422,29.39497283293396,29.83362889318845,30.276079891419332,30.722335150426627,31.172403958865512,31.62629557157785,32.08401920991837,32.54558406207592,33.010999283389665,33.4802739966603,33.953417292456834,34.430438229418264,34.911345834551085,35.39614910352207,35.88485700094671,36.37747846067349,36.87402238606382,37.37449765026789,37.87891309649659,38.38727753828926,38.89959975977785,39.41588851594697,39.93615253289054,40.460400508064545,40.98864111053629,41.520882981230194,42.05713473317016,42.597404951718396,43.141702194811224,43.6900349931913,44.24241185063697,44.798841244188324,45.35933162437017,45.92389141541209,46.49252901546552,47.065252796817916,47.64207110610409,48.22299226451468,48.808024568002054,49.3971762874833,49.9904556690408,50.587870934119984,51.189430279724725,51.79514187861014,52.40501387947288,53.0190544071392,53.637271562750364,54.259673423945976,54.88626804504493,55.517063457223934,56.15206766869424,56.79128866487574,57.43473440856916,58.08241284012621,58.734331877617365,59.39049941699807,60.05092333227251,60.715611475655585,61.38457167773311,62.057811747619894,62.7353394731159,63.417162620860914,64.10328893648692,64.79372614476921,65.48848194977529,66.18756403501224,66.89098006357258,67.59873767827808,68.31084450182222,69.02730813691093,69.74813616640164,70.47333615344107,71.20291564160104,71.93688215501312,72.67524319850172,73.41800625771542,74.16517879925733,74.9167682708136,75.67278210128072,76.43322770089146,77.1981124613393,77.96744375590167,78.74122893956174,79.51947534912904,80.30219030335869,81.08938110306934,81.88105503125999,82.67721935322541,83.4778813166706,84.28304815182372,85.09272707154808,85.90692527145302,86.72564993000343,87.54890820862819,88.3767072518277,89.2090541872801,90.04595612594655,90.88742016217518,91.73345337380438,92.58406282226491,93.43925555268066,94.29903859396902,95.16341895893969,96.03240364439274,96.9059996312159,97.78421388448044,98.6670533535366,99.55452497210776],t.n) +$.ao1=function(){var s=t.n +return A.a([A.a([0.41233895,0.35762064,0.18051042],s),A.a([0.2126,0.7152,0.0722],s),A.a([0.01932141,0.11916382,0.95034478],s)],t.zg)}() +$.Re=A.a([95.047,100,108.883],t.n) +$.aiZ=null +$.a9n=null +$.aq_=A.y(t.S,A.ac("ayP")) +$.agf=null +$.agd=null +$.age=null})();(function lazyInitializers(){var s=hunkHelpers.lazyFinal,r=hunkHelpers.lazy +s($,"aAr","e_",()=>{var q="navigator" +return A.awu(A.apT(A.x(A.x(self.window,q),"vendor")),B.d.a3L(A.aoJ(A.x(self.window,q))))}) +s($,"aB8","cH",()=>A.aww()) +s($,"aAv","Pg",()=>A.x(A.x(A.a8(),"ClipOp"),"Intersect")) +s($,"aBj","amd",()=>{var q="FontWeight" +return A.a([A.x(A.x(A.a8(),q),"Thin"),A.x(A.x(A.a8(),q),"ExtraLight"),A.x(A.x(A.a8(),q),"Light"),A.x(A.x(A.a8(),q),"Normal"),A.x(A.x(A.a8(),q),"Medium"),A.x(A.x(A.a8(),q),"SemiBold"),A.x(A.x(A.a8(),q),"Bold"),A.x(A.x(A.a8(),q),"ExtraBold"),A.x(A.x(A.a8(),q),"ExtraBlack")],t.J)}) +s($,"aBq","amk",()=>{var q="TextDirection" +return A.a([A.x(A.x(A.a8(),q),"RTL"),A.x(A.x(A.a8(),q),"LTR")],t.J)}) +s($,"aBn","amh",()=>{var q="TextAlign" +return A.a([A.x(A.x(A.a8(),q),"Left"),A.x(A.x(A.a8(),q),"Right"),A.x(A.x(A.a8(),q),"Center"),A.x(A.x(A.a8(),q),"Justify"),A.x(A.x(A.a8(),q),"Start"),A.x(A.x(A.a8(),q),"End")],t.J)}) +s($,"aBr","aml",()=>{var q="TextHeightBehavior" +return A.a([A.x(A.x(A.a8(),q),"All"),A.x(A.x(A.a8(),q),"DisableFirstAscent"),A.x(A.x(A.a8(),q),"DisableLastDescent"),A.x(A.x(A.a8(),q),"DisableAll")],t.J)}) +s($,"aBl","amf",()=>{var q="RectHeightStyle" +return A.a([A.x(A.x(A.a8(),q),"Tight"),A.x(A.x(A.a8(),q),"Max"),A.x(A.x(A.a8(),q),"IncludeLineSpacingMiddle"),A.x(A.x(A.a8(),q),"IncludeLineSpacingTop"),A.x(A.x(A.a8(),q),"IncludeLineSpacingBottom"),A.x(A.x(A.a8(),q),"Strut")],t.J)}) +s($,"aBm","amg",()=>{var q="RectWidthStyle" +return A.a([A.x(A.x(A.a8(),q),"Tight"),A.x(A.x(A.a8(),q),"Max")],t.J)}) +s($,"aBh","aee",()=>A.a([A.x(A.x(A.a8(),"ClipOp"),"Difference"),A.x(A.x(A.a8(),"ClipOp"),"Intersect")],t.J)) +s($,"aBi","aef",()=>{var q="FillType" +return A.a([A.x(A.x(A.a8(),q),"Winding"),A.x(A.x(A.a8(),q),"EvenOdd")],t.J)}) +s($,"aBg","amc",()=>{var q="BlurStyle" +return A.a([A.x(A.x(A.a8(),q),"Normal"),A.x(A.x(A.a8(),q),"Solid"),A.x(A.x(A.a8(),q),"Outer"),A.x(A.x(A.a8(),q),"Inner")],t.J)}) +s($,"aBk","ame",()=>{var q="PaintStyle" +return A.a([A.x(A.x(A.a8(),q),"Fill"),A.x(A.x(A.a8(),q),"Stroke")],t.J)}) +s($,"aBf","aed",()=>{var q="BlendMode" +return A.a([A.x(A.x(A.a8(),q),"Clear"),A.x(A.x(A.a8(),q),"Src"),A.x(A.x(A.a8(),q),"Dst"),A.x(A.x(A.a8(),q),"SrcOver"),A.x(A.x(A.a8(),q),"DstOver"),A.x(A.x(A.a8(),q),"SrcIn"),A.x(A.x(A.a8(),q),"DstIn"),A.x(A.x(A.a8(),q),"SrcOut"),A.x(A.x(A.a8(),q),"DstOut"),A.x(A.x(A.a8(),q),"SrcATop"),A.x(A.x(A.a8(),q),"DstATop"),A.x(A.x(A.a8(),q),"Xor"),A.x(A.x(A.a8(),q),"Plus"),A.x(A.x(A.a8(),q),"Modulate"),A.x(A.x(A.a8(),q),"Screen"),A.x(A.x(A.a8(),q),"Overlay"),A.x(A.x(A.a8(),q),"Darken"),A.x(A.x(A.a8(),q),"Lighten"),A.x(A.x(A.a8(),q),"ColorDodge"),A.x(A.x(A.a8(),q),"ColorBurn"),A.x(A.x(A.a8(),q),"HardLight"),A.x(A.x(A.a8(),q),"SoftLight"),A.x(A.x(A.a8(),q),"Difference"),A.x(A.x(A.a8(),q),"Exclusion"),A.x(A.x(A.a8(),q),"Multiply"),A.x(A.x(A.a8(),q),"Hue"),A.x(A.x(A.a8(),q),"Saturation"),A.x(A.x(A.a8(),q),"Color"),A.x(A.x(A.a8(),q),"Luminosity")],t.J)}) +s($,"aBs","amm",()=>{var q="TileMode" +return A.a([A.x(A.x(A.a8(),q),"Clamp"),A.x(A.x(A.a8(),q),"Repeat"),A.x(A.x(A.a8(),q),"Mirror"),A.x(A.x(A.a8(),q),"Decal")],t.J)}) +s($,"aAA","alJ",()=>{var q="FilterMode",p="MipmapMode",o="Linear",n=t.e +return A.aI([B.f1,n.a({filter:A.x(A.x(A.a8(),q),"Nearest"),mipmap:A.x(A.x(A.a8(),p),"None")}),B.aZ,n.a({filter:A.x(A.x(A.a8(),q),o),mipmap:A.x(A.x(A.a8(),p),"None")}),B.f2,n.a({filter:A.x(A.x(A.a8(),q),o),mipmap:A.x(A.x(A.a8(),p),o)}),B.ji,n.a({B:A.afs(0.3333333333333333),C:A.afs(0.3333333333333333)})],A.ac("lu"),n)}) +s($,"aAI","alP",()=>{var q=A.aca(2) +q[0]=0 +q[1]=1 +return q}) +s($,"aBe","Pj",()=>A.axn(4)) +s($,"aBp","amj",()=>{var q="DecorationStyle" +return A.a([A.x(A.x(A.a8(),q),"Solid"),A.x(A.x(A.a8(),q),"Double"),A.x(A.x(A.a8(),q),"Dotted"),A.x(A.x(A.a8(),q),"Dashed"),A.x(A.x(A.a8(),q),"Wavy")],t.J)}) +s($,"aBo","ami",()=>{var q="TextBaseline" +return A.a([A.x(A.x(A.a8(),q),"Alphabetic"),A.x(A.x(A.a8(),q),"Ideographic")],t.J)}) +r($,"ayL","aaS",()=>{var q=t.S,p=t.t +return new A.Cv(A.ap2(),A.y(q,A.ac("ayw")),A.y(q,A.ac("azI")),A.y(q,A.ac("hZ")),A.ax(q),A.a([],p),A.a([],p),$.cw().gkF(),A.y(q,A.ac("bj")))}) +r($,"aAB","alK",()=>{var q=A.afJ(new A.a9t()),p=self.window.FinalizationRegistry +p.toString +return A.auq(p,q)}) +r($,"aBK","amv",()=>new A.XB()) +s($,"aAG","alO",()=>A.aqy(B.BX)) +s($,"aAF","aaY",()=>A.Wv(A.anP($.alO()))) +s($,"aAu","alG",()=>A.ahd(A.x(A.a8(),"ParagraphBuilder"))) +s($,"ay9","akz",()=>A.aiT(A.zr(A.zr(A.zr(A.ako(),"window"),"flutterCanvasKit"),"Paint"))) +s($,"ay8","aky",()=>{var q=A.aiT(A.zr(A.zr(A.zr(A.ako(),"window"),"flutterCanvasKit"),"Paint")) +A.asb(q,0) +return q}) +s($,"aBU","amA",()=>{var q=t.N,p=A.ac("+breaks,graphemes,words(pJ,pJ,pJ)"),o=A.ac4(B.tA.a,q,p),n=A.ac4(B.tB.a,q,p) +return new A.Lr(A.ac4(B.tC.a,q,p),n,o)}) +s($,"aAE","alN",()=>A.aI([B.js,A.ajO("grapheme"),B.jt,A.ajO("word")],A.ac("tL"),t.e)) +s($,"aBy","amr",()=>A.awq()) +s($,"ayz","cv",()=>{var q,p=A.x(self.window,"screen") +p=p==null?null:A.x(p,"width") +if(p==null)p=0 +q=A.x(self.window,"screen") +q=q==null?null:A.x(q,"height") +return new A.BK(A.as8(p,q==null?0:q))}) +s($,"aBx","amq",()=>{var q=A.x(self.window,"trustedTypes") +q.toString +return A.aut(q,"createPolicy",A.asq("flutter-engine"),t.e.a({createScriptURL:A.afJ(new A.a9R())}))}) +r($,"aBz","ams",()=>self.window.FinalizationRegistry!=null) +s($,"aAC","alL",()=>B.H.bd(A.aI(["type","fontsChange"],t.N,t.z))) +s($,"aAq","alD",()=>A.anW("ftyp")) +s($,"aAJ","ae9",()=>8589934852) +s($,"aAK","alQ",()=>8589934853) +s($,"aAL","aea",()=>8589934848) +s($,"aAM","alR",()=>8589934849) +s($,"aAQ","aec",()=>8589934850) +s($,"aAR","alU",()=>8589934851) +s($,"aAO","aeb",()=>8589934854) +s($,"aAP","alT",()=>8589934855) +s($,"aAW","alZ",()=>458978) +s($,"aAX","am_",()=>458982) +s($,"aBI","aei",()=>458976) +s($,"aBJ","aej",()=>458980) +s($,"aB_","am2",()=>458977) +s($,"aB0","am3",()=>458981) +s($,"aAY","am0",()=>458979) +s($,"aAZ","am1",()=>458983) +s($,"aAN","alS",()=>A.aI([$.ae9(),new A.a9A(),$.alQ(),new A.a9B(),$.aea(),new A.a9C(),$.alR(),new A.a9D(),$.aec(),new A.a9E(),$.alU(),new A.a9F(),$.aeb(),new A.a9G(),$.alT(),new A.a9H()],t.S,A.ac("D(hC)"))) +s($,"aBP","ab1",()=>A.awk(new A.aaC())) +r($,"ayI","aaR",()=>new A.Ct(A.a([],A.ac("z<~(D)>")),A.afq(self.window,"(forced-colors: active)"))) +s($,"ayA","aF",()=>{var q,p=A.abE(),o=A.awH(),n=A.ap5(0) +if(A.aoH($.aaR().b))n.sa10(!0) +p=A.aqP(n.eF(),!1,"/",p,B.B,!1,null,o) +o=A.a([$.cv()],A.ac("z")) +q=A.afq(self.window,"(prefers-color-scheme: dark)") +A.awn() +q=new A.BM(p,o,A.y(t.S,A.ac("o5")),A.y(t.K,A.ac("GQ")),q,B.P) +q.Pd() +o=$.aaR() +p=o.a +if(B.b.gT(p))A.aus(o.b,"addListener",o.gDZ()) +p.push(q.gFL()) +q.Ph() +q.Pl() +A.axB(q.gxP()) +q.L2("flutter/lifecycle",A.Qr(B.be.d1(B.cU.F())),null) +return q}) +s($,"ayY","aaU",()=>{var q=t.N,p=t.S +q=new A.Yl(A.y(q,t._8),A.y(p,t.e),A.ax(q),A.y(p,q)) +q.a3e("_default_document_create_element_visible",A.aj2()) +q.zC("_default_document_create_element_invisible",A.aj2(),!1) +return q}) +r($,"az8","akQ",()=>new A.a_c()) +r($,"auT","alM",()=>A.zw()) +s($,"aBc","ad",()=>new A.At()) +r($,"aBA","aeh",()=>{var q=self.window.ImageDecoder +q=(q==null?null:q)!=null&&A.avZ()===B.aU +return q}) +s($,"ay4","akx",()=>{var q=t.N +return new A.Qc(A.aI(["birthday","bday","birthdayDay","bday-day","birthdayMonth","bday-month","birthdayYear","bday-year","countryCode","country","countryName","country-name","creditCardExpirationDate","cc-exp","creditCardExpirationMonth","cc-exp-month","creditCardExpirationYear","cc-exp-year","creditCardFamilyName","cc-family-name","creditCardGivenName","cc-given-name","creditCardMiddleName","cc-additional-name","creditCardName","cc-name","creditCardNumber","cc-number","creditCardSecurityCode","cc-csc","creditCardType","cc-type","email","email","familyName","family-name","fullStreetAddress","street-address","gender","sex","givenName","given-name","impp","impp","jobTitle","organization-title","language","language","middleName","middleName","name","name","namePrefix","honorific-prefix","nameSuffix","honorific-suffix","newPassword","new-password","nickname","nickname","oneTimeCode","one-time-code","organizationName","organization","password","current-password","photo","photo","postalCode","postal-code","streetAddressLevel1","address-level1","streetAddressLevel2","address-level2","streetAddressLevel3","address-level3","streetAddressLevel4","address-level4","streetAddressLine1","address-line1","streetAddressLine2","address-line2","streetAddressLine3","address-line3","telephoneNumber","tel","telephoneNumberAreaCode","tel-area-code","telephoneNumberCountryCode","tel-country-code","telephoneNumberExtension","tel-extension","telephoneNumberLocal","tel-local","telephoneNumberLocalPrefix","tel-local-prefix","telephoneNumberLocalSuffix","tel-local-suffix","telephoneNumberNational","tel-national","transactionAmount","transaction-amount","transactionCurrency","transaction-currency","url","url","username","username"],q,q))}) +s($,"aBV","Pn",()=>new A.V4()) +s($,"aBv","amo",()=>A.aca(4)) +s($,"aBt","aeg",()=>A.aca(16)) +s($,"aBu","amn",()=>A.aqh($.aeg())) +r($,"aBQ","cS",()=>A.aoE(A.x(self.window,"console"))) +s($,"aBZ","cw",()=>A.ap7(0,$.aF())) +s($,"ayk","adY",()=>A.awZ("_$dart_dartClosure")) +s($,"aBN","amy",()=>B.P.dV(new A.aaB())) +s($,"azv","al_",()=>A.j4(A.a2P({ +toString:function(){return"$receiver$"}}))) +s($,"azw","al0",()=>A.j4(A.a2P({$method$:null, +toString:function(){return"$receiver$"}}))) +s($,"azx","al1",()=>A.j4(A.a2P(null))) +s($,"azy","al2",()=>A.j4(function(){var $argumentsExpr$="$arguments$" +try{null.$method$($argumentsExpr$)}catch(q){return q.message}}())) +s($,"azB","al5",()=>A.j4(A.a2P(void 0))) +s($,"azC","al6",()=>A.j4(function(){var $argumentsExpr$="$arguments$" +try{(void 0).$method$($argumentsExpr$)}catch(q){return q.message}}())) +s($,"azA","al4",()=>A.j4(A.ahI(null))) +s($,"azz","al3",()=>A.j4(function(){try{null.$method$}catch(q){return q.message}}())) +s($,"azE","al8",()=>A.j4(A.ahI(void 0))) +s($,"azD","al7",()=>A.j4(function(){try{(void 0).$method$}catch(q){return q.message}}())) +s($,"aB5","am7",()=>A.acE(254)) +s($,"aAS","alV",()=>97) +s($,"aB3","am5",()=>65) +s($,"aAT","alW",()=>122) +s($,"aB4","am6",()=>90) +s($,"aAU","alX",()=>48) +s($,"azP","ae3",()=>A.at9()) +s($,"ayG","ne",()=>A.ac("a3").a($.amy())) +s($,"ayF","akG",()=>A.atq(!1,B.P,t.y)) +s($,"azG","ala",()=>new A.a34().$0()) +s($,"azH","alb",()=>new A.a33().$0()) +s($,"azR","ae4",()=>A.aqA(A.n8(A.a([-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-1,-2,-2,-2,-2,-2,62,-2,62,-2,63,52,53,54,55,56,57,58,59,60,61,-2,-2,-2,-1,-2,-2,-2,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-2,-2,-2,-2,63,-2,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,-2,-2,-2,-2,-2],t.t)))) +r($,"azQ","alg",()=>A.agq(0)) +s($,"ayx","akF",()=>A.aI(["iso_8859-1:1987",B.al,"iso-ir-100",B.al,"iso_8859-1",B.al,"iso-8859-1",B.al,"latin1",B.al,"l1",B.al,"ibm819",B.al,"cp819",B.al,"csisolatin1",B.al,"iso-ir-6",B.ak,"ansi_x3.4-1968",B.ak,"ansi_x3.4-1986",B.ak,"iso_646.irv:1991",B.ak,"iso646-us",B.ak,"us-ascii",B.ak,"us",B.ak,"ibm367",B.ak,"cp367",B.ak,"csascii",B.ak,"ascii",B.ak,"csutf8",B.I,"utf-8",B.I],t.N,A.ac("lm"))) +s($,"aA6","ae6",()=>typeof process!="undefined"&&Object.prototype.toString.call(process)=="[object process]"&&process.platform=="win32") +s($,"aA7","alq",()=>A.ca("^[\\-\\.0-9A-Z_a-z~]*$",!0,!1)) +s($,"aAD","cR",()=>A.l_(B.MD)) +s($,"azl","ik",()=>{A.arm() +return $.YM}) +s($,"aBd","amb",()=>A.auJ()) +s($,"aAH","ae8",()=>Symbol("jsBoxedDartObjectProperty")) +s($,"ayy","cG",()=>A.oC(A.aqB(A.a([1],t.t)).buffer,0,null).getInt8(0)===1?B.T:B.w4) +s($,"aBB","Pk",()=>new A.QO(A.y(t.N,A.ac("ja")))) +r($,"aBb","ab_",()=>B.wl) +s($,"aBO","amz",()=>new A.Yo()) +s($,"aB1","am4",()=>A.dO(B.dz,B.i,t.o)) +s($,"aAV","alY",()=>A.dO(B.i,B.Ew,t.o)) +r($,"azV","ali",()=>A.aol(B.N4,B.N3)) +s($,"aBw","amp",()=>new A.a9Q().$0()) +s($,"aAs","alE",()=>new A.a90().$0()) +r($,"ayD","fw",()=>$.apn) +s($,"ay6","aR",()=>A.aV(0,null,!1,t.Nw)) +s($,"azU","zQ",()=>new A.kG(0,$.alh())) +s($,"azT","alh",()=>A.avs(0)) +s($,"aAw","Ph",()=>A.k7(null,t.N)) +s($,"aAx","ae7",()=>A.aso()) +s($,"azN","ale",()=>A.agq(8)) +s($,"azk","akV",()=>A.ca("^\\s*at ([^\\s]+).*$",!0,!1)) +s($,"aBH","amu",()=>A.aeW(4294967295)) +s($,"aBG","amt",()=>A.aeW(3707764736)) +s($,"aA3","aln",()=>A.dO(0.75,1,t.i)) +s($,"aA4","alo",()=>A.hu(B.wU)) +s($,"ayM","akH",()=>A.hu(B.aW)) +s($,"ayN","akI",()=>A.hu(B.A1)) +s($,"aAk","alC",()=>{var q=t.i +return A.a([A.ahH(A.dO(0,0.4,q).ho(A.hu(B.yi)),0.166666,q),A.ahH(A.dO(0.4,1,q).ho(A.hu(B.yl)),0.833334,q)],A.ac("z>"))}) +s($,"aAj","Pf",()=>A.asU($.alC(),t.i)) +s($,"aAc","alv",()=>A.dO(0,1,t.i).ho(A.hu(B.A2))) +s($,"aAd","alw",()=>A.dO(1.1,1,t.i).ho($.Pf())) +s($,"aAe","alx",()=>A.dO(0.85,1,t.i).ho($.Pf())) +s($,"aAf","aly",()=>A.dO(0,0.6,t.PM).ho(A.hu(B.A3))) +s($,"aAg","alz",()=>A.dO(1,0,t.i).ho(A.hu(B.A6))) +s($,"aAi","alB",()=>A.dO(1,1.05,t.i).ho($.Pf())) +s($,"aAh","alA",()=>A.dO(1,0.9,t.i).ho($.Pf())) +s($,"azW","alj",()=>A.dO(0.875,1,t.i).ho(A.hu(B.cb))) +s($,"azu","akZ",()=>A.asI()) +s($,"azt","akY",()=>new A.IM(A.y(A.ac("q8"),t.we),5,A.ac("IM"))) +s($,"ayS","aaT",()=>A.aqz(4)) +r($,"az4","akM",()=>B.xr) +r($,"az6","akO",()=>{var q=null +return A.ahy(q,B.eL,q,q,q,q,"sans-serif",q,q,18,q,q,q,q,q,q,q,q,q,q,q)}) +r($,"az5","akN",()=>{var q=null +return A.acg(q,q,q,q,q,q,q,q,q,B.e3,B.X,q)}) +s($,"aA5","alp",()=>A.aqi()) +s($,"az7","akP",()=>A.acE(65532)) +s($,"aB2","Pi",()=>98304) +s($,"aze","aaW",()=>A.iV()) +s($,"azd","akS",()=>A.ago(0)) +s($,"azf","akT",()=>A.ago(0)) +s($,"azg","akU",()=>A.aqj().a) +s($,"aBS","Pm",()=>{var q=t.N,p=t.L0 +return new A.Yg(A.y(q,A.ac("ah")),A.y(q,p),A.y(q,p))}) +s($,"ayO","akJ",()=>A.aI([4294967562,B.Ae,4294967564,B.Af,4294967556,B.Ag],t.S,t.SQ)) +s($,"az2","aaV",()=>new A.YW(A.a([],A.ac("z<~(fW)>")),A.y(t.v3,t.bd))) +s($,"az1","akL",()=>{var q=t.v3 +return A.aI([B.Ny,A.cy([B.bK],q),B.Nz,A.cy([B.bM],q),B.NA,A.cy([B.bK,B.bM],q),B.Nx,A.cy([B.bK],q),B.Nu,A.cy([B.bJ],q),B.Nv,A.cy([B.cz],q),B.Nw,A.cy([B.bJ,B.cz],q),B.Nt,A.cy([B.bJ],q),B.Nq,A.cy([B.bI],q),B.Nr,A.cy([B.cy],q),B.Ns,A.cy([B.bI,B.cy],q),B.Np,A.cy([B.bI],q),B.NC,A.cy([B.bL],q),B.ND,A.cy([B.cA],q),B.NE,A.cy([B.bL,B.cA],q),B.NB,A.cy([B.bL],q),B.NF,A.cy([B.bo],q),B.NG,A.cy([B.dD],q),B.NH,A.cy([B.dC],q),B.NI,A.cy([B.cx],q)],A.ac("c7"),A.ac("bj"))}) +s($,"az0","ae0",()=>A.aI([B.bK,B.cq,B.bM,B.dt,B.bJ,B.bF,B.cz,B.cp,B.bI,B.co,B.cy,B.ds,B.bL,B.cr,B.cA,B.du,B.bo,B.cl,B.dD,B.dq,B.dC,B.dr],t.v3,t.bd)) +s($,"az_","akK",()=>{var q=A.y(t.v3,t.bd) +q.m(0,B.cx,B.ff) +q.H(0,$.ae0()) +return q}) +s($,"azs","akX",()=>{var q=$.alm() +q=new A.Gg(q,A.cy([q],A.ac("w8")),A.y(t.N,A.ac("az9"))) +q.c=B.EG +q.gPW().mN(q.gUe()) +return q}) +s($,"aA0","alm",()=>new A.KB()) +r($,"azM","ald",()=>{var q=A.ac("~(bh)") +return A.aI([B.Mr,A.af6(!0),B.MV,A.af6(!1),B.MH,new A.ET(A.uH(q)),B.MC,new A.Dz(A.uH(q)),B.MF,new A.E6(A.uH(q)),B.Mq,new A.Bv(A.uH(q)),B.uO,A.arO(),B.MG,new A.E9(A.uH(q)),B.MP,new A.GS(A.uH(q))],t.A,t.od)}) +s($,"aym","aaQ",()=>{var q,p,o,n=t.vz,m=A.y(t.Vz,n) +for(q=A.ac("am"),p=0;p<2;++p){o=B.fc[p] +m.H(0,A.aI([A.cY(B.ah,!1,!1,!1,o),B.i4,A.cY(B.ah,!1,!0,!1,o),B.i8,A.cY(B.ah,!0,!1,!1,o),B.i6,A.cY(B.ac,!1,!1,!1,o),B.i5,A.cY(B.ac,!1,!0,!1,o),B.i9,A.cY(B.ac,!0,!1,!1,o),B.i7],q,n))}m.m(0,B.dY,B.eu) +m.m(0,B.dZ,B.ev) +m.m(0,B.dU,B.ey) +m.m(0,B.dV,B.ez) +m.m(0,B.u5,B.id) +m.m(0,B.u6,B.ie) +m.m(0,B.u7,B.im) +m.m(0,B.u8,B.io) +m.m(0,B.hc,B.c0) +m.m(0,B.hd,B.c1) +m.m(0,B.he,B.ew) +m.m(0,B.hf,B.ex) +m.m(0,B.u9,B.ii) +m.m(0,B.ua,B.ij) +m.m(0,B.ub,B.ig) +m.m(0,B.uc,B.ih) +m.m(0,B.ud,B.ik) +m.m(0,B.ue,B.il) +m.m(0,B.uf,B.wg) +m.m(0,B.ug,B.wh) +m.m(0,B.He,B.wc) +m.m(0,B.Hf,B.wd) +m.m(0,B.cN,B.ip) +m.m(0,B.cO,B.iq) +m.m(0,B.hb,B.ir) +m.m(0,B.hg,B.is) +m.m(0,B.un,B.i1) +m.m(0,B.uo,B.i2) +m.m(0,B.up,B.ix) +m.m(0,B.hh,B.iz) +m.m(0,B.Ht,B.iB) +m.m(0,B.Hu,B.iy) +m.m(0,B.e_,B.o) +m.m(0,B.dR,B.o) +return m}) +s($,"ayl","adZ",()=>$.aaQ()) +s($,"ayn","akA",()=>$.adZ()) +s($,"ayp","akC",()=>{var q=A.op($.aaQ(),t.Vz,t.vz) +q.m(0,B.dS,B.c0) +q.m(0,B.dT,B.c1) +q.m(0,B.dW,B.ii) +q.m(0,B.dX,B.ij) +return q}) +s($,"ayq","ae_",()=>{var q,p,o,n=t.vz,m=A.y(t.Vz,n) +for(q=A.ac("am"),p=0;p<2;++p){o=B.fc[p] +m.H(0,A.aI([A.cY(B.ah,!1,!1,!1,o),B.i4,A.cY(B.ah,!0,!1,!1,o),B.i8,A.cY(B.ah,!1,!1,!0,o),B.i6,A.cY(B.ac,!1,!1,!1,o),B.i5,A.cY(B.ac,!0,!1,!1,o),B.i9,A.cY(B.ac,!1,!1,!0,o),B.i7],q,n))}m.m(0,B.dY,B.eu) +m.m(0,B.dZ,B.ev) +m.m(0,B.dU,B.ey) +m.m(0,B.dV,B.ez) +m.m(0,B.u5,B.id) +m.m(0,B.u6,B.ie) +m.m(0,B.u7,B.im) +m.m(0,B.u8,B.io) +m.m(0,B.hc,B.ik) +m.m(0,B.hd,B.il) +m.m(0,B.he,B.c0) +m.m(0,B.hf,B.c1) +m.m(0,B.u9,B.wi) +m.m(0,B.ua,B.wj) +m.m(0,B.ub,B.we) +m.m(0,B.uc,B.wf) +m.m(0,B.uh,B.c0) +m.m(0,B.ui,B.c1) +m.m(0,B.uj,B.ew) +m.m(0,B.uk,B.ex) +m.m(0,B.Hg,B.w6) +m.m(0,B.Hh,B.w7) +m.m(0,B.Hi,B.ib) +m.m(0,B.Hj,B.ic) +m.m(0,B.Hv,B.wV) +m.m(0,B.dS,B.wH) +m.m(0,B.dT,B.wI) +m.m(0,B.dW,B.ib) +m.m(0,B.dX,B.ic) +m.m(0,B.cN,B.tN) +m.m(0,B.cO,B.h4) +m.m(0,B.hb,B.ir) +m.m(0,B.hg,B.is) +m.m(0,B.ur,B.i1) +m.m(0,B.us,B.i2) +m.m(0,B.ut,B.ix) +m.m(0,B.uq,B.iz) +m.m(0,B.Hm,B.iB) +m.m(0,B.Hn,B.iy) +m.m(0,B.Ho,B.c1) +m.m(0,B.hh,B.c0) +m.m(0,B.Hp,B.ev) +m.m(0,B.Hq,B.eu) +m.m(0,B.Hr,B.ez) +m.m(0,B.Hs,B.ey) +m.m(0,B.e_,B.o) +m.m(0,B.dR,B.o) +return m}) +s($,"ayo","akB",()=>$.ae_()) +s($,"ays","akE",()=>{var q=A.op($.aaQ(),t.Vz,t.vz) +q.m(0,B.cN,B.ip) +q.m(0,B.cO,B.iq) +q.m(0,B.dS,B.w8) +q.m(0,B.dT,B.w9) +q.m(0,B.dW,B.wa) +q.m(0,B.dX,B.wb) +q.m(0,B.ul,B.ew) +q.m(0,B.um,B.ex) +q.m(0,B.Hk,B.ig) +q.m(0,B.Hl,B.ih) +return q}) +s($,"ayr","akD",()=>{var q,p,o,n=t.vz,m=A.y(t.Vz,n) +for(q=A.ac("am"),p=0;p<2;++p){o=B.fc[p] +m.H(0,A.aI([A.cY(B.ah,!1,!1,!1,o),B.o,A.cY(B.ac,!1,!1,!1,o),B.o,A.cY(B.ah,!0,!1,!1,o),B.o,A.cY(B.ac,!0,!1,!1,o),B.o,A.cY(B.ah,!1,!0,!1,o),B.o,A.cY(B.ac,!1,!0,!1,o),B.o,A.cY(B.ah,!1,!1,!0,o),B.o,A.cY(B.ac,!1,!1,!0,o),B.o],q,n))}m.H(0,B.DN) +m.m(0,B.un,B.o) +m.m(0,B.ur,B.o) +m.m(0,B.uo,B.o) +m.m(0,B.us,B.o) +m.m(0,B.up,B.o) +m.m(0,B.ut,B.o) +m.m(0,B.hh,B.o) +m.m(0,B.uq,B.o) +return m}) +r($,"aA_","ae5",()=>new A.Ki(B.NJ,B.M)) +s($,"azY","all",()=>A.dO(1,0,t.i)) +s($,"ayU","hj",()=>A.afy()) +s($,"aA2","aaX",()=>{var q=A.at2(null),p=A.aeZ(t.H) +return new A.Kh(B.G2,q,p)}) +s($,"azX","alk",()=>A.c1(16667,0)) +s($,"aza","akR",()=>A.aho(0.5,1.1,100)) +s($,"ayb","aaP",()=>A.ak5(0.78)/A.ak5(0.9)) +s($,"aBX","amC",()=>new A.Yq(A.y(t.N,A.ac("ah?(c0?)")))) +s($,"ay3","akw",()=>A.ca("^[\\w!#%&'*+\\-.^`|~]+$",!0,!1)) +s($,"aAy","alH",()=>A.ca("^\\d+$",!0,!1)) +s($,"aAz","alI",()=>A.ca('["\\x00-\\x1F\\x7F]',!0,!1)) +s($,"aBW","amB",()=>A.ca('[^()<>@,;:"\\\\/[\\]?={} \\t\\x00-\\x1F\\x7F]+',!0,!1)) +s($,"aB7","am8",()=>A.ca("(?:\\r\\n)?[ \\t]+",!0,!1)) +s($,"aBa","ama",()=>A.ca('"(?:[^"\\x00-\\x1F\\x7F]|\\\\.)*"',!0,!1)) +s($,"aB9","am9",()=>A.ca("\\\\(.)",!0,!1)) +s($,"aBM","amx",()=>A.ca('[()<>@,;:"\\\\/\\[\\]?={} \\t\\x00-\\x1F\\x7F]',!0,!1)) +s($,"aBY","amD",()=>A.ca("(?:"+$.am8().a+")*",!0,!1)) +s($,"azK","alc",()=>$.Pe()) +s($,"azJ","Pe",()=>{var q,p,o,n,m,l,k,j,i,h,g=63.66197723675813*A.Rf(50)/100,f=A.adN(0.1,50),e=$.Re[0],d=$.Re[1],c=$.Re[2],b=e*0.401288+d*0.650173+c*-0.051461,a=e*-0.250268+d*1.204414+c*0.045854,a0=e*-0.002079+d*0.048952+c*0.953127,a1=A.aqg(0.59,0.69,0.9999999999999998),a2=1-0.2777777777777778*A.awC((-g-42)/92) +if(a2>1)a2=1 +else if(a2<0)a2=0 +q=A.a([a2*(100/b)+1-a2,a2*(100/a)+1-a2,a2*(100/a0)+1-a2],t.n) +e=5*g +p=1/(e+1) +o=p*p*p*p +n=1-o +m=o*g+0.1*n*n*A.zJ(e,0.3333333333333333) +l=A.Rf(f)/$.Re[1] +e=A.axF(l) +k=0.725/A.zJ(l,0.2) +j=[A.zJ(m*q[0]*b/100,0.42),A.zJ(m*q[1]*a/100,0.42),A.zJ(m*q[2]*a0/100,0.42)] +d=j[0] +c=j[1] +i=j[2] +h=[400*d/(d+27.13),400*c/(c+27.13),400*i/(i+27.13)] +return new A.a37(l,(40*h[0]+20*h[1]+h[2])/20*k,k,k,a1,1,q,m,A.zJ(m,0.25),1.48+e)}) +s($,"aBC","ab0",()=>new A.Rl($.ae1(),null)) +s($,"azo","akW",()=>new A.YE(A.ca("/",!0,!1),A.ca("[^/]$",!0,!1),A.ca("^/",!0,!1))) +s($,"azq","Pd",()=>new A.a3d(A.ca("[/\\\\]",!0,!1),A.ca("[^/\\\\]$",!0,!1),A.ca("^(\\\\\\\\[^\\\\]+\\\\[^\\\\/]+|[a-zA-Z]:[/\\\\])",!0,!1),A.ca("^[/\\\\](?![/\\\\])",!0,!1))) +s($,"azp","zP",()=>new A.a31(A.ca("/",!0,!1),A.ca("(^[a-zA-Z][-+.a-zA-Z\\d]*://|[^/])$",!0,!1),A.ca("[a-zA-Z][-+.a-zA-Z\\d]*://[^/]*",!0,!1),A.ca("^/",!0,!1))) +s($,"azn","ae1",()=>A.ass()) +s($,"ayW","Pc",()=>A.afy()) +s($,"aB6","aaZ",()=>new A.a5G(A.a([new A.LZ(A.hK(null,null,t.ob,A.ac("lV>")))],A.ac("z")),A.aeZ(t.z))) +s($,"azF","ae2",()=>new A.B()) +r($,"at_","al9",()=>{var q=new A.WS() +q.P_($.ae2()) +return q}) +s($,"aBL","amw",()=>A.apv(null,t.uK)) +s($,"aBR","Pl",()=>A.cy([B.FO,B.FT,B.FV,B.FX,B.FN,B.FS,B.FP,B.FM,B.FQ,B.FW,B.FR,B.FU],A.ac("+(o,o,o,c8)"))) +s($,"aAt","alF",()=>{var q=null +return A.aeL(q,q,q,q,q,q,q,A.kn(A.d0(6),B.n),q)}) +s($,"aAb","alu",()=>A.dO(B.Eu,B.i,t.o)) +s($,"aAa","alt",()=>A.dO(B.i,B.EE,t.o)) +s($,"aA9","als",()=>A.hu(B.aX)) +s($,"aA8","alr",()=>A.hu(B.cb)) +s($,"aC_","amE",()=>{var q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,d0,d1,d2,d3=null,d4=A.kE(B.at,-0.3,-0.15),d5=A.ahX(A.kE(B.at,-0.6,-0.75),0.175),d6=A.kE(B.at,-0.5,-0.25),d7=A.ahX(A.kE(B.at,-0.5,-0.65),0.2),d8=A.anY(B.iP,B.S,B.y4,B.au,B.au,B.au,B.h,B.xF,A.P4(B.at),B.au,A.P4(A.kE(B.at,-0.25,0)),B.h,B.au,B.iW,B.au,B.au,B.xJ,B.h,B.at,B.iR,B.l,d4,d5,B.at,B.xB,B.iR,B.xy,d6,d7),d9=A.i6(d8)?d3:B.iT +if(d9==null)d9=A.i6(d8)?d8.gir():d8.gtA(d8) +q=d8.db +p=A.ajP(q) +o=d8.a +n=o===B.S +m=n?d8.cy:d8.b +l=n?q:d8.c +k=d8.CW +j=d8.cy +i=A.acJ(n,k,j,o,k,j,d8,k,q.cI(0.12),d8.at,l,m,k,d3,!0) +h=A.tx(q,d3,d3,d3,d3,d3,20,d3) +g=A.tx(q,d3,d3,d3,d3,d3,d3,d3) +f=d8.b +e=A.arp(f.cI(0.3),f,d3,f.cI(0.3),d3) +d=A.auI(d8,d9) +c=n?B.iP:B.au +b=A.d0(8) +if(A.a3i(d8))a=A.l9(B.h.cI(A.i6(d8)?1:0.2),-1,B.r,1) +else a=B.n +a=A.aos(d3,d3,c,d3,d3,d3,d3,A.kn(b,a),c,d3) +b=A.a3i(d8) +a0=$.alF() +a1=A.l9(A.i6(d8)?d8.gir():d8.gtA(d8),-1,B.r,1) +a2=A.kn(A.d0(6),B.n) +a3=A.atC(q,d3) +a4=new A.Ks(q) +a5=A.c_(d3,t.em) +a6=t.r +a7=A.c_(d3,a6) +a8=A.c_(d3,a6) +a9=A.c_(d3,t.i) +b0=t.A0 +b1=A.c_(d3,b0) +b2=t.FW +b3=A.c_(d3,b2) +b4=A.c_(d3,b2) +b5=A.c_(d3,b2) +b6=A.ac("b7") +a1=A.c_(a1,b6) +b7=A.ac("cp") +a5=A.aqK(A.lc(d3,d3,d3,a9,d3,b4,a3,d3,d3,b5,b3,new A.Kr(d3,d3),a4,b1,a7,A.c_(a2,b7),a1,d3,a8,d3,a5,d3).bF(B.cY)) +b8=A.P4(B.bf) +a1=A.i6(d8)?A.l9(d8.gir(),-1,B.r,1):B.n +a1=A.kn(A.d0(6),a1) +b9=A.ai2(B.bf,d3) +a2=b8==null +a3=a2&&!0?d3:A.ai2(b8,d3) +a4=a2?d3:new A.ID(b8) +a2=t.p8 +a7=A.ac5(d3,a2) +a8=A.c_(B.A,a6) +a9=A.c_(d3,a6) +b1=A.c_(d3,b0) +b3=A.c_(d3,b2) +b4=A.c_(d3,b2) +b5=A.c_(d3,b2) +c0=A.c_(d3,b6) +a7=A.ap_(A.lc(d3,d3,b9,new A.IB(0),d3,b4,a3,d3,d3,b5,b3,new A.IC(d3,d3),a4,b1,a8,A.c_(a1,b7),c0,d3,a9,d3,a7,d3).bF(B.cY)) +a9=q.cI(0.12) +c0=q.cI(0.1) +a1=q.cI(0.1) +a8=A.i6(d8)?A.l9(d8.gir(),-1,B.r,1):B.n +a8=A.kn(A.d0(6),a8) +b9=A.ai5(c0,a9) +a3=A.ai5(q,d3) +a9=A.ac5(d3,a2) +b1=A.c_(B.A,a6) +a6=A.c_(a1,a6) +a1=A.c_(0,t.PM) +b0=A.c_(d3,b0) +b3=A.c_(d3,b2) +b4=A.c_(d3,b2) +b2=A.c_(d3,b2) +b6=A.c_(d3,b6) +a9=A.ape(A.lc(d3,d3,b9,a1,d3,b4,a3,d3,d3,b2,b3,new A.IQ(d3,d3),new A.IR(q),b0,b1,A.c_(a8,b7),b6,d3,a6,d3,a9,d3).bF(B.cY)) +a6=A.asB(A.asD(d3,d3,d3,d3,d3,d3,d3,d3,d3,f,f,d3,d3,d3,d3,A.kn(A.d0(6),B.n),d3,d3,d3,d3).bF(B.cY)) +b6=A.apJ(A.Vd(d3,d3,d3,d3,d3,B.hi,d3,q,q.cI(0.05),d3,20,B.hi,B.hi,B.ao,k,B.fC,d3)) +a2=A.aqo(A.lc(B.N,d3,d3,d3,d3,d3,d3,d3,d3,B.DU,B.DS,d3,d3,d3,d3,d3,d3,d3,d3,B.fC,A.ac5(p.z,a2),d3)) +b7=A.auH(d8) +a8=A.auE(d8) +b1=A.auG(d8) +a1=A.a3i(d8)?f:d3 +if(A.i6(d8))b0=d8.gir() +else b0=q.cI(A.GV(d8)?0.2:0.07) +b0=A.anq(A.l9(b0,-1,B.r,1),B.n,B.n,B.n) +b2=A.GV(d8)?B.uy:B.uz +b3=A.ajP(q).r.Zr(q,B.j) +b4=A.tx(q,d3,d3,d3,d3,d3,20,d3) +b3=A.aey(A.tx(q,d3,d3,d3,d3,d3,d3,d3),j,d3,0,q,b4,0,d3,b0,j,b2,d3,b3,46,d3) +b0=A.P4(B.bf) +b2=A.d0(30) +b0=A.afz(B.bf,3,3,d3,d3,d3,d3,d3,d3,3,b0,3,d3,3,d3,d3,d3,A.kn(b2,A.i6(d8)?A.l9(d8.gir(),-1,B.r,1):B.n),d3,d3,d3) +b2=A.ant(d3,d3,d3,d3,d3,d3,f,d3,d3,d3,d3,d3,q.cI(0.8),d3) +b4=A.aiW(d8) +b5=A.i6(d8)?d8.gir():d8.gtA(d8) +c0=A.i6(d8)?d8.gir():d3 +c0=A.ahC(b5,B.vr,d3,d3,B.vE,d3,d3,d8.gtA(d8),d3,d3,q.cI(0.05),c0,q,d3,d3) +b5=A.asG(q,f.cI(0.4),d3) +c1=A.aiW(d8) +c1=A.aoT(A.afU(c1.dy,!1,c1.k3,B.vF,c1.Q,c1.cx,c1.k1,c1.k2,c1.fy,c1.w,c1.r,c1.db,c1.cy,c1.y,c1.x,c1.b,c1.fr,c1.go,c1.id,c1.d,c1.c,c1.f,c1.e,c1.fx,d3,!1,c1.z,c1.a,c1.dx,c1.ay,c1.ax,c1.CW,c1.ch),A.aiX(d8),d3) +c2=A.aqq(A.aiX(d8)) +c=A.a3i(d8)?d8.gOQ():j +c3=A.d0(10) +if(A.i6(d8))c4=d8.gir() +else c4=q.cI(A.GV(d8)?0.3:0.2) +c4=A.ar6(c,d3,d3,d3,d3,d3,d3,d3,d3,A.aqJ(c3,A.l9(c4,-1,B.r,1),4),c,d3) +c3=A.anr(j,d3,d3,d3,d3,d3,d3) +c5=A.auF(d8) +c6=A.aqE(j,d3,d3,q.cI(0.1),d3,d3,d3,d3,A.tx(q,d3,d3,d3,d3,d3,20,d3),d3,A.tx(q.cI(0.8),d3,d3,d3,d3,d3,20,d3),d3,d3) +c7=A.aoz(d9,d3,d3,1,0) +c8=A.ann(d3,B.bf,d3,d3,d3,d3,A.P4(B.bf),d3) +c9=f.cI(A.GV(d8)?0.4:0.7) +c9=A.ahk(d3,d3,d3,d3,d3,d3,d3,d3,d3,d3,q.cI(0.3),d3,d3,d3,c9,B.wD,d3,d3,d3,d3,d3,d3,B.h,d3,B.wE,d3,d3,d3,d3,d3,d3) +d0=A.aoR(k,d3,d3,d3,d3,A.kn(B.vq,A.l9(A.GV(d8)?B.A:B.iT,-1,B.r,1)),d3,d3) +d1=A.ag7(d3,d3,d3,d3,q.cI(0.8),d3,d3,d3,d3,d3,d3,d3,d3,d3,d3,d3,d3,d3,d3) +d2=A.ahm(d3,d3,f,B.xs,B.uw,B.h,B.KD,d3,B.h.cI(0.7),0,d3,A.kn(A.d0(34),B.n),d3) +return i.Zz(b3,b,c8,c3,b2,o,a0,k,j,a8,A.aeM(d3,d3,d3,d3,d3,d3,d3,d3,d3,d3,d3,d3,d3,d3,B.bf.cI(0.4),d3,d3,d3,d3,d3,d3),k,a,d9,c7,d0,c1,a7,a9,b0,b6,h,f,b4,d1,a2,c2,c5,c6,a5,B.MZ,c4,f,a1,g,e,b1,k,B.Gh,c9,d2,B.x4,b7,d,a6,b5,p,c0,B.Mj)}) +s($,"azO","alf",()=>new A.B())})();(function nativeSupport(){!function(){var s=function(a){var m={} +m[a]=1 +return Object.keys(hunkHelpers.convertToFastObject(m))[0]} +v.getIsolateTag=function(a){return s("___dart_"+a+v.isolateTag)} +var r="___dart_isolate_tags_" +var q=Object[r]||(Object[r]=Object.create(null)) +var p="_ZxYxX" +for(var o=0;;o++){var n=s(p+"_"+o+"_") +if(!(n in q)){q[n]=1 +v.isolateTag=n +break}}v.dispatchPropertyName=v.getIsolateTag("dispatch_record")}() +hunkHelpers.setOrUpdateInterceptorsByTag({WebGL:J.ol,AbortPaymentEvent:J.b,AnimationEffectReadOnly:J.b,AnimationEffectTiming:J.b,AnimationEffectTimingReadOnly:J.b,AnimationEvent:J.b,AnimationPlaybackEvent:J.b,AnimationTimeline:J.b,AnimationWorkletGlobalScope:J.b,ApplicationCacheErrorEvent:J.b,AuthenticatorAssertionResponse:J.b,AuthenticatorAttestationResponse:J.b,AuthenticatorResponse:J.b,BackgroundFetchClickEvent:J.b,BackgroundFetchEvent:J.b,BackgroundFetchFailEvent:J.b,BackgroundFetchFetch:J.b,BackgroundFetchManager:J.b,BackgroundFetchSettledFetch:J.b,BackgroundFetchedEvent:J.b,BarProp:J.b,BarcodeDetector:J.b,BeforeInstallPromptEvent:J.b,BeforeUnloadEvent:J.b,BlobEvent:J.b,BluetoothRemoteGATTDescriptor:J.b,Body:J.b,BudgetState:J.b,CacheStorage:J.b,CanMakePaymentEvent:J.b,CanvasGradient:J.b,CanvasPattern:J.b,CanvasRenderingContext2D:J.b,Client:J.b,Clients:J.b,ClipboardEvent:J.b,CloseEvent:J.b,CompositionEvent:J.b,CookieStore:J.b,Coordinates:J.b,Credential:J.b,CredentialUserData:J.b,CredentialsContainer:J.b,Crypto:J.b,CryptoKey:J.b,CSS:J.b,CSSVariableReferenceValue:J.b,CustomElementRegistry:J.b,CustomEvent:J.b,DataTransfer:J.b,DataTransferItem:J.b,DeprecatedStorageInfo:J.b,DeprecatedStorageQuota:J.b,DeprecationReport:J.b,DetectedBarcode:J.b,DetectedFace:J.b,DetectedText:J.b,DeviceAcceleration:J.b,DeviceMotionEvent:J.b,DeviceOrientationEvent:J.b,DeviceRotationRate:J.b,DirectoryEntry:J.b,webkitFileSystemDirectoryEntry:J.b,FileSystemDirectoryEntry:J.b,DirectoryReader:J.b,WebKitDirectoryReader:J.b,webkitFileSystemDirectoryReader:J.b,FileSystemDirectoryReader:J.b,DocumentOrShadowRoot:J.b,DocumentTimeline:J.b,DOMError:J.b,DOMImplementation:J.b,Iterator:J.b,DOMMatrix:J.b,DOMMatrixReadOnly:J.b,DOMParser:J.b,DOMPoint:J.b,DOMPointReadOnly:J.b,DOMQuad:J.b,DOMStringMap:J.b,Entry:J.b,webkitFileSystemEntry:J.b,FileSystemEntry:J.b,ErrorEvent:J.b,Event:J.b,InputEvent:J.b,SubmitEvent:J.b,ExtendableEvent:J.b,ExtendableMessageEvent:J.b,External:J.b,FaceDetector:J.b,FederatedCredential:J.b,FetchEvent:J.b,FileEntry:J.b,webkitFileSystemFileEntry:J.b,FileSystemFileEntry:J.b,DOMFileSystem:J.b,WebKitFileSystem:J.b,webkitFileSystem:J.b,FileSystem:J.b,FocusEvent:J.b,FontFace:J.b,FontFaceSetLoadEvent:J.b,FontFaceSource:J.b,ForeignFetchEvent:J.b,FormData:J.b,GamepadButton:J.b,GamepadEvent:J.b,GamepadPose:J.b,Geolocation:J.b,Position:J.b,GeolocationPosition:J.b,HashChangeEvent:J.b,Headers:J.b,HTMLHyperlinkElementUtils:J.b,IdleDeadline:J.b,ImageBitmap:J.b,ImageBitmapRenderingContext:J.b,ImageCapture:J.b,ImageData:J.b,InputDeviceCapabilities:J.b,InstallEvent:J.b,IntersectionObserver:J.b,IntersectionObserverEntry:J.b,InterventionReport:J.b,KeyboardEvent:J.b,KeyframeEffect:J.b,KeyframeEffectReadOnly:J.b,MediaCapabilities:J.b,MediaCapabilitiesInfo:J.b,MediaDeviceInfo:J.b,MediaEncryptedEvent:J.b,MediaError:J.b,MediaKeyMessageEvent:J.b,MediaKeyStatusMap:J.b,MediaKeySystemAccess:J.b,MediaKeys:J.b,MediaKeysPolicy:J.b,MediaMetadata:J.b,MediaQueryListEvent:J.b,MediaSession:J.b,MediaSettingsRange:J.b,MediaStreamEvent:J.b,MediaStreamTrackEvent:J.b,MemoryInfo:J.b,MessageChannel:J.b,MessageEvent:J.b,Metadata:J.b,MIDIConnectionEvent:J.b,MIDIMessageEvent:J.b,MouseEvent:J.b,DragEvent:J.b,MutationEvent:J.b,MutationObserver:J.b,WebKitMutationObserver:J.b,MutationRecord:J.b,NavigationPreloadManager:J.b,Navigator:J.b,NavigatorAutomationInformation:J.b,NavigatorConcurrentHardware:J.b,NavigatorCookies:J.b,NavigatorUserMediaError:J.b,NodeFilter:J.b,NodeIterator:J.b,NonDocumentTypeChildNode:J.b,NonElementParentNode:J.b,NoncedElement:J.b,NotificationEvent:J.b,OffscreenCanvasRenderingContext2D:J.b,OverconstrainedError:J.b,PageTransitionEvent:J.b,PaintRenderingContext2D:J.b,PaintSize:J.b,PaintWorkletGlobalScope:J.b,PasswordCredential:J.b,Path2D:J.b,PaymentAddress:J.b,PaymentInstruments:J.b,PaymentManager:J.b,PaymentRequestEvent:J.b,PaymentRequestUpdateEvent:J.b,PaymentResponse:J.b,PerformanceEntry:J.b,PerformanceLongTaskTiming:J.b,PerformanceMark:J.b,PerformanceMeasure:J.b,PerformanceNavigation:J.b,PerformanceNavigationTiming:J.b,PerformanceObserver:J.b,PerformanceObserverEntryList:J.b,PerformancePaintTiming:J.b,PerformanceResourceTiming:J.b,PerformanceServerTiming:J.b,PerformanceTiming:J.b,Permissions:J.b,PhotoCapabilities:J.b,PointerEvent:J.b,PopStateEvent:J.b,PositionError:J.b,GeolocationPositionError:J.b,Presentation:J.b,PresentationConnectionAvailableEvent:J.b,PresentationConnectionCloseEvent:J.b,PresentationReceiver:J.b,ProgressEvent:J.b,PromiseRejectionEvent:J.b,PublicKeyCredential:J.b,PushEvent:J.b,PushManager:J.b,PushMessageData:J.b,PushSubscription:J.b,PushSubscriptionOptions:J.b,Range:J.b,RelatedApplication:J.b,ReportBody:J.b,ReportingObserver:J.b,ResizeObserver:J.b,ResizeObserverEntry:J.b,RTCCertificate:J.b,RTCDataChannelEvent:J.b,RTCDTMFToneChangeEvent:J.b,RTCIceCandidate:J.b,mozRTCIceCandidate:J.b,RTCLegacyStatsReport:J.b,RTCPeerConnectionIceEvent:J.b,RTCRtpContributingSource:J.b,RTCRtpReceiver:J.b,RTCRtpSender:J.b,RTCSessionDescription:J.b,mozRTCSessionDescription:J.b,RTCStatsResponse:J.b,RTCTrackEvent:J.b,Screen:J.b,ScrollState:J.b,ScrollTimeline:J.b,SecurityPolicyViolationEvent:J.b,Selection:J.b,SensorErrorEvent:J.b,SharedArrayBuffer:J.b,SpeechRecognitionAlternative:J.b,SpeechRecognitionError:J.b,SpeechRecognitionEvent:J.b,SpeechSynthesisEvent:J.b,SpeechSynthesisVoice:J.b,StaticRange:J.b,StorageEvent:J.b,StorageManager:J.b,StyleMedia:J.b,StylePropertyMap:J.b,StylePropertyMapReadonly:J.b,SyncEvent:J.b,SyncManager:J.b,TaskAttributionTiming:J.b,TextDetector:J.b,TextEvent:J.b,TextMetrics:J.b,TouchEvent:J.b,TrackDefault:J.b,TrackEvent:J.b,TransitionEvent:J.b,WebKitTransitionEvent:J.b,TreeWalker:J.b,TrustedHTML:J.b,TrustedScriptURL:J.b,TrustedURL:J.b,UIEvent:J.b,UnderlyingSourceBase:J.b,URLSearchParams:J.b,VRCoordinateSystem:J.b,VRDeviceEvent:J.b,VRDisplayCapabilities:J.b,VRDisplayEvent:J.b,VREyeParameters:J.b,VRFrameData:J.b,VRFrameOfReference:J.b,VRPose:J.b,VRSessionEvent:J.b,VRStageBounds:J.b,VRStageBoundsPoint:J.b,VRStageParameters:J.b,ValidityState:J.b,VideoPlaybackQuality:J.b,VideoTrack:J.b,VTTRegion:J.b,WheelEvent:J.b,WindowClient:J.b,WorkletAnimation:J.b,WorkletGlobalScope:J.b,XPathEvaluator:J.b,XPathExpression:J.b,XPathNSResolver:J.b,XPathResult:J.b,XMLSerializer:J.b,XSLTProcessor:J.b,Bluetooth:J.b,BluetoothCharacteristicProperties:J.b,BluetoothRemoteGATTServer:J.b,BluetoothRemoteGATTService:J.b,BluetoothUUID:J.b,BudgetService:J.b,Cache:J.b,DOMFileSystemSync:J.b,DirectoryEntrySync:J.b,DirectoryReaderSync:J.b,EntrySync:J.b,FileEntrySync:J.b,FileReaderSync:J.b,FileWriterSync:J.b,HTMLAllCollection:J.b,Mojo:J.b,MojoHandle:J.b,MojoInterfaceRequestEvent:J.b,MojoWatcher:J.b,NFC:J.b,PagePopupController:J.b,Report:J.b,Request:J.b,ResourceProgressEvent:J.b,Response:J.b,SubtleCrypto:J.b,USBAlternateInterface:J.b,USBConfiguration:J.b,USBConnectionEvent:J.b,USBDevice:J.b,USBEndpoint:J.b,USBInTransferResult:J.b,USBInterface:J.b,USBIsochronousInTransferPacket:J.b,USBIsochronousInTransferResult:J.b,USBIsochronousOutTransferPacket:J.b,USBIsochronousOutTransferResult:J.b,USBOutTransferResult:J.b,WorkerLocation:J.b,WorkerNavigator:J.b,Worklet:J.b,IDBCursor:J.b,IDBCursorWithValue:J.b,IDBFactory:J.b,IDBIndex:J.b,IDBKeyRange:J.b,IDBObjectStore:J.b,IDBObservation:J.b,IDBObserver:J.b,IDBObserverChanges:J.b,IDBVersionChangeEvent:J.b,SVGAngle:J.b,SVGAnimatedAngle:J.b,SVGAnimatedBoolean:J.b,SVGAnimatedEnumeration:J.b,SVGAnimatedInteger:J.b,SVGAnimatedLength:J.b,SVGAnimatedLengthList:J.b,SVGAnimatedNumber:J.b,SVGAnimatedNumberList:J.b,SVGAnimatedPreserveAspectRatio:J.b,SVGAnimatedRect:J.b,SVGAnimatedString:J.b,SVGAnimatedTransformList:J.b,SVGMatrix:J.b,SVGPoint:J.b,SVGPreserveAspectRatio:J.b,SVGRect:J.b,SVGUnitTypes:J.b,AudioListener:J.b,AudioParam:J.b,AudioProcessingEvent:J.b,AudioTrack:J.b,AudioWorkletGlobalScope:J.b,AudioWorkletProcessor:J.b,OfflineAudioCompletionEvent:J.b,PeriodicWave:J.b,WebGLActiveInfo:J.b,ANGLEInstancedArrays:J.b,ANGLE_instanced_arrays:J.b,WebGLBuffer:J.b,WebGLCanvas:J.b,WebGLColorBufferFloat:J.b,WebGLCompressedTextureASTC:J.b,WebGLCompressedTextureATC:J.b,WEBGL_compressed_texture_atc:J.b,WebGLCompressedTextureETC1:J.b,WEBGL_compressed_texture_etc1:J.b,WebGLCompressedTextureETC:J.b,WebGLCompressedTexturePVRTC:J.b,WEBGL_compressed_texture_pvrtc:J.b,WebGLCompressedTextureS3TC:J.b,WEBGL_compressed_texture_s3tc:J.b,WebGLCompressedTextureS3TCsRGB:J.b,WebGLContextEvent:J.b,WebGLDebugRendererInfo:J.b,WEBGL_debug_renderer_info:J.b,WebGLDebugShaders:J.b,WEBGL_debug_shaders:J.b,WebGLDepthTexture:J.b,WEBGL_depth_texture:J.b,WebGLDrawBuffers:J.b,WEBGL_draw_buffers:J.b,EXTsRGB:J.b,EXT_sRGB:J.b,EXTBlendMinMax:J.b,EXT_blend_minmax:J.b,EXTColorBufferFloat:J.b,EXTColorBufferHalfFloat:J.b,EXTDisjointTimerQuery:J.b,EXTDisjointTimerQueryWebGL2:J.b,EXTFragDepth:J.b,EXT_frag_depth:J.b,EXTShaderTextureLOD:J.b,EXT_shader_texture_lod:J.b,EXTTextureFilterAnisotropic:J.b,EXT_texture_filter_anisotropic:J.b,WebGLFramebuffer:J.b,WebGLGetBufferSubDataAsync:J.b,WebGLLoseContext:J.b,WebGLExtensionLoseContext:J.b,WEBGL_lose_context:J.b,OESElementIndexUint:J.b,OES_element_index_uint:J.b,OESStandardDerivatives:J.b,OES_standard_derivatives:J.b,OESTextureFloat:J.b,OES_texture_float:J.b,OESTextureFloatLinear:J.b,OES_texture_float_linear:J.b,OESTextureHalfFloat:J.b,OES_texture_half_float:J.b,OESTextureHalfFloatLinear:J.b,OES_texture_half_float_linear:J.b,OESVertexArrayObject:J.b,OES_vertex_array_object:J.b,WebGLProgram:J.b,WebGLQuery:J.b,WebGLRenderbuffer:J.b,WebGLRenderingContext:J.b,WebGL2RenderingContext:J.b,WebGLSampler:J.b,WebGLShader:J.b,WebGLShaderPrecisionFormat:J.b,WebGLSync:J.b,WebGLTexture:J.b,WebGLTimerQueryEXT:J.b,WebGLTransformFeedback:J.b,WebGLUniformLocation:J.b,WebGLVertexArrayObject:J.b,WebGLVertexArrayObjectOES:J.b,WebGL2RenderingContextBase:J.b,ArrayBuffer:A.uw,ArrayBufferView:A.uA,DataView:A.ux,Float32Array:A.Ds,Float64Array:A.Dt,Int16Array:A.Du,Int32Array:A.uy,Int8Array:A.Dv,Uint16Array:A.Dw,Uint32Array:A.uB,Uint8ClampedArray:A.uC,CanvasPixelArray:A.uC,Uint8Array:A.m4,HTMLAudioElement:A.ai,HTMLBRElement:A.ai,HTMLBaseElement:A.ai,HTMLBodyElement:A.ai,HTMLButtonElement:A.ai,HTMLCanvasElement:A.ai,HTMLContentElement:A.ai,HTMLDListElement:A.ai,HTMLDataElement:A.ai,HTMLDataListElement:A.ai,HTMLDetailsElement:A.ai,HTMLDialogElement:A.ai,HTMLDivElement:A.ai,HTMLEmbedElement:A.ai,HTMLFieldSetElement:A.ai,HTMLHRElement:A.ai,HTMLHeadElement:A.ai,HTMLHeadingElement:A.ai,HTMLHtmlElement:A.ai,HTMLIFrameElement:A.ai,HTMLImageElement:A.ai,HTMLInputElement:A.ai,HTMLLIElement:A.ai,HTMLLabelElement:A.ai,HTMLLegendElement:A.ai,HTMLLinkElement:A.ai,HTMLMapElement:A.ai,HTMLMediaElement:A.ai,HTMLMenuElement:A.ai,HTMLMetaElement:A.ai,HTMLMeterElement:A.ai,HTMLModElement:A.ai,HTMLOListElement:A.ai,HTMLObjectElement:A.ai,HTMLOptGroupElement:A.ai,HTMLOptionElement:A.ai,HTMLOutputElement:A.ai,HTMLParagraphElement:A.ai,HTMLParamElement:A.ai,HTMLPictureElement:A.ai,HTMLPreElement:A.ai,HTMLProgressElement:A.ai,HTMLQuoteElement:A.ai,HTMLScriptElement:A.ai,HTMLShadowElement:A.ai,HTMLSlotElement:A.ai,HTMLSourceElement:A.ai,HTMLSpanElement:A.ai,HTMLStyleElement:A.ai,HTMLTableCaptionElement:A.ai,HTMLTableCellElement:A.ai,HTMLTableDataCellElement:A.ai,HTMLTableHeaderCellElement:A.ai,HTMLTableColElement:A.ai,HTMLTableElement:A.ai,HTMLTableRowElement:A.ai,HTMLTableSectionElement:A.ai,HTMLTemplateElement:A.ai,HTMLTextAreaElement:A.ai,HTMLTimeElement:A.ai,HTMLTitleElement:A.ai,HTMLTrackElement:A.ai,HTMLUListElement:A.ai,HTMLUnknownElement:A.ai,HTMLVideoElement:A.ai,HTMLDirectoryElement:A.ai,HTMLFontElement:A.ai,HTMLFrameElement:A.ai,HTMLFrameSetElement:A.ai,HTMLMarqueeElement:A.ai,HTMLElement:A.ai,AccessibleNodeList:A.zU,HTMLAnchorElement:A.zX,HTMLAreaElement:A.A2,Blob:A.rc,CDATASection:A.hr,CharacterData:A.hr,Comment:A.hr,ProcessingInstruction:A.hr,Text:A.hr,CSSPerspective:A.B3,CSSCharsetRule:A.bG,CSSConditionRule:A.bG,CSSFontFaceRule:A.bG,CSSGroupingRule:A.bG,CSSImportRule:A.bG,CSSKeyframeRule:A.bG,MozCSSKeyframeRule:A.bG,WebKitCSSKeyframeRule:A.bG,CSSKeyframesRule:A.bG,MozCSSKeyframesRule:A.bG,WebKitCSSKeyframesRule:A.bG,CSSMediaRule:A.bG,CSSNamespaceRule:A.bG,CSSPageRule:A.bG,CSSRule:A.bG,CSSStyleRule:A.bG,CSSSupportsRule:A.bG,CSSViewportRule:A.bG,CSSStyleDeclaration:A.nO,MSStyleCSSProperties:A.nO,CSS2Properties:A.nO,CSSImageValue:A.dF,CSSKeywordValue:A.dF,CSSNumericValue:A.dF,CSSPositionValue:A.dF,CSSResourceValue:A.dF,CSSUnitValue:A.dF,CSSURLImageValue:A.dF,CSSStyleValue:A.dF,CSSMatrixComponent:A.fB,CSSRotation:A.fB,CSSScale:A.fB,CSSSkew:A.fB,CSSTranslation:A.fB,CSSTransformComponent:A.fB,CSSTransformValue:A.B4,CSSUnparsedValue:A.B5,DataTransferItemList:A.Bd,DOMException:A.BB,ClientRectList:A.rU,DOMRectList:A.rU,DOMRectReadOnly:A.rV,DOMStringList:A.BD,DOMTokenList:A.BF,MathMLElement:A.ag,SVGAElement:A.ag,SVGAnimateElement:A.ag,SVGAnimateMotionElement:A.ag,SVGAnimateTransformElement:A.ag,SVGAnimationElement:A.ag,SVGCircleElement:A.ag,SVGClipPathElement:A.ag,SVGDefsElement:A.ag,SVGDescElement:A.ag,SVGDiscardElement:A.ag,SVGEllipseElement:A.ag,SVGFEBlendElement:A.ag,SVGFEColorMatrixElement:A.ag,SVGFEComponentTransferElement:A.ag,SVGFECompositeElement:A.ag,SVGFEConvolveMatrixElement:A.ag,SVGFEDiffuseLightingElement:A.ag,SVGFEDisplacementMapElement:A.ag,SVGFEDistantLightElement:A.ag,SVGFEFloodElement:A.ag,SVGFEFuncAElement:A.ag,SVGFEFuncBElement:A.ag,SVGFEFuncGElement:A.ag,SVGFEFuncRElement:A.ag,SVGFEGaussianBlurElement:A.ag,SVGFEImageElement:A.ag,SVGFEMergeElement:A.ag,SVGFEMergeNodeElement:A.ag,SVGFEMorphologyElement:A.ag,SVGFEOffsetElement:A.ag,SVGFEPointLightElement:A.ag,SVGFESpecularLightingElement:A.ag,SVGFESpotLightElement:A.ag,SVGFETileElement:A.ag,SVGFETurbulenceElement:A.ag,SVGFilterElement:A.ag,SVGForeignObjectElement:A.ag,SVGGElement:A.ag,SVGGeometryElement:A.ag,SVGGraphicsElement:A.ag,SVGImageElement:A.ag,SVGLineElement:A.ag,SVGLinearGradientElement:A.ag,SVGMarkerElement:A.ag,SVGMaskElement:A.ag,SVGMetadataElement:A.ag,SVGPathElement:A.ag,SVGPatternElement:A.ag,SVGPolygonElement:A.ag,SVGPolylineElement:A.ag,SVGRadialGradientElement:A.ag,SVGRectElement:A.ag,SVGScriptElement:A.ag,SVGSetElement:A.ag,SVGStopElement:A.ag,SVGStyleElement:A.ag,SVGElement:A.ag,SVGSVGElement:A.ag,SVGSwitchElement:A.ag,SVGSymbolElement:A.ag,SVGTSpanElement:A.ag,SVGTextContentElement:A.ag,SVGTextElement:A.ag,SVGTextPathElement:A.ag,SVGTextPositioningElement:A.ag,SVGTitleElement:A.ag,SVGUseElement:A.ag,SVGViewElement:A.ag,SVGGradientElement:A.ag,SVGComponentTransferFunctionElement:A.ag,SVGFEDropShadowElement:A.ag,SVGMPathElement:A.ag,Element:A.ag,AbsoluteOrientationSensor:A.P,Accelerometer:A.P,AccessibleNode:A.P,AmbientLightSensor:A.P,Animation:A.P,ApplicationCache:A.P,DOMApplicationCache:A.P,OfflineResourceList:A.P,BackgroundFetchRegistration:A.P,BatteryManager:A.P,BroadcastChannel:A.P,CanvasCaptureMediaStreamTrack:A.P,DedicatedWorkerGlobalScope:A.P,EventSource:A.P,FileReader:A.P,FontFaceSet:A.P,Gyroscope:A.P,XMLHttpRequest:A.P,XMLHttpRequestEventTarget:A.P,XMLHttpRequestUpload:A.P,LinearAccelerationSensor:A.P,Magnetometer:A.P,MediaDevices:A.P,MediaKeySession:A.P,MediaQueryList:A.P,MediaRecorder:A.P,MediaSource:A.P,MediaStream:A.P,MediaStreamTrack:A.P,MessagePort:A.P,MIDIAccess:A.P,MIDIInput:A.P,MIDIOutput:A.P,MIDIPort:A.P,NetworkInformation:A.P,Notification:A.P,OffscreenCanvas:A.P,OrientationSensor:A.P,PaymentRequest:A.P,Performance:A.P,PermissionStatus:A.P,PresentationAvailability:A.P,PresentationConnection:A.P,PresentationConnectionList:A.P,PresentationRequest:A.P,RelativeOrientationSensor:A.P,RemotePlayback:A.P,RTCDataChannel:A.P,DataChannel:A.P,RTCDTMFSender:A.P,RTCPeerConnection:A.P,webkitRTCPeerConnection:A.P,mozRTCPeerConnection:A.P,ScreenOrientation:A.P,Sensor:A.P,ServiceWorker:A.P,ServiceWorkerContainer:A.P,ServiceWorkerGlobalScope:A.P,ServiceWorkerRegistration:A.P,SharedWorker:A.P,SharedWorkerGlobalScope:A.P,SpeechRecognition:A.P,webkitSpeechRecognition:A.P,SpeechSynthesis:A.P,SpeechSynthesisUtterance:A.P,VR:A.P,VRDevice:A.P,VRDisplay:A.P,VRSession:A.P,VisualViewport:A.P,WebSocket:A.P,Worker:A.P,WorkerGlobalScope:A.P,WorkerPerformance:A.P,BluetoothDevice:A.P,BluetoothRemoteGATTCharacteristic:A.P,Clipboard:A.P,MojoInterfaceInterceptor:A.P,USB:A.P,IDBDatabase:A.P,IDBOpenDBRequest:A.P,IDBVersionChangeRequest:A.P,IDBRequest:A.P,IDBTransaction:A.P,AnalyserNode:A.P,RealtimeAnalyserNode:A.P,AudioBufferSourceNode:A.P,AudioDestinationNode:A.P,AudioNode:A.P,AudioScheduledSourceNode:A.P,AudioWorkletNode:A.P,BiquadFilterNode:A.P,ChannelMergerNode:A.P,AudioChannelMerger:A.P,ChannelSplitterNode:A.P,AudioChannelSplitter:A.P,ConstantSourceNode:A.P,ConvolverNode:A.P,DelayNode:A.P,DynamicsCompressorNode:A.P,GainNode:A.P,AudioGainNode:A.P,IIRFilterNode:A.P,MediaElementAudioSourceNode:A.P,MediaStreamAudioDestinationNode:A.P,MediaStreamAudioSourceNode:A.P,OscillatorNode:A.P,Oscillator:A.P,PannerNode:A.P,AudioPannerNode:A.P,webkitAudioPannerNode:A.P,ScriptProcessorNode:A.P,JavaScriptAudioNode:A.P,StereoPannerNode:A.P,WaveShaperNode:A.P,EventTarget:A.P,File:A.eY,FileList:A.BU,FileWriter:A.BW,HTMLFormElement:A.Cf,Gamepad:A.f0,History:A.Cu,HTMLCollection:A.lG,HTMLFormControlsCollection:A.lG,HTMLOptionsCollection:A.lG,Location:A.D1,MediaList:A.Dh,MIDIInputMap:A.Dl,MIDIOutputMap:A.Dm,MimeType:A.f7,MimeTypeArray:A.Dn,Document:A.ba,DocumentFragment:A.ba,HTMLDocument:A.ba,ShadowRoot:A.ba,XMLDocument:A.ba,Attr:A.ba,DocumentType:A.ba,Node:A.ba,NodeList:A.uF,RadioNodeList:A.uF,Plugin:A.fb,PluginArray:A.E1,RTCStatsReport:A.F1,HTMLSelectElement:A.Fi,SourceBuffer:A.fg,SourceBufferList:A.FO,SpeechGrammar:A.fh,SpeechGrammarList:A.FU,SpeechRecognitionResult:A.fi,Storage:A.G2,CSSStyleSheet:A.eh,StyleSheet:A.eh,TextTrack:A.fl,TextTrackCue:A.ej,VTTCue:A.ej,TextTrackCueList:A.Gl,TextTrackList:A.Gm,TimeRanges:A.Gr,Touch:A.fn,TouchList:A.Gv,TrackDefaultList:A.Gw,URL:A.GJ,VideoTrackList:A.GO,Window:A.pN,DOMWindow:A.pN,CSSRuleList:A.HY,ClientRect:A.wT,DOMRect:A.wT,GamepadList:A.J7,NamedNodeMap:A.xF,MozNamedAttrMap:A.xF,SpeechRecognitionResultList:A.Mz,StyleSheetList:A.ML,SVGLength:A.fO,SVGLengthList:A.CV,SVGNumber:A.fR,SVGNumberList:A.DI,SVGPointList:A.E2,SVGStringList:A.G6,SVGTransform:A.h5,SVGTransformList:A.Gx,AudioBuffer:A.A8,AudioParamMap:A.A9,AudioTrackList:A.Aa,AudioContext:A.jF,webkitAudioContext:A.jF,BaseAudioContext:A.jF,OfflineAudioContext:A.DJ}) +hunkHelpers.setOrUpdateLeafTags({WebGL:true,AbortPaymentEvent:true,AnimationEffectReadOnly:true,AnimationEffectTiming:true,AnimationEffectTimingReadOnly:true,AnimationEvent:true,AnimationPlaybackEvent:true,AnimationTimeline:true,AnimationWorkletGlobalScope:true,ApplicationCacheErrorEvent:true,AuthenticatorAssertionResponse:true,AuthenticatorAttestationResponse:true,AuthenticatorResponse:true,BackgroundFetchClickEvent:true,BackgroundFetchEvent:true,BackgroundFetchFailEvent:true,BackgroundFetchFetch:true,BackgroundFetchManager:true,BackgroundFetchSettledFetch:true,BackgroundFetchedEvent:true,BarProp:true,BarcodeDetector:true,BeforeInstallPromptEvent:true,BeforeUnloadEvent:true,BlobEvent:true,BluetoothRemoteGATTDescriptor:true,Body:true,BudgetState:true,CacheStorage:true,CanMakePaymentEvent:true,CanvasGradient:true,CanvasPattern:true,CanvasRenderingContext2D:true,Client:true,Clients:true,ClipboardEvent:true,CloseEvent:true,CompositionEvent:true,CookieStore:true,Coordinates:true,Credential:true,CredentialUserData:true,CredentialsContainer:true,Crypto:true,CryptoKey:true,CSS:true,CSSVariableReferenceValue:true,CustomElementRegistry:true,CustomEvent:true,DataTransfer:true,DataTransferItem:true,DeprecatedStorageInfo:true,DeprecatedStorageQuota:true,DeprecationReport:true,DetectedBarcode:true,DetectedFace:true,DetectedText:true,DeviceAcceleration:true,DeviceMotionEvent:true,DeviceOrientationEvent:true,DeviceRotationRate:true,DirectoryEntry:true,webkitFileSystemDirectoryEntry:true,FileSystemDirectoryEntry:true,DirectoryReader:true,WebKitDirectoryReader:true,webkitFileSystemDirectoryReader:true,FileSystemDirectoryReader:true,DocumentOrShadowRoot:true,DocumentTimeline:true,DOMError:true,DOMImplementation:true,Iterator:true,DOMMatrix:true,DOMMatrixReadOnly:true,DOMParser:true,DOMPoint:true,DOMPointReadOnly:true,DOMQuad:true,DOMStringMap:true,Entry:true,webkitFileSystemEntry:true,FileSystemEntry:true,ErrorEvent:true,Event:true,InputEvent:true,SubmitEvent:true,ExtendableEvent:true,ExtendableMessageEvent:true,External:true,FaceDetector:true,FederatedCredential:true,FetchEvent:true,FileEntry:true,webkitFileSystemFileEntry:true,FileSystemFileEntry:true,DOMFileSystem:true,WebKitFileSystem:true,webkitFileSystem:true,FileSystem:true,FocusEvent:true,FontFace:true,FontFaceSetLoadEvent:true,FontFaceSource:true,ForeignFetchEvent:true,FormData:true,GamepadButton:true,GamepadEvent:true,GamepadPose:true,Geolocation:true,Position:true,GeolocationPosition:true,HashChangeEvent:true,Headers:true,HTMLHyperlinkElementUtils:true,IdleDeadline:true,ImageBitmap:true,ImageBitmapRenderingContext:true,ImageCapture:true,ImageData:true,InputDeviceCapabilities:true,InstallEvent:true,IntersectionObserver:true,IntersectionObserverEntry:true,InterventionReport:true,KeyboardEvent:true,KeyframeEffect:true,KeyframeEffectReadOnly:true,MediaCapabilities:true,MediaCapabilitiesInfo:true,MediaDeviceInfo:true,MediaEncryptedEvent:true,MediaError:true,MediaKeyMessageEvent:true,MediaKeyStatusMap:true,MediaKeySystemAccess:true,MediaKeys:true,MediaKeysPolicy:true,MediaMetadata:true,MediaQueryListEvent:true,MediaSession:true,MediaSettingsRange:true,MediaStreamEvent:true,MediaStreamTrackEvent:true,MemoryInfo:true,MessageChannel:true,MessageEvent:true,Metadata:true,MIDIConnectionEvent:true,MIDIMessageEvent:true,MouseEvent:true,DragEvent:true,MutationEvent:true,MutationObserver:true,WebKitMutationObserver:true,MutationRecord:true,NavigationPreloadManager:true,Navigator:true,NavigatorAutomationInformation:true,NavigatorConcurrentHardware:true,NavigatorCookies:true,NavigatorUserMediaError:true,NodeFilter:true,NodeIterator:true,NonDocumentTypeChildNode:true,NonElementParentNode:true,NoncedElement:true,NotificationEvent:true,OffscreenCanvasRenderingContext2D:true,OverconstrainedError:true,PageTransitionEvent:true,PaintRenderingContext2D:true,PaintSize:true,PaintWorkletGlobalScope:true,PasswordCredential:true,Path2D:true,PaymentAddress:true,PaymentInstruments:true,PaymentManager:true,PaymentRequestEvent:true,PaymentRequestUpdateEvent:true,PaymentResponse:true,PerformanceEntry:true,PerformanceLongTaskTiming:true,PerformanceMark:true,PerformanceMeasure:true,PerformanceNavigation:true,PerformanceNavigationTiming:true,PerformanceObserver:true,PerformanceObserverEntryList:true,PerformancePaintTiming:true,PerformanceResourceTiming:true,PerformanceServerTiming:true,PerformanceTiming:true,Permissions:true,PhotoCapabilities:true,PointerEvent:true,PopStateEvent:true,PositionError:true,GeolocationPositionError:true,Presentation:true,PresentationConnectionAvailableEvent:true,PresentationConnectionCloseEvent:true,PresentationReceiver:true,ProgressEvent:true,PromiseRejectionEvent:true,PublicKeyCredential:true,PushEvent:true,PushManager:true,PushMessageData:true,PushSubscription:true,PushSubscriptionOptions:true,Range:true,RelatedApplication:true,ReportBody:true,ReportingObserver:true,ResizeObserver:true,ResizeObserverEntry:true,RTCCertificate:true,RTCDataChannelEvent:true,RTCDTMFToneChangeEvent:true,RTCIceCandidate:true,mozRTCIceCandidate:true,RTCLegacyStatsReport:true,RTCPeerConnectionIceEvent:true,RTCRtpContributingSource:true,RTCRtpReceiver:true,RTCRtpSender:true,RTCSessionDescription:true,mozRTCSessionDescription:true,RTCStatsResponse:true,RTCTrackEvent:true,Screen:true,ScrollState:true,ScrollTimeline:true,SecurityPolicyViolationEvent:true,Selection:true,SensorErrorEvent:true,SharedArrayBuffer:true,SpeechRecognitionAlternative:true,SpeechRecognitionError:true,SpeechRecognitionEvent:true,SpeechSynthesisEvent:true,SpeechSynthesisVoice:true,StaticRange:true,StorageEvent:true,StorageManager:true,StyleMedia:true,StylePropertyMap:true,StylePropertyMapReadonly:true,SyncEvent:true,SyncManager:true,TaskAttributionTiming:true,TextDetector:true,TextEvent:true,TextMetrics:true,TouchEvent:true,TrackDefault:true,TrackEvent:true,TransitionEvent:true,WebKitTransitionEvent:true,TreeWalker:true,TrustedHTML:true,TrustedScriptURL:true,TrustedURL:true,UIEvent:true,UnderlyingSourceBase:true,URLSearchParams:true,VRCoordinateSystem:true,VRDeviceEvent:true,VRDisplayCapabilities:true,VRDisplayEvent:true,VREyeParameters:true,VRFrameData:true,VRFrameOfReference:true,VRPose:true,VRSessionEvent:true,VRStageBounds:true,VRStageBoundsPoint:true,VRStageParameters:true,ValidityState:true,VideoPlaybackQuality:true,VideoTrack:true,VTTRegion:true,WheelEvent:true,WindowClient:true,WorkletAnimation:true,WorkletGlobalScope:true,XPathEvaluator:true,XPathExpression:true,XPathNSResolver:true,XPathResult:true,XMLSerializer:true,XSLTProcessor:true,Bluetooth:true,BluetoothCharacteristicProperties:true,BluetoothRemoteGATTServer:true,BluetoothRemoteGATTService:true,BluetoothUUID:true,BudgetService:true,Cache:true,DOMFileSystemSync:true,DirectoryEntrySync:true,DirectoryReaderSync:true,EntrySync:true,FileEntrySync:true,FileReaderSync:true,FileWriterSync:true,HTMLAllCollection:true,Mojo:true,MojoHandle:true,MojoInterfaceRequestEvent:true,MojoWatcher:true,NFC:true,PagePopupController:true,Report:true,Request:true,ResourceProgressEvent:true,Response:true,SubtleCrypto:true,USBAlternateInterface:true,USBConfiguration:true,USBConnectionEvent:true,USBDevice:true,USBEndpoint:true,USBInTransferResult:true,USBInterface:true,USBIsochronousInTransferPacket:true,USBIsochronousInTransferResult:true,USBIsochronousOutTransferPacket:true,USBIsochronousOutTransferResult:true,USBOutTransferResult:true,WorkerLocation:true,WorkerNavigator:true,Worklet:true,IDBCursor:true,IDBCursorWithValue:true,IDBFactory:true,IDBIndex:true,IDBKeyRange:true,IDBObjectStore:true,IDBObservation:true,IDBObserver:true,IDBObserverChanges:true,IDBVersionChangeEvent:true,SVGAngle:true,SVGAnimatedAngle:true,SVGAnimatedBoolean:true,SVGAnimatedEnumeration:true,SVGAnimatedInteger:true,SVGAnimatedLength:true,SVGAnimatedLengthList:true,SVGAnimatedNumber:true,SVGAnimatedNumberList:true,SVGAnimatedPreserveAspectRatio:true,SVGAnimatedRect:true,SVGAnimatedString:true,SVGAnimatedTransformList:true,SVGMatrix:true,SVGPoint:true,SVGPreserveAspectRatio:true,SVGRect:true,SVGUnitTypes:true,AudioListener:true,AudioParam:true,AudioProcessingEvent:true,AudioTrack:true,AudioWorkletGlobalScope:true,AudioWorkletProcessor:true,OfflineAudioCompletionEvent:true,PeriodicWave:true,WebGLActiveInfo:true,ANGLEInstancedArrays:true,ANGLE_instanced_arrays:true,WebGLBuffer:true,WebGLCanvas:true,WebGLColorBufferFloat:true,WebGLCompressedTextureASTC:true,WebGLCompressedTextureATC:true,WEBGL_compressed_texture_atc:true,WebGLCompressedTextureETC1:true,WEBGL_compressed_texture_etc1:true,WebGLCompressedTextureETC:true,WebGLCompressedTexturePVRTC:true,WEBGL_compressed_texture_pvrtc:true,WebGLCompressedTextureS3TC:true,WEBGL_compressed_texture_s3tc:true,WebGLCompressedTextureS3TCsRGB:true,WebGLContextEvent:true,WebGLDebugRendererInfo:true,WEBGL_debug_renderer_info:true,WebGLDebugShaders:true,WEBGL_debug_shaders:true,WebGLDepthTexture:true,WEBGL_depth_texture:true,WebGLDrawBuffers:true,WEBGL_draw_buffers:true,EXTsRGB:true,EXT_sRGB:true,EXTBlendMinMax:true,EXT_blend_minmax:true,EXTColorBufferFloat:true,EXTColorBufferHalfFloat:true,EXTDisjointTimerQuery:true,EXTDisjointTimerQueryWebGL2:true,EXTFragDepth:true,EXT_frag_depth:true,EXTShaderTextureLOD:true,EXT_shader_texture_lod:true,EXTTextureFilterAnisotropic:true,EXT_texture_filter_anisotropic:true,WebGLFramebuffer:true,WebGLGetBufferSubDataAsync:true,WebGLLoseContext:true,WebGLExtensionLoseContext:true,WEBGL_lose_context:true,OESElementIndexUint:true,OES_element_index_uint:true,OESStandardDerivatives:true,OES_standard_derivatives:true,OESTextureFloat:true,OES_texture_float:true,OESTextureFloatLinear:true,OES_texture_float_linear:true,OESTextureHalfFloat:true,OES_texture_half_float:true,OESTextureHalfFloatLinear:true,OES_texture_half_float_linear:true,OESVertexArrayObject:true,OES_vertex_array_object:true,WebGLProgram:true,WebGLQuery:true,WebGLRenderbuffer:true,WebGLRenderingContext:true,WebGL2RenderingContext:true,WebGLSampler:true,WebGLShader:true,WebGLShaderPrecisionFormat:true,WebGLSync:true,WebGLTexture:true,WebGLTimerQueryEXT:true,WebGLTransformFeedback:true,WebGLUniformLocation:true,WebGLVertexArrayObject:true,WebGLVertexArrayObjectOES:true,WebGL2RenderingContextBase:true,ArrayBuffer:true,ArrayBufferView:false,DataView:true,Float32Array:true,Float64Array:true,Int16Array:true,Int32Array:true,Int8Array:true,Uint16Array:true,Uint32Array:true,Uint8ClampedArray:true,CanvasPixelArray:true,Uint8Array:false,HTMLAudioElement:true,HTMLBRElement:true,HTMLBaseElement:true,HTMLBodyElement:true,HTMLButtonElement:true,HTMLCanvasElement:true,HTMLContentElement:true,HTMLDListElement:true,HTMLDataElement:true,HTMLDataListElement:true,HTMLDetailsElement:true,HTMLDialogElement:true,HTMLDivElement:true,HTMLEmbedElement:true,HTMLFieldSetElement:true,HTMLHRElement:true,HTMLHeadElement:true,HTMLHeadingElement:true,HTMLHtmlElement:true,HTMLIFrameElement:true,HTMLImageElement:true,HTMLInputElement:true,HTMLLIElement:true,HTMLLabelElement:true,HTMLLegendElement:true,HTMLLinkElement:true,HTMLMapElement:true,HTMLMediaElement:true,HTMLMenuElement:true,HTMLMetaElement:true,HTMLMeterElement:true,HTMLModElement:true,HTMLOListElement:true,HTMLObjectElement:true,HTMLOptGroupElement:true,HTMLOptionElement:true,HTMLOutputElement:true,HTMLParagraphElement:true,HTMLParamElement:true,HTMLPictureElement:true,HTMLPreElement:true,HTMLProgressElement:true,HTMLQuoteElement:true,HTMLScriptElement:true,HTMLShadowElement:true,HTMLSlotElement:true,HTMLSourceElement:true,HTMLSpanElement:true,HTMLStyleElement:true,HTMLTableCaptionElement:true,HTMLTableCellElement:true,HTMLTableDataCellElement:true,HTMLTableHeaderCellElement:true,HTMLTableColElement:true,HTMLTableElement:true,HTMLTableRowElement:true,HTMLTableSectionElement:true,HTMLTemplateElement:true,HTMLTextAreaElement:true,HTMLTimeElement:true,HTMLTitleElement:true,HTMLTrackElement:true,HTMLUListElement:true,HTMLUnknownElement:true,HTMLVideoElement:true,HTMLDirectoryElement:true,HTMLFontElement:true,HTMLFrameElement:true,HTMLFrameSetElement:true,HTMLMarqueeElement:true,HTMLElement:false,AccessibleNodeList:true,HTMLAnchorElement:true,HTMLAreaElement:true,Blob:false,CDATASection:true,CharacterData:true,Comment:true,ProcessingInstruction:true,Text:true,CSSPerspective:true,CSSCharsetRule:true,CSSConditionRule:true,CSSFontFaceRule:true,CSSGroupingRule:true,CSSImportRule:true,CSSKeyframeRule:true,MozCSSKeyframeRule:true,WebKitCSSKeyframeRule:true,CSSKeyframesRule:true,MozCSSKeyframesRule:true,WebKitCSSKeyframesRule:true,CSSMediaRule:true,CSSNamespaceRule:true,CSSPageRule:true,CSSRule:true,CSSStyleRule:true,CSSSupportsRule:true,CSSViewportRule:true,CSSStyleDeclaration:true,MSStyleCSSProperties:true,CSS2Properties:true,CSSImageValue:true,CSSKeywordValue:true,CSSNumericValue:true,CSSPositionValue:true,CSSResourceValue:true,CSSUnitValue:true,CSSURLImageValue:true,CSSStyleValue:false,CSSMatrixComponent:true,CSSRotation:true,CSSScale:true,CSSSkew:true,CSSTranslation:true,CSSTransformComponent:false,CSSTransformValue:true,CSSUnparsedValue:true,DataTransferItemList:true,DOMException:true,ClientRectList:true,DOMRectList:true,DOMRectReadOnly:false,DOMStringList:true,DOMTokenList:true,MathMLElement:true,SVGAElement:true,SVGAnimateElement:true,SVGAnimateMotionElement:true,SVGAnimateTransformElement:true,SVGAnimationElement:true,SVGCircleElement:true,SVGClipPathElement:true,SVGDefsElement:true,SVGDescElement:true,SVGDiscardElement:true,SVGEllipseElement:true,SVGFEBlendElement:true,SVGFEColorMatrixElement:true,SVGFEComponentTransferElement:true,SVGFECompositeElement:true,SVGFEConvolveMatrixElement:true,SVGFEDiffuseLightingElement:true,SVGFEDisplacementMapElement:true,SVGFEDistantLightElement:true,SVGFEFloodElement:true,SVGFEFuncAElement:true,SVGFEFuncBElement:true,SVGFEFuncGElement:true,SVGFEFuncRElement:true,SVGFEGaussianBlurElement:true,SVGFEImageElement:true,SVGFEMergeElement:true,SVGFEMergeNodeElement:true,SVGFEMorphologyElement:true,SVGFEOffsetElement:true,SVGFEPointLightElement:true,SVGFESpecularLightingElement:true,SVGFESpotLightElement:true,SVGFETileElement:true,SVGFETurbulenceElement:true,SVGFilterElement:true,SVGForeignObjectElement:true,SVGGElement:true,SVGGeometryElement:true,SVGGraphicsElement:true,SVGImageElement:true,SVGLineElement:true,SVGLinearGradientElement:true,SVGMarkerElement:true,SVGMaskElement:true,SVGMetadataElement:true,SVGPathElement:true,SVGPatternElement:true,SVGPolygonElement:true,SVGPolylineElement:true,SVGRadialGradientElement:true,SVGRectElement:true,SVGScriptElement:true,SVGSetElement:true,SVGStopElement:true,SVGStyleElement:true,SVGElement:true,SVGSVGElement:true,SVGSwitchElement:true,SVGSymbolElement:true,SVGTSpanElement:true,SVGTextContentElement:true,SVGTextElement:true,SVGTextPathElement:true,SVGTextPositioningElement:true,SVGTitleElement:true,SVGUseElement:true,SVGViewElement:true,SVGGradientElement:true,SVGComponentTransferFunctionElement:true,SVGFEDropShadowElement:true,SVGMPathElement:true,Element:false,AbsoluteOrientationSensor:true,Accelerometer:true,AccessibleNode:true,AmbientLightSensor:true,Animation:true,ApplicationCache:true,DOMApplicationCache:true,OfflineResourceList:true,BackgroundFetchRegistration:true,BatteryManager:true,BroadcastChannel:true,CanvasCaptureMediaStreamTrack:true,DedicatedWorkerGlobalScope:true,EventSource:true,FileReader:true,FontFaceSet:true,Gyroscope:true,XMLHttpRequest:true,XMLHttpRequestEventTarget:true,XMLHttpRequestUpload:true,LinearAccelerationSensor:true,Magnetometer:true,MediaDevices:true,MediaKeySession:true,MediaQueryList:true,MediaRecorder:true,MediaSource:true,MediaStream:true,MediaStreamTrack:true,MessagePort:true,MIDIAccess:true,MIDIInput:true,MIDIOutput:true,MIDIPort:true,NetworkInformation:true,Notification:true,OffscreenCanvas:true,OrientationSensor:true,PaymentRequest:true,Performance:true,PermissionStatus:true,PresentationAvailability:true,PresentationConnection:true,PresentationConnectionList:true,PresentationRequest:true,RelativeOrientationSensor:true,RemotePlayback:true,RTCDataChannel:true,DataChannel:true,RTCDTMFSender:true,RTCPeerConnection:true,webkitRTCPeerConnection:true,mozRTCPeerConnection:true,ScreenOrientation:true,Sensor:true,ServiceWorker:true,ServiceWorkerContainer:true,ServiceWorkerGlobalScope:true,ServiceWorkerRegistration:true,SharedWorker:true,SharedWorkerGlobalScope:true,SpeechRecognition:true,webkitSpeechRecognition:true,SpeechSynthesis:true,SpeechSynthesisUtterance:true,VR:true,VRDevice:true,VRDisplay:true,VRSession:true,VisualViewport:true,WebSocket:true,Worker:true,WorkerGlobalScope:true,WorkerPerformance:true,BluetoothDevice:true,BluetoothRemoteGATTCharacteristic:true,Clipboard:true,MojoInterfaceInterceptor:true,USB:true,IDBDatabase:true,IDBOpenDBRequest:true,IDBVersionChangeRequest:true,IDBRequest:true,IDBTransaction:true,AnalyserNode:true,RealtimeAnalyserNode:true,AudioBufferSourceNode:true,AudioDestinationNode:true,AudioNode:true,AudioScheduledSourceNode:true,AudioWorkletNode:true,BiquadFilterNode:true,ChannelMergerNode:true,AudioChannelMerger:true,ChannelSplitterNode:true,AudioChannelSplitter:true,ConstantSourceNode:true,ConvolverNode:true,DelayNode:true,DynamicsCompressorNode:true,GainNode:true,AudioGainNode:true,IIRFilterNode:true,MediaElementAudioSourceNode:true,MediaStreamAudioDestinationNode:true,MediaStreamAudioSourceNode:true,OscillatorNode:true,Oscillator:true,PannerNode:true,AudioPannerNode:true,webkitAudioPannerNode:true,ScriptProcessorNode:true,JavaScriptAudioNode:true,StereoPannerNode:true,WaveShaperNode:true,EventTarget:false,File:true,FileList:true,FileWriter:true,HTMLFormElement:true,Gamepad:true,History:true,HTMLCollection:true,HTMLFormControlsCollection:true,HTMLOptionsCollection:true,Location:true,MediaList:true,MIDIInputMap:true,MIDIOutputMap:true,MimeType:true,MimeTypeArray:true,Document:true,DocumentFragment:true,HTMLDocument:true,ShadowRoot:true,XMLDocument:true,Attr:true,DocumentType:true,Node:false,NodeList:true,RadioNodeList:true,Plugin:true,PluginArray:true,RTCStatsReport:true,HTMLSelectElement:true,SourceBuffer:true,SourceBufferList:true,SpeechGrammar:true,SpeechGrammarList:true,SpeechRecognitionResult:true,Storage:true,CSSStyleSheet:true,StyleSheet:true,TextTrack:true,TextTrackCue:true,VTTCue:true,TextTrackCueList:true,TextTrackList:true,TimeRanges:true,Touch:true,TouchList:true,TrackDefaultList:true,URL:true,VideoTrackList:true,Window:true,DOMWindow:true,CSSRuleList:true,ClientRect:true,DOMRect:true,GamepadList:true,NamedNodeMap:true,MozNamedAttrMap:true,SpeechRecognitionResultList:true,StyleSheetList:true,SVGLength:true,SVGLengthList:true,SVGNumber:true,SVGNumberList:true,SVGPointList:true,SVGStringList:true,SVGTransform:true,SVGTransformList:true,AudioBuffer:true,AudioParamMap:true,AudioTrackList:true,AudioContext:true,webkitAudioContext:true,BaseAudioContext:false,OfflineAudioContext:true}) +A.oD.$nativeSuperclassTag="ArrayBufferView" +A.xG.$nativeSuperclassTag="ArrayBufferView" +A.xH.$nativeSuperclassTag="ArrayBufferView" +A.uz.$nativeSuperclassTag="ArrayBufferView" +A.xI.$nativeSuperclassTag="ArrayBufferView" +A.xJ.$nativeSuperclassTag="ArrayBufferView" +A.eJ.$nativeSuperclassTag="ArrayBufferView" +A.ys.$nativeSuperclassTag="EventTarget" +A.yt.$nativeSuperclassTag="EventTarget" +A.yK.$nativeSuperclassTag="EventTarget" +A.yL.$nativeSuperclassTag="EventTarget"})() +Function.prototype.$0=function(){return this()} +Function.prototype.$1=function(a){return this(a)} +Function.prototype.$2=function(a,b){return this(a,b)} +Function.prototype.$3=function(a,b,c){return this(a,b,c)} +Function.prototype.$4=function(a,b,c,d){return this(a,b,c,d)} +Function.prototype.$1$1=function(a){return this(a)} +Function.prototype.$1$0=function(){return this()} +Function.prototype.$5=function(a,b,c,d,e){return this(a,b,c,d,e)} +Function.prototype.$2$1=function(a){return this(a)} +Function.prototype.$1$2=function(a,b){return this(a,b)} +Function.prototype.$1$5=function(a,b,c,d,e){return this(a,b,c,d,e)} +Function.prototype.$2$0=function(){return this()} +Function.prototype.$6=function(a,b,c,d,e,f){return this(a,b,c,d,e,f)} +convertAllToFastObject(w) +convertToFastObject($);(function(a){if(typeof document==="undefined"){a(null) +return}if(typeof document.currentScript!="undefined"){a(document.currentScript) +return}var s=document.scripts +function onLoad(b){for(var q=0;q=3.2.0 <4.0.0" - flutter: ">=3.16.0" diff --git a/pubspec.yaml b/pubspec.yaml deleted file mode 100644 index 6fefd43..0000000 --- a/pubspec.yaml +++ /dev/null @@ -1,36 +0,0 @@ -name: website -description: A new Flutter project. - -publish_to: "none" - -version: 1.0.0+1 - -environment: - sdk: '>=3.1.1 <4.0.0' - -dependencies: - flutter: - sdk: flutter - - flutter_tabler_icons: ^1.21.0 - github: ^9.23.0 - path: ^1.8.3 - shimmer: ^3.0.0 - ubuntu_service: ^0.3.1 - universal_html: ^2.2.4 - url_launcher: ^6.2.5 - yaru: ^1.2.2 - yaru_icons: ^2.4.0 - yaru_widgets: ^3.6.0 - -dev_dependencies: - flutter_test: - sdk: flutter - - flutter_lints: ^2.0.0 - -flutter: - assets: - - assets/ - - diff --git a/version.json b/version.json new file mode 100644 index 0000000..2c6c013 --- /dev/null +++ b/version.json @@ -0,0 +1 @@ +{"app_name":"website","version":"1.0.0","build_number":"1","package_name":"website"} \ No newline at end of file