diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml deleted file mode 100644 index 8ce9275..0000000 --- a/.github/dependabot.yaml +++ /dev/null @@ -1,10 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - - package-ecosystem: "pub" - directory: "/" - schedule: - interval: "daily" diff --git a/.github/workflows/deploy_web.yaml b/.github/workflows/deploy_web.yaml deleted file mode 100644 index 8874895..0000000 --- a/.github/workflows/deploy_web.yaml +++ /dev/null @@ -1,60 +0,0 @@ -name: "Deploy Web App to Github Pages" - -concurrency: - group: ${{ github.ref }} - cancel-in-progress: true - -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - name: ๐Ÿ“š Git Checkout - uses: actions/checkout@v4 - - - name: ๐Ÿคซ Set API Keys - run: echo $API_KEYS_JSON | base64 -d > api-keys.json - env: - API_KEYS_JSON: ${{ secrets.API_KEYS_JSON }} - - - name: ๐Ÿฆ Setup Flutter - uses: subosito/flutter-action@v2 - with: - cache: true - cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }} - - - name: ๐Ÿ“ฆ Install Dependencies - run: | - flutter pub get - - - name: โš™๏ธ Run Code Generation - run: | - flutter pub run build_runner build --delete-conflicting-outputs - - - name: ๐ŸŒ Enable Web - run: | - flutter config --enable-web - - - name: ๐Ÿ› ๏ธ Build Web - run: flutter build web --release -t lib/main.dart --dart-define-from-file api-keys.json --web-renderer canvaskit - - - name: ๐Ÿค– Configure Github Actions - run: | - git config user.name github-actions - git config user.email github-actions@github.com - - - name: ๐ŸŽ„ Extract Web Build - run: | - git --work-tree build/web add --all - git add .well-known --all - git add _config.yml - - - name: ๐Ÿš€ Push to gh-pages - run: | - git commit -m "Automatic deployment by github-actions" - git push origin HEAD:gh-pages --force diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml deleted file mode 100644 index bcde269..0000000 --- a/.github/workflows/main.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: luckuveryx - -concurrency: - group: $-$ - cancel-in-progress: true - -on: - pull_request: - branches: - - main - -jobs: - build: - uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1 - with: - flutter_channel: stable - min_coverage: 0 - setup: "flutter pub run build_runner build --delete-conflicting-outputs" - diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4abf12c..0000000 --- a/.gitignore +++ /dev/null @@ -1,116 +0,0 @@ -# Miscellaneous -*.class -*.log -*.pyc -*.swp -.DS_Store -.atom/ -.buildlog/ -.history -.svn/ -migrate_working_dir/ - -# IntelliJ related -*.iml -*.ipr -*.iws -.idea/* - -# Visual Studio Code related -.classpath -.project -.settings/ -.vscode/* - -# packages file containing multi-root paths -.packages.generated - -# Flutter/Dart/Pub related -**/doc/api/ -**/ios/Flutter/.last_build_id -.dart_tool/ -.flutter-plugins -.flutter-plugins-dependencies -.packages -.pub-cache/ -.pub/ -build/ -flutter_*.png -linked_*.ds -unlinked.ds -unlinked_spec.ds -.fvm/ - -# Android related -**/android/**/gradle-wrapper.jar -**/android/.gradle -**/android/captures/ -**/android/local.properties -**/android/**/GeneratedPluginRegistrant.java -**/android/key.properties -**/android/.idea/ -**/android/app/debug -**/android/app/profile -**/android/app/release -*.jks - -# iOS/XCode related -**/ios/**/*.mode1v3 -**/ios/**/*.mode2v3 -**/ios/**/*.moved-aside -**/ios/**/*.pbxuser -**/ios/**/*.perspectivev3 -**/ios/**/*sync/ -**/ios/**/.sconsign.dblite -**/ios/**/.tags* -**/ios/**/.vagrant/ -**/ios/**/DerivedData/ -**/ios/**/Icon? -**/ios/**/Pods/ -**/ios/**/.symlinks/ -**/ios/**/profile -**/ios/**/xcuserdata -**/ios/.generated/ -**/ios/Flutter/App.framework -**/ios/Flutter/Flutter.framework -**/ios/Flutter/Flutter.podspec -**/ios/Flutter/Generated.xcconfig -**/ios/Flutter/app.flx -**/ios/Flutter/app.zip -**/ios/Flutter/.last_build_id -**/ios/Flutter/flutter_assets/ -**/ios/Flutter/flutter_export_environment.sh -**/ios/ServiceDefinitions.json -**/ios/Runner/GeneratedPluginRegistrant.* - -# Coverage -coverage/ - -# Submodules -packages/**/pubspec.lock - -# Codegen Related -*.freezed.dart -*.g.dart - -# Secrets -api-keys.json - -# Symbolication related -app.*.symbols - -# Obfuscation related -app.*.map.json - -# Exceptions to the above rules. -!**/ios/**/default.mode1v3 -!**/ios/**/default.mode2v3 -!**/ios/**/default.pbxuser -!**/ios/**/default.perspectivev3 -!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages -!/dev/ci/**/Gemfile.lock -!.vscode/extensions.json -!.vscode/launch.json -!.idea/codeStyles/ -!.idea/dictionaries/ -!.idea/runConfigurations/ diff --git a/.last_build_id b/.last_build_id new file mode 100644 index 0000000..eab6d2c --- /dev/null +++ b/.last_build_id @@ -0,0 +1 @@ +5a6f3d95ed8f2fcffdc87ed29c21f582 \ No newline at end of file diff --git a/.metadata b/.metadata deleted file mode 100644 index ae9fe8a..0000000 --- a/.metadata +++ /dev/null @@ -1,30 +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 and should not be manually edited. - -version: - revision: "2f708eb8396e362e280fac22cf171c2cb467343c" - channel: "stable" - -project_type: app - -# Tracks metadata for the flutter migrate command -migration: - platforms: - - platform: root - create_revision: 2f708eb8396e362e280fac22cf171c2cb467343c - base_revision: 2f708eb8396e362e280fac22cf171c2cb467343c - - platform: macos - create_revision: 2f708eb8396e362e280fac22cf171c2cb467343c - base_revision: 2f708eb8396e362e280fac22cf171c2cb467343c - - # 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/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 9ea2e33..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Launch debug", - "request": "launch", - "type": "dart", - "program": "lib/main.dart", - "args": ["--dart-define-from-file", "api-keys.json"] - }, - { - "name": "Launch profile", - "request": "launch", - "type": "dart", - "program": "lib/main.dart", - "flutterMode": "profile", - "args": ["--dart-define-from-file", "api-keys.json"] - }, - { - "name": "Launch release", - "request": "launch", - "type": "dart", - "program": "lib/main.dart", - "flutterMode": "release", - "args": ["--dart-define-from-file", "api-keys.json"] - } - ] -} diff --git a/README.md b/README.md deleted file mode 100644 index 3d2d6ef..0000000 --- a/README.md +++ /dev/null @@ -1,154 +0,0 @@ -# Luckuveryx - -[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link] -[![License: MIT][license_badge]][license_link] - -Generated by the [Very Good CLI][very_good_cli_link] ๐Ÿค– - -LuckUVeryX - ---- - -## Getting Started ๐Ÿš€ - -To run the desired flutter mode either use the launch configuration in VSCode/Android Studio or use the following commands: - -```sh -# Debug -$ flutter run - -# Profile -$ flutter run --profile - -# Release -$ flutter run --release -``` - -_\*Luckuveryx works on Web._ - ---- - -## Running Tests ๐Ÿงช - -To run all unit and widget tests use the following command: - -```sh -$ flutter test --coverage --test-randomize-ordering-seed random -``` - -To view the generated coverage report you can use [lcov](https://github.com/linux-test-project/lcov). - -```sh -# Generate Coverage Report -$ genhtml coverage/lcov.info -o coverage/ - -# Open Coverage Report -$ open coverage/index.html -``` - ---- - -## Working with Translations ๐ŸŒ - -This project relies on [flutter_localizations][flutter_localizations_link] and follows the [official internationalization guide for Flutter][internationalization_link]. - -### Adding Strings - -1. To add a new localizable string, open the `app_en.arb` file at `lib/l10n/arb/app_en.arb`. - -```arb -{ - "@@locale": "en", - "counterAppBarTitle": "Counter", - "@counterAppBarTitle": { - "description": "Text shown in the AppBar of the Counter Page" - } -} -``` - -2. Then add a new key/value and description - -```arb -{ - "@@locale": "en", - "counterAppBarTitle": "Counter", - "@counterAppBarTitle": { - "description": "Text shown in the AppBar of the Counter Page" - }, - "helloWorld": "Hello World", - "@helloWorld": { - "description": "Hello World Text" - } -} -``` - -3. Use the new string - -```dart -import 'package:luckuveryx/l10n/l10n.dart'; - -@override -Widget build(BuildContext context) { - final l10n = context.l10n; - return Text(l10n.helloWorld); -} -``` - -### Adding Supported Locales - -Update the `CFBundleLocalizations` array in the `Info.plist` at `ios/Runner/Info.plist` to include the new locale. - -```xml - ... - - CFBundleLocalizations - - en - - - ... -``` - -### Adding Translations - -1. For each supported locale, add a new ARB file in `lib/l10n/arb`. - -``` -โ”œโ”€โ”€ l10n -โ”‚ โ”œโ”€โ”€ arb -โ”‚ โ”‚ โ””โ”€โ”€ app_en.arb -``` - -2. Add the translated strings to each `.arb` file: - -`app_en.arb` - -```arb -{ - "@@locale": "en", - "counterAppBarTitle": "Counter", - "@counterAppBarTitle": { - "description": "Text shown in the AppBar of the Counter Page" - } -} -``` - -### Generating Translations - -To use the latest translations changes, you will need to generate them: - -1. Generate localizations for the current project: - -```sh -flutter gen-l10n --arb-dir="lib/l10n/arb" -``` - -Alternatively, run `flutter run` and code generation will take place automatically. - -[flutter_localizations_link]: https://api.flutter.dev/flutter/flutter_localizations/flutter_localizations-library.html -[internationalization_link]: https://flutter.dev/docs/development/accessibility-and-localization/internationalization -[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg -[license_link]: https://opensource.org/licenses/MIT -[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg -[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis -[very_good_cli_link]: https://github.com/VeryGoodOpenSource/very_good_cli diff --git a/analysis_options.yaml b/analysis_options.yaml deleted file mode 100644 index 91bd959..0000000 --- a/analysis_options.yaml +++ /dev/null @@ -1,17 +0,0 @@ -include: package:very_good_analysis/analysis_options.yaml - -analyzer: - plugins: - - custom_lint - errors: - invalid_annotation_target: ignore - -custom_lint: - rules: - - missing_provider_scope: false - -linter: - rules: - avoid_positional_boolean_parameters: false - lines_longer_than_80_chars: false - public_member_api_docs: false diff --git a/api-keys-example.json b/api-keys-example.json deleted file mode 100644 index 37843ac..0000000 --- a/api-keys-example.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "POST_HOG_API_KEY": "..." -} \ No newline at end of file diff --git a/assets/AssetManifest.bin b/assets/AssetManifest.bin new file mode 100644 index 0000000..fd9bd82 --- /dev/null +++ b/assets/AssetManifest.bin @@ -0,0 +1 @@ +  assets/fonts/GeistMono-Black.otf  asset assets/fonts/GeistMono-Black.otfassets/fonts/GeistMono-Bold.otf  assetassets/fonts/GeistMono-Bold.otf assets/fonts/GeistMono-Light.otf  asset assets/fonts/GeistMono-Light.otf!assets/fonts/GeistMono-Medium.otf  asset!assets/fonts/GeistMono-Medium.otf"assets/fonts/GeistMono-Regular.otf  asset"assets/fonts/GeistMono-Regular.otf#assets/fonts/GeistMono-SemiBold.otf  asset#assets/fonts/GeistMono-SemiBold.otf%assets/fonts/GeistMono-UltraBlack.otf  asset%assets/fonts/GeistMono-UltraBlack.otf%assets/fonts/GeistMono-UltraLight.otf  asset%assets/fonts/GeistMono-UltraLight.otf"assets/lottie/heart_animation.json  asset"assets/lottie/heart_animation.json9packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf  asset9packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf:packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf  asset:packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf8packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf  asset8packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf \ No newline at end of file diff --git a/assets/AssetManifest.bin.json b/assets/AssetManifest.bin.json new file mode 100644 index 0000000..84760fe --- /dev/null +++ b/assets/AssetManifest.bin.json @@ -0,0 +1 @@ +"DQwHIGFzc2V0cy9mb250cy9HZWlzdE1vbm8tQmxhY2sub3RmDAENAQcFYXNzZXQHIGFzc2V0cy9mb250cy9HZWlzdE1vbm8tQmxhY2sub3RmBx9hc3NldHMvZm9udHMvR2Vpc3RNb25vLUJvbGQub3RmDAENAQcFYXNzZXQHH2Fzc2V0cy9mb250cy9HZWlzdE1vbm8tQm9sZC5vdGYHIGFzc2V0cy9mb250cy9HZWlzdE1vbm8tTGlnaHQub3RmDAENAQcFYXNzZXQHIGFzc2V0cy9mb250cy9HZWlzdE1vbm8tTGlnaHQub3RmByFhc3NldHMvZm9udHMvR2Vpc3RNb25vLU1lZGl1bS5vdGYMAQ0BBwVhc3NldAchYXNzZXRzL2ZvbnRzL0dlaXN0TW9uby1NZWRpdW0ub3RmByJhc3NldHMvZm9udHMvR2Vpc3RNb25vLVJlZ3VsYXIub3RmDAENAQcFYXNzZXQHImFzc2V0cy9mb250cy9HZWlzdE1vbm8tUmVndWxhci5vdGYHI2Fzc2V0cy9mb250cy9HZWlzdE1vbm8tU2VtaUJvbGQub3RmDAENAQcFYXNzZXQHI2Fzc2V0cy9mb250cy9HZWlzdE1vbm8tU2VtaUJvbGQub3RmByVhc3NldHMvZm9udHMvR2Vpc3RNb25vLVVsdHJhQmxhY2sub3RmDAENAQcFYXNzZXQHJWFzc2V0cy9mb250cy9HZWlzdE1vbm8tVWx0cmFCbGFjay5vdGYHJWFzc2V0cy9mb250cy9HZWlzdE1vbm8tVWx0cmFMaWdodC5vdGYMAQ0BBwVhc3NldAclYXNzZXRzL2ZvbnRzL0dlaXN0TW9uby1VbHRyYUxpZ2h0Lm90ZgciYXNzZXRzL2xvdHRpZS9oZWFydF9hbmltYXRpb24uanNvbgwBDQEHBWFzc2V0ByJhc3NldHMvbG90dGllL2hlYXJ0X2FuaW1hdGlvbi5qc29uBzlwYWNrYWdlcy9mb250X2F3ZXNvbWVfZmx1dHRlci9saWIvZm9udHMvZmEtYnJhbmRzLTQwMC50dGYMAQ0BBwVhc3NldAc5cGFja2FnZXMvZm9udF9hd2Vzb21lX2ZsdXR0ZXIvbGliL2ZvbnRzL2ZhLWJyYW5kcy00MDAudHRmBzpwYWNrYWdlcy9mb250X2F3ZXNvbWVfZmx1dHRlci9saWIvZm9udHMvZmEtcmVndWxhci00MDAudHRmDAENAQcFYXNzZXQHOnBhY2thZ2VzL2ZvbnRfYXdlc29tZV9mbHV0dGVyL2xpYi9mb250cy9mYS1yZWd1bGFyLTQwMC50dGYHOHBhY2thZ2VzL2ZvbnRfYXdlc29tZV9mbHV0dGVyL2xpYi9mb250cy9mYS1zb2xpZC05MDAudHRmDAENAQcFYXNzZXQHOHBhY2thZ2VzL2ZvbnRfYXdlc29tZV9mbHV0dGVyL2xpYi9mb250cy9mYS1zb2xpZC05MDAudHRm" \ No newline at end of file diff --git a/assets/AssetManifest.json b/assets/AssetManifest.json new file mode 100644 index 0000000..9bee5de --- /dev/null +++ b/assets/AssetManifest.json @@ -0,0 +1 @@ +{"assets/fonts/GeistMono-Black.otf":["assets/fonts/GeistMono-Black.otf"],"assets/fonts/GeistMono-Bold.otf":["assets/fonts/GeistMono-Bold.otf"],"assets/fonts/GeistMono-Light.otf":["assets/fonts/GeistMono-Light.otf"],"assets/fonts/GeistMono-Medium.otf":["assets/fonts/GeistMono-Medium.otf"],"assets/fonts/GeistMono-Regular.otf":["assets/fonts/GeistMono-Regular.otf"],"assets/fonts/GeistMono-SemiBold.otf":["assets/fonts/GeistMono-SemiBold.otf"],"assets/fonts/GeistMono-UltraBlack.otf":["assets/fonts/GeistMono-UltraBlack.otf"],"assets/fonts/GeistMono-UltraLight.otf":["assets/fonts/GeistMono-UltraLight.otf"],"assets/lottie/heart_animation.json":["assets/lottie/heart_animation.json"],"packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf":["packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf"],"packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf":["packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf"],"packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf":["packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf"]} \ No newline at end of file diff --git a/assets/FontManifest.json b/assets/FontManifest.json new file mode 100644 index 0000000..beb7117 --- /dev/null +++ b/assets/FontManifest.json @@ -0,0 +1 @@ +[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"GeistMono","fonts":[{"weight":100,"asset":"assets/fonts/GeistMono-UltraLight.otf"},{"weight":200,"asset":"assets/fonts/GeistMono-Light.otf"},{"weight":300,"asset":"assets/fonts/GeistMono-Regular.otf"},{"weight":400,"asset":"assets/fonts/GeistMono-Medium.otf"},{"weight":500,"asset":"assets/fonts/GeistMono-SemiBold.otf"},{"weight":600,"asset":"assets/fonts/GeistMono-Bold.otf"},{"weight":700,"asset":"assets/fonts/GeistMono-Black.otf"},{"weight":800,"asset":"assets/fonts/GeistMono-UltraBlack.otf"},{"weight":900,"asset":"assets/fonts/GeistMono-UltraBlack.otf"}]},{"family":"packages/font_awesome_flutter/FontAwesomeBrands","fonts":[{"weight":400,"asset":"packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf"}]},{"family":"packages/font_awesome_flutter/FontAwesomeRegular","fonts":[{"weight":400,"asset":"packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf"}]},{"family":"packages/font_awesome_flutter/FontAwesomeSolid","fonts":[{"weight":900,"asset":"packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf"}]}] \ No newline at end of file diff --git a/assets/NOTICES b/assets/NOTICES new file mode 100644 index 0000000..31b6143 --- /dev/null +++ b/assets/NOTICES @@ -0,0 +1,35477 @@ +_fe_analyzer_shared + +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. + +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +analyzer +intl + +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. + +-------------------------------------------------------------------------------- +analyzer_plugin + +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. + +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +animated_text_kit + +MIT License + +Copyright (c) 2018 Ayush Agarwal + +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. + +-------------------------------------------------------------------------------- +archive + +The MIT License + +Copyright (c) 2013-2021 Brendan Duncan. +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. +-------------------------------------------------------------------------------- +args +logging + +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. + +-------------------------------------------------------------------------------- +async +cli_util +collection +mime +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. +-------------------------------------------------------------------------------- +build +build_runner +code_builder +web_socket_channel + +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. + +-------------------------------------------------------------------------------- +build_config +graphs +io +stream_transform +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. + +-------------------------------------------------------------------------------- +build_daemon +characters +package_config + +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. + +-------------------------------------------------------------------------------- +build_resolvers +build_runner_core +test_api +timing + +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. + +-------------------------------------------------------------------------------- +built_collection +built_value + +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. + +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +checked_yaml + +Copyright 2019, 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. + +-------------------------------------------------------------------------------- +ci + + 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 2021 Invertase Limited + + 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. +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +color + +The MIT License (MIT) + +Copyright (c) 2014 Michael Fenwick + +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. + +-------------------------------------------------------------------------------- +convert +crypto +source_gen +vm_service + +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. + +-------------------------------------------------------------------------------- +custom_lint +custom_lint_builder +custom_lint_core + + 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 2020 Invertase Limited + + 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. + +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +dart_style +glob +http_parser +matcher +path +pool +pub_semver +source_span +string_scanner +watcher + +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. + +-------------------------------------------------------------------------------- +dartx + + + 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 2019 Simon Leier + + 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. +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +file + +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. +-------------------------------------------------------------------------------- +fixnum +http_multi_server +shelf +shelf_web_socket +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. + +-------------------------------------------------------------------------------- +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_gen_core +flutter_gen_runner + +MIT License + +Copyright (c) 2020-2022 FlutterGen + +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. + +-------------------------------------------------------------------------------- +flutter_hooks + +MIT License + +Copyright (c) 2018 Remi Rousselet + +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. +-------------------------------------------------------------------------------- +flutter_riverpod +freezed +freezed_annotation +hooks_riverpod +riverpod +riverpod_annotation +riverpod_generator +state_notifier + +MIT License + +Copyright (c) 2020 Remi Rousselet + +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. +-------------------------------------------------------------------------------- +font_awesome_flutter + +MIT License + +Copyright (c) 2017 Brian Egan +Copyright (c) 2020 Michael Spiss +Font Awesome Icons by @fontawesome - https://fontawesome.com +License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1) + +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".) +-------------------------------------------------------------------------------- +frontend_server_client + +Copyright 2020, 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. + +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +go_router +go_router_builder +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. + +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +hotreloader + + 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. + +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +js + +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. + +-------------------------------------------------------------------------------- +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 + +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. +-------------------------------------------------------------------------------- +lottie + +MIT License + +Copyright (c) [year] [fullname] + +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. + +-------------------------------------------------------------------------------- +mocktail + +The MIT License (MIT) +Copyright (c) 2023 Felix Angelov + +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. +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +petitparser +xml + +The MIT License + +Copyright (c) 2006-2023 Lukas Renggli. +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. + +-------------------------------------------------------------------------------- +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. + +-------------------------------------------------------------------------------- +pointycastle + + +Copyright (c) 2000 - 2019 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.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. + + +-------------------------------------------------------------------------------- +posthog_flutter + +MIT License + +Copyright (c) 2020 PostHog + +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. + +-------------------------------------------------------------------------------- +pubspec_parse + +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. + +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +riverpod_analyzer_utils +riverpod_lint + +MIT License + +Copyright (c) 2023 Remi Rousselet + +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. +-------------------------------------------------------------------------------- +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 + +-------------------------------------------------------------------------------- +rxdart + +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. +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +source_helper + + + 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. + +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +sprintf + +Copyright (c) 2012, Richard Eames +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. + +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +styled_text + +// Copyright 2019-2021 Andy Chentsov. 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. +-------------------------------------------------------------------------------- +time + +MIT License + +Copyright (c) 2019 Jeremiah Ogbomo + +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. +-------------------------------------------------------------------------------- +uuid + +Copyright (c) 2021 Yulian Kuncheff + +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. +-------------------------------------------------------------------------------- +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. + +-------------------------------------------------------------------------------- +very_good_analysis + +MIT License + +Copyright (c) 2020 Very Good Ventures + +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. +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +xmlstream + +Copyright (c) 2013, Joris Hermans + +Joris: https://twitter.com/jorishermans + +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. +-------------------------------------------------------------------------------- +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. +-------------------------------------------------------------------------------- +yaml + +Copyright (c) 2014, the Dart project authors. +Copyright (c) 2006, Kirill Simonov. + +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. + +-------------------------------------------------------------------------------- +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/fonts/GeistMono-Black.otf b/assets/assets/fonts/GeistMono-Black.otf similarity index 100% rename from assets/fonts/GeistMono-Black.otf rename to assets/assets/fonts/GeistMono-Black.otf diff --git a/assets/fonts/GeistMono-Bold.otf b/assets/assets/fonts/GeistMono-Bold.otf similarity index 100% rename from assets/fonts/GeistMono-Bold.otf rename to assets/assets/fonts/GeistMono-Bold.otf diff --git a/assets/fonts/GeistMono-Light.otf b/assets/assets/fonts/GeistMono-Light.otf similarity index 100% rename from assets/fonts/GeistMono-Light.otf rename to assets/assets/fonts/GeistMono-Light.otf diff --git a/assets/fonts/GeistMono-Medium.otf b/assets/assets/fonts/GeistMono-Medium.otf similarity index 100% rename from assets/fonts/GeistMono-Medium.otf rename to assets/assets/fonts/GeistMono-Medium.otf diff --git a/assets/fonts/GeistMono-Regular.otf b/assets/assets/fonts/GeistMono-Regular.otf similarity index 100% rename from assets/fonts/GeistMono-Regular.otf rename to assets/assets/fonts/GeistMono-Regular.otf diff --git a/assets/fonts/GeistMono-SemiBold.otf b/assets/assets/fonts/GeistMono-SemiBold.otf similarity index 100% rename from assets/fonts/GeistMono-SemiBold.otf rename to assets/assets/fonts/GeistMono-SemiBold.otf diff --git a/assets/fonts/GeistMono-UltraBlack.otf b/assets/assets/fonts/GeistMono-UltraBlack.otf similarity index 100% rename from assets/fonts/GeistMono-UltraBlack.otf rename to assets/assets/fonts/GeistMono-UltraBlack.otf diff --git a/assets/fonts/GeistMono-UltraLight.otf b/assets/assets/fonts/GeistMono-UltraLight.otf similarity index 100% rename from assets/fonts/GeistMono-UltraLight.otf rename to assets/assets/fonts/GeistMono-UltraLight.otf diff --git a/assets/lottie/heart_animation.json b/assets/assets/lottie/heart_animation.json similarity index 100% rename from assets/lottie/heart_animation.json rename to assets/assets/lottie/heart_animation.json diff --git a/assets/fonts/GeistMono-Thin.otf b/assets/fonts/GeistMono-Thin.otf deleted file mode 100644 index 5bb7067..0000000 Binary files a/assets/fonts/GeistMono-Thin.otf and /dev/null differ diff --git a/assets/fonts/MaterialIcons-Regular.otf b/assets/fonts/MaterialIcons-Regular.otf new file mode 100644 index 0000000..8ad4112 Binary files /dev/null and b/assets/fonts/MaterialIcons-Regular.otf differ diff --git a/assets/packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf b/assets/packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf new file mode 100644 index 0000000..f10a07d Binary files /dev/null and b/assets/packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf differ diff --git a/assets/packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf b/assets/packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf new file mode 100644 index 0000000..c1a6a62 Binary files /dev/null and b/assets/packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf differ diff --git a/assets/packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf b/assets/packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf new file mode 100644 index 0000000..994da53 Binary files /dev/null and b/assets/packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf differ diff --git a/assets/ryan_yip_resume.pdf b/assets/ryan_yip_resume.pdf deleted file mode 100644 index 9e2cacc..0000000 Binary files a/assets/ryan_yip_resume.pdf and /dev/null 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/build.yaml b/build.yaml deleted file mode 100644 index 4638550..0000000 --- a/build.yaml +++ /dev/null @@ -1,18 +0,0 @@ -targets: - $default: - builders: - freezed:freezed: - generate_for: - include: - - lib/**/models/**.dart - go_router_builder: - generate_for: - include: - - lib/**/router/**.dart - riverpod_generator: - generate_for: - include: - - lib/**/router/**.dart - - lib/**/controllers/**.dart - - lib/**/providers/**.dart - - lib/**/services/**.dart 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..0a2ad3a 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..390d080 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..3d245a7 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/l10n.yaml b/l10n.yaml deleted file mode 100644 index 6f72a55..0000000 --- a/l10n.yaml +++ /dev/null @@ -1,4 +0,0 @@ -arb-dir: lib/l10n/arb -template-arb-file: app_en.arb -output-localization-file: app_localizations.dart -nullable-getter: false diff --git a/lib/app/api/api.dart b/lib/app/api/api.dart deleted file mode 100644 index 3f6573c..0000000 --- a/lib/app/api/api.dart +++ /dev/null @@ -1 +0,0 @@ -export 'api_keys.dart'; diff --git a/lib/app/api/api_keys.dart b/lib/app/api/api_keys.dart deleted file mode 100644 index 16cac3b..0000000 --- a/lib/app/api/api_keys.dart +++ /dev/null @@ -1,5 +0,0 @@ -class ApiKeys { - const ApiKeys._(); - - static const postHog = String.fromEnvironment('POST_HOG_API_KEY'); -} diff --git a/lib/app/app.dart b/lib/app/app.dart deleted file mode 100644 index c31c5b4..0000000 --- a/lib/app/app.dart +++ /dev/null @@ -1,4 +0,0 @@ -export 'api/api.dart'; -export 'router/router.dart'; -export 'theme/theme.dart'; -export 'view/view.dart'; diff --git a/lib/app/router/route_observers.dart b/lib/app/router/route_observers.dart deleted file mode 100644 index f44c3e8..0000000 --- a/lib/app/router/route_observers.dart +++ /dev/null @@ -1,26 +0,0 @@ -import 'package:flutter_hooks/flutter_hooks.dart'; -import 'package:go_router/go_router.dart'; -import 'package:posthog_flutter/posthog_flutter.dart'; - -void useRouterObserver(GoRouter router) { - final context = useContext(); - - useEffect( - () { - Future posthogObserver() async { - final matchList = await router.routeInformationParser - .parseRouteInformationWithDependencies( - router.routeInformationProvider.value, - context, - ); - final screenName = matchList.matches.lastOrNull?.matchedLocation; - if (screenName == null) return; - await Posthog().screen(screenName: screenName); - } - - router.routerDelegate.addListener(posthogObserver); - return () => router.routerDelegate.removeListener(posthogObserver); - }, - [], - ); -} diff --git a/lib/app/router/router.dart b/lib/app/router/router.dart deleted file mode 100644 index 26d4424..0000000 --- a/lib/app/router/router.dart +++ /dev/null @@ -1,3 +0,0 @@ -export 'route_observers.dart'; -export 'router_listenable.dart'; -export 'routes.dart'; diff --git a/lib/app/router/router_listenable.dart b/lib/app/router/router_listenable.dart deleted file mode 100644 index 7fe70d8..0000000 --- a/lib/app/router/router_listenable.dart +++ /dev/null @@ -1,27 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:riverpod_annotation/riverpod_annotation.dart'; - -part 'router_listenable.g.dart'; - -@riverpod -class RouterListenable extends _$RouterListenable implements Listenable { - VoidCallback? _routerListener; - - @override - FutureOr build() { - ref.listenSelf((_, __) { - if (state.isLoading) return; - _routerListener?.call(); - }); - } - - @override - void addListener(VoidCallback listener) { - _routerListener = listener; - } - - @override - void removeListener(VoidCallback listener) { - _routerListener = null; - } -} diff --git a/lib/app/router/routes.dart b/lib/app/router/routes.dart deleted file mode 100644 index 90847b6..0000000 --- a/lib/app/router/routes.dart +++ /dev/null @@ -1,81 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:go_router/go_router.dart'; -import 'package:luckuveryx/features/contact/contact.dart'; -import 'package:luckuveryx/features/home/home.dart'; -import 'package:luckuveryx/features/info/info.dart'; -import 'package:luckuveryx/features/projects/projects.dart'; -import 'package:luckuveryx/features/root/root.dart'; -import 'package:luckuveryx/features/screen_saver/screen_saver.dart'; - -part 'routes.g.dart'; - -final rootKey = GlobalKey(debugLabel: 'root'); -final shellKey = GlobalKey(debugLabel: 'shell'); - -@TypedShellRoute( - routes: [ - TypedGoRoute( - path: HomeRoute.path, - routes: [ - TypedGoRoute(path: ScreenSaverRoute.path), - ], - ), - TypedGoRoute(path: ProjectsRoute.path), - TypedGoRoute(path: InfoRoute.path), - TypedGoRoute(path: ContactRoute.path), - ], -) -class RootRoute extends ShellRouteData { - const RootRoute(); - static final GlobalKey $navigatorKey = shellKey; - @override - Widget builder(BuildContext context, GoRouterState state, Widget navigator) { - return RootPage(navigator: navigator); - } -} - -class HomeRoute extends GoRouteData { - const HomeRoute(); - static const path = '/'; - @override - Widget build(BuildContext context, GoRouterState state) { - return const HomePage(); - } -} - -class ProjectsRoute extends GoRouteData { - const ProjectsRoute(); - static const path = '/projects'; - @override - Widget build(BuildContext context, GoRouterState state) { - return const ProjectsPage(); - } -} - -class InfoRoute extends GoRouteData { - const InfoRoute(); - static const path = '/info'; - @override - Widget build(BuildContext context, GoRouterState state) { - return const InfoPage(); - } -} - -class ContactRoute extends GoRouteData { - const ContactRoute(); - static const path = '/contact'; - @override - Widget build(BuildContext context, GoRouterState state) { - return const ContactPage(); - } -} - -class ScreenSaverRoute extends GoRouteData { - const ScreenSaverRoute(); - static const path = 'screen-saver'; - static final GlobalKey $parentNavigatorKey = rootKey; - @override - Widget build(BuildContext context, GoRouterState state) { - return const ScreenSaverPage(); - } -} diff --git a/lib/app/theme/app_theme.dart b/lib/app/theme/app_theme.dart deleted file mode 100644 index e422626..0000000 --- a/lib/app/theme/app_theme.dart +++ /dev/null @@ -1,70 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/gen/fonts.gen.dart'; - -class AppTheme { - const AppTheme._(); - static const white = Color(0xFFEEEEEE); - static const black = Color(0xFF121212); - - static ThemeData light() { - final theme = ThemeData( - useMaterial3: true, - fontFamily: FontFamily.geistMono, - brightness: Brightness.light, - colorScheme: const ColorScheme.light( - background: white, - onBackground: black, - ), - ); - - return theme.copyWith( - pageTransitionsTheme: PageTransitionsTheme( - builders: { - for (final platform in TargetPlatform.values) - platform: const _FadeTransitionBuilder(), - }, - ), - ); - } - - static ThemeData dark() { - final theme = ThemeData( - useMaterial3: true, - fontFamily: FontFamily.geistMono, - brightness: Brightness.dark, - colorScheme: const ColorScheme.dark( - onBackground: white, - ), - ); - - return theme.copyWith( - pageTransitionsTheme: PageTransitionsTheme( - builders: { - for (final platform in TargetPlatform.values) - platform: const _FadeTransitionBuilder(), - }, - ), - ); - } -} - -class _FadeTransitionBuilder extends PageTransitionsBuilder { - const _FadeTransitionBuilder(); - - @override - Widget buildTransitions( - PageRoute route, - BuildContext context, - Animation animation, - Animation secondaryAnimation, - Widget child, - ) { - return FadeTransition( - opacity: animation, - child: FadeTransition( - opacity: secondaryAnimation.drive(Tween(begin: 1, end: 0)), - child: child, - ), - ); - } -} diff --git a/lib/app/theme/theme.dart b/lib/app/theme/theme.dart deleted file mode 100644 index b72f509..0000000 --- a/lib/app/theme/theme.dart +++ /dev/null @@ -1 +0,0 @@ -export 'app_theme.dart'; diff --git a/lib/app/view/app.dart b/lib/app/view/app.dart deleted file mode 100644 index c93f532..0000000 --- a/lib/app/view/app.dart +++ /dev/null @@ -1,57 +0,0 @@ -import 'package:flutter/gestures.dart'; -import 'package:flutter/material.dart'; -import 'package:flutter_hooks/flutter_hooks.dart'; -import 'package:go_router/go_router.dart'; -import 'package:hooks_riverpod/hooks_riverpod.dart'; -import 'package:luckuveryx/app/router/router.dart'; -import 'package:luckuveryx/app/theme/theme.dart'; -import 'package:luckuveryx/features/theme_switcher/theme_switcher.dart'; -import 'package:luckuveryx/l10n/l10n.dart'; -import 'package:luckuveryx/widgets/widgets.dart'; - -class App extends HookConsumerWidget { - const App({super.key}); - - @override - Widget build(BuildContext context, WidgetRef ref) { - final notifier = ref.watch(routerListenableProvider.notifier); - - final router = useMemoized( - () => GoRouter( - routes: $appRoutes, - navigatorKey: rootKey, - debugLogDiagnostics: true, - refreshListenable: notifier, - redirect: (context, state) => null, - ), - [notifier], - ); - useRouterObserver(router); - - return AnimatedFadeIn( - child: MaterialApp.router( - routerConfig: router, - theme: AppTheme.light(), - darkTheme: AppTheme.dark(), - themeMode: ref.watch(themeSwitcherControllerProvider), - debugShowCheckedModeBanner: false, - supportedLocales: AppLocalizations.supportedLocales, - localizationsDelegates: AppLocalizations.localizationsDelegates, - scrollBehavior: const _NoThumbScrollBehavior().copyWith( - scrollbars: false, - ), - ), - ); - } -} - -class _NoThumbScrollBehavior extends ScrollBehavior { - const _NoThumbScrollBehavior(); - @override - Set get dragDevices => { - PointerDeviceKind.touch, - PointerDeviceKind.mouse, - PointerDeviceKind.stylus, - PointerDeviceKind.trackpad, - }; -} diff --git a/lib/app/view/view.dart b/lib/app/view/view.dart deleted file mode 100644 index 317df28..0000000 --- a/lib/app/view/view.dart +++ /dev/null @@ -1 +0,0 @@ -export 'app.dart'; diff --git a/lib/bootstrap.dart b/lib/bootstrap.dart deleted file mode 100644 index 5a9e0c4..0000000 --- a/lib/bootstrap.dart +++ /dev/null @@ -1,23 +0,0 @@ -// ignore_for_file: avoid_web_libraries_in_flutter - -import 'dart:async'; -import 'dart:developer'; -import 'dart:html' as html; -import 'dart:js' as js; - -import 'package:flutter/foundation.dart'; -import 'package:flutter/widgets.dart'; -import 'package:luckuveryx/app/api/api.dart'; - -Future bootstrap(FutureOr Function() builder) async { - FlutterError.onError = (details) { - log(details.exceptionAsString(), stackTrace: details.stack); - }; - - if (kIsWeb) { - js.context['POST_HOG_API_KEY'] = ApiKeys.postHog; - html.document.dispatchEvent(html.CustomEvent('keys_loaded')); - } - - runApp(await builder()); -} diff --git a/lib/features/analytics/analytics.dart b/lib/features/analytics/analytics.dart deleted file mode 100644 index db936e3..0000000 --- a/lib/features/analytics/analytics.dart +++ /dev/null @@ -1,2 +0,0 @@ -export 'models/models.dart'; -export 'services/services.dart'; diff --git a/lib/features/analytics/models/analytics_event.dart b/lib/features/analytics/models/analytics_event.dart deleted file mode 100644 index 41a703a..0000000 --- a/lib/features/analytics/models/analytics_event.dart +++ /dev/null @@ -1,79 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:freezed_annotation/freezed_annotation.dart'; - -part 'analytics_event.freezed.dart'; - -@Freezed(makeCollectionsUnmodifiable: false) -class AnalyticsEvent with _$AnalyticsEvent { - const factory AnalyticsEvent({ - required String eventName, - Map? properties, - }) = _AnalyticsEvent; - - factory AnalyticsEvent.contactMeTapped() { - return const AnalyticsEvent(eventName: 'contact_me_tapped'); - } - - factory AnalyticsEvent.githubViewed() { - return const AnalyticsEvent(eventName: 'github_viewed'); - } - - factory AnalyticsEvent.linkedInViewed() { - return const AnalyticsEvent(eventName: 'linkedin_viewed'); - } - - factory AnalyticsEvent.locationViewed() { - return const AnalyticsEvent(eventName: 'location_viewed'); - } - - factory AnalyticsEvent.projectLinkTapped(Uri uri) { - return AnalyticsEvent( - eventName: 'project_link_tapped', - properties: {'link': uri.toString()}, - ); - } - - factory AnalyticsEvent.projectSubLinkTapped(Uri uri) { - return AnalyticsEvent( - eventName: 'project_sublink_tapped', - properties: {'link': uri.toString()}, - ); - } - - factory AnalyticsEvent.resumeViewed() { - return const AnalyticsEvent(eventName: 'resume_viewed'); - } - - factory AnalyticsEvent.themeModeToggled(ThemeMode themeMode) { - return AnalyticsEvent( - eventName: 'theme_mode_toggled', - properties: {'theme_mode': themeMode.name}, - ); - } - - factory AnalyticsEvent.speedSliderValue(double speed) { - return AnalyticsEvent( - eventName: 'speed_slider_value', - properties: {'speed': speed}, - ); - } - - factory AnalyticsEvent.sizeSliderValue(double size) { - return AnalyticsEvent( - eventName: 'size_slider_value', - properties: {'size': size}, - ); - } - - factory AnalyticsEvent.cornerAnimationManuallyTriggered() { - return const AnalyticsEvent( - eventName: 'corner_animation_manually_triggered', - ); - } - - factory AnalyticsEvent.cornerDetected() { - return const AnalyticsEvent(eventName: 'corner_detected'); - } - - const AnalyticsEvent._(); -} diff --git a/lib/features/analytics/models/models.dart b/lib/features/analytics/models/models.dart deleted file mode 100644 index 37d6f0d..0000000 --- a/lib/features/analytics/models/models.dart +++ /dev/null @@ -1 +0,0 @@ -export 'analytics_event.dart'; diff --git a/lib/features/analytics/services/analytics_service.dart b/lib/features/analytics/services/analytics_service.dart deleted file mode 100644 index cfac1d3..0000000 --- a/lib/features/analytics/services/analytics_service.dart +++ /dev/null @@ -1,36 +0,0 @@ -import 'package:hooks_riverpod/hooks_riverpod.dart'; -import 'package:luckuveryx/features/analytics/analytics.dart'; -import 'package:posthog_flutter/posthog_flutter.dart'; -import 'package:riverpod_annotation/riverpod_annotation.dart'; - -part 'analytics_service.g.dart'; - -@riverpod -AnalyticsService _analyticsService(_AnalyticsServiceRef ref) { - return AnalyticsService._(Posthog()); -} - -class AnalyticsService { - const AnalyticsService._(this._posthog); - - final Posthog _posthog; - - void capture(AnalyticsEvent event) { - _posthog.capture( - eventName: event.eventName, - properties: event.properties, - ); - } -} - -extension AnalyticsRefX on Ref { - void capture(AnalyticsEvent event) { - read(_analyticsServiceProvider).capture(event); - } -} - -extension AnalyticsWidgetRefX on WidgetRef { - void capture(AnalyticsEvent event) { - read(_analyticsServiceProvider).capture(event); - } -} diff --git a/lib/features/analytics/services/services.dart b/lib/features/analytics/services/services.dart deleted file mode 100644 index c243df4..0000000 --- a/lib/features/analytics/services/services.dart +++ /dev/null @@ -1 +0,0 @@ -export 'analytics_service.dart'; diff --git a/lib/features/contact/contact.dart b/lib/features/contact/contact.dart deleted file mode 100644 index e691bba..0000000 --- a/lib/features/contact/contact.dart +++ /dev/null @@ -1 +0,0 @@ -export 'widgets/widgets.dart'; diff --git a/lib/features/contact/widgets/pages/contact_page.dart b/lib/features/contact/widgets/pages/contact_page.dart deleted file mode 100644 index ea0d0c2..0000000 --- a/lib/features/contact/widgets/pages/contact_page.dart +++ /dev/null @@ -1,27 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/features/analytics/analytics.dart'; -import 'package:luckuveryx/features/info/info.dart'; - -class ContactPage extends StatelessWidget { - const ContactPage({super.key}); - - @override - Widget build(BuildContext context) { - return Align( - alignment: Alignment.bottomRight, - child: Padding( - padding: const EdgeInsets.all(24), - child: InfoLinkButton( - link: InfoLink( - label: 'Contact Me', - url: Uri( - scheme: 'mailto', - path: 'luckuveryx@icloud.com', - ), - event: AnalyticsEvent.contactMeTapped(), - ), - ), - ), - ); - } -} diff --git a/lib/features/contact/widgets/pages/pages.dart b/lib/features/contact/widgets/pages/pages.dart deleted file mode 100644 index a342f9f..0000000 --- a/lib/features/contact/widgets/pages/pages.dart +++ /dev/null @@ -1 +0,0 @@ -export 'contact_page.dart'; diff --git a/lib/features/contact/widgets/widgets.dart b/lib/features/contact/widgets/widgets.dart deleted file mode 100644 index 9171956..0000000 --- a/lib/features/contact/widgets/widgets.dart +++ /dev/null @@ -1 +0,0 @@ -export 'pages/pages.dart'; diff --git a/lib/features/home/home.dart b/lib/features/home/home.dart deleted file mode 100644 index e691bba..0000000 --- a/lib/features/home/home.dart +++ /dev/null @@ -1 +0,0 @@ -export 'widgets/widgets.dart'; diff --git a/lib/features/home/widgets/pages/home_page.dart b/lib/features/home/widgets/pages/home_page.dart deleted file mode 100644 index 1ce3339..0000000 --- a/lib/features/home/widgets/pages/home_page.dart +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/features/responsive/responsive.dart'; -import 'package:luckuveryx/l10n/l10n.dart'; -import 'package:luckuveryx/widgets/widgets.dart'; - -class HomePage extends StatelessWidget { - const HomePage({super.key}); - - @override - Widget build(BuildContext context) { - return Align( - alignment: Alignment.centerRight, - child: Container( - padding: const EdgeInsets.only(right: 24), - width: 200, - child: AnimatedSlideIn( - child: Text( - context.l10n.homeContent, - style: context.bodyStyle, - ), - ), - ), - ); - } -} diff --git a/lib/features/home/widgets/pages/pages.dart b/lib/features/home/widgets/pages/pages.dart deleted file mode 100644 index e4ff269..0000000 --- a/lib/features/home/widgets/pages/pages.dart +++ /dev/null @@ -1 +0,0 @@ -export 'home_page.dart'; diff --git a/lib/features/home/widgets/widgets.dart b/lib/features/home/widgets/widgets.dart deleted file mode 100644 index 9171956..0000000 --- a/lib/features/home/widgets/widgets.dart +++ /dev/null @@ -1 +0,0 @@ -export 'pages/pages.dart'; diff --git a/lib/features/info/info.dart b/lib/features/info/info.dart deleted file mode 100644 index a9f156f..0000000 --- a/lib/features/info/info.dart +++ /dev/null @@ -1,3 +0,0 @@ -export 'models/models.dart'; -export 'providers/providers.dart'; -export 'widgets/widgets.dart'; diff --git a/lib/features/info/models/info_links.dart b/lib/features/info/models/info_links.dart deleted file mode 100644 index ccd729d..0000000 --- a/lib/features/info/models/info_links.dart +++ /dev/null @@ -1,13 +0,0 @@ -import 'package:freezed_annotation/freezed_annotation.dart'; -import 'package:luckuveryx/features/analytics/analytics.dart'; - -part 'info_links.freezed.dart'; - -@freezed -class InfoLink with _$InfoLink { - const factory InfoLink({ - required String label, - required Uri url, - required AnalyticsEvent event, - }) = _InfoLink; -} diff --git a/lib/features/info/models/models.dart b/lib/features/info/models/models.dart deleted file mode 100644 index cf4ab99..0000000 --- a/lib/features/info/models/models.dart +++ /dev/null @@ -1 +0,0 @@ -export 'info_links.dart'; diff --git a/lib/features/info/providers/external_info_links_provider.dart b/lib/features/info/providers/external_info_links_provider.dart deleted file mode 100644 index 643c9c5..0000000 --- a/lib/features/info/providers/external_info_links_provider.dart +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:luckuveryx/features/analytics/analytics.dart'; -import 'package:luckuveryx/features/info/info.dart'; -import 'package:riverpod_annotation/riverpod_annotation.dart'; - -part 'external_info_links_provider.g.dart'; - -@riverpod -List externalInfoLinks(ExternalInfoLinksRef ref) { - return [ - InfoLink( - label: 'GitHub', - url: Uri.parse('https://github.com/LuckUVeryX'), - event: AnalyticsEvent.githubViewed(), - ), - InfoLink( - label: 'LinkedIn', - url: Uri.parse('https://www.linkedin.com/in/ryan-yip-luckuveryx/'), - event: AnalyticsEvent.linkedInViewed(), - ), - ]; -} diff --git a/lib/features/info/providers/location_info_links_provider.dart b/lib/features/info/providers/location_info_links_provider.dart deleted file mode 100644 index 9224665..0000000 --- a/lib/features/info/providers/location_info_links_provider.dart +++ /dev/null @@ -1,14 +0,0 @@ -import 'package:luckuveryx/features/analytics/analytics.dart'; -import 'package:luckuveryx/features/info/info.dart'; -import 'package:riverpod_annotation/riverpod_annotation.dart'; - -part 'location_info_links_provider.g.dart'; - -@riverpod -InfoLink locationInfoLink(LocationInfoLinkRef ref) { - return InfoLink( - label: '1.3521ยฐ N, 103.8198ยฐ E', - url: Uri.parse('https://maps.app.goo.gl/f2s8ejFtpiUPTtmW6'), - event: AnalyticsEvent.locationViewed(), - ); -} diff --git a/lib/features/info/providers/providers.dart b/lib/features/info/providers/providers.dart deleted file mode 100644 index 215180a..0000000 --- a/lib/features/info/providers/providers.dart +++ /dev/null @@ -1,3 +0,0 @@ -export 'external_info_links_provider.dart'; -export 'location_info_links_provider.dart'; -export 'resume_provider.dart'; diff --git a/lib/features/info/providers/resume_provider.dart b/lib/features/info/providers/resume_provider.dart deleted file mode 100644 index 2f38f63..0000000 --- a/lib/features/info/providers/resume_provider.dart +++ /dev/null @@ -1,16 +0,0 @@ -import 'package:luckuveryx/features/analytics/analytics.dart'; -import 'package:luckuveryx/features/info/info.dart'; -import 'package:riverpod_annotation/riverpod_annotation.dart'; - -part 'resume_provider.g.dart'; - -@riverpod -InfoLink resume(ResumeRef ref) { - return InfoLink( - label: 'Resume', - url: Uri.parse( - 'https://raw.githubusercontent.com/LuckUVeryX/luckuveryx.github.io/main/assets/ryan_yip_resume.pdf', - ), - event: AnalyticsEvent.resumeViewed(), - ); -} diff --git a/lib/features/info/widgets/molecules/info_link_button.dart b/lib/features/info/widgets/molecules/info_link_button.dart deleted file mode 100644 index 0796555..0000000 --- a/lib/features/info/widgets/molecules/info_link_button.dart +++ /dev/null @@ -1,46 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:font_awesome_flutter/font_awesome_flutter.dart'; -import 'package:hooks_riverpod/hooks_riverpod.dart'; -import 'package:luckuveryx/features/analytics/analytics.dart'; -import 'package:luckuveryx/features/info/info.dart'; -import 'package:luckuveryx/features/responsive/responsive.dart'; -import 'package:luckuveryx/widgets/widgets.dart'; -import 'package:url_launcher/url_launcher.dart'; - -class InfoLinkButton extends HookConsumerWidget { - const InfoLinkButton({ - required this.link, - super.key, - }); - - final InfoLink link; - - @override - Widget build(BuildContext context, WidgetRef ref) { - return HoverButton( - onPressed: () { - launchUrl(link.url); - ref.capture(link.event); - }, - builder: (details) => Row( - crossAxisAlignment: CrossAxisAlignment.baseline, - textBaseline: TextBaseline.alphabetic, - mainAxisSize: MainAxisSize.min, - children: [ - Text( - link.label, - style: context.titleStyle?.copyWith( - color: details.color, - ), - ), - Spacing.sp4, - FaIcon( - FontAwesomeIcons.arrowUpRightFromSquare, - size: context.titleStyle!.fontSize! - 8, - color: details.color, - ), - ], - ), - ); - } -} diff --git a/lib/features/info/widgets/molecules/molecules.dart b/lib/features/info/widgets/molecules/molecules.dart deleted file mode 100644 index 3dde72a..0000000 --- a/lib/features/info/widgets/molecules/molecules.dart +++ /dev/null @@ -1 +0,0 @@ -export 'info_link_button.dart'; diff --git a/lib/features/info/widgets/organisms/external_info_links.dart b/lib/features/info/widgets/organisms/external_info_links.dart deleted file mode 100644 index f2e0071..0000000 --- a/lib/features/info/widgets/organisms/external_info_links.dart +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:hooks_riverpod/hooks_riverpod.dart'; -import 'package:luckuveryx/features/info/info.dart'; - -class ExternalInfoLinks extends HookConsumerWidget { - const ExternalInfoLinks({ - super.key, - }); - - @override - Widget build(BuildContext context, WidgetRef ref) { - final links = ref.watch(externalInfoLinksProvider); - - return Column( - crossAxisAlignment: CrossAxisAlignment.start, - mainAxisSize: MainAxisSize.min, - children: [ - ...links.map( - (link) => InfoLinkButton(link: link), - ), - ], - ); - } -} diff --git a/lib/features/info/widgets/organisms/location_info_links.dart b/lib/features/info/widgets/organisms/location_info_links.dart deleted file mode 100644 index 0053d4e..0000000 --- a/lib/features/info/widgets/organisms/location_info_links.dart +++ /dev/null @@ -1,15 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:hooks_riverpod/hooks_riverpod.dart'; -import 'package:luckuveryx/features/info/info.dart'; - -class LocationInfoLinks extends HookConsumerWidget { - const LocationInfoLinks({ - super.key, - }); - - @override - Widget build(BuildContext context, WidgetRef ref) { - final link = ref.watch(locationInfoLinkProvider); - return InfoLinkButton(link: link); - } -} diff --git a/lib/features/info/widgets/organisms/organisms.dart b/lib/features/info/widgets/organisms/organisms.dart deleted file mode 100644 index 618fa3e..0000000 --- a/lib/features/info/widgets/organisms/organisms.dart +++ /dev/null @@ -1,3 +0,0 @@ -export 'external_info_links.dart'; -export 'location_info_links.dart'; -export 'resume_info_links.dart'; diff --git a/lib/features/info/widgets/organisms/resume_info_links.dart b/lib/features/info/widgets/organisms/resume_info_links.dart deleted file mode 100644 index c31e9ed..0000000 --- a/lib/features/info/widgets/organisms/resume_info_links.dart +++ /dev/null @@ -1,12 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:hooks_riverpod/hooks_riverpod.dart'; -import 'package:luckuveryx/features/info/info.dart'; - -class ResumeInfoLinks extends HookConsumerWidget { - const ResumeInfoLinks({super.key}); - @override - Widget build(BuildContext context, WidgetRef ref) { - final resume = ref.watch(resumeProvider); - return InfoLinkButton(link: resume); - } -} diff --git a/lib/features/info/widgets/pages/info_page.dart b/lib/features/info/widgets/pages/info_page.dart deleted file mode 100644 index c15568a..0000000 --- a/lib/features/info/widgets/pages/info_page.dart +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/features/info/info.dart'; -import 'package:luckuveryx/features/responsive/responsive.dart'; - -class InfoPage extends StatelessWidget { - const InfoPage({super.key}); - - @override - Widget build(BuildContext context) { - final Widget page; - switch (ResponsiveLayout.of(context)) { - case ResponsiveLayout.xs: - case ResponsiveLayout.sm: - case ResponsiveLayout.md: - page = const InfoPageMobile(); - case ResponsiveLayout.lg: - case ResponsiveLayout.xl: - case ResponsiveLayout.xxl: - page = const InfoPageDesktop(); - } - return page; - } -} diff --git a/lib/features/info/widgets/pages/info_page_desktop.dart b/lib/features/info/widgets/pages/info_page_desktop.dart deleted file mode 100644 index 9cb758f..0000000 --- a/lib/features/info/widgets/pages/info_page_desktop.dart +++ /dev/null @@ -1,30 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/features/info/info.dart'; - -class InfoPageDesktop extends StatelessWidget { - const InfoPageDesktop({ - super.key, - }); - - @override - Widget build(BuildContext context) { - return const Padding( - padding: EdgeInsets.all(24), - child: Stack( - children: [ - Align( - child: ExternalInfoLinks(), - ), - Align( - alignment: Alignment.topRight, - child: ResumeInfoLinks(), - ), - Align( - alignment: Alignment.bottomRight, - child: LocationInfoLinks(), - ), - ], - ), - ); - } -} diff --git a/lib/features/info/widgets/pages/info_page_mobile.dart b/lib/features/info/widgets/pages/info_page_mobile.dart deleted file mode 100644 index 74d9457..0000000 --- a/lib/features/info/widgets/pages/info_page_mobile.dart +++ /dev/null @@ -1,30 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/features/info/info.dart'; -import 'package:luckuveryx/widgets/widgets.dart'; - -class InfoPageMobile extends StatelessWidget { - const InfoPageMobile({ - super.key, - }); - - @override - Widget build(BuildContext context) { - return const Align( - alignment: Alignment.bottomLeft, - child: Padding( - padding: EdgeInsets.all(24), - child: Column( - mainAxisSize: MainAxisSize.min, - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - ResumeInfoLinks(), - Spacing.sp40, - ExternalInfoLinks(), - Spacing.sp40, - LocationInfoLinks(), - ], - ), - ), - ); - } -} diff --git a/lib/features/info/widgets/pages/pages.dart b/lib/features/info/widgets/pages/pages.dart deleted file mode 100644 index 0b0d2dc..0000000 --- a/lib/features/info/widgets/pages/pages.dart +++ /dev/null @@ -1,3 +0,0 @@ -export 'info_page.dart'; -export 'info_page_desktop.dart'; -export 'info_page_mobile.dart'; diff --git a/lib/features/info/widgets/widgets.dart b/lib/features/info/widgets/widgets.dart deleted file mode 100644 index dc5a7bd..0000000 --- a/lib/features/info/widgets/widgets.dart +++ /dev/null @@ -1,3 +0,0 @@ -export 'molecules/molecules.dart'; -export 'organisms/organisms.dart'; -export 'pages/pages.dart'; diff --git a/lib/features/projects/models/models.dart b/lib/features/projects/models/models.dart deleted file mode 100644 index e589b8e..0000000 --- a/lib/features/projects/models/models.dart +++ /dev/null @@ -1,2 +0,0 @@ -export 'project.dart'; -export 'project_link.dart'; diff --git a/lib/features/projects/models/project.dart b/lib/features/projects/models/project.dart deleted file mode 100644 index be426cb..0000000 --- a/lib/features/projects/models/project.dart +++ /dev/null @@ -1,203 +0,0 @@ -import 'package:intl/intl.dart'; -import 'package:luckuveryx/features/projects/projects.dart'; - -const _googlePlay = 'Google Play'; -const _appStore = 'App Store'; -const _gitHub = 'GitHub'; -const _website = 'Website'; -const _testFlight = 'TestFlight'; - -sealed class Project { - const Project._({ - required this.title, - required this.url, - required this.startDate, - required this.endDate, - required this.links, - }); - - final String title; - final Uri url; - final DateTime startDate; - final DateTime? endDate; - final List links; - - String dateString() { - final dateFormat = DateFormat.yMMM(); - final start = dateFormat.format(startDate); - if (endDate == null) return start; - return '$start - ${dateFormat.format(endDate!)}'; - } - - static List get values => [ - Glints(), - Portfolio(), - Evlve(), - Osim(), - Scratchbac(), - VjChoirArchives(), - BubuDex(), - ]; -} - -class Glints extends Project { - Glints() - : super._( - title: 'Glints', - url: Uri.parse('https://glints.com'), - startDate: DateTime(2022, 10), - endDate: null, - links: [ - ProjectLink( - url: Uri.parse( - 'https://apps.apple.com/us/app/glints-jobs-chat-hr-career/id1613169954', - ), - label: _appStore, - ), - ProjectLink( - url: Uri.parse( - 'https://play.google.com/store/apps/details?id=com.glints.candidate', - ), - label: _googlePlay, - ), - ], - ); -} - -class Osim extends Project { - Osim() - : super._( - title: 'Osim', - url: Uri.parse('https://sg.osim.com'), - startDate: DateTime(2021, 11), - endDate: DateTime(2022, 10), - links: [ - ProjectLink( - url: Uri.parse( - 'https://apps.apple.com/sg/app/osim-well-being/id1588337384', - ), - label: _appStore, - ), - ProjectLink( - url: Uri.parse( - 'https://play.google.com/store/apps/details?id=com.osim.oneapp&hl=en&gl=US', - ), - label: _googlePlay, - ), - ], - ); -} - -class Scratchbac extends Project { - Scratchbac() - : super._( - title: 'Scratchbac', - url: Uri.parse('https://www.scratchbac.com'), - startDate: DateTime(2020, 9), - endDate: DateTime(2021, 11), - links: [ - ProjectLink( - url: Uri.parse( - 'https://apps.apple.com/sg/app/scratchbac/id1587462661', - ), - label: _appStore, - ), - ProjectLink( - url: Uri.parse( - 'https://play.google.com/store/apps/details?id=com.scratchbac.baladi', - ), - label: _googlePlay, - ), - ], - ); -} - -class Portfolio extends Project { - Portfolio() - : super._( - title: 'Portfolio', - url: Uri.parse('https://luckuveryx.github.io'), - startDate: DateTime(2023, 10), - endDate: null, - links: [ - ProjectLink( - url: Uri.parse( - 'https://luckuveryx.github.io', - ), - label: _website, - ), - ProjectLink( - url: Uri.parse( - 'https://github.com/LuckUVeryX/luckuveryx.github.io', - ), - label: _gitHub, - ), - ], - ); -} - -class Evlve extends Project { - Evlve() - : super._( - title: 'Evlve MMA', - url: Uri.parse('https://evolve-mma.com/'), - startDate: DateTime(2023, 5), - endDate: null, - links: [ - ProjectLink( - url: Uri.parse( - 'https://play.google.com/store/apps/details?id=com.evolve.evlve', - ), - label: _googlePlay, - ), - ProjectLink( - url: Uri.parse( - 'https://testflight.apple.com/join/eS0JF0F1', - ), - label: _testFlight, - ), - ProjectLink( - url: Uri.parse( - 'https://github.com/LuckUVeryX/evlve', - ), - label: _gitHub, - ), - ], - ); -} - -class VjChoirArchives extends Project { - VjChoirArchives() - : super._( - title: 'VJ Choir Archives', - url: Uri.parse('https://github.com/LuckUVeryX/vjchoir_archives'), - startDate: DateTime(2022, 9), - endDate: null, - links: [ - ProjectLink( - url: Uri.parse( - 'https://github.com/LuckUVeryX/vjchoir_archives', - ), - label: _gitHub, - ), - ], - ); -} - -class BubuDex extends Project { - BubuDex() - : super._( - title: 'Bubudex', - url: Uri.parse('https://github.com/LuckUVeryX/bubudex'), - startDate: DateTime(2021, 10), - endDate: null, - links: [ - ProjectLink( - url: Uri.parse( - 'https://github.com/LuckUVeryX/bubudex', - ), - label: _gitHub, - ), - ], - ); -} diff --git a/lib/features/projects/models/project_link.dart b/lib/features/projects/models/project_link.dart deleted file mode 100644 index 8b183b8..0000000 --- a/lib/features/projects/models/project_link.dart +++ /dev/null @@ -1,11 +0,0 @@ -import 'package:freezed_annotation/freezed_annotation.dart'; - -part 'project_link.freezed.dart'; - -@freezed -class ProjectLink with _$ProjectLink { - const factory ProjectLink({ - required String label, - required Uri url, - }) = _ProjectLink; -} diff --git a/lib/features/projects/projects.dart b/lib/features/projects/projects.dart deleted file mode 100644 index a9f156f..0000000 --- a/lib/features/projects/projects.dart +++ /dev/null @@ -1,3 +0,0 @@ -export 'models/models.dart'; -export 'providers/providers.dart'; -export 'widgets/widgets.dart'; diff --git a/lib/features/projects/providers/project_provider.dart b/lib/features/projects/providers/project_provider.dart deleted file mode 100644 index c6d82e7..0000000 --- a/lib/features/projects/providers/project_provider.dart +++ /dev/null @@ -1,9 +0,0 @@ -import 'package:luckuveryx/features/projects/projects.dart'; -import 'package:riverpod_annotation/riverpod_annotation.dart'; - -part 'project_provider.g.dart'; - -@riverpod -List projects(ProjectsRef ref) { - return Project.values; -} diff --git a/lib/features/projects/providers/providers.dart b/lib/features/projects/providers/providers.dart deleted file mode 100644 index 64695c5..0000000 --- a/lib/features/projects/providers/providers.dart +++ /dev/null @@ -1 +0,0 @@ -export 'project_provider.dart'; diff --git a/lib/features/projects/widgets/atoms/atoms.dart b/lib/features/projects/widgets/atoms/atoms.dart deleted file mode 100644 index 97cd118..0000000 --- a/lib/features/projects/widgets/atoms/atoms.dart +++ /dev/null @@ -1 +0,0 @@ -export 'project_date_text.dart'; diff --git a/lib/features/projects/widgets/atoms/project_date_text.dart b/lib/features/projects/widgets/atoms/project_date_text.dart deleted file mode 100644 index b15b389..0000000 --- a/lib/features/projects/widgets/atoms/project_date_text.dart +++ /dev/null @@ -1,20 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/features/projects/projects.dart'; -import 'package:luckuveryx/features/responsive/responsive.dart'; - -class ProjectDateText extends StatelessWidget { - const ProjectDateText({ - required this.project, - super.key, - }); - - final Project project; - - @override - Widget build(BuildContext context) { - return Text( - project.dateString(), - style: context.labelStyle, - ); - } -} diff --git a/lib/features/projects/widgets/molecules/molecules.dart b/lib/features/projects/widgets/molecules/molecules.dart deleted file mode 100644 index 05c2ab4..0000000 --- a/lib/features/projects/widgets/molecules/molecules.dart +++ /dev/null @@ -1,3 +0,0 @@ -export 'project_header.dart'; -export 'project_links_list.dart'; -export 'project_title.dart'; diff --git a/lib/features/projects/widgets/molecules/project_header.dart b/lib/features/projects/widgets/molecules/project_header.dart deleted file mode 100644 index d086928..0000000 --- a/lib/features/projects/widgets/molecules/project_header.dart +++ /dev/null @@ -1,30 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:font_awesome_flutter/font_awesome_flutter.dart'; -import 'package:luckuveryx/features/responsive/responsive.dart'; -import 'package:luckuveryx/l10n/l10n.dart'; -import 'package:luckuveryx/widgets/widgets.dart'; - -class ProjectHeader extends StatelessWidget { - const ProjectHeader({ - super.key, - }); - - @override - Widget build(BuildContext context) { - return Row( - mainAxisSize: MainAxisSize.min, - mainAxisAlignment: MainAxisAlignment.end, - children: [ - const FaIcon( - FontAwesomeIcons.solidSquare, - size: 16, - ), - Spacing.sp8, - Text( - context.l10n.projects, - style: context.titleStyle, - ), - ], - ); - } -} diff --git a/lib/features/projects/widgets/molecules/project_links_list.dart b/lib/features/projects/widgets/molecules/project_links_list.dart deleted file mode 100644 index 7f258b8..0000000 --- a/lib/features/projects/widgets/molecules/project_links_list.dart +++ /dev/null @@ -1,41 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:hooks_riverpod/hooks_riverpod.dart'; -import 'package:luckuveryx/features/analytics/analytics.dart'; -import 'package:luckuveryx/features/projects/projects.dart'; -import 'package:luckuveryx/features/responsive/responsive.dart'; -import 'package:luckuveryx/widgets/widgets.dart'; -import 'package:url_launcher/url_launcher.dart'; - -class ProjectLinksList extends HookConsumerWidget { - const ProjectLinksList({ - required this.project, - super.key, - }); - - final Project project; - - @override - Widget build(BuildContext context, WidgetRef ref) { - return Row( - mainAxisSize: MainAxisSize.min, - children: [ - for (final link in project.links) ...[ - if (link != project.links.first) const Text(' / '), - HoverButton( - onPressed: () { - launchUrl(link.url); - ref.capture(AnalyticsEvent.projectSubLinkTapped(project.url)); - }, - builder: (details) => Text( - link.label, - style: context.bodyStyle?.copyWith( - color: details.color, - fontWeight: FontWeight.bold, - ), - ), - ), - ], - ], - ); - } -} diff --git a/lib/features/projects/widgets/molecules/project_title.dart b/lib/features/projects/widgets/molecules/project_title.dart deleted file mode 100644 index 32796d3..0000000 --- a/lib/features/projects/widgets/molecules/project_title.dart +++ /dev/null @@ -1,35 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:hooks_riverpod/hooks_riverpod.dart'; -import 'package:luckuveryx/features/analytics/analytics.dart'; -import 'package:luckuveryx/features/projects/projects.dart'; -import 'package:luckuveryx/features/responsive/responsive.dart'; -import 'package:luckuveryx/widgets/widgets.dart'; -import 'package:url_launcher/url_launcher.dart'; - -class ProjectTitle extends HookConsumerWidget { - const ProjectTitle({ - required this.project, - super.key, - }); - - final Project project; - - @override - Widget build(BuildContext context, WidgetRef ref) { - return HoverButton( - onPressed: () { - launchUrl(project.url); - ref.capture(AnalyticsEvent.projectLinkTapped(project.url)); - }, - builder: (hover) { - return Text( - project.title, - textAlign: TextAlign.right, - style: context.displayStyle?.copyWith( - color: hover.color, - ), - ); - }, - ); - } -} diff --git a/lib/features/projects/widgets/organisms/organisms.dart b/lib/features/projects/widgets/organisms/organisms.dart deleted file mode 100644 index 1a51805..0000000 --- a/lib/features/projects/widgets/organisms/organisms.dart +++ /dev/null @@ -1,3 +0,0 @@ -export 'project_list_item.dart'; -export 'project_list_item_desktop.dart'; -export 'project_list_item_mobile.dart'; diff --git a/lib/features/projects/widgets/organisms/project_list_item.dart b/lib/features/projects/widgets/organisms/project_list_item.dart deleted file mode 100644 index 7e786fe..0000000 --- a/lib/features/projects/widgets/organisms/project_list_item.dart +++ /dev/null @@ -1,26 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/features/projects/projects.dart'; -import 'package:luckuveryx/features/responsive/responsive.dart'; - -class ProjectListItem extends StatelessWidget { - const ProjectListItem({ - required this.project, - super.key, - }); - - final Project project; - - @override - Widget build(BuildContext context) { - switch (ResponsiveLayout.of(context)) { - case ResponsiveLayout.xs: - case ResponsiveLayout.sm: - case ResponsiveLayout.md: - return ProjectListItemMobile(project: project); - case ResponsiveLayout.lg: - case ResponsiveLayout.xl: - case ResponsiveLayout.xxl: - return ProjectListItemDesktop(project: project); - } - } -} diff --git a/lib/features/projects/widgets/organisms/project_list_item_desktop.dart b/lib/features/projects/widgets/organisms/project_list_item_desktop.dart deleted file mode 100644 index c5fe9f8..0000000 --- a/lib/features/projects/widgets/organisms/project_list_item_desktop.dart +++ /dev/null @@ -1,33 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/features/projects/projects.dart'; -import 'package:luckuveryx/widgets/widgets.dart'; - -class ProjectListItemDesktop extends StatelessWidget { - const ProjectListItemDesktop({ - required this.project, - super.key, - }); - - final Project project; - - @override - Widget build(BuildContext context) { - return Padding( - padding: const EdgeInsets.symmetric(vertical: 12), - child: Row( - mainAxisSize: MainAxisSize.min, - children: [ - Column( - crossAxisAlignment: CrossAxisAlignment.end, - children: [ - ProjectDateText(project: project), - ProjectLinksList(project: project), - ], - ), - Spacing.sp24, - ProjectTitle(project: project), - ], - ), - ); - } -} diff --git a/lib/features/projects/widgets/organisms/project_list_item_mobile.dart b/lib/features/projects/widgets/organisms/project_list_item_mobile.dart deleted file mode 100644 index d1c1fb9..0000000 --- a/lib/features/projects/widgets/organisms/project_list_item_mobile.dart +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/features/projects/projects.dart'; -import 'package:luckuveryx/widgets/widgets.dart'; - -class ProjectListItemMobile extends StatelessWidget { - const ProjectListItemMobile({ - required this.project, - super.key, - }); - - final Project project; - - @override - Widget build(BuildContext context) { - return Column( - crossAxisAlignment: CrossAxisAlignment.end, - children: [ - ProjectTitle(project: project), - ProjectLinksList(project: project), - ProjectDateText(project: project), - Spacing.sp12, - ], - ); - } -} diff --git a/lib/features/projects/widgets/pages/pages.dart b/lib/features/projects/widgets/pages/pages.dart deleted file mode 100644 index 9c67ed0..0000000 --- a/lib/features/projects/widgets/pages/pages.dart +++ /dev/null @@ -1 +0,0 @@ -export 'projects_page.dart'; diff --git a/lib/features/projects/widgets/pages/projects_page.dart b/lib/features/projects/widgets/pages/projects_page.dart deleted file mode 100644 index 768334b..0000000 --- a/lib/features/projects/widgets/pages/projects_page.dart +++ /dev/null @@ -1,40 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:hooks_riverpod/hooks_riverpod.dart'; -import 'package:luckuveryx/features/projects/projects.dart'; -import 'package:luckuveryx/widgets/widgets.dart'; - -class ProjectsPage extends HookConsumerWidget { - const ProjectsPage({super.key}); - - @override - Widget build(BuildContext context, WidgetRef ref) { - final projects = ref.watch(projectsProvider); - return Align( - alignment: Alignment.topRight, - child: AnimatedSlideIn( - child: ListView.builder( - itemCount: projects.length + 1, - padding: const EdgeInsets.fromLTRB(0, 116, 8, 120), - itemBuilder: (context, index) { - if (index == 0) { - return const Padding( - padding: EdgeInsets.only(bottom: 32, right: 16), - child: ProjectHeader(), - ); - } - final project = projects[index - 1]; - return Align( - alignment: Alignment.centerRight, - child: Padding( - padding: const EdgeInsets.only(right: 24), - child: IntrinsicWidth( - child: ProjectListItem(project: project), - ), - ), - ); - }, - ), - ), - ); - } -} diff --git a/lib/features/projects/widgets/widgets.dart b/lib/features/projects/widgets/widgets.dart deleted file mode 100644 index 230ff7d..0000000 --- a/lib/features/projects/widgets/widgets.dart +++ /dev/null @@ -1,4 +0,0 @@ -export 'atoms/atoms.dart'; -export 'molecules/molecules.dart'; -export 'organisms/organisms.dart'; -export 'pages/pages.dart'; diff --git a/lib/features/responsive/responsive.dart b/lib/features/responsive/responsive.dart deleted file mode 100644 index a04a784..0000000 --- a/lib/features/responsive/responsive.dart +++ /dev/null @@ -1,2 +0,0 @@ -export 'utils/utils.dart'; -export 'widgets/widgets.dart'; diff --git a/lib/features/responsive/utils/responsive_layout.dart b/lib/features/responsive/utils/responsive_layout.dart deleted file mode 100644 index 6737a58..0000000 --- a/lib/features/responsive/utils/responsive_layout.dart +++ /dev/null @@ -1,119 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/utils/theme_extensions.dart'; - -enum ResponsiveLayout { - /// Skinny - /// - /// `320` - xs, - - /// Mobile - /// - /// `640` - sm, - - /// Mobile Large - /// - /// `786` - md, - - /// Tablet - /// - /// `1024` - lg, - - /// Desktop - /// - /// `1280` - xl, - - /// WideScreen - /// - /// `1536` - xxl; - - static ResponsiveLayout of(BuildContext context) { - final size = MediaQuery.sizeOf(context); - return ResponsiveLayout.values.firstWhere( - (e) => size.width <= e.value, - orElse: () => ResponsiveLayout.values.last, - ); - } - - static TextStyle? _displayStyleOf(BuildContext context) { - switch (of(context)) { - case ResponsiveLayout.xs: - case ResponsiveLayout.sm: - return context.textTheme.displaySmall; - case ResponsiveLayout.md: - case ResponsiveLayout.lg: - return context.textTheme.displayMedium; - case ResponsiveLayout.xl: - case ResponsiveLayout.xxl: - return context.textTheme.displayLarge; - } - } - - static TextStyle? _titleStyleOf(BuildContext context) { - switch (of(context)) { - case ResponsiveLayout.xs: - case ResponsiveLayout.sm: - return context.textTheme.titleSmall; - case ResponsiveLayout.md: - case ResponsiveLayout.lg: - return context.textTheme.titleMedium; - case ResponsiveLayout.xl: - case ResponsiveLayout.xxl: - return context.textTheme.titleLarge; - } - } - - static TextStyle? _bodyStyleOf(BuildContext context) { - switch (of(context)) { - case ResponsiveLayout.xs: - case ResponsiveLayout.sm: - case ResponsiveLayout.md: - case ResponsiveLayout.lg: - return context.textTheme.bodyMedium; - case ResponsiveLayout.xl: - case ResponsiveLayout.xxl: - return context.textTheme.bodyLarge; - } - } - - static TextStyle? _labelStyleOf(BuildContext context) { - switch (of(context)) { - case ResponsiveLayout.xs: - case ResponsiveLayout.sm: - return context.textTheme.labelSmall; - case ResponsiveLayout.md: - case ResponsiveLayout.lg: - return context.textTheme.labelMedium; - case ResponsiveLayout.xl: - case ResponsiveLayout.xxl: - return context.textTheme.labelLarge; - } - } -} - -/// [ResponsiveLayout] values referenced from -/// https://tailwindcss.com/docs/responsive-design -extension ResponsiveLayoutX on ResponsiveLayout { - double get value { - return switch (this) { - ResponsiveLayout.xs => 320, - ResponsiveLayout.sm => 640, - ResponsiveLayout.md => 786, - ResponsiveLayout.lg => 1024, - ResponsiveLayout.xl => 1280, - ResponsiveLayout.xxl => 1536 - }; - } -} - -extension ResponsiveContextX on BuildContext { - TextStyle? get displayStyle => ResponsiveLayout._displayStyleOf(this); - TextStyle? get titleStyle => ResponsiveLayout._titleStyleOf(this); - TextStyle? get bodyStyle => ResponsiveLayout._bodyStyleOf(this); - TextStyle? get labelStyle => ResponsiveLayout._labelStyleOf(this); -} diff --git a/lib/features/responsive/utils/utils.dart b/lib/features/responsive/utils/utils.dart deleted file mode 100644 index 6a28d15..0000000 --- a/lib/features/responsive/utils/utils.dart +++ /dev/null @@ -1 +0,0 @@ -export 'responsive_layout.dart'; diff --git a/lib/features/responsive/widgets/molecules/molecules.dart b/lib/features/responsive/widgets/molecules/molecules.dart deleted file mode 100644 index 291fab3..0000000 --- a/lib/features/responsive/widgets/molecules/molecules.dart +++ /dev/null @@ -1 +0,0 @@ -export 'responsive_padding.dart'; diff --git a/lib/features/responsive/widgets/molecules/responsive_padding.dart b/lib/features/responsive/widgets/molecules/responsive_padding.dart deleted file mode 100644 index 82f36ad..0000000 --- a/lib/features/responsive/widgets/molecules/responsive_padding.dart +++ /dev/null @@ -1,28 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_hooks/flutter_hooks.dart'; -import 'package:luckuveryx/features/responsive/responsive.dart'; - -class ResponsivePadding extends HookWidget { - const ResponsivePadding({ - required this.child, - super.key, - }); - - final Widget child; - - @override - Widget build(BuildContext context) { - final layout = ResponsiveLayout.of(context); - - return Container( - padding: const EdgeInsets.symmetric(horizontal: 16), - width: switch (layout) { - // For small layouts, only use padding. - ResponsiveLayout.sm || ResponsiveLayout.xs => null, - // Scope larger sizes to the next smallest layout width. - _ => ResponsiveLayout.values[layout.index - 1].value, - }, - child: child, - ); - } -} diff --git a/lib/features/responsive/widgets/widgets.dart b/lib/features/responsive/widgets/widgets.dart deleted file mode 100644 index a46e9e8..0000000 --- a/lib/features/responsive/widgets/widgets.dart +++ /dev/null @@ -1 +0,0 @@ -export 'molecules/molecules.dart'; diff --git a/lib/features/root/root.dart b/lib/features/root/root.dart deleted file mode 100644 index e691bba..0000000 --- a/lib/features/root/root.dart +++ /dev/null @@ -1 +0,0 @@ -export 'widgets/widgets.dart'; diff --git a/lib/features/root/widgets/atoms/atoms.dart b/lib/features/root/widgets/atoms/atoms.dart deleted file mode 100644 index 8e58be3..0000000 --- a/lib/features/root/widgets/atoms/atoms.dart +++ /dev/null @@ -1,3 +0,0 @@ -export 'root_curve_painter.dart'; -export 'route_button.dart'; -export 'route_button_placeholder.dart'; diff --git a/lib/features/root/widgets/atoms/root_curve_painter.dart b/lib/features/root/widgets/atoms/root_curve_painter.dart deleted file mode 100644 index 6bc460f..0000000 --- a/lib/features/root/widgets/atoms/root_curve_painter.dart +++ /dev/null @@ -1,44 +0,0 @@ -import 'dart:math'; - -import 'package:flutter/material.dart'; - -class CurvePainter extends CustomPainter { - CurvePainter({ - required this.value, - required this.color, - super.repaint, - }); - - final double value; - final Color color; - - @override - void paint(Canvas canvas, Size size) { - final white = Paint()..color = color; - final path = Path(); - - final y1 = sin(value); - final y2 = sin(value + pi / 2); - final y3 = sin(value + pi); - - final startPointY = size.height * (0.5 + 0.4 * y1); - final controlPointY = size.height * (0.5 + 0.4 * y2); - final endPointY = size.height * (0.5 + 0.4 * y3); - - path - ..moveTo(size.width * 0, startPointY) - ..quadraticBezierTo( - size.width * 0.5, - controlPointY, - size.width, - endPointY, - ) - ..lineTo(size.width, size.height) - ..lineTo(0, size.height) - ..close(); - canvas.drawPath(path, white); - } - - @override - bool shouldRepaint(CustomPainter oldDelegate) => true; -} diff --git a/lib/features/root/widgets/atoms/route_button.dart b/lib/features/root/widgets/atoms/route_button.dart deleted file mode 100644 index 3f78607..0000000 --- a/lib/features/root/widgets/atoms/route_button.dart +++ /dev/null @@ -1,31 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/utils/theme_extensions.dart'; -import 'package:luckuveryx/widgets/widgets.dart'; - -class RouteButton extends StatelessWidget { - const RouteButton({ - required this.onPressed, - required this.label, - super.key, - }); - - final VoidCallback? onPressed; - final String label; - - @override - Widget build(BuildContext context) { - return HoverButton( - onPressed: onPressed, - builder: (details) => Padding( - padding: const EdgeInsets.symmetric(horizontal: 8, vertical: 4), - child: Text( - label, - style: context.textTheme.labelLarge!.copyWith( - fontWeight: FontWeight.bold, - color: details.color, - ), - ), - ), - ); - } -} diff --git a/lib/features/root/widgets/atoms/route_button_placeholder.dart b/lib/features/root/widgets/atoms/route_button_placeholder.dart deleted file mode 100644 index 2203563..0000000 --- a/lib/features/root/widgets/atoms/route_button_placeholder.dart +++ /dev/null @@ -1,19 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:font_awesome_flutter/font_awesome_flutter.dart'; - -class RouteButtonPlaceholder extends StatelessWidget { - const RouteButtonPlaceholder({ - super.key, - }); - - @override - Widget build(BuildContext context) { - return const Padding( - padding: EdgeInsets.symmetric(horizontal: 8, vertical: 8), - child: FaIcon( - FontAwesomeIcons.solidSquare, - size: 12, - ), - ); - } -} diff --git a/lib/features/root/widgets/molecules/molecules.dart b/lib/features/root/widgets/molecules/molecules.dart deleted file mode 100644 index 8aa17cc..0000000 --- a/lib/features/root/widgets/molecules/molecules.dart +++ /dev/null @@ -1 +0,0 @@ -export 'route_button_builder.dart'; diff --git a/lib/features/root/widgets/molecules/route_button_builder.dart b/lib/features/root/widgets/molecules/route_button_builder.dart deleted file mode 100644 index b33bd0f..0000000 --- a/lib/features/root/widgets/molecules/route_button_builder.dart +++ /dev/null @@ -1,47 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_hooks/flutter_hooks.dart'; -import 'package:go_router/go_router.dart'; -import 'package:luckuveryx/features/root/root.dart'; - -class RouteButtonBuilder extends HookWidget { - const RouteButtonBuilder({ - required this.onPressed, - required this.path, - required this.label, - super.key, - }); - - final String path; - final String label; - final VoidCallback? onPressed; - - @override - Widget build(BuildContext context) { - final isCurrPath = GoRouterState.of(context).fullPath == path; - final controller = useAnimationController( - duration: const Duration(milliseconds: 400), - ); - useEffect( - () { - controller - ..reset() - ..forward(); - return null; - }, - [isCurrPath], - ); - - final opacity = useAnimation( - CurvedAnimation(parent: controller, curve: Curves.easeOut).drive( - Tween(begin: 0.3, end: 1), - ), - ); - - return Opacity( - opacity: opacity, - child: isCurrPath - ? const RouteButtonPlaceholder() - : RouteButton(onPressed: onPressed, label: label), - ); - } -} diff --git a/lib/features/root/widgets/organisms/organisms.dart b/lib/features/root/widgets/organisms/organisms.dart deleted file mode 100644 index c6db21d..0000000 --- a/lib/features/root/widgets/organisms/organisms.dart +++ /dev/null @@ -1,3 +0,0 @@ -export 'root_container.dart'; -export 'root_header.dart'; -export 'waves_background.dart'; diff --git a/lib/features/root/widgets/organisms/root_container.dart b/lib/features/root/widgets/organisms/root_container.dart deleted file mode 100644 index 64e5d0a..0000000 --- a/lib/features/root/widgets/organisms/root_container.dart +++ /dev/null @@ -1,34 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/features/theme_switcher/theme_switcher.dart'; -import 'package:luckuveryx/widgets/widgets.dart'; - -class RootContainer extends StatelessWidget { - const RootContainer({ - this.child, - super.key, - }); - - final Widget? child; - - @override - Widget build(BuildContext context) { - return Row( - children: [ - const Column( - mainAxisAlignment: MainAxisAlignment.end, - children: [ - Spacing.sp28, - BrightnessButton(brightness: Brightness.dark), - Spacing.sp12, - BrightnessButton(brightness: Brightness.light), - ], - ), - Expanded( - child: BorderContainer( - child: child, - ), - ), - ], - ); - } -} diff --git a/lib/features/root/widgets/organisms/root_header.dart b/lib/features/root/widgets/organisms/root_header.dart deleted file mode 100644 index 679ddc7..0000000 --- a/lib/features/root/widgets/organisms/root_header.dart +++ /dev/null @@ -1,65 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/app/router/router.dart'; -import 'package:luckuveryx/features/responsive/responsive.dart'; -import 'package:luckuveryx/features/root/root.dart'; -import 'package:luckuveryx/l10n/l10n.dart'; -import 'package:luckuveryx/widgets/widgets.dart'; - -class RootHeader extends StatelessWidget { - const RootHeader({ - super.key, - }); - - @override - Widget build(BuildContext context) { - return Padding( - padding: const EdgeInsets.all(24), - child: Column( - mainAxisSize: MainAxisSize.min, - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - Padding( - padding: const EdgeInsets.only(left: 8), - child: Text( - 'Ryan Yip', - style: context.displayStyle, - ), - ), - Padding( - padding: const EdgeInsets.only(left: 8), - child: Text( - 'LuckUVeryx', - style: context.titleStyle, - ), - ), - Spacing.sp24, - RouteButtonBuilder( - path: HomeRoute.path, - label: context.l10n.home, - onPressed: () => const HomeRoute().go(context), - ), - RouteButtonBuilder( - path: ProjectsRoute.path, - label: context.l10n.projects, - onPressed: () => const ProjectsRoute().go(context), - ), - RouteButtonBuilder( - path: InfoRoute.path, - label: context.l10n.info, - onPressed: () => const InfoRoute().go(context), - ), - RouteButtonBuilder( - path: ContactRoute.path, - label: context.l10n.contact, - onPressed: () => const ContactRoute().go(context), - ), - RouteButtonBuilder( - path: ScreenSaverRoute.path, - label: context.l10n.animation, - onPressed: () => const ScreenSaverRoute().go(context), - ), - ], - ), - ); - } -} diff --git a/lib/features/root/widgets/organisms/waves_background.dart b/lib/features/root/widgets/organisms/waves_background.dart deleted file mode 100644 index 1c36a6c..0000000 --- a/lib/features/root/widgets/organisms/waves_background.dart +++ /dev/null @@ -1,87 +0,0 @@ -import 'dart:math'; - -import 'package:flutter/material.dart'; -import 'package:flutter_hooks/flutter_hooks.dart'; -import 'package:luckuveryx/features/root/root.dart'; -import 'package:luckuveryx/utils/theme_extensions.dart'; - -Iterable<(double height, double value, Color color)> _useWaves() { - final colorScheme = useContext().colorScheme; - - /// (height, speed, color) - final curves = [ - (080.0, 1.5, colorScheme.tertiaryContainer), - (120.0, 1.3, colorScheme.secondaryContainer), - (160.0, 1.2, colorScheme.primaryContainer), - (180.0, 1.0, colorScheme.tertiary), - (200.0, 0.8, colorScheme.secondary), - (240.0, 0.5, colorScheme.primary), - ]; - - return curves.map( - (e) { - final (height, speed, color) = e; - - final controller = useAnimationController( - duration: Duration(milliseconds: 10000 ~/ speed), - ); - - useEffect( - () { - controller - ..value = Random().nextDouble() - ..repeat(); - return null; - }, - [], - ); - - final value = useAnimation( - controller.drive( - Tween(begin: 0, end: 2 * pi).chain( - CurveTween( - curve: Curves.easeInOutSine, - ), - ), - ), - ); - return (height, value, color.withOpacity(0.2)); - }, - ); -} - -class WavesBackground extends HookWidget { - const WavesBackground({ - this.child, - super.key, - }); - - final Widget? child; - - @override - Widget build(BuildContext context) { - final waves = _useWaves(); - - return Stack( - children: [ - for (final (height, value, color) in waves) - Positioned( - left: 0, - right: 0, - bottom: 0, - child: SizedBox( - width: double.infinity, - height: height, - child: CustomPaint( - painter: CurvePainter( - value: value, - color: color, - ), - ), - ), - ), - if (child != null) child!, - ], - ); - } -} diff --git a/lib/features/root/widgets/pages/pages.dart b/lib/features/root/widgets/pages/pages.dart deleted file mode 100644 index efeeba7..0000000 --- a/lib/features/root/widgets/pages/pages.dart +++ /dev/null @@ -1 +0,0 @@ -export 'root_page.dart'; diff --git a/lib/features/root/widgets/pages/root_page.dart b/lib/features/root/widgets/pages/root_page.dart deleted file mode 100644 index 5e7bdae..0000000 --- a/lib/features/root/widgets/pages/root_page.dart +++ /dev/null @@ -1,53 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:hooks_riverpod/hooks_riverpod.dart'; -import 'package:luckuveryx/features/responsive/responsive.dart'; -import 'package:luckuveryx/features/root/root.dart'; -import 'package:luckuveryx/features/year_progress/year_progress.dart'; - -class RootPage extends HookConsumerWidget { - const RootPage({ - required this.navigator, - super.key, - }); - - final Widget navigator; - - @override - Widget build(BuildContext context, WidgetRef ref) { - return Scaffold( - body: Padding( - padding: switch (ResponsiveLayout.of(context)) { - // Accounts for ThemeButton width of 20. - ResponsiveLayout.md || - ResponsiveLayout.xs || - ResponsiveLayout.sm => - const EdgeInsets.all(20).copyWith(left: 0), - _ => const EdgeInsets.all(28).copyWith(left: 8), - }, - child: Column( - children: [ - Expanded( - child: RootContainer( - child: WavesBackground( - child: Stack( - children: [ - navigator, - const Align( - alignment: Alignment.topLeft, - child: RootHeader(), - ), - ], - ), - ), - ), - ), - const Padding( - padding: EdgeInsets.only(left: 28), - child: YearProgressIndicator(), - ), - ], - ), - ), - ); - } -} diff --git a/lib/features/root/widgets/widgets.dart b/lib/features/root/widgets/widgets.dart deleted file mode 100644 index 230ff7d..0000000 --- a/lib/features/root/widgets/widgets.dart +++ /dev/null @@ -1,4 +0,0 @@ -export 'atoms/atoms.dart'; -export 'molecules/molecules.dart'; -export 'organisms/organisms.dart'; -export 'pages/pages.dart'; diff --git a/lib/features/screen_saver/controllers/controllers.dart b/lib/features/screen_saver/controllers/controllers.dart deleted file mode 100644 index e355563..0000000 --- a/lib/features/screen_saver/controllers/controllers.dart +++ /dev/null @@ -1,2 +0,0 @@ -export 'screen_saver_corner_controller.dart'; -export 'screen_saver_settings_controller.dart'; diff --git a/lib/features/screen_saver/controllers/screen_saver_corner_controller.dart b/lib/features/screen_saver/controllers/screen_saver_corner_controller.dart deleted file mode 100644 index 1c569ec..0000000 --- a/lib/features/screen_saver/controllers/screen_saver_corner_controller.dart +++ /dev/null @@ -1,15 +0,0 @@ -import 'package:riverpod_annotation/riverpod_annotation.dart'; - -part 'screen_saver_corner_controller.g.dart'; - -@riverpod -class ScreenSaverCornerController extends _$ScreenSaverCornerController { - @override - Object build() { - return Object(); - } - - void detectCorner() { - state = Object(); - } -} diff --git a/lib/features/screen_saver/controllers/screen_saver_settings_controller.dart b/lib/features/screen_saver/controllers/screen_saver_settings_controller.dart deleted file mode 100644 index a809ba2..0000000 --- a/lib/features/screen_saver/controllers/screen_saver_settings_controller.dart +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:riverpod_annotation/riverpod_annotation.dart'; - -part 'screen_saver_settings_controller.g.dart'; - -@riverpod -class ScreenSaverSettingsController extends _$ScreenSaverSettingsController { - @override - ({double speed, double size}) build() { - return (speed: 2, size: 48); - } - - void onSpeedChanged(double value) { - final (speed: _, :size) = state; - state = (speed: value, size: size); - } - - void onSizeChanged(double value) { - final (:speed, size: _) = state; - state = (speed: speed, size: value); - } -} diff --git a/lib/features/screen_saver/hooks/hooks.dart b/lib/features/screen_saver/hooks/hooks.dart deleted file mode 100644 index 3e2d2e4..0000000 --- a/lib/features/screen_saver/hooks/hooks.dart +++ /dev/null @@ -1 +0,0 @@ -export 'use_ticker_provider.dart'; diff --git a/lib/features/screen_saver/hooks/use_ticker_provider.dart b/lib/features/screen_saver/hooks/use_ticker_provider.dart deleted file mode 100644 index aad6e49..0000000 --- a/lib/features/screen_saver/hooks/use_ticker_provider.dart +++ /dev/null @@ -1,66 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter/scheduler.dart'; -import 'package:flutter_hooks/flutter_hooks.dart'; - -/// Creates a single usage [TickerProvider]. -/// -/// See also: -/// * [TickerProviderStateMixin] -TickerProvider useTickerProvider({List? keys}) { - return use( - keys != null ? _TickerProviderHook(keys) : const _TickerProviderHook(), - ); -} - -class _TickerProviderHook extends Hook { - const _TickerProviderHook([List? keys]) : super(keys: keys); - - @override - _TickerProviderHookState createState() => _TickerProviderHookState(); -} - -class _TickerProviderHookState - extends HookState - implements TickerProvider { - final Set _tickers = {}; - - @override - Ticker createTicker(TickerCallback onTick) { - final ticker = Ticker(onTick, debugLabel: 'created by $context'); - _tickers.add(ticker); - return ticker; - } - - @override - void dispose() { - assert( - () { - for (final ticker in _tickers) { - if (ticker.isActive) { - throw FlutterError( - 'useTickerProvider created a Ticker, but at the time ' - 'dispose() was called on the Hook, that Ticker was still active. Tickers used ' - ' by AnimationControllers should be disposed by calling dispose() on ' - ' the AnimationController itself. Otherwise, the ticker will leak.\n'); - } - } - return true; - }(), - '', - ); - } - - @override - TickerProvider build(BuildContext context) { - for (final ticker in _tickers) { - ticker.muted = !TickerMode.of(context); - } - return this; - } - - @override - String get debugLabel => 'useTickerProvider'; - - @override - bool get debugSkipValue => true; -} diff --git a/lib/features/screen_saver/screen_saver.dart b/lib/features/screen_saver/screen_saver.dart deleted file mode 100644 index 9acc99e..0000000 --- a/lib/features/screen_saver/screen_saver.dart +++ /dev/null @@ -1,3 +0,0 @@ -export 'controllers/controllers.dart'; -export 'hooks/hooks.dart'; -export 'widgets/widgets.dart'; diff --git a/lib/features/screen_saver/widgets/molecules/molecules.dart b/lib/features/screen_saver/widgets/molecules/molecules.dart deleted file mode 100644 index b62b9cd..0000000 --- a/lib/features/screen_saver/widgets/molecules/molecules.dart +++ /dev/null @@ -1,2 +0,0 @@ -export 'screen_saver_heart_animation.dart'; -export 'screen_saver_settings_slider.dart'; diff --git a/lib/features/screen_saver/widgets/molecules/screen_saver_heart_animation.dart b/lib/features/screen_saver/widgets/molecules/screen_saver_heart_animation.dart deleted file mode 100644 index fb41358..0000000 --- a/lib/features/screen_saver/widgets/molecules/screen_saver_heart_animation.dart +++ /dev/null @@ -1,70 +0,0 @@ -import 'dart:async'; - -import 'package:flutter/material.dart'; -import 'package:flutter_hooks/flutter_hooks.dart'; -import 'package:hooks_riverpod/hooks_riverpod.dart'; -import 'package:luckuveryx/features/analytics/analytics.dart'; -import 'package:luckuveryx/features/screen_saver/screen_saver.dart'; -import 'package:luckuveryx/gen/assets.gen.dart'; - -class ScreenSaverHeartAnimation extends HookConsumerWidget { - const ScreenSaverHeartAnimation({super.key}); - @override - Widget build(BuildContext context, WidgetRef ref) { - final counter = useState(0); - final timer = useRef(null); - - return GestureDetector( - onTap: () { - // Tap 10 times to manually trigger corner animation. - timer.value?.cancel(); - timer.value = Timer(const Duration(milliseconds: 500), () { - counter.value = 0; - timer.value?.cancel(); - timer.value = null; - }); - counter.value = counter.value + 1; - if (counter.value >= 10) { - counter.value = 0; - timer.value?.cancel(); - timer.value = null; - ref.read(screenSaverCornerControllerProvider.notifier).detectCorner(); - ref.capture(AnalyticsEvent.cornerAnimationManuallyTriggered()); - } - }, - child: const _ScreenSaverHeartAnimation(), - ); - } -} - -class _ScreenSaverHeartAnimation extends HookConsumerWidget { - const _ScreenSaverHeartAnimation(); - - @override - Widget build(BuildContext context, WidgetRef ref) { - final controller = useAnimationController( - duration: const Duration(milliseconds: 2000), - ); - final opacity = useAnimation( - Tween(begin: 1, end: 0).animate( - CurvedAnimation( - parent: controller, - curve: const Interval(0.5, 1, curve: Curves.easeOutExpo), - ), - ), - ); - - ref.listen(screenSaverCornerControllerProvider, (_, __) async { - controller.reset(); - await controller.forward(); - controller.reset(); - }); - return Opacity( - opacity: opacity, - child: Assets.lottie.heartAnimation.lottie( - controller: controller, - fit: BoxFit.contain, - ), - ); - } -} diff --git a/lib/features/screen_saver/widgets/molecules/screen_saver_settings_slider.dart b/lib/features/screen_saver/widgets/molecules/screen_saver_settings_slider.dart deleted file mode 100644 index 9dcfe0f..0000000 --- a/lib/features/screen_saver/widgets/molecules/screen_saver_settings_slider.dart +++ /dev/null @@ -1,55 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/utils/theme_extensions.dart'; - -class ScreenSaverSetttingsSlider extends StatelessWidget { - const ScreenSaverSetttingsSlider({ - required this.label, - required this.value, - required this.min, - required this.max, - required this.onChanged, - required this.onChangeEnd, - super.key, - }); - - final String label; - final double value; - final double min; - final double max; - final ValueChanged onChanged; - final ValueChanged onChangeEnd; - - @override - Widget build(BuildContext context) { - return Column( - mainAxisSize: MainAxisSize.min, - children: [ - Padding( - padding: const EdgeInsets.symmetric(horizontal: 24), - child: Row( - children: [ - Text(label), - const Spacer(), - Text( - value.toStringAsFixed(1), - textAlign: TextAlign.right, - ), - ], - ), - ), - SizedBox( - height: 20, - width: double.infinity, - child: Slider( - activeColor: context.colorScheme.tertiaryContainer, - value: value, - min: min, - max: max, - onChanged: onChanged, - onChangeEnd: onChangeEnd, - ), - ), - ], - ); - } -} diff --git a/lib/features/screen_saver/widgets/organisms/organisms.dart b/lib/features/screen_saver/widgets/organisms/organisms.dart deleted file mode 100644 index 133b0da..0000000 --- a/lib/features/screen_saver/widgets/organisms/organisms.dart +++ /dev/null @@ -1 +0,0 @@ -export 'screen_saver.dart'; diff --git a/lib/features/screen_saver/widgets/organisms/screen_saver.dart b/lib/features/screen_saver/widgets/organisms/screen_saver.dart deleted file mode 100644 index 2ed9c49..0000000 --- a/lib/features/screen_saver/widgets/organisms/screen_saver.dart +++ /dev/null @@ -1,106 +0,0 @@ -import 'dart:math'; - -import 'package:flutter/material.dart'; -import 'package:flutter_hooks/flutter_hooks.dart'; -import 'package:hooks_riverpod/hooks_riverpod.dart'; -import 'package:luckuveryx/features/analytics/analytics.dart'; -import 'package:luckuveryx/features/screen_saver/screen_saver.dart'; - -class ScreenSaver extends HookConsumerWidget { - const ScreenSaver({ - required this.constraints, - super.key, - }); - - final BoxConstraints constraints; - - @override - Widget build(BuildContext context, WidgetRef ref) { - final (:speed, :size) = ref.watch(screenSaverSettingsControllerProvider); - - final color = useState( - Color((Random().nextDouble() * 0xFFFFFF).toInt()).withOpacity(1), - ); - final pos = useState<(double x, double y)>( - ( - Random().nextDouble() * (constraints.maxWidth - size), - Random().nextDouble() * (constraints.maxHeight - size) - ), - ); - final dir = useState<(int dx, int dy)>( - ( - Random().nextBool() ? 1 : -1, - Random().nextBool() ? 1 : -1, - ), - ); - final (x, y) = pos.value; - final tickerProvider = useTickerProvider(); - var (dx, dy) = dir.value; - - useEffect( - () { - final (width, height) = (constraints.maxWidth, constraints.maxHeight); - final corners = [ - (0, 0), - (0, width - size), - (height - size, 0), - (height - size, width - size), - ]; - - final ticker = tickerProvider.createTicker((elapsed) { - final (posX, posY) = pos.value; - - var (x, y) = (posX + dx * speed, posY + dy * speed); - - // Clamp positions - if (x < 0) { - x = 0; - dx = 1; - } - if (x + size > width) { - x = width - size; - dx = -1; - } - if (y < 0) { - y = 0; - dy = 1; - } - if (y + size > height) { - y = height - size; - dy = -1; - } - - // Bounce - if (dir.value != (dx, dy)) { - dir.value = (dx, dy); - color.value = Color((Random().nextDouble() * 0xFFFFFF).toInt()) - .withOpacity(1); - } - - pos.value = (x, y); - - // Corner detection - if (corners.contains(pos.value)) { - ref - .read(screenSaverCornerControllerProvider.notifier) - .detectCorner(); - ref.capture(AnalyticsEvent.cornerDetected()); - } - }) - ..start(); - return ticker.dispose; - }, - [constraints, size, speed], - ); - - return Positioned( - left: x, - top: y, - child: Container( - height: size, - width: size, - color: color.value, - ), - ); - } -} diff --git a/lib/features/screen_saver/widgets/pages/pages.dart b/lib/features/screen_saver/widgets/pages/pages.dart deleted file mode 100644 index 366255a..0000000 --- a/lib/features/screen_saver/widgets/pages/pages.dart +++ /dev/null @@ -1 +0,0 @@ -export 'screen_saver_page.dart'; diff --git a/lib/features/screen_saver/widgets/pages/screen_saver_page.dart b/lib/features/screen_saver/widgets/pages/screen_saver_page.dart deleted file mode 100644 index 3b662e0..0000000 --- a/lib/features/screen_saver/widgets/pages/screen_saver_page.dart +++ /dev/null @@ -1,82 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:hooks_riverpod/hooks_riverpod.dart'; -import 'package:luckuveryx/features/analytics/analytics.dart'; -import 'package:luckuveryx/features/responsive/responsive.dart'; -import 'package:luckuveryx/features/root/root.dart'; -import 'package:luckuveryx/features/screen_saver/screen_saver.dart'; -import 'package:luckuveryx/l10n/l10n.dart'; -import 'package:luckuveryx/widgets/widgets.dart'; - -class ScreenSaverPage extends HookConsumerWidget { - const ScreenSaverPage({super.key}); - @override - Widget build(BuildContext context, WidgetRef ref) { - final (:speed, :size) = ref.watch(screenSaverSettingsControllerProvider); - - return Scaffold( - body: Column( - children: [ - Expanded( - child: Padding( - padding: switch (ResponsiveLayout.of(context)) { - // Accounts for ThemeButton width of 20. - ResponsiveLayout.md || - ResponsiveLayout.xs || - ResponsiveLayout.sm => - const EdgeInsets.all(20).copyWith(left: 0, bottom: 0), - _ => const EdgeInsets.all(28).copyWith(left: 8, bottom: 0), - }, - child: RootContainer( - child: LayoutBuilder( - builder: (context, constraints) { - return Stack( - children: [ - ScreenSaver( - constraints: constraints, - ), - const Positioned.fill( - child: ScreenSaverHeartAnimation(), - ), - ], - ); - }, - ), - ), - ), - ), - Padding( - padding: const EdgeInsets.fromLTRB(12, 8, 4, 0), - child: ScreenSaverSetttingsSlider( - label: context.l10n.screenSaverSpeed, - value: speed, - min: 0, - max: 24, - onChanged: ref - .read(screenSaverSettingsControllerProvider.notifier) - .onSpeedChanged, - onChangeEnd: (value) { - ref.capture(AnalyticsEvent.speedSliderValue(speed)); - }, - ), - ), - Padding( - padding: const EdgeInsets.fromLTRB(12, 8, 4, 0), - child: ScreenSaverSetttingsSlider( - label: context.l10n.screenSaverSize, - value: size, - min: 4, - max: 128, - onChanged: ref - .read(screenSaverSettingsControllerProvider.notifier) - .onSizeChanged, - onChangeEnd: (value) { - ref.capture(AnalyticsEvent.sizeSliderValue(size)); - }, - ), - ), - Spacing.sp24, - ], - ), - ); - } -} diff --git a/lib/features/screen_saver/widgets/widgets.dart b/lib/features/screen_saver/widgets/widgets.dart deleted file mode 100644 index dc5a7bd..0000000 --- a/lib/features/screen_saver/widgets/widgets.dart +++ /dev/null @@ -1,3 +0,0 @@ -export 'molecules/molecules.dart'; -export 'organisms/organisms.dart'; -export 'pages/pages.dart'; diff --git a/lib/features/theme_switcher/controllers/controllers.dart b/lib/features/theme_switcher/controllers/controllers.dart deleted file mode 100644 index 7e1c934..0000000 --- a/lib/features/theme_switcher/controllers/controllers.dart +++ /dev/null @@ -1 +0,0 @@ -export 'theme_switcher_controller.dart'; diff --git a/lib/features/theme_switcher/controllers/theme_switcher_controller.dart b/lib/features/theme_switcher/controllers/theme_switcher_controller.dart deleted file mode 100644 index 93089c3..0000000 --- a/lib/features/theme_switcher/controllers/theme_switcher_controller.dart +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/features/analytics/analytics.dart'; -import 'package:riverpod_annotation/riverpod_annotation.dart'; - -part 'theme_switcher_controller.g.dart'; - -@riverpod -class ThemeSwitcherController extends _$ThemeSwitcherController { - @override - ThemeMode build() { - return ThemeMode.system; - } - - void onChanged(Brightness brightness) { - state = switch (brightness) { - Brightness.light => ThemeMode.light, - Brightness.dark => ThemeMode.dark, - }; - ref.capture(AnalyticsEvent.themeModeToggled(state)); - } -} diff --git a/lib/features/theme_switcher/theme_switcher.dart b/lib/features/theme_switcher/theme_switcher.dart deleted file mode 100644 index c3131ee..0000000 --- a/lib/features/theme_switcher/theme_switcher.dart +++ /dev/null @@ -1,2 +0,0 @@ -export 'controllers/controllers.dart'; -export 'widgets/widgets.dart'; diff --git a/lib/features/theme_switcher/widgets/molecules/brightness_button.dart b/lib/features/theme_switcher/widgets/molecules/brightness_button.dart deleted file mode 100644 index 10884ca..0000000 --- a/lib/features/theme_switcher/widgets/molecules/brightness_button.dart +++ /dev/null @@ -1,51 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:font_awesome_flutter/font_awesome_flutter.dart'; -import 'package:hooks_riverpod/hooks_riverpod.dart'; -import 'package:luckuveryx/features/theme_switcher/theme_switcher.dart'; -import 'package:luckuveryx/l10n/l10n.dart'; -import 'package:luckuveryx/utils/theme_extensions.dart'; -import 'package:luckuveryx/widgets/widgets.dart'; - -class BrightnessButton extends HookConsumerWidget { - const BrightnessButton({ - required this.brightness, - super.key, - }); - - final Brightness brightness; - - @override - Widget build(BuildContext context, WidgetRef ref) { - return RotatedBox( - quarterTurns: 3, - child: HoverButton( - onPressed: () => ref - .read(themeSwitcherControllerProvider.notifier) - .onChanged(brightness), - builder: (hover) => Row( - mainAxisSize: MainAxisSize.min, - children: [ - FaIcon( - context.theme.brightness == brightness - ? FontAwesomeIcons.solidSquare - : FontAwesomeIcons.square, - size: 12, - color: hover.color, - ), - Spacing.sp4, - Text( - switch (brightness) { - Brightness.light => context.l10n.light, - Brightness.dark => context.l10n.dark, - } - .toUpperCase(), - style: context.textTheme.bodyMedium!.copyWith( - color: hover.color, - ), - ), - ], - ), - ), - ); - } -} diff --git a/lib/features/theme_switcher/widgets/molecules/molecules.dart b/lib/features/theme_switcher/widgets/molecules/molecules.dart deleted file mode 100644 index ec56b3c..0000000 --- a/lib/features/theme_switcher/widgets/molecules/molecules.dart +++ /dev/null @@ -1 +0,0 @@ -export 'brightness_button.dart'; diff --git a/lib/features/theme_switcher/widgets/widgets.dart b/lib/features/theme_switcher/widgets/widgets.dart deleted file mode 100644 index a46e9e8..0000000 --- a/lib/features/theme_switcher/widgets/widgets.dart +++ /dev/null @@ -1 +0,0 @@ -export 'molecules/molecules.dart'; diff --git a/lib/features/year_progress/widgets/atoms/atoms.dart b/lib/features/year_progress/widgets/atoms/atoms.dart deleted file mode 100644 index 062a032..0000000 --- a/lib/features/year_progress/widgets/atoms/atoms.dart +++ /dev/null @@ -1 +0,0 @@ -export 'year_progress_monospace_text.dart'; diff --git a/lib/features/year_progress/widgets/atoms/year_progress_monospace_text.dart b/lib/features/year_progress/widgets/atoms/year_progress_monospace_text.dart deleted file mode 100644 index 58bc55c..0000000 --- a/lib/features/year_progress/widgets/atoms/year_progress_monospace_text.dart +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/utils/theme_extensions.dart'; - -class YearProgressMonospaceText extends StatelessWidget { - const YearProgressMonospaceText({ - required this.char, - super.key, - }); - - final String char; - - @override - Widget build(BuildContext context) { - return SizedBox( - width: 8, - child: Text( - char, - style: context.textTheme.bodySmall, - textAlign: TextAlign.center, - ), - ); - } -} diff --git a/lib/features/year_progress/widgets/molecules/molecules.dart b/lib/features/year_progress/widgets/molecules/molecules.dart deleted file mode 100644 index 5f3784e..0000000 --- a/lib/features/year_progress/widgets/molecules/molecules.dart +++ /dev/null @@ -1 +0,0 @@ -export 'year_progress_remaining_countdown.dart'; diff --git a/lib/features/year_progress/widgets/molecules/year_progress_remaining_countdown.dart b/lib/features/year_progress/widgets/molecules/year_progress_remaining_countdown.dart deleted file mode 100644 index 72447e7..0000000 --- a/lib/features/year_progress/widgets/molecules/year_progress_remaining_countdown.dart +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/features/year_progress/widgets/atoms/year_progress_monospace_text.dart'; - -class YearProgressRemainingCountdown extends StatelessWidget { - const YearProgressRemainingCountdown({ - required this.remainingText, - super.key, - }); - - final String remainingText; - - @override - Widget build(BuildContext context) { - return Row( - mainAxisAlignment: MainAxisAlignment.center, - children: [ - for (final char in remainingText.split('')) - YearProgressMonospaceText(char: char), - ], - ); - } -} diff --git a/lib/features/year_progress/widgets/organisms/organisms.dart b/lib/features/year_progress/widgets/organisms/organisms.dart deleted file mode 100644 index 90dd376..0000000 --- a/lib/features/year_progress/widgets/organisms/organisms.dart +++ /dev/null @@ -1 +0,0 @@ -export 'year_progress_indicator.dart'; diff --git a/lib/features/year_progress/widgets/organisms/year_progress_indicator.dart b/lib/features/year_progress/widgets/organisms/year_progress_indicator.dart deleted file mode 100644 index 398ace5..0000000 --- a/lib/features/year_progress/widgets/organisms/year_progress_indicator.dart +++ /dev/null @@ -1,110 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_hooks/flutter_hooks.dart'; -import 'package:luckuveryx/features/year_progress/widgets/atoms/year_progress_monospace_text.dart'; -import 'package:luckuveryx/features/year_progress/widgets/molecules/year_progress_remaining_countdown.dart'; -import 'package:luckuveryx/l10n/l10n.dart'; -import 'package:luckuveryx/utils/theme_extensions.dart'; -import 'package:luckuveryx/widgets/widgets.dart'; - -class YearProgressIndicator extends HookWidget { - const YearProgressIndicator({super.key}); - @override - Widget build(BuildContext context) { - final tickerProvider = useSingleTickerProvider(); - final controller = useAnimationController( - duration: const Duration(milliseconds: 5000), - ); - final color = useAnimation( - ColorTween( - begin: context.colorScheme.primary, - end: context.colorScheme.secondary, - ).animate(controller), - ); - - final now = useState(DateTime.now()); - final currYear = DateTime(now.value.year); - final nextYear = DateTime(now.value.year + 1); - final yearDiff = nextYear.difference(currYear); - final diff = now.value.difference(currYear); - final yearProg = diff.inMicroseconds / yearDiff.inMicroseconds; - final remaining = nextYear.difference(now.value); - - useEffect( - () { - final ticker = tickerProvider.createTicker((_) { - now.value = DateTime.now(); - }) - ..start(); - return ticker.stop; - }, - [], - ); - - useEffect( - () { - controller.repeat(reverse: true); - return null; - }, - [], - ); - - final yearProgText = - '${(yearProg * 100).toStringAsPrecision(12)}%'.split(''); - final remainingText = remaining.inDHMS; - - return AnimatedFadeIn( - child: Tooltip( - message: context.l10n.yearProgressToolTip, - child: Column( - children: [ - Row( - children: [ - Expanded( - child: ClipRRect( - borderRadius: BorderRadius.circular(28), - child: LinearProgressIndicator( - color: color, - value: yearProg, - backgroundColor: color?.withOpacity(0.3), - ), - ), - ), - Spacing.sp8, - for (final char in yearProgText) - YearProgressMonospaceText(char: char), - ], - ), - YearProgressRemainingCountdown(remainingText: remainingText), - ], - ), - ), - ); - } -} - -extension on Duration { - Duration get remainingHrs { - return this - Duration(days: inDays); - } - - Duration get remainingMins { - return this - - Duration( - days: inDays, - hours: remainingHrs.inHours, - ); - } - - Duration get remainingSecs { - return this - - Duration( - days: inDays, - hours: remainingHrs.inHours, - minutes: remainingMins.inMinutes, - ); - } - - String get inDHMS { - return '$inDays : ${'${remainingHrs.inHours}'.padLeft(2, '0')} : ${'${remainingMins.inMinutes}'.padLeft(2, '0')} : ${'${remainingSecs.inSeconds}'.padLeft(2, '0')}'; - } -} diff --git a/lib/features/year_progress/widgets/widgets.dart b/lib/features/year_progress/widgets/widgets.dart deleted file mode 100644 index 348143d..0000000 --- a/lib/features/year_progress/widgets/widgets.dart +++ /dev/null @@ -1,3 +0,0 @@ -export 'atoms/atoms.dart'; -export 'molecules/molecules.dart'; -export 'organisms/organisms.dart'; diff --git a/lib/features/year_progress/year_progress.dart b/lib/features/year_progress/year_progress.dart deleted file mode 100644 index e691bba..0000000 --- a/lib/features/year_progress/year_progress.dart +++ /dev/null @@ -1 +0,0 @@ -export 'widgets/widgets.dart'; diff --git a/lib/gen/assets.gen.dart b/lib/gen/assets.gen.dart deleted file mode 100644 index dde733f..0000000 --- a/lib/gen/assets.gen.dart +++ /dev/null @@ -1,161 +0,0 @@ -/// GENERATED CODE - DO NOT MODIFY BY HAND -/// ***************************************************** -/// FlutterGen -/// ***************************************************** - -// coverage:ignore-file -// ignore_for_file: type=lint -// ignore_for_file: directives_ordering,unnecessary_import,implicit_dynamic_list_literal,deprecated_member_use - -import 'package:flutter/widgets.dart'; -import 'package:lottie/lottie.dart'; - -class $AssetsLottieGen { - const $AssetsLottieGen(); - - /// File path: assets/lottie/heart_animation.json - LottieGenImage get heartAnimation => - const LottieGenImage('assets/lottie/heart_animation.json'); - - /// List of all assets - List get values => [heartAnimation]; -} - -class Assets { - Assets._(); - - static const $AssetsLottieGen lottie = $AssetsLottieGen(); -} - -class AssetGenImage { - const AssetGenImage(this._assetName); - - final String _assetName; - - Image image({ - Key? key, - AssetBundle? bundle, - ImageFrameBuilder? frameBuilder, - ImageErrorWidgetBuilder? errorBuilder, - String? semanticLabel, - bool excludeFromSemantics = false, - double? scale, - double? width, - double? height, - Color? color, - Animation? opacity, - BlendMode? colorBlendMode, - BoxFit? fit, - AlignmentGeometry alignment = Alignment.center, - ImageRepeat repeat = ImageRepeat.noRepeat, - Rect? centerSlice, - bool matchTextDirection = false, - bool gaplessPlayback = false, - bool isAntiAlias = false, - String? package, - FilterQuality filterQuality = FilterQuality.low, - int? cacheWidth, - int? cacheHeight, - }) { - return Image.asset( - _assetName, - key: key, - bundle: bundle, - frameBuilder: frameBuilder, - errorBuilder: errorBuilder, - semanticLabel: semanticLabel, - excludeFromSemantics: excludeFromSemantics, - scale: scale, - width: width, - height: height, - color: color, - opacity: opacity, - colorBlendMode: colorBlendMode, - fit: fit, - alignment: alignment, - repeat: repeat, - centerSlice: centerSlice, - matchTextDirection: matchTextDirection, - gaplessPlayback: gaplessPlayback, - isAntiAlias: isAntiAlias, - package: package, - filterQuality: filterQuality, - cacheWidth: cacheWidth, - cacheHeight: cacheHeight, - ); - } - - ImageProvider provider({ - AssetBundle? bundle, - String? package, - }) { - return AssetImage( - _assetName, - bundle: bundle, - package: package, - ); - } - - String get path => _assetName; - - String get keyName => _assetName; -} - -class LottieGenImage { - const LottieGenImage(this._assetName); - - final String _assetName; - - LottieBuilder lottie({ - Animation? controller, - bool? animate, - FrameRate? frameRate, - bool? repeat, - bool? reverse, - LottieDelegates? delegates, - LottieOptions? options, - void Function(LottieComposition)? onLoaded, - LottieImageProviderFactory? imageProviderFactory, - Key? key, - AssetBundle? bundle, - Widget Function(BuildContext, Widget, LottieComposition?)? frameBuilder, - ImageErrorWidgetBuilder? errorBuilder, - double? width, - double? height, - BoxFit? fit, - AlignmentGeometry? alignment, - String? package, - bool? addRepaintBoundary, - FilterQuality? filterQuality, - void Function(String)? onWarning, - }) { - return Lottie.asset( - _assetName, - controller: controller, - animate: animate, - frameRate: frameRate, - repeat: repeat, - reverse: reverse, - delegates: delegates, - options: options, - onLoaded: onLoaded, - imageProviderFactory: imageProviderFactory, - key: key, - bundle: bundle, - frameBuilder: frameBuilder, - errorBuilder: errorBuilder, - width: width, - height: height, - fit: fit, - alignment: alignment, - package: package, - addRepaintBoundary: addRepaintBoundary, - filterQuality: filterQuality, - onWarning: onWarning, - ); - } - - String get path => _assetName; - - String get keyName => _assetName; -} diff --git a/lib/gen/fonts.gen.dart b/lib/gen/fonts.gen.dart deleted file mode 100644 index efdbf19..0000000 --- a/lib/gen/fonts.gen.dart +++ /dev/null @@ -1,15 +0,0 @@ -/// GENERATED CODE - DO NOT MODIFY BY HAND -/// ***************************************************** -/// FlutterGen -/// ***************************************************** - -// coverage:ignore-file -// ignore_for_file: type=lint -// ignore_for_file: directives_ordering,unnecessary_import,implicit_dynamic_list_literal,deprecated_member_use - -class FontFamily { - FontFamily._(); - - /// Font family: GeistMono - static const String geistMono = 'GeistMono'; -} diff --git a/lib/l10n/arb/app_en.arb b/lib/l10n/arb/app_en.arb deleted file mode 100644 index ad179d4..0000000 --- a/lib/l10n/arb/app_en.arb +++ /dev/null @@ -1,14 +0,0 @@ -{ - "@@locale": "en", - "light": "Light", - "dark": "Dark", - "home": "Home", - "projects": "Projects", - "info": "Info", - "contact": "Contact", - "homeContent": "I've cultivated skills with a commitment to technology-driven design. My work embodies this synergy, where I breathe life into design concepts through mobile applications. Fueled by a thirst for innovation, I thrive at the crossroads of aesthetics and technology, continuously pushing the boundaries of what's achievable.", - "yearProgressToolTip": "Year Progress", - "animation": "Animation", - "screenSaverSize": "Size", - "screenSaverSpeed": "Speed" -} \ No newline at end of file diff --git a/lib/l10n/l10n.dart b/lib/l10n/l10n.dart deleted file mode 100644 index 17c891b..0000000 --- a/lib/l10n/l10n.dart +++ /dev/null @@ -1,8 +0,0 @@ -import 'package:flutter/widgets.dart'; -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; - -export 'package:flutter_gen/gen_l10n/app_localizations.dart'; - -extension AppLocalizationsX on BuildContext { - AppLocalizations get l10n => AppLocalizations.of(this); -} diff --git a/lib/main.dart b/lib/main.dart deleted file mode 100644 index 7bce02d..0000000 --- a/lib/main.dart +++ /dev/null @@ -1,13 +0,0 @@ -import 'package:hooks_riverpod/hooks_riverpod.dart'; -import 'package:luckuveryx/app/app.dart'; -import 'package:luckuveryx/bootstrap.dart'; -import 'package:luckuveryx/utils/logger.dart'; - -void main(List args) { - bootstrap( - () => const ProviderScope( - observers: [Logger()], - child: App(), - ), - ); -} diff --git a/lib/utils/logger.dart b/lib/utils/logger.dart deleted file mode 100644 index 952c2c0..0000000 --- a/lib/utils/logger.dart +++ /dev/null @@ -1,34 +0,0 @@ -import 'dart:developer'; - -import 'package:hooks_riverpod/hooks_riverpod.dart'; - -class Logger extends ProviderObserver { - const Logger(); - - @override - void didUpdateProvider( - ProviderBase provider, - Object? previousValue, - Object? newValue, - ProviderContainer container, - ) { - log(''' -[${provider.name ?? provider.runtimeType}]: -$newValue -'''); - } - - @override - void providerDidFail( - ProviderBase provider, - Object error, - StackTrace stackTrace, - ProviderContainer container, - ) { - log(''' -[${provider.name ?? provider.runtimeType}]: -$error -$stackTrace -}'''); - } -} diff --git a/lib/utils/theme_extensions.dart b/lib/utils/theme_extensions.dart deleted file mode 100644 index 364b92e..0000000 --- a/lib/utils/theme_extensions.dart +++ /dev/null @@ -1,7 +0,0 @@ -import 'package:flutter/material.dart'; - -extension ThemeExtension on BuildContext { - ThemeData get theme => Theme.of(this); - TextTheme get textTheme => theme.textTheme; - ColorScheme get colorScheme => theme.colorScheme; -} diff --git a/lib/widgets/atoms/animated_fade_in.dart b/lib/widgets/atoms/animated_fade_in.dart deleted file mode 100644 index 7a035a0..0000000 --- a/lib/widgets/atoms/animated_fade_in.dart +++ /dev/null @@ -1,43 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_hooks/flutter_hooks.dart'; - -double _useFadeIn({ - required Duration duration, - required Curve curve, -}) { - final controller = useAnimationController(duration: duration); - useEffect( - () { - controller.forward(); - return null; - }, - const [], - ); - return useAnimation(CurvedAnimation(parent: controller, curve: curve)); -} - -class AnimatedFadeIn extends HookWidget { - const AnimatedFadeIn({ - required this.child, - this.duration = const Duration(milliseconds: 400), - this.curve = Curves.easeInOut, - super.key, - }); - - final Widget child; - final Duration duration; - final Curve curve; - - @override - Widget build(BuildContext context) { - final fade = _useFadeIn( - curve: curve, - duration: duration, - ); - - return Opacity( - opacity: fade, - child: child, - ); - } -} diff --git a/lib/widgets/atoms/animated_slide_in.dart b/lib/widgets/atoms/animated_slide_in.dart deleted file mode 100644 index 0c89fa9..0000000 --- a/lib/widgets/atoms/animated_slide_in.dart +++ /dev/null @@ -1,48 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_hooks/flutter_hooks.dart'; - -double _useSlideIn({ - required Duration duration, - required Curve curve, -}) { - final controller = useAnimationController(duration: duration); - useEffect( - () { - controller.forward(); - return null; - }, - const [], - ); - return useAnimation( - CurvedAnimation(parent: controller, curve: curve) - .drive(Tween(begin: 1, end: 0)), - ); -} - -class AnimatedSlideIn extends HookWidget { - const AnimatedSlideIn({ - required this.child, - this.duration = const Duration(milliseconds: 400), - this.curve = Curves.easeInOut, - this.offset = const Offset(0, 20), - super.key, - }); - - final Widget child; - final Duration duration; - final Curve curve; - final Offset offset; - - @override - Widget build(BuildContext context) { - final translate = _useSlideIn( - curve: curve, - duration: duration, - ); - - return Transform.translate( - offset: offset * translate, - child: child, - ); - } -} diff --git a/lib/widgets/atoms/atoms.dart b/lib/widgets/atoms/atoms.dart deleted file mode 100644 index 3b4c0a5..0000000 --- a/lib/widgets/atoms/atoms.dart +++ /dev/null @@ -1,4 +0,0 @@ -export 'animated_fade_in.dart'; -export 'animated_slide_in.dart'; -export 'border_container.dart'; -export 'spacing.dart'; diff --git a/lib/widgets/atoms/border_container.dart b/lib/widgets/atoms/border_container.dart deleted file mode 100644 index 7f323f4..0000000 --- a/lib/widgets/atoms/border_container.dart +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/utils/theme_extensions.dart'; - -class BorderContainer extends StatelessWidget { - const BorderContainer({ - super.key, - this.child, - }); - - final Widget? child; - @override - Widget build(BuildContext context) { - return Container( - decoration: BoxDecoration( - border: Border.all( - color: context.colorScheme.onBackground, - ), - ), - child: child, - ); - } -} diff --git a/lib/widgets/atoms/spacing.dart b/lib/widgets/atoms/spacing.dart deleted file mode 100644 index f1a2562..0000000 --- a/lib/widgets/atoms/spacing.dart +++ /dev/null @@ -1,18 +0,0 @@ -import 'package:flutter/material.dart'; - -class Spacing { - const Spacing._(); - - static const sp2 = SizedBox.square(dimension: 2); - static const sp4 = SizedBox.square(dimension: 4); - static const sp8 = SizedBox.square(dimension: 8); - static const sp12 = SizedBox.square(dimension: 12); - static const sp16 = SizedBox.square(dimension: 16); - static const sp20 = SizedBox.square(dimension: 20); - static const sp24 = SizedBox.square(dimension: 24); - static const sp28 = SizedBox.square(dimension: 28); - static const sp32 = SizedBox.square(dimension: 32); - static const sp40 = SizedBox.square(dimension: 40); - static const sp60 = SizedBox.square(dimension: 60); - static const sp80 = SizedBox.square(dimension: 80); -} diff --git a/lib/widgets/models/hover_details.dart b/lib/widgets/models/hover_details.dart deleted file mode 100644 index 8663619..0000000 --- a/lib/widgets/models/hover_details.dart +++ /dev/null @@ -1,12 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:freezed_annotation/freezed_annotation.dart'; - -part 'hover_details.freezed.dart'; - -@freezed -class HoverDetails with _$HoverDetails { - const factory HoverDetails({ - required bool isHover, - required Color color, - }) = _HoverDetails; -} diff --git a/lib/widgets/models/models.dart b/lib/widgets/models/models.dart deleted file mode 100644 index 21222be..0000000 --- a/lib/widgets/models/models.dart +++ /dev/null @@ -1 +0,0 @@ -export 'hover_details.dart'; diff --git a/lib/widgets/molecules/hover_button.dart b/lib/widgets/molecules/hover_button.dart deleted file mode 100644 index 5f48260..0000000 --- a/lib/widgets/molecules/hover_button.dart +++ /dev/null @@ -1,62 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_hooks/flutter_hooks.dart'; -import 'package:luckuveryx/utils/theme_extensions.dart'; -import 'package:luckuveryx/widgets/widgets.dart'; - -HoverDetails _useHover(bool hover) { - final controller = useAnimationController( - duration: const Duration(milliseconds: 100), - ); - - useEffect( - () { - controller.animateTo(hover ? 1 : 0); - return null; - }, - [hover], - ); - - final color = useAnimation( - ColorTween( - begin: useContext().colorScheme.onBackground, - end: useContext().theme.disabledColor, - ).chain(CurveTween(curve: Curves.easeOut)).animate(controller), - ); - - if (color == null) throw Exception('useHoverColorAnimation color is null'); - - return HoverDetails( - isHover: hover, - color: color, - ); -} - -class HoverButton extends HookWidget { - const HoverButton({ - required this.onPressed, - required this.builder, - super.key, - }); - - final VoidCallback? onPressed; - final Widget Function(HoverDetails details) builder; - - @override - Widget build(BuildContext context) { - final hover = useState(false); - final details = _useHover(hover.value); - - return GestureDetector( - onTap: onPressed, - onTapDown: (_) => hover.value = true, - onTapCancel: () => hover.value = false, - onTapUp: (_) => hover.value = false, - child: MouseRegion( - cursor: SystemMouseCursors.click, - onEnter: (_) => hover.value = true, - onExit: (_) => hover.value = false, - child: builder(details), - ), - ); - } -} diff --git a/lib/widgets/molecules/loading_indicator.dart b/lib/widgets/molecules/loading_indicator.dart deleted file mode 100644 index 2929d6e..0000000 --- a/lib/widgets/molecules/loading_indicator.dart +++ /dev/null @@ -1,55 +0,0 @@ -import 'dart:async'; - -import 'package:animated_text_kit/animated_text_kit.dart'; -import 'package:flutter/material.dart'; -import 'package:flutter_hooks/flutter_hooks.dart'; -import 'package:luckuveryx/widgets/widgets.dart'; - -bool _useLoading({required Duration duration}) { - final showLoading = useState(false); - - useEffect( - () { - final timer = Timer(duration, () => showLoading.value = true); - return timer.cancel; - }, - [], - ); - - return showLoading.value; -} - -class LoadingIndicator extends HookWidget { - const LoadingIndicator({ - super.key, - this.label, - this.duration = const Duration(milliseconds: 2000), - }); - - /// Minimum [Duration] passed before showing loading indicator. - final Duration duration; - final String? label; - - @override - Widget build(BuildContext context) { - final showLoading = _useLoading(duration: duration); - - if (!showLoading) return const Offstage(); - - return AnimatedFadeIn( - child: Column( - mainAxisSize: MainAxisSize.min, - children: [ - const CircularProgressIndicator.adaptive(), - if (label != null) ...[ - Spacing.sp16, - AnimatedTextKit( - animatedTexts: [TyperAnimatedText(label!)], - repeatForever: true, - ), - ], - ], - ), - ); - } -} diff --git a/lib/widgets/molecules/molecules.dart b/lib/widgets/molecules/molecules.dart deleted file mode 100644 index 6f6fed4..0000000 --- a/lib/widgets/molecules/molecules.dart +++ /dev/null @@ -1,3 +0,0 @@ -export 'hover_button.dart'; -export 'loading_indicator.dart'; -export 'styled_rich_text.dart'; diff --git a/lib/widgets/molecules/styled_rich_text.dart b/lib/widgets/molecules/styled_rich_text.dart deleted file mode 100644 index 1052060..0000000 --- a/lib/widgets/molecules/styled_rich_text.dart +++ /dev/null @@ -1,48 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:luckuveryx/utils/theme_extensions.dart'; -import 'package:styled_text/styled_text.dart'; -import 'package:url_launcher/url_launcher.dart'; - -class StyledRichText extends StatelessWidget { - const StyledRichText({ - required this.text, - this.style, - this.textAlign, - this.tags, - super.key, - }); - - final String text; - final TextStyle? style; - final TextAlign? textAlign; - final Map? tags; - - void _onLinkTap(String? text, Map attrs) { - final link = attrs['href']; - if (link == null) return; - launchUrl(Uri.parse(link)); - } - - @override - Widget build(BuildContext context) { - final style = this.style ?? context.textTheme.bodyMedium; - - return StyledText( - text: text, - style: style, - textAlign: textAlign, - tags: { - ...?tags, - 'b': StyledTextTag( - style: style?.copyWith(fontWeight: FontWeight.bold), - ), - 'link': StyledTextActionTag( - _onLinkTap, - style: style?.copyWith( - decoration: TextDecoration.underline, - ), - ), - }, - ); - } -} diff --git a/lib/widgets/organisms/layout_scroll_view.dart b/lib/widgets/organisms/layout_scroll_view.dart deleted file mode 100644 index f6c25db..0000000 --- a/lib/widgets/organisms/layout_scroll_view.dart +++ /dev/null @@ -1,26 +0,0 @@ -import 'package:flutter/material.dart'; - -class LayoutScrollView extends StatelessWidget { - const LayoutScrollView({ - required this.child, - super.key, - }); - - final Widget child; - - @override - Widget build(BuildContext context) { - return LayoutBuilder( - builder: (context, constraints) { - return SingleChildScrollView( - child: ConstrainedBox( - constraints: BoxConstraints(minHeight: constraints.maxHeight), - child: IntrinsicHeight( - child: child, - ), - ), - ); - }, - ); - } -} diff --git a/lib/widgets/organisms/organisms.dart b/lib/widgets/organisms/organisms.dart deleted file mode 100644 index 4fd64d3..0000000 --- a/lib/widgets/organisms/organisms.dart +++ /dev/null @@ -1 +0,0 @@ -export 'layout_scroll_view.dart'; diff --git a/lib/widgets/widgets.dart b/lib/widgets/widgets.dart deleted file mode 100644 index c4097d8..0000000 --- a/lib/widgets/widgets.dart +++ /dev/null @@ -1,4 +0,0 @@ -export 'atoms/atoms.dart'; -export 'models/models.dart'; -export 'molecules/molecules.dart'; -export 'organisms/organisms.dart'; diff --git a/main.dart.js b/main.dart.js new file mode 100644 index 0000000..ac5c706 --- /dev/null +++ b/main.dart.js @@ -0,0 +1,92617 @@ +(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.c(A.bJ(a,0,4294967295,"length",null)) +return J.ni(new Array(a),b)}, +zd(a,b){if(a<0)throw A.c(A.bK("Length must be a non-negative integer: "+a,null)) +return A.a(new Array(a),b.h("u<0>"))}, +acf(a,b){if(a<0)throw A.c(A.bK("Length must be a non-negative integer: "+a,null)) +return A.a(new Array(a),b.h("u<0>"))}, +ni(a,b){return J.acg(A.a(a,b.h("u<0>")))}, +acg(a){a.fixed$length=Array +return a}, +aCX(a){a.fixed$length=Array +a.immutable$list=Array +return a}, +aPd(a,b){return J.Hg(a,b)}, +aCY(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}}, +aCZ(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.aCY(r))break}return b}, +he(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.tK.prototype +return J.zh.prototype}if(typeof a=="string")return J.lk.prototype +if(a==null)return J.zg.prototype +if(typeof a=="boolean")return J.ze.prototype +if(Array.isArray(a))return J.u.prototype +if(typeof a!="object"){if(typeof a=="function")return J.k1.prototype +if(typeof a=="symbol")return J.py.prototype +if(typeof a=="bigint")return J.px.prototype +return a}if(a instanceof A.o)return a +return J.a3A(a)}, +aXD(a){if(typeof a=="number")return J.nj.prototype +if(typeof a=="string")return J.lk.prototype +if(a==null)return a +if(Array.isArray(a))return J.u.prototype +if(typeof a!="object"){if(typeof a=="function")return J.k1.prototype +if(typeof a=="symbol")return J.py.prototype +if(typeof a=="bigint")return J.px.prototype +return a}if(a instanceof A.o)return a +return J.a3A(a)}, +a9(a){if(typeof a=="string")return J.lk.prototype +if(a==null)return a +if(Array.isArray(a))return J.u.prototype +if(typeof a!="object"){if(typeof a=="function")return J.k1.prototype +if(typeof a=="symbol")return J.py.prototype +if(typeof a=="bigint")return J.px.prototype +return a}if(a instanceof A.o)return a +return J.a3A(a)}, +bN(a){if(a==null)return a +if(Array.isArray(a))return J.u.prototype +if(typeof a!="object"){if(typeof a=="function")return J.k1.prototype +if(typeof a=="symbol")return J.py.prototype +if(typeof a=="bigint")return J.px.prototype +return a}if(a instanceof A.o)return a +return J.a3A(a)}, +aHv(a){if(typeof a=="number"){if(Math.floor(a)==a)return J.tK.prototype +return J.zh.prototype}if(a==null)return a +if(!(a instanceof A.o))return J.ku.prototype +return a}, +a3z(a){if(typeof a=="number")return J.nj.prototype +if(a==null)return a +if(!(a instanceof A.o))return J.ku.prototype +return a}, +aHw(a){if(typeof a=="number")return J.nj.prototype +if(typeof a=="string")return J.lk.prototype +if(a==null)return a +if(!(a instanceof A.o))return J.ku.prototype +return a}, +rk(a){if(typeof a=="string")return J.lk.prototype +if(a==null)return a +if(!(a instanceof A.o))return J.ku.prototype +return a}, +bs(a){if(a==null)return a +if(typeof a!="object"){if(typeof a=="function")return J.k1.prototype +if(typeof a=="symbol")return J.py.prototype +if(typeof a=="bigint")return J.px.prototype +return a}if(a instanceof A.o)return a +return J.a3A(a)}, +eK(a){if(a==null)return a +if(!(a instanceof A.o))return J.ku.prototype +return a}, +aAC(a,b){if(typeof a=="number"&&typeof b=="number")return a+b +return J.aXD(a).X(a,b)}, +d(a,b){if(a==null)return b==null +if(typeof a!="object")return b!=null&&a===b +return J.he(a).k(a,b)}, +aLA(a,b){if(typeof a=="number"&&typeof b=="number")return a*b +return J.aHw(a).aq(a,b)}, +aAD(a){if(typeof a=="number")return-a +return J.aHv(a).A7(a)}, +aLB(a,b){if(typeof a=="number"&&typeof b=="number")return a-b +return J.a3z(a).a1(a,b)}, +aE(a,b){if(typeof b==="number")if(Array.isArray(a)||typeof a=="string"||A.aHG(a,a[v.dispatchPropertyName]))if(b>>>0===b&&b>>0===b&&b0?1:a<0?-1:a +return J.aHv(a).gql(a)}, +aAG(a){return J.bs(a).gv(a)}, +aLQ(a){return J.eK(a).gHZ(a)}, +hS(a){return J.eK(a).gl(a)}, +aAH(a){return J.bs(a).gaY(a)}, +aLR(a,b,c){return J.bs(a).H_(a,b,c)}, +aLS(a,b,c){return J.bs(a).H2(a,b,c)}, +aLT(a,b,c){return J.bs(a).uP(a,b,c)}, +aLU(a,b){return J.bs(a).H3(a,b)}, +aLV(a,b,c){return J.bN(a).iT(a,b,c)}, +awt(a,b){return J.eK(a).bi(a,b)}, +aLW(a,b,c){return J.bs(a).Hl(a,b,c)}, +aAI(a,b,c){return J.bs(a).Hm(a,b,c)}, +aLX(a,b){return J.bs(a).q9(a,b)}, +awu(a,b,c){return J.bN(a).fB(a,b,c)}, +aLY(a){return J.eK(a).aiy(a)}, +aAJ(a){return J.bN(a).l4(a)}, +aLZ(a,b){return J.bN(a).bP(a,b)}, +aM_(a,b){return J.eK(a).aj_(a,b)}, +kS(a,b,c){return J.bN(a).iD(a,b,c)}, +aAK(a,b,c,d){return J.bN(a).yL(a,b,c,d)}, +aM0(a,b,c){return J.rk(a).yP(a,b,c)}, +aM1(a,b){return J.he(a).F(a,b)}, +aM2(a,b,c,d,e){return J.eK(a).ko(a,b,c,d,e)}, +wW(a,b,c){return J.bs(a).bf(a,b,c)}, +aM3(a){return J.eK(a).zq(a)}, +aM4(a){return J.bN(a).ew(a)}, +my(a,b){return J.bN(a).B(a,b)}, +aAL(a){return J.bN(a).fG(a)}, +aM5(a,b){return J.bs(a).J(a,b)}, +aM6(a){return J.a3z(a).am(a)}, +aAM(a,b){return J.eK(a).br(a,b)}, +aM7(a,b){return J.a9(a).sp(a,b)}, +aAN(a,b,c,d,e){return J.bN(a).c9(a,b,c,d,e)}, +aM8(a,b,c,d){return J.bs(a).HP(a,b,c,d)}, +a3S(a,b){return J.bN(a).dn(a,b)}, +aAO(a,b){return J.bN(a).i_(a,b)}, +aM9(a,b){return J.rk(a).nW(a,b)}, +aMa(a){return J.eK(a).I_(a)}, +aAP(a,b){return J.bN(a).kr(a,b)}, +aAQ(a){return J.a3z(a).a9(a)}, +Hk(a){return J.bN(a).fH(a)}, +aMb(a,b){return J.a3z(a).iL(a,b)}, +aMc(a){return J.bN(a).iM(a)}, +eX(a){return J.he(a).j(a)}, +aMd(a){return J.rk(a).ama(a)}, +aAR(a,b){return J.eK(a).Uo(a,b)}, +awv(a,b){return J.bN(a).hY(a,b)}, +aMe(a,b){return J.bN(a).GQ(a,b)}, +tI:function tI(){}, +ze:function ze(){}, +zg:function zg(){}, +e:function e(){}, +lo:function lo(){}, +Q3:function Q3(){}, +ku:function ku(){}, +k1:function k1(){}, +px:function px(){}, +py:function py(){}, +u:function u(a){this.$ti=a}, +acl:function acl(a){this.$ti=a}, +e2:function e2(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +nj:function nj(){}, +tK:function tK(){}, +zh:function zh(){}, +lk:function lk(){}},A={ +aWv(){var s=$.fM() +return s}, +aX3(a,b){if(a==="Google Inc.")return B.bU +else if(a==="Apple Computer, Inc.")return B.aF +else if(B.c.t(b,"Edg/"))return B.bU +else if(a===""&&B.c.t(b,"firefox"))return B.cV +A.wP("WARNING: failed to detect current browser engine. Assuming this is a Chromium-compatible browser.") +return B.bU}, +aX5(){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.c.bv(s,"Mac")){o=self.window +o=o.navigator.maxTouchPoints +if(o==null)o=p +o=o==null?p:B.d.a9(o) +q=o +if((q==null?0:q)>2)return B.aB +return B.bx}else if(B.c.t(s.toLowerCase(),"iphone")||B.c.t(s.toLowerCase(),"ipad")||B.c.t(s.toLowerCase(),"ipod"))return B.aB +else if(B.c.t(r,"Android"))return B.hn +else if(B.c.bv(s,"Linux"))return B.k4 +else if(B.c.bv(s,"Win"))return B.zo +else return B.Y5}, +aXU(){var s=$.dQ() +return s===B.aB&&B.c.t(self.window.navigator.userAgent,"OS 15_")}, +aur(){var s,r=A.aHi(1,1) +if(A.a7x(r,"webgl2",null)!=null){s=$.dQ() +if(s===B.aB)return 1 +return 2}if(A.a7x(r,"webgl",null)!=null)return 1 +return-1}, +aHd(){return self.Intl.v8BreakIterator!=null&&self.Intl.Segmenter!=null}, +ak(){return $.bP.bU()}, +aS3(a,b){return a.setColorInt(b)}, +aIc(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}, +aw3(a){var s,r,q,p=new Float32Array(9) +for(s=a.length,r=0;r<9;++r){q=B.oz[r] +if(q>>16&255)/255) +q.m(s,1,(r>>>8&255)/255) +q.m(s,2,(r&255)/255) +q.m(s,3,(r>>>24&255)/255) +return s}, +aEw(a,b,c,d,e,f,g,h,i,j){return A.fL(a,"transform",[b,c,d,e,f,g,h,i,j])}, +fh(a){var s=new Float32Array(4) +s[0]=a.a +s[1]=a.b +s[2]=a.c +s[3]=a.d +return s}, +azv(a){var s=J.a9(a) +return new A.A(s.i(a,0),s.i(a,1),s.i(a,2),s.i(a,3))}, +H6(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}, +aIa(a){var s,r=a.length,q=new Uint32Array(r) +for(s=0;s"))}, +aWz(a,b){return b+a}, +a3x(){var s=0,r=A.a5(t.e),q,p,o +var $async$a3x=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:s=3 +return A.ad(A.auu(A.aUQ()),$async$a3x) +case 3:p=t.e +s=4 +return A.ad(A.kM(self.window.CanvasKitInit(p.a({locateFile:A.bC(A.aVc())})),p),$async$a3x) +case 4:o=b +if(A.aEv(o.ParagraphBuilder)&&!A.aHd())throw A.c(A.bx("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.a3(q,r)}}) +return A.a4($async$a3x,r)}, +auu(a){var s=0,r=A.a5(t.H),q,p,o,n +var $async$auu=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:p=new A.dE(a,a.gp(a)),o=A.k(p).c +case 3:if(!p.q()){s=4 +break}n=p.d +s=5 +return A.ad(A.aV6(n==null?o.a(n):n),$async$auu) +case 5:if(c){s=1 +break}s=3 +break +case 4:throw A.c(A.bx("Failed to download any of the following CanvasKit URLs: "+a.j(0))) +case 1:return A.a3(q,r)}}) +return A.a4($async$auu,r)}, +aV6(a){var s,r,q,p,o,n=$.cC +n=(n==null?$.cC=A.fT(self.window.flutterConfiguration):n).b +n=n==null?null:A.axv(n) +s=A.ca(self.document,"script") +if(n!=null)s.nonce=n +s.src=A.aWS(a) +n=new A.ay($.an,t.ot) +r=new A.bv(n,t.VY) +q=A.aR("loadCallback") +p=A.aR("errorCallback") +o=t.e +q.scv(o.a(A.bC(new A.aut(s,r)))) +p.scv(o.a(A.bC(new A.aus(s,r)))) +A.co(s,"load",q.aA(),null) +A.co(s,"error",p.aA(),null) +self.document.head.appendChild(s) +return n}, +axK(a){var s=null +return new A.j7(B.Xh,s,s,s,a,s)}, +aOl(){var s=t.qN +return new A.Ls(A.a([],s),A.a([],s))}, +aX7(a,b){var s,r,q,p,o +if(a.length===0||b.length===0)return null +s=new A.avi(a,b) +r=new A.avh(a,b) +q=B.b.iB(a,B.b.gL(b)) +p=B.b.pz(a,B.b.gY(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}, +ay0(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.qd(b,a,c)}, +aYO(a,b,c){var s,r,q,p="encoded image bytes" +if($.aLf())s=!0 +else s=!1 +if(s)return A.a5X(a,p) +else{s=new A.Iu(p,a,b,c) +r=$.bP.bU().MakeAnimatedImageFromEncoded(a) +if(r==null)A.J(A.MD("Failed to decode image data.\nImage source: encoded image bytes")) +s.d=B.d.a9(r.getFrameCount()) +s.e=B.d.a9(r.getRepetitionCount()) +q=new A.eS("Codec",t.gA) +q.i1(s,r,"Codec",t.e) +s.a!==$&&A.bA() +s.a=q +return s}}, +MD(a){return new A.MC(a)}, +aBn(a,b){var s=new A.rO($,b),r=A.aNd(a,s,"SkImage",t.XY,t.e) +s.b!==$&&A.bA() +s.b=r +s.Lx() +return s}, +aMY(a,b,c){return new A.xE(a,b,c,new A.wX(new A.a5k()))}, +a5X(a,b){var s=0,r=A.a5(t.Lh),q,p,o,n +var $async$a5X=A.a6(function(c,d){if(c===1)return A.a2(d,r) +while(true)switch(s){case 0:n=A.aX4(a) +if(n==null){p=J.a9(a) +throw A.c(A.MD("Failed to detect image file format using the file header.\nFile header was "+(!p.ga_(a)?"["+A.aWx(p.bI(a,0,Math.min(10,p.gp(a))))+"]":"empty")+".\nImage source: "+b))}o=A.aMY(n,a,b) +s=3 +return A.ad(o.oi(),$async$a5X) +case 3:q=o +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$a5X,r)}, +aNd(a,b,c,d,e){var s=new A.IY(A.aM(d),d.h("@<0>").an(e).h("IY<1,2>")),r=new A.eS(c,e.h("eS<0>")) +r.i1(s,a,c,e) +s.a!==$&&A.bA() +s.a=r +return s}, +a60(){var s,r=new self.window.flutterCanvasKit.Paint(),q=new A.rP(r,B.dx,B.bM,B.kN,B.E7,B.fd) +r.setAntiAlias(!0) +r.setColorInt(4278190080) +s=new A.eS("Paint",t.gA) +s.i1(q,r,"Paint",t.e) +q.b!==$&&A.bA() +q.b=s +return q}, +a63(a,b){var s=new A.xF(b),r=new A.eS("Path",t.gA) +r.i1(s,a,"Path",t.e) +s.a!==$&&A.bA() +s.a=r +return s}, +lU(){var s,r,q,p=$.aEI +if(p==null){p=$.cC +p=(p==null?$.cC=A.fT(self.window.flutterConfiguration):p).b +if(p==null)p=null +else{p=p.canvasKitMaximumSurfaces +if(p==null)p=null +p=p==null?null:B.d.a9(p)}if(p==null)p=8 +s=A.ca(self.document,"flt-canvas-container") +r=t.y1 +q=A.a([],r) +r=A.a([],r) +r=$.aEI=new A.Sn(new A.lT(s),Math.max(p,1),q,r) +p=r}return p}, +aMZ(a,b){var s,r,q,p=null +t.S3.a(a) +s=t.e.a({}) +r=A.az4(a.a,a.b) +s.fontFamilies=r +r=a.c +if(r!=null)s.fontSize=r +r=a.d +if(r!=null)s.heightMultiplier=r +q=a.x +q=b==null?p:b.c +switch(q){case null:case void 0:break +case B.y:A.aEx(s,!0) +break +case B.kU:A.aEx(s,!1) +break}r=a.f +if(r!=null||a.r!=null)s.fontStyle=A.azN(r,a.r) +r=a.w +if(r!=null)s.forceStrutHeight=r +s.strutEnabled=!0 +return s}, +awK(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.xH(b,c,d,e,f,m,k,a0,g,h,j,q,a1,o,p,r,a,n,s,i,l)}, +azN(a,b){var s=t.e.a({}) +if(a!=null)s.weight=$.aKS()[a.a] +if(b!=null)s.slant=$.aKR()[b.a] +return s}, +az4(a,b){var s=A.a([],t.s) +if(a!=null)s.push(a) +if(b!=null&&!B.b.td(b,new A.auA(a)))B.b.R(s,b) +B.b.R(s,$.a7().gtv().gRB().as) +return s}, +aRI(a,b){var s=b.length +if(s<=B.D2.b)return a.c +if(s<=B.D3.b)return a.b +if(s<=B.D4.b)return a.a +return null}, +aHs(a,b){var s,r=new A.Lj(t.e.a($.aKq().i(0,b).segment(a)[self.Symbol.iterator]()),t.yN),q=A.a([],t.t) +for(;r.q();){s=r.b +s===$&&A.b() +q.push(B.d.a9(s.index))}q.push(a.length) +return new Uint32Array(A.mo(q))}, +aXo(a){var s,r,q,p,o=A.aWu(a,a,$.aL9()),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.gl(a)>>>8&255)/255 +s[2]=(a.gl(a)&255)/255 +s[3]=(a.gl(a)>>>24&255)/255 +return s}, +awT(){return self.window.navigator.clipboard!=null?new A.a6f():new A.a9c()}, +axT(){var s=$.fM() +return s===B.cV||self.window.navigator.clipboard==null?new A.a9d():new A.a6g()}, +fT(a){var s=new A.a9w() +if(a!=null){s.a=!0 +s.b=a}return s}, +axv(a){var s=a.nonce +return s==null?null:s}, +aRx(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}}, +aC3(a){var s=a.innerHeight +return s==null?null:s}, +aC4(a,b){return a.matchMedia(b)}, +ax7(a,b){return a.getComputedStyle(b)}, +aNY(a){return new A.a7y(a)}, +aO2(a){return a.userAgent}, +aO1(a){var s=a.languages +if(s==null)s=null +else{s=J.kS(s,new A.a7A(),t.N) +s=A.af(s,!0,A.k(s).h("bd.E"))}return s}, +ca(a,b){return a.createElement(b)}, +co(a,b,c,d){if(c!=null)if(d==null)a.addEventListener(b,c) +else a.addEventListener(b,c,d)}, +fR(a,b,c,d){if(c!=null)if(d==null)a.removeEventListener(b,c) +else a.removeEventListener(b,c,d)}, +aWP(a){return t.e.a(A.bC(a))}, +fq(a){var s=a.timeStamp +return s==null?null:s}, +aO3(a,b){a.textContent=b +return b}, +aO_(a){return a.tagName}, +aNZ(a){var s +for(;a.firstChild!=null;){s=a.firstChild +s.toString +a.removeChild(s)}}, +X(a,b,c){a.setProperty(b,c,"")}, +aHj(a){var s=A.ca(self.document,"style") +if(a!=null)s.nonce=a +return s}, +aHi(a,b){var s +$.aHn=$.aHn+1 +s=A.ca(self.window.document,"canvas") +if(b!=null)A.aBN(s,b) +if(a!=null)A.aBM(s,a) +return s}, +aBN(a,b){a.width=b +return b}, +aBM(a,b){a.height=b +return b}, +a7x(a,b,c){var s +if(c==null)return a.getContext(b) +else{s=A.aV(c) +if(s==null)s=t.K.a(s) +return a.getContext(b,s)}}, +aNX(a,b){var s +if(b===1){s=A.a7x(a,"webgl",null) +s.toString +return t.e.a(s)}s=A.a7x(a,"webgl2",null) +s.toString +return t.e.a(s)}, +wN(a){return A.aXI(a)}, +aXI(a){var s=0,r=A.a5(t.Lk),q,p=2,o,n,m,l,k +var $async$wN=A.a6(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:p=4 +s=7 +return A.ad(A.kM(self.window.fetch(a),t.e),$async$wN) +case 7:n=c +q=new A.My(a,n) +s=1 +break +p=2 +s=6 +break +case 4:p=3 +k=o +m=A.ag(k) +throw A.c(new A.Mw(a,m)) +s=6 +break +case 3:s=2 +break +case 6:case 1:return A.a3(q,r) +case 2:return A.a2(o,r)}}) +return A.a4($async$wN,r)}, +avt(a){var s=0,r=A.a5(t.pI),q +var $async$avt=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:s=3 +return A.ad(A.wN(a),$async$avt) +case 3:q=c.gzg().oK() +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$avt,r)}, +aC0(a){var s=a.height +return s==null?null:s}, +aBV(a,b){var s=b==null?null:b +a.value=s +return s}, +aBT(a){var s=a.selectionStart +return s==null?null:s}, +aBS(a){var s=a.selectionEnd +return s==null?null:s}, +aBU(a){var s=a.value +return s==null?null:s}, +p4(a){var s=a.code +return s==null?null:s}, +jT(a){var s=a.key +return s==null?null:s}, +aBW(a){var s=a.state +if(s==null)s=null +else{s=A.azq(s) +s.toString}return s}, +aO0(a){return a.matches}, +aBX(a){var s=a.matches +return s==null?null:s}, +iX(a){var s=a.buttons +return s==null?null:s}, +aBY(a){var s=a.pointerId +return s==null?null:s}, +ax6(a){var s=a.pointerType +return s==null?null:s}, +aBZ(a){var s=a.tiltX +return s==null?null:s}, +aC_(a){var s=a.tiltY +return s==null?null:s}, +aC1(a){var s=a.wheelDeltaX +return s==null?null:s}, +aC2(a){var s=a.wheelDeltaY +return s==null?null:s}, +aO4(a){var s=a.identifier +return s==null?null:s}, +a7z(a,b){a.type=b +return b}, +aBR(a,b){var s=b==null?null:b +a.value=s +return s}, +ax5(a){var s=a.value +return s==null?null:s}, +ax4(a){var s=a.disabled +return s==null?null:s}, +aBQ(a,b){a.disabled=b +return b}, +aBP(a){var s=a.selectionStart +return s==null?null:s}, +aBO(a){var s=a.selectionEnd +return s==null?null:s}, +jS(a,b,c){return a.insertRule(b,c)}, +cJ(a,b,c){var s=t.e.a(A.bC(c)) +a.addEventListener(b,s) +return new A.Ll(b,a,s)}, +aWQ(a){return new self.ResizeObserver(A.bC(new A.ave(a)))}, +aWS(a){if(self.window.trustedTypes!=null)return $.aL6().createScriptURL(a) +return a}, +aHk(a){var s,r +if(self.Intl.Segmenter==null)throw A.c(A.fb("Intl.Segmenter() is not supported.")) +s=self.Intl.Segmenter +r=t.N +r=A.aV(A.aJ(["granularity",a],r,r)) +if(r==null)r=t.K.a(r) +return new s([],r)}, +aWT(){var s,r +if(self.Intl.v8BreakIterator==null)throw A.c(A.fb("v8BreakIterator is not supported.")) +s=self.Intl.v8BreakIterator +r=A.aV(B.Vi) +if(r==null)r=t.K.a(r) +return new s([],r)}, +avY(){var s=0,r=A.a5(t.z) +var $async$avY=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:if(!$.az1){$.az1=!0 +self.window.requestAnimationFrame(A.bC(new A.aw_()))}return A.a3(null,r)}}) +return A.a4($async$avY,r)}, +aOI(a,b){var s=t.S,r=A.d2(null,t.H),q=A.a(["Roboto"],t.s) +s=new A.a9M(a,A.aM(s),A.aM(s),b,B.b.nV(b,new A.a9N()),B.b.nV(b,new A.a9O()),B.b.nV(b,new A.a9P()),B.b.nV(b,new A.a9Q()),B.b.nV(b,new A.a9R()),B.b.nV(b,new A.a9S()),r,q,A.aM(s)) +q=t.Te +s.b=new A.LL(s,A.aM(q),A.w(t.N,q)) +return s}, +aUa(a,b,c){var s,r,q,p,o,n,m,l=A.a([],t.t),k=A.a([],c.h("u<0>")) +for(s=a.length,r=0,q=0,p=1,o=0;o"))}, +a3y(a){return A.aXe(a)}, +aXe(a){var s=0,r=A.a5(t.jU),q,p,o,n,m,l +var $async$a3y=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:n={} +l=t.Lk +s=3 +return A.ad(A.wN(a.zZ("FontManifest.json")),$async$a3y) +case 3:m=l.a(c) +if(!m.gFf()){$.dR().$1("Font manifest does not exist at `"+m.a+"` - ignoring.") +q=new A.yN(A.a([],t.z8)) +s=1 +break}p=B.ck.WK(B.na,t.X) +n.a=null +o=p.iY(new A.a0l(new A.avl(n),[],t.kS)) +s=4 +return A.ad(m.gzg().fb(0,new A.avm(o),t.H3),$async$a3y) +case 4:o.aQ(0) +n=n.a +if(n==null)throw A.c(A.jI(u.u)) +n=J.kS(t.j.a(n),new A.avn(),t.VW) +q=new A.yN(A.af(n,!0,A.k(n).h("bd.E"))) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$a3y,r)}, +aH9(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("l.E") +A.jS(s,l+" flt-scene-host {\n font: "+c+";\n }\n ",J.b6(A.cd(new A.eH(s.cssRules,p),o,q).a)) +n=$.fM() +if(n===B.aF)A.jS(s," "+b+" * {\n -webkit-tap-highlight-color: transparent;\n }\n ",J.b6(A.cd(new A.eH(s.cssRules,p),o,q).a)) +if(n===B.cV)A.jS(s," "+b+" flt-paragraph,\n "+b+" flt-span {\n line-height: 100%;\n }\n ",J.b6(A.cd(new A.eH(s.cssRules,p),o,q).a)) +A.jS(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.b6(A.cd(new A.eH(s.cssRules,p),o,q).a)) +if(n===B.aF)A.jS(s," "+b+" flt-semantics input[type=range]::-webkit-slider-thumb {\n -webkit-appearance: none;\n }\n ",J.b6(A.cd(new A.eH(s.cssRules,p),o,q).a)) +A.jS(s,l+" input::selection {\n background-color: transparent;\n }\n ",J.b6(A.cd(new A.eH(s.cssRules,p),o,q).a)) +A.jS(s,l+" textarea::selection {\n background-color: transparent;\n }\n ",J.b6(A.cd(new A.eH(s.cssRules,p),o,q).a)) +A.jS(s,l+" flt-semantics input,\n "+b+" flt-semantics textarea,\n "+b+' flt-semantics [contentEditable="true"] {\n caret-color: transparent;\n }\n ',J.b6(A.cd(new A.eH(s.cssRules,p),o,q).a)) +A.jS(s,l+" .flt-text-editing::placeholder {\n opacity: 0;\n }\n ",J.b6(A.cd(new A.eH(s.cssRules,p),o,q).a)) +if(n!==B.bU)l=n===B.aF +else l=!0 +if(l)A.jS(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.b6(A.cd(new A.eH(s.cssRules,p),o,q).a)) +if(B.c.t(self.window.navigator.userAgent,"Edg/"))try{A.jS(s," "+b+" input::-ms-reveal {\n display: none;\n }\n ",J.b6(A.cd(new A.eH(s.cssRules,p),o,q).a))}catch(m){l=A.ag(m) +if(q.b(l)){r=l +self.window.console.warn(J.eX(r))}else throw m}}, +aX4(a){var s,r,q,p,o,n,m +$label0$0:for(s=J.a9(a),r=0;r<6;++r){q=B.LA[r] +p=q.a +o=p.length +if(s.gp(a)=s.gp(a))return!1 +if(s.i(a,n)!==o.charCodeAt(p))continue $label0$0}return!0}return!1}, +aYt(a){$.oy.push(a)}, +avx(a){return A.aXO(a)}, +aXO(a){var s=0,r=A.a5(t.H),q,p,o,n +var $async$avx=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:n={} +if($.GQ!==B.mw){s=1 +break}$.GQ=B.Il +p=$.cC +if(p==null)p=$.cC=A.fT(self.window.flutterConfiguration) +if(a!=null)p.b=a +A.aYs("ext.flutter.disassemble",new A.avz()) +n.a=!1 +$.aI3=new A.avA(n) +n=$.cC +n=(n==null?$.cC=A.fT(self.window.flutterConfiguration):n).b +if(n==null)n=null +else{n=n.assetBase +if(n==null)n=null}o=new A.a4u(n) +A.aVZ(o) +s=3 +return A.ad(A.yO(A.a([new A.avB().$0(),A.a3n()],t.mo),t.H),$async$avx) +case 3:$.GQ=B.mx +case 1:return A.a3(q,r)}}) +return A.a4($async$avx,r)}, +azz(){var s=0,r=A.a5(t.H),q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a +var $async$azz=A.a6(function(a0,a1){if(a0===1)return A.a2(a1,r) +while(true)switch(s){case 0:if($.GQ!==B.mx){s=1 +break}$.GQ=B.Im +p=$.dQ() +if($.axY==null)$.axY=A.aR3(p===B.bx) +if($.iK==null){o=$.cC +o=(o==null?$.cC=A.fT(self.window.flutterConfiguration):o).b +o=o==null?null:o.hostElement +n=A.aOm(o) +m=new A.LW(n) +l=$.dr() +l.r=A.aNP(o) +o=$.a7() +k=t.N +n.S7(0,A.aJ(["flt-renderer",o.galw()+" (requested explicitly)","flt-build-mode","release","spellcheck","false"],k,k)) +j=m.f=A.ca(self.document,"flutter-view") +i=m.r=A.ca(self.document,"flt-glass-pane") +n.PG(j) +j.appendChild(i) +if(i.attachShadow==null)A.J(A.V("ShadowDOM is not supported in this browser.")) +n=A.aV(A.aJ(["mode","open","delegatesFocus",!1],k,t.z)) +if(n==null)n=t.K.a(n) +n=m.w=i.attachShadow(n) +i=$.cC +k=(i==null?$.cC=A.fT(self.window.flutterConfiguration):i).b +h=A.aHj(k==null?null:A.axv(k)) +h.id="flt-internals-stylesheet" +n.appendChild(h) +A.aH9(h,"","normal normal 14px sans-serif") +k=$.cC +k=(k==null?$.cC=A.fT(self.window.flutterConfiguration):k).b +k=k==null?null:A.axv(k) +g=A.ca(self.document,"flt-text-editing-host") +f=A.aHj(k) +f.id="flt-text-editing-stylesheet" +j.appendChild(f) +A.aH9(f,"flutter-view","normal normal 14px sans-serif") +j.appendChild(g) +m.x=g +j=A.ca(self.document,"flt-scene-host") +A.X(j.style,"pointer-events","none") +m.b=j +o.alC(0,m) +e=A.ca(self.document,"flt-semantics-host") +o=e.style +A.X(o,"position","absolute") +A.X(o,"transform-origin","0 0 0") +m.d=e +m.Ul() +o=$.eb +d=(o==null?$.eb=A.l7():o).w.a.T6() +c=A.ca(self.document,"flt-announcement-host") +b=A.aAS(B.ir) +a=A.aAS(B.is) +c.append(b) +c.append(a) +m.y=new A.a3U(b,a) +n.append(d) +o=m.b +o.toString +n.append(o) +n.append(c) +m.f.appendChild(e) +o=$.cC +if((o==null?$.cC=A.fT(self.window.flutterConfiguration):o).gaf8())A.X(m.b.style,"opacity","0.3") +o=$.acz +if(o==null)o=$.acz=A.aPp() +n=m.f +o=o.gqL() +if($.aDP==null){o=new A.Q7(n,new A.afp(A.w(t.S,t.mm)),o) +n=$.fM() +if(n===B.aF)p=p===B.aB +else p=!1 +if(p)$.aJl().amy() +o.e=o.a1w() +$.aDP=o}p=l.r +p.gSV(p).Sw(m.ga7m()) +$.iK=m}$.GQ=B.In +case 1:return A.a3(q,r)}}) +return A.a4($async$azz,r)}, +aVZ(a){if(a===$.GO)return +$.GO=a}, +a3n(){var s=0,r=A.a5(t.H),q,p,o +var $async$a3n=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:p=$.a7() +p.gtv().a2(0) +s=$.GO!=null?2:3 +break +case 2:p=p.gtv() +q=$.GO +q.toString +o=p +s=5 +return A.ad(A.a3y(q),$async$a3n) +case 5:s=4 +return A.ad(o.tS(b),$async$a3n) +case 4:case 3:return A.a3(null,r)}}) +return A.a4($async$a3n,r)}, +aOz(a,b){return t.e.a({initializeEngine:A.bC(new A.a9x(b)),autoStart:A.bC(new A.a9y(a))})}, +aOy(a){return t.e.a({runApp:A.bC(new A.a9v(a))})}, +azw(a,b){var s=A.bC(new A.avr(a,b)) +return new self.Promise(s)}, +az_(a){var s=B.d.a9(a) +return A.bT(0,0,B.d.a9((a-s)*1000),s,0)}, +aUK(a,b){var s={} +s.a=null +return new A.aue(s,a,b)}, +aPp(){var s=new A.N1(A.w(t.N,t.e)) +s.a_j() +return s}, +aPr(a){switch(a.a){case 0:case 4:return new A.zD(A.azQ("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.zD(A.azQ(';b1{bc1&cf1[fg1]gm2y')) +case 1:case 2:case 5:return new A.zD(A.azQ("8a2@q\u03a9qk1&kq3@q\xc6a\xe6aw2xy2\xa5\xff\u2190\xffz51)s.push(new A.lq(B.b.gL(o),B.b.gY(o))) +else s.push(new A.lq(p,null))}return s}, +aVq(a,b){var s=a.il(b),r=A.azr(A.bB(s.b)) +switch(s.a){case"setDevicePixelRatio":$.dq().d=r +$.b3().r.$0() +return!0}return!1}, +ms(a,b){if(a==null)return +if(b===$.an)a.$0() +else b.uq(a)}, +GZ(a,b,c){if(a==null)return +if(b===$.an)a.$1(c) +else b.zF(a,c)}, +aXS(a,b,c,d){if(b===$.an)a.$2(c,d) +else b.uq(new A.avD(a,c,d))}, +aXg(){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.aHV(A.ax7(self.window,p).getPropertyValue("font-size")) +return(q==null?16:q)/16}, +aQt(a,b,c,d,e,f,g,h){return new A.Q4(a,!1,f,e,h,d,c,g)}, +aGw(a,b){b.toString +t.F.a(b) +return A.ca(self.document,A.bB(J.aE(b,"tagName")))}, +aWI(a){switch(a){case 0:return 1 +case 1:return 4 +case 2:return 2 +default:return B.e.mB(1,a)}}, +qS(a){var s=B.d.a9(a) +return A.bT(0,0,B.d.a9((a-s)*1000),s,0)}, +azl(a,b){var s,r,q,p,o=$.eb +if((o==null?$.eb=A.l7():o).x&&a.offsetX===0&&a.offsetY===0)return A.aUW(a,b) +o=$.iK.x +o===$&&A.b() +s=a.target +s.toString +if(o.contains(s)){o=$.a3O() +r=o.gi0().w +if(r!=null){a.target.toString +o.gi0().c.toString +q=new A.i6(r.c).akS(a.offsetX,a.offsetY,0) +return new A.i(q.a,q.b)}}if(!J.d(a.target,b)){p=b.getBoundingClientRect() +return new A.i(a.clientX-p.x,a.clientY-p.y)}return new A.i(a.offsetX,a.offsetY)}, +aUW(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.i(q,p)}, +aI9(a,b){var s=b.$0() +return s}, +aXu(){if($.b3().ch==null)return +$.aze=A.GT()}, +aXr(){if($.b3().ch==null)return +$.ayV=A.GT()}, +aXq(){if($.b3().ch==null)return +$.ayU=A.GT()}, +aXt(){if($.b3().ch==null)return +$.aza=A.GT()}, +aXs(){var s,r,q=$.b3() +if(q.ch==null)return +s=$.aGR=A.GT() +$.az2.push(new A.n6(A.a([$.aze,$.ayV,$.ayU,$.aza,s,s,0,0,0,0,1],t.t))) +$.aGR=$.aza=$.ayU=$.ayV=$.aze=-1 +if(s-$.aKm()>1e5){$.aVf=s +r=$.az2 +A.GZ(q.ch,q.CW,r) +$.az2=A.a([],t.no)}}, +GT(){return B.d.a9(self.window.performance.now()*1000)}, +aR3(a){var s=new A.agl(A.w(t.N,t.qe),a) +s.a_p(a) +return s}, +aVS(a){}, +aHV(a){var s=self.window.parseFloat(a) +if(s==null||isNaN(s))return null +return s}, +aYk(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.aHV(A.ax7(self.window,a).getPropertyValue("font-size")):q}, +aAS(a){var s=a===B.is?"assertive":"polite",r=A.ca(self.document,"flt-announcement-"+s),q=r.style +A.X(q,"position","fixed") +A.X(q,"overflow","hidden") +A.X(q,"transform","translate(-99999px, -99999px)") +A.X(q,"width","1px") +A.X(q,"height","1px") +q=A.aV(s) +if(q==null)q=t.K.a(q) +r.setAttribute("aria-live",q) +return r}, +aUT(a){var s=a.a +if((s&256)!==0)return B.a8h +else if((s&65536)!==0)return B.a8i +else return B.a8g}, +aP6(a){var s=new A.ac_(A.ca(self.document,"input"),new A.rp(a.k1),B.CZ,a) +s.a_h(a) +return s}, +aOn(a){return new A.a8O(a)}, +ajz(a){var s=a.style +s.removeProperty("transform-origin") +s.removeProperty("transform") +s=$.dQ() +if(s!==B.aB)s=s===B.bx +else s=!0 +if(s){s=a.style +A.X(s,"top","0px") +A.X(s,"left","0px")}else{s=a.style +s.removeProperty("top") +s.removeProperty("left")}}, +l7(){var s=t.S,r=t.UF,q=A.a([],t.Qo),p=A.a([],t.u),o=$.dQ() +o=B.DA.t(0,o)?new A.a7a():new A.adK() +o=new A.a95(B.Dz,A.w(s,r),A.w(s,r),q,p,new A.a99(),new A.ajv(o),B.cu,A.a([],t.U9)) +o.a_c() +return o}, +aY2(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.ax(s,0,!1,t.S) +l=h[s] +for(r=s-1;r>=0;--r){m[r]=l +l=i[l]}return m}, +aRM(a){var s,r=$.BI +if(r!=null)s=r.a===a +else s=!1 +if(s){r.toString +return r}return $.BI=new A.ajH(a,A.a([],t.Up),$,$,$,null)}, +ayw(){var s=new Uint8Array(0),r=new DataView(new ArrayBuffer(8)) +return new A.an3(new A.SU(s,0),r,A.nu(r.buffer,0,null))}, +aWu(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.d.a9(c.current()) +for(p=r,o=0,n=0;p0){k.push(new A.pF(B.nd,o,n,r,p)) +r=p +o=0 +n=0}}if(o>0)l=B.jr +else l=q===s?B.ne:B.nd +k.push(new A.pF(l,o,n,r,q))}if(k.length===0||B.b.gY(k).c===B.jr)k.push(new A.pF(B.ne,0,0,s,s)) +return k}, +aXn(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""}, +aYX(a,b){switch(a){case B.hW:return"left" +case B.eF:return"right" +case B.hX:return"center" +case B.kQ:return"justify" +case B.kR:switch(b.a){case 1:return"end" +case 0:return"left"}break +case B.aT:switch(b.a){case 1:return"" +case 0:return"right"}break +case null:case void 0:return""}}, +aOq(a){switch(a){case"TextInputAction.continueAction":case"TextInputAction.next":return B.Ge +case"TextInputAction.previous":return B.Gj +case"TextInputAction.done":return B.FV +case"TextInputAction.go":return B.G1 +case"TextInputAction.newline":return B.G0 +case"TextInputAction.search":return B.Gu +case"TextInputAction.send":return B.Gv +case"TextInputAction.emergencyCall":case"TextInputAction.join":case"TextInputAction.none":case"TextInputAction.route":case"TextInputAction.unspecified":default:return B.Gf}}, +aCa(a,b){switch(a){case"TextInputType.number":return b?B.FQ:B.Gg +case"TextInputType.phone":return B.Gi +case"TextInputType.emailAddress":return B.FX +case"TextInputType.url":return B.GF +case"TextInputType.multiline":return B.Gd +case"TextInputType.none":return B.lJ +case"TextInputType.text":default:return B.GC}}, +aSq(a){var s +if(a==="TextCapitalization.words")s=B.Ec +else if(a==="TextCapitalization.characters")s=B.Ee +else s=a==="TextCapitalization.sentences"?B.Ed:B.kS +return new A.Cb(s)}, +aV8(a){}, +a3s(a,b,c,d){var s,r="transparent",q="none",p=a.style +A.X(p,"white-space","pre-wrap") +A.X(p,"align-content","center") +A.X(p,"padding","0") +A.X(p,"opacity","1") +A.X(p,"color",r) +A.X(p,"background-color",r) +A.X(p,"background",r) +A.X(p,"outline",q) +A.X(p,"border",q) +A.X(p,"resize",q) +A.X(p,"text-shadow",r) +A.X(p,"transform-origin","0 0 0") +if(b){A.X(p,"top","-9999px") +A.X(p,"left","-9999px")}if(d){A.X(p,"width","0") +A.X(p,"height","0")}if(c)A.X(p,"pointer-events",q) +s=$.fM() +if(s!==B.bU)s=s===B.aF +else s=!0 +if(s)a.classList.add("transparentTextEditing") +A.X(p,"caret-color",r)}, +aOo(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.w(s,t.e) +q=A.w(s,t.M1) +p=A.ca(self.document,"form") +o=$.a3O().gi0() instanceof A.Ri +p.noValidate=!0 +p.method="post" +p.action="#" +A.co(p,"submit",$.awl(),a5) +A.a3s(p,!1,o,!0) +n=J.zd(0,s) +m=A.awG(a6,B.Eb) +if(a7!=null)for(s=t.a,l=J.kQ(a7,s),l=new A.dE(l,l.gp(l)),k=m.b,j=A.k(l).c,i=!o,h=a5,g=!1;l.q();){f=l.d +if(f==null)f=j.a(f) +e=J.a9(f) +d=s.a(e.i(f,"autofill")) +c=A.bB(e.i(f,"textCapitalization")) +if(c==="TextCapitalization.words")c=B.Ec +else if(c==="TextCapitalization.characters")c=B.Ee +else c=c==="TextCapitalization.sentences"?B.Ed:B.kS +b=A.awG(d,new A.Cb(c)) +c=b.b +n.push(c) +if(c!==k){a=A.aCa(A.bB(J.aE(s.a(e.i(f,"inputType")),"name")),!1).E9() +b.a.ft(a) +b.ft(a) +A.a3s(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.hZ(n) +for(s=n.length,a0=0,l="";a00?l+"*":l)+a1}a2=l.charCodeAt(0)==0?l:l +a3=$.GX.i(0,a2) +if(a3!=null)a3.remove() +a4=A.ca(self.document,"input") +A.a3s(a4,!0,!1,!0) +a4.className="submitBtn" +A.a7z(a4,"submit") +p.append(a4) +return new A.a8P(p,r,q,h==null?a4:h,a2)}, +awG(a,b){var s,r=J.a9(a),q=A.bB(r.i(a,"uniqueIdentifier")),p=t.kc.a(r.i(a,"hints")),o=p==null||J.hf(p)?null:A.bB(J.oE(p)),n=A.aC8(t.a.a(r.i(a,"editingValue"))) +if(o!=null){s=$.aIv().a.i(0,o) +if(s==null)s=o}else s=null +return new A.HV(n,q,s,A.d6(r.i(a,"hintText")))}, +azb(a,b,c){var s=c.a,r=c.b,q=Math.min(s,r) +r=Math.max(s,r) +return B.c.T(a,0,q)+b+B.c.bA(a,r)}, +aSr(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.vj(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.azb(h,g,new A.c_(f,e)) +f=a1.a +f.toString +if(m!==f){l=B.c.t(g,".") +for(e=A.bF(A.a3D(g),!0,!1,!1).lT(0,f),e=new A.o8(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.azb(h,g,new A.c_(r,j))}else{j=l?r+a[0].length-1:r+a[0].length +i=A.azb(h,g,new A.c_(r,j))}if(i===f){a0.c=r +a0.d=j +break}}}}a0.e=a1.b +a0.f=a1.c +return a0}, +yq(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.tb(e,r,Math.max(0,s),b,c)}, +aC8(a){var s=J.a9(a),r=A.d6(s.i(a,"text")),q=B.d.a9(A.jC(s.i(a,"selectionBase"))),p=B.d.a9(A.jC(s.i(a,"selectionExtent"))),o=A.axx(a,"composingBase"),n=A.axx(a,"composingExtent") +s=o==null?-1:o +return A.yq(q,s,n==null?-1:n,p,r)}, +aC7(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.ax5(a) +r=A.aBO(a) +r=r==null?p:B.d.a9(r) +q=A.aBP(a) +return A.yq(r,-1,-1,q==null?p:B.d.a9(q),s)}else{s=A.ax5(a) +r=A.aBP(a) +r=r==null?p:B.d.a9(r) +q=A.aBO(a) +return A.yq(r,-1,-1,q==null?p:B.d.a9(q),s)}}else{o=globalThis.HTMLTextAreaElement +if(o!=null&&a instanceof o){s=a.selectionDirection +if((s==null?p:s)==="backward"){s=A.aBU(a) +r=A.aBS(a) +r=r==null?p:B.d.a9(r) +q=A.aBT(a) +return A.yq(r,-1,-1,q==null?p:B.d.a9(q),s)}else{s=A.aBU(a) +r=A.aBT(a) +r=r==null?p:B.d.a9(r) +q=A.aBS(a) +return A.yq(r,-1,-1,q==null?p:B.d.a9(q),s)}}else throw A.c(A.V("Initialized with unsupported input type"))}}, +aCT(a){var s,r,q,p,o,n="inputType",m="autofill",l=J.a9(a),k=t.a,j=A.bB(J.aE(k.a(l.i(a,n)),"name")),i=A.re(J.aE(k.a(l.i(a,n)),"decimal")) +j=A.aCa(j,i===!0) +i=A.d6(l.i(a,"inputAction")) +if(i==null)i="TextInputAction.done" +s=A.re(l.i(a,"obscureText")) +r=A.re(l.i(a,"readOnly")) +q=A.re(l.i(a,"autocorrect")) +p=A.aSq(A.bB(l.i(a,"textCapitalization"))) +k=l.ai(a,m)?A.awG(k.a(l.i(a,m)),B.Eb):null +o=A.aOo(t.nA.a(l.i(a,m)),t.kc.a(l.i(a,"fields"))) +l=A.re(l.i(a,"enableDeltaModel")) +return new A.ac8(j,i,r===!0,s===!0,q!==!1,l===!0,k,o,p)}, +aOX(a){return new A.Mf(a,A.a([],t.Up),$,$,$,null)}, +aYF(){$.GX.ah(0,new A.avX())}, +aWA(){var s,r,q +for(s=$.GX.gaY($.GX),s=new A.cS(J.aj(s.a),s.b),r=A.k(s).z[1];s.q();){q=s.a +if(q==null)q=r.a(q) +q.remove()}$.GX.a2(0)}, +aOd(a){var s=J.a9(a),r=A.hv(J.kS(t.j.a(s.i(a,"transform")),new A.a7U(),t.z),!0,t.i) +return new A.a7T(A.jC(s.i(a,"width")),A.jC(s.i(a,"height")),new Float32Array(A.mo(r)))}, +aHr(a){var s=A.aId(a) +if(s===B.Ev)return"matrix("+A.n(a[0])+","+A.n(a[1])+","+A.n(a[4])+","+A.n(a[5])+","+A.n(a[12])+","+A.n(a[13])+")" +else if(s===B.Ew)return A.aXk(a) +else return"none"}, +aId(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.Ew +if(a[0]===1&&a[1]===0&&a[4]===0&&a[5]===1&&a[12]===0&&a[13]===0)return B.Eu +else return B.Ev}, +aXk(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.n(a[12])+"px, "+A.n(a[13])+"px, 0px)" +else return"matrix3d("+A.n(s)+","+A.n(a[1])+","+A.n(a[2])+","+A.n(a[3])+","+A.n(a[4])+","+A.n(a[5])+","+A.n(a[6])+","+A.n(a[7])+","+A.n(a[8])+","+A.n(a[9])+","+A.n(a[10])+","+A.n(a[11])+","+A.n(a[12])+","+A.n(a[13])+","+A.n(a[14])+","+A.n(a[15])+")"}, +aZ6(a,b){var s=$.aL4() +s[0]=b.a +s[1]=b.b +s[2]=b.c +s[3]=b.d +A.aZ5(a,s) +return new A.A(s[0],s[1],s[2],s[3])}, +aZ5(a1,a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=$.aAn() +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=$.aL3().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}, +aWD(a){var s,r +if(a===4278190080)return"#000000" +if((a&4278190080)>>>0===4278190080){s=B.e.iL(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.e.j(a>>>16&255)+","+B.e.j(a>>>8&255)+","+B.e.j(a&255)+","+B.d.j((a>>>24&255)/255)+")" +return r.charCodeAt(0)==0?r:r}}, +aGD(){if(A.aXU())return"BlinkMacSystemFont" +var s=$.dQ() +if(s!==B.aB)s=s===B.bx +else s=!0 +if(s)return"-apple-system, BlinkMacSystemFont" +return"Arial"}, +aWy(a){var s +if(B.a_r.t(0,a))return a +s=$.dQ() +if(s!==B.aB)s=s===B.bx +else s=!0 +if(s)if(a===".SF Pro Text"||a===".SF Pro Display"||a===".SF UI Text"||a===".SF UI Display")return A.aGD() +return'"'+A.n(a)+'", '+A.aGD()+", sans-serif"}, +GW(a,b,c){if(ac)return c +else return a}, +avF(a,b){var s +if(a==null)return b==null +if(b==null||a.length!==b.length)return!1 +for(s=0;s")).bP(0," ")}, +kN(a,b,c){A.X(a.style,b,c)}, +aI5(a){var s=self.document.querySelector("#flutterweb-theme") +if(a!=null){if(s==null){s=A.ca(self.document,"meta") +s.id="flutterweb-theme" +s.name="theme-color" +self.document.head.append(s)}s.content=A.aWD(a.a)}else if(s!=null)s.remove()}, +axB(a,b,c){var s=b.h("@<0>").an(c),r=new A.qY(s.h("qY<+key,value(1,2)>")) +r.a=r +r.b=r +return new A.Nj(a,new A.p5(r,s.h("p5<+key,value(1,2)>")),A.w(b,s.h("aC5<+key,value(1,2)>")),s.h("Nj<1,2>"))}, +u6(){var s=new Float32Array(16) +s[15]=1 +s[0]=1 +s[5]=1 +s[10]=1 +return new A.i6(s)}, +aPX(a){return new A.i6(a)}, +H5(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}, +aNu(a){var s=new A.KT(a,A.ayf(!1,t.FW)) +s.a_a(a) +return s}, +aNP(a){var s,r +if(a!=null)return A.aNu(a) +else{s=new A.M6(A.ayf(!1,t.tW)) +r=self.window.visualViewport +if(r==null)r=self.window +s.a=A.cJ(r,"resize",s.ga8h()) +return s}}, +aOm(a){if(a!=null){A.aNZ(a) +return new A.a6R(a)}else return new A.aaa()}, +aOp(a,b){var s=new A.Lz(a,b,A.d2(null,t.H),B.eJ) +s.a_b(a,b) +return s}, +wX:function wX(a){var _=this +_.a=a +_.d=_.c=_.b=null}, +a4k:function a4k(a,b){this.a=a +this.b=b}, +a4m:function a4m(a){this.a=a}, +a4n:function a4n(a){this.a=a}, +a4l:function a4l(a){this.a=a}, +xw:function xw(a,b){this.a=a +this.b=b}, +lw:function lw(a,b){this.a=a +this.b=b}, +hj:function hj(a){this.a=a}, +a5Y:function a5Y(a,b,c){this.a=a +this.b=b +this.c=c}, +auf:function auf(){}, +aut:function aut(a,b){this.a=a +this.b=b}, +aus:function aus(a,b){this.a=a +this.b=b}, +a5C:function a5C(a){this.a=a}, +Mv:function Mv(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}, +abt:function abt(){}, +abu:function abu(a){this.a=a}, +abq:function abq(){}, +abr:function abr(a){this.a=a}, +abs:function abs(a){this.a=a}, +nx:function nx(a,b){this.a=a +this.b=b}, +pT:function pT(a,b){this.a=a +this.b=b}, +j7:function j7(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +A6:function A6(a){this.a=a}, +Ls:function Ls(a,b){this.a=a +this.b=b}, +kw:function kw(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +avi:function avi(a,b){this.a=a +this.b=b}, +avh:function avh(a,b){this.a=a +this.b=b}, +RW:function RW(a,b,c,d,e){var _=this +_.a=a +_.b=$ +_.c=b +_.d=c +_.e=d +_.f=e +_.w=_.r=null}, +ak6:function ak6(){}, +ak7:function ak7(){}, +ak8:function ak8(a){this.a=a}, +ak9:function ak9(a){this.a=a}, +aka:function aka(){}, +qd:function qd(a,b,c){this.a=a +this.b=b +this.c=c}, +o5:function o5(a,b,c){this.a=a +this.b=b +this.c=c}, +ph:function ph(a,b,c){this.a=a +this.b=b +this.c=c}, +ak5:function ak5(a){this.a=a}, +MC:function MC(a){this.a=a}, +rO:function rO(a,b){var _=this +_.a=$ +_.b=a +_.c=b +_.d=!1}, +Iy:function Iy(){}, +Dc:function Dc(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=$}, +Dd:function Dd(a,b){this.a=a +this.b=b +this.d=$}, +Iu:function Iu(a,b,c,d){var _=this +_.a=$ +_.b=a +_.c=b +_.d=0 +_.e=-1 +_.f=c +_.r=d +_.w=!1}, +xE:function xE(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.e=_.d=$ +_.f=!1 +_.r=0 +_.w=null +_.x=d}, +f3:function f3(){}, +afG:function afG(a){this.c=a}, +aeY:function aeY(a,b){this.a=a +this.b=b}, +t_:function t_(){}, +R5:function R5(a,b){this.c=a +this.a=null +this.b=b}, +I0:function I0(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +II:function II(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +IM:function IM(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +IK:function IK(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +PM:function PM(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +Cy:function Cy(a,b,c){var _=this +_.f=a +_.c=b +_.a=null +_.b=c}, +PJ:function PJ(a,b,c){var _=this +_.f=a +_.c=b +_.a=null +_.b=c}, +ME:function ME(a,b,c,d){var _=this +_.f=a +_.r=b +_.c=c +_.a=null +_.b=d}, +abL:function abL(a,b){this.a=a +this.b=b}, +Q0:function Q0(a,b,c){var _=this +_.c=a +_.d=b +_.a=null +_.b=c}, +N4:function N4(a){this.a=a}, +acS:function acS(a){this.a=a +this.b=$}, +acT:function acT(a,b){this.a=a +this.b=b}, +aa_:function aa_(a,b,c){this.a=a +this.b=b +this.c=c}, +aa7:function aa7(a,b,c){this.a=a +this.b=b +this.c=c}, +aa8:function aa8(a,b,c){this.a=a +this.b=b +this.c=c}, +a6u:function a6u(){}, +a6_:function a6_(a,b){this.a=a +this.b=b +this.c=$}, +IB:function IB(a){this.a=a}, +auw:function auw(){}, +aek:function aek(){}, +eS:function eS(a,b){this.a=null +this.b=a +this.$ti=b}, +IY:function IY(a,b){var _=this +_.a=$ +_.b=1 +_.c=a +_.$ti=b}, +rP:function rP(a,b,c,d,e,f){var _=this +_.a=a +_.b=$ +_.c=null +_.d=b +_.e=c +_.f=0 +_.r=d +_.w=e +_.x=!0 +_.y=4278190080 +_.ax=_.at=_.as=null +_.ay=f +_.CW=_.ch=null +_.cx=0}, +a61:function a61(a){this.a=a}, +xF:function xF(a){this.a=$ +this.b=a}, +IE:function IE(a,b){this.a=a +this.b=b +this.c=$}, +a5Z:function a5Z(a){var _=this +_.a=a +_.b=$ +_.c=0 +_.d=null}, +Iv:function Iv(a){this.a=a +this.b=$}, +a64:function a64(){}, +IF:function IF(){this.a=$ +this.b=!1 +this.c=null}, +oR:function oR(){this.b=this.a=null}, +agi:function agi(a,b){this.a=a +this.b=b}, +rM:function rM(a,b){this.a=a +this.b=b}, +In:function In(){var _=this +_.a=null +_.b=$ +_.c=null +_.d=$}, +a5D:function a5D(a){this.a=a}, +RT:function RT(){}, +Iw:function Iw(a,b,c,d,e,f){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.a=$}, +Ix:function Ix(a,b,c,d,e,f){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.a=$}, +BZ:function BZ(a,b){this.a=a +this.b=b}, +lT:function lT(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}, +akM:function akM(a){this.a=a}, +IG:function IG(a){this.a=a +this.c=!1}, +Sn:function Sn(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=$ +_.d=c +_.e=d}, +ID:function ID(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +xH:function xH(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=$}, +a66:function a66(a){this.a=a}, +xG:function xG(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}, +IC:function IC(a){var _=this +_.a=$ +_.b=-1/0 +_.c=a +_.d=0 +_.e=!1 +_.z=_.y=_.x=_.w=_.r=_.f=0 +_.Q=$ +_.as=!1}, +Iz:function Iz(a){this.a=a}, +a62:function a62(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=0 +_.d=c +_.e=d}, +auA:function auA(a){this.a=a}, +za:function za(a,b){this.a=a +this.b=b}, +Im:function Im(a){this.a=a}, +xM:function xM(a,b){this.a=a +this.b=b}, +a6o:function a6o(a,b){this.a=a +this.b=b}, +a6p:function a6p(a,b){this.a=a +this.b=b}, +a6j:function a6j(a){this.a=a}, +a6k:function a6k(a,b){this.a=a +this.b=b}, +a6i:function a6i(a){this.a=a}, +a6m:function a6m(a){this.a=a}, +a6n:function a6n(a){this.a=a}, +a6l:function a6l(a){this.a=a}, +a6f:function a6f(){}, +a6g:function a6g(){}, +a9c:function a9c(){}, +a9d:function a9d(){}, +a9w:function a9w(){this.a=!1 +this.b=null}, +Ly:function Ly(a){this.b=a +this.d=null}, +aiH:function aiH(){}, +a7y:function a7y(a){this.a=a}, +a7A:function a7A(){}, +My:function My(a,b){this.a=a +this.b=b}, +abv:function abv(a){this.a=a}, +Mx:function Mx(a,b){this.a=a +this.b=b}, +Mw:function Mw(a,b){this.a=a +this.b=b}, +Ll:function Ll(a,b,c){this.a=a +this.b=b +this.c=c}, +yj:function yj(a,b){this.a=a +this.b=b}, +ave:function ave(a){this.a=a}, +auU:function auU(){}, +WT:function WT(a,b){this.a=a +this.b=-1 +this.$ti=b}, +eH:function eH(a,b){this.a=a +this.$ti=b}, +WY:function WY(a,b){this.a=a +this.b=-1 +this.$ti=b}, +m4:function m4(a,b){this.a=a +this.$ti=b}, +Lj:function Lj(a,b){this.a=a +this.b=$ +this.$ti=b}, +LW:function LW(a){var _=this +_.a=a +_.e=_.d=_.c=_.b=null +_.y=_.x=_.w=_.r=_.f=$}, +aw_:function aw_(){}, +avZ:function avZ(){}, +a9M:function a9M(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=$}, +a9N:function a9N(){}, +a9O:function a9O(){}, +a9P:function a9P(){}, +a9Q:function a9Q(){}, +a9R:function a9R(){}, +a9S:function a9S(){}, +a9U:function a9U(a){this.a=a}, +a9V:function a9V(){}, +a9T:function a9T(a){this.a=a}, +a1Q:function a1Q(a,b,c){this.a=a +this.b=b +this.$ti=c}, +LL:function LL(a,b,c){var _=this +_.a=a +_.c=b +_.d=c +_.f=null}, +a9k:function a9k(a,b,c){this.a=a +this.b=b +this.c=c}, +tr:function tr(a,b){this.a=a +this.b=b}, +pi:function pi(a,b){this.a=a +this.b=b}, +yN:function yN(a){this.a=a}, +avl:function avl(a){this.a=a}, +avm:function avm(a){this.a=a}, +avn:function avn(){}, +avk:function avk(){}, +n4:function n4(){}, +M1:function M1(){}, +M_:function M_(){}, +M0:function M0(){}, +HN:function HN(){}, +Ij:function Ij(){}, +a5k:function a5k(){}, +a5l:function a5l(a){this.a=a}, +x_:function x_(a,b){this.a=a +this.b=b}, +lh:function lh(a,b){this.a=a +this.b=b}, +p0:function p0(a,b){this.a=a +this.b=b}, +avz:function avz(){}, +avA:function avA(a){this.a=a}, +avy:function avy(a){this.a=a}, +avB:function avB(){}, +a9x:function a9x(a){this.a=a}, +a9y:function a9y(a){this.a=a}, +a9v:function a9v(a){this.a=a}, +avr:function avr(a,b){this.a=a +this.b=b}, +avp:function avp(a,b){this.a=a +this.b=b}, +avq:function avq(a){this.a=a}, +auC:function auC(){}, +auD:function auD(){}, +auE:function auE(){}, +auF:function auF(){}, +auG:function auG(){}, +auH:function auH(){}, +auI:function auI(){}, +auJ:function auJ(){}, +aue:function aue(a,b,c){this.a=a +this.b=b +this.c=c}, +N1:function N1(a){this.a=$ +this.b=a}, +acw:function acw(a){this.a=a}, +acx:function acx(a){this.a=a}, +acy:function acy(a){this.a=a}, +acA:function acA(a){this.a=a}, +jW:function jW(a){this.a=a}, +acB:function acB(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=null +_.e=!1 +_.f=d +_.r=e}, +acH:function acH(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +acI:function acI(a){this.a=a}, +acJ:function acJ(a,b,c){this.a=a +this.b=b +this.c=c}, +acK:function acK(a,b){this.a=a +this.b=b}, +acD:function acD(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +acE:function acE(a,b,c){this.a=a +this.b=b +this.c=c}, +acF:function acF(a,b){this.a=a +this.b=b}, +acG:function acG(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +acC:function acC(a,b,c){this.a=a +this.b=b +this.c=c}, +acL:function acL(a,b){this.a=a +this.b=b}, +a6A:function a6A(a){this.a=a +this.b=!0}, +adR:function adR(a){this.a=a}, +avS:function avS(){}, +a5j:function a5j(){}, +A4:function A4(a){var _=this +_.d=a +_.a=_.e=$ +_.c=_.b=!1}, +ae0:function ae0(){}, +BO:function BO(a,b){var _=this +_.d=a +_.e=b +_.f=null +_.a=$ +_.c=_.b=!1}, +ak1:function ak1(){}, +ak2:function ak2(){}, +lv:function lv(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=0 +_.f=e}, +yB:function yB(a){this.a=a +this.b=$ +this.c=0}, +a9j:function a9j(){}, +Mp:function Mp(a,b){this.a=a +this.b=b +this.c=$}, +LA:function LA(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}, +a93:function a93(a,b,c){this.a=a +this.b=b +this.c=c}, +a92:function a92(a,b){this.a=a +this.b=b}, +a8Z:function a8Z(a,b){this.a=a +this.b=b}, +a9_:function a9_(a,b){this.a=a +this.b=b}, +a90:function a90(){}, +a91:function a91(a,b){this.a=a +this.b=b}, +a8Y:function a8Y(a){this.a=a}, +a8X:function a8X(a){this.a=a}, +a8W:function a8W(a){this.a=a}, +a94:function a94(a,b){this.a=a +this.b=b}, +avD:function avD(a,b,c){this.a=a +this.b=b +this.c=c}, +Tb:function Tb(){}, +Q4:function Q4(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}, +afj:function afj(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +afk:function afk(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +afl:function afl(a,b){this.b=a +this.c=b}, +aiu:function aiu(){}, +aiv:function aiv(){}, +Q7:function Q7(a,b,c){var _=this +_.a=a +_.c=b +_.d=c +_.e=$}, +afy:function afy(){}, +E5:function E5(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +anJ:function anJ(){}, +anK:function anK(a){this.a=a}, +a25:function a25(){}, +kD:function kD(a,b){this.a=a +this.b=b}, +qT:function qT(){this.a=0}, +arf:function arf(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=null +_.r=!1}, +arh:function arh(){}, +arg:function arg(a,b,c){this.a=a +this.b=b +this.c=c}, +ari:function ari(a){this.a=a}, +arj:function arj(a){this.a=a}, +ark:function ark(a){this.a=a}, +arl:function arl(a){this.a=a}, +arm:function arm(a){this.a=a}, +arn:function arn(a){this.a=a}, +atv:function atv(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=null +_.r=!1}, +atw:function atw(a,b,c){this.a=a +this.b=b +this.c=c}, +atx:function atx(a){this.a=a}, +aty:function aty(a){this.a=a}, +atz:function atz(a){this.a=a}, +atA:function atA(a){this.a=a}, +aqN:function aqN(a,b,c,d,e,f){var _=this +_.w=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=null +_.r=!1}, +aqO:function aqO(a,b,c){this.a=a +this.b=b +this.c=c}, +aqP:function aqP(a){this.a=a}, +aqQ:function aqQ(a){this.a=a}, +aqR:function aqR(a){this.a=a}, +aqS:function aqS(a){this.a=a}, +aqT:function aqT(a){this.a=a}, +wn:function wn(a,b){this.a=null +this.b=a +this.c=b}, +afp:function afp(a){this.a=a +this.b=0}, +afq:function afq(a,b){this.a=a +this.b=b}, +axV:function axV(){}, +agl:function agl(a,b){var _=this +_.a=a +_.c=_.b=null +_.d=0 +_.e=b}, +agm:function agm(a){this.a=a}, +agn:function agn(a){this.a=a}, +ago:function ago(a){this.a=a}, +agq:function agq(a,b,c){this.a=a +this.b=b +this.c=c}, +agr:function agr(a){this.a=a}, +xe:function xe(a,b){this.a=a +this.b=b}, +a3U:function a3U(a,b){this.a=a +this.b=b}, +a3V:function a3V(a){this.a=a}, +Db:function Db(a,b){this.a=a +this.b=b}, +a5U:function a5U(a,b,c){var _=this +_.e=a +_.a=b +_.b=c +_.c=null}, +Lf:function Lf(a,b){this.a=a +this.b=b +this.c=null}, +uN:function uN(a,b){this.d=null +this.a=a +this.b=b}, +aik:function aik(a){this.a=a}, +tp:function tp(a,b,c){this.d=a +this.a=b +this.b=c}, +rp:function rp(a){this.a=a +this.b=null}, +a3X:function a3X(a){this.a=a}, +a3Y:function a3Y(a){this.a=a}, +a3W:function a3W(a,b,c){this.a=a +this.b=b +this.c=c}, +abS:function abS(a,b){var _=this +_.e=null +_.a=a +_.b=b +_.c=null}, +ac_:function ac_(a,b,c,d){var _=this +_.e=a +_.f=b +_.r=1 +_.w=null +_.x=!1 +_.a=c +_.b=d +_.c=null}, +ac0:function ac0(a,b){this.a=a +this.b=b}, +ac1:function ac1(a){this.a=a}, +zr:function zr(a,b){this.a=a +this.b=b}, +pI:function pI(a,b){this.d=null +this.a=a +this.b=b}, +afn:function afn(a,b){this.a=a +this.b=b +this.c=null}, +aj1:function aj1(a,b,c){var _=this +_.e=null +_.f=a +_.r=null +_.w=0 +_.a=b +_.b=c +_.c=null}, +aj8:function aj8(a){this.a=a}, +aj9:function aj9(a){this.a=a}, +aja:function aja(a){this.a=a}, +td:function td(a){this.a=a}, +a8O:function a8O(a){this.a=a}, +RK:function RK(a){this.a=a}, +RI:function RI(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}, +jd:function jd(a,b){this.a=a +this.b=b}, +qk:function qk(a,b){this.a=a +this.b=b}, +Qe:function Qe(){}, +aat:function aat(a,b){this.a=a +this.b=b +this.c=null}, +lJ:function lJ(){}, +qv:function qv(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}, +ajA:function ajA(a){this.a=a}, +a3Z:function a3Z(a,b){this.a=a +this.b=b}, +pk:function pk(a,b){this.a=a +this.b=b}, +BJ:function BJ(a,b){this.a=a +this.b=b}, +a95:function a95(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}, +a96:function a96(a){this.a=a}, +a97:function a97(a,b){this.a=a +this.b=b}, +a99:function a99(){}, +a98:function a98(a){this.a=a}, +yv:function yv(a,b){this.a=a +this.b=b}, +ajv:function ajv(a){this.a=a}, +ajr:function ajr(){}, +a7a:function a7a(){this.a=null}, +a7b:function a7b(a){this.a=a}, +adK:function adK(){var _=this +_.b=_.a=null +_.c=0 +_.d=!1}, +adM:function adM(a){this.a=a}, +adL:function adL(a){this.a=a}, +a5r:function a5r(a,b){this.a=a +this.b=b +this.c=null}, +C7:function C7(a,b){this.d=null +this.a=a +this.b=b}, +akZ:function akZ(a){this.a=a}, +ajH:function ajH(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}, +al4:function al4(a,b){var _=this +_.f=_.e=null +_.a=a +_.b=b +_.c=null}, +al6:function al6(a){this.a=a}, +al7:function al7(a){this.a=a}, +al8:function al8(a){this.a=a}, +al9:function al9(a,b){this.a=a +this.b=b}, +ala:function ala(a){this.a=a}, +alb:function alb(a){this.a=a}, +alc:function alc(a){this.a=a}, +kI:function kI(){}, +Y4:function Y4(){}, +SU:function SU(a,b){this.a=a +this.b=b}, +i7:function i7(a,b){this.a=a +this.b=b}, +ach:function ach(){}, +acj:function acj(){}, +akw:function akw(){}, +aky:function aky(a,b){this.a=a +this.b=b}, +akA:function akA(){}, +an3:function an3(a,b,c){var _=this +_.a=!1 +_.b=a +_.c=b +_.d=c}, +Qv:function Qv(a){this.a=a +this.b=0}, +ald:function ald(){}, +zw:function zw(a,b){this.a=a +this.b=b}, +pF:function pF(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=e}, +yw:function yw(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}, +a5h:function a5h(a){this.a=a}, +IQ:function IQ(){}, +a8U:function a8U(){}, +aeA:function aeA(){}, +a9a:function a9a(){}, +a7B:function a7B(){}, +aaQ:function aaQ(){}, +aey:function aey(){}, +afH:function afH(){}, +ajc:function ajc(){}, +ajJ:function ajJ(){}, +a8V:function a8V(){}, +aeC:function aeC(){}, +alt:function alt(){}, +aeK:function aeK(){}, +a70:function a70(){}, +af8:function af8(){}, +a8J:function a8J(){}, +amN:function amN(){}, +Pq:function Pq(){}, +vh:function vh(a,b){this.a=a +this.b=b}, +Cb:function Cb(a){this.a=a}, +a8P:function a8P(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a8Q:function a8Q(a,b){this.a=a +this.b=b}, +a8R:function a8R(a,b,c){this.a=a +this.b=b +this.c=c}, +HV:function HV(a,b,c,d){var _=this +_.a=a +_.b=b +_.d=c +_.e=d}, +vj:function vj(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}, +tb:function tb(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +ac8:function ac8(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}, +Mf:function Mf(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}, +Ri:function Ri(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}, +ait:function ait(a){this.a=a}, +ya:function ya(){}, +a75:function a75(a){this.a=a}, +a76:function a76(){}, +a77:function a77(){}, +a78:function a78(){}, +abA:function abA(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}, +abD:function abD(a){this.a=a}, +abE:function abE(a,b){this.a=a +this.b=b}, +abB:function abB(a){this.a=a}, +abC:function abC(a){this.a=a}, +a4c:function a4c(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}, +a4d:function a4d(a){this.a=a}, +a9o:function a9o(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}, +a9q:function a9q(a){this.a=a}, +a9r:function a9r(a){this.a=a}, +a9p:function a9p(a){this.a=a}, +alg:function alg(){}, +aln:function aln(a,b){this.a=a +this.b=b}, +alu:function alu(){}, +alp:function alp(a){this.a=a}, +als:function als(){}, +alo:function alo(a){this.a=a}, +alr:function alr(a){this.a=a}, +ale:function ale(){}, +alk:function alk(){}, +alq:function alq(){}, +alm:function alm(){}, +all:function all(){}, +alj:function alj(a){this.a=a}, +avX:function avX(){}, +al1:function al1(a){this.a=a}, +al2:function al2(a){this.a=a}, +abx:function abx(){var _=this +_.a=$ +_.b=null +_.c=!1 +_.d=null +_.f=$}, +abz:function abz(a){this.a=a}, +aby:function aby(a){this.a=a}, +a8z:function a8z(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +a7T:function a7T(a,b,c){this.a=a +this.b=b +this.c=c}, +a7U:function a7U(){}, +Cz:function Cz(a,b){this.a=a +this.b=b}, +avc:function avc(){}, +Nj:function Nj(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +i6:function i6(a){this.a=a}, +KT:function KT(a,b){this.a=a +this.b=$ +this.c=b}, +a6Q:function a6Q(a){this.a=a}, +a6P:function a6P(){}, +a7e:function a7e(){}, +M6:function M6(a){this.a=$ +this.b=a}, +a6R:function a6R(a){this.b=a +this.a=null}, +a6S:function a6S(a){this.a=a}, +a8K:function a8K(){}, +aaa:function aaa(){this.a=null}, +aab:function aab(a){this.a=a}, +Lz:function Lz(a,b,c,d){var _=this +_.a=a +_.b=b +_.d=_.c=$ +_.e=null +_.f=c +_.r=$ +_.w=d +_.x=null}, +a8S:function a8S(a){this.a=a}, +a8T:function a8T(a,b){this.a=a +this.b=b}, +Tc:function Tc(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +WI:function WI(){}, +a2s:function a2s(){}, +a2y:function a2y(){}, +axu:function axu(){}, +aHm(){return $}, +cd(a,b,c){if(b.h("R<0>").b(a))return new A.DG(a,b.h("@<0>").an(c).h("DG<1,2>")) +return new A.oP(a,b.h("@<0>").an(c).h("oP<1,2>"))}, +lm(a){return new A.hu("Field '"+a+"' has not been initialized.")}, +ew(a){return new A.hu("Local '"+a+"' has not been initialized.")}, +ln(a){return new A.hu("Local '"+a+"' has already been initialized.")}, +aN5(a){return new A.iT(a)}, +avs(a){var s,r=a^48 +if(r<=9)return r +s=a|32 +if(97<=s&&s<=102)return s-87 +return-1}, +aHW(a,b){var s=A.avs(a.charCodeAt(b)),r=A.avs(a.charCodeAt(b+1)) +return s*16+r-(r&256)}, +B(a,b){a=a+b&536870911 +a=a+((a&524287)<<10)&536870911 +return a^a>>>6}, +ei(a){a=a+((a&67108863)<<3)&536870911 +a^=a>>>11 +return a+((a&16383)<<15)&536870911}, +aEL(a,b,c){return A.ei(A.B(A.B(c,a),b))}, +aEM(a,b,c,d,e){return A.ei(A.B(A.B(A.B(A.B(e,a),b),c),d))}, +eU(a,b,c){return a}, +azD(a){var s,r +for(s=$.ro.length,r=0;rc)A.J(A.bJ(b,0,c,"start",null))}return new A.fD(a,b,c,d.h("fD<0>"))}, +pL(a,b,c,d){if(t.Ee.b(a))return new A.p6(a,b,c.h("@<0>").an(d).h("p6<1,2>")) +return new A.dF(a,b,c.h("@<0>").an(d).h("dF<1,2>"))}, +ayi(a,b,c){var s="takeCount" +A.HI(b,s) +A.dv(b,s) +if(t.Ee.b(a))return new A.ys(a,b,c.h("ys<0>")) +return new A.qD(a,b,c.h("qD<0>"))}, +aEC(a,b,c){var s="count" +if(t.Ee.b(a)){A.HI(b,s) +A.dv(b,s) +return new A.tc(a,b,c.h("tc<0>"))}A.HI(b,s) +A.dv(b,s) +return new A.lQ(a,b,c.h("lQ<0>"))}, +aCj(a,b,c){if(c.h("R<0>").b(b))return new A.yr(a,b,c.h("yr<0>")) +return new A.lc(a,b,c.h("lc<0>"))}, +c3(){return new A.hK("No element")}, +ace(){return new A.hK("Too many elements")}, +aCU(){return new A.hK("Too few elements")}, +jw:function jw(){}, +Ip:function Ip(a,b){this.a=a +this.$ti=b}, +oP:function oP(a,b){this.a=a +this.$ti=b}, +DG:function DG(a,b){this.a=a +this.$ti=b}, +Da:function Da(){}, +e4:function e4(a,b){this.a=a +this.$ti=b}, +l0:function l0(a,b,c){this.a=a +this.b=b +this.$ti=c}, +kZ:function kZ(a,b){this.a=a +this.$ti=b}, +a5G:function a5G(a,b){this.a=a +this.b=b}, +a5F:function a5F(a,b){this.a=a +this.b=b}, +a5E:function a5E(a){this.a=a}, +l_:function l_(a,b){this.a=a +this.$ti=b}, +hu:function hu(a){this.a=a}, +iT:function iT(a){this.a=a}, +avR:function avR(){}, +ajK:function ajK(){}, +R:function R(){}, +bd:function bd(){}, +fD:function fD(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +dE:function dE(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +dF:function dF(a,b,c){this.a=a +this.b=b +this.$ti=c}, +p6:function p6(a,b,c){this.a=a +this.b=b +this.$ti=c}, +cS:function cS(a,b){this.a=null +this.b=a +this.c=b}, +S:function S(a,b,c){this.a=a +this.b=b +this.$ti=c}, +aZ:function aZ(a,b,c){this.a=a +this.b=b +this.$ti=c}, +lZ:function lZ(a,b){this.a=a +this.b=b}, +iZ:function iZ(a,b,c){this.a=a +this.b=b +this.$ti=c}, +LG:function LG(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +qD:function qD(a,b,c){this.a=a +this.b=b +this.$ti=c}, +ys:function ys(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Sq:function Sq(a,b){this.a=a +this.b=b}, +lQ:function lQ(a,b,c){this.a=a +this.b=b +this.$ti=c}, +tc:function tc(a,b,c){this.a=a +this.b=b +this.$ti=c}, +RX:function RX(a,b){this.a=a +this.b=b}, +qz:function qz(a,b,c){this.a=a +this.b=b +this.$ti=c}, +RY:function RY(a,b){this.a=a +this.b=b +this.c=!1}, +fr:function fr(a){this.$ti=a}, +Lt:function Lt(){}, +lc:function lc(a,b,c){this.a=a +this.b=b +this.$ti=c}, +yr:function yr(a,b,c){this.a=a +this.b=b +this.$ti=c}, +LZ:function LZ(a,b){this.a=a +this.b=b}, +cO:function cO(a,b){this.a=a +this.$ti=b}, +kx:function kx(a,b){this.a=a +this.$ti=b}, +yE:function yE(){}, +T_:function T_(){}, +vB:function vB(){}, +cc:function cc(a,b){this.a=a +this.$ti=b}, +lV:function lV(a){this.a=a}, +Gr:function Gr(){}, +awP(a,b,c){var s,r,q,p,o,n,m=A.hv(new A.bf(a,A.k(a).h("bf<1>")),!0,b),l=m.length,k=0 +while(!0){if(!(k").an(c).h("W<1,2>")) +n.$keys=m +return n}return new A.oU(A.aD9(a,b,c),b.h("@<0>").an(c).h("oU<1,2>"))}, +a6v(){throw A.c(A.V("Cannot modify unmodifiable Map"))}, +awQ(){throw A.c(A.V("Cannot modify constant Set"))}, +azA(a,b){var s=new A.jZ(a,b.h("jZ<0>")) +s.a_i(a) +return s}, +aIe(a){var s=v.mangledGlobalNames[a] +if(s!=null)return s +return"minified:"+a}, +aHG(a,b){var s +if(b!=null){s=b.x +if(s!=null)return s}return t.dC.b(a)}, +n(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.eX(a) +return s}, +G(a,b,c,d,e,f){return new A.zf(a,c,d,e,f)}, +b35(a,b,c,d,e,f){return new A.zf(a,c,d,e,f)}, +ic(a){var s,r=$.aDU +if(r==null)r=$.aDU=Symbol("identityHashCode") +s=a[r] +if(s==null){s=Math.random()*0x3fffffff|0 +a[r]=s}return s}, +aDZ(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.c(A.bJ(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)}, +aDY(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.c.iN(a) +if(r==="NaN"||r==="+NaN"||r==="-NaN")return s +return null}return s}, +afN(a){return A.aQS(a)}, +aQS(a){var s,r,q,p +if(a instanceof A.o)return A.hd(A.bn(a),null) +s=J.he(a) +if(s===B.JT||s===B.K0||t.kk.b(a)){r=B.lG(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.hd(A.bn(a),null)}, +aE_(a){if(a==null||typeof a=="number"||A.iL(a))return J.eX(a) +if(typeof a=="string")return JSON.stringify(a) +if(a instanceof A.mM)return a.j(0) +if(a instanceof A.mc)return a.Oo(!0) +return"Instance of '"+A.afN(a)+"'"}, +aQV(){return Date.now()}, +aQW(){var s,r +if($.afO!==0)return +$.afO=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 +$.afO=1e6 +$.Qg=new A.afM(r)}, +aQU(){if(!!self.location)return self.location.href +return null}, +aDT(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.aQX(a)}return A.aDT(a)}, +aQY(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.c(A.bJ(a,0,1114111,null,null))}, +hD(a,b,c,d,e,f,g,h){var s,r=b-1 +if(0<=a&&a<100){a+=400 +r-=4800}s=h?Date.UTC(a,r,c,d,e,f,g):new Date(a,r,c,d,e,f,g).valueOf() +if(isNaN(s)||s<-864e13||s>864e13)return null +return s}, +f7(a){if(a.date===void 0)a.date=new Date(a.a) +return a.date}, +Ay(a){return a.b?A.f7(a).getUTCFullYear()+0:A.f7(a).getFullYear()+0}, +je(a){return a.b?A.f7(a).getUTCMonth()+1:A.f7(a).getMonth()+1}, +afK(a){return a.b?A.f7(a).getUTCDate()+0:A.f7(a).getDate()+0}, +qa(a){return a.b?A.f7(a).getUTCHours()+0:A.f7(a).getHours()+0}, +aDW(a){return a.b?A.f7(a).getUTCMinutes()+0:A.f7(a).getMinutes()+0}, +aDX(a){return a.b?A.f7(a).getUTCSeconds()+0:A.f7(a).getSeconds()+0}, +aDV(a){return a.b?A.f7(a).getUTCMilliseconds()+0:A.f7(a).getMilliseconds()+0}, +afL(a){return B.e.c0((a.b?A.f7(a).getUTCDay()+0:A.f7(a).getDay()+0)+6,7)+1}, +nF(a,b,c){var s,r,q={} +q.a=0 +s=[] +r=[] +q.a=b.length +B.b.R(s,b) +q.b="" +if(c!=null&&c.a!==0)c.ah(0,new A.afJ(q,r,s)) +return J.aM1(a,new A.zf(B.a0j,0,s,r,0))}, +aQT(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.aQR(a,b,c)}, +aQR(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g=Array.isArray(b)?b:A.af(b,!0,t.z),f=g.length,e=a.$R +if(fn)return A.nF(a,g,null) +if(fe)return A.nF(a,g,c) +if(g===b)g=A.af(g,!0,t.z) +l=Object.keys(q) +if(c==null)for(r=l.length,k=0;k=s)return A.d4(b,s,a,null,r) +return A.agg(b,r,null)}, +aX6(a,b,c){if(a<0||a>c)return A.bJ(a,0,c,"start",null) +if(b!=null)if(bc)return A.bJ(b,a,c,"end",null) +return new A.iQ(!0,b,"end",null)}, +dO(a){return new A.iQ(!0,a,null,null)}, +iM(a){return a}, +c(a){return A.aHB(new Error(),a)}, +aHB(a,b){var s +if(b==null)b=new A.lW() +a.dartException=b +s=A.aZ2 +if("defineProperty" in Object){Object.defineProperty(a,"message",{get:s}) +a.name=""}else a.toString=s +return a}, +aZ2(){return J.eX(this.dartException)}, +J(a){throw A.c(a)}, +aw2(a,b){throw A.aHB(b,a)}, +L(a){throw A.c(A.bY(a))}, +lX(a){var s,r,q,p,o,n +a=A.a3D(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.amA(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)}, +amB(a){return function($expr$){var $argumentsExpr$="$arguments$" +try{$expr$.$method$($argumentsExpr$)}catch(s){return s.message}}(a)}, +aF9(a){return function($expr$){try{$expr$.$method$}catch(s){return s.message}}(a)}, +axw(a,b){var s=b==null,r=s?null:b.method +return new A.MR(a,r,s?null:b.receiver)}, +ag(a){if(a==null)return new A.PE(a) +if(a instanceof A.yy)return A.oC(a,a.a) +if(typeof a!=="object")return a +if("dartException" in a)return A.oC(a,a.dartException) +return A.aWb(a)}, +oC(a,b){if(t.Lt.b(b))if(b.$thrownJsError==null)b.$thrownJsError=a +return b}, +aWb(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.e.aU(r,16)&8191)===10)switch(q){case 438:return A.oC(a,A.axw(A.n(s)+" (Error "+q+")",null)) +case 445:case 5007:A.n(s) +return A.oC(a,new A.Ai())}}if(a instanceof TypeError){p=$.aJC() +o=$.aJD() +n=$.aJE() +m=$.aJF() +l=$.aJI() +k=$.aJJ() +j=$.aJH() +$.aJG() +i=$.aJL() +h=$.aJK() +g=p.kh(s) +if(g!=null)return A.oC(a,A.axw(s,g)) +else{g=o.kh(s) +if(g!=null){g.method="call" +return A.oC(a,A.axw(s,g))}else if(n.kh(s)!=null||m.kh(s)!=null||l.kh(s)!=null||k.kh(s)!=null||j.kh(s)!=null||m.kh(s)!=null||i.kh(s)!=null||h.kh(s)!=null)return A.oC(a,new A.Ai())}return A.oC(a,new A.SZ(typeof s=="string"?s:""))}if(a instanceof RangeError){if(typeof s=="string"&&s.indexOf("call stack")!==-1)return new A.BW() +s=function(b){try{return String(b)}catch(f){}return null}(a) +return A.oC(a,new A.iQ(!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.BW() +return a}, +aA(a){var s +if(a instanceof A.yy)return a.b +if(a==null)return new A.Fw(a) +s=a.$cachedTrace +if(s!=null)return s +s=new A.Fw(a) +if(typeof a==="object")a.$cachedTrace=s +return s}, +oB(a){if(a==null)return J.v(a) +if(typeof a=="object")return A.ic(a) +return J.v(a)}, +aWH(a){if(typeof a=="number")return B.d.gu(a) +if(a instanceof A.FU)return A.ic(a) +if(a instanceof A.mc)return a.gu(a) +if(a instanceof A.lV)return a.gu(a) +return A.oB(a)}, +aHq(a,b){var s,r,q,p=a.length +for(s=0;s=0 +else if(b instanceof A.k0){s=B.c.bA(a,c) +return b.b.test(s)}else{s=J.awp(b,B.c.bA(a,c)) +return!s.ga_(s)}}, +azt(a){if(a.indexOf("$",0)>=0)return a.replace(/\$/g,"$$$$") +return a}, +aYV(a,b,c,d){var s=b.BI(a,d) +if(s==null)return a +return A.azL(a,s.b.index,s.gio(s),c)}, +a3D(a){if(/[[\]{}()*+?.\\^$|]/.test(a))return a.replace(/[[\]{}()*+?.\\^$|]/g,"\\$&") +return a}, +em(a,b,c){var s +if(typeof b=="string")return A.aYT(a,b,c) +if(b instanceof A.k0){s=b.gM8() +s.lastIndex=0 +return a.replace(s,A.azt(c))}return A.aYS(a,b,c)}, +aYS(a,b,c){var s,r,q,p +for(s=J.awp(b,a),s=s.ga6(s),r=0,q="";s.q();){p=s.gG(s) +q=q+a.substring(r,p.gvf(p))+c +r=p.gio(p)}s=q+a.substring(r) +return s.charCodeAt(0)==0?s:s}, +aYT(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.a3D(b),"g"),A.azt(c))}, +aH3(a){return a}, +aYR(a,b,c,d){var s,r,q,p,o,n,m +for(s=b.lT(0,a),s=new A.o8(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.n(A.aH3(B.c.T(a,q,m)))+A.n(c.$1(o)) +q=m+n[0].length}s=p+A.n(A.aH3(B.c.bA(a,q))) +return s.charCodeAt(0)==0?s:s}, +aYW(a,b,c,d){var s,r,q,p +if(typeof b=="string"){s=a.indexOf(b,d) +if(s<0)return a +return A.azL(a,s,s+b.length,c)}if(b instanceof A.k0)return d===0?a.replace(b.b,A.azt(c)):A.aYV(a,b,c,d) +r=J.aLC(b,a,d) +q=r.ga6(r) +if(!q.q())return a +p=q.gG(q) +return B.c.iH(a,p.gvf(p),p.gio(p),c)}, +aYU(a,b,c,d){var s,r,q=b.rr(0,a,d),p=new A.o8(q.a,q.b,q.c) +if(!p.q())return a +s=p.d +if(s==null)s=t.Qz.a(s) +r=A.n(c.$1(s)) +return B.c.iH(a,s.b.index,s.gio(s),r)}, +azL(a,b,c,d){return a.substring(0,b)+d+a.substring(c)}, +cs:function cs(a,b){this.a=a +this.b=b}, +wp:function wp(a,b){this.a=a +this.b=b}, +a_7:function a_7(a,b){this.a=a +this.b=b}, +wq:function wq(a,b){this.a=a +this.b=b}, +a_8:function a_8(a,b){this.a=a +this.b=b}, +jy:function jy(a,b,c){this.a=a +this.b=b +this.c=c}, +a_9:function a_9(a,b,c){this.a=a +this.b=b +this.c=c}, +a_a:function a_a(a,b,c){this.a=a +this.b=b +this.c=c}, +a_b:function a_b(a,b,c){this.a=a +this.b=b +this.c=c}, +EE:function EE(a){this.a=a}, +oU:function oU(a,b){this.a=a +this.$ti=b}, +rX:function rX(){}, +a6w:function a6w(a,b,c){this.a=a +this.b=b +this.c=c}, +W:function W(a,b,c){this.a=a +this.b=b +this.$ti=c}, +r0:function r0(a,b){this.a=a +this.$ti=b}, +w7:function w7(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +da:function da(a,b){this.a=a +this.$ti=b}, +xP:function xP(){}, +fk:function fk(a,b,c){this.a=a +this.b=b +this.$ti=c}, +et:function et(a,b){this.a=a +this.$ti=b}, +MO:function MO(){}, +jZ:function jZ(a,b){this.a=a +this.$ti=b}, +zf:function zf(a,b,c,d,e){var _=this +_.a=a +_.c=b +_.d=c +_.e=d +_.f=e}, +afM:function afM(a){this.a=a}, +afJ:function afJ(a,b,c){this.a=a +this.b=b +this.c=c}, +amA:function amA(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +Ai:function Ai(){}, +MR:function MR(a,b,c){this.a=a +this.b=b +this.c=c}, +SZ:function SZ(a){this.a=a}, +PE:function PE(a){this.a=a}, +yy:function yy(a,b){this.a=a +this.b=b}, +Fw:function Fw(a){this.a=a +this.b=null}, +mM:function mM(){}, +IO:function IO(){}, +IP:function IP(){}, +St:function St(){}, +Sh:function Sh(){}, +rG:function rG(a,b){this.a=a +this.b=b}, +Wy:function Wy(a){this.a=a}, +Rh:function Rh(a){this.a=a}, +arX:function arX(){}, +ht:function ht(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +aco:function aco(a){this.a=a}, +acn:function acn(a,b){this.a=a +this.b=b}, +acm:function acm(a){this.a=a}, +acY:function acY(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +bf:function bf(a,b){this.a=a +this.$ti=b}, +zy:function zy(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +pA:function pA(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +avu:function avu(a){this.a=a}, +avv:function avv(a){this.a=a}, +avw:function avw(a){this.a=a}, +mc:function mc(){}, +a_4:function a_4(){}, +a_5:function a_5(){}, +a_6:function a_6(){}, +k0:function k0(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +we:function we(a){this.b=a}, +Va:function Va(a,b,c){this.a=a +this.b=b +this.c=c}, +o8:function o8(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +vc:function vc(a,b){this.a=a +this.c=b}, +a0G:function a0G(a,b,c){this.a=a +this.b=b +this.c=c}, +a0H:function a0H(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +aZ1(a){A.aw2(new A.hu("Field '"+a+u.N),new Error())}, +b(){A.aw2(new A.hu("Field '' has not been initialized."),new Error())}, +bA(){A.aw2(new A.hu("Field '' has already been initialized."),new Error())}, +aK(){A.aw2(new A.hu("Field '' has been assigned during initialization."),new Error())}, +aR(a){var s=new A.aok(a) +return s.b=s}, +bj(a,b){var s=new A.apY(a,b) +return s.b=s}, +aok:function aok(a){this.a=a +this.b=null}, +apY:function apY(a,b){this.a=a +this.b=null +this.c=b}, +mm(a,b,c){}, +mo(a){return a}, +Pr(a,b,c){A.mm(a,b,c) +return c==null?new DataView(a,b):new DataView(a,b,c)}, +axL(a){return new Float32Array(a)}, +aQe(a,b,c){A.mm(a,b,c) +return new Float32Array(a,b,c)}, +aQf(a){return new Float64Array(a)}, +aDv(a,b,c){A.mm(a,b,c) +return new Float64Array(a,b,c)}, +axM(a){return new Int32Array(a)}, +aDw(a,b,c){A.mm(a,b,c) +return new Int32Array(a,b,c)}, +aQg(a){return new Int8Array(a)}, +aQh(a){return new Uint16Array(A.mo(a))}, +axN(a){return new Uint8Array(a)}, +nu(a,b,c){A.mm(a,b,c) +return c==null?new Uint8Array(a,b):new Uint8Array(a,b,c)}, +ml(a,b,c){if(a>>>0!==a||a>=c)throw A.c(A.wM(b,a))}, +ox(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.c(A.aX6(a,b,c)) +if(b==null)return c +return b}, +pU:function pU(){}, +dV:function dV(){}, +A7:function A7(){}, +ua:function ua(){}, +nt:function nt(){}, +hz:function hz(){}, +Ps:function Ps(){}, +Pt:function Pt(){}, +Pu:function Pu(){}, +A8:function A8(){}, +Pv:function Pv(){}, +Pw:function Pw(){}, +Px:function Px(){}, +A9:function A9(){}, +pV:function pV(){}, +Eh:function Eh(){}, +Ei:function Ei(){}, +Ej:function Ej(){}, +Ek:function Ek(){}, +aEh(a,b){var s=b.c +return s==null?b.c=A.ayP(a,b.y,!0):s}, +ay4(a,b){var s=b.c +return s==null?b.c=A.FZ(a,"ai",[b.y]):s}, +aRt(a){var s=a.d +if(s!=null)return s +return a.d=new Map()}, +aEi(a){var s=a.x +if(s===6||s===7||s===8)return A.aEi(a.y) +return s===12||s===13}, +aRs(a){return a.at}, +aYj(a,b){var s,r=b.length +for(s=0;s") +for(r=1;r=0)p+=" "+r[q];++q}return p+"})"}, +aGE(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}, +hd(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.hd(a.y,b) +return s}if(m===7){r=a.y +s=A.hd(r,b) +q=r.x +return(q===12||q===13?"("+s+")":s)+"?"}if(m===8)return"FutureOr<"+A.hd(a.y,b)+">" +if(m===9){p=A.aWa(a.y) +o=a.z +return o.length>0?p+("<"+A.aGX(o,b)+">"):p}if(m===11)return A.aVW(a,b) +if(m===12)return A.aGE(a,b,null) +if(m===13)return A.aGE(a.y,b,a.z) +if(m===14){n=a.y +return b[b.length-1-n]}return"?"}, +aWa(a){var s=v.mangledGlobalNames[a] +if(s!=null)return s +return"minified:"+a}, +aUl(a,b){var s=a.tR[b] +for(;typeof s=="string";)s=a.tR[s] +return s}, +aUk(a,b){var s,r,q,p,o,n=a.eT,m=n[b] +if(m==null)return A.a1T(a,b,!1) +else if(typeof m=="number"){s=m +r=A.G_(a,5,"#") +q=A.atP(s) +for(p=0;p0)p+="<"+A.FY(c)+">" +s=a.eC.get(p) +if(s!=null)return s +r=new A.ik(null,null) +r.x=9 +r.y=b +r.z=c +if(c.length>0)r.c=c[0] +r.at=p +q=A.mh(a,r) +a.eC.set(p,q) +return q}, +ayN(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.FY(r)+">") +p=a.eC.get(q) +if(p!=null)return p +o=new A.ik(null,null) +o.x=10 +o.y=s +o.z=r +o.at=q +n=A.mh(a,o) +a.eC.set(q,n) +return n}, +aUh(a,b,c){var s,r,q="+"+(b+"("+A.FY(c)+")"),p=a.eC.get(q) +if(p!=null)return p +s=new A.ik(null,null) +s.x=11 +s.y=b +s.z=c +s.at=q +r=A.mh(a,s) +a.eC.set(q,r) +return r}, +aFZ(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.FY(m) +if(j>0){s=l>0?",":"" +g+=s+"["+A.FY(k)+"]"}if(h>0){s=l>0?",":"" +g+=s+"{"+A.aUb(i)+"}"}r=n+(g+")") +q=a.eC.get(r) +if(q!=null)return q +p=new A.ik(null,null) +p.x=12 +p.y=b +p.z=c +p.at=r +o=A.mh(a,p) +a.eC.set(r,o) +return o}, +ayO(a,b,c,d){var s,r=b.at+("<"+A.FY(c)+">"),q=a.eC.get(r) +if(q!=null)return q +s=A.aUd(a,b,c,r,d) +a.eC.set(r,s) +return s}, +aUd(a,b,c,d,e){var s,r,q,p,o,n,m,l +if(e){s=c.length +r=A.atP(s) +for(q=0,p=0;p0){n=A.mq(a,b,r,0) +m=A.GU(a,c,r,0) +return A.ayO(a,n,m,c!==m)}}l=new A.ik(null,null) +l.x=13 +l.y=b +l.z=c +l.at=d +return A.mh(a,l)}, +aFF(a,b,c,d){return{u:a,e:b,r:c,s:[],p:0,n:d}}, +aFH(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.aTN(r+1,q,l,k) +else if((((q|32)>>>0)-97&65535)<26||q===95||q===36||q===124)r=A.aFG(a,r,l,k,!1) +else if(q===46)r=A.aFG(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.oo(a.u,a.e,k.pop())) +break +case 94:k.push(A.aUg(a.u,k.pop())) +break +case 35:k.push(A.G_(a.u,5,"#")) +break +case 64:k.push(A.G_(a.u,2,"@")) +break +case 126:k.push(A.G_(a.u,3,"~")) +break +case 60:k.push(a.p) +a.p=k.length +break +case 62:A.aTP(a,k) +break +case 38:A.aTO(a,k) +break +case 42:p=a.u +k.push(A.aG0(p,A.oo(p,a.e,k.pop()),a.n)) +break +case 63:p=a.u +k.push(A.ayP(p,A.oo(p,a.e,k.pop()),a.n)) +break +case 47:p=a.u +k.push(A.aG_(p,A.oo(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.aTM(a,k) +break +case 91:k.push(a.p) +a.p=k.length +break +case 93:o=k.splice(a.p) +A.aFI(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.aTR(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.oo(a.u,a.e,m)}, +aTN(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}, +aFG(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.aUl(s,o.y)[p] +if(n==null)A.J('No "'+p+'" in "'+A.aRs(o)+'"') +d.push(A.G0(s,o,n))}else d.push(p) +return m}, +aTP(a,b){var s,r=a.u,q=A.aFE(a,b),p=b.pop() +if(typeof p=="string")b.push(A.FZ(r,p,q)) +else{s=A.oo(r,a.e,p) +switch(s.x){case 12:b.push(A.ayO(r,s,q,a.n)) +break +default:b.push(A.ayN(r,s,q)) +break}}}, +aTM(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.aFE(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.oo(m,a.e,l) +o=new A.Xz() +o.a=q +o.b=s +o.c=r +b.push(A.aFZ(m,p,o)) +return +case-4:b.push(A.aUh(m,b.pop(),q)) +return +default:throw A.c(A.jI("Unexpected state under `()`: "+A.n(l)))}}, +aTO(a,b){var s=b.pop() +if(0===s){b.push(A.G_(a.u,1,"0&")) +return}if(1===s){b.push(A.G_(a.u,4,"1&")) +return}throw A.c(A.jI("Unexpected extended operation "+A.n(s)))}, +aFE(a,b){var s=b.splice(a.p) +A.aFI(a.u,a.e,s) +a.p=b.pop() +return s}, +oo(a,b,c){if(typeof c=="string")return A.FZ(a,c,a.sEA) +else if(typeof c=="number"){b.toString +return A.aTQ(a,b,c)}else return c}, +aFI(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}, +ik:function ik(a,b){var _=this +_.a=a +_.b=b +_.w=_.r=_.e=_.d=_.c=null +_.x=0 +_.at=_.as=_.Q=_.z=_.y=null}, +Xz:function Xz(){this.c=this.b=this.a=null}, +FU:function FU(a){this.a=a}, +Xa:function Xa(){}, +FV:function FV(a){this.a=a}, +aXH(a,b){var s,r +if(B.c.bv(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.k_.i(0,a) +return r==null?null:r.charCodeAt(0)}if(!(s>=$.aKx()&&s<=$.aKy()))r=s>=$.aKI()&&s<=$.aKJ() +else r=!0 +if(r)return b.toLowerCase().charCodeAt(0) +return null}, +aU4(a){var s=B.k_.ge3(B.k_) +return new A.asX(a,A.aDk(s.iD(s,new A.asY(),t.q9),t.S,t.N))}, +aW9(a){var s,r,q,p,o=a.Tk(),n=A.w(t.N,t.S) +for(s=a.a,r=0;r=2)return null +return a.toLowerCase().charCodeAt(0)}, +asX:function asX(a,b){this.a=a +this.b=b +this.c=0}, +asY:function asY(){}, +zD:function zD(a){this.a=a}, +aTg(){var s,r,q={} +if(self.scheduleImmediate!=null)return A.aWk() +if(self.MutationObserver!=null&&self.document!=null){s=self.document.createElement("div") +r=self.document.createElement("span") +q.a=null +new self.MutationObserver(A.rj(new A.anz(q),1)).observe(s,{childList:true}) +return new A.any(q,s,r)}else if(self.setImmediate!=null)return A.aWl() +return A.aWm()}, +aTh(a){self.scheduleImmediate(A.rj(new A.anA(a),0))}, +aTi(a){self.setImmediate(A.rj(new A.anB(a),0))}, +aTj(a){A.ayp(B.w,a)}, +ayp(a,b){var s=B.e.cF(a.a,1000) +return A.aU6(s<0?0:s,b)}, +aEZ(a,b){var s=B.e.cF(a.a,1000) +return A.aU7(s<0?0:s,b)}, +aU6(a,b){var s=new A.FQ(!0) +s.a_A(a,b) +return s}, +aU7(a,b){var s=new A.FQ(!1) +s.a_B(a,b) +return s}, +a5(a){return new A.Vs(new A.ay($.an,a.h("ay<0>")),a.h("Vs<0>"))}, +a4(a,b){a.$2(0,null) +b.b=!0 +return b.a}, +ad(a,b){A.aUH(a,b)}, +a3(a,b){b.e2(0,a)}, +a2(a,b){b.mY(A.ag(a),A.aA(a))}, +aUH(a,b){var s,r,q=new A.aub(b),p=new A.auc(b) +if(a instanceof A.ay)a.Oh(q,p,t.z) +else{s=t.z +if(t.L0.b(a))a.eX(q,p,s) +else{r=new A.ay($.an,t.LR) +r.a=8 +r.c=a +r.Oh(q,p,s)}}}, +a6(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 $.an.zv(new A.av1(s))}, +aFU(a,b,c){return 0}, +a4x(a,b){var s=A.eU(a,"error",t.K) +return new A.HP(s,b==null?A.a4y(a):b)}, +a4y(a){var s +if(t.Lt.b(a)){s=a.giX() +if(s!=null)return s}return B.a9u}, +aCu(a,b){var s=new A.ay($.an,b.h("ay<0>")) +A.c7(B.w,new A.aap(s,a)) +return s}, +aOV(a,b){var s=new A.ay($.an,b.h("ay<0>")) +A.eV(new A.aao(s,a)) +return s}, +d2(a,b){var s=a==null?b.a(a):a,r=new A.ay($.an,b.h("ay<0>")) +r.lC(s) +return r}, +aan(a,b,c){var s +A.eU(a,"error",t.K) +$.an!==B.at +if(b==null)b=A.a4y(a) +s=new A.ay($.an,c.h("ay<0>")) +s.vy(a,b) +return s}, +M7(a,b,c){var s,r +if(b==null)s=!c.b(null) +else s=!1 +if(s)throw A.c(A.dS(null,"computation","The type parameter is not nullable")) +r=new A.ay($.an,c.h("ay<0>")) +A.c7(a,new A.aam(b,r,c)) +return r}, +yO(a,b){var s,r,q,p,o,n,m,l,k,j,i={},h=null,g=!1,f=new A.ay($.an,b.h("ay>")) +i.a=null +i.b=0 +s=A.aR("error") +r=A.aR("stackTrace") +q=new A.aar(i,h,g,f,s,r) +try{for(l=J.aj(a),k=t.P;l.q();){p=l.gG(l) +o=i.b +p.eX(new A.aaq(i,o,f,h,g,s,r,b),q,k);++i.b}l=i.b +if(l===0){l=f +l.qI(A.a([],b.h("u<0>"))) +return l}i.a=A.ax(l,null,!1,b.h("0?"))}catch(j){n=A.ag(j) +m=A.aA(j) +if(i.b===0||g)return A.aan(n,m,b.h("z<0>")) +else{s.b=n +r.b=m}}return f}, +aOU(a,b,c,d){var s,r,q=new A.aad(d,null,b,c) +if(a instanceof A.ay){s=$.an +r=new A.ay(s,c.h("ay<0>")) +if(s!==B.at)q=s.zv(q) +a.o9(new A.iH(r,2,null,q,a.$ti.h("@<1>").an(c).h("iH<1,2>"))) +return r}return a.eX(new A.aac(c),q,c)}, +axj(a,b){if(b.h("ay<0>").b(a))a.a|=1 +else a.eX(A.aHa(),A.aHa(),t.H)}, +aCs(a,b){}, +aN8(a){return new A.bv(new A.ay($.an,a.h("ay<0>")),a.h("bv<0>"))}, +ayW(a,b,c){if(c==null)c=A.a4y(b) +a.i4(b,c)}, +h8(a,b){var s=new A.ay($.an,b.h("ay<0>")) +s.a=8 +s.c=a +return s}, +ayy(a,b){var s,r +for(;s=a.a,(s&4)!==0;)a=a.c +if((s&24)!==0){r=b.wt() +b.vB(a) +A.vZ(b,r)}else{r=b.c +b.Nq(a) +a.CA(r)}}, +aTx(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.Nq(p) +q.a.CA(r) +return}if((s&16)===0&&b.c==null){b.vB(p) +return}b.a^=2 +A.ri(null,null,b.b,new A.apx(q,b))}, +vZ(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.jD(e.a,e.b)}return}r.a=b +n=b.a +for(e=b;n!=null;e=n,n=m){e.a=null +A.vZ(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.jD(l.a,l.b) +return}i=$.an +if(i!==j)$.an=j +else i=null +e=e.c +if((e&15)===8)new A.apE(r,f,o).$0() +else if(p){if((e&1)!==0)new A.apD(r,l).$0()}else if((e&2)!==0)new A.apC(f,r).$0() +if(i!=null)$.an=i +e=r.c +if(s.b(e)){q=r.a.$ti +q=q.h("ai<2>").b(e)||!q.z[1].b(e)}else q=!1 +if(q){h=r.a.b +if(e instanceof A.ay)if((e.a&24)!==0){g=h.c +h.c=null +b=h.wz(g) +h.a=e.a&30|h.a&1 +h.c=e.c +f.a=e +continue}else A.ayy(e,h) +else h.Be(e) +return}}h=r.a.b +g=h.c +h.c=null +b=h.wz(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}}, +aGS(a,b){if(t.Hg.b(a))return b.zv(a) +if(t.C_.b(a))return a +throw A.c(A.dS(a,"onError",u.l))}, +aVO(){var s,r +for(s=$.wK;s!=null;s=$.wK){$.GS=null +r=s.b +$.wK=r +if(r==null)$.GR=null +s.a.$0()}}, +aW_(){$.az7=!0 +try{A.aVO()}finally{$.GS=null +$.az7=!1 +if($.wK!=null)$.aA5().$1(A.aHc())}}, +aH_(a){var s=new A.Vt(a),r=$.GR +if(r==null){$.wK=$.GR=s +if(!$.az7)$.aA5().$1(A.aHc())}else $.GR=r.b=s}, +aVY(a){var s,r,q,p=$.wK +if(p==null){A.aH_(a) +$.GS=$.GR +return}s=new A.Vt(a) +r=$.GS +if(r==null){s.b=p +$.wK=$.GS=s}else{q=r.b +s.b=q +$.GS=r.b=s +if(q==null)$.GR=s}}, +eV(a){var s,r=null,q=$.an +if(B.at===q){A.ri(r,r,B.at,a) +return}s=!1 +if(s){A.ri(r,r,q,a) +return}A.ri(r,r,q,q.DN(a))}, +b0z(a){A.eU(a,"stream",t.K) +return new A.a0F()}, +ayf(a,b){var s=null +return a?new A.FC(s,s,b.h("FC<0>")):new A.CX(s,s,b.h("CX<0>"))}, +a3r(a){var s,r,q +if(a==null)return +try{a.$0()}catch(q){s=A.ag(q) +r=A.aA(q) +A.jD(s,r)}}, +aTp(a,b,c,d,e){var s=$.an,r=e?1:0,q=A.aFs(s,b) +A.aFt(s,c) +return new A.vN(a,q,d==null?A.aHb():d,s,r)}, +aFs(a,b){return b}, +aFt(a,b){if(b==null)b=A.aWn() +if(t.hK.b(b))return a.zv(b) +if(t.mX.b(b))return b +throw A.c(A.bK("handleError callback must take either an Object (the error), or both an Object (the error) and a StackTrace.",null))}, +aVV(a,b){A.jD(a,b)}, +aVU(){}, +c7(a,b){var s=$.an +if(s===B.at)return A.ayp(a,b) +return A.ayp(a,s.DN(b))}, +aEY(a,b){var s=$.an +if(s===B.at)return A.aEZ(a,b) +return A.aEZ(a,s.adc(b,t.qe))}, +jD(a,b){A.aVY(new A.auQ(a,b))}, +aGU(a,b,c,d){var s,r=$.an +if(r===c)return d.$0() +$.an=c +s=r +try{r=d.$0() +return r}finally{$.an=s}}, +aGW(a,b,c,d,e){var s,r=$.an +if(r===c)return d.$1(e) +$.an=c +s=r +try{r=d.$1(e) +return r}finally{$.an=s}}, +aGV(a,b,c,d,e,f){var s,r=$.an +if(r===c)return d.$2(e,f) +$.an=c +s=r +try{r=d.$2(e,f) +return r}finally{$.an=s}}, +ri(a,b,c,d){if(B.at!==c)d=c.DN(d) +A.aH_(d)}, +anz:function anz(a){this.a=a}, +any:function any(a,b,c){this.a=a +this.b=b +this.c=c}, +anA:function anA(a){this.a=a}, +anB:function anB(a){this.a=a}, +FQ:function FQ(a){this.a=a +this.b=null +this.c=0}, +atr:function atr(a,b){this.a=a +this.b=b}, +atq:function atq(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Vs:function Vs(a,b){this.a=a +this.b=!1 +this.$ti=b}, +aub:function aub(a){this.a=a}, +auc:function auc(a){this.a=a}, +av1:function av1(a){this.a=a}, +os:function os(a){var _=this +_.a=a +_.e=_.d=_.c=_.b=null}, +hc:function hc(a,b){this.a=a +this.$ti=b}, +HP:function HP(a,b){this.a=a +this.b=b}, +jv:function jv(a,b){this.a=a +this.$ti=b}, +vL:function vL(a,b,c,d,e,f){var _=this +_.ay=0 +_.CW=_.ch=null +_.w=a +_.a=b +_.c=c +_.d=d +_.e=e +_.r=_.f=null +_.$ti=f}, +oa:function oa(){}, +FC:function FC(a,b,c){var _=this +_.a=a +_.b=b +_.c=0 +_.r=_.e=_.d=null +_.$ti=c}, +at2:function at2(a,b){this.a=a +this.b=b}, +at3:function at3(a){this.a=a}, +CX:function CX(a,b,c){var _=this +_.a=a +_.b=b +_.c=0 +_.r=_.e=_.d=null +_.$ti=c}, +aap:function aap(a,b){this.a=a +this.b=b}, +aao:function aao(a,b){this.a=a +this.b=b}, +aam:function aam(a,b,c){this.a=a +this.b=b +this.c=c}, +aar:function aar(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +aaq:function aaq(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}, +aad:function aad(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aac:function aac(a){this.a=a}, +VX:function VX(){}, +bv:function bv(a,b){this.a=a +this.$ti=b}, +iH:function iH(a,b,c,d,e){var _=this +_.a=null +_.b=a +_.c=b +_.d=c +_.e=d +_.$ti=e}, +ay:function ay(a,b){var _=this +_.a=0 +_.b=a +_.c=null +_.$ti=b}, +apu:function apu(a,b){this.a=a +this.b=b}, +apB:function apB(a,b){this.a=a +this.b=b}, +apy:function apy(a){this.a=a}, +apz:function apz(a){this.a=a}, +apA:function apA(a,b,c){this.a=a +this.b=b +this.c=c}, +apx:function apx(a,b){this.a=a +this.b=b}, +apw:function apw(a,b){this.a=a +this.b=b}, +apv:function apv(a,b,c){this.a=a +this.b=b +this.c=c}, +apE:function apE(a,b,c){this.a=a +this.b=b +this.c=c}, +apF:function apF(a){this.a=a}, +apD:function apD(a,b){this.a=a +this.b=b}, +apC:function apC(a,b){this.a=a +this.b=b}, +Vt:function Vt(a){this.a=a +this.b=null}, +lS:function lS(){}, +akF:function akF(a,b){this.a=a +this.b=b}, +akG:function akG(a,b){this.a=a +this.b=b}, +Fz:function Fz(){}, +asV:function asV(a){this.a=a}, +asU:function asU(a){this.a=a}, +Vu:function Vu(){}, +vK:function vK(a,b,c,d,e){var _=this +_.a=null +_.b=0 +_.c=null +_.d=a +_.e=b +_.f=c +_.r=d +_.$ti=e}, +od:function od(a,b){this.a=a +this.$ti=b}, +vN:function vN(a,b,c,d,e){var _=this +_.w=a +_.a=b +_.c=c +_.d=d +_.e=e +_.r=_.f=null}, +ob:function ob(){}, +anO:function anO(a){this.a=a}, +FA:function FA(){}, +WL:function WL(){}, +qW:function qW(a){this.b=a +this.a=null}, +aoZ:function aoZ(){}, +Ew:function Ew(){this.a=0 +this.c=this.b=null}, +ard:function ard(a,b){this.a=a +this.b=b}, +Dx:function Dx(a){this.a=1 +this.b=a +this.c=null}, +a0F:function a0F(){}, +au_:function au_(){}, +auQ:function auQ(a,b){this.a=a +this.b=b}, +a_M:function a_M(){}, +as0:function as0(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +as1:function as1(a,b){this.a=a +this.b=b}, +as2:function as2(a,b,c){this.a=a +this.b=b +this.c=c}, +eu(a,b,c,d,e){if(c==null)if(b==null){if(a==null)return new A.m6(d.h("@<0>").an(e).h("m6<1,2>")) +b=A.aHf()}else{if(A.aWO()===b&&A.aWN()===a)return new A.kA(d.h("@<0>").an(e).h("kA<1,2>")) +if(a==null)a=A.aHe()}else{if(b==null)b=A.aHf() +if(a==null)a=A.aHe()}return A.aTq(a,b,c,d,e)}, +ayz(a,b){var s=a[b] +return s===a?null:s}, +ayB(a,b,c){if(c==null)a[b]=a +else a[b]=c}, +ayA(){var s=Object.create(null) +A.ayB(s,"",s) +delete s[""] +return s}, +aTq(a,b,c,d,e){var s=c!=null?c:new A.aoK(d) +return new A.Dt(a,b,s,d.h("@<0>").an(e).h("Dt<1,2>"))}, +no(a,b){return new A.ht(a.h("@<0>").an(b).h("ht<1,2>"))}, +aJ(a,b,c){return A.aHq(a,new A.ht(b.h("@<0>").an(c).h("ht<1,2>")))}, +w(a,b){return new A.ht(a.h("@<0>").an(b).h("ht<1,2>"))}, +cF(a){return new A.kz(a.h("kz<0>"))}, +ayC(){var s=Object.create(null) +s[""]=s +delete s[""] +return s}, +lp(a){return new A.ha(a.h("ha<0>"))}, +aM(a){return new A.ha(a.h("ha<0>"))}, +cR(a,b){return A.aXf(a,new A.ha(b.h("ha<0>")))}, +ayE(){var s=Object.create(null) +s[""]=s +delete s[""] +return s}, +cB(a,b){var s=new A.w9(a,b) +s.c=a.e +return s}, +aV2(a,b){return J.d(a,b)}, +aV3(a){return J.v(a)}, +axm(a,b){var s,r,q=A.cF(b) +for(s=a.length,r=0;r"))}, +aPx(a){if(a==null||a<8)return 8 +else if((a&a-1)>>>0!==0)return A.aDb(a) +return a}, +aDb(a){var s +a=(a<<1>>>0)-1 +for(;!0;a=s){s=(a&a-1)>>>0 +if(s===0)return a}}, +aV7(a,b){return J.Hg(a,b)}, +aV1(a){if(a.h("m(0,0)").b(A.aHg()))return A.aHg() +return A.aWB()}, +aye(a,b){var s=A.aV1(a) +return new A.BU(s,new A.ako(a),a.h("@<0>").an(b).h("BU<1,2>"))}, +akp(a,b,c){return new A.va(a,b,c.h("va<0>"))}, +m6:function m6(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +apL:function apL(a){this.a=a}, +apK:function apK(a){this.a=a}, +kA:function kA(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +Dt:function Dt(a,b,c,d){var _=this +_.f=a +_.r=b +_.w=c +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=d}, +aoK:function aoK(a){this.a=a}, +m7:function m7(a,b){this.a=a +this.$ti=b}, +DT:function DT(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +kz:function kz(a){var _=this +_.a=0 +_.e=_.d=_.c=_.b=null +_.$ti=a}, +oh:function oh(a,b){var _=this +_.a=a +_.b=b +_.c=0 +_.d=null}, +ha:function ha(a){var _=this +_.a=0 +_.f=_.e=_.d=_.c=_.b=null +_.r=0 +_.$ti=a}, +aqp:function aqp(a){this.a=a +this.c=this.b=null}, +w9:function w9(a,b){var _=this +_.a=a +_.b=b +_.d=_.c=null}, +acZ:function acZ(a,b,c){this.a=a +this.b=b +this.c=c}, +fx:function fx(a){var _=this +_.b=_.a=0 +_.c=null +_.$ti=a}, +E4:function E4(a,b,c){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.e=!1}, +f4:function f4(){}, +T:function T(){}, +aQ:function aQ(){}, +adm:function adm(a){this.a=a}, +adn:function adn(a){this.a=a}, +ado:function ado(a,b){this.a=a +this.b=b}, +E7:function E7(a,b){this.a=a +this.$ti=b}, +Yw:function Yw(a,b){this.a=a +this.b=b +this.c=null}, +G3:function G3(){}, +u0:function u0(){}, +kv:function kv(a,b){this.a=a +this.$ti=b}, +Dy:function Dy(){}, +qX:function qX(a,b,c){var _=this +_.c=a +_.d=b +_.b=_.a=null +_.$ti=c}, +qY:function qY(a){this.b=this.a=null +this.$ti=a}, +p5:function p5(a,b){this.a=a +this.b=0 +this.$ti=b}, +X_:function X_(a,b){this.a=a +this.b=b +this.c=null}, +zz:function zz(a,b){var _=this +_.a=a +_.d=_.c=_.b=0 +_.$ti=b}, +Yo:function Yo(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=null}, +ip:function ip(){}, +wv:function wv(){}, +a0A:function a0A(){}, +fJ:function fJ(a,b){var _=this +_.a=a +_.c=_.b=null +_.$ti=b}, +fd:function fd(a,b,c){var _=this +_.d=a +_.a=b +_.c=_.b=null +_.$ti=c}, +a0z:function a0z(){}, +BU:function BU(a,b,c){var _=this +_.d=null +_.e=a +_.f=b +_.c=_.b=_.a=0 +_.$ti=c}, +ako:function ako(a){this.a=a}, +akn:function akn(a){this.a=a}, +kE:function kE(){}, +me:function me(a,b){this.a=a +this.$ti=b}, +r7:function r7(a,b){this.a=a +this.$ti=b}, +Fr:function Fr(a,b){this.a=a +this.$ti=b}, +mf:function mf(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +Fv:function Fv(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +r6:function r6(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.$ti=d}, +va:function va(a,b,c){var _=this +_.d=null +_.e=a +_.f=b +_.c=_.b=_.a=0 +_.$ti=c}, +akr:function akr(a,b){this.a=a +this.b=b}, +akq:function akq(a,b){this.a=a +this.b=b}, +Fs:function Fs(){}, +Ft:function Ft(){}, +Fu:function Fu(){}, +G4:function G4(){}, +az8(a,b){var s,r,q,p=null +try{p=JSON.parse(a)}catch(r){s=A.ag(r) +q=A.bG(String(s),null,null) +throw A.c(q)}q=A.aui(p) +return q}, +aui(a){var s +if(a==null)return null +if(typeof a!="object")return a +if(Object.getPrototypeOf(a)!==Array.prototype)return new A.Y8(a,Object.create(null)) +for(s=0;s=0)return null +return r}return null}, +aT8(a,b,c,d){var s=a?$.aJO():$.aJN() +if(s==null)return null +if(0===c&&d===b.length)return A.aFi(s,b) +return A.aFi(s,b.subarray(c,A.cM(c,d,b.length,null,null)))}, +aFi(a,b){var s,r +try{s=a.decode(b) +return s}catch(r){}return null}, +aB4(a,b,c,d,e,f){if(B.e.c0(f,4)!==0)throw A.c(A.bG("Invalid base64 padding, padded length must be multiple of four, is "+f,a,c)) +if(d+e!==f)throw A.c(A.bG("Invalid base64 padding, '=' not at the end",a,b)) +if(e>2)throw A.c(A.bG("Invalid base64 padding, more than two '=' characters",a,b))}, +aTo(a,b,c,d,e,f,g,h){var s,r,q,p,o,n,m,l=h>>>2,k=3-(h&3) +for(s=J.a9(b),r=J.bN(f),q=c,p=0;q>>0 +l=(l<<8|o)&16777215;--k +if(k===0){n=g+1 +r.m(f,g,a.charCodeAt(l>>>18&63)) +g=n+1 +r.m(f,n,a.charCodeAt(l>>>12&63)) +n=g+1 +r.m(f,g,a.charCodeAt(l>>>6&63)) +g=n+1 +r.m(f,n,a.charCodeAt(l&63)) +l=0 +k=3}}if(p>=0&&p<=255){if(e&&k<3){n=g+1 +m=n+1 +if(3-k===1){r.m(f,g,a.charCodeAt(l>>>2&63)) +r.m(f,n,a.charCodeAt(l<<4&63)) +r.m(f,m,61) +r.m(f,m+1,61)}else{r.m(f,g,a.charCodeAt(l>>>10&63)) +r.m(f,n,a.charCodeAt(l>>>4&63)) +r.m(f,m,a.charCodeAt(l<<2&63)) +r.m(f,m+1,61)}return 0}return(l<<2|3-k)>>>0}for(q=c;q255)break;++q}throw A.c(A.dS(b,"Not a byte value at index "+q+": 0x"+J.aMb(s.i(b,q),16),null))}, +aTn(a,b,c,d,e,f){var s,r,q,p,o,n,m="Invalid encoding before padding",l="Invalid character",k=B.e.aU(f,2),j=f&3,i=$.aA6() +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.c(A.bG(m,a,s)) +d[e]=k>>>10 +d[e+1]=k>>>2}else{if((k&15)!==0)throw A.c(A.bG(m,a,s)) +d[e]=k>>>4}n=(3-j)*3 +if(q===37)n+=2 +return A.aFr(a,s+1,c,-n-1)}throw A.c(A.bG(l,a,s))}if(r>=0&&r<=127)return(k<<2|j)>>>0 +for(s=b;s127)break +throw A.c(A.bG(l,a,s))}, +aTl(a,b,c,d){var s=A.aTm(a,b,c),r=(d&3)+(s-b),q=B.e.aU(r,2)*3,p=r&3 +if(p!==0&&s0)return new Uint8Array(q) +return $.aJR()}, +aTm(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}, +aFr(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.c(A.bG("Invalid padding character",a,b)) +return-s-1}, +aD1(a,b,c){return new A.tL(a,b)}, +aPi(a){return null}, +aV4(a){return a.lk()}, +aTB(a,b){return new A.aqf(a,[],A.azn())}, +ayD(a,b,c){var s,r=new A.bZ("") +A.aFC(a,r,b,c) +s=r.a +return s.charCodeAt(0)==0?s:s}, +aFC(a,b,c,d){var s=A.aTB(b,c) +s.mu(a)}, +aTC(a,b,c){var s=new Uint8Array(b) +return new A.Yb(b,c,s,[],A.azn())}, +aTD(a,b,c,d,e){var s,r +if(b!=null){s=new Uint8Array(d) +r=new A.aqi(b,0,d,e,s,[],A.azn())}else r=A.aTC(c,d,e) +r.mu(a) +s=r.f +if(s>0)r.d.$3(r.e,0,s) +r.e=new Uint8Array(0) +r.f=0}, +aGg(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""}}, +aUz(a,b,c){var s,r,q,p=c-b,o=new Uint8Array(p) +for(s=J.a9(a),r=0;r>>0!==0?255:q}return o}, +Y8:function Y8(a,b){this.a=a +this.b=b +this.c=null}, +aqc:function aqc(a){this.a=a}, +aqb:function aqb(a){this.a=a}, +Y9:function Y9(a){this.a=a}, +E1:function E1(a,b,c){this.b=a +this.c=b +this.a=c}, +amS:function amS(){}, +amR:function amR(){}, +HJ:function HJ(){}, +a1R:function a1R(){}, +HK:function HK(a){this.a=a}, +a1S:function a1S(a,b){this.a=a +this.b=b}, +I2:function I2(){}, +I4:function I4(){}, +VC:function VC(a){this.a=0 +this.b=a}, +anN:function anN(a){this.c=null +this.a=0 +this.b=a}, +anI:function anI(){}, +anu:function anu(a,b){this.a=a +this.b=b}, +atM:function atM(a,b){this.a=a +this.b=b}, +I3:function I3(){}, +VA:function VA(){this.a=0}, +VB:function VB(a,b){this.a=a +this.b=b}, +xz:function xz(){}, +VO:function VO(a){this.a=a}, +Ir:function Ir(){}, +a0l:function a0l(a,b,c){this.a=a +this.b=b +this.$ti=c}, +l1:function l1(){}, +bS:function bS(){}, +DN:function DN(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Lu:function Lu(){}, +tL:function tL(a,b){this.a=a +this.b=b}, +MT:function MT(a,b){this.a=a +this.b=b}, +MS:function MS(){}, +MW:function MW(a){this.b=a}, +aqa:function aqa(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1}, +Ya:function Ya(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=!1}, +MV:function MV(a){this.a=a}, +aqg:function aqg(){}, +aqh:function aqh(a,b){this.a=a +this.b=b}, +aqd:function aqd(){}, +aqe:function aqe(a,b){this.a=a +this.b=b}, +aqf:function aqf(a,b,c){this.c=a +this.a=b +this.b=c}, +Yb:function Yb(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=0 +_.a=d +_.b=e}, +aqi:function aqi(a,b,c,d,e,f,g){var _=this +_.x=a +_.ax$=b +_.c=c +_.d=d +_.e=e +_.f=0 +_.a=f +_.b=g}, +jk:function jk(){}, +aom:function aom(a,b){this.a=a +this.b=b}, +asW:function asW(a,b){this.a=a +this.b=b}, +wy:function wy(){}, +FB:function FB(a){this.a=a}, +atO:function atO(a,b,c){this.a=a +this.b=b +this.c=c}, +atN:function atN(a,b,c){this.a=a +this.b=b +this.c=c}, +T5:function T5(){}, +T6:function T6(){}, +a1Z:function a1Z(a){this.b=this.a=0 +this.c=a}, +Gd:function Gd(a,b){var _=this +_.d=a +_.b=_.a=0 +_.c=b}, +CC:function CC(a){this.a=a}, +Gc:function Gc(a){this.a=a +this.b=16 +this.c=0}, +a2p:function a2p(){}, +a3g:function a3g(){}, +aXK(a){return A.oB(a)}, +aCr(a,b){return A.aQT(a,b,null)}, +a9e(a){return new A.yz(new WeakMap(),a)}, +mZ(a){if(A.iL(a)||typeof a=="number"||typeof a=="string"||a instanceof A.mc)A.axb(a)}, +axb(a){throw A.c(A.dS(a,"object","Expandos are not allowed on strings, numbers, bools, records or null"))}, +dn(a,b){var s=A.aDZ(a,b) +if(s!=null)return s +throw A.c(A.bG(a,null,null))}, +azr(a){var s=A.aDY(a) +if(s!=null)return s +throw A.c(A.bG("Invalid double",a,null))}, +aOs(a,b){a=A.c(a) +a.stack=b.j(0) +throw a +throw A.c("unreachable")}, +aBI(a,b){var s +if(Math.abs(a)<=864e13)s=!1 +else s=!0 +if(s)A.J(A.bK("DateTime is outside valid range: "+a,null)) +A.eU(b,"isUtc",t.y) +return new A.c2(a,b)}, +ax(a,b,c,d){var s,r=c?J.zd(a,d):J.zc(a,d) +if(a!==0&&b!=null)for(s=0;s")) +for(s=J.aj(a);s.q();)r.push(s.gG(s)) +if(b)return r +return J.acg(r)}, +af(a,b,c){var s +if(b)return A.aDc(a,c) +s=J.acg(A.aDc(a,c)) +return s}, +aDc(a,b){var s,r +if(Array.isArray(a))return A.a(a.slice(0),b.h("u<0>")) +s=A.a([],b.h("u<0>")) +for(r=J.aj(a);r.q();)s.push(r.gG(r)) +return s}, +ex(a,b){return J.aCX(A.hv(a,!1,b))}, +qC(a,b,c){var s,r,q=null +if(Array.isArray(a)){s=a +r=s.length +c=A.cM(b,c,r,q,q) +return A.aE0(b>0||c>>4]&1<<(o&15))!==0)p+=A.cV(o) +else p=d&&o===32?p+"+":p+"%"+n[o>>>4&15]+n[o&15]}return p.charCodeAt(0)==0?p:p}, +aku(){return A.aA(new Error())}, +aN7(a,b){return J.Hg(a,b)}, +aNE(a,b){var s +if(Math.abs(a)<=864e13)s=!1 +else s=!0 +if(s)A.J(A.bK("DateTime is outside valid range: "+a,null)) +A.eU(b,"isUtc",t.y) +return new A.c2(a,b)}, +aNF(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}, +aNG(a){if(a>=100)return""+a +if(a>=10)return"0"+a +return"00"+a}, +KX(a){if(a>=10)return""+a +return"0"+a}, +bT(a,b,c,d,e){return new A.b1(c+1000*d+6e7*e+36e8*b+864e8*a)}, +aOr(a,b){var s,r +for(s=0;s<3;++s){r=a[s] +if(r.b===b)return r}throw A.c(A.dS(b,"name","No enum value with that name"))}, +p7(a){if(typeof a=="number"||A.iL(a)||a==null)return J.eX(a) +if(typeof a=="string")return JSON.stringify(a) +return A.aE_(a)}, +axa(a,b){A.eU(a,"error",t.K) +A.eU(b,"stackTrace",t.Km) +A.aOs(a,b)}, +jI(a){return new A.oK(a)}, +bK(a,b){return new A.iQ(!1,null,b,a)}, +dS(a,b,c){return new A.iQ(!0,a,b,c)}, +HI(a,b){return a}, +agf(a){var s=null +return new A.uA(s,s,!1,s,s,a)}, +agg(a,b,c){return new A.uA(null,null,!0,a,b,c==null?"Value not in range":c)}, +bJ(a,b,c,d,e){return new A.uA(b,c,!0,a,d,"Invalid value")}, +agh(a,b,c,d){if(ac)throw A.c(A.bJ(a,b,c,d,null)) +return a}, +cM(a,b,c,d,e){if(0>a||a>c)throw A.c(A.bJ(a,0,c,d==null?"start":d,null)) +if(b!=null){if(a>b||b>c)throw A.c(A.bJ(b,a,c,e==null?"end":e,null)) +return b}return c}, +dv(a,b){if(a<0)throw A.c(A.bJ(a,0,null,b,null)) +return a}, +axs(a,b,c,d,e){var s=e==null?b.gp(b):e +return new A.z4(s,!0,a,c,"Index out of range")}, +d4(a,b,c,d,e){return new A.z4(b,!0,a,e,"Index out of range")}, +aCP(a,b,c,d){if(0>a||a>=b)throw A.c(A.d4(a,b,c,null,d==null?"index":d)) +return a}, +V(a){return new A.T0(a)}, +fb(a){return new A.qN(a)}, +a0(a){return new A.hK(a)}, +bY(a){return new A.IS(a)}, +bx(a){return new A.DH(a)}, +bG(a,b,c){return new A.f2(a,b,c)}, +aPc(a,b,c){if(a<=0)return new A.fr(c.h("fr<0>")) +return new A.DP(a,b,c.h("DP<0>"))}, +aCW(a,b,c){var s,r +if(A.azD(a)){if(b==="("&&c===")")return"(...)" +return b+"..."+c}s=A.a([],t.s) +$.ro.push(a) +try{A.aVH(a,s)}finally{$.ro.pop()}r=A.Sj(b,s,", ")+c +return r.charCodeAt(0)==0?r:r}, +pw(a,b,c){var s,r +if(A.azD(a))return b+"..."+c +s=new A.bZ(b) +$.ro.push(a) +try{r=s +r.a=A.Sj(r.a,a,", ")}finally{$.ro.pop()}s.a+=c +r=s.a +return r.charCodeAt(0)==0?r:r}, +aVH(a,b){var s,r,q,p,o,n,m,l=J.aj(a),k=0,j=0 +while(!0){if(!(k<80||j<3))break +if(!l.q())return +s=A.n(l.gG(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.gG(l);++j +if(!l.q()){if(j<=4){b.push(A.n(p)) +return}r=A.n(p) +q=b.pop() +k+=r.length+2}else{o=l.gG(l);++j +for(;l.q();p=o,o=n){n=l.gG(l);++j +if(j>100){while(!0){if(!(k>75&&j>3))break +k-=b.pop().length+2;--j}b.push("...") +return}}q=A.n(p) +r=A.n(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)}, +aPA(a,b,c){var s,r=A.cM(0,null,c.length,null,null),q=r-0 +if(a.length=b)for(s=0;s=0;)a[b+s]=c[s]}, +aDl(a,b,c,d,e){return new A.kZ(a,b.h("@<0>").an(c).an(d).an(e).h("kZ<1,2,3,4>"))}, +aDk(a,b,c){var s=A.w(b,c) +s.Pi(s,a) +return s}, +K(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.aEL(J.v(a),J.v(b),$.e0()) +if(B.a===d){s=J.v(a) +b=J.v(b) +c=J.v(c) +return A.ei(A.B(A.B(A.B($.e0(),s),b),c))}if(B.a===e)return A.aEM(J.v(a),J.v(b),J.v(c),J.v(d),$.e0()) +if(B.a===f){s=J.v(a) +b=J.v(b) +c=J.v(c) +d=J.v(d) +e=J.v(e) +return A.ei(A.B(A.B(A.B(A.B(A.B($.e0(),s),b),c),d),e))}if(B.a===g){s=J.v(a) +b=J.v(b) +c=J.v(c) +d=J.v(d) +e=J.v(e) +f=J.v(f) +return A.ei(A.B(A.B(A.B(A.B(A.B(A.B($.e0(),s),b),c),d),e),f))}if(B.a===h){s=J.v(a) +b=J.v(b) +c=J.v(c) +d=J.v(d) +e=J.v(e) +f=J.v(f) +g=J.v(g) +return A.ei(A.B(A.B(A.B(A.B(A.B(A.B(A.B($.e0(),s),b),c),d),e),f),g))}if(B.a===i){s=J.v(a) +b=J.v(b) +c=J.v(c) +d=J.v(d) +e=J.v(e) +f=J.v(f) +g=J.v(g) +h=J.v(h) +return A.ei(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B($.e0(),s),b),c),d),e),f),g),h))}if(B.a===j){s=J.v(a) +b=J.v(b) +c=J.v(c) +d=J.v(d) +e=J.v(e) +f=J.v(f) +g=J.v(g) +h=J.v(h) +i=J.v(i) +return A.ei(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B($.e0(),s),b),c),d),e),f),g),h),i))}if(B.a===k){s=J.v(a) +b=J.v(b) +c=J.v(c) +d=J.v(d) +e=J.v(e) +f=J.v(f) +g=J.v(g) +h=J.v(h) +i=J.v(i) +j=J.v(j) +return A.ei(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B($.e0(),s),b),c),d),e),f),g),h),i),j))}if(B.a===l){s=J.v(a) +b=J.v(b) +c=J.v(c) +d=J.v(d) +e=J.v(e) +f=J.v(f) +g=J.v(g) +h=J.v(h) +i=J.v(i) +j=J.v(j) +k=J.v(k) +return A.ei(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B($.e0(),s),b),c),d),e),f),g),h),i),j),k))}if(B.a===m){s=J.v(a) +b=J.v(b) +c=J.v(c) +d=J.v(d) +e=J.v(e) +f=J.v(f) +g=J.v(g) +h=J.v(h) +i=J.v(i) +j=J.v(j) +k=J.v(k) +l=J.v(l) +return A.ei(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B($.e0(),s),b),c),d),e),f),g),h),i),j),k),l))}if(B.a===n){s=J.v(a) +b=J.v(b) +c=J.v(c) +d=J.v(d) +e=J.v(e) +f=J.v(f) +g=J.v(g) +h=J.v(h) +i=J.v(i) +j=J.v(j) +k=J.v(k) +l=J.v(l) +m=J.v(m) +return A.ei(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B($.e0(),s),b),c),d),e),f),g),h),i),j),k),l),m))}if(B.a===o){s=J.v(a) +b=J.v(b) +c=J.v(c) +d=J.v(d) +e=J.v(e) +f=J.v(f) +g=J.v(g) +h=J.v(h) +i=J.v(i) +j=J.v(j) +k=J.v(k) +l=J.v(l) +m=J.v(m) +n=J.v(n) +return A.ei(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B($.e0(),s),b),c),d),e),f),g),h),i),j),k),l),m),n))}if(B.a===p){s=J.v(a) +b=J.v(b) +c=J.v(c) +d=J.v(d) +e=J.v(e) +f=J.v(f) +g=J.v(g) +h=J.v(h) +i=J.v(i) +j=J.v(j) +k=J.v(k) +l=J.v(l) +m=J.v(m) +n=J.v(n) +o=J.v(o) +return A.ei(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B($.e0(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o))}if(B.a===q){s=J.v(a) +b=J.v(b) +c=J.v(c) +d=J.v(d) +e=J.v(e) +f=J.v(f) +g=J.v(g) +h=J.v(h) +i=J.v(i) +j=J.v(j) +k=J.v(k) +l=J.v(l) +m=J.v(m) +n=J.v(n) +o=J.v(o) +p=J.v(p) +return A.ei(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B($.e0(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p))}if(B.a===r){s=J.v(a) +b=J.v(b) +c=J.v(c) +d=J.v(d) +e=J.v(e) +f=J.v(f) +g=J.v(g) +h=J.v(h) +i=J.v(i) +j=J.v(j) +k=J.v(k) +l=J.v(l) +m=J.v(m) +n=J.v(n) +o=J.v(o) +p=J.v(p) +q=J.v(q) +return A.ei(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B($.e0(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q))}if(B.a===a0){s=J.v(a) +b=J.v(b) +c=J.v(c) +d=J.v(d) +e=J.v(e) +f=J.v(f) +g=J.v(g) +h=J.v(h) +i=J.v(i) +j=J.v(j) +k=J.v(k) +l=J.v(l) +m=J.v(m) +n=J.v(n) +o=J.v(o) +p=J.v(p) +q=J.v(q) +r=J.v(r) +return A.ei(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B($.e0(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q),r))}if(B.a===a1){s=J.v(a) +b=J.v(b) +c=J.v(c) +d=J.v(d) +e=J.v(e) +f=J.v(f) +g=J.v(g) +h=J.v(h) +i=J.v(i) +j=J.v(j) +k=J.v(k) +l=J.v(l) +m=J.v(m) +n=J.v(n) +o=J.v(o) +p=J.v(p) +q=J.v(q) +r=J.v(r) +a0=J.v(a0) +return A.ei(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B($.e0(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q),r),a0))}s=J.v(a) +b=J.v(b) +c=J.v(c) +d=J.v(d) +e=J.v(e) +f=J.v(f) +g=J.v(g) +h=J.v(h) +i=J.v(i) +j=J.v(j) +k=J.v(k) +l=J.v(l) +m=J.v(m) +n=J.v(n) +o=J.v(o) +p=J.v(p) +q=J.v(q) +r=J.v(r) +a0=J.v(a0) +a1=J.v(a1) +return A.ei(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B(A.B($.e0(),s),b),c),d),e),f),g),h),i),j),k),l),m),n),o),p),q),r),a0),a1))}, +cy(a){var s,r=$.e0() +for(s=J.aj(a);s.q();)r=A.B(r,J.v(s.gG(s))) +return A.ei(r)}, +aQn(a){var s,r,q,p,o +for(s=a.ga6(a),r=0,q=0;s.q();){p=J.v(s.gG(s)) +o=((p^B.e.aU(p,16))>>>0)*2146121005>>>0 +o=((o^o>>>15)>>>0)*2221713035>>>0 +r=r+((o^o>>>16)>>>0)&1073741823;++q}return A.aEL(r,q,0)}, +wP(a){A.aI0(A.n(a))}, +ajN(a,b,c,d){return new A.l0(a,b,c.h("@<0>").an(d).h("l0<1,2>"))}, +aSf(){$.kO() +return new A.km()}, +aUV(a,b){return 65536+((a&1023)<<10)+(b&1023)}, +aFd(a){var s,r=null,q=new A.bZ(""),p=A.a([-1],t.t) +A.aT2(r,r,r,q,p) +p.push(q.a.length) +q.a+="," +A.aT0(B.dZ,B.FM.xW(a),q) +s=q.a +return new A.T2(s.charCodeAt(0)==0?s:s,p,r).gff()}, +bm(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.amI(a4>0||a5=14)q[7]=a5 +o=q[1] +if(o>=a4)if(A.aGZ(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.c.cS(a3,"\\",l))if(n>a4)g=B.c.cS(a3,"\\",n-1)||B.c.cS(a3,"\\",n-2) +else g=!1 +else g=!0 +if(g){h=a2 +i=!1}else{if(!(kl+2&&B.c.cS(a3,"/..",k-3) +else g=!0 +if(g){h=a2 +i=!1}else{if(o===a4+4)if(B.c.cS(a3,"file",a4)){if(n<=a4){if(!B.c.cS(a3,"/",l)){f="file:///" +r=3}else{f="file://" +r=2}a3=f+B.c.T(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.c.iH(a3,l,k,"/");++k;++j;++a5}else{a3=B.c.T(a3,a4,l)+"/"+B.c.T(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.c.cS(a3,"http",a4)){if(p&&m+3===l&&B.c.cS(a3,"80",m+1))if(a4===0&&!0){a3=B.c.iH(a3,m,l,"") +l-=3 +k-=3 +j-=3 +a5-=3}else{a3=B.c.T(a3,a4,m)+B.c.T(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.c.cS(a3,"https",a4)){if(p&&m+4===l&&B.c.cS(a3,"443",m+1))if(a4===0&&!0){a3=B.c.iH(a3,m,l,"") +l-=4 +k-=4 +j-=4 +a5-=3}else{a3=B.c.T(a3,a4,m)+B.c.T(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.aG9(a3,a4,o) +else{if(o===a4)A.wF(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.dn(B.c.T(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.dn(B.c.T(a,r,c),null) +if(o>255)k.$2(l,r) +j[q]=o +return j}, +aFg(a,b,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=null,d=new A.amK(a),c=new A.amL(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.J(A.bJ(0,0,p.gp(q),null,null)) +if(A.azK(q,"/",0)){s=A.V("Illegal path character "+A.n(q)) +throw A.c(s)}}}, +G9(a,b,c){var s,r,q,p,o,n=null +for(s=A.eE(a,c,n,A.a1(a).c),s=new A.dE(s,s.gp(s)),r=A.k(s).c;s.q();){q=s.d +if(q==null)q=r.a(q) +p=A.bF('["*/:<>?\\\\|]',!0,!1,!1) +o=q.length +if(A.azK(q,p,0))if(b)throw A.c(A.bK("Illegal character in path",n)) +else throw A.c(A.V("Illegal character in path: "+q))}}, +aG3(a,b){var s,r="Illegal drive letter " +if(!(65<=a&&a<=90))s=97<=a&&a<=122 +else s=!0 +if(s)return +if(b)throw A.c(A.bK(r+A.akK(a),null)) +else throw A.c(A.V(r+A.akK(a)))}, +aUu(a,b){var s=null,r=A.a(a.split("/"),t.s) +if(B.c.bv(a,"/"))return A.d_(s,s,s,r,s,"file") +else return A.d_(s,s,s,r,s,s)}, +aUv(a,b){var s,r,q,p,o="\\",n=null,m="file" +if(B.c.bv(a,"\\\\?\\"))if(B.c.cS(a,"UNC\\",4))a=B.c.iH(a,0,7,o) +else{a=B.c.bA(a,4) +if(a.length<3||a.charCodeAt(1)!==58||a.charCodeAt(2)!==92)throw A.c(A.dS(a,"path","Windows paths with \\\\?\\ prefix must be absolute"))}else a=A.em(a,"/",o) +s=a.length +if(s>1&&a.charCodeAt(1)===58){A.aG3(a.charCodeAt(0),!0) +if(s===2||a.charCodeAt(2)!==92)throw A.c(A.dS(a,"path","Windows paths with drive letter must be absolute")) +r=A.a(a.split(o),t.s) +A.G9(r,!0,1) +return A.d_(n,n,n,r,n,m)}if(B.c.bv(a,o))if(B.c.cS(a,o,1)){q=B.c.k8(a,o,2) +s=q<0 +p=s?B.c.bA(a,2):B.c.T(a,2,q) +r=A.a((s?"":B.c.bA(a,q+1)).split(o),t.s) +A.G9(r,!0,0) +return A.d_(n,p,n,r,n,m)}else{r=A.a(a.split(o),t.s) +A.G9(r,!0,0) +return A.d_(n,n,n,r,n,m)}else{r=A.a(a.split(o),t.s) +A.G9(r,!0,0) +return A.d_(n,n,n,r,n,n)}}, +aUr(a){var s +if(a.length===0)return B.z_ +s=A.aGe(a) +s.Ue(s,A.aHh()) +return A.awP(s,t.N,t.yp)}, +ayR(a,b){if(a!=null&&a===A.aG4(b))return null +return a}, +aG8(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.wF(a,b,"Missing end `]` to match `[` in host") +r=b+1 +q=A.aUq(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.bZ("") +if(r>>4]&1<<(o&15))!==0){if(p&&65<=o&&90>=o){if(q==null)q=new A.bZ("") +if(r>>4]&1<<(o&15))!==0)A.wF(a,s,"Invalid character") +else{if((o&64512)===55296&&s+1>>4]&1<<(q&15))!==0))A.wF(a,s,"Illegal scheme character") +if(65<=q&&q<=90)r=!0}a=B.c.T(a,b,c) +return A.aUo(r?a.toLowerCase():a)}, +aUo(a){if(a==="http")return"http" +if(a==="file")return"file" +if(a==="https")return"https" +if(a==="package")return"package" +return a}, +aGa(a,b,c){if(a==null)return"" +return A.Ga(a,b,c,B.OR,!1,!1)}, +atG(a,b,c,d,e,f){var s,r=e==="file",q=r||f +if(a==null){if(d==null)return r?"/":"" +s=new A.S(d,new A.atH(),A.a1(d).h("S<1,j>")).bP(0,"/")}else if(d!=null)throw A.c(A.bK("Both path and pathSegments specified",null)) +else s=A.Ga(a,b,c,B.qm,!0,!0) +if(s.length===0){if(r)return"/"}else if(q&&!B.c.bv(s,"/"))s="/"+s +return A.aUw(s,e,f)}, +aUw(a,b,c){var s=b.length===0 +if(s&&!c&&!B.c.bv(a,"/")&&!B.c.bv(a,"\\"))return A.ayT(a,!s||c) +return A.mi(a)}, +atI(a,b,c,d){var s,r={} +if(a!=null){if(d!=null)throw A.c(A.bK("Both query and queryParameters specified",null)) +return A.Ga(a,b,c,B.dZ,!0,!1)}if(d==null)return null +s=new A.bZ("") +r.a="" +d.ah(0,new A.atJ(new A.atK(r,s))) +r=s.a +return r.charCodeAt(0)==0?r:r}, +aG7(a,b,c){if(a==null)return null +return A.Ga(a,b,c,B.dZ,!0,!1)}, +ayS(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.avs(s) +p=A.avs(r) +if(q<0||p<0)return"%" +o=q*16+p +if(o<127&&(B.fD[B.e.aU(o,4)]&1<<(o&15))!==0)return A.cV(c&&65<=o&&90>=o?(o|32)>>>0:o) +if(s>=97||r>=97)return B.c.T(a,b,b+3).toUpperCase() +return null}, +ayQ(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.e.aaT(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.qC(s,0,null)}, +Ga(a,b,c,d,e,f){var s=A.aGc(a,b,c,d,e,f) +return s==null?B.c.T(a,b,c):s}, +aGc(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.ayS(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.qt[o>>>4]&1<<(o&15))!==0){A.wF(a,r,"Invalid character") +m=i +n=m}else{if((o&64512)===55296){l=r+1 +if(l=2&&A.aG6(a.charCodeAt(0)))for(s=1;s127||(B.pn[r>>>4]&1<<(r&15))===0)break}return a}, +aUy(a,b){if(a.Fu("package")&&a.c==null)return A.aH1(b,0,b.length) +return-1}, +aGf(a){var s,r,q,p=a.gpL(),o=p.length +if(o>0&&J.b6(p[0])===2&&J.awr(p[0],1)===58){A.aG3(J.awr(p[0],0),!1) +A.G9(p,!1,1) +s=!0}else{A.G9(p,!1,0) +s=!1}r=a.gym()&&!s?""+"\\":"" +if(a.gps()){q=a.gk7(a) +if(q.length!==0)r=r+"\\"+q+"\\"}r=A.Sj(r,p,"\\") +o=s&&o===1?r+"\\":r +return o.charCodeAt(0)==0?o:o}, +aUs(){return A.a([],t.s)}, +aGe(a){var s,r,q,p,o,n=A.w(t.N,t.yp),m=new A.atL(a,B.Q,n) +for(s=a.length,r=0,q=0,p=-1;r127)throw A.c(A.bK("Illegal percent encoding in URI",null)) +if(r===37){if(o+3>q)throw A.c(A.bK("Truncated URI",null)) +p.push(A.aUt(a,o+1)) +o+=2}else if(e&&r===43)p.push(32) +else p.push(r)}}return d.hK(0,p)}, +aG6(a){var s=a|32 +return 97<=s&&s<=122}, +aT_(a){if(!a.Fu("data"))throw A.c(A.dS(a,"uri","Scheme must be 'data'")) +if(a.gps())throw A.c(A.dS(a,"uri","Data uri must not have authority")) +if(a.gyn())throw A.c(A.dS(a,"uri","Data uri must not have a fragment part")) +if(!a.gnl())return A.amI(a.gcD(a),0,a) +return A.amI(a.j(0),5,a)}, +aT2(a,b,c,d,e){var s,r +if(!0)d.a=d.a +else{s=A.aT1("") +if(s<0)throw A.c(A.dS("","mimeType","Invalid MIME type")) +r=d.a+=A.rb(B.u0,B.c.T("",0,s),B.Q,!1) +d.a=r+"/" +d.a+=A.rb(B.u0,B.c.bA("",s+1),B.Q,!1)}}, +aT1(a){var s,r,q +for(s=a.length,r=-1,q=0;qb)throw A.c(A.bG(k,a,r)) +for(;p!==44;){j.push(r);++r +for(o=-1;r=0)j.push(o) +else{n=B.b.gY(j) +if(p!==44||r!==n+7||!B.c.cS(a,"base64",n+1))throw A.c(A.bG("Expecting '='",a,r)) +break}}j.push(r) +m=r+1 +if((j.length&1)===1)a=B.FN.ajG(0,a,m,s) +else{l=A.aGc(a,m,s,B.dZ,!0,!1) +if(l!=null)a=B.c.iH(a,m,s,l)}return new A.T2(a,j,c)}, +aT0(a,b,c){var s,r,q,p,o="0123456789ABCDEF" +for(s=b.length,r=0,q=0;q>>4]&1<<(p&15))!==0)c.a+=A.cV(p) +else{c.a+=A.cV(37) +c.a+=A.cV(o.charCodeAt(p>>>4)) +c.a+=A.cV(o.charCodeAt(p&15))}}if((r&4294967040)!==0)for(q=0;q255)throw A.c(A.dS(p,"non-byte value",null))}}, +aUZ(){var s,r,q,p,o,n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-._~!$&'()*+,;=",m=".",l=":",k="/",j="\\",i="?",h="#",g="/\\",f=J.acf(22,t.H3) +for(s=0;s<22;++s)f[s]=new Uint8Array(96) +r=new A.aul(f) +q=new A.aum() +p=new A.aun() +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}, +aGZ(a,b,c,d,e){var s,r,q,p,o=$.aKO() +for(s=b;s95?31:q] +d=p&31 +e[p>>>5]=s}return d}, +aFT(a){if(a.b===7&&B.c.bv(a.a,"package")&&a.c<=0)return A.aH1(a.a,a.e,a.f) +return-1}, +aW8(a,b){return A.ex(b,t.N)}, +aH1(a,b,c){var s,r,q +for(s=b,r=0;sc)throw A.c(A.bJ(a,0,c,s,s)) +if(bc)throw A.c(A.bJ(b,a,c,s,s))}, +aUR(a){return a}, +ayZ(a,b,c){var s +try{if(Object.isExtensible(a)&&!Object.prototype.hasOwnProperty.call(a,b)){Object.defineProperty(a,b,{value:c}) +return!0}}catch(s){}return!1}, +aGG(a,b){if(Object.prototype.hasOwnProperty.call(a,b))return a[b] +return null}, +a3l(a){if(a==null||typeof a=="string"||typeof a=="number"||A.iL(a))return a +if(a instanceof A.ll)return a.a +if(A.aHE(a))return a +if(t.e2.b(a))return a +if(a instanceof A.c2)return A.f7(a) +if(t._8.b(a))return A.aGF(a,"$dart_jsFunction",new A.auj()) +return A.aGF(a,"_$dart_jsObject",new A.auk($.aAb()))}, +aGF(a,b,c){var s=A.aGG(a,b) +if(s==null){s=c.$1(a) +A.ayZ(a,b,s)}return s}, +ayX(a){if(a==null||typeof a=="string"||typeof a=="number"||typeof a=="boolean")return a +else if(a instanceof Object&&A.aHE(a))return a +else if(a instanceof Object&&t.e2.b(a))return a +else if(a instanceof Date)return A.aBI(a.getTime(),!1) +else if(a.constructor===$.aAb())return a.o +else return A.av2(a)}, +av2(a){if(typeof a=="function")return A.az3(a,$.a3F(),new A.av3()) +if(a instanceof Array)return A.az3(a,$.aA7(),new A.av4()) +return A.az3(a,$.aA7(),new A.av5())}, +az3(a,b,c){var s=A.aGG(a,b) +if(s==null||!(a instanceof Object)){s=c.$1(a) +A.ayZ(a,b,s)}return s}, +acq:function acq(a){this.a=a}, +auj:function auj(){}, +auk:function auk(a){this.a=a}, +av3:function av3(){}, +av4:function av4(){}, +av5:function av5(){}, +ll:function ll(a){this.a=a}, +zi:function zi(a){this.a=a}, +pz:function pz(a,b){this.a=a +this.$ti=b}, +w6:function w6(){}, +aUX(a){var s,r=a.$dart_jsFunction +if(r!=null)return r +s=function(b,c){return function(){return b(c,Array.prototype.slice.apply(arguments))}}(A.aUN,a) +s[$.a3F()]=a +a.$dart_jsFunction=s +return s}, +aUN(a,b){return A.aCr(a,b)}, +bC(a){if(typeof a=="function")return a +else return A.aUX(a)}, +aGO(a){return a==null||A.iL(a)||typeof a=="number"||typeof a=="string"||t.pT.b(a)||t.H3.b(a)||t.Po.b(a)||t.JZ.b(a)||t.w7.b(a)||t.XO.b(a)||t.rd.b(a)||t.s4.b(a)||t.OE.b(a)||t.pI.b(a)||t.V4.b(a)}, +aV(a){if(A.aGO(a))return a +return new A.avE(new A.kA(t.Fy)).$1(a)}, +C(a,b){return a[b]}, +GP(a,b){return a[b]}, +fL(a,b,c){return a[b].apply(a,c)}, +aUO(a,b,c){return a[b](c)}, +aUP(a,b,c,d){return a[b](c,d)}, +aGn(a){return new a()}, +aUL(a,b){return new a(b)}, +kM(a,b){var s=new A.ay($.an,b.h("ay<0>")),r=new A.bv(s,b.h("bv<0>")) +a.then(A.rj(new A.avU(r),1),A.rj(new A.avV(r),1)) +return s}, +aGN(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}, +azq(a){if(A.aGN(a))return a +return new A.avf(new A.kA(t.Fy)).$1(a)}, +avE:function avE(a){this.a=a}, +avU:function avU(a){this.a=a}, +avV:function avV(a){this.a=a}, +avf:function avf(a){this.a=a}, +PD:function PD(a){this.a=a}, +aHP(a,b){return Math.max(a,b)}, +azE(a){return Math.log(a)}, +aGp(a){if(a===-1/0)return 0 +return-a*0}, +aq8:function aq8(){}, +EF:function EF(){}, +A5:function A5(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +j5:function j5(){}, +N9:function N9(){}, +j8:function j8(){}, +PG:function PG(){}, +Q6:function Q6(){}, +Sk:function Sk(){}, +jo:function jo(){}, +SR:function SR(){}, +Yh:function Yh(){}, +Yi:function Yi(){}, +Z8:function Z8(){}, +Z9:function Z9(){}, +a0I:function a0I(){}, +a0J:function a0J(){}, +a1u:function a1u(){}, +a1v:function a1v(){}, +aUn(a){return new A.ra(a)}, +aUm(a){return new A.G2(a)}, +aML(a,b,c){return J.awq(a,b,c)}, +a5u(a){var s=a.BYTES_PER_ELEMENT,r=A.cM(0,null,B.e.hw(a.byteLength,s),null,null) +return A.Pr(a.buffer,a.byteOffset+0*s,(r-0)*s)}, +amE(a,b,c){var s=J.bs(a),r=s.gEJ(a) +c=A.cM(b,c,B.e.hw(s.giC(a),r),null,null) +return J.mw(s.geJ(a),s.gf8(a)+b*r,(c-b)*r)}, +G1:function G1(a){this.a=a}, +a1U:function a1U(a){this.a=a}, +dZ:function dZ(){}, +ra:function ra(a){this.a=a}, +G2:function G2(a){this.a=a}, +wE:function wE(){}, +a1V:function a1V(a){this.a=a}, +a1W:function a1W(a){this.a=a}, +Lx:function Lx(){}, +a3c:function a3c(){}, +a3d:function a3d(){}, +a3e:function a3e(){}, +a3f:function a3f(){}, +ue(a,b,c){if(b==null)if(a==null)return null +else return a.aq(0,1-c) +else if(a==null)return b.aq(0,c) +else return new A.i(A.kK(a.a,b.a,c),A.kK(a.b,b.b,c))}, +aS2(a,b){return new A.I(a,b)}, +ak3(a,b,c){if(b==null)if(a==null)return null +else return a.aq(0,1-c) +else if(a==null)return b.aq(0,c) +else return new A.I(A.kK(a.a,b.a,c),A.kK(a.b,b.b,c))}, +lH(a,b){var s=a.a,r=b*2/2,q=a.b +return new A.A(s-r,q-r,s+r,q+r)}, +ay_(a,b,c){var s=a.a,r=c/2,q=a.b,p=b/2 +return new A.A(s-r,q-p,s+r,q+p)}, +uF(a,b){var s=a.a,r=b.a,q=a.b,p=b.b +return new A.A(Math.min(s,r),Math.min(q,p),Math.max(s,r),Math.max(q,p))}, +aR6(a,b,c){var s,r,q,p,o +if(b==null)if(a==null)return null +else{s=1-c +return new A.A(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.A(r*c,q*c,p*c,o*c) +else return new A.A(A.kK(a.a,r,c),A.kK(a.b,q,c),A.kK(a.c,p,c),A.kK(a.d,o,c))}}, +Qs(a,b,c){var s,r,q +if(b==null)if(a==null)return null +else{s=1-c +return new A.aU(a.a*s,a.b*s)}else{r=b.a +q=b.b +if(a==null)return new A.aU(r*c,q*c) +else return new A.aU(A.kK(a.a,r,c),A.kK(a.b,q,c))}}, +nG(a,b){var s=b.a,r=b.b +return new A.ie(a.a,a.b,a.c,a.d,s,r,s,r,s,r,s,r,s===r)}, +AD(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.ie(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)}, +axX(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.ie(a.a,a.b,a.c,a.d,s,r,q,p,m,l,o,n,k)}, +aPn(a){switch(a.a){case 1:return"up" +case 0:return"down" +case 2:return"repeat"}}, +N(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}, +kK(a,b,c){return a*(1-c)+b*c}, +auK(a,b,c){return a*(1-c)+b*c}, +H(a,b,c){if(ac)return c +if(isNaN(a))return c +return a}, +aGY(a,b){return A.M(A.GW(B.d.am((a.gl(a)>>>24&255)*b),0,255),a.gl(a)>>>16&255,a.gl(a)>>>8&255,a.gl(a)&255)}, +aBt(a){return new A.F(a>>>0)}, +M(a,b,c,d){return new A.F(((a&255)<<24|(b&255)<<16|(c&255)<<8|d&255)>>>0)}, +awM(a){if(a<=0.03928)return a/12.92 +return Math.pow((a+0.055)/1.055,2.4)}, +x(a,b,c){if(b==null)if(a==null)return null +else return A.aGY(a,1-c) +else if(a==null)return A.aGY(b,c) +else return A.M(A.GW(B.d.a9(A.auK(a.gl(a)>>>24&255,b.gl(b)>>>24&255,c)),0,255),A.GW(B.d.a9(A.auK(a.gl(a)>>>16&255,b.gl(b)>>>16&255,c)),0,255),A.GW(B.d.a9(A.auK(a.gl(a)>>>8&255,b.gl(b)>>>8&255,c)),0,255),A.GW(B.d.a9(A.auK(a.gl(a)&255,b.gl(b)&255,c)),0,255))}, +awN(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.gl(b)>>>24&255 +q=n&255 +p=n>>>16&255 +n=n>>>8&255 +if(r===255)return A.M(255,B.e.cF(m*p+s*(b.gl(b)>>>16&255),255),B.e.cF(m*n+s*(b.gl(b)>>>8&255),255),B.e.cF(m*q+s*(b.gl(b)&255),255)) +else{r=B.e.cF(r*s,255) +o=m+r +return A.M(o,B.e.hw(p*m+(b.gl(b)>>>16&255)*r,o),B.e.hw(n*m+(b.gl(b)>>>8&255)*r,o),B.e.hw(q*m+(b.gl(b)&255)*r,o))}}, +ab4(a,b,c,d,e,f){var s=f==null?null:A.H5(f) +return $.a7().aeO(0,a,b,c,d,e,s)}, +aCA(a,b,c,d,e,f){var s,r +if(c.length!==d.length)A.J(A.bK('"colors" and "colorStops" arguments must have equal length.',null)) +s=f!=null?A.H5(f):null +r=$.a7().aeS(0,a,b,c,d,e,s) +return r}, +aCM(a,b){return $.a7().aeP(a,b)}, +azB(a,b){return A.aXQ(a,b)}, +aXQ(a,b){var s=0,r=A.a5(t.hP),q,p,o +var $async$azB=A.a6(function(c,d){if(c===1)return A.a2(d,r) +while(true)switch(s){case 0:p=$.a7() +o=a.a +o.toString +o=p.aic(o) +q=o +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$azB,r)}, +aRQ(a){return a>0?a*0.57735+0.5:0}, +aRR(a,b,c){var s,r,q=A.x(a.a,b.a,c) +q.toString +s=A.ue(a.b,b.b,c) +s.toString +r=A.kK(a.c,b.c,c) +return new A.nS(q,s,r)}, +aRS(a,b,c){var s,r,q,p=a==null +if(p&&b==null)return null +if(p)a=A.a([],t.b5) +if(b==null)b=A.a([],t.b5) +s=A.a([],t.b5) +r=Math.min(a.length,b.length) +for(q=0;q>>0 +return s===0}, +aMj(a,b){var s +a[0]=b&255 +a[1]=b>>>8&255 +a[2]=b>>>16&255 +a[3]=b>>>24&255 +for(s=4;s<=15;++s)a[s]=0}, +a49:function a49(a,b,c){var _=this +_.a=1 +_.b=a +_.c=b +_.d=c +_.r=null +_.x=_.w=$}, +cD(a){return new A.HG(a,null,null)}, +HG:function HG(a,b,c){this.a=a +this.b=b +this.c=c}, +ne(a,b,c,d){var s,r +if(t.e2.b(a)){s=J.bs(a) +s=J.mw(s.geJ(a),s.gf8(a),s.giC(a))}else s=t.Cm.b(a)?a:A.hv(t.JY.a(a),!0,t.S) +r=new A.ac9(s,d,d,b,$) +r.e=c==null?J.b6(s):c +return r}, +aca:function aca(){}, +ac9:function ac9(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +aeM(a){var s=a==null?32768:a +return new A.aeL(new Uint8Array(s))}, +aeN:function aeN(){}, +aeL:function aeL(a){this.a=0 +this.c=a}, +ana:function ana(a){var _=this +_.a=-1 +_.d=_.b=0 +_.r=_.f=$ +_.x=a}, +aTf(a,b,c){var s,r,q,p,o +if(a.ga_(a))return new Uint8Array(0) +s=new Uint8Array(A.mo(a.gamN(a))) +r=c*2+2 +q=A.aCC(A.aEj(),64) +p=new A.aeV(q) +q=q.b +q===$&&A.b() +p.c=new Uint8Array(q) +p.a=new A.af5(b,1000,r) +o=new Uint8Array(r) +return B.B.bI(o,0,p.afh(s,0,o,0))}, +a4a:function a4a(a,b){this.c=a +this.d=b}, +qP:function qP(a,b,c){var _=this +_.a=67324752 +_.f=_.e=_.d=_.c=0 +_.x=_.w=_.r=null +_.y="" +_.z=a +_.Q=b +_.as=$ +_.at=null +_.ay=0 +_.CW=_.ch=null +_.cx=c}, +V2:function V2(a){var _=this +_.a=0 +_.as=_.Q=_.y=_.x=_.w=null +_.at="" +_.ax=a +_.ch=null}, +an9:function an9(){this.a=$}, +n8(a){var s=new A.abw() +s.a_g(a) +return s}, +abw:function abw(){this.a=$ +this.b=0 +this.c=2147483647}, +z5:function z5(a,b,c,d){var _=this +_.a=a +_.b=!1 +_.c=b +_.e=_.d=0 +_.r=c +_.w=d}, +akH(a,b){var s,r=a.length +A.cM(b,null,r,"startIndex","endIndex") +s=A.aYo(a,0,r,b) +return new A.nX(a,s,b!==s?A.aYd(a,0,r,b):b)}, +aVr(a,b,c,d){var s,r,q,p=b.length +if(p===0)return c +s=d-p +if(s=0}else q=!1 +if(!q)break +if(r>s)return-1 +if(A.azC(a,c,d,r)&&A.azC(a,c,d,r+p))return r +c=r+1}return-1}return A.aVg(a,b,c,d)}, +aVg(a,b,c,d){var s,r,q,p=new A.jL(a,d,c,0) +for(s=b.length;r=p.js(),r>=0;){q=r+s +if(q>d)break +if(B.c.cS(a,b,r)&&A.azC(a,c,d,q))return r}return-1}, +dX:function dX(a){this.a=a}, +nX:function nX(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +avK(a,b,c,d){if(d===208)return A.aHN(a,b,c) +if(d===224){if(A.aHM(a,b,c)>=0)return 145 +return 64}throw A.c(A.a0("Unexpected state: "+B.e.iL(d,16)))}, +aHN(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.kL(o,p)!==6)break +r^=1}if(r===0)return 193 +else return 144}, +aHM(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.rm(r) +else{if(s>b){--s +p=a.charCodeAt(s) +o=(p&64512)===55296}else{p=0 +o=!1}if(o)q=A.kL(p,r) +else break}if(q===7)return s +if(q!==4)break}return-1}, +azC(a,b,c,d){var s,r,q,p,o,n,m,l,k,j=u.q +if(b=c)return!0 +n=a.charCodeAt(o) +if((n&64512)!==56320)return!0 +p=A.kL(s,n)}else return(q&64512)!==55296 +if((q&64512)!==56320){m=A.rm(q) +d=r}else{d-=2 +if(b<=d){l=a.charCodeAt(d) +if((l&64512)!==55296)return!0 +m=A.kL(l,q)}else return!0}k=j.charCodeAt(j.charCodeAt(p|176)&240|m) +return((k>=208?A.avK(a,b,d,k):k)&1)===0}return b!==c}, +aYo(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.rm(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.kL(n,r) +s=o}else q=2}else q=2 +if(q===6)m=A.aHN(a,b,s)!==144?160:48 +else{l=q===1 +if(l||q===4)if(A.aHM(a,b,s)>=0)m=l?144:128 +else m=48 +else m=u.S.charCodeAt(q|176)}return new A.jL(a,a.length,d,m).js()}, +jL:function jL(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +xl:function xl(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +L3:function L3(){}, +zb:function zb(a,b){this.a=a +this.$ti=b}, +pH:function pH(a,b){this.a=a +this.$ti=b}, +ot:function ot(){}, +vC:function vC(a,b){this.a=a +this.$ti=b}, +v1:function v1(a,b){this.a=a +this.$ti=b}, +wd:function wd(a,b,c){this.a=a +this.b=b +this.c=c}, +pK:function pK(a,b,c){this.a=a +this.b=b +this.$ti=c}, +L1:function L1(a){this.b=a}, +Mo:function Mo(a,b,c){var _=this +_.a=a +_.b=b +_.d=_.c=0 +_.$ti=c}, +jG:function jG(a,b){this.a=a +this.b=b}, +ch:function ch(){}, +ct(a,b,c,d,e,f,g,h){var s=new A.kU(d,f,b,a,c,e,B.aq,B.M,new A.b0(A.a([],t.x8),t.jc),new A.b0(A.a([],t.u),t.fy)) +s.r=h.kR(s.gB5()) +s.Ca(g==null?d:g) +return s}, +aAZ(a,b,c){var s=new A.kU(-1/0,1/0,a,B.F4,null,null,B.aq,B.M,new A.b0(A.a([],t.x8),t.jc),new A.b0(A.a([],t.u),t.fy)) +s.r=c.kR(s.gB5()) +s.Ca(b) +return s}, +vI:function vI(a,b){this.a=a +this.b=b}, +HB:function HB(a,b){this.a=a +this.b=b}, +kU:function kU(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 +_.cO$=i +_.cI$=j}, +aq7:function aq7(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.a=e}, +arW:function arW(a,b,c,d,e,f,g){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.a=g}, +Vl:function Vl(){}, +Vm:function Vm(){}, +Vn:function Vn(){}, +uz(a){var s=new A.AB(new A.b0(A.a([],t.x8),t.jc),new A.b0(A.a([],t.u),t.fy),0) +s.c=a +if(a==null){s.a=B.M +s.b=0}return s}, +dB(a,b,c){var s,r=new A.y5(b,a,c) +r.OC(b.gbx(b)) +b.bD() +s=b.cO$ +s.b=!0 +s.a.push(r.gOB()) +return r}, +ayq(a,b,c){var s,r,q=new A.qL(a,b,c,new A.b0(A.a([],t.x8),t.jc),new A.b0(A.a([],t.u),t.fy)) +if(J.d(a.gl(a),b.gl(b))){q.a=b +q.b=null +s=b}else{if(a.gl(a)>b.gl(b))q.c=B.a9z +else q.c=B.a9y +s=a}s.fM(q.goz()) +s=q.gDq() +q.a.U(0,s) +r=q.b +if(r!=null){r.bD() +r=r.cI$ +r.b=!0 +r.a.push(s)}return q}, +aB_(a,b,c){return new A.x7(a,b,new A.b0(A.a([],t.x8),t.jc),new A.b0(A.a([],t.u),t.fy),0,c.h("x7<0>"))}, +Vb:function Vb(){}, +Vc:function Vc(){}, +x8:function x8(){}, +AB:function AB(a,b,c){var _=this +_.c=_.b=_.a=null +_.cO$=a +_.cI$=b +_.m4$=c}, +jg:function jg(a,b,c){this.a=a +this.cO$=b +this.m4$=c}, +y5:function y5(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +a1t:function a1t(a,b){this.a=a +this.b=b}, +qL:function qL(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=null +_.d=c +_.f=_.e=null +_.cO$=d +_.cI$=e}, +rV:function rV(){}, +x7:function x7(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.d=_.c=null +_.cO$=c +_.cI$=d +_.m4$=e +_.$ti=f}, +De:function De(){}, +Df:function Df(){}, +Dg:function Dg(){}, +Wx:function Wx(){}, +ZW:function ZW(){}, +ZX:function ZX(){}, +ZY:function ZY(){}, +a_H:function a_H(){}, +a_I:function a_I(){}, +a1q:function a1q(){}, +a1r:function a1r(){}, +a1s:function a1s(){}, +Ar:function Ar(){}, +eq:function eq(){}, +E3:function E3(){}, +hs:function hs(a,b,c){this.a=a +this.b=b +this.c=c}, +SJ:function SJ(){}, +e6:function e6(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Cr:function Cr(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +ti:function ti(a){this.a=a}, +WD:function WD(){}, +x6:function x6(){}, +x5:function x5(){}, +oJ:function oJ(){}, +mB:function mB(){}, +fG(a,b,c){return new A.aB(a,b,c.h("aB<0>"))}, +mT(a){return new A.fn(a)}, +as:function as(){}, +aw:function aw(a,b,c){this.a=a +this.b=b +this.$ti=c}, +dK:function dK(a,b,c){this.a=a +this.b=b +this.$ti=c}, +aB:function aB(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Bf:function Bf(a,b,c,d){var _=this +_.c=a +_.a=b +_.b=c +_.$ti=d}, +e5:function e5(a,b){this.a=a +this.b=b}, +RV:function RV(a,b){this.a=a +this.b=b}, +nH:function nH(a,b){this.a=a +this.b=b}, +ng:function ng(a,b){this.a=a +this.b=b}, +fn:function fn(a){this.a=a}, +Gp:function Gp(){}, +aSX(a,b){var s=new A.CA(A.a([],b.h("u>")),A.a([],t.mz),b.h("CA<0>")) +s.a_u(a,b) +return s}, +aF8(a,b,c){return new A.vt(a,b,c.h("vt<0>"))}, +CA:function CA(a,b,c){this.a=a +this.b=b +this.$ti=c}, +vt:function vt(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Y6:function Y6(a,b){this.a=a +this.b=b}, +a6G(a,b,c,d,e,f,g,h,i){return new A.xT(c,h,d,e,g,f,i,b,a,null)}, +xT:function xT(a,b,c,d,e,f,g,h,i,j){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.a=j}, +Dl:function Dl(a,b,c,d){var _=this +_.d=a +_.f=_.e=$ +_.r=!1 +_.hg$=b +_.cJ$=c +_.a=null +_.b=d +_.c=null}, +aot:function aot(a,b){this.a=a +this.b=b}, +Gs:function Gs(){}, +oZ(a,b){if(a==null)return null +return a instanceof A.dg?a.dQ(b):a}, +dg:function dg(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}, +a6I:function a6I(a){this.a=a}, +Wm:function Wm(){}, +Wl:function Wl(){}, +a6H:function a6H(){}, +a2g:function a2g(){}, +J1:function J1(a,b,c){this.c=a +this.d=b +this.a=c}, +aNf(a,b){return new A.oY(a,b,null)}, +oY:function oY(a,b,c){this.c=a +this.f=b +this.a=c}, +Dm:function Dm(a){var _=this +_.d=!1 +_.a=null +_.b=a +_.c=null}, +aou:function aou(a){this.a=a}, +aov:function aov(a){this.a=a}, +aBw(a,b,c,d,e,f,g,h){return new A.J2(g,b,h,c,e,a,d,f)}, +J2:function J2(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}, +Wn:function Wn(){}, +Wo:function Wo(){}, +L2:function L2(){}, +y4:function y4(a,b,c){this.d=a +this.w=b +this.a=c}, +Do:function Do(a,b,c,d){var _=this +_.d=a +_.e=0 +_.r=_.f=$ +_.hg$=b +_.cJ$=c +_.a=null +_.b=d +_.c=null}, +aoD:function aoD(a){this.a=a}, +aoC:function aoC(){}, +aoB:function aoB(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +KL:function KL(a,b,c){this.r=a +this.w=b +this.a=c}, +Gt:function Gt(){}, +aFx(a,b,c,d){return new A.Xl(b,d,c,a,c,null)}, +aH7(a,b,c,d,e){var s,r,q,p,o,n=null +if(e){s=a.Q5() +r=s<0.179?B.a4:B.W +switch(r.a){case 0:q=B.E9 +break +case 1:q=B.Ea +break +default:q=n}p=A.aB0(d,new A.ko(n,n,n,n,q.e,q.f,q.r,q.w),t.lu)}else p=d +o=A.t6(p,new A.dz(a,n,b,n,n,n,B.b3),B.c0) +if((a.gl(a)>>>24&255)===255)return o +return A.aBq(A.aB1(o,$.a7().Qx(10,10,B.cj)),B.a7)}, +aTJ(a,b,c,d,e){var s,r +if(d instanceof A.ia){if(!d.gpr()){s=d.it$ +s=s!=null&&s.length!==0}else s=!0 +if(s)d.gjg()}r=null +return null +return new A.j4(new A.bI(new A.eN(16,0,0,0),A.z1(r,B.JD),null),b)}, +aTG(a,b,c,d){var s +if(c!=null){if(!c.gpr()){s=c.it$ +s=s!=null&&s.length!==0}else s=!0 +if(s){c.gjg() +s=!1}else s=!0}else s=!0 +if(s)return null +return new A.j4(B.a8f,b)}, +aTH(a,b,c,d,e){var s +if(d!=null){if(!d.gpr()){s=d.it$ +s=s!=null&&s.length!==0}else s=!0 +if(s){d.gjg() +s=!1}else s=!0}else s=!0 +if(s)return null +return new A.j4(new A.D2(c,d,null),b)}, +aTK(a,b,c,d,e,f){var s=f +return new A.j4(s,c)}, +aTL(a,b,c){return null}, +aTI(a,b,c,d,e){return null}, +aFD(a,b,c){var s,r=b.gpR() +r=r.gv(r) +s=c.gpR() +return new A.YW(a,c,b,new A.aB(r.b,s.gv(s).b,t.Y),new A.e5(b.d,c.d),new A.Id(b.w,c.w),null)}, +aVK(a,b){var s=a.c,r=a.a,q=a.d,p=a.b,o=b.c,n=b.a,m=b.d,l=b.b +o=Math.max(s-r,o-n) +m=Math.max(q-p,m-l) +return new A.nH(new A.A(r,p,r+o,p+m),new A.A(n,l,n+o,l+m))}, +aVR(a,b,c){return new A.Td(c,!1,!0,!0,!0,null)}, +aVQ(a,b,c,d,e){var s,r,q,p,o=d.e +o.toString +s=t.rA +s.a(o) +r=e.e +r.toString +s.a(r) +s=t.yW +q=s.a(o.e) +p=s.a(r.e) +switch(c.a){case 0:return A.aFD(b,q,p) +case 1:return A.aFD(b,p,q)}}, +DU:function DU(a){this.a=a}, +Xl:function Xl(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.c=e +_.a=f}, +y1:function y1(a){this.a=a}, +Wp:function Wp(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +aoA:function aoA(a,b,c){this.a=a +this.b=b +this.c=c}, +Zj:function Zj(a,b,c){this.c=a +this.d=b +this.a=c}, +aqW:function aqW(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +aqV:function aqV(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +KM:function KM(a,b,c){this.f=a +this.r=b +this.a=c}, +a6K:function a6K(a,b){this.a=a +this.b=b}, +Vy:function Vy(a){this.a=a}, +D2:function D2(a,b,c){this.c=a +this.d=b +this.a=c}, +FT:function FT(a,b,c,d,e,f,g,h,i,j){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.a=j}, +YW:function YW(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.a=g}, +aqX:function aqX(a){this.a=a}, +aqU:function aqU(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){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}, +y2:function y2(a,b,c){this.c=a +this.d=b +this.a=c}, +Dn:function Dn(a){this.a=null +this.b=a +this.c=null}, +aNo(a){var s +if(a.gyA())return!1 +s=a.it$ +if(s!=null&&s.length!==0)return!1 +s=a.gnD() +if(s===B.er)return!1 +a.gjg() +s=a.go +if(s.gbx(s)!==B.a3)return!1 +s=a.id +if(s.gbx(s)!==B.M)return!1 +if(a.a.cx.a)return!1 +return!0}, +aBz(a,b,c,d,e,f){var s,r,q,p,o,n,m=a.a.cx.a +a.gjg() +s=m?c:A.dB(B.Er,c,new A.ti(B.Er)) +r=$.aKH() +q=t.m +q.a(s) +p=m?d:A.dB(B.iT,d,B.I7) +o=$.aKA() +q.a(p) +m=m?c:A.dB(B.iT,c,null) +n=$.aJT() +return new A.KN(new A.aw(s,r,r.$ti.h("aw")),new A.aw(p,o,o.$ti.h("aw")),new A.aw(q.a(m),n,A.k(n).h("aw")),new A.vP(e,new A.a6L(a),new A.a6M(a,f),null,f.h("vP<0>")),null)}, +aow(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.a1(s).h("S<1,F>") +r=new A.jx(A.af(new A.S(s,new A.aox(c),r),!0,r.h("bd.E"))) +s=r}return s}if(b==null){s=a.a +if(s==null)s=a +else{r=A.a1(s).h("S<1,F>") +r=new A.jx(A.af(new A.S(s,new A.aoy(c),r),!0,r.h("bd.E"))) +s=r}return s}s=A.a([],t.t_) +for(r=b.a,q=a.a,p=0;p"))) +return new A.pe(r)}, +tk(a){return new A.pe(a)}, +aOB(a){return a}, +axd(a,b){if(a.r&&!0)return +if($.axc===0||!1)A.aWZ(J.eX(a.a),100,a.b) +else A.avT().$1("Another exception was thrown: "+a.gWm().j(0)) +$.axc=$.axc+1}, +aOC(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=A.aJ(["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.aSa(J.aLZ(a,"\n")) +for(s=0,r=0;q=d.length,r0)q.push(h.a)}B.b.hZ(q) +if(s===1)j.push("(elided one frame from "+B.b.gca(q)+")") +else if(s>1){l=q.length +if(l>1)q[l-1]="and "+B.b.gY(q) +l="(elided "+s +if(q.length>2)j.push(l+" frames from "+B.b.bP(q,", ")+")") +else j.push(l+" frames from "+B.b.bP(q," ")+")")}return j}, +cE(a){var s=$.fi() +if(s!=null)s.$1(a)}, +aWZ(a,b,c){var s,r +A.avT().$1(a) +s=A.a(B.c.GA(J.eX(c==null?A.aku():A.aOB(c))).split("\n"),t.s) +r=s.length +s=J.aAP(r!==0?new A.qz(s,new A.avg(),t.Ws):s,b) +A.avT().$1(B.b.bP(A.aOC(s),"\n"))}, +aTv(a,b,c){return new A.Xo(c,a,!0,!0,null,b)}, +of:function of(){}, +te:function te(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}, +LD:function LD(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}, +LB:function LB(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}, +bi:function bi(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=e +_.r=f}, +a9z:function a9z(a){this.a=a}, +pe:function pe(a){this.a=a}, +a9A:function a9A(){}, +a9B:function a9B(){}, +a9C:function a9C(){}, +avg:function avg(){}, +Xo:function Xo(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +Xq:function Xq(){}, +Xp:function Xp(){}, +I8:function I8(){}, +a56:function a56(a){this.a=a}, +aTb(a,b){return new A.bq(a,$.aD(),b.h("bq<0>"))}, +ae:function ae(){}, +CD:function CD(){}, +eo:function eo(a){var _=this +_.k4$=0 +_.ok$=a +_.p2$=_.p1$=0 +_.p3$=!1}, +a5Q:function a5Q(a){this.a=a}, +Ed:function Ed(a){this.a=a}, +bq:function bq(a,b,c){var _=this +_.a=a +_.k4$=0 +_.ok$=b +_.p2$=_.p1$=0 +_.p3$=!1 +_.$ti=c}, +aNN(a,b,c){var s=null +return A.iW("",s,b,B.az,a,!1,s,s,B.ah,s,!1,!1,!0,c,s,t.H)}, +iW(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.e7(e,!1,c,s,g,o,k,b,d,i,a,m,l,j,n,p.h("e7<0>"))}, +ax0(a,b,c){return new A.Ld(c,a,!0,!0,null,b)}, +bh(a){return B.c.d4(B.e.iL(J.v(a)&1048575,16),5,"0")}, +aNM(a,b,c,d,e,f,g){return new A.Le(b,d,"",g,a,c,!0,!0,null,f)}, +yb:function yb(a,b){this.a=a +this.b=b}, +jR:function jR(a,b){this.a=a +this.b=b}, +ar_:function ar_(){}, +er:function er(){}, +e7:function e7(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}, +yc:function yc(){}, +Ld:function Ld(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +ah:function ah(){}, +a7d:function a7d(){}, +iV:function iV(){}, +Le:function Le(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}, +WN:function WN(){}, +fv:function fv(){}, +fy:function fy(){}, +o4:function o4(){}, +dx:function dx(a,b){this.a=a +this.$ti=b}, +ayM:function ayM(a){this.$ti=a}, +i5:function i5(){}, +zv:function zv(){}, +Aj(a){return new A.b0(A.a([],a.h("u<0>")),a.h("b0<0>"))}, +b0:function b0(a,b){var _=this +_.a=a +_.b=!1 +_.c=$ +_.$ti=b}, +yX:function yX(a,b){this.a=a +this.$ti=b}, +aVM(a){return A.ax(a,null,!1,t.X)}, +As:function As(a){this.a=a}, +atB:function atB(){}, +Xy:function Xy(a){this.a=a}, +oc:function oc(a,b){this.a=a +this.b=b}, +DS:function DS(a,b){this.a=a +this.b=b}, +dw:function dw(a,b){this.a=a +this.b=b}, +an5(a){var s=new DataView(new ArrayBuffer(8)),r=A.nu(s.buffer,0,null) +return new A.an4(new Uint8Array(a),s,r)}, +an4:function an4(a,b,c){var _=this +_.a=a +_.b=0 +_.c=!1 +_.d=b +_.e=c}, +AJ:function AJ(a){this.a=a +this.b=0}, +aSa(a){var s=t.ZK +return A.af(new A.cO(new A.dF(new A.aZ(A.a(B.c.iN(a).split("\n"),t.s),new A.akt(),t.gD),A.aYP(),t.C9),s),!0,s.h("l.E"))}, +aS9(a){var s,r,q="",p=$.aJy().jf(a) +if(p==null)return null +s=A.a(p.b[1].split("."),t.s) +r=s.length>1?B.b.gL(s):q +return new A.jj(a,-1,q,q,q,-1,-1,r,s.length>1?A.eE(s,1,null,t.N).bP(0,"."):B.b.gca(s))}, +aSb(a){var s,r,q,p,o,n,m,l,k,j,i=null,h="" +if(a==="")return B.a0d +else if(a==="...")return B.a0c +if(!B.c.bv(a,"#"))return A.aS9(a) +s=A.bF("^#(\\d+) +(.+) \\((.+?):?(\\d+){0,1}:?(\\d+){0,1}\\)$",!0,!1,!1).jf(a).b +r=s[2] +r.toString +q=A.em(r,".","") +if(B.c.bv(q,"new")){p=q.split(" ").length>1?q.split(" ")[1]:h +if(B.c.t(p,".")){o=p.split(".") +p=o[0] +q=o[1]}else q=""}else if(B.c.t(q,".")){o=q.split(".") +p=o[0] +q=o[1]}else p="" +r=s[3] +r.toString +n=A.bm(r,0,i) +m=n.gcD(n) +if(n.gdT()==="dart"||n.gdT()==="package"){l=n.gpL()[0] +m=B.c.Gr(n.gcD(n),A.n(n.gpL()[0])+"/","")}else l=h +r=s[1] +r.toString +r=A.dn(r,i) +k=n.gdT() +j=s[4] +if(j==null)j=-1 +else{j=j +j.toString +j=A.dn(j,i)}s=s[5] +if(s==null)s=-1 +else{s=s +s.toString +s=A.dn(s,i)}return new A.jj(a,r,k,l,m,j,s,p,q)}, +jj:function jj(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}, +akt:function akt(){}, +bl:function bl(a,b){this.a=a +this.$ti=b}, +akN:function akN(a){this.a=a}, +M9:function M9(a,b){this.a=a +this.b=b}, +d3:function d3(){}, +tt:function tt(a,b,c){this.a=a +this.b=b +this.c=c}, +w_:function w_(a){var _=this +_.a=a +_.b=!0 +_.d=_.c=!1 +_.e=null}, +apG:function apG(a){this.a=a}, +aau:function aau(a){this.a=a}, +aaw:function aaw(a,b){this.a=a +this.b=b}, +aav:function aav(a,b,c){this.a=a +this.b=b +this.c=c}, +aOA(a,b,c,d,e,f,g){return new A.yI(c,g,f,a,e,!1)}, +arY:function arY(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}, +tu:function tu(){}, +aaz:function aaz(a){this.a=a}, +aaA:function aaA(a,b){this.a=a +this.b=b}, +yI:function yI(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.f=e +_.r=f}, +aH5(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}}, +aQA(a,b){var s=A.a1(a) +return new A.cO(new A.dF(new A.aZ(a,new A.afr(),s.h("aZ<1>")),new A.afs(b),s.h("dF<1,b8?>")),t.FI)}, +afr:function afr(){}, +afs:function afs(a){this.a=a}, +l6:function l6(a){this.a=a}, +jU:function jU(a,b,c){this.a=a +this.b=b +this.d=c}, +jV:function jV(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +hm:function hm(a,b){this.a=a +this.b=b}, +aft(a,b){var s,r +if(a==null)return b +s=new A.eF(new Float64Array(3)) +s.iV(b.a,b.b,0) +r=a.zh(s).a +return new A.i(r[0],r[1])}, +uq(a,b,c,d){if(a==null)return c +if(b==null)b=A.aft(a,d) +return b.a1(0,A.aft(a,d.a1(0,c)))}, +axU(a){var s,r,q=new Float64Array(4),p=new A.jq(q) +p.v8(0,0,1,0) +s=new Float64Array(16) +r=new A.aN(s) +r.dE(a) +s[11]=q[3] +s[10]=q[2] +s[9]=q[1] +s[8]=q[0] +r.Ak(2,p) +return r}, +aQx(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return new A.q_(o,d,n,0,e,a,h,B.f,0,!1,!1,0,j,i,b,c,0,0,0,l,k,g,m,0,!1,null,null)}, +aQH(a,b,c,d,e,f,g,h,i,j,k,l){return new A.q4(l,c,k,0,d,a,f,B.f,0,!1,!1,0,h,g,0,b,0,0,0,j,i,0,0,0,!1,null,null)}, +aQC(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.lE(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)}, +aQz(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.nD(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)}, +aQB(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.nE(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)}, +aQy(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.lD(a0,d,s,h,e,b,i,B.f,a,!0,!1,j,l,k,0,c,q,m,p,o,n,g,r,0,!1,null,null)}, +aQD(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.q1(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)}, +aQL(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.q7(a1,e,a0,i,f,b,j,B.f,a,!1,!1,k,m,l,c,d,r,n,q,p,o,h,s,0,!1,null,null)}, +aQJ(a,b,c,d,e,f,g){return new A.q5(e,g,b,f,0,c,a,d,B.f,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +aQK(a,b,c,d,e,f){return new A.q6(f,b,e,0,c,a,d,B.f,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +aQI(a,b,c,d,e,f,g){return new A.Q8(e,g,b,f,0,c,a,d,B.f,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,!1,null,null)}, +aQF(a,b,c,d,e,f,g){return new A.lF(g,b,f,c,B.aJ,a,d,B.f,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,e,null,null)}, +aQG(a,b,c,d,e,f,g,h,i,j,k){return new A.q3(c,d,h,g,k,b,j,e,B.aJ,a,f,B.f,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,i,null,null)}, +aQE(a,b,c,d,e,f,g){return new A.q2(g,b,f,c,B.aJ,a,d,B.f,0,!1,!1,1,1,1,0,0,0,0,0,0,0,0,0,0,e,null,null)}, +aDQ(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){return new A.q0(a0,e,s,i,f,b,j,B.f,a,!1,!1,0,l,k,c,d,q,m,p,o,n,h,r,0,!1,null,null)}, +oz(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}}, +azm(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}}, +b8:function b8(){}, +dL:function dL(){}, +V5:function V5(){}, +a1A:function a1A(){}, +W1:function W1(){}, +q_:function 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){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}, +a1w:function a1w(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Wb:function Wb(){}, +q4:function q4(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}, +a1H:function a1H(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +W6:function W6(){}, +lE:function lE(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}, +a1C:function a1C(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +W4:function W4(){}, +nD:function nD(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}, +a1z:function a1z(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +W5:function W5(){}, +nE:function nE(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}, +a1B:function a1B(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +W3:function W3(){}, +lD:function lD(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}, +a1y:function a1y(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +W7:function W7(){}, +q1:function q1(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}, +a1D:function a1D(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Wf:function Wf(){}, +q7:function q7(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}, +a1L:function a1L(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +f6:function f6(){}, +Wd:function Wd(){}, +q5:function q5(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 +_.D=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}, +a1J:function a1J(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +We:function We(){}, +q6:function q6(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}, +a1K:function a1K(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Wc:function Wc(){}, +Q8:function Q8(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 +_.D=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}, +a1I:function a1I(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +W9:function W9(){}, +lF:function lF(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}, +a1F:function a1F(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Wa:function Wa(){}, +q3:function q3(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}, +a1G:function a1G(a,b){var _=this +_.d=_.c=$ +_.e=a +_.f=b +_.b=_.a=$}, +W8:function W8(){}, +q2:function q2(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}, +a1E:function a1E(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +W2:function W2(){}, +q0:function q0(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}, +a1x:function a1x(a,b){var _=this +_.c=a +_.d=b +_.b=_.a=$}, +Zo:function Zo(){}, +Zp:function Zp(){}, +Zq:function Zq(){}, +Zr:function Zr(){}, +Zs:function Zs(){}, +Zt:function Zt(){}, +Zu:function Zu(){}, +Zv:function Zv(){}, +Zw:function Zw(){}, +Zx:function Zx(){}, +Zy:function Zy(){}, +Zz:function Zz(){}, +ZA:function ZA(){}, +ZB:function ZB(){}, +ZC:function ZC(){}, +ZD:function ZD(){}, +ZE:function ZE(){}, +ZF:function ZF(){}, +ZG:function ZG(){}, +ZH:function ZH(){}, +ZI:function ZI(){}, +ZJ:function ZJ(){}, +ZK:function ZK(){}, +ZL:function ZL(){}, +ZM:function ZM(){}, +ZN:function ZN(){}, +ZO:function ZO(){}, +ZP:function ZP(){}, +ZQ:function ZQ(){}, +ZR:function ZR(){}, +ZS:function ZS(){}, +a2W:function a2W(){}, +a2X:function a2X(){}, +a2Y:function a2Y(){}, +a2Z:function a2Z(){}, +a3_:function a3_(){}, +a30:function a30(){}, +a31:function a31(){}, +a32:function a32(){}, +a33:function a33(){}, +a34:function a34(){}, +a35:function a35(){}, +a36:function a36(){}, +a37:function a37(){}, +a38:function a38(){}, +a39:function a39(){}, +a3a:function a3a(){}, +a3b:function a3b(){}, +aCl(a,b){var s=t.S,r=A.cF(s) +return new A.j_(B.la,A.w(s,t.C),r,a,b,A.H3(),A.w(s,t.A))}, +aCm(a,b,c){var s=(c-a)/(b-a) +return!isNaN(s)?A.H(s,0,1):s}, +r_:function r_(a,b){this.a=a +this.b=b}, +pj:function pj(a){this.a=a}, +j_:function j_(a,b,c,d,e,f,g){var _=this +_.ch=_.ay=_.ax=_.at=null +_.dx=_.db=$ +_.dy=a +_.f=b +_.r=c +_.w=null +_.a=d +_.b=null +_.c=e +_.d=f +_.e=g}, +a9Z:function a9Z(a,b){this.a=a +this.b=b}, +a9X:function a9X(a){this.a=a}, +a9Y:function a9Y(a){this.a=a}, +Lc:function Lc(a){this.a=a}, +abi(){var s=A.a([],t.om),r=new A.aN(new Float64Array(16)) +r.bl() +return new A.lf(s,A.a([r],t.Xr),A.a([],t.cR))}, +hq:function hq(a,b){this.a=a +this.b=null +this.$ti=b}, +wD:function wD(){}, +Ea:function Ea(a){this.a=a}, +wi:function wi(a){this.a=a}, +lf:function lf(a,b,c){this.a=a +this.b=b +this.c=c}, +ad1(a,b,c){var s=b==null?B.c1:b,r=t.S,q=A.cF(r),p=A.aHL() +return new A.h_(s,null,B.c3,A.w(r,t.C),q,a,c,p,A.w(r,t.A))}, +aPC(a){return a===1||a===2||a===4}, +tZ:function tZ(a,b){this.a=a +this.b=b}, +zH:function zH(a,b,c){this.a=a +this.b=b +this.c=c}, +tY:function tY(a,b){this.b=a +this.c=b}, +h_:function h_(a,b,c,d,e,f,g,h,i){var _=this +_.k2=!1 +_.bz=_.bL=_.bt=_.aM=_.av=_.bo=_.b4=_.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 +_.w=null +_.a=f +_.b=null +_.c=g +_.d=h +_.e=i}, +ad4:function ad4(a,b){this.a=a +this.b=b}, +ad3:function ad3(a,b){this.a=a +this.b=b}, +ad2:function ad2(a,b){this.a=a +this.b=b}, +mj:function mj(a,b,c){this.a=a +this.b=b +this.c=c}, +ayG:function ayG(a,b){this.a=a +this.b=b}, +afz:function afz(a){this.a=a +this.b=$}, +afA:function afA(){}, +N8:function N8(a,b,c){this.a=a +this.b=b +this.c=c}, +aO6(a){var s=a.gcM(a) +$.kO() +return new A.jr(s,new A.km(),A.ax(20,null,!1,t.av))}, +aO7(a){return a===1}, +aFj(a,b){var s=t.S,r=A.cF(s),q=A.azH() +return new A.js(B.au,A.azG(),B.cO,A.w(s,t.GY),A.aM(s),A.w(s,t.C),r,a,b,q,A.w(s,t.A))}, +abk(a,b){var s=t.S,r=A.cF(s),q=A.azH() +return new A.j0(B.au,A.azG(),B.cO,A.w(s,t.GY),A.aM(s),A.w(s,t.C),r,a,b,q,A.w(s,t.A))}, +aDL(a,b){var s=t.S,r=A.cF(s),q=A.azH() +return new A.jc(B.au,A.azG(),B.cO,A.w(s,t.GY),A.aM(s),A.w(s,t.C),r,a,b,q,A.w(s,t.A))}, +Dz:function Dz(a,b){this.a=a +this.b=b}, +ym:function ym(){}, +a7C:function a7C(a,b){this.a=a +this.b=b}, +a7H:function a7H(a,b){this.a=a +this.b=b}, +a7I:function a7I(a,b){this.a=a +this.b=b}, +a7D:function a7D(){}, +a7E:function a7E(a,b){this.a=a +this.b=b}, +a7F:function a7F(a){this.a=a}, +a7G:function a7G(a,b){this.a=a +this.b=b}, +js:function js(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 +_.w=null +_.a=h +_.b=null +_.c=i +_.d=j +_.e=k}, +j0:function j0(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 +_.w=null +_.a=h +_.b=null +_.c=i +_.d=j +_.e=k}, +jc:function jc(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 +_.w=null +_.a=h +_.b=null +_.c=i +_.d=j +_.e=k}, +aO5(a){return a===1}, +Wh:function Wh(){this.a=!1}, +wz:function wz(a,b,c,d,e){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=!1}, +iY:function iY(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}, +afu:function afu(a,b){this.a=a +this.b=b}, +afw:function afw(){}, +afv:function afv(a,b,c){this.a=a +this.b=b +this.c=c}, +afx:function afx(){this.b=this.a=null}, +aOW(a){return!0}, +Ln:function Ln(a,b){this.a=a +this.b=b}, +cP:function cP(){}, +Al:function Al(){}, +yQ:function yQ(a,b){this.a=a +this.b=b}, +uu:function uu(){}, +afI:function afI(a,b){this.a=a +this.b=b}, +f5:function f5(a,b){this.a=a +this.b=b}, +XB:function XB(){}, +akS(a,b){var s=t.S,r=A.cF(s) +return new A.h5(B.aG,18,B.c3,A.w(s,t.C),r,a,b,A.H3(),A.w(s,t.A))}, +vf:function vf(a,b){this.a=a +this.c=b}, +vg:function vg(){}, +I7:function I7(){}, +h5:function h5(a,b,c,d,e,f,g,h,i){var _=this +_.bc=_.aP=_.az=_.aK=_.ag=_.D=_.bz=_.bL=_.bt=_.aM=_.av=null +_.k3=_.k2=!1 +_.ok=_.k4=null +_.at=a +_.ay=b +_.ch=c +_.cx=_.CW=null +_.cy=!1 +_.db=null +_.f=d +_.r=e +_.w=null +_.a=f +_.b=null +_.c=g +_.d=h +_.e=i}, +akT:function akT(a,b){this.a=a +this.b=b}, +akU:function akU(a,b){this.a=a +this.b=b}, +akV:function akV(a,b){this.a=a +this.b=b}, +akW:function akW(a,b){this.a=a +this.b=b}, +akX:function akX(a){this.a=a}, +DA:function DA(a,b){this.a=a +this.b=b}, +C2:function C2(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +C5:function C5(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +C4:function C4(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +C6:function C6(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.b=b +_.d=c +_.e=d +_.f=e +_.r=f +_.w=g +_.x=h}, +C3:function C3(a,b){this.b=a +this.c=b}, +FD:function FD(){}, +xo:function xo(){}, +a52:function a52(a){this.a=a}, +a53:function a53(a,b){this.a=a +this.b=b}, +a50:function a50(a,b){this.a=a +this.b=b}, +a51:function a51(a,b){this.a=a +this.b=b}, +a4Z:function a4Z(a,b){this.a=a +this.b=b}, +a5_:function a5_(a,b){this.a=a +this.b=b}, +a4Y:function a4Y(a,b){this.a=a +this.b=b}, +kp:function kp(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var _=this +_.at=a +_.dx=_.db=_.cy=_.cx=_.CW=_.ch=null +_.fx=_.fr=_.dy=!1 +_.go=_.fy=null +_.k1=b +_.k2=null +_.ok=_.k4=_.k3=$ +_.p3=_.p2=_.p1=null +_.p4=c +_.kY$=d +_.pm$=e +_.k_$=f +_.y5$=g +_.tn$=h +_.nc$=i +_.tp$=j +_.y6$=k +_.y7$=l +_.f=m +_.r=n +_.w=null +_.a=o +_.b=null +_.c=p +_.d=q +_.e=r}, +kq:function kq(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){var _=this +_.at=a +_.dx=_.db=_.cy=_.cx=_.CW=_.ch=null +_.fx=_.fr=_.dy=!1 +_.go=_.fy=null +_.k1=b +_.k2=null +_.ok=_.k4=_.k3=$ +_.p3=_.p2=_.p1=null +_.p4=c +_.kY$=d +_.pm$=e +_.k_$=f +_.y5$=g +_.tn$=h +_.nc$=i +_.tp$=j +_.y6$=k +_.y7$=l +_.f=m +_.r=n +_.w=null +_.a=o +_.b=null +_.c=p +_.d=q +_.e=r}, +D3:function D3(){}, +a0Q:function a0Q(){}, +a0R:function a0R(){}, +a0S:function a0S(){}, +a0T:function a0T(){}, +a0U:function a0U(){}, +VW:function VW(a,b){this.a=a +this.b=b}, +qU:function qU(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.f=_.e=null}, +aax:function aax(a){this.a=a}, +aay:function aay(a,b){this.a=a +this.b=b}, +aP4(a){var s=t.av,r=A.ax(20,null,!1,s) +$.kO() +return new A.ps(r,a,new A.km(),A.ax(20,null,!1,s))}, +iD:function iD(a){this.a=a}, +o6:function o6(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Ey:function Ey(a,b){this.a=a +this.b=b}, +jr:function jr(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=0}, +ps:function ps(a,b,c,d){var _=this +_.e=a +_.a=b +_.b=c +_.c=d +_.d=0}, +u_:function u_(a,b,c,d){var _=this +_.e=a +_.a=b +_.b=c +_.c=d +_.d=0}, +V6:function V6(){}, +anc:function anc(a,b){this.a=a +this.b=b}, +vH:function vH(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +HZ:function HZ(a){this.a=a}, +a4O:function a4O(){}, +a4P:function a4P(){}, +a4Q:function a4Q(){}, +HX:function HX(a,b,c,d){var _=this +_.c=a +_.d=b +_.f=c +_.a=d}, +Lp:function Lp(a){this.a=a}, +a7K:function a7K(){}, +a7L:function a7L(){}, +a7M:function a7M(){}, +Lo:function Lo(a,b,c,d){var _=this +_.c=a +_.d=b +_.f=c +_.a=d}, +Lw:function Lw(a){this.a=a}, +a8L:function a8L(){}, +a8M:function a8M(){}, +a8N:function a8N(){}, +Lv:function Lv(a,b,c,d){var _=this +_.c=a +_.d=b +_.f=c +_.a=d}, +aMg(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.rq(r,q,p,n)}, +rq:function rq(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +V8:function V8(){}, +awz(a,b){var s +switch(A.ap(a).r.a){case 2:case 4:return A.aBB(a,b) +case 0:case 1:case 3:case 5:s=A.ed(a,B.cM,t.c4) +s.toString +switch(b.b.a){case 0:return s.gN() +case 1:return s.gM() +case 2:return s.gO() +case 3:return s.gH() +case 4:return s.gac().toUpperCase() +case 5:return s.gC() +case 6:return s.gP() +case 7:return s.gP() +case 8:return s.gaa() +case 9:return""}break}}, +aMi(a,b){var s,r,q,p,o,n,m,l=null +switch(A.ap(a).r.a){case 2:return new A.S(b,new A.a46(),A.a1(b).h("S<1,h>")) +case 1:case 0:s=A.a([],t.p) +for(r=0;q=b.length,r")) +case 4:return new A.S(b,new A.a48(a),A.a1(b).h("S<1,h>"))}}, +Hp:function Hp(a,b,c){this.c=a +this.e=b +this.a=c}, +a46:function a46(){}, +a47:function a47(a){this.a=a}, +a48:function a48(a){this.a=a}, +aDm(){return new A.i1(new A.adq(),A.w(t.K,t.Qu))}, +jn:function jn(a,b){this.a=a +this.b=b}, +u3:function u3(a,b,c,d,e,f,g,h,i){var _=this +_.ch=a +_.db=b +_.dx=c +_.fx=d +_.k2=e +_.ok=f +_.R8=g +_.to=h +_.a=i}, +adq:function adq(){}, +E8:function E8(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +aqz:function aqz(){}, +aMs(a,b){var s=A.ap(a).RG.Q +if(s==null)s=56 +return s+0}, +ats:function ats(a){this.b=a}, +ZU:function ZU(a,b,c,d){var _=this +_.e=a +_.f=b +_.a=c +_.b=d}, +xc:function xc(a,b,c){this.e=a +this.fx=b +this.a=c}, +a4j:function a4j(a,b){this.a=a +this.b=b}, +CW:function CW(a){var _=this +_.d=null +_.e=!1 +_.a=null +_.b=a +_.c=null}, +ant:function ant(){}, +Vq:function Vq(a,b){this.c=a +this.a=b}, +a_d:function a_d(a,b,c,d){var _=this +_.A=null +_.Z=a +_.ak=b +_.k3$=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}, +ans:function ans(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}, +aMq(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return new A.rv(b==null?null:b,e,d,g,h,j,i,f,a,c,l,n,o,m,k)}, +aMr(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.x(a.a,b.a,c) +r=A.x(a.b,b.b,c) +q=A.N(a.c,b.c,c) +p=A.N(a.d,b.d,c) +o=A.x(a.e,b.e,c) +n=A.x(a.f,b.f,c) +m=A.dl(a.r,b.r,c) +l=A.lg(a.w,b.w,c) +k=A.lg(a.x,b.x,c) +j=c<0.5 +if(j)i=a.y +else i=b.y +h=A.N(a.z,b.z,c) +g=A.N(a.Q,b.Q,c) +f=A.ba(a.as,b.as,c) +e=A.ba(a.at,b.at,c) +if(j)j=a.ax +else j=b.ax +return A.aMq(k,s,i,q,r,l,p,o,m,n,j,h,e,g,f)}, +rv:function rv(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}, +Vp:function Vp(){}, +aVN(a,b){var s,r,q,p,o=A.aR("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.aA()}, +zW:function zW(a,b){var _=this +_.c=!0 +_.r=_.f=_.e=_.d=null +_.a=a +_.b=b}, +ads:function ads(a,b){this.a=a +this.b=b}, +vO:function vO(a,b){this.a=a +this.b=b}, +m3:function m3(a,b){this.a=a +this.b=b}, +u5:function u5(a,b){var _=this +_.e=!0 +_.r=_.f=$ +_.a=a +_.b=b}, +adt:function adt(a,b){this.a=a +this.b=b}, +aMw(a,b,c){var s,r,q,p,o,n,m +if(a===b&&!0)return a +s=A.x(a.a,b.a,c) +r=A.x(a.b,b.b,c) +q=A.N(a.c,b.c,c) +p=A.N(a.d,b.d,c) +o=A.ba(a.e,b.e,c) +n=A.ea(a.f,b.f,c) +m=A.Hq(a.r,b.r,c) +return new A.xn(s,r,q,p,o,n,m,A.ue(a.w,b.w,c))}, +xn:function xn(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}, +Vz:function Vz(){}, +zN:function zN(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}, +Yx:function Yx(){}, +aMB(a,b,c){var s,r,q,p,o,n +if(a===b&&!0)return a +s=A.x(a.a,b.a,c) +r=A.N(a.b,b.b,c) +if(c<0.5)q=a.c +else q=b.c +p=A.N(a.d,b.d,c) +o=A.x(a.e,b.e,c) +n=A.x(a.f,b.f,c) +return new A.xq(s,r,q,p,o,n,A.ea(a.r,b.r,c))}, +xq:function xq(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +VH:function VH(){}, +aMC(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.x(a.a,b.a,c) +r=A.N(a.b,b.b,c) +q=A.lg(a.c,b.c,c) +p=A.lg(a.d,b.d,c) +o=A.x(a.e,b.e,c) +n=A.x(a.f,b.f,c) +m=A.ba(a.r,b.r,c) +l=A.ba(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.xr(s,r,q,p,o,n,m,l,j,i,h,g,f,k)}, +xr:function xr(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}, +VI:function VI(){}, +aMD(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h +if(a===b)return a +s=A.x(a.a,b.a,c) +r=A.x(a.b,b.b,c) +q=A.N(a.c,b.c,c) +p=A.x(a.d,b.d,c) +o=A.x(a.e,b.e,c) +n=A.x(a.f,b.f,c) +m=A.N(a.r,b.r,c) +l=A.dl(a.w,b.w,c) +k=c<0.5 +if(k)j=a.x +else j=b.x +i=A.x(a.y,b.y,c) +h=A.ak3(a.z,b.z,c) +if(k)k=a.Q +else k=b.Q +return new A.xs(s,r,q,p,o,n,m,l,j,i,h,k,A.oN(a.as,b.as,c))}, +xs:function xs(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}, +VJ:function VJ(){}, +AH:function AH(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}, +a_1:function a_1(a,b){var _=this +_.pk$=a +_.a=null +_.b=b +_.c=null}, +Y2:function Y2(a,b,c){this.e=a +this.c=b +this.a=c}, +EM:function EM(a,b,c){var _=this +_.A=a +_.k3$=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}, +arG:function arG(a,b){this.a=a +this.b=b}, +a2z:function a2z(){}, +aMI(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.N(a.d,b.d,c) +n=A.N(a.e,b.e,c) +m=A.ea(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.xx(r,q,p,o,n,m,l,k,s)}, +xx:function xx(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}, +VK:function VK(){}, +a5s(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.bu(a1,c,g,m,o,s,d,n,k,f,j,h,i,q,p,l,a2,a0,b,e,a,r)}, +jM(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.a +q=a7==null +p=q?a5:a7.a +p=A.aW(r,p,a8,A.H4(),t.p8) +r=s?a5:a6.b +o=q?a5:a7.b +n=t._ +o=A.aW(r,o,a8,A.bX(),n) +r=s?a5:a6.c +r=A.aW(r,q?a5:a7.c,a8,A.bX(),n) +m=s?a5:a6.d +m=A.aW(m,q?a5:a7.d,a8,A.bX(),n) +l=s?a5:a6.e +l=A.aW(l,q?a5:a7.e,a8,A.bX(),n) +k=s?a5:a6.f +k=A.aW(k,q?a5:a7.f,a8,A.bX(),n) +j=s?a5:a6.r +i=q?a5:a7.r +h=t.PM +i=A.aW(j,i,a8,A.H8(),h) +j=s?a5:a6.w +g=q?a5:a7.w +g=A.aW(j,g,a8,A.azs(),t.pc) +j=s?a5:a6.x +f=q?a5:a7.x +e=t.tW +f=A.aW(j,f,a8,A.H7(),e) +j=s?a5:a6.y +j=A.aW(j,q?a5:a7.y,a8,A.H7(),e) +d=s?a5:a6.z +e=A.aW(d,q?a5:a7.z,a8,A.H7(),e) +d=s?a5:a6.Q +n=A.aW(d,q?a5:a7.Q,a8,A.bX(),n) +d=s?a5:a6.as +h=A.aW(d,q?a5:a7.as,a8,A.H8(),h) +d=s?a5:a6.at +d=A.aMK(d,q?a5:a7.at,a8) +c=s?a5:a6.ax +b=q?a5:a7.ax +b=A.aW(c,b,a8,A.azg(),t.KX) +c=a8<0.5 +if(c)a=s?a5:a6.ay +else a=q?a5:a7.ay +if(c)a0=s?a5:a6.ch +else a0=q?a5:a7.ch +if(c)a1=s?a5:a6.CW +else a1=q?a5:a7.CW +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.Hq(a4,q?a5:a7.db,a8) +if(c)s=s?a5:a6.dx +else s=q?a5:a7.dx +return A.a5s(a4,a2,o,i,a3,j,r,n,h,e,f,a,m,g,l,b,d,s,k,a1,p,a0)}, +aMK(a,b,c){if(a==null&&b==null)return null +return new A.Yj(a,b,c)}, +bu:function bu(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}, +Yj:function Yj(a,b,c){this.a=a +this.b=b +this.c=c}, +VM:function VM(){}, +aMJ(a,b,c,d){var s +$label0$0:{if(d<=1){s=a +break $label0$0}if(d<2){s=A.ea(a,b,d-1) +s.toString +break $label0$0}if(d<3){s=A.ea(b,c,d-2) +s.toString +break $label0$0}s=c +break $label0$0}return s}, +xy:function xy(){}, +D6:function D6(a,b,c){var _=this +_.r=_.f=_.e=_.d=null +_.e4$=a +_.bn$=b +_.a=null +_.b=c +_.c=null}, +aoh:function aoh(){}, +aoe:function aoe(a,b,c){this.a=a +this.b=b +this.c=c}, +aof:function aof(a,b){this.a=a +this.b=b}, +aog:function aog(a,b,c){this.a=a +this.b=b +this.c=c}, +anS:function anS(){}, +anT:function anT(){}, +anU:function anU(){}, +ao4:function ao4(){}, +ao7:function ao7(){}, +ao8:function ao8(){}, +ao9:function ao9(){}, +aoa:function aoa(){}, +aob:function aob(){}, +aoc:function aoc(){}, +aod:function aod(){}, +anV:function anV(){}, +anW:function anW(){}, +anX:function anX(){}, +ao5:function ao5(a){this.a=a}, +anQ:function anQ(a){this.a=a}, +ao6:function ao6(a){this.a=a}, +anP:function anP(a){this.a=a}, +anY:function anY(){}, +anZ:function anZ(){}, +ao_:function ao_(){}, +ao0:function ao0(){}, +ao1:function ao1(){}, +ao2:function ao2(){}, +ao3:function ao3(a){this.a=a}, +anR:function anR(){}, +YO:function YO(a){this.a=a}, +Y3:function Y3(a,b,c){this.e=a +this.c=b +this.a=c}, +EN:function EN(a,b,c){var _=this +_.A=a +_.k3$=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}, +arH:function arH(a,b){this.a=a +this.b=b}, +Gq:function Gq(){}, +a5t:function a5t(a,b){this.a=a +this.b=b}, +Il:function Il(a,b,c,d,e,f,g,h){var _=this +_.w=a +_.x=b +_.y=c +_.z=d +_.Q=e +_.as=f +_.at=g +_.ax=h}, +VN:function VN(){}, +aMO(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.x(a.b,b.b,c) +q=A.x(a.c,b.c,c) +p=A.x(a.d,b.d,c) +o=A.N(a.e,b.e,c) +n=A.ea(a.f,b.f,c) +return new A.xA(s,r,q,p,o,n,A.dl(a.r,b.r,c))}, +xA:function xA(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +VQ:function VQ(){}, +aMR(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.aW(a.b,b.b,c,A.bX(),q) +o=A.aW(a.c,b.c,c,A.bX(),q) +q=A.aW(a.d,b.d,c,A.bX(),q) +n=A.N(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.dl(a.w,b.w,c)) +return new A.xB(r,p,o,q,n,m,s,l,A.aMQ(a.x,b.x,c))}, +aMQ(a,b,c){if(a==null||b==null)return null +if(a===b)return a +return A.aO(a,b,c)}, +xB:function xB(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}, +VR:function VR(){}, +aMW(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.aW(a3.a,a4.a,a5,A.bX(),t._) +r=A.x(a3.b,a4.b,a5) +q=A.x(a3.c,a4.c,a5) +p=A.x(a3.d,a4.d,a5) +o=A.x(a3.e,a4.e,a5) +n=A.x(a3.f,a4.f,a5) +m=A.x(a3.r,a4.r,a5) +l=A.x(a3.w,a4.w,a5) +k=A.x(a3.x,a4.x,a5) +j=a5<0.5 +if(j)i=a3.y!==!1 +else i=a4.y!==!1 +h=A.x(a3.z,a4.z,a5) +g=A.ea(a3.Q,a4.Q,a5) +f=A.ea(a3.as,a4.as,a5) +e=A.aMV(a3.at,a4.at,a5) +d=A.aMU(a3.ax,a4.ax,a5) +c=A.ba(a3.ay,a4.ay,a5) +b=A.ba(a3.ch,a4.ch,a5) +if(j){j=a3.CW +if(j==null)j=B.W}else{j=a4.CW +if(j==null)j=B.W}a=A.N(a3.cx,a4.cx,a5) +a0=A.N(a3.cy,a4.cy,a5) +a1=a3.db +if(a1==null)a2=a4.db!=null +else a2=!0 +if(a2)a1=A.lg(a1,a4.db,a5) +else a1=null +return new A.xD(s,r,q,p,o,n,m,l,k,i,h,g,f,e,d,c,b,j,a,a0,a1)}, +aMV(a,b,c){var s=a==null +if(s&&b==null)return null +if(s){s=b.a +return A.aO(new A.c9(A.M(0,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255),0,B.V,-1),b,c)}if(b==null){s=a.a +return A.aO(new A.c9(A.M(0,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255),0,B.V,-1),a,c)}return A.aO(a,b,c)}, +aMU(a,b,c){if(a==null&&b==null)return null +return t.KX.a(A.dl(a,b,c))}, +xD:function xD(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}, +VT:function VT(){}, +awL(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.mN(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)}, +aN6(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.x(r,q,b9) +p.toString +o=b7.c +n=b8.c +m=A.x(o,n,b9) +m.toString +l=b7.d +if(l==null)l=r +k=b8.d +l=A.x(l,k==null?q:k,b9) +k=b7.e +if(k==null)k=o +j=b8.e +k=A.x(k,j==null?n:j,b9) +j=b7.f +i=b8.f +h=A.x(j,i,b9) +h.toString +g=b7.r +f=b8.r +e=A.x(g,f,b9) +e.toString +d=b7.w +if(d==null)d=j +c=b8.w +d=A.x(d,c==null?i:c,b9) +c=b7.x +if(c==null)c=g +b=b8.x +c=A.x(c,b==null?f:b,b9) +b=b7.y +a=b==null +a0=a?j:b +a1=b8.y +a2=a1==null +a0=A.x(a0,a2?i:a1,b9) +a3=b7.z +a4=a3==null +a5=a4?g:a3 +a6=b8.z +a7=a6==null +a5=A.x(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.x(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.x(j,g,b9) +j=b7.at +f=b8.at +b=A.x(j,f,b9) +b.toString +a=b7.ax +a1=b8.ax +a2=A.x(a,a1,b9) +a2.toString +a3=b7.ay +j=a3==null?j:a3 +a3=b8.ay +j=A.x(j,a3==null?f:a3,b9) +f=b7.ch +if(f==null)f=a +a=b8.ch +f=A.x(f,a==null?a1:a,b9) +a=A.x(b7.CW,b8.CW,b9) +a.toString +a1=b7.cx +a3=b8.cx +a4=A.x(a1,a3,b9) +a4.toString +a6=b7.cy +a7=b8.cy +a8=A.x(a6,a7,b9) +a8.toString +a9=b7.db +b0=b8.db +b1=A.x(a9,b0,b9) +b1.toString +b2=b7.dx +if(b2==null)b2=a6 +b3=b8.dx +b2=A.x(b2,b3==null?a7:b3,b9) +b3=b7.dy +if(b3==null)b3=a9 +b4=b8.dy +b3=A.x(b3,b4==null?b0:b4,b9) +b4=b7.fr +if(b4==null)b4=a1 +b5=b8.fr +b4=A.x(b4,b5==null?a3:b5,b9) +b5=b7.fx +a1=b5==null?a1:b5 +b5=b8.fx +a1=A.x(a1,b5==null?a3:b5,b9) +a3=b7.fy +if(a3==null)a3=B.o +b5=b8.fy +a3=A.x(a3,b5==null?B.o:b5,b9) +b5=b7.go +if(b5==null)b5=B.o +b6=b8.go +b5=A.x(b5,b6==null?B.o:b6,b9) +b6=b7.id +a9=b6==null?a9:b6 +b6=b8.id +a9=A.x(a9,b6==null?b0:b6,b9) +b0=b7.k1 +a6=b0==null?a6:b0 +b0=b8.k1 +a6=A.x(a6,b0==null?a7:b0,b9) +a7=b7.k2 +o=a7==null?o:a7 +a7=b8.k2 +o=A.x(o,a7==null?n:a7,b9) +n=b7.k3 +r=n==null?r:n +n=b8.k3 +return A.awL(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.x(r,n==null?q:n,b9),b2,a0,i)}, +mN:function mN(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}, +VV:function VV(){}, +Np:function Np(a,b){this.b=a +this.a=b}, +aNw(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.a71(a.a,b.a,c) +r=t._ +q=A.aW(a.b,b.b,c,A.bX(),r) +p=A.N(a.c,b.c,c) +o=A.N(a.d,b.d,c) +n=A.ba(a.e,b.e,c) +r=A.aW(a.f,b.f,c,A.bX(),r) +m=A.N(a.r,b.r,c) +l=A.ba(a.w,b.w,c) +k=A.N(a.x,b.x,c) +j=A.N(a.y,b.y,c) +i=A.N(a.z,b.z,c) +h=A.N(a.Q,b.Q,c) +g=c<0.5 +f=g?a.as:b.as +g=g?a.at:b.at +return new A.y8(s,q,p,o,n,r,m,l,k,j,i,h,f,g)}, +y8:function y8(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}, +WA:function WA(){}, +aND(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.x(b6.a,b7.a,b8) +r=A.N(b6.b,b7.b,b8) +q=A.x(b6.c,b7.c,b8) +p=A.x(b6.d,b7.d,b8) +o=A.dl(b6.e,b7.e,b8) +n=A.x(b6.f,b7.f,b8) +m=A.x(b6.r,b7.r,b8) +l=A.ba(b6.w,b7.w,b8) +k=A.ba(b6.x,b7.x,b8) +j=A.ba(b6.y,b7.y,b8) +i=A.ba(b6.z,b7.z,b8) +h=t._ +g=A.aW(b6.Q,b7.Q,b8,A.bX(),h) +f=A.aW(b6.as,b7.as,b8,A.bX(),h) +e=A.aW(b6.at,b7.at,b8,A.bX(),h) +d=A.aW(b6.ax,b7.ax,b8,A.bX(),h) +c=A.aW(b6.ay,b7.ay,b8,A.bX(),h) +b=A.aNC(b6.ch,b7.ch,b8) +a=A.ba(b6.CW,b7.CW,b8) +a0=A.aW(b6.cx,b7.cx,b8,A.bX(),h) +a1=A.aW(b6.cy,b7.cy,b8,A.bX(),h) +a2=A.aW(b6.db,b7.db,b8,A.bX(),h) +a3=A.x(b6.dx,b7.dx,b8) +a4=A.N(b6.dy,b7.dy,b8) +a5=A.x(b6.fr,b7.fr,b8) +a6=A.x(b6.fx,b7.fx,b8) +a7=A.dl(b6.fy,b7.fy,b8) +a8=A.x(b6.go,b7.go,b8) +a9=A.x(b6.id,b7.id,b8) +b0=A.ba(b6.k1,b7.k1,b8) +b1=A.ba(b6.k2,b7.k2,b8) +b2=A.x(b6.k3,b7.k3,b8) +h=A.aW(b6.k4,b7.k4,b8,A.bX(),h) +b3=A.x(b6.ok,b7.ok,b8) +if(b8<0.5)b4=b6.p1 +else b4=b7.p1 +b5=A.jM(b6.p2,b7.p2,b8) +return new A.y9(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.jM(b6.p3,b7.p3,b8))}, +aNC(a,b,c){var s +if(a==b)return a +if(a==null){s=b.a +return A.aO(new A.c9(A.M(0,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255),0,B.V,-1),b,c)}s=a.a +return A.aO(a,new A.c9(A.M(0,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255),0,B.V,-1),c)}, +y9:function y9(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}, +WC:function WC(){}, +WM:function WM(){}, +a7c:function a7c(){}, +a2h:function a2h(){}, +La:function La(a,b,c){this.c=a +this.d=b +this.a=c}, +aNL(a,b,c){return new A.t8(b,A.ej(c,null,B.bP,B.Em.dH(A.ap(a).ax.a===B.a4?B.k:B.H),null),null)}, +t8:function t8(a,b,c){this.c=a +this.d=b +this.a=c}, +aNO(a,b,c){var s,r,q,p,o,n,m,l,k +if(a===b&&!0)return a +s=A.x(a.a,b.a,c) +r=A.N(a.b,b.b,c) +q=A.x(a.c,b.c,c) +p=A.x(a.d,b.d,c) +o=A.dl(a.e,b.e,c) +n=A.Hq(a.f,b.f,c) +m=A.x(a.y,b.y,c) +l=A.ba(a.r,b.r,c) +k=A.ba(a.w,b.w,c) +return new A.yd(s,r,q,p,o,n,l,k,A.ea(a.x,b.x,c),m)}, +yd:function yd(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}, +WO:function WO(){}, +aNU(a,b,c){var s,r,q,p +if(a===b&&!0)return a +s=A.x(a.a,b.a,c) +r=A.N(a.b,b.b,c) +q=A.N(a.c,b.c,c) +p=A.N(a.d,b.d,c) +return new A.yf(s,r,q,p,A.N(a.e,b.e,c))}, +yf:function yf(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +WS:function WS(){}, +aOa(a,b,c){var s,r,q,p,o,n,m +if(a===b)return a +s=A.x(a.a,b.a,c) +r=A.x(a.b,b.b,c) +q=A.N(a.c,b.c,c) +p=A.x(a.d,b.d,c) +o=A.x(a.e,b.e,c) +n=A.dl(a.f,b.f,c) +m=A.dl(a.r,b.r,c) +return new A.yn(s,r,q,p,o,n,m,A.N(a.w,b.w,c))}, +yn:function yn(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}, +X0:function X0(){}, +aOb(a,b,c){var s,r +if(a===b&&!0)return a +s=A.ba(a.a,b.a,c) +if(c<0.5)r=a.b +else r=b.b +return new A.yo(s,r,A.axH(a.c,b.c,c))}, +yo:function yo(a,b,c){this.a=a +this.b=b +this.c=c}, +X1:function X1(){}, +aOj(a,b,c){if(a===b)return a +return new A.yt(A.jM(a.a,b.a,c))}, +yt:function yt(a){this.a=a}, +X7:function X7(){}, +aC9(a,b,c){if(b!=null&&!b.k(0,B.D))return A.awN(A.M(B.d.am(255*A.aOk(c)),b.gl(b)>>>16&255,b.gl(b)>>>8&255,b.gl(b)&255),a) +return a}, +aOk(a){var s,r,q,p,o,n +if(a<0)return 0 +for(s=0;r=B.pt[s],q=r.a,a>=q;){if(a===q||s+1===6)return r.b;++s}p=B.pt[s-1] +o=p.a +n=p.b +return n+(a-o)/(q-o)*(r.b-n)}, +m5:function m5(a,b){this.a=a +this.b=b}, +aOt(a,b,c){var s,r,q,p,o,n,m,l,k,j +if(a===b)return a +s=A.x(a.a,b.a,c) +r=A.x(a.b,b.b,c) +q=A.ea(a.c,b.c,c) +p=A.Hq(a.d,b.d,c) +o=A.ea(a.e,b.e,c) +n=A.x(a.f,b.f,c) +m=A.x(a.r,b.r,c) +l=A.x(a.w,b.w,c) +k=A.x(a.x,b.x,c) +j=A.dl(a.y,b.y,c) +return new A.yA(s,r,q,p,o,n,m,l,k,j,A.dl(a.z,b.z,c))}, +yA:function yA(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}, +Xc:function Xc(){}, +aOu(a,b,c){if(a===b)return a +return new A.yD(A.jM(a.a,b.a,c))}, +yD:function yD(a){this.a=a}, +Xh:function Xh(){}, +yG:function yG(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}, +aoP:function aoP(){}, +Xn:function Xn(a,b){this.a=a +this.b=b}, +LT:function LT(a,b,c,d){var _=this +_.c=a +_.z=b +_.k1=c +_.a=d}, +X6:function X6(a,b){this.a=a +this.b=b}, +VS:function VS(a,b){this.c=a +this.a=b}, +a_e:function a_e(a,b,c,d){var _=this +_.A=null +_.Z=a +_.ak=b +_.k3$=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}, +ap3:function ap3(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}, +aSc(a,b){return a.r.a-16-a.e.c-a.a.a+b}, +aFq(a,b,c,d,e){return new A.CV(c,d,a,b,new A.b0(A.a([],t.x8),t.jc),new A.b0(A.a([],t.u),t.fy),0,e.h("CV<0>"))}, +a9t:function a9t(){}, +akv:function akv(){}, +a9i:function a9i(){}, +a9h:function a9h(){}, +ap0:function ap0(){}, +a9s:function a9s(){}, +asj:function asj(){}, +CV:function CV(a,b,c,d,e,f,g,h){var _=this +_.w=a +_.x=b +_.a=c +_.b=d +_.d=_.c=null +_.cO$=e +_.cI$=f +_.m4$=g +_.$ti=h}, +a2i:function a2i(){}, +a2j:function a2j(){}, +aOv(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1){return new A.tj(k,a,i,m,a1,c,j,n,b,l,r,d,o,s,a0,p,g,e,f,h,q)}, +aOw(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.x(a2.a,a3.a,a4) +r=A.x(a2.b,a3.b,a4) +q=A.x(a2.c,a3.c,a4) +p=A.x(a2.d,a3.d,a4) +o=A.x(a2.e,a3.e,a4) +n=A.N(a2.f,a3.f,a4) +m=A.N(a2.r,a3.r,a4) +l=A.N(a2.w,a3.w,a4) +k=A.N(a2.x,a3.x,a4) +j=A.N(a2.y,a3.y,a4) +i=A.dl(a2.z,a3.z,a4) +h=a4<0.5 +if(h)g=a2.Q +else g=a3.Q +f=A.N(a2.as,a3.as,a4) +e=A.oN(a2.at,a3.at,a4) +d=A.oN(a2.ax,a3.ax,a4) +c=A.oN(a2.ay,a3.ay,a4) +b=A.oN(a2.ch,a3.ch,a4) +a=A.N(a2.CW,a3.CW,a4) +a0=A.ea(a2.cx,a3.cx,a4) +a1=A.ba(a2.cy,a3.cy,a4) +if(h)h=a2.db +else h=a3.db +return A.aOv(r,k,n,g,a,a0,b,a1,q,m,s,j,p,l,f,c,h,i,e,d,o)}, +tj:function tj(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}, +Xm:function Xm(){}, +aCI(a,b,c,d,e){return new A.Mz(b,a,c,e,d,null)}, +z0(a,b,c,d,e,f,g,h,i,j,k,l,m,a0){var s,r,q,p=null,o=g==null,n=o&&!0?p:new A.XR(g,b) +if(o)o=!0 +else o=!1 +s=o?p:new A.XT(g,f,i,h) +o=l==null?p:new A.cb(l,t.iL) +r=k==null?p:new A.cb(k,t.iL) +q=j==null?p:new A.cb(j,t.QL) +return A.a5s(a,p,p,p,d,p,n,p,q,r,o,new A.XS(e,c),s,p,p,p,p,p,p,p,p,a0)}, +apW:function apW(a,b){this.a=a +this.b=b}, +Mz:function Mz(a,b,c,d,e,f){var _=this +_.w=a +_.z=b +_.ax=c +_.cx=d +_.dx=e +_.a=f}, +Fd:function Fd(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}, +a05:function a05(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +XV:function XV(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.ax=a +_.ay=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g +_.w=h +_.x=i +_.y=j +_.z=k +_.Q=l +_.as=m +_.a=n}, +apV:function apV(a){this.a=a}, +XR:function XR(a,b){this.a=a +this.b=b}, +XT:function XT(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +XS:function XS(a,b){this.a=a +this.b=b}, +XU:function XU(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 +_.fx=$ +_.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}, +apS:function apS(a){this.a=a}, +apU:function apU(a){this.a=a}, +apT:function apT(){}, +Xi:function Xi(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 +_.dy=a +_.fr=b +_.fx=$ +_.a=c +_.b=d +_.c=e +_.d=f +_.e=g +_.f=h +_.r=i +_.w=j +_.x=k +_.y=l +_.z=m +_.Q=n +_.as=o +_.at=p +_.ax=q +_.ay=r +_.ch=s +_.CW=a0 +_.cx=a1 +_.cy=a2 +_.db=a3 +_.dx=a4}, +ap4:function ap4(a){this.a=a}, +ap5:function ap5(a){this.a=a}, +ap7:function ap7(a){this.a=a}, +ap6:function ap6(){}, +Xj:function 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){var _=this +_.dy=a +_.fr=b +_.fx=$ +_.a=c +_.b=d +_.c=e +_.d=f +_.e=g +_.f=h +_.r=i +_.w=j +_.x=k +_.y=l +_.z=m +_.Q=n +_.as=o +_.at=p +_.ax=q +_.ay=r +_.ch=s +_.CW=a0 +_.cx=a1 +_.cy=a2 +_.db=a3 +_.dx=a4}, +ap8:function ap8(a){this.a=a}, +ap9:function ap9(a){this.a=a}, +apb:function apb(a){this.a=a}, +apa:function apa(){}, +Zc:function Zc(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 +_.fx=$ +_.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}, +ar2:function ar2(a){this.a=a}, +ar3:function ar3(a){this.a=a}, +ar5:function ar5(a){this.a=a}, +ar6:function ar6(a){this.a=a}, +ar4:function ar4(){}, +a2o:function a2o(){}, +aP5(a,b,c){if(a===b)return a +return new A.pt(A.jM(a.a,b.a,c))}, +axn(a,b){return new A.z_(b,a,null)}, +aCJ(a){var s=a.au(t.g5),r=s==null?null:s.w +return r==null?A.ap(a).bc:r}, +pt:function pt(a){this.a=a}, +z_:function z_(a,b,c){this.w=a +this.b=b +this.a=c}, +XW:function XW(){}, +nd:function nd(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}, +aVn(a,b,c){if(c!=null)return c +if(b)return new A.auz(a) +return null}, +auz:function auz(a){this.a=a}, +aq5:function aq5(){}, +z8:function z8(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}, +aVm(a,b,c){if(c!=null)return c +if(b)return new A.auy(a) +return null}, +aVp(a,b,c,d){var s,r,q,p,o,n +if(b){if(c!=null){s=c.$0() +r=new A.I(s.c-s.a,s.d-s.b)}else r=a.gv(a) +q=d.a1(0,B.f).gd_() +p=d.a1(0,new A.i(0+r.a,0)).gd_() +o=d.a1(0,new A.i(0,0+r.b)).gd_() +n=d.a1(0,r.xn(0,B.f)).gd_() +return Math.ceil(Math.max(Math.max(q,p),Math.max(o,n)))}return 35}, +auy:function auy(a){this.a=a}, +aq6:function aq6(){}, +z9:function z9(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}, +aCR(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,a0){var s=null +return new A.MM(c,o,s,s,s,s,n,s,s,s,s,l,m,j,!0,B.b3,s,s,d,f,i,h,p,q,r,e!==!1,!1,k,!1,g,b,a0,s,s)}, +nh:function nh(){}, +tH:function tH(){}, +Eu:function Eu(a,b,c){this.f=a +this.b=b +this.a=c}, +z7:function z7(){}, +DZ:function DZ(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}, +oi:function oi(a,b){this.a=a +this.b=b}, +DY:function DY(a,b,c,d){var _=this +_.e=_.d=null +_.f=!1 +_.r=a +_.w=$ +_.x=null +_.y=b +_.z=null +_.Q=!1 +_.hN$=c +_.a=null +_.b=d +_.c=null}, +aq3:function aq3(){}, +aq_:function aq_(a){this.a=a}, +aq2:function aq2(){}, +aq4:function aq4(a,b){this.a=a +this.b=b}, +apZ:function apZ(a,b){this.a=a +this.b=b}, +aq1:function aq1(a){this.a=a}, +aq0:function aq0(a,b){this.a=a +this.b=b}, +MM:function MM(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}, +Gx:function Gx(){}, +aOx(a){if(a===-1)return"FloatingLabelAlignment.start" +if(a===0)return"FloatingLabelAlignment.center" +return"FloatingLabelAlignment(x: "+B.e.ad(a,1)+")"}, +a9u:function a9u(a,b){this.a=a +this.b=b}, +LU:function LU(){}, +MN:function MN(){}, +Y1:function Y1(){}, +aPy(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){return new A.zA(b,l,m,j,e,o,r,n,f,a,p,k,d,h,g,c,i,s,q)}, +aPz(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.dl(a0.b,a1.b,a2) +if(s)p=a0.c +else p=a1.c +o=A.x(a0.d,a1.d,a2) +n=A.x(a0.e,a1.e,a2) +m=A.x(a0.f,a1.f,a2) +l=A.ba(a0.r,a1.r,a2) +k=A.ba(a0.w,a1.w,a2) +j=A.ba(a0.x,a1.x,a2) +i=A.ea(a0.y,a1.y,a2) +h=A.x(a0.z,a1.z,a2) +g=A.x(a0.Q,a1.Q,a2) +f=A.N(a0.as,a1.as,a2) +e=A.N(a0.at,a1.at,a2) +d=A.N(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.aPy(i,r,c,f,n,j,d,e,b,o,g,q,p,k,m,h,s,l,a)}, +zA:function zA(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}, +Yp:function Yp(){}, +Ch:function Ch(a,b){this.c=a +this.a=b}, +alD:function alD(){}, +FH:function FH(a,b){var _=this +_.e=_.d=null +_.f=a +_.a=null +_.b=b +_.c=null}, +ata:function ata(a){this.a=a}, +at9:function at9(a){this.a=a}, +atb:function atb(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Nk:function Nk(a,b){this.c=a +this.a=b}, +u2(a,b,c,d,e,f,g,h,i,j,k,l){return new A.zM(c,l,f,e,h,j,k,i,d,a,b,g)}, +aP9(a,b){var s,r,q,p,o,n,m,l,k,j,i=t.TT,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.gaT(r) +if(!(o instanceof A.t)||!o.nC(r))return null +h.push(o) +r=o}if(q<=p){n=s.gaT(s) +if(!(n instanceof A.t)||!n.nC(s))return null +g.push(n) +s=n}}m=new A.aN(new Float64Array(16)) +m.bl() +l=new A.aN(new Float64Array(16)) +l.bl() +for(k=g.length-1;k>0;k=j){j=k-1 +g[k].dd(g[j],m)}for(k=h.length-1;k>0;k=j){j=k-1 +h[k].dd(h[j],l)}if(l.kP(l)!==0){l.ci(0,m) +i=l}else i=null +return i}, +nq:function nq(a,b){this.a=a +this.b=b}, +zM:function zM(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 +_.Q=i +_.as=j +_.at=k +_.a=l}, +YB:function YB(a,b,c,d){var _=this +_.d=a +_.e4$=b +_.bn$=c +_.a=null +_.b=d +_.c=null}, +aqF:function aqF(a){this.a=a}, +EL:function EL(a,b,c,d){var _=this +_.A=a +_.ak=b +_.bp=null +_.k3$=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}, +Y0:function Y0(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +li:function li(){}, +qw:function qw(a,b){this.a=a +this.b=b}, +E9:function E9(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}, +Yy:function Yy(a,b,c){var _=this +_.db=_.cy=_.cx=_.CW=null +_.e=_.d=$ +_.hg$=a +_.cJ$=b +_.a=null +_.b=c +_.c=null}, +aqA:function aqA(){}, +aqB:function aqB(){}, +aqC:function aqC(){}, +aqD:function aqD(){}, +Fk:function Fk(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +a0e:function a0e(a,b,c){this.b=a +this.c=b +this.a=c}, +a2q:function a2q(){}, +Yz:function Yz(){}, +L4:function L4(){}, +lr(a,b,c){if(c.h("bt<0>").b(a))return a.af(b) +return a}, +aW(a,b,c,d,e){if(a==null&&b==null)return null +return new A.E2(a,b,c,d,e.h("E2<0>"))}, +axD(a){var s=A.aM(t.ui) +if(a!=null)s.R(0,a) +return new A.Pb(s,$.aD())}, +di:function di(a,b){this.a=a +this.b=b}, +P8:function P8(){}, +YC:function YC(a,b){this.c=a +this.a=b}, +Pa:function Pa(){}, +X9:function X9(){}, +bt:function bt(){}, +E2:function E2(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +cY:function cY(a,b){this.a=a +this.$ti=b}, +cb:function cb(a,b){this.a=a +this.$ti=b}, +Pb:function Pb(a,b){var _=this +_.a=a +_.k4$=0 +_.ok$=b +_.p2$=_.p1$=0 +_.p3$=!1}, +P9:function P9(){}, +adw:function adw(a,b,c){this.a=a +this.b=b +this.c=c}, +adu:function adu(){}, +adv:function adv(){}, +aQ1(a,b,c){if(a===b)return a +return new A.Pg(A.axH(a.a,b.a,c))}, +Pg:function Pg(a){this.a=a}, +aQ2(a,b,c){if(a===b)return a +return new A.A_(A.jM(a.a,b.a,c))}, +A_:function A_(a){this.a=a}, +YF:function YF(){}, +axH(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.aW(r,p,c,A.bX(),o) +r=s?d:a.b +r=A.aW(r,q?d:b.b,c,A.bX(),o) +n=s?d:a.c +o=A.aW(n,q?d:b.c,c,A.bX(),o) +n=s?d:a.d +m=q?d:b.d +m=A.aW(n,m,c,A.H8(),t.PM) +n=s?d:a.e +l=q?d:b.e +l=A.aW(n,l,c,A.azs(),t.pc) +n=s?d:a.f +k=q?d:b.f +j=t.tW +k=A.aW(n,k,c,A.H7(),j) +n=s?d:a.r +n=A.aW(n,q?d:b.r,c,A.H7(),j) +i=s?d:a.w +j=A.aW(i,q?d:b.w,c,A.H7(),j) +i=s?d:a.x +h=q?d:b.x +g=s?d:a.y +f=q?d:b.y +f=A.aW(g,f,c,A.azg(),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.Ph(p,r,o,m,l,k,n,j,new A.Yl(i,h,c),f,e,g,A.Hq(s,q?d:b.as,c))}, +Ph:function Ph(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}, +Yl:function Yl(a,b,c){this.a=a +this.b=b +this.c=c}, +YG:function YG(){}, +aQ3(a,b,c){if(a===b)return a +return new A.u7(A.axH(a.a,b.a,c))}, +u7:function u7(a){this.a=a}, +YH:function YH(){}, +aQi(a,b,c){var s,r,q,p,o,n,m,l,k,j +if(a===b)return a +s=A.N(a.a,b.a,c) +r=A.x(a.b,b.b,c) +q=A.N(a.c,b.c,c) +p=A.x(a.d,b.d,c) +o=A.x(a.e,b.e,c) +n=A.x(a.f,b.f,c) +m=A.dl(a.r,b.r,c) +l=A.aW(a.w,b.w,c,A.H4(),t.p8) +k=A.aW(a.x,b.x,c,A.aHz(),t.lF) +if(c<0.5)j=a.y +else j=b.y +return new A.Aa(s,r,q,p,o,n,m,l,k,j)}, +Aa:function Aa(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}, +YV:function YV(){}, +aQj(a,b,c){var s,r,q,p,o,n,m,l,k +if(a===b)return a +s=A.N(a.a,b.a,c) +r=A.x(a.b,b.b,c) +q=A.N(a.c,b.c,c) +p=A.x(a.d,b.d,c) +o=A.x(a.e,b.e,c) +n=A.x(a.f,b.f,c) +m=A.dl(a.r,b.r,c) +l=a.w +l=A.ak3(l,l,c) +k=A.aW(a.x,b.x,c,A.H4(),t.p8) +return new A.Ab(s,r,q,p,o,n,m,l,k,A.aW(a.y,b.y,c,A.aHz(),t.lF))}, +Ab:function Ab(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}, +YX:function YX(){}, +aQk(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h +if(a===b)return a +s=A.x(a.a,b.a,c) +r=A.N(a.b,b.b,c) +q=A.ba(a.c,b.c,c) +p=A.ba(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.lg(o,b.e,c) +n=a.f +if(n==null)m=b.f==null +else m=!1 +if(m)n=null +else n=A.lg(n,b.f,c) +m=A.N(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.x(a.y,b.y,c) +i=A.dl(a.z,b.z,c) +h=A.N(a.Q,b.Q,c) +return new A.Ac(s,r,q,p,o,n,m,k,l,j,i,h,A.N(a.as,b.as,c))}, +Ac:function Ac(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}, +YY:function YY(){}, +aQp(a,b,c){if(a===b)return a +return new A.Am(A.jM(a.a,b.a,c))}, +Am:function Am(a){this.a=a}, +Zb:function Zb(){}, +zX:function zX(){}, +j6:function j6(a,b,c,d,e,f){var _=this +_.r=a +_.c=b +_.d=c +_.a=d +_.b=e +_.$ti=f}, +Et:function Et(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.bL=a +_.bz=b +_.D=c +_.fy=!1 +_.id=_.go=null +_.k1=d +_.k2=e +_.k3=f +_.k4=g +_.ok=h +_.p1=$ +_.p2=null +_.p3=$ +_.it$=i +_.tl$=j +_.y=k +_.z=null +_.Q=!1 +_.at=_.as=null +_.ax=l +_.CW=_.ch=null +_.e=m +_.a=null +_.b=n +_.c=o +_.d=p +_.$ti=q}, +GD:function GD(){}, +aH6(a,b,c){var s,r +a.bl() +if(b===1)return +a.jC(0,b,b) +s=c.a +r=c.b +a.ba(0,-((s*b-s)/2),-((r*b-r)/2))}, +aGj(a,b,c,d){var s=new A.Gn(c,a,d,b,new A.aN(new Float64Array(16)),A.ar(),A.ar(),$.aD()),r=s.gfD() +a.U(0,r) +a.fM(s.gr3()) +d.a.U(0,r) +b.U(0,r) +return s}, +aGk(a,b,c,d){var s=new A.Go(c,d,b,a,new A.aN(new Float64Array(16)),A.ar(),A.ar(),$.aD()),r=s.gfD() +d.a.U(0,r) +b.U(0,r) +a.fM(s.gr3()) +return s}, +a2b:function a2b(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +au2:function au2(a){this.a=a}, +au3:function au3(a){this.a=a}, +au4:function au4(a){this.a=a}, +au5:function au5(a){this.a=a}, +ov:function ov(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +a29:function a29(a,b,c,d){var _=this +_.d=$ +_.m6$=a +_.kX$=b +_.m7$=c +_.a=null +_.b=d +_.c=null}, +ow:function ow(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +a2a:function a2a(a,b,c,d){var _=this +_.d=$ +_.m6$=a +_.kX$=b +_.m7$=c +_.a=null +_.b=d +_.c=null}, +jb:function jb(){}, +V3:function V3(){}, +KO:function KO(){}, +uk:function uk(a){this.a=a}, +aeX:function aeX(a){this.a=a}, +wI:function wI(){}, +Gn:function Gn(a,b,c,d,e,f,g,h){var _=this +_.r=a +_.w=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.k4$=0 +_.ok$=h +_.p2$=_.p1$=0 +_.p3$=!1}, +au0:function au0(a,b){this.a=a +this.b=b}, +Go:function Go(a,b,c,d,e,f,g,h){var _=this +_.r=a +_.w=b +_.x=c +_.y=d +_.z=e +_.Q=f +_.as=g +_.k4$=0 +_.ok$=h +_.p2$=_.p1$=0 +_.p3$=!1}, +au1:function au1(a,b){this.a=a +this.b=b}, +Zh:function Zh(){}, +GM:function GM(){}, +GN:function GN(){}, +aQO(a,b,c){var s,r,q,p,o,n,m,l,k,j,i +if(a===b)return a +s=A.x(a.a,b.a,c) +r=A.dl(a.b,b.b,c) +q=A.N(a.c,b.c,c) +p=A.x(a.d,b.d,c) +o=A.x(a.e,b.e,c) +n=A.ba(a.f,b.f,c) +m=A.aW(a.r,b.r,c,A.H4(),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.x(a.z,b.z,c) +return new A.Aw(s,r,q,p,o,n,m,k,j,l,i,A.N(a.Q,b.Q,c))}, +Aw:function Aw(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}, +ZT:function ZT(){}, +Qi:function Qi(){}, +Ym:function Ym(a,b,c,d,e,f,g){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f +_.a=g}, +aqo:function aqo(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +zx:function zx(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.a=g}, +Yn:function Yn(a,b,c){var _=this +_.d=$ +_.hg$=a +_.cJ$=b +_.a=null +_.b=c +_.c=null}, +aqn:function aqn(a,b,c,d,e,f){var _=this +_.f=a +_.r=$ +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +Gy:function Gy(){}, +aR_(a,b,c){var s,r,q,p +if(a===b)return a +s=A.x(a.a,b.a,c) +r=A.x(a.b,b.b,c) +q=A.N(a.c,b.c,c) +p=A.x(a.d,b.d,c) +return new A.uw(s,r,q,p,A.x(a.e,b.e,c))}, +aE1(a){var s +a.au(t.C0) +s=A.ap(a) +return s.eg}, +uw:function uw(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +ZV:function ZV(){}, +aR1(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.aW(a.b,b.b,c,A.bX(),q) +if(s)o=a.e +else o=b.e +q=A.aW(a.c,b.c,c,A.bX(),q) +n=A.N(a.d,b.d,c) +if(s)s=a.f +else s=b.f +return new A.AE(r,p,q,n,o,s)}, +AE:function AE(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +ZZ:function ZZ(){}, +ay6(a,b){return new A.Bl(a,b,null)}, +Bn(a){var s=a.tt(t.Np) +if(s!=null)return s +throw A.c(A.tk(A.a([A.mX("Scaffold.of() called with a context that does not contain a Scaffold."),A.be("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.LC('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.LC("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.afi("The context used was")],t.D)))}, +hb:function hb(a,b){this.a=a +this.b=b}, +Bm:function Bm(a,b){this.c=a +this.a=b}, +Rl:function Rl(a,b,c,d,e,f){var _=this +_.d=a +_.e=b +_.r=c +_.y=_.x=null +_.e4$=d +_.bn$=e +_.a=null +_.b=f +_.c=null}, +aiw:function aiw(a,b,c){this.a=a +this.b=b +this.c=c}, +F0:function F0(a,b,c){this.f=a +this.b=b +this.a=c}, +aix:function aix(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}, +Rk:function Rk(a,b){this.a=a +this.b=b}, +a_U:function a_U(a,b,c){var _=this +_.a=a +_.b=null +_.c=b +_.k4$=0 +_.ok$=c +_.p2$=_.p1$=0 +_.p3$=!1}, +D4:function D4(a,b,c,d,e,f,g){var _=this +_.e=a +_.f=b +_.r=c +_.a=d +_.b=e +_.c=f +_.d=g}, +VF:function VF(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +ash:function ash(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}, +DI:function DI(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +DJ:function DJ(a,b,c){var _=this +_.x=_.w=_.r=_.f=_.e=_.d=$ +_.y=null +_.e4$=a +_.bn$=b +_.a=null +_.b=c +_.c=null}, +apc:function apc(a,b){this.a=a +this.b=b}, +Bl:function Bl(a,b,c){this.e=a +this.f=b +this.a=c}, +uS:function uS(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 +_.c4$=i +_.ir$=j +_.y3$=k +_.fS$=l +_.is$=m +_.e4$=n +_.bn$=o +_.a=null +_.b=p +_.c=null}, +aiz:function aiz(a,b){this.a=a +this.b=b}, +aiy:function aiy(a,b){this.a=a +this.b=b}, +aiA:function aiA(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +WQ:function WQ(a,b){this.e=a +this.a=b +this.b=null}, +a_V:function a_V(a,b,c){this.f=a +this.b=b +this.a=c}, +asi:function asi(){}, +F1:function F1(){}, +F2:function F2(){}, +F3:function F3(){}, +Gv:function Gv(){}, +aRD(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.aW(a.a,b.a,c,A.aI4(),s) +q=A.aW(a.b,b.b,c,A.H8(),t.PM) +s=A.aW(a.c,b.c,c,A.aI4(),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.Qs(a.f,b.f,c) +m=t._ +l=A.aW(a.r,b.r,c,A.bX(),m) +k=A.aW(a.w,b.w,c,A.bX(),m) +m=A.aW(a.x,b.x,c,A.bX(),m) +j=A.N(a.y,b.y,c) +i=A.N(a.z,b.z,c) +return new A.Bz(r,q,s,p,o,n,l,k,m,j,i,A.N(a.Q,b.Q,c))}, +aVJ(a,b,c){return c<0.5?a:b}, +Bz:function Bz(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}, +a00:function a00(){}, +aRF(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h +if(a===b)return a +s=A.aW(a.a,b.a,c,A.H8(),t.PM) +r=t._ +q=A.aW(a.b,b.b,c,A.bX(),r) +p=A.aW(a.c,b.c,c,A.bX(),r) +o=A.aW(a.d,b.d,c,A.bX(),r) +r=A.aW(a.e,b.e,c,A.bX(),r) +n=A.aRE(a.f,b.f,c) +m=A.aW(a.r,b.r,c,A.azg(),t.KX) +l=A.aW(a.w,b.w,c,A.azs(),t.pc) +k=t.p8 +j=A.aW(a.x,b.x,c,A.H4(),k) +k=A.aW(a.y,b.y,c,A.H4(),k) +i=A.oN(a.z,b.z,c) +if(c<0.5)h=a.Q +else h=b.Q +return new A.BA(s,q,p,o,r,n,m,l,j,k,i,h)}, +aRE(a,b,c){if(a==b)return a +return new A.Yk(a,b,c)}, +BA:function BA(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}, +Yk:function Yk(a,b,c){this.a=a +this.b=b +this.c=c}, +a01:function a01(){}, +aRH(a,b,c){var s,r,q,p,o,n,m,l +if(a===b)return a +s=A.x(a.a,b.a,c) +r=A.N(a.b,b.b,c) +q=A.x(a.c,b.c,c) +p=A.aRG(a.d,b.d,c) +o=A.aDG(a.e,b.e,c) +n=a.f +m=b.f +l=A.ba(n,m,c) +n=A.ba(n,m,c) +m=A.oN(a.w,b.w,c) +return new A.BB(s,r,q,p,o,l,n,m,A.x(a.x,b.x,c))}, +aRG(a,b,c){if(a==null||b==null)return null +if(a===b)return a +return A.aO(a,b,c)}, +BB:function BB(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}, +a02:function a02(){}, +aRJ(a,b,c){var s,r +if(a===b&&!0)return a +s=A.jM(a.a,b.a,c) +if(c<0.5)r=a.b +else r=b.b +return new A.BC(s,r)}, +BC:function BC(a,b){this.a=a +this.b=b}, +a03:function a03(){}, +aFX(a){var s=a.uu(!1) +return new A.a19(a,new A.d5(s,B.kV,B.bB),$.aD())}, +aRK(a,b){return new A.Hp(b.gaeb(),b.gaea(),null)}, +a19:function a19(a,b,c){var _=this +_.ax=a +_.a=b +_.k4$=0 +_.ok$=c +_.p2$=_.p1$=0 +_.p3$=!1}, +a06:function a06(a,b){var _=this +_.x=a +_.a=b +_.b=!0 +_.c=!1 +_.e=_.d=0 +_.r=_.f=null +_.w=!1}, +BD:function BD(a,b){this.c=a +this.a=b}, +Fe:function Fe(a,b){var _=this +_.d=$ +_.e=null +_.f=!1 +_.w=_.r=$ +_.x=a +_.a=null +_.b=b +_.c=null}, +ass:function ass(a,b){this.a=a +this.b=b}, +asr:function asr(a,b){this.a=a +this.b=b}, +ast:function ast(a){this.a=a}, +aTW(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,a0){var s=null,r=new A.ws(o,A.vl(s,s,s,s,s,B.aT,s,s,B.af,B.a2),a0,l,j,m,b,f,n,q,k,i,h,g,p,d,e,a,!1,A.ar()) +r.aN() +r.a_z(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,a0) +return r}, +asP:function asP(a,b){this.a=a +this.b=b}, +S_:function S_(a,b){this.a=a +this.b=b}, +BP:function BP(a,b,c,d,e,f,g){var _=this +_.c=a +_.e=b +_.r=c +_.w=d +_.x=e +_.Q=f +_.a=g}, +Fo:function Fo(a,b,c,d,e){var _=this +_.r=_.f=_.e=_.d=$ +_.w=null +_.x=a +_.y=$ +_.z=null +_.Q=!1 +_.as=null +_.ax=_.at=!1 +_.ay=b +_.ch=null +_.e4$=c +_.bn$=d +_.a=null +_.b=e +_.c=null}, +asM:function asM(a,b){this.a=a +this.b=b}, +asN:function asN(a,b){this.a=a +this.b=b}, +asK:function asK(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +asL:function asL(a){this.a=a}, +asJ:function asJ(a){this.a=a}, +asO:function asO(a){this.a=a}, +a0p:function a0p(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=d +_.w=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.as=j +_.at=k +_.ax=l +_.ay=m +_.ch=n +_.CW=o +_.a=p}, +ws:function ws(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){var _=this +_.D=a +_.az=_.aK=_.ag=$ +_.aP=b +_.b9=_.bc=$ +_.bg=!1 +_.V=0 +_.c5=null +_.aS=c +_.ef=d +_.e5=e +_.fz=f +_.iw=g +_.eg=h +_.co=i +_.cK=j +_.ar=k +_.cf=l +_.eh=m +_.bu=n +_.cu=o +_.fV=p +_.dw=q +_.cP=!1 +_.e6=r +_.pi$=s +_.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=a0 +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +arN:function arN(a){this.a=a}, +arL:function arL(){}, +arK:function arK(){}, +arM:function arM(a){this.a=a}, +ju:function ju(a){this.a=a}, +ww:function ww(a,b){this.a=a +this.b=b}, +a2_:function a2_(a,b){this.d=a +this.a=b}, +a_z:function a_z(a,b,c){var _=this +_.D=$ +_.ag=a +_.pi$=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}, +asH:function asH(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){var _=this +_.k4=a +_.ok=$ +_.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 +_.id=a9 +_.k1=b0 +_.k2=b1 +_.k3=b2}, +asI:function asI(a){this.a=a}, +GF:function GF(){}, +GH:function GH(){}, +GL:function GL(){}, +aEE(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.v6(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)}, +aS5(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.N(b2.a,b3.a,b4) +r=A.x(b2.b,b3.b,b4) +q=A.x(b2.c,b3.c,b4) +p=A.x(b2.d,b3.d,b4) +o=A.x(b2.e,b3.e,b4) +n=A.x(b2.r,b3.r,b4) +m=A.x(b2.f,b3.f,b4) +l=A.x(b2.w,b3.w,b4) +k=A.x(b2.x,b3.x,b4) +j=A.x(b2.y,b3.y,b4) +i=A.x(b2.z,b3.z,b4) +h=A.x(b2.Q,b3.Q,b4) +g=A.x(b2.as,b3.as,b4) +f=A.x(b2.at,b3.at,b4) +e=A.x(b2.ax,b3.ax,b4) +d=A.x(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.ba(b2.go,b3.go,b4) +a9=A.N(b2.id,b3.id,b4) +b0=c?b2.k1:b3.k1 +b1=c?b2.k2:b3.k2 +return A.aEE(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)}, +ajZ:function ajZ(a,b){this.a=a +this.b=b}, +v6:function v6(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}, +akb:function akb(){}, +akc:function akc(){}, +akd:function akd(){}, +a4W:function a4W(){}, +ahS:function ahS(){}, +ahR:function ahR(){}, +ahQ:function ahQ(){}, +ahP:function ahP(){}, +agG:function agG(){}, +a7P:function a7P(){}, +a_N:function a_N(){}, +a0q:function a0q(){}, +BR:function BR(a,b){this.a=a +this.b=b}, +aS8(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h +if(a===b&&!0)return a +s=A.x(a.a,b.a,c) +r=A.x(a.b,b.b,c) +q=A.x(a.c,b.c,c) +p=A.ba(a.d,b.d,c) +o=A.N(a.e,b.e,c) +n=A.dl(a.f,b.f,c) +if(c<0.5)m=a.r +else m=b.r +l=A.N(a.w,b.w,c) +k=A.a7S(a.x,b.x,c) +j=A.x(a.z,b.z,c) +i=A.N(a.Q,b.Q,c) +h=A.x(a.as,b.as,c) +return new A.BS(s,r,q,p,o,n,m,l,k,j,i,h,A.x(a.at,b.at,c))}, +BS:function BS(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}, +a0v:function a0v(){}, +aSl(a,b,c){var s,r,q,p,o,n,m,l,k +if(a===b&&!0)return a +s=t._ +r=A.aW(a.a,b.a,c,A.bX(),s) +q=A.aW(a.b,b.b,c,A.bX(),s) +p=A.aW(a.c,b.c,c,A.bX(),s) +o=A.aW(a.d,b.d,c,A.H8(),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.aW(a.r,b.r,c,A.bX(),s) +k=A.N(a.w,b.w,c) +if(n)n=a.x +else n=b.x +return new A.C_(r,q,p,o,m,l,s,k,n)}, +C_:function C_(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}, +a0M:function a0M(){}, +aSm(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.a71(a.a,b.a,c) +r=A.x(a.b,b.b,c) +q=c<0.5 +p=q?a.c:b.c +o=A.x(a.d,b.d,c) +n=q?a.e:b.e +m=A.x(a.f,b.f,c) +l=A.ea(a.r,b.r,c) +k=A.ba(a.w,b.w,c) +j=A.x(a.x,b.x,c) +i=A.ba(a.y,b.y,c) +h=A.aW(a.z,b.z,c,A.bX(),t._) +g=q?a.Q:b.Q +f=q?a.as:b.as +return new A.C1(s,r,p,o,n,m,l,k,j,i,h,g,f,q?a.at:b.at)}, +C1:function C1(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}, +a0P:function a0P(){}, +ayj(a,b,c){var s=null +return new A.Su(b,s,s,s,c,B.I,s,!1,s,!0,a,s)}, +aEP(a,b,c,d,e,f,g,h,i,a0,a1,a2,a3,a4,a5,a6,a7,a8,a9){var s,r,q,p,o,n,m,l,k,j=null +if(e==null)s=j +else s=e +r=new A.FF(a0,s) +q=c==null +if(q&&d==null)p=j +else if(d==null){q=q?j:new A.cb(c,t.Il) +p=q}else{q=new A.FF(c,d) +p=q}o=new A.a0W(a0) +q=a8==null?j:new A.cb(a8,t.XL) +n=a4==null?j:new A.cb(a4,t.h9) +m=g==null?j:new A.cb(g,t.QL) +l=t.iL +k=a1==null?j:new A.cb(a1,l) +return A.a5s(a,b,p,m,h,j,r,j,j,k,new A.cb(a2,l),new A.a0V(i,f),o,new A.cb(a3,t.Ak),n,new A.cb(a5,t.kU),j,a6,j,a7,q,a9)}, +aVX(a){var s +A.ap(a) +s=A.dc(a,B.eN) +s=s==null?null:s.gdS() +return A.aMJ(B.IU,B.J4,B.J1,(s==null?B.af:s).a)}, +Su:function Su(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}, +FF:function FF(a,b){this.a=a +this.b=b}, +a0W:function a0W(a){this.a=a}, +a0V:function a0V(a,b){this.a=a +this.b=b}, +a0X:function a0X(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}, +at4:function at4(a){this.a=a}, +at6:function at6(a){this.a=a}, +at5:function at5(){}, +a2U:function a2U(){}, +aSp(a,b,c){if(a===b)return a +return new A.Ca(A.jM(a.a,b.a,c))}, +Ca:function Ca(a){this.a=a}, +a0Y:function a0Y(){}, +Pc:function Pc(){}, +adx:function adx(){}, +a1_:function a1_(a,b){this.b=a +this.a=b}, +YD:function YD(){}, +aSu(a,b,c){var s,r +if(a===b)return a +s=A.x(a.a,b.a,c) +r=A.x(a.b,b.b,c) +return new A.Co(s,r,A.x(a.c,b.c,c))}, +Co:function Co(a,b,c){this.a=a +this.b=b +this.c=c}, +a11:function a11(){}, +aSv(a,b,c){return new A.SE(a,b,c,null)}, +aSC(a,b){return new A.a12(b,null)}, +aU5(a){var s,r=null,q=a.a.a +switch(q){case 1:s=A.vo(r,r,r,r).ax.cy===a.cy +break +case 0:s=A.vo(B.a4,r,r,r).ax.cy===a.cy +break +default:s=r}if(!s)return a.cy +switch(q){case 1:q=B.k +break +case 0:q=B.bZ +break +default:q=r}return q}, +SE:function SE(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +FK:function FK(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +a16:function a16(a,b,c,d){var _=this +_.d=!1 +_.e=a +_.e4$=b +_.bn$=c +_.a=null +_.b=d +_.c=null}, +ato:function ato(a){this.a=a}, +atn:function atn(a){this.a=a}, +a17:function a17(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +a18:function a18(a,b,c,d){var _=this +_.A=null +_.Z=a +_.ak=b +_.k3$=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}, +atp:function atp(a,b,c){this.a=a +this.b=b +this.c=c}, +a13:function a13(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +a14:function a14(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}, +a_y:function a_y(a,b,c,d,e,f){var _=this +_.D=-1 +_.ag=a +_.aK=b +_.es$=c +_.ao$=d +_.dV$=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}, +arO:function arO(a,b,c){this.a=a +this.b=b +this.c=c}, +arP:function arP(a,b,c){this.a=a +this.b=b +this.c=c}, +arR:function arR(a,b){this.a=a +this.b=b}, +arQ:function arQ(a,b,c){this.a=a +this.b=b +this.c=c}, +arS:function arS(a){this.a=a}, +a12:function a12(a,b){this.c=a +this.a=b}, +a15:function a15(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +a2I:function a2I(){}, +a2V:function a2V(){}, +aSz(a){if(a===B.EU||a===B.ln)return 14.5 +return 9.5}, +aSB(a){if(a===B.EV||a===B.ln)return 14.5 +return 9.5}, +aSA(a,b){if(a===0)return b===1?B.ln:B.EU +if(a===b-1)return B.EV +return B.a9v}, +aSy(a){var s,r=null,q=a.a.a +switch(q){case 1:s=A.vo(r,r,r,r).ax.db===a.db +break +case 0:s=A.vo(B.a4,r,r,r).ax.db===a.db +break +default:s=r}if(!s)return a.db +switch(q){case 1:q=B.o +break +case 0:q=B.k +break +default:q=r}return q}, +wB:function wB(a,b){this.a=a +this.b=b}, +SG:function SG(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +ayl(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.df(r,q,p,a0,o,n,m,l,k,j,i,h,g,a4,a5==null?s:a5)}, +vn(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.ba(a.a,b.a,c) +r=A.ba(a.b,b.b,c) +q=A.ba(a.c,b.c,c) +p=A.ba(a.d,b.d,c) +o=A.ba(a.e,b.e,c) +n=A.ba(a.f,b.f,c) +m=A.ba(a.r,b.r,c) +l=A.ba(a.w,b.w,c) +k=A.ba(a.x,b.x,c) +j=A.ba(a.y,b.y,c) +i=A.ba(a.z,b.z,c) +h=A.ba(a.Q,b.Q,c) +g=A.ba(a.as,b.as,c) +f=A.ba(a.at,b.at,c) +return A.ayl(j,i,h,s,r,q,p,o,n,g,f,A.ba(a.ax,b.ax,c),m,l,k)}, +df:function df(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}, +a1c:function a1c(){}, +ap(a){var s,r=a.au(t.Nr),q=A.ed(a,B.cM,t.c4),p=q==null?null:q.gaD() +if(p==null)p=B.r +s=r==null?null:r.w.c +if(s==null)s=$.aJB() +return A.aSH(s,s.p4.UJ(p))}, +Cq:function Cq(a,b,c){this.c=a +this.d=b +this.a=c}, +DX:function DX(a,b,c){this.w=a +this.b=b +this.a=c}, +qH:function qH(a,b){this.a=a +this.b=b}, +x3:function x3(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +Vj:function Vj(a,b,c){var _=this +_.CW=null +_.e=_.d=$ +_.hg$=a +_.cJ$=b +_.a=null +_.b=c +_.c=null}, +anr:function anr(){}, +vo(d3,d4,d5,d6){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=null,d1=A.a([],t.FO),d2=A.br() +switch(d2.a){case 0:case 1:case 2:s=B.WZ +break +case 3:case 4:case 5:s=B.X_ +break +default:s=d0}r=A.aTc(d2) +d6=d6!==!1 +if(d6)q=B.GM +else q=B.GN +if(d3==null){p=d4==null?d0:d4.a +o=p}else o=d3 +if(o==null)o=B.W +n=o===B.a4 +if(d6){if(d4==null)d4=n?B.H3:B.H0 +m=n?d4.cy:d4.b +l=n?d4.db:d4.c +k=d4.CW +j=d4.cy +i=d4.fr +if(i==null)i=d4.cx +h=d4.at +g=d3===B.a4 +f=k +e=m +d=l +c=f +b=j +a=c}else{f=d0 +e=f +d=e +h=d +i=h +c=i +b=c +k=b +j=k +a=j +g=a}if(e==null)e=n?B.Hl:B.hf +a0=A.am2(e) +a1=n?B.HE:B.m9 +a2=n?B.o:B.m4 +a3=a0===B.a4 +if(n)a4=B.m8 +else{p=d4==null?d0:d4.f +a4=p==null?B.iJ:p}a5=n?A.M(31,255,255,255):A.M(31,0,0,0) +a6=n?A.M(10,255,255,255):A.M(10,0,0,0) +if(k==null)k=n?B.m5:B.HR +if(f==null)f=k +if(b==null)b=n?B.bZ:B.k +if(i==null)i=n?B.HV:B.HU +if(d4==null){a7=n?B.m8:B.iK +p=n?B.iM:B.iO +a8=A.am2(B.hf)===B.a4 +a9=A.am2(a7) +b0=a8?B.k:B.o +a9=a9===B.a4?B.k:B.o +b1=n?B.k:B.o +b2=a8?B.k:B.o +d4=A.awL(p,o,B.mb,d0,d0,d0,b2,n?B.o:B.k,d0,d0,b0,d0,a9,d0,b1,d0,d0,d0,d0,d0,B.hf,d0,d0,a7,d0,d0,b,d0,d0,d0,d0)}b3=n?B.K:B.J +b4=n?B.iM:B.mc +if(c==null)c=n?B.bZ:B.k +if(d==null){d=d4.f +if(d.k(0,e))d=B.k}b5=n?B.Hc:A.M(153,0,0,0) +b6=new A.Il(n?B.iJ:B.HK,d0,a5,a6,d0,d0,d4,s) +b7=n?B.H9:B.H8 +b8=n?B.lY:B.iF +b9=n?B.lY:B.Ha +if(d6){c0=A.aFa(d2,d0,d0,B.a4Q,B.a4P,B.a4L) +p=d4.a===B.W +c1=p?d4.db:d4.cy +c2=p?d4.cy:d4.db +p=c0.a.Pu(c1,c1,c1) +a9=c0.b.Pu(c2,c2,c2) +c3=new A.vu(p,a9,c0.c,c0.d,c0.e)}else c3=A.aSY(d2) +c4=n?c3.b:c3.a +c5=a3?c3.b:c3.a +if(d5!=null){c4=c4.Pt(d5) +c5=c5.Pt(d5)}c6=c4.cp(d0) +c7=c5.cp(d0) +c8=n?new A.cQ(d0,d0,d0,d0,d0,$.aAr(),d0,d0):new A.cQ(d0,d0,d0,d0,d0,$.aAq(),d0,d0) +c9=a3?B.JF:B.JE +if(h==null)h=B.mb +if(a==null)a=n?B.iM:B.iO +if(j==null)j=n?B.bZ:B.k +return A.aym(d0,B.F5,g===!0,a,B.Fb,B.WW,j,B.Fr,B.Fs,B.Ft,B.FI,b6,k,b,B.GX,B.GY,B.GZ,d4,d0,B.Ij,B.Ik,c,B.Iw,b7,i,B.Ix,B.Iz,B.IA,B.J6,h,B.Ja,A.aSF(d1),B.Jl,B.Jo,a5,b8,b5,a6,B.Jy,c8,d,B.G5,B.Ki,s,B.X3,B.X4,B.X5,B.Xj,B.Xk,B.Xm,B.Yb,B.Yj,d2,B.Z3,e,a2,a1,c9,c7,B.Z6,B.Za,f,B.ZE,B.ZF,B.ZG,b4,B.ZH,B.HQ,B.o,B.a01,B.a05,b9,q,B.a0i,B.a0m,B.a0o,B.a0H,c6,B.a51,B.a52,a4,B.a58,c3,b3,d6,r)}, +aym(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.iy(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)}, +aSD(){return A.vo(B.W,null,null,null)}, +aSH(a,b){return $.aJA().bf(0,new A.w3(a,b),new A.am3(a,b))}, +am2(a){var s=a.Q5()+0.05 +if(s*s>0.15)return B.W +return B.a4}, +aSE(a,b,c){var s=a.c,r=s.yL(s,new A.am0(b,c),t.K,t.Ag) +s=b.c +s=s.ge3(s) +r.Pi(r,s.hY(s,new A.am1(a))) +return r}, +aSF(a){var s,r,q=t.K,p=t.ZF,o=A.w(q,p) +for(s=0;!1;++s){r=a[s] +o.m(0,r.gzQ(r),p.a(r))}return A.awP(o,q,t.Ag)}, +aSG(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.aSE(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.aRD(h4.w,h5.w,h6) +j=s?h4.x:h5.x +i=A.aTd(h4.z,h5.z,h6) +h=A.x(h4.as,h5.as,h6) +h.toString +g=A.x(h4.at,h5.at,h6) +g.toString +f=A.aN6(h4.ax,h5.ax,h6) +e=A.x(h4.ay,h5.ay,h6) +e.toString +d=A.x(h4.ch,h5.ch,h6) +d.toString +c=A.x(h4.CW,h5.CW,h6) +c.toString +b=A.x(h4.cx,h5.cx,h6) +b.toString +a=A.x(h4.cy,h5.cy,h6) +a.toString +a0=A.x(h4.db,h5.db,h6) +a0.toString +a1=A.x(h4.dx,h5.dx,h6) +a1.toString +a2=A.x(h4.dy,h5.dy,h6) +a2.toString +a3=A.x(h4.fr,h5.fr,h6) +a3.toString +a4=A.x(h4.fx,h5.fx,h6) +a4.toString +a5=A.x(h4.fy,h5.fy,h6) +a5.toString +a6=A.x(h4.go,h5.go,h6) +a6.toString +a7=A.x(h4.id,h5.id,h6) +a7.toString +a8=A.x(h4.k2,h5.k2,h6) +a8.toString +a9=A.x(h4.k3,h5.k3,h6) +a9.toString +b0=A.x(h4.k4,h5.k4,h6) +b0.toString +b1=A.lg(h4.ok,h5.ok,h6) +b2=A.lg(h4.p1,h5.p1,h6) +b3=A.vn(h4.p2,h5.p2,h6) +b4=A.vn(h4.p3,h5.p3,h6) +b5=A.aSZ(h4.p4,h5.p4,h6) +b6=A.aMg(h4.R8,h5.R8,h6) +b7=A.aMr(h4.RG,h5.RG,h6) +b8=A.aMw(h4.rx,h5.rx,h6) +b9=h4.ry +c0=h5.ry +c1=A.x(b9.a,c0.a,h6) +c2=A.x(b9.b,c0.b,h6) +c3=A.x(b9.c,c0.c,h6) +c4=A.x(b9.d,c0.d,h6) +c5=A.ba(b9.e,c0.e,h6) +c6=A.N(b9.f,c0.f,h6) +c7=A.ea(b9.r,c0.r,h6) +b9=A.ea(b9.w,c0.w,h6) +c0=A.aMB(h4.to,h5.to,h6) +c8=A.aMC(h4.x1,h5.x1,h6) +c9=A.aMD(h4.x2,h5.x2,h6) +d0=A.aMI(h4.xr,h5.xr,h6) +s=s?h4.y1:h5.y1 +d1=A.aMO(h4.y2,h5.y2,h6) +d2=A.aMR(h4.b4,h5.b4,h6) +d3=A.aMW(h4.bo,h5.bo,h6) +d4=A.aNw(h4.av,h5.av,h6) +d5=A.aND(h4.aM,h5.aM,h6) +d6=A.aNO(h4.bt,h5.bt,h6) +d7=A.aNU(h4.bL,h5.bL,h6) +d8=A.aOa(h4.bz,h5.bz,h6) +d9=A.aOb(h4.D,h5.D,h6) +e0=A.aOj(h4.ag,h5.ag,h6) +e1=A.aOt(h4.aK,h5.aK,h6) +e2=A.aOu(h4.az,h5.az,h6) +e3=A.aOw(h4.aP,h5.aP,h6) +e4=A.aP5(h4.bc,h5.bc,h6) +e5=A.aPz(h4.b9,h5.b9,h6) +e6=A.aQ1(h4.bg,h5.bg,h6) +e7=A.aQ2(h4.V,h5.V,h6) +e8=A.aQ3(h4.c5,h5.c5,h6) +e9=A.aQi(h4.aS,h5.aS,h6) +f0=A.aQj(h4.ef,h5.ef,h6) +f1=A.aQk(h4.e5,h5.e5,h6) +f2=A.aQp(h4.fz,h5.fz,h6) +f3=A.aQO(h4.iw,h5.iw,h6) +f4=A.aR_(h4.eg,h5.eg,h6) +f5=A.aR1(h4.co,h5.co,h6) +f6=A.aRF(h4.cK,h5.cK,h6) +f7=A.aRH(h4.ar,h5.ar,h6) +f8=A.aRJ(h4.cf,h5.cf,h6) +f9=A.aS5(h4.eh,h5.eh,h6) +g0=A.aS8(h4.bu,h5.bu,h6) +g1=A.aSl(h4.cu,h5.cu,h6) +g2=A.aSm(h4.fV,h5.fV,h6) +g3=A.aSp(h4.dw,h5.dw,h6) +g4=A.aSu(h4.cP,h5.cP,h6) +g5=A.aSJ(h4.e6,h5.e6,h6) +g6=A.aSK(h4.hj,h5.hj,h6) +g7=A.aSM(h4.bM,h5.bM,h6) +g8=h4.A +g8.toString +g9=h5.A +g9.toString +g9=A.x(g8,g9,h6) +g8=h4.k1 +g8.toString +h0=h5.k1 +h0.toString +h0=A.x(g8,h0,h6) +g8=h4.eM +g8.toString +h1=h5.eM +h1.toString +h1=A.x(g8,h1,h6) +g8=h4.eN +g8.toString +h2=h5.eN +h2.toString +h2=A.x(g8,h2,h6) +g8=h4.Q +g8.toString +h3=h5.Q +h3.toString +return A.aym(b6,b7,r,h2,b8,new A.zN(c1,c2,c3,c4,c5,c6,c7,b9),A.x(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)}, +aPO(a,b){return new A.No(a,b,B.l8,b.a,b.b,b.c,b.d,b.e,b.f,b.r)}, +aTc(a){switch(a.a){case 0:case 2:case 1:break +case 3:case 4:case 5:return B.a6i}return B.ds}, +aTd(a,b,c){var s,r +if(a===b)return a +s=A.N(a.a,b.a,c) +s.toString +r=A.N(a.b,b.b,c) +r.toString +return new A.lY(s,r)}, +pO:function pO(a,b){this.a=a +this.b=b}, +iy:function iy(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 +_.b4=c8 +_.bo=c9 +_.av=d0 +_.aM=d1 +_.bt=d2 +_.bL=d3 +_.bz=d4 +_.D=d5 +_.ag=d6 +_.aK=d7 +_.az=d8 +_.aP=d9 +_.bc=e0 +_.b9=e1 +_.bg=e2 +_.V=e3 +_.c5=e4 +_.aS=e5 +_.ef=e6 +_.e5=e7 +_.fz=e8 +_.iw=e9 +_.eg=f0 +_.co=f1 +_.cK=f2 +_.ar=f3 +_.cf=f4 +_.eh=f5 +_.bu=f6 +_.cu=f7 +_.fV=f8 +_.dw=f9 +_.cP=g0 +_.e6=g1 +_.hj=g2 +_.bM=g3 +_.eM=g4 +_.eN=g5 +_.A=g6}, +am3:function am3(a,b){this.a=a +this.b=b}, +am0:function am0(a,b){this.a=a +this.b=b}, +am1:function am1(a){this.a=a}, +No:function No(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}, +w3:function w3(a,b){this.a=a +this.b=b}, +Xe:function Xe(a,b,c){this.a=a +this.b=b +this.$ti=c}, +lY:function lY(a,b){this.a=a +this.b=b}, +a1g:function a1g(){}, +a23:function a23(){}, +aSJ(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.aO(s,r,a4)}}r=A.x(a2.a,a3.a,a4) +q=A.jM(a2.b,a3.b,a4) +p=A.jM(a2.c,a3.c,a4) +o=A.x(a2.e,a3.e,a4) +n=t.KX.a(A.dl(a2.f,a3.f,a4)) +m=A.x(a2.r,a3.r,a4) +l=A.ba(a2.w,a3.w,a4) +k=A.x(a2.x,a3.x,a4) +j=A.x(a2.y,a3.y,a4) +i=A.x(a2.z,a3.z,a4) +h=A.ba(a2.Q,a3.Q,a4) +g=A.N(a2.as,a3.as,a4) +f=A.x(a2.at,a3.at,a4) +e=A.ba(a2.ax,a3.ax,a4) +d=A.x(a2.ay,a3.ay,a4) +c=A.dl(a2.ch,a3.ch,a4) +b=A.x(a2.CW,a3.CW,a4) +a=A.ba(a2.cx,a3.cx,a4) +if(a4<0.5)a0=a2.cy +else a0=a3.cy +a1=A.ea(a2.db,a3.db,a4) +return new A.Ct(r,q,p,s,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,A.dl(a2.dx,a3.dx,a4))}, +Ct:function Ct(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}, +a1k:function a1k(){}, +aSK(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.ba(a.a,b.a,c) +r=A.oN(a.b,b.b,c) +q=A.x(a.c,b.c,c) +p=A.x(a.d,b.d,c) +o=A.x(a.e,b.e,c) +n=A.x(a.f,b.f,c) +m=A.x(a.r,b.r,c) +l=A.x(a.w,b.w,c) +k=A.x(a.y,b.y,c) +j=A.x(a.x,b.x,c) +i=A.x(a.z,b.z,c) +h=A.x(a.Q,b.Q,c) +g=A.x(a.as,b.as,c) +f=A.rF(a.ax,b.ax,c) +return new A.Cv(s,r,q,p,o,n,m,l,j,k,i,h,g,A.N(a.at,b.at,c),f)}, +Cv:function Cv(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}, +a1l:function a1l(){}, +aFw(a,b,c){return new A.Xb(b,null,c,B.cX,a,null)}, +aF_(a,b){return new A.Cw(b,a,null)}, +aSN(){var s,r,q +if($.qK.length!==0){s=A.a($.qK.slice(0),A.a1($.qK)) +for(r=s.length,q=0;q>>16&255,r.gl(r)>>>8&255,r.gl(r)&255) +break +default:p=null}switch(q.a){case 1:o=b.a +break +case 0:r=b.a +o=A.M(0,r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255) +break +default:o=null}r=a.d +q=b.d +if(r!==q){n=A.x(p,o,c) +n.toString +q=A.N(r,q,c) +q.toString +return new A.c9(n,s,B.V,q)}q=A.x(p,o,c) +q.toString +return new A.c9(q,s,B.V,r)}, +dl(a,b,c){var s,r +if(a==b)return a +s=b!=null?b.dM(a,c):null +if(s==null&&a!=null)s=a.dN(b,c) +if(s==null)r=c<0.5?a:b +else r=s +return r}, +aDG(a,b,c){var s,r +if(a==b)return a +s=b!=null?b.dM(a,c):null +if(s==null&&a!=null)s=a.dN(b,c) +if(s==null)r=c<0.5?a:b +else r=s +return r}, +aFu(a,b,c){var s,r,q,p,o,n,m=a instanceof A.iF?a.a:A.a([a],t.Fi),l=b instanceof A.iF?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.I(o*p/m,p):new A.I(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.I(o,o*p/q):new A.I(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.I(o,o*p/q) +s=c}else{s=new A.I(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.I(o*p/m,p) +r=b}else{r=new A.I(m*q/p,m) +s=c}break +case 5:r=new A.I(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.I(q*n,q):b +m=c.a +if(s.a>m)s=new A.I(m,m/n) +r=b +break +default:r=null +s=null}return new A.LO(r,s)}, +a5d:function a5d(a,b){this.a=a +this.b=b}, +LO:function LO(a,b){this.a=a +this.b=b}, +aMH(a,b,c){var s,r,q,p,o +if(a===b)return a +s=A.x(a.a,b.a,c) +s.toString +r=A.ue(a.b,b.b,c) +r.toString +q=A.N(a.c,b.c,c) +q.toString +p=A.N(a.d,b.d,c) +p.toString +o=a.e +return new A.e3(p,o===B.co?b.e:o,s,r,q)}, +awJ(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;q0){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.ar7(r,q,b-p,p)}o=Math.sqrt(k-m)/(2*l) +s=-(n/2*l) +return new A.atF(o,s,b,(c-s*b)/o)}, +aks:function aks(a,b,c){this.a=a +this.b=b +this.c=c}, +BV:function BV(a,b){this.a=a +this.b=b}, +Sf:function Sf(){}, +qs:function qs(a,b,c){this.b=a +this.c=b +this.a=c}, +aor:function aor(a,b,c){this.a=a +this.b=b +this.c=c}, +ar7:function ar7(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +atF:function atF(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +SM:function SM(a,b){this.a=a +this.c=b}, +aRb(a,b,c,d,e,f,g){var s=null,r=new A.QA(new A.RV(s,s),B.D6,b,g,A.ar(),a,f,s,A.ar()) +r.aN() +r.saV(s) +r.a_q(a,s,b,c,d,e,f,g) +return r}, +uH:function uH(a,b){this.a=a +this.b=b}, +QA:function QA(a,b,c,d,e,f,g,h,i){var _=this +_.cU=_.c3=$ +_.bS=a +_.cN=$ +_.d1=null +_.fR=b +_.iq=c +_.ti=d +_.Rk=e +_.A=null +_.Z=f +_.ak=g +_.k3$=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}, +agJ:function agJ(a){this.a=a}, +aTt(a){}, +uK:function uK(){}, +ahs:function ahs(a){this.a=a}, +ahu:function ahu(a){this.a=a}, +aht:function aht(a){this.a=a}, +ahr:function ahr(a){this.a=a}, +ahq:function ahq(a){this.a=a}, +VD:function VD(a,b){var _=this +_.a=a +_.k4$=0 +_.ok$=b +_.p2$=_.p1$=0 +_.p3$=!1}, +WG:function WG(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}, +a_G:function a_G(a,b,c,d){var _=this +_.D=!1 +_.fx=a +_.fy=null +_.go=b +_.k1=null +_.k3$=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}, +rH(a){var s=a.a,r=a.b +return new A.aP(s,s,r,r)}, +rI(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.aP(p,q,r,s?1/0:a)}, +xu(a,b){var s,r,q=b!==1/0,p=q?b:0 +q=q?b:1/0 +s=a!==1/0 +r=s?a:0 +return new A.aP(p,q,r,s?a:1/0)}, +a5b(a){return new A.aP(0,a.a,0,a.b)}, +oN(a,b,c){var s,r,q,p +if(a==b)return a +if(a==null)return b.aq(0,c) +if(b==null)return a.aq(0,1-c) +s=a.a +if(isFinite(s)){s=A.N(s,b.a,c) +s.toString}else s=1/0 +r=a.b +if(isFinite(r)){r=A.N(r,b.b,c) +r.toString}else r=1/0 +q=a.c +if(isFinite(q)){q=A.N(q,b.c,c) +q.toString}else q=1/0 +p=a.d +if(isFinite(p)){p=A.N(p,b.d,c) +p.toString}else p=1/0 +return new A.aP(s,r,q,p)}, +aBg(a){return new A.mK(a.a,a.b,a.c)}, +aP:function aP(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a5c:function a5c(){}, +mK:function mK(a,b,c){this.a=a +this.b=b +this.c=c}, +oO:function oO(a,b){this.c=a +this.a=b +this.b=null}, +fO:function fO(a){this.a=a}, +xS:function xS(){}, +Y7:function Y7(a,b){this.a=a +this.b=b}, +E0:function E0(a,b){this.a=a +this.b=b}, +D:function D(){}, +agL:function agL(a,b){this.a=a +this.b=b}, +agN:function agN(a,b){this.a=a +this.b=b}, +agM:function agM(a,b){this.a=a +this.b=b}, +ee:function ee(){}, +agK:function agK(a,b,c){this.a=a +this.b=b +this.c=c}, +Di:function Di(){}, +i9:function i9(a,b,c){var _=this +_.e=null +_.cC$=a +_.aH$=b +_.a=c}, +adZ:function adZ(){}, +AS:function AS(a,b,c,d,e){var _=this +_.D=a +_.es$=b +_.ao$=c +_.dV$=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}, +EH:function EH(){}, +a_h:function a_h(){}, +aE9(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.jB +s=J.a9(a) +r=s.gp(a)-1 +q=A.ax(0,e,!1,t.Ef) +p=0<=r +while(!0){if(!!1)break +s.i(a,0) +o=b[0] +o.gyD(o) +break}while(!0){if(!!1)break +s.i(a,r) +n=b[-1] +n.gyD(n) +break}m=A.aR("oldKeyedChildren") +if(p){m.scv(A.w(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.J(A.ew(l)) +J.eW(h,i,j)}++k}p=!0}else k=0 +for(l=m.a,g=0;!1;){o=d.a[g] +if(p){f=o.gyD(o) +i=m.b +if(i===m)A.J(A.ew(l)) +j=J.aE(i,f) +if(j!=null){o.gyD(o) +j=e}}else j=e +q[g]=A.aE8(j,o);++g}s.gp(a) +while(!0){if(!!1)break +q[g]=A.aE8(s.i(a,k),d.a[g]);++g;++k}return new A.e4(q,A.a1(q).h("e4<1,cr>"))}, +aE8(a,b){var s,r=a==null?A.BH(b.gyD(b),null):a,q=b.gTa(),p=A.kk() +q.gW8() +p.k2=q.gW8() +p.e=!0 +q.gadB(q) +s=q.gadB(q) +p.bs(B.Dq,!0) +p.bs(B.a_2,s) +q.gajv() +s=q.gajv() +p.bs(B.Dq,!0) +p.bs(B.a_4,s) +q.gVp(q) +p.bs(B.a_6,q.gVp(q)) +q.gadt(q) +p.bs(B.Dx,q.gadt(q)) +q.gafX(q) +s=q.gafX(q) +p.bs(B.a_8,!0) +p.bs(B.ZY,s) +q.gnt() +p.bs(B.a_5,q.gnt()) +q.galT() +p.bs(B.Dp,q.galT()) +q.gW4() +p.bs(B.Dw,q.gW4()) +q.gaiM() +p.bs(B.a__,q.gaiM()) +q.gGh(q) +p.bs(B.Do,q.gGh(q)) +q.gagi() +p.bs(B.Ds,q.gagi()) +q.gagj(q) +p.bs(B.kC,q.gagj(q)) +q.gpd(q) +s=q.gpd(q) +p.bs(B.kD,!0) +p.bs(B.kB,s) +q.gai1() +p.bs(B.a_0,q.gai1()) +q.gu7() +p.bs(B.Dn,q.gu7()) +q.gajB(q) +p.bs(B.Dv,q.gajB(q)) +q.gahM(q) +p.bs(B.hP,q.gahM(q)) +q.gahK() +p.bs(B.Du,q.gahK()) +q.gVd() +p.bs(B.Dr,q.gVd()) +q.gajE() +p.bs(B.Dt,q.gajE()) +q.gaj1() +p.bs(B.a_3,q.gaj1()) +q.gFH() +p.sFH(q.gFH()) +q.gEb() +p.sEb(q.gEb()) +q.gam0() +s=q.gam0() +p.bs(B.a_7,!0) +p.bs(B.ZX,s) +q.gno(q) +p.bs(B.ZZ,q.gno(q)) +q.gFy(q) +p.RG=new A.cm(q.gFy(q),B.ae) +p.e=!0 +q.gl(q) +p.rx=new A.cm(q.gl(q),B.ae) +p.e=!0 +q.gai3() +p.ry=new A.cm(q.gai3(),B.ae) +p.e=!0 +q.gafe() +p.to=new A.cm(q.gafe(),B.ae) +p.e=!0 +q.gahR(q) +p.x1=new A.cm(q.gahR(q),B.ae) +p.e=!0 +q.gc_() +p.b4=q.gc_() +p.e=!0 +q.gmi() +p.smi(q.gmi()) +q.gmh() +p.smh(q.gmh()) +q.gz7() +p.sz7(q.gz7()) +q.gz8() +p.sz8(q.gz8()) +q.gz9() +p.sz9(q.gz9()) +q.gz6() +p.sz6(q.gz6()) +q.gz0() +p.sz0(q.gz0()) +q.gyY() +p.syY(q.gyY()) +q.gyW(q) +p.syW(0,q.gyW(q)) +q.gyX(q) +p.syX(0,q.gyX(q)) +q.gz5(q) +p.sz5(0,q.gz5(q)) +q.gz3() +p.sz3(q.gz3()) +q.gz1() +p.sz1(q.gz1()) +q.gz4() +p.sz4(q.gz4()) +q.gz2() +p.sz2(q.gz2()) +q.gza() +p.sza(q.gza()) +q.gzb() +p.szb(q.gzb()) +q.gyZ() +p.syZ(q.gyZ()) +q.gFQ() +p.sFQ(q.gFQ()) +q.gz_() +p.sz_(q.gz_()) +r.ln(0,B.jB,p) +r.sb7(0,b.gb7(b)) +r.sbR(0,b.gbR(b)) +r.dy=b.gan1() +return r}, +KU:function KU(){}, +AT:function AT(a,b,c,d,e,f,g){var _=this +_.A=a +_.Z=b +_.ak=c +_.bp=d +_.ei=e +_.hk=_.fW=_.hO=_.df=null +_.k3$=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}, +a6Z:function a6Z(){}, +aFM(a){var s=new A.a_i(a,A.ar()) +s.aN() +return s}, +aFV(){return new A.FG($.a7().al(),B.dz,B.cU,$.aD())}, +qG:function qG(a,b){this.a=a +this.b=b}, +amV:function amV(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=!0 +_.r=f}, +qe:function qe(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 +_.az=_.aK=_.ag=_.D=null +_.aP=$ +_.bc=a +_.b9=b +_.aS=_.c5=_.V=_.bg=null +_.ef=c +_.e5=d +_.fz=e +_.iw=f +_.eg=g +_.co=h +_.cK=i +_.ar=j +_.eh=_.cf=null +_.bu=k +_.cu=l +_.fV=m +_.dw=n +_.cP=o +_.e6=p +_.hj=q +_.bM=r +_.eM=s +_.eN=a0 +_.A=a1 +_.Z=a2 +_.ak=a3 +_.bp=a4 +_.df=!1 +_.hO=$ +_.fW=a5 +_.hk=0 +_.m8=a6 +_.kZ=_.ej=_.ix=null +_.ne=_.m9=$ +_.ag_=_.ph=_.hM=null +_.n9=$ +_.EP=null +_.jZ=a7 +_.EQ=null +_.y0=_.y_=_.xZ=_.ER=!1 +_.Ri=null +_.Rj=a8 +_.es$=a9 +_.ao$=b0 +_.dV$=b1 +_.pi$=b2 +_.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=b3 +_.CW=!1 +_.cx=$ +_.cy=!0 +_.db=!1 +_.dx=null +_.dy=!0 +_.fr=null}, +agR:function agR(a){this.a=a}, +agQ:function agQ(){}, +agP:function agP(a,b){this.a=a +this.b=b}, +agS:function agS(){}, +agO:function agO(){}, +a_i:function a_i(a,b){var _=this +_.D=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}, +nK:function nK(){}, +FG:function FG(a,b,c,d){var _=this +_.r=a +_.x=_.w=null +_.y=b +_.z=c +_.k4$=0 +_.ok$=d +_.p2$=_.p1$=0 +_.p3$=!1}, +D9:function D9(a,b,c){var _=this +_.r=!0 +_.w=!1 +_.x=a +_.y=$ +_.Q=_.z=null +_.as=b +_.ax=_.at=null +_.k4$=0 +_.ok$=c +_.p2$=_.p1$=0 +_.p3$=!1}, +vM:function vM(a,b){var _=this +_.r=a +_.k4$=0 +_.ok$=b +_.p2$=_.p1$=0 +_.p3$=!1}, +EI:function EI(){}, +EJ:function EJ(){}, +a_j:function a_j(){}, +AV:function AV(a,b){var _=this +_.D=a +_.ag=$ +_.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}, +aH2(a,b,c){switch(a.a){case 0:switch(b){case B.i:return!0 +case B.ay:return!1 +case null:case void 0:return null}break +case 1:switch(c){case B.eI:return!0 +case B.a6h:return!1 +case null:case void 0:return null}break}}, +LS:function LS(a,b){this.a=a +this.b=b}, +fS:function fS(a,b,c){var _=this +_.f=_.e=null +_.cC$=a +_.aH$=b +_.a=c}, +Nl:function Nl(a,b){this.a=a +this.b=b}, +zL:function zL(a,b){this.a=a +this.b=b}, +oW:function oW(a,b){this.a=a +this.b=b}, +AW:function AW(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.D=a +_.ag=b +_.aK=c +_.az=d +_.aP=e +_.bc=f +_.b9=g +_.bg=0 +_.V=h +_.c5=i +_.ag4$=j +_.amR$=k +_.es$=l +_.ao$=m +_.dV$=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}, +agU:function agU(){}, +agT:function agT(){}, +aqm:function aqm(a,b,c){this.a=a +this.b=b +this.c=c}, +a_l:function a_l(){}, +a_m:function a_m(){}, +EK:function EK(){}, +ar(){return new A.N3()}, +aQr(a){return new A.Q1(a,A.w(t.S,t.M),A.ar())}, +aQo(a){return new A.j9(a,A.w(t.S,t.M),A.ar())}, +aF7(a){return new A.vs(a,B.f,A.w(t.S,t.M),A.ar())}, +axQ(){return new A.PN(B.f,A.w(t.S,t.M),A.ar())}, +aB3(a){return new A.xm(a,B.dx,A.w(t.S,t.M),A.ar())}, +axA(a,b){return new A.zu(a,b,A.w(t.S,t.M),A.ar())}, +aCk(a){var s,r,q=new A.aN(new Float64Array(16)) +q.bl() +for(s=a.length-1;s>0;--s){r=a[s] +if(r!=null)r.oJ(a[s-1],q)}return q}, +a9L(a,b,c,d){var s,r +if(a==null||b==null)return null +if(a===b)return a +s=a.z +r=b.z +if(sr){c.push(a.r) +return A.a9L(a.r,b,c,d)}c.push(a.r) +d.push(b.r) +return A.a9L(a.r,b.r,c,d)}, +xb:function xb(a,b,c){this.a=a +this.b=b +this.$ti=c}, +HC:function HC(a,b){this.a=a +this.$ti=b}, +ec:function ec(){}, +acU:function acU(a,b){this.a=a +this.b=b}, +acV:function acV(a,b){this.a=a +this.b=b}, +N3:function N3(){this.a=null}, +Q1:function Q1(a,b,c){var _=this +_.ax=a +_.ay=null +_.CW=_.ch=!1 +_.a=b +_.b=0 +_.d=_.c=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +eM:function eM(){}, +j9:function j9(a,b,c){var _=this +_.k3=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=_.c=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +xL:function xL(a,b,c){var _=this +_.k3=null +_.k4=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=_.c=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +xK:function xK(a,b,c){var _=this +_.k3=null +_.k4=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=_.c=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +xJ:function xJ(a,b,c){var _=this +_.k3=null +_.k4=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=_.c=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +z2:function z2(a,b,c,d){var _=this +_.b4=a +_.k3=b +_.ay=_.ax=null +_.a=c +_.b=0 +_.d=_.c=!1 +_.e=d +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +vs:function vs(a,b,c,d){var _=this +_.b4=a +_.av=_.bo=null +_.aM=!0 +_.k3=b +_.ay=_.ax=null +_.a=c +_.b=0 +_.d=_.c=!1 +_.e=d +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +PN:function PN(a,b,c){var _=this +_.b4=null +_.k3=a +_.ay=_.ax=null +_.a=b +_.b=0 +_.d=_.c=!1 +_.e=c +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +xm:function xm(a,b,c,d){var _=this +_.k3=a +_.k4=b +_.ay=_.ax=null +_.a=c +_.b=0 +_.d=_.c=!1 +_.e=d +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +tR:function tR(){var _=this +_.b=_.a=null +_.c=!1 +_.d=null}, +zu:function zu(a,b,c,d){var _=this +_.k3=a +_.k4=b +_.ay=_.ax=null +_.a=c +_.b=0 +_.d=_.c=!1 +_.e=d +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +yL:function yL(a,b,c,d,e,f){var _=this +_.k3=a +_.k4=b +_.ok=c +_.p1=d +_.p4=_.p3=_.p2=null +_.R8=!0 +_.ay=_.ax=null +_.a=e +_.b=0 +_.d=_.c=!1 +_.e=f +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null}, +xa:function xa(a,b,c,d,e,f){var _=this +_.k3=a +_.k4=b +_.ok=c +_.ay=_.ax=null +_.a=d +_.b=0 +_.d=_.c=!1 +_.e=e +_.f=0 +_.r=null +_.w=!0 +_.y=_.x=null +_.z=0 +_.at=_.as=_.Q=null +_.$ti=f}, +Yf:function Yf(){}, +aQa(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.gbN(s).k(0,b.gbN(b))}, +aQ9(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.gpZ() +p=a4.ghX(a4) +o=a4.gbG() +n=a4.gcM(a4) +m=a4.gim(a4) +l=a4.gbN(a4) +k=a4.gp_() +j=a4.gdG(a4) +a4.gu7() +i=a4.gzn() +h=a4.guf() +g=a4.gd_() +f=a4.gEx() +e=a4.gv(a4) +d=a4.gGd() +c=a4.gGg() +b=a4.gGf() +a=a4.gGe() +a0=a4.gua(a4) +a1=a4.gGv() +s.ah(0,new A.adT(r,A.aQB(j,k,m,g,f,a4.gxU(),0,n,!1,a0,o,l,h,i,d,a,b,c,e,a4.gqx(),a1,p,q).bk(a4.gbR(a4)),s)) +q=A.k(r).h("bf<1>") +p=q.h("aZ") +a2=A.af(new A.aZ(new A.bf(r,q),new A.adU(s),p),!0,p.h("l.E")) +p=a4.gpZ() +q=a4.ghX(a4) +a1=a4.gbG() +e=a4.gcM(a4) +c=a4.gim(a4) +b=a4.gbN(a4) +a=a4.gp_() +d=a4.gdG(a4) +a4.gu7() +i=a4.gzn() +h=a4.guf() +l=a4.gd_() +o=a4.gEx() +a0=a4.gv(a4) +n=a4.gGd() +f=a4.gGg() +g=a4.gGf() +m=a4.gGe() +k=a4.gua(a4) +j=a4.gGv() +a3=A.aQz(d,a,c,l,o,a4.gxU(),0,e,!1,k,a1,b,h,i,n,m,g,f,a0,a4.gqx(),j,q,p).bk(a4.gbR(a4)) +for(q=new A.cc(a2,A.a1(a2).h("cc<1>")),q=new A.dE(q,q.gp(q)),p=A.k(q).c;q.q();){o=q.d +if(o==null)o=p.a(o) +if(o.gGL()&&o.gFR(o)!=null){n=o.gFR(o) +n.toString +n.$1(a3.bk(r.i(0,o)))}}}, +YQ:function YQ(a,b){this.a=a +this.b=b}, +YR:function YR(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +Po:function Po(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.k4$=0 +_.ok$=d +_.p2$=_.p1$=0 +_.p3$=!1}, +adV:function adV(){}, +adY:function adY(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +adX:function adX(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +adW:function adW(a){this.a=a}, +adT:function adT(a,b,c){this.a=a +this.b=b +this.c=c}, +adU:function adU(a){this.a=a}, +a2t:function a2t(){}, +aDK(a,b,c){var s,r,q=a.ch,p=t.dJ.a(q.a) +if(p==null){s=a.pY(null) +q.saI(0,s) +q=s}else{p.Gn() +a.pY(p) +q=p}a.db=!1 +r=new A.um(q,a.glb()) +b=r +a.Cx(b,B.f) +b.vh()}, +aQq(a){var s=a.ch.a +s.toString +a.pY(t.gY.a(s)) +a.db=!1}, +aQs(a,b,c){var s=t.TT +return new A.lA(a,c,b,A.a([],s),A.a([],s),A.a([],s),A.aM(t.I9),A.aM(t.sv))}, +aRe(a){a.Jz()}, +aRf(a){a.a9j()}, +aFS(a,b){if(a==null)return null +if(a.ga_(a)||b.Sq())return B.G +return A.aDs(b,a)}, +aU2(a,b,c,d){var s,r,q=b.gaT(b) +q.toString +for(s=q;s!==a;s=q,b=r){s.dd(b,c) +q=s.gaT(s) +q.toString +r=b.gaT(b) +r.toString}a.dd(b,c) +a.dd(b,d)}, +aFR(a,b){if(a==null)return b +if(b==null)return a +return a.e8(b)}, +cU:function cU(){}, +um:function um(a,b){var _=this +_.a=a +_.b=b +_.e=_.d=_.c=null}, +af0:function af0(a,b,c){this.a=a +this.b=b +this.c=c}, +af_:function af_(a,b,c){this.a=a +this.b=b +this.c=c}, +aeZ:function aeZ(a,b,c){this.a=a +this.b=b +this.c=c}, +a6x:function a6x(){}, +lA:function lA(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}, +afa:function afa(){}, +af9:function af9(){}, +afb:function afb(){}, +afc:function afc(){}, +t:function t(){}, +ah0:function ah0(a){this.a=a}, +ah3:function ah3(a,b,c){this.a=a +this.b=b +this.c=c}, +ah1:function ah1(a){this.a=a}, +ah2:function ah2(){}, +agY:function agY(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}, +agZ:function agZ(a,b,c){this.a=a +this.b=b +this.c=c}, +ah_:function ah_(a,b){this.a=a +this.b=b}, +aG:function aG(){}, +ep:function ep(){}, +aC:function aC(){}, +nJ:function nJ(){}, +agI:function agI(a){this.a=a}, +asx:function asx(){}, +W0:function W0(a,b,c){this.b=a +this.c=b +this.a=c}, +fH:function fH(){}, +a_L:function a_L(a,b,c){var _=this +_.e=a +_.b=b +_.c=null +_.a=c}, +DV:function DV(a,b,c){var _=this +_.e=a +_.b=b +_.c=null +_.a=c}, +r9:function r9(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}, +a0b:function a0b(){var _=this +_.b=_.a=null +_.d=_.c=$ +_.e=!1}, +Zk:function Zk(){}, +a_o:function a_o(){}, +aRc(a,b,c){var s,r,q,p,o=a.b +o.toString +s=t.E.a(o).b +if(s==null)o=B.YZ +else{o=c.$2(a,new A.aP(0,b,0,1/0)) +r=s.b +q=s.c +$label0$0:{if(B.ht===r||B.hu===r||B.cf===r||B.hw===r||B.hv===r){p=null +break $label0$0}if(B.hs===r){q.toString +p=a.uO(q) +break $label0$0}p=null}q=new A.up(o,r,p,q) +o=q}return o}, +ayL(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.ap?1:-1}}, +lB:function lB(a,b){this.b=a +this.a=b}, +iw:function iw(a,b){var _=this +_.b=_.a=null +_.cC$=a +_.aH$=b}, +QL:function QL(){}, +agX:function agX(a){this.a=a}, +B2:function B2(a,b,c,d,e,f,g,h,i){var _=this +_.D=a +_.aP=_.az=_.aK=_.ag=null +_.bc=b +_.b9=c +_.bg=d +_.V=null +_.c5=!1 +_.fz=_.e5=_.ef=_.aS=null +_.pi$=e +_.es$=f +_.ao$=g +_.dV$=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}, +ah7:function ah7(){}, +ah8:function ah8(){}, +ah6:function ah6(){}, +ah4:function ah4(){}, +ah5:function ah5(a,b){this.a=a +this.b=b}, +md:function md(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.e=_.d=null +_.f=!1 +_.w=_.r=null +_.x=$ +_.y=null +_.k4$=0 +_.ok$=d +_.p2$=_.p1$=0 +_.p3$=!1}, +EQ:function EQ(){}, +a_p:function a_p(){}, +a_q:function a_q(){}, +FI:function FI(){}, +a2L:function a2L(){}, +a2M:function a2M(){}, +aE7(a){var s=new A.AR(a,null,A.ar()) +s.aN() +s.saV(null) +return s}, +ay1(a,b){return a}, +aRd(a,b,c,d,e,f){var s=b==null?B.aH:b +s=new A.B_(!0,c,e,d,a,s,null,A.ar()) +s.aN() +s.saV(null) +return s}, +QU:function QU(){}, +eP:function eP(){}, +yY:function yY(a,b){this.a=a +this.b=b}, +B3:function B3(){}, +AR:function AR(a,b,c){var _=this +_.A=a +_.k3$=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}, +QN:function QN(a,b,c,d){var _=this +_.A=a +_.Z=b +_.k3$=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}, +AY:function AY(a,b,c,d){var _=this +_.A=a +_.Z=b +_.k3$=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}, +QP:function QP(a,b,c,d,e){var _=this +_.A=a +_.Z=b +_.ak=c +_.k3$=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}, +AO:function AO(){}, +AN:function AN(a,b,c,d,e,f){var _=this +_.pj$=a +_.ES$=b +_.m3$=c +_.ET$=d +_.k3$=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}, +QB:function QB(a,b,c,d){var _=this +_.A=a +_.Z=b +_.k3$=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}, +y6:function y6(){}, +nT:function nT(a,b){this.b=a +this.c=b}, +wr:function wr(){}, +QF:function QF(a,b,c,d){var _=this +_.A=a +_.Z=null +_.ak=b +_.ei=_.bp=null +_.k3$=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}, +QE:function QE(a,b,c,d,e,f){var _=this +_.bS=a +_.cN=b +_.A=c +_.Z=null +_.ak=d +_.ei=_.bp=null +_.k3$=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}, +QD:function QD(a,b,c,d){var _=this +_.A=a +_.Z=null +_.ak=b +_.ei=_.bp=null +_.k3$=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}, +ER:function ER(){}, +QQ:function QQ(a,b,c,d,e,f,g,h,i){var _=this +_.EU=a +_.EV=b +_.bS=c +_.cN=d +_.d1=e +_.A=f +_.Z=null +_.ak=g +_.ei=_.bp=null +_.k3$=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}, +ah9:function ah9(a,b){this.a=a +this.b=b}, +QR:function QR(a,b,c,d,e,f,g){var _=this +_.bS=a +_.cN=b +_.d1=c +_.A=d +_.Z=null +_.ak=e +_.ei=_.bp=null +_.k3$=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}, +aha:function aha(a,b){this.a=a +this.b=b}, +L_:function L_(a,b){this.a=a +this.b=b}, +QG:function QG(a,b,c,d,e){var _=this +_.A=null +_.Z=a +_.ak=b +_.bp=c +_.k3$=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}, +QY:function QY(a,b,c){var _=this +_.ak=_.Z=_.A=null +_.bp=a +_.df=_.ei=null +_.k3$=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}, +ahn:function ahn(a){this.a=a}, +QJ:function QJ(a,b,c,d){var _=this +_.A=a +_.Z=b +_.k3$=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}, +agW:function agW(a){this.a=a}, +QS:function QS(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.cT=a +_.er=b +_.c3=c +_.cU=d +_.bS=e +_.cN=f +_.d1=g +_.fR=h +_.iq=i +_.A=j +_.k3$=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}, +B_:function B_(a,b,c,d,e,f,g,h){var _=this +_.cT=a +_.er=b +_.c3=c +_.cU=d +_.bS=e +_.cN=!0 +_.A=f +_.k3$=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}, +QV:function QV(a,b){var _=this +_.Z=_.A=0 +_.k3$=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}, +AX:function AX(a,b,c,d){var _=this +_.A=a +_.Z=b +_.k3$=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}, +B0:function B0(a,b,c){var _=this +_.A=a +_.k3$=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}, +AM:function AM(a,b,c,d){var _=this +_.A=a +_.Z=b +_.k3$=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}, +lI:function lI(a,b,c){var _=this +_.bS=_.cU=_.c3=_.er=_.cT=null +_.A=a +_.k3$=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}, +B5:function B5(a,b,c,d,e,f,g,h){var _=this +_.A=a +_.Z=b +_.ak=c +_.bp=d +_.ei=e +_.m8=_.hk=_.fW=_.hO=_.df=null +_.ix=f +_.k3$=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}, +QC:function QC(a,b,c){var _=this +_.A=a +_.k3$=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}, +QO:function QO(a,b){var _=this +_.k3$=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}, +QH:function QH(a,b,c){var _=this +_.A=a +_.k3$=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}, +QK:function QK(a,b,c){var _=this +_.A=a +_.k3$=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}, +QM:function QM(a,b,c){var _=this +_.A=a +_.Z=null +_.k3$=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}, +QI:function QI(a,b,c,d,e,f,g){var _=this +_.A=a +_.Z=b +_.ak=c +_.bp=d +_.ei=e +_.k3$=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}, +agV:function agV(a){this.a=a}, +AP:function AP(a,b,c,d,e){var _=this +_.A=a +_.Z=b +_.k3$=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}, +a_c:function a_c(){}, +ES:function ES(){}, +ET:function ET(){}, +B4:function B4(a,b,c,d){var _=this +_.D=a +_.ag=null +_.aK=b +_.k3$=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}, +ahb:function ahb(a){this.a=a}, +a_r:function a_r(){}, +aji(a,b){var s +if(a.t(0,b))return B.aD +s=b.b +if(sa.d)return B.aC +return b.a>=a.c?B.aC:B.aR}, +aEr(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.i?new A.i(a.a,r):new A.i(a.c,r) +else{s=a.d +return c===B.i?new A.i(a.c,s):new A.i(a.a,s)}}, +aEp(a,b){return new A.BE(a,b==null?B.kT:b,B.ZI)}, +aEo(a,b){return new A.BE(a,b==null?B.kT:b,B.et)}, +nQ:function nQ(a,b){this.a=a +this.b=b}, +eg:function eg(){}, +RE:function RE(){}, +BF:function BF(a,b){this.a=a +this.b=b}, +vk:function vk(a,b){this.a=a +this.b=b}, +ajd:function ajd(){}, +xI:function xI(a){this.a=a}, +BE:function BE(a,b,c){this.b=a +this.c=b +this.a=c}, +uX:function uX(a,b){this.a=a +this.b=b}, +BG:function BG(a,b){this.a=a +this.b=b}, +nP:function nP(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +qt:function qt(a,b,c){this.a=a +this.b=b +this.c=c}, +Cn:function Cn(a,b){this.a=a +this.b=b}, +a08:function a08(){}, +qf:function qf(){}, +ahc:function ahc(a,b,c){this.a=a +this.b=b +this.c=c}, +B1:function B1(a,b,c,d){var _=this +_.A=null +_.Z=a +_.ak=b +_.k3$=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}, +Qz:function Qz(){}, +QT:function QT(a,b,c,d,e,f){var _=this +_.c3=a +_.cU=b +_.A=null +_.Z=c +_.ak=d +_.k3$=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}, +ak0:function ak0(){}, +AU:function AU(a,b,c){var _=this +_.A=a +_.k3$=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}, +EV:function EV(){}, +mr(a,b){switch(b.a){case 0:return a +case 1:return A.aXi(a)}}, +aWi(a,b){switch(b.a){case 0:return a +case 1:return A.aXj(a)}}, +qA(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.S0(h,g,f,s,e,r,f>0,b,i,q)}, +Mn:function Mn(a,b){this.a=a +this.b=b}, +nU:function nU(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}, +S0:function S0(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}, +v7:function v7(a,b,c){this.a=a +this.b=b +this.c=c}, +S1:function S1(a,b,c){var _=this +_.c=a +_.d=b +_.a=c +_.b=null}, +BQ:function BQ(){}, +nV:function nV(a){this.a=a}, +lR:function lR(a,b,c){this.cC$=a +this.aH$=b +this.a=c}, +dj:function dj(){}, +ahd:function ahd(){}, +ahe:function ahe(a,b){this.a=a +this.b=b}, +a0r:function a0r(){}, +a0u:function a0u(){}, +QW:function QW(a,b,c,d,e,f){var _=this +_.av=a +_.aM=b +_.bt=$ +_.bL=!0 +_.es$=c +_.ao$=d +_.dV$=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}, +ahf:function ahf(a,b,c){this.a=a +this.b=b +this.c=c}, +k2:function k2(){}, +ahj:function ahj(){}, +kl:function kl(a,b,c){var _=this +_.b=null +_.c=!1 +_.tq$=a +_.cC$=b +_.aH$=c +_.a=null}, +uI:function uI(){}, +ahg:function ahg(a,b,c){this.a=a +this.b=b +this.c=c}, +ahi:function ahi(a,b){this.a=a +this.b=b}, +ahh:function ahh(){}, +EW:function EW(){}, +a_u:function a_u(){}, +a_v:function a_v(){}, +a0s:function a0s(){}, +a0t:function a0t(){}, +B6:function B6(){}, +QX:function QX(a,b,c,d){var _=this +_.bu=null +_.cu=a +_.fV=b +_.k3$=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}, +a_t:function a_t(){}, +aR8(a,b){return new A.hG(a.a-b.a,a.b-b.b,b.c-a.c,b.d-a.d)}, +aR9(a,b,c){var s,r,q,p,o +if(a==b)return a +if(a==null)return new A.hG(b.a*c,b.b*c,b.c*c,b.d*c) +if(b==null){s=1-c +return new A.hG(b.a.aq(0,s),b.b.aq(0,s),b.c.aq(0,s),b.d.aq(0,s))}r=A.N(a.a,b.a,c) +r.toString +q=A.N(a.b,b.b,c) +q.toString +p=A.N(a.c,b.c,c) +p.toString +o=A.N(a.d,b.d,c) +o.toString +return new A.hG(r,q,p,o)}, +ahm(a,b){var s,r,q,p +for(s=t.O,r=a,q=0;r!=null;){p=r.b +p.toString +s.a(p) +if(!p.gyC())q=Math.max(q,A.iM(b.$1(r))) +r=p.aH$}return q}, +aEa(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.dy.zJ(c.a-s-n)}else{n=b.x +r=n!=null?B.dy.zJ(n):B.dy}n=b.e +if(n!=null&&b.r!=null){s=b.r +s.toString +n.toString +r=r.zI(c.b-s-n)}else{n=b.y +if(n!=null)r=r.zI(n)}a.bZ(r,!0) +q=b.w +if(!(q!=null)){n=b.f +q=n!=null?c.a-n-a.gv(a).a:d.mT(t.o.a(c.a1(0,a.gv(a)))).a}p=(q<0||q+a.gv(a).a>c.a)&&!0 +o=b.e +if(!(o!=null)){n=b.r +o=n!=null?c.b-n-a.gv(a).b:d.mT(t.o.a(c.a1(0,a.gv(a)))).b}if(o<0||o+a.gv(a).b>c.b)p=!0 +b.a=new A.i(q,o) +return p}, +hG:function hG(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +eD:function eD(a,b,c){var _=this +_.y=_.x=_.w=_.r=_.f=_.e=null +_.cC$=a +_.aH$=b +_.a=c}, +Sg:function Sg(a,b){this.a=a +this.b=b}, +B7:function B7(a,b,c,d,e,f,g,h,i){var _=this +_.D=!1 +_.ag=null +_.aK=a +_.az=b +_.aP=c +_.bc=d +_.b9=e +_.es$=f +_.ao$=g +_.dV$=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}, +ahl:function ahl(a){this.a=a}, +ahk:function ahk(a){this.a=a}, +a_w:function a_w(){}, +a_x:function a_x(){}, +CE:function CE(a,b){this.a=a +this.b=b}, +qg:function qg(){}, +a_A:function a_A(){}, +aRa(a){for(;a!=null;){if(a instanceof A.qh)return a +a=a.gaT(a)}return null}, +aRk(a,b,c){var s=b.aq.a)return q +else if(a0)return a.amD(0,1e5) +return!0}, +vY:function vY(a){this.a=a +this.b=null}, +qn:function qn(a,b){this.a=a +this.b=b}, +af6:function af6(a){this.a=a}, +eC:function eC(){}, +aiC:function aiC(a){this.a=a}, +aiE:function aiE(a){this.a=a}, +aiF:function aiF(a,b){this.a=a +this.b=b}, +aiG:function aiG(a){this.a=a}, +aiB:function aiB(a){this.a=a}, +aiD:function aiD(a){this.a=a}, +ayn(){var s=new A.qJ(new A.bv(new A.ay($.an,t.W),t.gR)) +s.Ok() +return s}, +kt:function kt(a,b){var _=this +_.a=null +_.b=!1 +_.c=null +_.d=a +_.e=null +_.f=b +_.r=$}, +qJ:function qJ(a){this.a=a +this.c=this.b=null}, +am4:function am4(a){this.a=a}, +Cs:function Cs(a){this.a=a}, +RG:function RG(){}, +aju:function aju(a){this.a=a}, +aBF(a){var s=$.aBD.i(0,a) +if(s==null){s=$.aBE +$.aBE=s+1 +$.aBD.m(0,a,s) +$.aBC.m(0,s,a)}return s}, +aRL(a,b){var s +if(a.length!==b.length)return!1 +for(s=0;s=0){q.T(r,0,p).split("\n") +q.bA(r,p+2) +n.push(new A.zv())}else n.push(new A.zv())}return n}, +aRO(a){switch(a){case"AppLifecycleState.resumed":return B.eO +case"AppLifecycleState.inactive":return B.ip +case"AppLifecycleState.hidden":return B.iq +case"AppLifecycleState.paused":return B.eP +case"AppLifecycleState.detached":return B.dw}return null}, +v0:function v0(){}, +ajM:function ajM(a){this.a=a}, +ajL:function ajL(a){this.a=a}, +aoL:function aoL(){}, +aoM:function aoM(a){this.a=a}, +aoN:function aoN(a){this.a=a}, +a5i:function a5i(){}, +a6q(a){var s=0,r=A.a5(t.H) +var $async$a6q=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:s=2 +return A.ad(B.b8.dg("Clipboard.setData",A.aJ(["text",a.a],t.N,t.z),t.H),$async$a6q) +case 2:return A.a3(null,r)}}) +return A.a4($async$a6q,r)}, +a6h:function a6h(a){this.a=a}, +aPo(a){var s,r,q=a.c,p=B.Ve.i(0,q) +if(p==null)p=new A.p(q) +q=a.d +s=B.Vp.i(0,q) +if(s==null)s=new A.f(q) +r=a.a +switch(a.b.a){case 0:return new A.pB(p,s,a.e,r,a.f) +case 1:return new A.nm(p,s,null,r,a.f) +case 2:return new A.zn(p,s,a.e,r,!1)}}, +tP:function tP(a,b,c){this.c=a +this.a=b +this.b=c}, +nk:function nk(){}, +pB:function pB(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +nm:function nm(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +zn:function zn(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +ab8:function ab8(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.e=null}, +N_:function N_(a,b){this.a=a +this.b=b}, +zl:function zl(a,b){this.a=a +this.b=b}, +N0:function N0(a,b,c,d){var _=this +_.a=null +_.b=a +_.c=b +_.d=null +_.e=c +_.f=d}, +Yc:function Yc(){}, +acM:function acM(a,b,c){this.a=a +this.b=b +this.c=c}, +acN:function acN(){}, +f:function f(a){this.a=a}, +p:function p(a){this.a=a}, +Yd:function Yd(){}, +afg(a,b,c,d){return new A.pZ(a,c,b,d)}, +axI(a){return new A.A1(a)}, +k7:function k7(a,b){this.a=a +this.b=b}, +pZ:function pZ(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +A1:function A1(a){this.a=a}, +akI:function akI(){}, +aci:function aci(){}, +ack:function ack(){}, +akx:function akx(){}, +akz:function akz(a,b){this.a=a +this.b=b}, +akB:function akB(){}, +aTu(a){var s,r,q +for(s=new A.cS(J.aj(a.a),a.b),r=A.k(s).z[1];s.q();){q=s.a +if(q==null)q=r.a(q) +if(!q.k(0,B.cX))return q}return null}, +adS:function adS(a,b){this.a=a +this.b=b}, +A2:function A2(){}, +dd:function dd(){}, +WK:function WK(){}, +a0O:function a0O(a,b){this.a=a +this.b=b}, +kn:function kn(a){this.a=a}, +YP:function YP(){}, +mH:function mH(a,b,c){this.a=a +this.b=b +this.$ti=c}, +a54:function a54(a,b){this.a=a +this.b=b}, +nr:function nr(a,b,c){this.a=a +this.b=b +this.c=c}, +adE:function adE(a,b){this.a=a +this.b=b}, +ja:function ja(a,b,c){this.a=a +this.b=b +this.c=c}, +aR2(a){var s,r,q,p,o={} +o.a=null +s=new A.agk(o,a).$0() +r=$.awg().d +q=A.k(r).h("bf<1>") +p=A.fw(new A.bf(r,q),q.h("l.E")).t(0,s.gjv()) +q=J.aE(a,"type") +q.toString +A.bB(q) +switch(q){case"keydown":return new A.kf(o.a,p,s) +case"keyup":return new A.uC(null,!1,s) +default:throw A.c(A.tl("Unknown key event type: "+q))}}, +pC:function pC(a,b){this.a=a +this.b=b}, +hx:function hx(a,b){this.a=a +this.b=b}, +AF:function AF(){}, +jf:function jf(){}, +agk:function agk(a,b){this.a=a +this.b=b}, +kf:function kf(a,b,c){this.a=a +this.b=b +this.c=c}, +uC:function uC(a,b,c){this.a=a +this.b=b +this.c=c}, +agp:function agp(a,b){this.a=a +this.d=b}, +cZ:function cZ(a,b){this.a=a +this.b=b}, +a_0:function a_0(){}, +a__:function a__(){}, +Qu:function Qu(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Bd:function Bd(a,b){var _=this +_.b=_.a=null +_.f=_.e=_.d=_.c=!1 +_.r=a +_.k4$=0 +_.ok$=b +_.p2$=_.p1$=0 +_.p3$=!1}, +ahC:function ahC(a){this.a=a}, +ahD:function ahD(a){this.a=a}, +dk:function dk(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}, +ahz:function ahz(){}, +ahA:function ahA(){}, +ahy:function ahy(){}, +ahB:function ahB(){}, +vd:function vd(a,b){this.a=a +this.b=b}, +Sd:function Sd(a,b){this.a=a +this.b=b}, +a74:function a74(){this.a=null +this.b=$}, +akO(a){var s=0,r=A.a5(t.H) +var $async$akO=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:s=2 +return A.ad(B.b8.dg(u.p,A.aJ(["label",a.a,"primaryColor",a.b],t.N,t.z),t.H),$async$akO) +case 2:return A.a3(null,r)}}) +return A.a4($async$akO,r)}, +aEK(a){if($.ve!=null){$.ve=a +return}if(a.k(0,$.ayg))return +$.ve=a +A.eV(new A.akP())}, +a4q:function a4q(a,b){this.a=a +this.b=b}, +ko:function ko(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}, +akP:function akP(){}, +Sp(a){var s=0,r=A.a5(t.H) +var $async$Sp=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:s=2 +return A.ad(B.b8.dg("SystemSound.play",a.K(),t.H),$async$Sp) +case 2:return A.a3(null,r)}}) +return A.a4($async$Sp,r)}, +So:function So(a,b){this.a=a +this.b=b}, +hM:function hM(){}, +rN:function rN(a){this.a=a}, +tS:function tS(a){this.a=a}, +Aq:function Aq(a){this.a=a}, +yi:function yi(a){this.a=a}, +c0(a,b,c,d){var s=b1 +if(a1===0)m=0===a1 +else m=!1 +l=n&&a3a +q=!l +i=q&&!m&&sd||!q||k +if(c===o)return new A.vi(c,p,r) +else if((!h||i)&&s)return new A.Sw(new A.c_(!n?a-1:b,a),c,p,r) +else if((b===a||j)&&s)return new A.Sx(B.c.T(a0,d,d+(a1-d)),a,c,p,r) +else if(e)return new A.Sy(a0,new A.c_(b,a),c,p,r) +return new A.vi(c,p,r)}, +nY:function nY(){}, +Sx:function Sx(a,b,c,d,e){var _=this +_.d=a +_.e=b +_.a=c +_.b=d +_.c=e}, +Sw:function Sw(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.c=d}, +Sy:function Sy(a,b,c,d,e){var _=this +_.d=a +_.e=b +_.a=c +_.b=d +_.c=e}, +vi:function vi(a,b,c){this.a=a +this.b=b +this.c=c}, +a0Z:function a0Z(){}, +nZ:function nZ(){}, +YT:function YT(a,b){this.a=a +this.b=b}, +at7:function at7(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=!1}, +LN:function LN(a,b,c){this.a=a +this.b=b +this.c=c}, +a9n:function a9n(a,b,c){this.a=a +this.b=b +this.c=c}, +aW5(a){switch(a){case"TextAffinity.downstream":return B.m +case"TextAffinity.upstream":return B.ap}return null}, +aEQ(a){var s,r,q,p,o=J.a9(a),n=A.bB(o.i(a,"text")),m=A.hQ(o.i(a,"selectionBase")) +if(m==null)m=-1 +s=A.hQ(o.i(a,"selectionExtent")) +if(s==null)s=-1 +r=A.aW5(A.d6(o.i(a,"selectionAffinity"))) +if(r==null)r=B.m +q=A.re(o.i(a,"selectionIsDirectional")) +p=A.c0(r,m,s,q===!0) +m=A.hQ(o.i(a,"composingBase")) +if(m==null)m=-1 +o=A.hQ(o.i(a,"composingExtent")) +return new A.d5(n,p,new A.c_(m,o==null?-1:o))}, +aER(a){var s=A.a([],t.u1),r=$.aES +$.aES=r+1 +return new A.ali(s,r,a)}, +aW7(a){switch(a){case"TextInputAction.none":return B.a0v +case"TextInputAction.unspecified":return B.a0w +case"TextInputAction.go":return B.a0z +case"TextInputAction.search":return B.a0A +case"TextInputAction.send":return B.a0B +case"TextInputAction.next":return B.a0C +case"TextInputAction.previous":return B.a0D +case"TextInputAction.continueAction":return B.a0E +case"TextInputAction.join":return B.a0F +case"TextInputAction.route":return B.a0x +case"TextInputAction.emergencyCall":return B.a0y +case"TextInputAction.done":return B.Ei +case"TextInputAction.newline":return B.Eh}throw A.c(A.tk(A.a([A.mX("Unknown text input action: "+a)],t.D)))}, +aW6(a){switch(a){case"FloatingCursorDragState.start":return B.mY +case"FloatingCursorDragState.update":return B.ji +case"FloatingCursorDragState.end":return B.jj}throw A.c(A.tk(A.a([A.mX("Unknown text cursor action: "+a)],t.D)))}, +akl:function akl(a,b){this.a=a +this.b=b}, +akm:function akm(a,b){this.a=a +this.b=b}, +Cf:function Cf(a,b,c){this.a=a +this.b=b +this.c=c}, +fE:function fE(a,b){this.a=a +this.b=b}, +al_:function al_(a,b){this.a=a +this.b=b}, +alh:function alh(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 +_.z=j +_.Q=k +_.as=l +_.at=m +_.ax=n}, +yH:function yH(a,b){this.a=a +this.b=b}, +agj:function agj(a,b){this.a=a +this.b=b}, +d5:function d5(a,b,c){this.a=a +this.b=b +this.c=c}, +al3:function al3(a,b){this.a=a +this.b=b}, +im:function im(a,b){this.a=a +this.b=b}, +alT:function alT(){}, +alf:function alf(){}, +qu:function qu(a,b,c){this.a=a +this.b=b +this.c=c}, +ali:function ali(a,b,c){var _=this +_.d=_.c=_.b=_.a=null +_.e=a +_.f=b +_.r=c}, +SA:function SA(a,b,c){var _=this +_.a=a +_.b=b +_.c=$ +_.d=null +_.e=$ +_.f=c +_.w=_.r=!1}, +aly:function aly(a){this.a=a}, +alw:function alw(){}, +alv:function alv(a,b){this.a=a +this.b=b}, +alx:function alx(a){this.a=a}, +alz:function alz(a){this.a=a}, +Ce:function Ce(){}, +Zl:function Zl(){}, +are:function are(){}, +a2x:function a2x(){}, +SV:function SV(a,b){this.a=a +this.b=b}, +SX:function SX(){this.a=$ +this.b=null}, +amG:function amG(){}, +aVo(a){var s=A.aR("parent") +a.ms(new A.auB(s)) +return s.aA()}, +rr(a,b){return new A.kT(a,b,null)}, +Ho(a,b){var s,r,q=t.L1,p=a.iR(q) +for(;s=p!=null,s;p=r){if(b.$1(p))break +s=A.aVo(p).x +r=s==null?null:s.i(0,A.bQ(q))}return s}, +aww(a){var s={} +s.a=null +A.Ho(a,new A.a41(s)) +return B.FK}, +awy(a,b,c){var s={} +s.a=null +if((b==null?null:A.r(b))==null)A.bQ(c) +A.Ho(a,new A.a44(s,b,a,c)) +return s.a}, +awx(a,b){var s={} +s.a=null +A.bQ(b) +A.Ho(a,new A.a42(s,null,b)) +return s.a}, +a40(a,b,c){var s,r=b==null?null:A.r(b) +if(r==null)r=A.bQ(c) +s=a.r.i(0,r) +if(c.h("bb<0>?").b(s))return s +else return null}, +oF(a,b,c){var s={} +s.a=null +A.Ho(a,new A.a43(s,b,a,c)) +return s.a}, +aMh(a,b,c){var s={} +s.a=null +A.Ho(a,new A.a45(s,b,a,c)) +return s.a}, +aBL(a){return new A.yg(a,new A.b0(A.a([],t.g),t.b))}, +auB:function auB(a){this.a=a}, +b_:function b_(){}, +bb:function bb(){}, +d1:function d1(){}, +cw:function cw(a,b,c){var _=this +_.c=a +_.a=b +_.b=null +_.$ti=c}, +a4_:function a4_(){}, +kT:function kT(a,b,c){this.d=a +this.e=b +this.a=c}, +a41:function a41(a){this.a=a}, +a44:function a44(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a42:function a42(a,b,c){this.a=a +this.b=b +this.c=c}, +a43:function a43(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a45:function a45(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +CS:function CS(a,b,c){var _=this +_.d=a +_.e=b +_.a=null +_.b=c +_.c=null}, +and:function and(a){this.a=a}, +CR:function CR(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.w=c +_.b=d +_.a=e}, +pg:function pg(a,b,c,d,e,f,g,h,i,j){var _=this +_.c=a +_.d=b +_.e=c +_.w=d +_.x=e +_.y=f +_.z=g +_.as=h +_.ax=i +_.a=j}, +DM:function DM(a,b){var _=this +_.f=_.e=_.d=!1 +_.r=a +_.a=null +_.b=b +_.c=null}, +app:function app(a){this.a=a}, +apn:function apn(a){this.a=a}, +api:function api(a){this.a=a}, +apj:function apj(a){this.a=a}, +aph:function aph(a,b){this.a=a +this.b=b}, +apm:function apm(a){this.a=a}, +apk:function apk(a){this.a=a}, +apl:function apl(a,b){this.a=a +this.b=b}, +apo:function apo(a,b){this.a=a +this.b=b}, +Tf:function Tf(a){this.a=a +this.b=null}, +yg:function yg(a,b){this.c=a +this.a=b +this.b=null}, +rs:function rs(){}, +rK:function rK(){}, +fQ:function fQ(){}, +Lh:function Lh(){}, +lG:function lG(){}, +Qh:function Qh(a){var _=this +_.f=_.e=$ +_.a=a +_.b=null}, +wl:function wl(){}, +Eq:function Eq(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.f=b +_.ag0$=c +_.ag1$=d +_.ag2$=e +_.ag3$=f +_.a=g +_.b=null +_.$ti=h}, +Er:function Er(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.f=b +_.ag0$=c +_.ag1$=d +_.ag2$=e +_.ag3$=f +_.a=g +_.b=null +_.$ti=h}, +Dj:function Dj(a,b,c,d){var _=this +_.c=a +_.d=b +_.a=c +_.b=null +_.$ti=d}, +V9:function V9(){}, +V7:function V7(){}, +Y5:function Y5(){}, +GA:function GA(){}, +GB:function GB(){}, +aAX(a,b,c){return new A.x2(a,b,c,null)}, +x2:function x2(a,b,c,d){var _=this +_.c=a +_.e=b +_.f=c +_.a=d}, +Vi:function Vi(a,b,c){var _=this +_.hg$=a +_.cJ$=b +_.a=null +_.b=c +_.c=null}, +Vh:function Vh(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.x=e +_.y=f +_.c=g +_.a=h}, +a2d:function a2d(){}, +aB0(a,b,c){return new A.x9(b,a,null,c.h("x9<0>"))}, +x9:function x9(a,b,c,d){var _=this +_.e=a +_.c=b +_.a=c +_.$ti=d}, +aWo(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.gL(a0) +s=t.N +r=t.da +q=A.eu(b,b,b,s,r) +p=A.eu(b,b,b,s,r) +o=A.eu(b,b,b,s,r) +n=A.eu(b,b,b,s,r) +m=A.eu(b,b,b,t.R,r) +for(l=0;l<1;++l){k=a0[l] +s=k.a +r=B.bv.i(0,s) +if(r==null)r=s +j=k.c +i=B.bL.i(0,j) +if(i==null)i=j +i=r+"_null_"+A.n(i) +if(q.i(0,i)==null)q.m(0,i,k) +r=B.bv.i(0,s) +r=(r==null?s:r)+"_null" +if(o.i(0,r)==null)o.m(0,r,k) +r=B.bv.i(0,s) +if(r==null)r=s +i=B.bL.i(0,j) +if(i==null)i=j +i=r+"_"+A.n(i) +if(p.i(0,i)==null)p.m(0,i,k) +r=B.bv.i(0,s) +s=r==null?s:r +if(n.i(0,s)==null)n.m(0,s,k) +s=B.bL.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"))}, +VY:function VY(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +a_f:function a_f(a,b,c,d){var _=this +_.A=a +_.Z=null +_.ak=b +_.k3$=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}, +Sv:function Sv(){}, +SN:function SN(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +h9:function h9(a,b){this.a=a +this.b=b}, +ap_:function ap_(a,b,c){var _=this +_.b=a +_.c=b +_.d=0 +_.a=c}, +ta:function ta(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){var _=this +_.c=a +_.d=b +_.r=c +_.w=d +_.x=e +_.y=f +_.z=g +_.Q=h +_.as=i +_.ax=j +_.ay=k +_.CW=l +_.cy=m +_.db=n +_.dx=o +_.fy=p +_.go=q +_.k1=r +_.k2=s +_.k3=a0 +_.ok=a1 +_.p1=a2 +_.p2=a3 +_.p3=a4 +_.to=a5 +_.x1=a6 +_.xr=a7 +_.y2=a8 +_.b4=a9 +_.bo=b0 +_.av=b1 +_.aM=b2 +_.bt=b3 +_.bL=b4 +_.bz=b5 +_.D=b6 +_.az=b7 +_.aP=b8 +_.b9=b9 +_.V=c0 +_.eg=c1 +_.cK=c2 +_.a=c3}, +mW:function mW(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.e=_.d=null +_.f=$ +_.r=a +_.w=b +_.x=c +_.Q=_.z=null +_.as=d +_.at=null +_.ax=e +_.ay=f +_.ch=g +_.CW=!1 +_.cx=null +_.db=_.cy=$ +_.fr=_.dy=_.dx=null +_.fx=!0 +_.k2=_.k1=_.id=_.go=_.fy=null +_.k3=0 +_.p1=_.ok=_.k4=!1 +_.p2=$ +_.p3=0 +_.R8=_.p4=null +_.RG=$ +_.rx=-1 +_.ry=null +_.y1=_.xr=_.x2=_.x1=_.to=$ +_.e4$=h +_.bn$=i +_.hN$=j +_.a=null +_.b=k +_.c=null}, +a8_:function a8_(){}, +a8i:function a8i(a){this.a=a}, +a8j:function a8j(a){this.a=a}, +a8k:function a8k(a){this.a=a}, +a8l:function a8l(a){this.a=a}, +a8m:function a8m(a){this.a=a}, +a8n:function a8n(a){this.a=a}, +a8o:function a8o(a){this.a=a}, +a8p:function a8p(a){this.a=a}, +a8q:function a8q(a){this.a=a}, +a8r:function a8r(a){this.a=a}, +a8s:function a8s(a){this.a=a}, +a8t:function a8t(a){this.a=a}, +a8v:function a8v(a){this.a=a}, +a7W:function a7W(a,b){this.a=a +this.b=b}, +a83:function a83(a,b){this.a=a +this.b=b}, +a8u:function a8u(a){this.a=a}, +a7Y:function a7Y(a){this.a=a}, +a87:function a87(a){this.a=a}, +a80:function a80(){}, +a81:function a81(a){this.a=a}, +a82:function a82(a){this.a=a}, +a7X:function a7X(){}, +a7Z:function a7Z(a){this.a=a}, +a88:function a88(a){this.a=a}, +a8a:function a8a(a){this.a=a}, +a89:function a89(a){this.a=a}, +a8w:function a8w(a){this.a=a}, +a8x:function a8x(a){this.a=a}, +a8y:function a8y(a,b,c){this.a=a +this.b=b +this.c=c}, +a84:function a84(a,b){this.a=a +this.b=b}, +a85:function a85(a,b){this.a=a +this.b=b}, +a86:function a86(a,b){this.a=a +this.b=b}, +a7V:function a7V(a){this.a=a}, +a8c:function a8c(a){this.a=a}, +a8e:function a8e(a){this.a=a}, +a8d:function a8d(a){this.a=a}, +a8g:function a8g(a){this.a=a}, +a8f:function a8f(a){this.a=a}, +a8h:function a8h(a,b,c){this.a=a +this.b=b +this.c=c}, +a8b:function a8b(a){this.a=a}, +DC:function DC(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){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.x=e +_.y=f +_.z=g +_.Q=h +_.as=i +_.at=j +_.ax=k +_.ay=l +_.ch=m +_.CW=n +_.cx=o +_.cy=p +_.db=q +_.dx=r +_.dy=s +_.fr=a0 +_.fx=a1 +_.fy=a2 +_.go=a3 +_.id=a4 +_.k1=a5 +_.k2=a6 +_.k3=a7 +_.k4=a8 +_.ok=a9 +_.p1=b0 +_.p2=b1 +_.p3=b2 +_.p4=b3 +_.R8=b4 +_.RG=b5 +_.rx=b6 +_.ry=b7 +_.to=b8 +_.c=b9 +_.a=c0}, +asl:function asl(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}, +F4:function F4(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +a_X:function a_X(a,b){var _=this +_.d=a +_.a=null +_.b=b +_.c=null}, +asm:function asm(a){this.a=a}, +jA:function jA(a,b,c,d,e){var _=this +_.x=a +_.e=b +_.b=c +_.c=d +_.a=e}, +m2:function m2(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.a=d +_.b=null +_.$ti=e}, +G5:function G5(a,b,c,d,e,f,g,h){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.x=e +_.y=f +_.a=g +_.b=null +_.$ti=h}, +G6:function G6(a,b,c){var _=this +_.e=a +_.r=_.f=null +_.a=b +_.b=null +_.$ti=c}, +a04:function a04(a,b){this.e=a +this.a=b +this.b=null}, +Wg:function Wg(a,b){this.e=a +this.a=b +this.b=null}, +XF:function XF(a,b){this.a=a +this.b=b}, +a24:function a24(a,b,c){var _=this +_.ay=a +_.w=!1 +_.a=b +_.k4$=0 +_.ok$=c +_.p2$=_.p1$=0 +_.p3$=!1}, +DD:function DD(){}, +X2:function X2(){}, +DE:function DE(){}, +X3:function X3(){}, +X4:function X4(){}, +aWE(a){var s,r,q +for(s=a.length,r=!1,q=0;q>")) +for(s=new A.dE(n,n.gp(n)),r=A.k(s).c,q=null;s.q();){p=s.d +o=p==null?r.a(p):p +q=(q==null?o:q).px(0,o)}if(q.ga_(q))return B.b.gL(a).a +return B.b.Rr(B.b.gL(a).gQY(),q.gkO(q)).w}, +aFL(a,b){A.mu(a,new A.ars(b),t.zP)}, +aTS(a,b){A.mu(a,new A.arp(b),t.h7)}, +axZ(){return new A.agC(A.w(t.l5,t.UJ),A.aXm())}, +aCh(a,b){return new A.yK(b==null?A.axZ():b,a,null)}, +a9H(a){var s +for(;s=a.Q,s!=null;a=s){if(a.e==null)return null +if(a instanceof A.DL)return a}return null}, +to(a){var s,r=A.axg(a,!1,!0) +if(r==null)return null +s=A.a9H(r) +return s==null?null:s.dy}, +aux:function aux(a){this.a=a}, +vX:function vX(a,b){this.b=a +this.c=b}, +o2:function o2(a,b){this.a=a +this.b=b}, +ST:function ST(a,b){this.a=a +this.b=b}, +LY:function LY(){}, +a9I:function a9I(){}, +a9K:function a9K(a,b){this.a=a +this.b=b}, +a9J:function a9J(a){this.a=a}, +vU:function vU(a,b){this.a=a +this.b=b}, +WP:function WP(a){this.a=a}, +a7f:function a7f(){}, +art:function art(a){this.a=a}, +a7n:function a7n(a,b){this.a=a +this.b=b}, +a7p:function a7p(a){this.a=a}, +a7o:function a7o(a){this.a=a}, +a7q:function a7q(a){this.a=a}, +a7r:function a7r(a){this.a=a}, +a7h:function a7h(a){this.a=a}, +a7i:function a7i(a){this.a=a}, +a7j:function a7j(){}, +a7k:function a7k(a){this.a=a}, +a7l:function a7l(a){this.a=a}, +a7m:function a7m(){}, +a7g:function a7g(a,b,c){this.a=a +this.b=b +this.c=c}, +a7s:function a7s(a){this.a=a}, +a7t:function a7t(a){this.a=a}, +a7u:function a7u(a){this.a=a}, +a7v:function a7v(a){this.a=a}, +dM:function dM(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=null}, +arq:function arq(){}, +ars:function ars(a){this.a=a}, +arr:function arr(){}, +kB:function kB(a){this.a=a +this.b=null}, +aro:function aro(){}, +arp:function arp(a){this.a=a}, +agC:function agC(a,b){this.tk$=a +this.a=b}, +agD:function agD(){}, +agE:function agE(){}, +agF:function agF(a){this.a=a}, +yK:function yK(a,b,c){this.c=a +this.f=b +this.a=c}, +DL:function DL(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 +_.y=_.x=_.w=null +_.z=!1 +_.Q=null +_.as=h +_.ax=_.at=null +_.ay=!1 +_.k4$=0 +_.ok$=i +_.p2$=_.p1$=0 +_.p3$=!1}, +Xw:function Xw(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +R0:function R0(a){this.a=a +this.b=null}, +pX:function pX(){}, +Py:function Py(a){this.a=a +this.b=null}, +q9:function q9(){}, +Qd:function Qd(a){this.a=a +this.b=null}, +ye:function ye(a,b){this.c=a +this.a=b +this.b=null}, +Xx:function Xx(){}, +a_3:function a_3(){}, +a2A:function a2A(){}, +a2B:function a2B(){}, +aCv(a,b){return new A.bp(a,b.h("bp<0>"))}, +aTA(a){a.dI() +a.b5(A.avo())}, +aOh(a,b){var s,r,q,p=a.d +p===$&&A.b() +s=b.d +s===$&&A.b() +r=p-s +if(r!==0)return r +q=b.Q +if(a.Q!==q)return q?-1:1 +return 0}, +aOi(a,b){var s=A.a1(b).h("S<1,er>") +return A.aNM(!0,A.af(new A.S(b,new A.a8C(),s),!0,s.h("bd.E")),a,B.QT,!0,B.Iv,null)}, +aOg(a){a.ce() +a.b5(A.aHu())}, +yx(a){var s=a.a,r=s instanceof A.pe?s:null +return new A.LE("",r,new A.o4())}, +aSd(a){var s=a.ap(),r=new A.eQ(s,a,B.R) +s.c=r +s.a=a +return r}, +aP7(a){return new A.fu(A.eu(null,null,null,t.h,t.X),a,B.R)}, +aQb(a){return new A.hy(A.cF(t.h),a,B.R)}, +azc(a,b,c,d){var s=new A.bi(b,c,"widgets library",a,d,!1) +A.cE(s) +return s}, +fU:function fU(){}, +bp:function bp(a,b){this.a=a +this.$ti=b}, +pm:function pm(a,b){this.a=a +this.$ti=b}, +h:function h(){}, +aq:function aq(){}, +a_:function a_(){}, +asR:function asR(a,b){this.a=a +this.b=b}, +au:function au(){}, +aX:function aX(){}, +dW:function dW(){}, +b7:function b7(){}, +av:function av(){}, +N7:function N7(){}, +aY:function aY(){}, +fz:function fz(){}, +vV:function vV(a,b){this.a=a +this.b=b}, +Y_:function Y_(a){this.a=!1 +this.b=a}, +apX:function apX(a,b){this.a=a +this.b=b}, +a5p:function a5p(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}, +a5q:function a5q(a,b,c){this.a=a +this.b=b +this.c=c}, +PA:function PA(){}, +ar1:function ar1(a,b){this.a=a +this.b=b}, +b4:function b4(){}, +a8F:function a8F(a){this.a=a}, +a8D:function a8D(a){this.a=a}, +a8C:function a8C(){}, +a8G:function a8G(a){this.a=a}, +a8H:function a8H(a){this.a=a}, +a8I:function a8I(a){this.a=a}, +a8A:function a8A(a){this.a=a}, +a8E:function a8E(){}, +a8B:function a8B(a){this.a=a}, +LE:function LE(a,b,c){this.d=a +this.e=b +this.a=c}, +xN:function xN(){}, +a6r:function a6r(){}, +a6s:function a6s(){}, +vb:function vb(a,b){var _=this +_.ax=null +_.ay=!1 +_.c=_.b=_.a=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +eQ:function eQ(a,b,c){var _=this +_.k3=a +_.k4=!1 +_.ax=null +_.ay=!1 +_.c=_.b=_.a=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +AC:function AC(){}, +nA:function nA(a,b,c){var _=this +_.ax=null +_.ay=!1 +_.c=_.b=_.a=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1 +_.$ti=c}, +af1:function af1(a){this.a=a}, +fu:function fu(a,b,c){var _=this +_.y2=a +_.ax=null +_.ay=!1 +_.c=_.b=_.a=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +b9:function b9(){}, +ahH:function ahH(){}, +N6:function N6(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}, +BN:function BN(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}, +hy:function hy(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}, +ae_:function ae_(a){this.a=a}, +QZ:function QZ(){}, +nb:function nb(a,b,c){this.a=a +this.b=b +this.$ti=c}, +Z1:function Z1(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}, +Z6:function Z6(a){this.a=a}, +a0C:function a0C(){}, +ld(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.M8(b,a1,a2,s,a0,o,q,r,p,f,k,h,j,i,g,l,n,m,a,d,c,e)}, +pl:function pl(){}, +cj:function cj(a,b,c){this.a=a +this.b=b +this.$ti=c}, +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){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 +_.b4=o +_.bo=p +_.aM=q +_.bt=r +_.b9=s +_.bg=a0 +_.V=a1 +_.a=a2}, +aaB:function aaB(a){this.a=a}, +aaC:function aaC(a,b){this.a=a +this.b=b}, +aaD:function aaD(a){this.a=a}, +aaH:function aaH(a,b){this.a=a +this.b=b}, +aaI:function aaI(a){this.a=a}, +aaJ:function aaJ(a,b){this.a=a +this.b=b}, +aaK:function aaK(a){this.a=a}, +aaL:function aaL(a,b){this.a=a +this.b=b}, +aaM:function aaM(a){this.a=a}, +aaN:function aaN(a,b){this.a=a +this.b=b}, +aaO:function aaO(a){this.a=a}, +aaE:function aaE(a,b){this.a=a +this.b=b}, +aaF:function aaF(a){this.a=a}, +aaG:function aaG(a,b){this.a=a +this.b=b}, +ke:function ke(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +uB:function uB(a,b){var _=this +_.d=a +_.a=_.e=null +_.b=b +_.c=null}, +XC:function XC(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +ajt:function ajt(){}, +aoQ:function aoQ(a){this.a=a}, +aoV:function aoV(a){this.a=a}, +aoU:function aoU(a){this.a=a}, +aoR:function aoR(a){this.a=a}, +aoS:function aoS(a){this.a=a}, +aoT:function aoT(a,b){this.a=a +this.b=b}, +aoW:function aoW(a){this.a=a}, +aoX:function aoX(a){this.a=a}, +aoY:function aoY(a,b){this.a=a +this.b=b}, +aCD(a,b,c,d,e,f){return new A.le(e,b,a,c,d,f,null)}, +aCF(a,b,c){var s=A.w(t.K,t.U3) +a.b5(new A.abh(c,new A.abg(s,b))) +return s}, +aFB(a,b){var s,r=a.gW() +r.toString +t.x.a(r) +s=r.bi(0,b==null?null:b.gW()) +r=r.gv(r) +return A.ez(s,new A.A(0,0,0+r.a,0+r.b))}, +tx:function tx(a,b){this.a=a +this.b=b}, +le:function le(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.a=g}, +abg:function abg(a,b){this.a=a +this.b=b}, +abh:function abh(a,b){this.a=a +this.b=b}, +w1:function w1(a,b){var _=this +_.d=a +_.e=null +_.f=!0 +_.a=null +_.b=b +_.c=null}, +apQ:function apQ(a,b){this.a=a +this.b=b}, +apP:function apP(){}, +apM:function apM(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=$}, +m8:function m8(a,b){var _=this +_.a=a +_.b=$ +_.c=null +_.d=b +_.f=_.e=$ +_.r=null +_.x=_.w=!1}, +apN:function apN(a){this.a=a}, +apO:function apO(a,b){this.a=a +this.b=b}, +i1:function i1(a,b){this.a=a +this.b=b}, +abf:function abf(){}, +abe:function abe(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +abd:function abd(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +aCH(a,b){return new A.yZ(a,b,null)}, +yZ:function yZ(a,b,c){this.c=a +this.z=b +this.a=c}, +jX:function jX(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +MB(a,b,c){return new A.pu(b,a,c)}, +z1(a,b){return new A.en(new A.abG(null,b,a),null)}, +axo(a){var s,r,q,p,o,n,m=A.aCK(a).af(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.geU(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.o +o=m.geU(m) +if(o==null)o=B.jo.geU(B.jo) +n=m.w +l=m.rQ(p,k,r,o,q,n==null?null:n,l,s)}return l}, +aCK(a){var s=a.au(t.Oh),r=s==null?null:s.w +return r==null?B.jo:r}, +pu:function pu(a,b,c){this.w=a +this.b=b +this.a=c}, +abG:function abG(a,b,c){this.a=a +this.b=b +this.c=c}, +lg(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.N(r,q?j:b.a,c) +p=s?j:a.b +p=A.N(p,q?j:b.b,c) +o=s?j:a.c +o=A.N(o,q?j:b.c,c) +n=s?j:a.d +n=A.N(n,q?j:b.d,c) +m=s?j:a.e +m=A.N(m,q?j:b.e,c) +l=s?j:a.f +l=A.x(l,q?j:b.f,c) +k=s?j:a.geU(a) +k=A.N(k,q?j:b.geU(b),c) +s=s?j:a.w +return new A.cQ(r,p,o,n,m,l,k,A.aRS(s,q?j:b.w,c))}, +cQ:function cQ(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}, +XX:function XX(){}, +aAW(a,b,c,d,e){return new A.x1(a,d,e,b,c,null,null)}, +L0:function L0(a,b){this.a=a +this.b=b}, +yp:function yp(a,b){this.a=a +this.b=b}, +oM:function oM(a,b){this.a=a +this.b=b}, +Id:function Id(a,b){this.a=a +this.b=b}, +kr:function kr(a,b){this.a=a +this.b=b}, +MG:function MG(){}, +tE:function tE(){}, +abZ:function abZ(a){this.a=a}, +abY:function abY(a){this.a=a}, +abX:function abX(a,b){this.a=a +this.b=b}, +ru:function ru(){}, +a4i:function a4i(){}, +x1:function x1(a,b,c,d,e,f,g){var _=this +_.r=a +_.w=b +_.x=c +_.c=d +_.d=e +_.e=f +_.a=g}, +Vg:function Vg(a,b,c){var _=this +_.dy=_.dx=_.db=_.cy=_.cx=_.CW=null +_.e=_.d=$ +_.hg$=a +_.cJ$=b +_.a=null +_.b=c +_.c=null}, +ank:function ank(){}, +anl:function anl(){}, +anm:function anm(){}, +ann:function ann(){}, +ano:function ano(){}, +anp:function anp(){}, +wZ:function wZ(a,b,c,d,e,f){var _=this +_.r=a +_.w=b +_.c=c +_.d=d +_.e=e +_.a=f}, +Ve:function Ve(a,b,c){var _=this +_.CW=null +_.e=_.d=$ +_.hg$=a +_.cJ$=b +_.a=null +_.b=c +_.c=null}, +anf:function anf(){}, +x0:function x0(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}, +Vf:function Vf(a,b,c){var _=this +_.db=_.cy=_.cx=_.CW=null +_.e=_.d=$ +_.hg$=a +_.cJ$=b +_.a=null +_.b=c +_.c=null}, +ang:function ang(){}, +anh:function anh(){}, +ani:function ani(){}, +anj:function anj(){}, +w4:function w4(){}, +aP8(a,b,c,d){var s,r=a.iR(d) +if(r==null)return +c.push(r) +s=r.e +s.toString +d.a(s) +return}, +bU(a,b,c){var s,r,q,p,o,n +if(b==null)return a.au(c) +s=A.a([],t.Fa) +A.aP8(a,b,s,c) +if(s.length===0)return null +r=B.b.gY(s) +for(q=s.length,p=0;p>")),i).bF(new A.auN(k,h),t.e3)}, +zF(a){var s=a.au(t.Gk) +return s==null?null:s.r.f}, +ed(a,b,c){var s=a.au(t.Gk) +return s==null?null:c.h("0?").a(J.aE(s.r.e,b))}, +wm:function wm(a,b){this.a=a +this.b=b}, +auL:function auL(a){this.a=a}, +auM:function auM(){}, +auN:function auN(a,b){this.a=a +this.b=b}, +du:function du(){}, +a27:function a27(){}, +L9:function L9(){}, +E6:function E6(a,b,c,d){var _=this +_.r=a +_.w=b +_.b=c +_.a=d}, +zE:function zE(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +Yr:function Yr(a,b,c){var _=this +_.d=a +_.e=b +_.a=_.f=null +_.b=c +_.c=null}, +aqt:function aqt(a){this.a=a}, +aqu:function aqu(a,b){this.a=a +this.b=b}, +aqs:function aqs(a,b,c){this.a=a +this.b=b +this.c=c}, +aPD(a,b){var s,r +a.au(t.bS) +s=A.aPE(a,b) +if(s==null)return null +a.AH(s,null) +r=s.e +r.toString +return b.a(r)}, +aPE(a,b){var s,r,q,p=a.iR(b) +if(p==null)return null +s=a.iR(t.bS) +if(s!=null){r=s.d +r===$&&A.b() +q=p.d +q===$&&A.b() +q=r>q +r=q}else r=!1 +if(r)return null +return p}, +aDg(a,b){var s={} +s.a=null +a.ms(new A.ad7(s,b)) +s=s.a +if(s==null)s=null +else{s=s.k3 +s.toString}return b.h("0?").a(s)}, +ad8(a,b){var s={} +s.a=null +a.ms(new A.ad9(s,b)) +s=s.a +if(s==null)s=null +else{s=s.k3 +s.toString}return b.h("0?").a(s)}, +aDf(a,b){var s={} +s.a=null +a.ms(new A.ad6(s,b)) +s=s.a +s=s==null?null:s.gW() +return b.h("0?").a(s)}, +ad7:function ad7(a,b){this.a=a +this.b=b}, +ad9:function ad9(a,b){this.a=a +this.b=b}, +ad6:function ad6(a,b){this.a=a +this.b=b}, +aDi(a,b){var s,r=b.a,q=a.a +if(rq?B.f.X(0,new A.i(q-r,0)):B.f}r=b.b +q=a.b +if(rq)s=s.X(0,new A.i(0,q-r))}return b.cd(s)}, +aDj(a,b,c){return new A.zK(a,null,null,null,b,c)}, +k5:function k5(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +alB:function alB(a,b){this.a=a +this.b=b}, +alC:function alC(){}, +pJ:function pJ(){this.b=this.a=null}, +adl:function adl(a,b){this.a=a +this.b=b}, +zK:function zK(a,b,c,d,e,f){var _=this +_.f=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f}, +AG:function AG(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +Yv:function Yv(a,b,c){this.c=a +this.d=b +this.a=c}, +WZ:function WZ(a,b){this.b=a +this.c=b}, +Yu:function Yu(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +a_n:function a_n(a,b,c,d,e){var _=this +_.A=a +_.Z=b +_.ak=c +_.k3$=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}, +pQ(a,b,c){return new A.lt(b,a,c)}, +aDt(a){return new A.en(new A.adA(a),null)}, +aQ0(a,b){return new A.en(new A.adz(0,b,a),null)}, +dc(a,b){var s=A.bU(a,b,t.l) +return s==null?null:s.w}, +PO:function PO(a,b){this.a=a +this.b=b}, +eI:function eI(a,b){this.a=a +this.b=b}, +zZ:function zZ(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}, +lt:function lt(a,b,c){this.w=a +this.b=b +this.a=c}, +adA:function adA(a){this.a=a}, +adz:function adz(a,b,c){this.a=a +this.b=b +this.c=c}, +aem:function aem(a,b){this.a=a +this.b=b}, +Eb:function Eb(a,b,c){this.c=a +this.e=b +this.a=c}, +YE:function YE(a){var _=this +_.a=_.e=_.d=null +_.b=a +_.c=null}, +aqG:function aqG(a,b){this.a=a +this.b=b}, +a2r:function a2r(){}, +axJ(a,b,c,d,e,f,g){return new A.Pn(c,!1,e,!0,f,b,g,null)}, +Pn:function Pn(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}, +adN:function adN(a,b){this.a=a +this.b=b}, +Hz:function Hz(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +vJ:function vJ(a,b,c,d,e,f,g,h,i){var _=this +_.av=null +_.k3=_.k2=!1 +_.ok=_.k4=null +_.at=a +_.ay=b +_.ch=c +_.cx=_.CW=null +_.cy=!1 +_.db=null +_.f=d +_.r=e +_.w=null +_.a=f +_.b=null +_.c=g +_.d=h +_.e=i}, +Vo:function Vo(a){this.a=a}, +YN:function YN(a,b,c){this.c=a +this.d=b +this.a=c}, +Ad:function Ad(a,b,c,d,e,f){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f}, +FR:function FR(a,b){this.a=a +this.b=b}, +att:function att(a,b,c){var _=this +_.d=a +_.e=b +_.f=c +_.c=_.b=null}, +aCE(a,b){return new A.pq(b,a,null)}, +aDx(a,b,c,d,e,f,g,h,i,j,k,l){return new A.Ae(i,g,b,f,h,d,l,e,j,a,k,c)}, +aDA(a){return A.aex(a).ajp(null)}, +aex(a){var s,r +if(a instanceof A.eQ){s=a.k3 +s.toString +s=s instanceof A.h0}else s=!1 +if(s){s=a.k3 +s.toString +t.uK.a(s) +r=s}else r=null +if(r==null)r=a.tt(t.uK) +s=r +s.toString +return s}, +aDz(a){var s,r=a.k3 +r.toString +if(r instanceof A.h0)s=r +else s=null +if(s==null)s=a.tt(t.uK) +return s}, +aQl(a,b){var s,r,q,p,o,n,m,l=null,k=A.a([],t.ny) +if(B.c.bv(b,"/")&&b.length>1){b=B.c.bA(b,1) +s=t.z +k.push(a.wA("/",!0,l,s)) +r=b.split("/") +if(b.length!==0)for(q=r.length,p=0,o="";p=3}, +aU1(a){return a.gUs()}, +aFO(a){return new A.as7(a)}, +aDy(a,b){var s,r,q,p +for(s=a.a,r=s.gzd(),q=r.length,p=0;p2?s[2]:null,B.li) +case 1:s=s.ea(a,1)[1] +s.toString +t.pO.a(A.aQv(new A.a5B(A.e_(s)))) +return null}}, +uO:function uO(a,b){this.a=a +this.b=b}, +ce:function ce(){}, +aim:function aim(a){this.a=a}, +ail:function ail(a){this.a=a}, +fA:function fA(a,b){this.a=a +this.b=b}, +cT:function cT(){}, +k9:function k9(){}, +pq:function pq(a,b,c){this.f=a +this.b=b +this.a=c}, +lK:function lK(){}, +SS:function SS(){}, +L8:function L8(){}, +a79:function a79(a,b,c){this.a=a +this.b=b +this.c=c}, +Ae:function Ae(a,b,c,d,e,f,g,h,i,j,k,l){var _=this +_.c=a +_.d=b +_.f=c +_.r=d +_.w=e +_.x=f +_.y=g +_.Q=h +_.as=i +_.at=j +_.ax=k +_.a=l}, +aew:function aew(){}, +eJ:function eJ(a,b){this.a=a +this.b=b}, +Z0:function Z0(a,b,c){var _=this +_.a=null +_.b=a +_.c=b +_.d=c}, +dY:function dY(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}, +as6:function as6(a,b){this.a=a +this.b=b}, +as4:function as4(){}, +as5:function as5(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +as3:function as3(a,b){this.a=a +this.b=b}, +as7:function as7(a){this.a=a}, +om:function om(){}, +wh:function wh(a,b){this.a=a +this.b=b}, +wg:function wg(a,b){this.a=a +this.b=b}, +El:function El(a,b){this.a=a +this.b=b}, +Em:function Em(a,b){this.a=a +this.b=b}, +XK:function XK(a,b){var _=this +_.a=a +_.k4$=0 +_.ok$=b +_.p2$=_.p1$=0 +_.p3$=!1}, +h0:function h0(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 +_.c4$=j +_.ir$=k +_.y3$=l +_.fS$=m +_.is$=n +_.e4$=o +_.bn$=p +_.a=null +_.b=q +_.c=null}, +aep:function aep(a,b){this.a=a +this.b=b}, +aev:function aev(a){this.a=a}, +aeo:function aeo(){}, +aeq:function aeq(){}, +aer:function aer(a){this.a=a}, +aes:function aes(){}, +aet:function aet(){}, +aen:function aen(a){this.a=a}, +aeu:function aeu(a,b){this.a=a +this.b=b}, +F_:function F_(a,b){this.a=a +this.b=b}, +a_E:function a_E(){}, +YU:function YU(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=null}, +ayx:function ayx(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d +_.b=null}, +XL:function XL(a){var _=this +_.y=null +_.a=!1 +_.c=_.b=null +_.k4$=0 +_.ok$=a +_.p2$=_.p1$=0 +_.p3$=!1}, +apR:function apR(){}, +pW:function pW(a){this.a=a}, +aqZ:function aqZ(){}, +En:function En(){}, +Eo:function Eo(){}, +a2m:function a2m(){}, +PB:function PB(){}, +dG:function dG(a,b,c,d){var _=this +_.d=a +_.b=b +_.a=c +_.$ti=d}, +Ep:function Ep(a,b,c){var _=this +_.ax=null +_.ay=!1 +_.c=_.b=_.a=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1 +_.$ti=c}, +i4:function i4(){}, +a2w:function a2w(){}, +nw(a,b){return new A.lx(a,b,new A.bq(null,$.aD(),t.lG),new A.bp(null,t.af))}, +aTY(a){return a.ab(0)}, +aTX(a,b){var s,r=a.au(t.Am) +if(r!=null)return r +s=A.a([A.mX("No Overlay widget found."),A.be(A.r(a.gamw()).j(0)+" widgets require an Overlay widget ancestor.\nAn overlay lets widgets float on top of other widget children."),A.LC("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.D) +B.b.R(s,a.afj(B.a5D)) +throw A.c(A.tk(s))}, +lx:function lx(a,b,c,d){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=c +_.e=null +_.f=d +_.r=!1}, +aeO:function aeO(a){this.a=a}, +ma:function ma(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +wj:function wj(a){var _=this +_.d=$ +_.e=null +_.r=_.f=$ +_.a=null +_.b=a +_.c=null}, +ar8:function ar8(){}, +ug:function ug(a,b,c){this.c=a +this.d=b +this.a=c}, +ui:function ui(a,b,c,d){var _=this +_.d=a +_.e4$=b +_.bn$=c +_.a=null +_.b=d +_.c=null}, +aeT:function aeT(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aeS:function aeS(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aeU:function aeU(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +aeR:function aeR(){}, +aeQ:function aeQ(){}, +FO:function FO(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +a1f:function a1f(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}, +r5:function r5(){}, +arT:function arT(a){this.a=a}, +wC:function wC(a,b,c){var _=this +_.y=_.x=_.w=_.r=_.f=_.e=_.at=null +_.cC$=a +_.aH$=b +_.a=c}, +oq:function oq(a,b,c,d,e,f,g,h){var _=this +_.D=null +_.ag=a +_.aK=b +_.az=c +_.aP=!1 +_.bc=d +_.es$=e +_.ao$=f +_.dV$=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}, +arV:function arV(a){this.a=a}, +arU:function arU(a){this.a=a}, +aeP:function aeP(){this.b=this.a=null}, +An:function An(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +Ze:function Ze(a){var _=this +_.d=null +_.e=!0 +_.a=_.f=null +_.b=a +_.c=null}, +ar9:function ar9(a,b){this.a=a +this.b=b}, +arb:function arb(a,b){this.a=a +this.b=b}, +ara:function ara(a){this.a=a}, +on:function on(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.hi$=_.fU$=_.fT$=_.e=_.d=null}, +r4:function r4(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +wk:function wk(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +Zd:function Zd(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}, +WJ:function WJ(a,b){this.c=a +this.a=b}, +op:function op(a,b,c){var _=this +_.A=a +_.Z=!1 +_.ak=!0 +_.ei=_.bp=!1 +_.hi$=_.fU$=_.fT$=null +_.k3$=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}, +arE:function arE(a){this.a=a}, +arF:function arF(a){this.a=a}, +EP:function EP(a,b){var _=this +_.A=null +_.k3$=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}, +Zf:function Zf(){}, +a2D:function a2D(){}, +a2E:function a2E(){}, +GG:function GG(){}, +a2J:function a2J(){}, +aOY(a,b,c){return new A.yR(a,c,b,null)}, +aFA(a,b,c){var s,r,q=null,p=t.Y,o=new A.aB(0,0,p),n=new A.aB(0,0,p),m=new A.DQ(B.i7,o,n,b,a,$.aD()),l=A.ct(B.L,q,q,0,q,1,q,c) +l.bD() +s=l.cO$ +s.b=!0 +s.a.push(m.ga0K()) +m.b!==$&&A.bA() +m.b=l +r=A.dB(B.eS,l,q) +r.a.U(0,m.gfD()) +t.m.a(r) +p=p.h("aw") +m.r!==$&&A.bA() +m.r=new A.aw(r,o,p) +m.x!==$&&A.bA() +m.x=new A.aw(r,n,p) +p=c.kR(m.gabu()) +m.y!==$&&A.bA() +m.y=p +return m}, +yR:function yR(a,b,c,d){var _=this +_.e=a +_.f=b +_.w=c +_.a=d}, +DR:function DR(a,b,c,d){var _=this +_.r=_.f=_.e=_.d=null +_.w=a +_.e4$=b +_.bn$=c +_.a=null +_.b=d +_.c=null}, +w0:function w0(a,b){this.a=a +this.b=b}, +DQ:function DQ(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 +_.k4$=0 +_.ok$=f +_.p2$=_.p1$=0 +_.p3$=!1}, +apJ:function apJ(a){this.a=a}, +XE:function XE(a,b,c,d){var _=this +_.b=a +_.c=b +_.d=c +_.a=d}, +PS:function PS(a,b){this.a=a +this.hh$=b}, +Es:function Es(){}, +Gw:function Gw(){}, +aDH(a,b){var s=a.e +s.toString +return!(s instanceof A.uj)}, +aDJ(a){var s=a.nh(t.Mf) +return s==null?null:s.d}, +Fx:function Fx(a){this.a=a}, +Ao:function Ao(){this.a=null}, +aeW:function aeW(a){this.a=a}, +uj:function uj(a,b,c){this.c=a +this.d=b +this.a=c}, +ia:function ia(){}, +adB:function adB(){}, +afi:function afi(){}, +L5:function L5(a,b){this.a=a +this.d=b}, +aQQ(a,b){var s,r=a.nh(t.bb) +if(r==null)return!1 +s=A.aiT(a).lr(a) +if(r.w.t(0,s))return r.r===b +return!1}, +Qf(a){var s=a.au(t.bb) +return s==null?null:s.f}, +uv:function uv(a,b,c,d,e){var _=this +_.f=a +_.r=b +_.w=c +_.b=d +_.a=e}, +uL(a){var s=a.au(t.lQ) +return s==null?null:s.f}, +amH(a,b){return new A.CB(a,b,null)}, +nL:function nL(a,b,c){this.c=a +this.d=b +this.a=c}, +a_F:function a_F(a,b,c,d,e,f){var _=this +_.c4$=a +_.ir$=b +_.y3$=c +_.fS$=d +_.is$=e +_.a=null +_.b=f +_.c=null}, +CB:function CB(a,b,c){this.f=a +this.b=b +this.a=c}, +Bi:function Bi(a,b,c){this.c=a +this.d=b +this.a=c}, +EZ:function EZ(a){var _=this +_.d=null +_.e=!1 +_.r=_.f=null +_.w=!1 +_.a=null +_.b=a +_.c=null}, +as_:function as_(a){this.a=a}, +arZ:function arZ(a,b){this.a=a +this.b=b}, +eA:function eA(){}, +kh:function kh(){}, +ahE:function ahE(a,b){this.a=a +this.b=b}, +au7:function au7(){}, +a2K:function a2K(){}, +cG:function cG(){}, +jz:function jz(){}, +EX:function EX(){}, +Bc:function Bc(a,b,c){var _=this +_.cy=a +_.y=null +_.a=!1 +_.c=_.b=null +_.k4$=0 +_.ok$=b +_.p2$=_.p1$=0 +_.p3$=!1 +_.$ti=c}, +Bb:function Bb(a,b){var _=this +_.cy=a +_.y=null +_.a=!1 +_.c=_.b=null +_.k4$=0 +_.ok$=b +_.p2$=_.p1$=0 +_.p3$=!1}, +aRl(){return new A.R3(new A.b0(A.a([],t.Zt),t.CT))}, +au8:function au8(){}, +hJ:function hJ(a,b,c){this.a=a +this.b=b +this.c=c}, +uP:function uP(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.a=f +_.$ti=g}, +aie:function aie(a,b){this.a=a +this.b=b}, +wu:function wu(a,b,c,d,e,f,g,h){var _=this +_.e=_.d=null +_.f=a +_.r=$ +_.w=!1 +_.c4$=b +_.ir$=c +_.y3$=d +_.fS$=e +_.is$=f +_.a=null +_.b=g +_.c=null +_.$ti=h}, +asf:function asf(a){this.a=a}, +asg:function asg(a){this.a=a}, +ase:function ase(a){this.a=a}, +asc:function asc(a,b,c){this.a=a +this.b=b +this.c=c}, +as9:function as9(a){this.a=a}, +asa:function asa(a,b){this.a=a +this.b=b}, +asd:function asd(){}, +asb:function asb(){}, +a_R:function a_R(a,b,c,d,e,f,g){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.y=e +_.b=f +_.a=g}, +iE:function iE(){}, +aoj:function aoj(a){this.a=a}, +HY:function HY(){}, +a4N:function a4N(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +R3:function R3(a){this.b=$ +this.a=a}, +Rd:function Rd(){}, +uQ:function uQ(){}, +Re:function Re(){}, +a_C:function a_C(a){var _=this +_.y=null +_.a=!1 +_.c=_.b=null +_.k4$=0 +_.ok$=a +_.p2$=_.p1$=0 +_.p3$=!1}, +a_K:function a_K(){}, +wJ:function wJ(){}, +pS(a,b){var s=a.au(t.Fe),r=s==null?null:s.x +return b.h("hw<0>?").a(r)}, +uh:function uh(){}, +eR:function eR(){}, +amz:function amz(a,b,c){this.a=a +this.b=b +this.c=c}, +amx:function amx(a,b,c){this.a=a +this.b=b +this.c=c}, +amy:function amy(a,b,c){this.a=a +this.b=b +this.c=c}, +amw:function amw(a,b){this.a=a +this.b=b}, +Nd:function Nd(){}, +WR:function WR(a,b){this.e=a +this.a=b +this.b=null}, +Ef:function Ef(a,b,c,d,e,f){var _=this +_.f=a +_.r=b +_.w=c +_.x=d +_.b=e +_.a=f}, +wf:function wf(a,b,c){this.c=a +this.a=b +this.$ti=c}, +m9:function m9(a,b,c,d){var _=this +_.d=null +_.e=$ +_.f=a +_.r=b +_.a=null +_.b=c +_.c=null +_.$ti=d}, +aqH:function aqH(a){this.a=a}, +aqL:function aqL(a){this.a=a}, +aqM:function aqM(a){this.a=a}, +aqK:function aqK(a){this.a=a}, +aqI:function aqI(a){this.a=a}, +aqJ:function aqJ(a){this.a=a}, +hw:function hw(){}, +adP:function adP(a,b){this.a=a +this.b=b}, +adQ:function adQ(){}, +adO:function adO(){}, +r2:function r2(){}, +ay5(a,b,c){return new A.Rj(c,a,b,null)}, +Rj:function Rj(a,b,c,d){var _=this +_.d=a +_.f=b +_.x=c +_.a=d}, +Rs:function Rs(){}, +n9:function n9(a){this.a=a +this.b=!1}, +abj:function abj(a,b){this.c=a +this.a=b +this.b=!1}, +aiV:function aiV(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}, +a7J:function a7J(a,b){this.c=a +this.a=b +this.b=!1}, +I1:function I1(a,b){var _=this +_.c=$ +_.d=a +_.a=b +_.b=!1}, +Lq:function Lq(a){var _=this +_.d=_.c=$ +_.a=a +_.b=!1}, +aiT(a){var s=a.au(t.Cy),r=s==null?null:s.f +return r==null?B.Gt:r}, +Rt:function Rt(){}, +aiQ:function aiQ(){}, +aiR:function aiR(){}, +aiS:function aiS(){}, +atZ:function atZ(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +Bq:function Bq(a,b,c){this.f=a +this.b=b +this.a=c}, +aiU(){return new A.Ru(A.a([],t.Va),$.aD())}, +Ru:function Ru(a,b){var _=this +_.f=a +_.k4$=0 +_.ok$=b +_.p2$=_.p1$=0 +_.p3$=!1}, +aGJ(a,b){return b}, +akf:function akf(){}, +a_T:function a_T(a){this.a=a}, +ake:function ake(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.w=f}, +Fh:function Fh(a,b){this.c=a +this.a=b}, +Fi:function Fi(a,b){var _=this +_.f=_.e=_.d=null +_.r=!1 +_.hN$=a +_.a=null +_.b=b +_.c=null}, +asw:function asw(a,b){this.a=a +this.b=b}, +a2O:function a2O(){}, +lL:function lL(){}, +LP:function LP(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +Xk:function Xk(){}, +ay7(a,b,c,d,e){var s=new A.kj(c,e,d,a,0) +if(b!=null)s.hh$=b +return s}, +aX1(a){return a.hh$===0}, +h7:function h7(){}, +amY:function amY(){}, +fB:function fB(){}, +Bv:function Bv(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.hh$=d}, +kj:function kj(a,b,c,d,e){var _=this +_.d=a +_.e=b +_.a=c +_.b=d +_.hh$=e}, +ly:function ly(a,b,c,d,e,f){var _=this +_.d=a +_.e=b +_.f=c +_.a=d +_.b=e +_.hh$=f}, +qp:function qp(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.hh$=d}, +T4:function T4(a,b,c,d){var _=this +_.d=a +_.a=b +_.b=c +_.hh$=d}, +F7:function F7(){}, +F6:function F6(a,b,c){this.f=a +this.b=b +this.a=c}, +oj:function oj(a){var _=this +_.a=a +_.hi$=_.fU$=_.fT$=null}, +Bs:function Bs(a,b){this.c=a +this.a=b}, +Bt:function Bt(a,b){var _=this +_.d=a +_.a=null +_.b=b +_.c=null}, +aiW:function aiW(a){this.a=a}, +aiX:function aiX(a){this.a=a}, +aiY:function aiY(a){this.a=a}, +aME(a,b,c){var s,r +if(a>0){s=a/c +if(b"))}, +az5(a,b){var s=$.a8.V$.z.i(0,a).gW() +s.toString +return t.x.a(s).fJ(b)}, +Bx:function Bx(a,b){this.a=a +this.b=b}, +By:function By(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 +_.k4$=0 +_.ok$=o +_.p2$=_.p1$=0 +_.p3$=!1}, +ajb:function ajb(){}, +AI:function AI(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}, +uE:function uE(a,b,c,d,e){var _=this +_.w=_.r=_.f=_.e=_.d=null +_.y=_.x=$ +_.z=a +_.as=_.Q=!1 +_.at=$ +_.e4$=b +_.bn$=c +_.a=null +_.b=d +_.c=null +_.$ti=e}, +agz:function agz(a){this.a=a}, +agv:function agv(a){this.a=a}, +agw:function agw(a){this.a=a}, +ags:function ags(a){this.a=a}, +agt:function agt(a){this.a=a}, +agu:function agu(a){this.a=a}, +agx:function agx(a){this.a=a}, +agy:function agy(a){this.a=a}, +agA:function agA(a){this.a=a}, +agB:function agB(a){this.a=a}, +kG:function kG(a,b,c,d,e,f,g,h,i,j){var _=this +_.co=a +_.k2=!1 +_.bz=_.bL=_.bt=_.aM=_.av=_.bo=_.b4=_.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 +_.w=null +_.a=g +_.b=null +_.c=h +_.d=i +_.e=j}, +kH:function kH(a,b,c,d,e,f,g,h,i,j){var _=this +_.e6=a +_.bc=_.aP=_.az=_.aK=_.ag=_.D=_.bz=_.bL=_.bt=_.aM=_.av=null +_.k3=_.k2=!1 +_.ok=_.k4=null +_.at=b +_.ay=c +_.ch=d +_.cx=_.CW=null +_.cy=!1 +_.db=null +_.f=e +_.r=f +_.w=null +_.a=g +_.b=null +_.c=h +_.d=i +_.e=j}, +wo:function wo(){}, +aQd(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}, +aQc(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}, +u9:function u9(){}, +aef:function aef(a){this.a=a}, +aeg:function aeg(a,b,c){this.a=a +this.b=b +this.c=c}, +aeh:function aeh(){}, +aed:function aed(a,b){this.a=a +this.b=b}, +aee:function aee(a){this.a=a}, +aei:function aei(a,b){this.a=a +this.b=b}, +aej:function aej(a){this.a=a}, +ae4:function ae4(a){this.a=a}, +ae5:function ae5(a){this.a=a}, +ae6:function ae6(a){this.a=a}, +ae7:function ae7(a){this.a=a}, +ae8:function ae8(a){this.a=a}, +ae9:function ae9(a){this.a=a}, +aea:function aea(a){this.a=a}, +aeb:function aeb(a){this.a=a}, +aec:function aec(a){this.a=a}, +YS:function YS(){}, +RC(a){var s=a.au(t.Wu) +return s==null?null:s.f}, +aEq(a,b){return new A.uY(b,a,null)}, +uW:function uW(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +a07:function a07(a,b,c,d){var _=this +_.d=a +_.pl$=b +_.nb$=c +_.a=null +_.b=d +_.c=null}, +uY:function uY(a,b,c){this.f=a +this.b=b +this.a=c}, +RB:function RB(){}, +a2N:function a2N(){}, +GI:function GI(){}, +BL:function BL(a,b){this.c=a +this.a=b}, +a0f:function a0f(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +a0g:function a0g(a,b,c){this.x=a +this.b=b +this.a=c}, +eh(a,b,c,d,e){return new A.aL(a,c,e,b,d)}, +aS1(a){var s=A.w(t.y6,t.Xw) +a.ah(0,new A.ajV(s)) +return s}, +ajY(a,b,c){return new A.qy(null,c,a,b,null)}, +aL:function aL(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +qQ:function qQ(a,b){this.a=a +this.b=b}, +v5:function v5(a,b){var _=this +_.b=a +_.c=null +_.k4$=0 +_.ok$=b +_.p2$=_.p1$=0 +_.p3$=!1}, +ajV:function ajV(a){this.a=a}, +ajU:function ajU(){}, +ajW:function ajW(a){this.a=a}, +ajX:function ajX(a){this.a=a}, +qy:function qy(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +Fm:function Fm(a){var _=this +_.a=_.d=null +_.b=a +_.c=null}, +RS:function RS(a,b){var _=this +_.c=a +_.k4$=0 +_.ok$=b +_.p2$=_.p1$=0 +_.p3$=!1}, +BM:function BM(a,b){this.c=a +this.a=b}, +Fl:function Fl(a,b,c){var _=this +_.d=a +_.e=b +_.a=null +_.b=c +_.c=null}, +a0j:function a0j(a,b,c){this.f=a +this.b=b +this.a=c}, +a0h:function a0h(){}, +a0i:function a0i(){}, +a0k:function a0k(){}, +a0m:function a0m(){}, +a0n:function a0n(){}, +a2c:function a2c(){}, +aEF(a,b){return new A.v8(b,A.aye(t.S,t.Dv),a,B.R)}, +aS6(a,b,c,d,e){if(b===e-1)return d +return d+(d-c)/(b-a+1)*(e-b-1)}, +aPm(a,b){return new A.zj(b,a,null)}, +S4:function S4(){}, +v9:function v9(){}, +S2:function S2(a,b){this.d=a +this.a=b}, +v8:function v8(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}, +akj:function akj(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +akh:function akh(){}, +aki:function aki(a,b){this.a=a +this.b=b}, +akg:function akg(a,b,c){this.a=a +this.b=b +this.c=c}, +akk:function akk(a,b){this.a=a +this.b=b}, +zj:function zj(a,b,c){this.f=a +this.b=b +this.a=c}, +aEG(a,b,c,d,e){return new A.S7(c,d,!0,e,b,null)}, +S5:function S5(a,b){this.a=a +this.b=b}, +BT:function BT(a){var _=this +_.a=!1 +_.k4$=0 +_.ok$=a +_.p2$=_.p1$=0 +_.p3$=!1}, +S7:function S7(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.c=e +_.a=f}, +wt:function wt(a,b,c,d,e,f,g){var _=this +_.A=a +_.Z=b +_.ak=c +_.bp=d +_.ei=e +_.hO=_.df=null +_.fW=!1 +_.hk=null +_.k3$=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}, +S6:function S6(){}, +WH:function WH(){}, +Sa:function Sa(a){this.a=a}, +aUY(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=A.a([],t.bt) +for(s=J.a9(c),r=0,q=0,p=0;r=0){g=p+k +f=g+(n-m) +p=f+1 +q=g-m +e.push(new A.vd(new A.c_(g,f),o.b))}++r}return e}, +aWw(a,b,c,d,e){var s=e.b,r=e.a,q=a.a +if(r!==q)s=A.aUY(q,r,s) +if(A.br()===B.aS)return A.cA(A.aUI(s,a,c,d,b),c,null) +return A.cA(A.aUJ(s,a,c,d,a.b.c),c,null)}, +aUJ(a,b,c,d,e){var s,r,q,p,o=A.a([],t.Ne),n=b.a,m=c.cp(d),l=n.length,k=J.a9(a),j=0,i=0 +while(!0){if(!(jj){r=r=e?c:m +o.push(A.cA(null,s,B.c.T(n,r,p)));++i +j=p}}k=n.length +if(je){r=r=e&&g<=r&&f){o.push(A.cA(p,c,B.c.T(n,e,j))) +o.push(A.cA(p,l,B.c.T(n,j,g))) +o.push(A.cA(p,c,B.c.T(n,g,r)))}else o.push(A.cA(p,c,B.c.T(n,e,r))) +e=r}else{q=s.b +q=q=j&&q<=g&&f?l:k +o.push(A.cA(p,s,B.c.T(n,r,q)));++d +e=q}}j=n.length +if(ea/2 +n=s?o:o+B.b.gL(c).a.a +r=m.b +q=B.b.gL(c) +o=s?m.c:o+B.b.gY(c).a.a +p=B.b.gY(c) +n+=(o-n)/2 +o=m.d +return new A.Cp(new A.i(n,A.H(r+q.a.b-d,r,o)),new A.i(n,A.H(r+p.a.b,r,o)))}, +Cp:function Cp(a,b){this.a=a +this.b=b}, +aSx(a,b,c){var s=b/2,r=a-s +if(r<0)return 0 +if(a+s>c)return c-b +return r}, +SF:function SF(a,b,c){this.b=a +this.c=b +this.d=c}, +ayo(a){var s=a.au(t.l3),r=s==null?null:s.f +return r!==!1}, +aEX(a){var s=a.H1(t.l3),r=s==null?null:s.r +return r==null?B.GH:r}, +vp:function vp(a,b,c){this.c=a +this.d=b +this.a=c}, +a1h:function a1h(a,b){var _=this +_.d=!0 +_.e=a +_.a=null +_.b=b +_.c=null}, +DF:function DF(a,b,c,d){var _=this +_.f=a +_.r=b +_.b=c +_.a=d}, +ir:function ir(){}, +ek:function ek(){}, +wH:function wH(a,b,c){var _=this +_.w=a +_.a=null +_.b=!1 +_.c=null +_.d=b +_.e=null +_.f=c +_.r=$}, +Dh:function Dh(){}, +SL:function SL(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +aED(a,b,c,d){return new A.RZ(c,d,a,b,null)}, +aEk(a,b){return new A.Rm(A.aZ8(),B.Z,null,a,b,null)}, +aRv(a){return A.zY(a,a,1)}, +aEf(a,b){return new A.R8(A.aZ7(),B.Z,null,a,b,null)}, +aRm(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.aN(p)}, +es(a,b,c){return new A.LK(c,!1,b,null)}, +aBJ(a,b,c,d){return new A.L7(c,b,a,d,null)}, +oI(a,b,c){return new A.Hx(b,c,a,null)}, +x4:function x4(){}, +CT:function CT(a){this.a=null +this.b=a +this.c=null}, +anq:function anq(){}, +RZ:function RZ(a,b,c,d,e){var _=this +_.e=a +_.f=b +_.r=c +_.c=d +_.a=e}, +Pd:function Pd(){}, +Rm:function Rm(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.c=e +_.a=f}, +R8:function R8(a,b,c,d,e,f){var _=this +_.e=a +_.f=b +_.r=c +_.w=d +_.c=e +_.a=f}, +LK:function LK(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +uG:function uG(a,b){this.a=a +this.b=b}, +Ax:function Ax(a,b,c){this.e=a +this.c=b +this.a=c}, +KZ:function KZ(a,b,c,d){var _=this +_.e=a +_.r=b +_.c=c +_.a=d}, +L7:function L7(a,b,c,d,e){var _=this +_.r=a +_.w=b +_.x=c +_.c=d +_.a=e}, +zB:function zB(){}, +Hx:function Hx(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +aW2(a,b,c){var s={} +s.a=null +return new A.auT(s,A.aR("arg"),a,b,c)}, +vx:function vx(a,b,c,d,e,f,g,h){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.a=g +_.$ti=h}, +vy:function vy(a,b,c){var _=this +_.d=a +_.e=$ +_.f=null +_.r=!1 +_.a=_.x=_.w=null +_.b=b +_.c=null +_.$ti=c}, +amF:function amF(a){this.a=a}, +vz:function vz(a,b){this.a=a +this.b=b}, +SW:function SW(a,b,c,d){var _=this +_.w=a +_.x=b +_.a=c +_.k4$=0 +_.ok$=d +_.p2$=_.p1$=0 +_.p3$=!1}, +a1P:function a1P(a,b){this.a=a +this.b=-1 +this.$ti=b}, +auT:function auT(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +auS:function auS(a,b,c){this.a=a +this.b=b +this.c=c}, +FX:function FX(){}, +vD:function vD(a,b,c,d){var _=this +_.c=a +_.d=b +_.a=c +_.$ti=d}, +wG:function wG(a,b){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null +_.$ti=b}, +atQ:function atQ(a){this.a=a}, +amX(a){var s=A.aPD(a,t._l) +return s==null?null:s.f}, +aFk(a){var s=a.au(t.Li) +s=s==null?null:s.f +if(s==null){s=$.qi.fy$ +s===$&&A.b()}return s}, +Ta:function Ta(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +amW:function amW(a){this.a=a}, +ED:function ED(a,b,c,d,e){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.a=e}, +a_2:function a_2(a,b){var _=this +_.bo=$ +_.c=_.b=_.a=_.ch=_.ax=_.aM=_.av=null +_.d=$ +_.e=a +_.f=null +_.r=b +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +rc:function rc(a,b,c){this.f=a +this.b=b +this.a=c}, +Ex:function Ex(a,b,c){this.f=a +this.b=b +this.a=c}, +Dv:function Dv(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +aFl(a,b){var s +switch(b.a){case 0:s=a.au(t.I) +s.toString +return A.azM(s.w) +case 1:return B.P +case 2:s=a.au(t.I) +s.toString +return A.azM(s.w) +case 3:return B.P}}, +CF:function CF(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}, +a20:function a20(a,b,c){var _=this +_.aM=!1 +_.bt=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}, +a3h:function a3h(){}, +a3i:function a3i(){}, +Td:function Td(a,b,c,d,e,f){var _=this +_.c=a +_.e=b +_.f=c +_.r=d +_.w=e +_.a=f}, +a22:function a22(a,b,c){this.f=a +this.b=b +this.a=c}, +a21:function a21(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +a_B:function a_B(a,b,c,d){var _=this +_.A=a +_.Z=b +_.k3$=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}, +aFm(a,b){var s={},r=A.a([],t.p),q=A.a([14],t.up) +s.a=0 +new A.an_(s,q,b,r).$1(a) +return r}, +vE:function vE(){}, +an_:function an_(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +a26:function a26(a,b,c){this.f=a +this.b=b +this.a=c}, +Vw:function Vw(a,b,c,d){var _=this +_.e=a +_.f=b +_.c=c +_.a=d}, +EU:function EU(a,b,c,d,e){var _=this +_.D=a +_.ag=b +_.aK=c +_.k3$=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}, +arJ:function arJ(a){this.a=a}, +arI:function arI(a){this.a=a}, +a2H:function a2H(){}, +aY4(a){switch(a.gd3(a)){case"en":A.GV("en") +return new A.HE()}throw A.c(A.tl('AppLocalizations.delegate failed to load unsupported locale "'+a.j(0)+'". This is likely an issue with the localizations generation tool. Please file an issue on GitHub with a reproducible sample app and the gen-l10n configuration that was used.'))}, +kV:function kV(){}, +Vr:function Vr(){}, +HE:function HE(){}, +aP3(a,b){var s,r,q,p,o,n,m,l=a.a,k=b.a +if(l==null?k==null:l===k)return!0 +if(l==null||k==null||l.length!==k.length)return!1 +s=new J.e2(l,l.length) +r=new J.e2(k,k.length) +for(q=A.k(s).c,p=A.k(r).c;!0;){if(!s.q()||!r.q())return!0 +o=s.d +if(o==null)o=q.a(o) +n=r.d +if(n==null)n=p.a(n) +if(typeof o=="number"&&typeof n=="number"){if(isNaN(o)&&isNaN(n))continue +m=J.he(o) +if(m.k(o,0)&&n===0){m=m.k(o,0)?1/o<0:o<0 +if(m!==(n===0?1/n<0:n<0))return!1 +continue}}if(!J.d(o,n))return!1}}, +aGz(a,b){var s=b.ap() +s.a=a +s.c=b +s.yt() +return s}, +az0(a){var s,r +if(a.f7$!=null){if(a.iu$==null)a.iu$=new A.fx(t.n_) +for(;s=a.f7$,s!=null;){a.f7$=s.gl8(s) +r=s.fT$ +r.toString +r.Dd(s.$ti.h("f4.E").a(s)) +r=a.iu$ +r.om(r.c,s,!1)}}}, +fW:function fW(){}, +fX:function fX(){}, +iG:function iG(a,b){var _=this +_.a=a +_.hi$=_.fU$=_.fT$=null +_.$ti=b}, +Mt:function Mt(){}, +au9:function au9(){}, +Mu:function Mu(){}, +a0D:function a0D(a,b,c,d,e,f,g,h,i,j){var _=this +_.f7$=a +_.m5$=b +_.tm$=c +_.iu$=d +_.iv$=e +_.na$=f +_.ag5$=g +_.ag6$=h +_.ax=null +_.ay=!1 +_.c=_.b=_.a=null +_.d=$ +_.e=i +_.f=null +_.r=j +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +XO:function XO(){}, +XN:function XN(){}, +a2R:function a2R(){}, +wQ(a,b){$.cL.e1(new A.Gb(a,null,b.h("Gb<0>")),t.H) +return a.gl(a)}, +wR(a){var s=null,r=A.aIf(s) +return $.cL.e1(new A.CU(a,s,s,0,0,1,r,B.L,s),t.A_)}, +aIf(a){return $.cL.e1(B.a9p,t.dd)}, +aZ9(a,b){return $.cL.e1(new A.ok(new A.aw4(a,b),B.dX,b.h("ok>")),b.h("pY<0>"))}, +Gb:function Gb(a,b,c){this.b=a +this.a=b +this.$ti=c}, +a1Y:function a1Y(){this.c=this.b=this.a=null}, +CU:function CU(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 +_.a=i}, +Vk:function Vk(){var _=this +_.d=$ +_.c=_.b=_.a=null}, +Fn:function Fn(a){this.a=a}, +a1i:function a1i(){var _=this +_.c=_.b=_.a=_.d=null}, +wa:function wa(){}, +wb:function wb(){this.c=this.b=this.a=null}, +aqq:function aqq(){}, +pY:function pY(a,b){this.a=a +this.$ti=b}, +aw4:function aw4(a,b){this.a=a +this.b=b}, +ok:function ok(a,b,c){this.b=a +this.a=b +this.$ti=c}, +Ec:function Ec(a){var _=this +_.d=$ +_.c=_.b=_.a=null +_.$ti=a}, +hO:function hO(a,b){this.b=a +this.a=b}, +X5:function X5(){var _=this +_.c=_.b=_.a=_.d=null}, +fg:function fg(a,b,c){this.b=a +this.a=b +this.$ti=c}, +wx:function wx(a){var _=this +_.d=$ +_.c=_.b=_.a=null +_.$ti=a}, +asQ:function asQ(){}, +Mc:function Mc(){}, +XD:function XD(){}, +apH:function apH(a){this.a=a}, +apI:function apI(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}, +aNg(a,b,c,d,e,f,g,h,i){return new A.xU()}, +aNh(a,b,c,d,e,f,g,h,i){return new A.xV()}, +aNi(a,b,c,d,e,f,g,h,i){return new A.xW()}, +aNj(a,b,c,d,e,f,g,h,i){return new A.xX()}, +aNk(a,b,c,d,e,f,g,h,i){return new A.xY()}, +aNl(a,b,c,d,e,f,g,h,i){return new A.xZ()}, +aNm(a,b,c,d,e,f,g,h,i){return new A.y_()}, +aNn(a,b,c,d,e,f,g,h,i){return new A.y0()}, +aBx(a,b,c,d,e,f,g,h){return new A.KI()}, +aBy(a,b,c,d,e,f,g,h){return new A.KJ()}, +aXC(a,b,c,d,e,f,g,h,i){switch(a.gd3(a)){case"af":return new A.J3() +case"am":return new A.J4() +case"ar":return new A.J5() +case"as":return new A.J6() +case"az":return new A.J7() +case"be":return new A.J8() +case"bg":return new A.J9() +case"bn":return new A.Ja() +case"bs":return new A.Jb() +case"ca":return new A.Jc() +case"cs":return new A.Jd() +case"cy":return new A.Je() +case"da":return new A.Jf() +case"de":switch(a.gdk()){case"CH":return new A.Jg()}return A.aNg(c,i,g,b,"de",d,e,f,h) +case"el":return new A.Jh() +case"en":switch(a.gdk()){case"AU":return new A.Ji() +case"CA":return new A.Jj() +case"GB":return new A.Jk() +case"IE":return new A.Jl() +case"IN":return new A.Jm() +case"NZ":return new A.Jn() +case"SG":return new A.Jo() +case"ZA":return new A.Jp()}return A.aNh(c,i,g,b,"en",d,e,f,h) +case"es":switch(a.gdk()){case"419":return new A.Jq() +case"AR":return new A.Jr() +case"BO":return new A.Js() +case"CL":return new A.Jt() +case"CO":return new A.Ju() +case"CR":return new A.Jv() +case"DO":return new A.Jw() +case"EC":return new A.Jx() +case"GT":return new A.Jy() +case"HN":return new A.Jz() +case"MX":return new A.JA() +case"NI":return new A.JB() +case"PA":return new A.JC() +case"PE":return new A.JD() +case"PR":return new A.JE() +case"PY":return new A.JF() +case"SV":return new A.JG() +case"US":return new A.JH() +case"UY":return new A.JI() +case"VE":return new A.JJ()}return A.aNi(c,i,g,b,"es",d,e,f,h) +case"et":return new A.JK() +case"eu":return new A.JL() +case"fa":return new A.JM() +case"fi":return new A.JN() +case"fil":return new A.JO() +case"fr":switch(a.gdk()){case"CA":return new A.JP()}return A.aNj(c,i,g,b,"fr",d,e,f,h) +case"gl":return new A.JQ() +case"gsw":return new A.JR() +case"gu":return new A.JS() +case"he":return new A.JT() +case"hi":return new A.JU() +case"hr":return new A.JV() +case"hu":return new A.JW() +case"hy":return new A.JX() +case"id":return new A.JY() +case"is":return new A.JZ() +case"it":return new A.K_() +case"ja":return new A.K0() +case"ka":return new A.K1() +case"kk":return new A.K2() +case"km":return new A.K3() +case"kn":return new A.K4() +case"ko":return new A.K5() +case"ky":return new A.K6() +case"lo":return new A.K7() +case"lt":return new A.K8() +case"lv":return new A.K9() +case"mk":return new A.Ka() +case"ml":return new A.Kb() +case"mn":return new A.Kc() +case"mr":return new A.Kd() +case"ms":return new A.Ke() +case"my":return new A.Kf() +case"nb":return new A.Kg() +case"ne":return new A.Kh() +case"nl":return new A.Ki() +case"no":return new A.Kj() +case"or":return new A.Kk() +case"pa":return new A.Kl() +case"pl":return new A.Km() +case"pt":switch(a.gdk()){case"PT":return new A.Kn()}return A.aNk(c,i,g,b,"pt",d,e,f,h) +case"ro":return new A.Ko() +case"ru":return new A.Kp() +case"si":return new A.Kq() +case"sk":return new A.Kr() +case"sl":return new A.Ks() +case"sq":return new A.Kt() +case"sr":switch(null){case"Cyrl":return new A.Ku() +case"Latn":return new A.Kv()}return A.aNl(c,i,g,b,"sr",d,e,f,h) +case"sv":return new A.Kw() +case"sw":return new A.Kx() +case"ta":return new A.Ky() +case"te":return new A.Kz() +case"th":return new A.KA() +case"tl":return new A.KB() +case"tr":return new A.KC() +case"uk":return new A.KD() +case"ur":return new A.KE() +case"uz":return new A.KF() +case"vi":return new A.KG() +case"zh":switch(null){case"Hans":return new A.KH() +case"Hant":switch(a.gdk()){case"HK":return A.aBx(c,i,g,b,d,e,f,h) +case"TW":return A.aBy(c,i,g,b,d,e,f,h)}return A.aNn(c,i,g,b,"zh_Hant",d,e,f,h)}switch(a.gdk()){case"HK":return A.aBx(c,i,g,b,d,e,f,h) +case"TW":return A.aBy(c,i,g,b,d,e,f,h)}return A.aNm(c,i,g,b,"zh",d,e,f,h) +case"zu":return new A.KK()}return null}, +J3:function J3(){}, +J4:function J4(){}, +J5:function J5(){}, +J6:function J6(){}, +J7:function J7(){}, +J8:function J8(){}, +J9:function J9(){}, +Ja:function Ja(){}, +Jb:function Jb(){}, +Jc:function Jc(){}, +Jd:function Jd(){}, +Je:function Je(){}, +Jf:function Jf(){}, +xU:function xU(){}, +Jg:function Jg(){}, +Jh:function Jh(){}, +xV:function xV(){}, +Ji:function Ji(){}, +Jj:function Jj(){}, +Jk:function Jk(){}, +Jl:function Jl(){}, +Jm:function Jm(){}, +Jn:function Jn(){}, +Jo:function Jo(){}, +Jp:function Jp(){}, +xW:function xW(){}, +Jq:function Jq(){}, +Jr:function Jr(){}, +Js:function Js(){}, +Jt:function Jt(){}, +Ju:function Ju(){}, +Jv:function Jv(){}, +Jw:function Jw(){}, +Jx:function Jx(){}, +Jy:function Jy(){}, +Jz:function Jz(){}, +JA:function JA(){}, +JB:function JB(){}, +JC:function JC(){}, +JD:function JD(){}, +JE:function JE(){}, +JF:function JF(){}, +JG:function JG(){}, +JH:function JH(){}, +JI:function JI(){}, +JJ:function JJ(){}, +JK:function JK(){}, +JL:function JL(){}, +JM:function JM(){}, +JN:function JN(){}, +JO:function JO(){}, +xX:function xX(){}, +JP:function JP(){}, +JQ:function JQ(){}, +JR:function JR(){}, +JS:function JS(){}, +JT:function JT(){}, +JU:function JU(){}, +JV:function JV(){}, +JW:function JW(){}, +JX:function JX(){}, +JY:function JY(){}, +JZ:function JZ(){}, +K_:function K_(){}, +K0:function K0(){}, +K1:function K1(){}, +K2:function K2(){}, +K3:function K3(){}, +K4:function K4(){}, +K5:function K5(){}, +K6:function K6(){}, +K7:function K7(){}, +K8:function K8(){}, +K9:function K9(){}, +Ka:function Ka(){}, +Kb:function Kb(){}, +Kc:function Kc(){}, +Kd:function Kd(){}, +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(){}, +xY:function xY(){}, +Kn:function Kn(){}, +Ko:function Ko(){}, +Kp:function Kp(){}, +Kq:function Kq(){}, +Kr:function Kr(){}, +Ks:function Ks(){}, +Kt:function Kt(){}, +xZ:function xZ(){}, +Ku:function Ku(){}, +Kv:function Kv(){}, +Kw:function Kw(){}, +Kx:function Kx(){}, +Ky:function Ky(){}, +Kz:function Kz(){}, +KA:function KA(){}, +KB:function KB(){}, +KC:function KC(){}, +KD:function KD(){}, +KE:function KE(){}, +KF:function KF(){}, +KG:function KG(){}, +y_:function y_(){}, +KH:function KH(){}, +y0:function y0(){}, +KI:function KI(){}, +KJ:function KJ(){}, +KK:function KK(){}, +aPP(a,b,c,d,e,f,g,h,i,j){return new A.zO()}, +aPQ(a,b,c,d,e,f,g,h,i,j){return new A.zP()}, +aPR(a,b,c,d,e,f,g,h,i,j){return new A.zQ()}, +aPS(a,b,c,d,e,f,g,h,i,j){return new A.zR()}, +aPT(a,b,c,d,e,f,g,h,i,j){return new A.zS()}, +aPU(a,b,c,d,e,f,g,h,i,j){return new A.zT()}, +aPV(a,b,c,d,e,f,g,h,i,j){return new A.zU()}, +aPW(a,b,c,d,e,f,g,h,i,j){return new A.zV()}, +aDn(a,b,c,d,e,f,g,h,i){return new A.P5()}, +aDo(a,b,c,d,e,f,g,h,i){return new A.P6()}, +aXE(a,b,c,d,e,f,g,h,i,j){switch(a.gd3(a)){case"af":return new A.Nq() +case"am":return new A.Nr() +case"ar":return new A.Ns() +case"as":return new A.Nt() +case"az":return new A.Nu() +case"be":return new A.Nv() +case"bg":return new A.Nw() +case"bn":return new A.Nx() +case"bs":return new A.Ny() +case"ca":return new A.Nz() +case"cs":return new A.NA() +case"cy":return new A.NB() +case"da":return new A.NC() +case"de":switch(a.gdk()){case"CH":return new A.ND()}return A.aPP(c,i,b,"de",f,e,d,h,j,g) +case"el":return new A.NE() +case"en":switch(a.gdk()){case"AU":return new A.NF() +case"CA":return new A.NG() +case"GB":return new A.NH() +case"IE":return new A.NI() +case"IN":return new A.NJ() +case"NZ":return new A.NK() +case"SG":return new A.NL() +case"ZA":return new A.NM()}return A.aPQ(c,i,b,"en",f,e,d,h,j,g) +case"es":switch(a.gdk()){case"419":return new A.NN() +case"AR":return new A.NO() +case"BO":return new A.NP() +case"CL":return new A.NQ() +case"CO":return new A.NR() +case"CR":return new A.NS() +case"DO":return new A.NT() +case"EC":return new A.NU() +case"GT":return new A.NV() +case"HN":return new A.NW() +case"MX":return new A.NX() +case"NI":return new A.NY() +case"PA":return new A.NZ() +case"PE":return new A.O_() +case"PR":return new A.O0() +case"PY":return new A.O1() +case"SV":return new A.O2() +case"US":return new A.O3() +case"UY":return new A.O4() +case"VE":return new A.O5()}return A.aPR(c,i,b,"es",f,e,d,h,j,g) +case"et":return new A.O6() +case"eu":return new A.O7() +case"fa":return new A.O8() +case"fi":return new A.O9() +case"fil":return new A.Oa() +case"fr":switch(a.gdk()){case"CA":return new A.Ob()}return A.aPS(c,i,b,"fr",f,e,d,h,j,g) +case"gl":return new A.Oc() +case"gsw":return new A.Od() +case"gu":return new A.Oe() +case"he":return new A.Of() +case"hi":return new A.Og() +case"hr":return new A.Oh() +case"hu":return new A.Oi() +case"hy":return new A.Oj() +case"id":return new A.Ok() +case"is":return new A.Ol() +case"it":return new A.Om() +case"ja":return new A.On() +case"ka":return new A.Oo() +case"kk":return new A.Op() +case"km":return new A.Oq() +case"kn":return new A.Or() +case"ko":return new A.Os() +case"ky":return new A.Ot() +case"lo":return new A.Ou() +case"lt":return new A.Ov() +case"lv":return new A.Ow() +case"mk":return new A.Ox() +case"ml":return new A.Oy() +case"mn":return new A.Oz() +case"mr":return new A.OA() +case"ms":return new A.OB() +case"my":return new A.OC() +case"nb":return new A.OD() +case"ne":return new A.OE() +case"nl":return new A.OF() +case"no":return new A.OG() +case"or":return new A.OH() +case"pa":return new A.OI() +case"pl":return new A.OJ() +case"ps":return new A.OK() +case"pt":switch(a.gdk()){case"PT":return new A.OL()}return A.aPT(c,i,b,"pt",f,e,d,h,j,g) +case"ro":return new A.OM() +case"ru":return new A.ON() +case"si":return new A.OO() +case"sk":return new A.OP() +case"sl":return new A.OQ() +case"sq":return new A.OR() +case"sr":switch(null){case"Cyrl":return new A.OS() +case"Latn":return new A.OT()}return A.aPU(c,i,b,"sr",f,e,d,h,j,g) +case"sv":return new A.OU() +case"sw":return new A.OV() +case"ta":return new A.OW() +case"te":return new A.OX() +case"th":return new A.OY() +case"tl":return new A.OZ() +case"tr":return new A.P_() +case"uk":return new A.P0() +case"ur":return new A.P1() +case"uz":return new A.P2() +case"vi":return new A.P3() +case"zh":switch(null){case"Hans":return new A.P4() +case"Hant":switch(a.gdk()){case"HK":return A.aDn(c,i,b,f,e,d,h,j,g) +case"TW":return A.aDo(c,i,b,f,e,d,h,j,g)}return A.aPW(c,i,b,"zh_Hant",f,e,d,h,j,g)}switch(a.gdk()){case"HK":return A.aDn(c,i,b,f,e,d,h,j,g) +case"TW":return A.aDo(c,i,b,f,e,d,h,j,g)}return A.aPV(c,i,b,"zh",f,e,d,h,j,g) +case"zu":return new A.P7()}return null}, +Nq:function Nq(){}, +Nr:function Nr(){}, +Ns:function Ns(){}, +Nt:function Nt(){}, +Nu:function Nu(){}, +Nv:function Nv(){}, +Nw:function Nw(){}, +Nx:function Nx(){}, +Ny:function Ny(){}, +Nz:function Nz(){}, +NA:function NA(){}, +NB:function NB(){}, +NC:function NC(){}, +zO:function zO(){}, +ND:function ND(){}, +NE:function NE(){}, +zP:function zP(){}, +NF:function NF(){}, +NG:function NG(){}, +NH:function NH(){}, +NI:function NI(){}, +NJ:function NJ(){}, +NK:function NK(){}, +NL:function NL(){}, +NM:function NM(){}, +zQ:function zQ(){}, +NN:function NN(){}, +NO:function NO(){}, +NP:function NP(){}, +NQ:function NQ(){}, +NR:function NR(){}, +NS:function NS(){}, +NT:function NT(){}, +NU:function NU(){}, +NV:function NV(){}, +NW:function NW(){}, +NX:function NX(){}, +NY:function NY(){}, +NZ:function NZ(){}, +O_:function O_(){}, +O0:function O0(){}, +O1:function O1(){}, +O2:function O2(){}, +O3:function O3(){}, +O4:function O4(){}, +O5:function O5(){}, +O6:function O6(){}, +O7:function O7(){}, +O8:function O8(){}, +O9:function O9(){}, +Oa:function Oa(){}, +zR:function zR(){}, +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(){}, +Oq:function Oq(){}, +Or:function Or(){}, +Os:function Os(){}, +Ot:function Ot(){}, +Ou:function Ou(){}, +Ov:function Ov(){}, +Ow:function Ow(){}, +Ox:function Ox(){}, +Oy:function Oy(){}, +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(){}, +zS:function zS(){}, +OL:function OL(){}, +OM:function OM(){}, +ON:function ON(){}, +OO:function OO(){}, +OP:function OP(){}, +OQ:function OQ(){}, +OR:function OR(){}, +zT:function zT(){}, +OS:function OS(){}, +OT:function OT(){}, +OU:function OU(){}, +OV:function OV(){}, +OW:function OW(){}, +OX:function OX(){}, +OY:function OY(){}, +OZ:function OZ(){}, +P_:function P_(){}, +P0:function P0(){}, +P1:function P1(){}, +P2:function P2(){}, +P3:function P3(){}, +zU:function zU(){}, +P4:function P4(){}, +zV:function zV(){}, +P5:function P5(){}, +P6:function P6(){}, +P7:function P7(){}, +aXG(a){switch(a.gd3(a)){case"af":return B.a6j +case"am":return B.a6k +case"ar":return B.a6l +case"as":return B.a6m +case"az":return B.a6n +case"be":return B.a6o +case"bg":return B.a6p +case"bn":return B.a6q +case"bs":return B.a6r +case"ca":return B.a6s +case"cs":return B.a6t +case"cy":return B.a6u +case"da":return B.a6v +case"de":switch(a.gdk()){case"CH":return B.a6w}return B.a6x +case"el":return B.a6y +case"en":switch(a.gdk()){case"AU":return B.a6z +case"CA":return B.a6A +case"GB":return B.a6B +case"IE":return B.a6C +case"IN":return B.a6D +case"NZ":return B.a6E +case"SG":return B.a6F +case"ZA":return B.a6G}return B.a6H +case"es":switch(a.gdk()){case"419":return B.a6I +case"AR":return B.a6J +case"BO":return B.a6K +case"CL":return B.a6L +case"CO":return B.a6M +case"CR":return B.a6N +case"DO":return B.a6O +case"EC":return B.a6P +case"GT":return B.a6Q +case"HN":return B.a6R +case"MX":return B.a6S +case"NI":return B.a6T +case"PA":return B.a6U +case"PE":return B.a6V +case"PR":return B.a6W +case"PY":return B.a6X +case"SV":return B.a6Y +case"US":return B.a6Z +case"UY":return B.a7_ +case"VE":return B.a70}return B.a71 +case"et":return B.a72 +case"eu":return B.a73 +case"fa":return B.a74 +case"fi":return B.a75 +case"fil":return B.a76 +case"fr":switch(a.gdk()){case"CA":return B.a77}return B.a78 +case"gl":return B.a79 +case"gsw":return B.a7a +case"gu":return B.a7b +case"he":return B.a7c +case"hi":return B.a7d +case"hr":return B.a7e +case"hu":return B.a7f +case"hy":return B.a7g +case"id":return B.a7h +case"is":return B.a7i +case"it":return B.a7j +case"ja":return B.a7k +case"ka":return B.a7l +case"kk":return B.a7m +case"km":return B.a7n +case"kn":return B.a7o +case"ko":return B.a7p +case"ky":return B.a7q +case"lo":return B.a7r +case"lt":return B.a7s +case"lv":return B.a7t +case"mk":return B.a7u +case"ml":return B.a7v +case"mn":return B.a7w +case"mr":return B.a7x +case"ms":return B.a7y +case"my":return B.a7z +case"nb":return B.a7A +case"ne":return B.a7B +case"nl":return B.a7C +case"no":return B.a7D +case"or":return B.a7E +case"pa":return B.a7F +case"pl":return B.a7G +case"ps":return B.a7H +case"pt":switch(a.gdk()){case"PT":return B.a7I}return B.a7J +case"ro":return B.a7K +case"ru":return B.a7L +case"si":return B.a7M +case"sk":return B.a7N +case"sl":return B.a7O +case"sq":return B.a7P +case"sr":switch(null){case"Cyrl":return B.a7Q +case"Latn":return B.a7R}return B.a7S +case"sv":return B.a7T +case"sw":return B.a7U +case"ta":return B.a7V +case"te":return B.a7W +case"th":return B.a7X +case"tl":return B.a7Y +case"tr":return B.a7Z +case"uk":return B.a8_ +case"ur":return B.a80 +case"uz":return B.a81 +case"vi":return B.a82 +case"zh":switch(null){case"Hans":return B.a83 +case"Hant":switch(a.gdk()){case"HK":return B.EB +case"TW":return B.EC}return B.a84}switch(a.gdk()){case"HK":return B.EB +case"TW":return B.EC}return B.a85 +case"zu":return B.a86}return null}, +Ti:function Ti(a){this.a=a}, +Tj:function Tj(a){this.a=a}, +Tk:function Tk(a){this.a=a}, +Tl:function Tl(a){this.a=a}, +Tm:function Tm(a){this.a=a}, +Tn:function Tn(a){this.a=a}, +To:function To(a){this.a=a}, +Tp:function Tp(a){this.a=a}, +Tq:function Tq(a){this.a=a}, +Tr:function Tr(a){this.a=a}, +Ts:function Ts(a){this.a=a}, +Tt:function Tt(a){this.a=a}, +Tu:function Tu(a){this.a=a}, +CH:function CH(a){this.a=a}, +Tv:function Tv(a){this.a=a}, +Tw:function Tw(a){this.a=a}, +CI:function CI(a){this.a=a}, +Tx:function Tx(a){this.a=a}, +Ty:function Ty(a){this.a=a}, +Tz:function Tz(a){this.a=a}, +TA:function TA(a){this.a=a}, +TB:function TB(a){this.a=a}, +TC:function TC(a){this.a=a}, +TD:function TD(a){this.a=a}, +TE:function TE(a){this.a=a}, +CJ:function CJ(a){this.a=a}, +TF:function TF(a){this.a=a}, +TG:function TG(a){this.a=a}, +TH:function TH(a){this.a=a}, +TI:function TI(a){this.a=a}, +TJ:function TJ(a){this.a=a}, +TK:function TK(a){this.a=a}, +TL:function TL(a){this.a=a}, +TM:function TM(a){this.a=a}, +TN:function TN(a){this.a=a}, +TO:function TO(a){this.a=a}, +TP:function TP(a){this.a=a}, +TQ:function TQ(a){this.a=a}, +TR:function TR(a){this.a=a}, +TS:function TS(a){this.a=a}, +TT:function TT(a){this.a=a}, +TU:function TU(a){this.a=a}, +TV:function TV(a){this.a=a}, +TW:function TW(a){this.a=a}, +TX:function TX(a){this.a=a}, +TY:function TY(a){this.a=a}, +TZ:function TZ(a){this.a=a}, +U_:function U_(a){this.a=a}, +U0:function U0(a){this.a=a}, +U1:function U1(a){this.a=a}, +U2:function U2(a){this.a=a}, +CK:function CK(a){this.a=a}, +U3:function U3(a){this.a=a}, +U4:function U4(a){this.a=a}, +U5:function U5(a){this.a=a}, +U6:function U6(a){this.a=a}, +U7:function U7(a){this.a=a}, +U8:function U8(a){this.a=a}, +U9:function U9(a){this.a=a}, +Ua:function Ua(a){this.a=a}, +Ub:function Ub(a){this.a=a}, +Uc:function Uc(a){this.a=a}, +Ud:function Ud(a){this.a=a}, +Ue:function Ue(a){this.a=a}, +Uf:function Uf(a){this.a=a}, +Ug:function Ug(a){this.a=a}, +Uh:function Uh(a){this.a=a}, +Ui:function Ui(a){this.a=a}, +Uj:function Uj(a){this.a=a}, +Uk:function Uk(a){this.a=a}, +Ul:function Ul(a){this.a=a}, +Um:function Um(a){this.a=a}, +Un:function Un(a){this.a=a}, +Uo:function Uo(a){this.a=a}, +Up:function Up(a){this.a=a}, +Uq:function Uq(a){this.a=a}, +Ur:function Ur(a){this.a=a}, +Us:function Us(a){this.a=a}, +Ut:function Ut(a){this.a=a}, +Uu:function Uu(a){this.a=a}, +Uv:function Uv(a){this.a=a}, +Uw:function Uw(a){this.a=a}, +Ux:function Ux(a){this.a=a}, +Uy:function Uy(a){this.a=a}, +Uz:function Uz(a){this.a=a}, +UA:function UA(a){this.a=a}, +UB:function UB(a){this.a=a}, +UC:function UC(a){this.a=a}, +CL:function CL(a){this.a=a}, +UD:function UD(a){this.a=a}, +UE:function UE(a){this.a=a}, +UF:function UF(a){this.a=a}, +UG:function UG(a){this.a=a}, +UH:function UH(a){this.a=a}, +UI:function UI(a){this.a=a}, +UJ:function UJ(a){this.a=a}, +CM:function CM(a){this.a=a}, +UK:function UK(a){this.a=a}, +UL:function UL(a){this.a=a}, +UM:function UM(a){this.a=a}, +UN:function UN(a){this.a=a}, +UO:function UO(a){this.a=a}, +UP:function UP(a){this.a=a}, +UQ:function UQ(a){this.a=a}, +UR:function UR(a){this.a=a}, +US:function US(a){this.a=a}, +UT:function UT(a){this.a=a}, +UU:function UU(a){this.a=a}, +UV:function UV(a){this.a=a}, +UW:function UW(a){this.a=a}, +CN:function CN(a){this.a=a}, +UX:function UX(a){this.a=a}, +CO:function CO(a){this.a=a}, +UY:function UY(a){this.a=a}, +UZ:function UZ(a){this.a=a}, +V_:function V_(a){this.a=a}, +Md:function Md(){}, +YA:function YA(){}, +aqE:function aqE(a){this.a=a}, +aHJ(){if(!$.aGu){$.aLi().ah(0,new A.avG()) +$.aGu=!0}}, +avG:function avG(){}, +Me:function Me(){}, +a28:function a28(){}, +atY:function atY(a){this.a=a}, +aN9(a){var s=A.a([],t.ha),r=a.ap() +s=new A.rY(A.w(t.o8,t.I0),s,r,a,B.R) +r.c=s +r.a=a +return s}, +xR:function xR(){}, +W_:function W_(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +IT:function IT(){}, +xQ:function xQ(){}, +rY:function rY(a,b,c,d,e){var _=this +_.bo=$ +_.av=a +_.aM=null +_.bt=b +_.bL=null +_.k3=c +_.k4=!1 +_.ax=null +_.ay=!1 +_.c=_.b=_.a=null +_.d=$ +_.e=d +_.f=null +_.r=e +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +a6z:function a6z(a,b,c){this.a=a +this.b=b +this.c=c}, +a6y:function a6y(a,b){this.a=a +this.b=b}, +axW(a,b){var s,r=t.F9 +if(b)s=a.au(r) +else{r=a.iR(r) +if(r==null)r=null +else{r=r.e +r.toString}t.MQ.a(r) +s=r}if(s==null)throw A.c(A.a0("No ProviderScope found")) +return s.f}, +qc:function qc(a){this.a=a}, +Qr:function Qr(a){var _=this +_.d=$ +_.e=null +_.f=!1 +_.a=null +_.b=a +_.c=null}, +vw:function vw(a,b,c){this.f=a +this.b=b +this.a=c}, +FW:function FW(a,b,c){var _=this +_.c5=null +_.aS=!0 +_.y2=a +_.ax=null +_.ay=!1 +_.c=_.b=_.a=null +_.d=$ +_.e=b +_.f=null +_.r=c +_.y=_.x=null +_.z=!1 +_.Q=!0 +_.at=_.as=!1}, +atE:function atE(a){this.a=a}, +Qy:function Qy(){}, +agH:function agH(a){this.a=a}, +afo:function afo(a){this.a=a}, +aCc(a,b,c){return new A.tg(a,c,b,null)}, +tg:function tg(a,b,c,d){var _=this +_.c=a +_.d=b +_.e=c +_.a=d}, +MA:function MA(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +abF:function abF(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aRo(a){A.aPa(new A.cO(a.galN(),t.n0)) +return A.aM(t.Bt)}, +aEg(a,b,c,d,e,f,g){var s=A.aDx(B.a7,null,c,e,A.aHQ(),null,a,null,b,!1,f,g) +if(d!=null)return A.aCE(s,d) +else return s}, +Ra:function Ra(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 +_.Q=_.z=null}, +ai4:function ai4(a,b,c){this.a=a +this.b=b +this.c=c}, +ahU:function ahU(a){this.a=a}, +ahW:function ahW(){}, +ahX:function ahX(){}, +ahY:function ahY(){}, +ahZ:function ahZ(){}, +ai_:function ai_(a,b){this.a=a +this.b=b}, +ahV:function ahV(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +ai3:function ai3(a,b){this.a=a +this.b=b}, +ahT:function ahT(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +ai0:function ai0(){}, +ai1:function ai1(){}, +ai2:function ai2(){}, +Zg:function Zg(a,b){this.a=a +this.b=b}, +arc:function arc(){}, +ai7:function ai7(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aia:function aia(a,b,c){this.a=a +this.b=b +this.c=c}, +aib:function aib(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +aic:function aic(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +ai9:function ai9(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +ai8:function ai8(){}, +aCy(a,b,c){var s +if(a<0)return new A.bl(!0,t.d9) +s=A.aCy(a-1,b,c) +return s}, +yT:function yT(a,b,c,d){var _=this +_.a=$ +_.b=a +_.c=b +_.d=c +_.k4$=0 +_.ok$=d +_.p2$=_.p1$=0 +_.p3$=!1}, +ab_:function ab_(){}, +ab0:function ab0(a,b){this.a=a +this.b=b}, +aqY:function aqY(a,b,c){var _=this +_.a=a +_.b=b +_.c=c +_.d=$}, +XI:function XI(){}, +ael:function ael(a,b){this.a=a +this.b=b}, +qm:function qm(a,b,c){this.a=a +this.c=b +this.d=c}, +yS:function yS(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.k4$=0 +_.ok$=d +_.p2$=_.p1$=0 +_.p3$=!1}, +XG:function XG(){}, +XH:function XH(){}, +aYL(a){var s=$.aH4 +if(s!=null)s.b8(0) +$.mn=!0 +$.aH4=$.kP().KV().Sw(new A.aw0())}, +aw0:function aw0(){}, +aRq(a,b,c,d,e){var s,r,q,p,o,n +if(e instanceof A.iq)return new A.dI(e,d,new A.dx(B.e.j(A.ic(e)),t.kK)) +else if(e instanceof A.fV){s=e.y +s===$&&A.b() +r=s.ajk(0,d) +if(r==null)return null +q=A.aXd(e.x,r) +for(s=q.ge3(q),s=s.ga6(s),p=J.bN(c);s.q();){o=s.gG(s) +n=o.a +o=o.b +p.m(c,n,A.hP(o,0,o.length,B.Q,!1))}s=e.d +return new A.dI(e,A.a3w(a,A.aHY(s,q)),new A.dx(A.a3w(b,s),t.kK))}return null}, +axr(a,b,c){return new A.ft(b,a,A.aCN(b),A.aCO(b),c)}, +aCN(a){var s=null +if(a.e!=null)return A.aCx(new A.abW(),s,s,s,"error",s,B.dV) +return B.b.gY(a.a).a}, +aCO(a){if(a.e!=null)return a.c.j(0) +return B.b.gY(a.a).b}, +aRp(a,b,c,d,e){return new A.cz(c,d,e,b,a,A.Bk(c))}, +Bk(a){var s,r,q,p,o,n=new A.bZ("") +for(s=J.awv(a,new A.aif()),r=J.aj(s.a),s=new A.lZ(r,s.b),q=!1;s.q();){p=r.gG(r).a +if(p instanceof A.fV){if(q)n.a+="/" +o=p.d +n.a+=o +q=q||o!=="/"}}s=n.a +return s.charCodeAt(0)==0?s:s}, +dI:function dI(a,b,c){this.a=a +this.b=b +this.c=c}, +ft:function ft(a,b,c,d,e){var _=this +_.d=a +_.e=b +_.a=c +_.b=d +_.c=e}, +abW:function abW(){}, +cz:function cz(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f}, +aif:function aif(){}, +aih:function aih(){}, +aii:function aii(a){this.a=a}, +aij:function aij(){}, +aig:function aig(){}, +Rf:function Rf(a,b){this.a=a +this.b=b}, +a_Q:function a_Q(a){this.a=a}, +as8:function as8(a){this.a=a}, +a_P:function a_P(a){this.a=a}, +tf:function tf(a,b){this.c=a +this.a=b}, +a9b:function a9b(a){this.a=a}, +D5:function D5(a,b,c){this.c=a +this.d=b +this.a=c}, +VL:function VL(a){var _=this +_.d=$ +_.a=null +_.b=a +_.c=null}, +aaP(a){return new A.Mg(a)}, +aCw(a){return new A.tv(a)}, +Mg:function Mg(a){this.a=a}, +tv:function tv(a){this.a=a}, +nc:function nc(a,b,c){this.f=a +this.b=b +this.a=c}, +aYh(a,b,c,d,e){return new A.fm(b,c,e,d,a,t.gF)}, +t1:function t1(a,b){this.c=a +this.a=b}, +a6J:function a6J(a){this.a=a}, +aQm(a,b,c,d){return d}, +fo:function fo(){}, +Du:function Du(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){var _=this +_.bL=a +_.bz=b +_.D=c +_.fy=!1 +_.id=_.go=null +_.k1=d +_.k2=e +_.k3=f +_.k4=g +_.ok=h +_.p1=$ +_.p2=null +_.p3=$ +_.it$=i +_.tl$=j +_.y=k +_.z=null +_.Q=!1 +_.at=_.as=null +_.ax=l +_.CW=_.ch=null +_.e=m +_.a=null +_.b=n +_.c=o +_.d=p +_.$ti=q}, +Ag:function Ag(a,b,c,d,e,f,g,h,i){var _=this +_.r=a +_.w=b +_.x=c +_.ay=d +_.c=e +_.d=f +_.a=g +_.b=h +_.$ti=i}, +aYi(a,b,c,d,e){return new A.j6(b,c,e,d,a,t.sQ)}, +u4:function u4(a,b){this.c=a +this.a=b}, +adr:function adr(a){this.a=a}, +aaW:function aaW(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aaX:function aaX(a,b){this.a=a +this.b=b}, +aaY:function aaY(a,b,c){this.a=a +this.b=b +this.c=c}, +aHZ(a,b){var s,r,q,p,o,n,m,l,k +for(s=$.aAj().lT(0,a),s=new A.o8(s.a,s.b,s.c),r=t.Qz,q=0,p="^";s.q();){o=s.d +n=(o==null?r.a(o):o).b +m=n.index +if(m>q)p+=A.a3D(B.c.T(a,q,m)) +l=n[1] +l.toString +k=n[2] +p+=k!=null?A.aVe(k,l):"(?<"+l+">[^/]+)" +b.push(l) +q=m+n[0].length}s=q"+s+")"}, +aHY(a,b){var s,r,q,p,o,n,m,l +for(s=$.aAj().lT(0,a),s=new A.o8(s.a,s.b,s.c),r=t.Qz,q=0,p="";s.q();p=l){o=s.d +n=(o==null?r.a(o):o).b +m=n.index +if(m>q)p+=B.c.T(a,q,m) +l=n[1] +l.toString +l=p+A.n(b.i(0,l)) +q=m+n[0].length}s=q") +a1=A.af(new A.S(i,new A.I6(),a1),!0,a1.h("bd.E")) +r=new A.Ml(a7.a,a7.as,A.w(a2,a3),A.w(a2,a3),a7.b,a4,s,p,n,f,e,a5,a6,d,A.ax(i.length,0,!1,t.i),g,new A.bw(c,b),new A.k_(a,a0),a1,r) +r.IG(a5,a6,m,h,i,l,a7.y,k,j) +j=r.gu8() +s.a.push(j) +a6.b2(s) +q.push(j) +a6.b2(p) +o.push(j) +a6.b2(n) +return r}, +Ml:function Ml(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0){var _=this +_.ay=a +_.ch=b +_.CW=c +_.cx=d +_.cy=e +_.db=f +_.dx=g +_.dy=h +_.fr=i +_.a=j +_.b=k +_.c=l +_.d=m +_.e=n +_.f=o +_.r=p +_.w=q +_.x=r +_.y=s +_.z=a0 +_.as=null +_.at=0 +_.ax=null}, +Au:function Au(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 +_.Q=!1}, +AK:function AK(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 +_.x=null +_.y=!1}, +Ba:function Ba(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 +_.x=null}, +ql:function ql(a,b){this.a=a +this.c=b +this.d=null}, +BK:function BK(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=!1 +_.f=e}, +aSj(a,a0,a1){var s,r,q,p,o,n=t.u,m=A.a([],n),l=new A.l2(m,A.aT(a1.d.a)),k=A.aHH(a1.r),j=A.aHI(a1.w),i=a1.e,h=a1.f,g=a1.c,f=a1.b,e=$.a7(),d=e.bd(),c=e.bd(),b=A.a([],t.CH) +e=e.al() +e.sdq(0,B.aI) +s=A.a([],n) +r=A.aT(h.a) +q=A.a([],n) +p=A.aT(i.a) +if(f==null)n=null +else{o=f.a +o=new A.bw(A.a([],n),A.aT(o)) +n=o}o=A.a1(g).h("S<1,bw>") +o=A.af(new A.S(g,new A.I6(),o),!0,o.h("bd.E")) +n=new A.Sm(a1.a,a1.y,l,d,c,a,a0,b,A.ax(g.length,0,!1,t.i),e,new A.bw(s,r),new A.k_(q,p),o,n) +n.IG(a,a0,k,f,g,j,a1.x,i,h) +m.push(n.gu8()) +a0.b2(l) +return n}, +Sm:function Sm(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.ay=a +_.ch=b +_.CW=c +_.a=d +_.b=e +_.c=f +_.d=g +_.e=h +_.f=i +_.r=j +_.w=k +_.x=l +_.y=m +_.z=n +_.as=null +_.at=0 +_.ax=null}, +iB:function iB(a,b,c,d,e,f){var _=this +_.b=a +_.c=b +_.d=c +_.e=d +_.f=e +_.r=f}, +aT(a){var s=a.length +if(s===0)return new A.X8() +if(s===1)return new A.a0o(B.b.gL(a)) +s=new A.Ye(a) +s.b=s.Rq(0) +return s}, +eZ:function eZ(){}, +X8:function X8(){}, +a0o:function a0o(a){this.a=a +this.b=-1}, +Ye:function Ye(a){var _=this +_.a=a +_.c=_.b=null +_.d=-1}, +l2:function l2(a,b){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=0 +_.f=null +_.w=_.r=-1}, +bw:function bw(a,b){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=0 +_.f=null +_.w=_.r=-1}, +ax8(a,b,c){var s=new A.Lr(a),r=t.u,q=A.a([],r),p=new A.l2(q,A.aT(c.a.a)),o=s.gny() +q.push(o) +s.b!==$&&A.bA() +s.b=p +b.b2(p) +p=A.a([],r) +q=new A.bw(p,A.aT(c.b.a)) +p.push(o) +s.c!==$&&A.bA() +s.c=q +b.b2(q) +q=A.a([],r) +p=new A.bw(q,A.aT(c.c.a)) +q.push(o) +s.d!==$&&A.bA() +s.d=p +b.b2(p) +p=A.a([],r) +q=new A.bw(p,A.aT(c.d.a)) +p.push(o) +s.e!==$&&A.bA() +s.e=q +b.b2(q) +r=A.a([],r) +q=new A.bw(r,A.aT(c.e.a)) +r.push(o) +s.f!==$&&A.bA() +s.f=q +b.b2(q) +return s}, +Lr:function Lr(a){var _=this +_.a=a +_.f=_.e=_.d=_.c=_.b=$ +_.r=null}, +aCz(a){var s=new A.yU(A.a([],t.u),A.aT(a)),r=B.b.gL(a).b,q=r==null?0:r.b.length +s.ch=new A.i0(A.ax(q,0,!1,t.i),A.ax(q,B.D,!1,t.G)) +return s}, +yU:function yU(a,b){var _=this +_.ch=$ +_.a=a +_.b=!1 +_.c=b +_.d=0 +_.f=null +_.w=_.r=-1}, +k_:function k_(a,b){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=0 +_.f=null +_.w=_.r=-1}, +zq:function zq(){}, +adp:function adp(a,b,c){this.a=a +this.b=b +this.c=c}, +uo:function uo(a,b,c,d,e,f,g,h,i){var _=this +_.as=null +_.at=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.y=_.x=5e-324 +_.Q=_.z=null}, +PX:function PX(a,b){var _=this +_.ch=null +_.CW=$ +_.a=a +_.b=!1 +_.c=b +_.d=0 +_.f=null +_.w=_.r=-1}, +hC:function hC(a,b){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=0 +_.f=null +_.w=_.r=-1}, +aRW(a){var s=t.hN +s=A.a(A.a([],s).slice(0),s) +return new A.v2(new A.ji(s,B.f,!1),$.a7().bd(),A.a([],t.u),A.aT(a))}, +v2:function v2(a,b,c,d){var _=this +_.x=a +_.y=b +_.z=null +_.a=c +_.b=!1 +_.c=d +_.d=0 +_.f=null +_.w=_.r=-1}, +Se:function Se(a,b,c,d){var _=this +_.x=$ +_.y=a +_.z=b +_.a=c +_.b=!1 +_.c=d +_.d=0 +_.f=null +_.w=_.r=-1}, +Cg:function Cg(a,b){var _=this +_.a=a +_.b=!1 +_.c=b +_.d=0 +_.f=null +_.w=_.r=-1}, +qM(a){var s,r,q,p,o,n,m,l,k,j,i,h,g=null,f=new A.aN(new Float64Array(16)) +f.bl() +s=a.f +r=s==null +if(r)q=g +else{q=new A.aN(new Float64Array(16)) +q.bl()}if(r)p=g +else{p=new A.aN(new Float64Array(16)) +p.bl()}if(r)o=g +else{o=new A.aN(new Float64Array(16)) +o.bl()}n=a.a +n=n==null?g:n.he() +m=a.b +m=m==null?g:m.he() +l=a.c +if(l==null)l=g +else{l=l.a +l=new A.hC(A.a([],t.u),A.aT(l))}k=a.d +if(k==null)k=g +else{k=k.a +k=new A.bw(A.a([],t.u),A.aT(k))}if(r)s=g +else{s=s.a +s=new A.bw(A.a([],t.u),A.aT(s))}r=a.r +if(r==null)r=g +else{r=r.a +r=new A.bw(A.a([],t.u),A.aT(r))}j=a.e +if(j==null)j=g +else{j=j.a +j=new A.k_(A.a([],t.u),A.aT(j))}i=a.w +if(i==null)i=g +else{i=i.a +i=new A.bw(A.a([],t.u),A.aT(i))}h=a.x +if(h==null)h=g +else{h=h.a +h=new A.bw(A.a([],t.u),A.aT(h))}return new A.amu(f,q,p,o,n,m,l,k,s,r,j,i,h)}, +amu:function amu(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}, +Nh(a0,a1,a2){var s=0,r=A.a5(t.zI),q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a +var $async$Nh=A.a6(function(a3,a4){if(a3===1)return A.a2(a4,r) +while(true)switch(s){case 0:b=J.a9(a0) +if(b.i(a0,0)===80&&b.i(a0,1)===75){p=new A.an9().af9(A.ne(a0,0,null,0),null,!1) +o=B.b.Rr(p.a,new A.add()) +a0=t.H3.a(o.goW(o))}else p=null +b=t.N +n=A.a([],t.fQ) +m=t.S +l=A.a([],t._I) +k=new A.MY(new A.a5o(a0),A.ax(32,0,!1,m),A.ax(32,null,!1,t.R),A.ax(32,0,!1,m)) +k.ug(6) +j=A.aPK(new A.ey(new A.af7(A.aM(t.EM),A.w(b,t.Yt)),A.aM(b),new A.a6t(new A.A5(0,0,0,0,t.ff),n,A.w(m,t.kd),A.w(b,t.aa),A.w(b,t.CW),A.w(m,t.dg),A.w(b,t.t1),l)),k) +s=p!=null?3:4 +break +case 3:b=j.d,n=b.w,n=n.gaY(n),n=new A.cS(J.aj(n.a),n.b),m=t._m,l=t.Ri,k=p.a,i=A.k(n).z[1],h=t.H3 +case 5:if(!n.q()){s=6 +break}g=n.a +if(g==null)g=i.a(g) +f=$.aLr() +e=A.a([g.e,g.d,null,null,null,null,null,null,null,null,null,null,null,null,null,null],m) +A.av_("join",e) +d=A.aCV(k,new A.ade(f.Fx(new A.cO(e,l)))) +s=d!=null?7:8 +break +case 7:s=g.f==null?9:10 +break +case 9:f=d.ax +if((f instanceof A.qP?d.ax=f.goW(f):f)==null)d.Eg() +a=g +s=11 +return A.ad(A.aHK(j,g,new A.lu(h.a(d.ax))),$async$Nh) +case 11:a.f=a4 +case 10:case 8:s=5 +break +case 6:n=B.b.ga6(k),m=new A.lZ(n,new A.adf()),b=b.y +case 12:if(!m.q()){s=13 +break}l=n.gG(n) +k=A.lz(l.a,$.a3M().a).NJ()[0] +c=A.aCV(b.gaY(b),new A.adg(k.toLowerCase())) +k=l.ax +if((k instanceof A.qP?l.ax=k.goW(k):k)==null)l.Eg() +l=h.a(l.ax) +s=14 +return A.ad(A.avH(l,c==null?null:c.a),$async$Nh) +case 14:s=12 +break +case 13:case 4:q=j +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$Nh,r)}, +a6t:function a6t(a,b,c,d,e,f,g,h){var _=this +_.a=a +_.d=_.c=_.b=0 +_.e=b +_.f=c +_.r=d +_.w=e +_.x=f +_.y=g +_.z=h}, +ey:function ey(a,b,c){var _=this +_.b=a +_.c=b +_.d=c +_.f=0 +_.r=null}, +add:function add(){}, +ade:function ade(a){this.a=a}, +adf:function adf(){}, +adg:function adg(a){this.a=a}, +aCo(a){return new A.aa0(a)}, +aa0:function aa0(a){this.a=a}, +zI:function zI(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){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 +_.a=o}, +Yt:function Yt(a,b,c){var _=this +_.d=$ +_.e4$=a +_.bn$=b +_.a=null +_.b=c +_.c=null}, +aqy:function aqy(a){this.a=a}, +Gz:function Gz(){}, +zJ:function zJ(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){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 +_.a=s}, +Ys:function Ys(a){var _=this +_.a=_.d=null +_.b=a +_.c=null}, +aqw:function aqw(a,b){this.a=a +this.b=b}, +aqv:function aqv(a,b,c){this.a=a +this.b=b +this.c=c}, +aqx:function aqx(a){this.a=a}, +aDh(a){var s,r,q,p,o,n=null,m=new A.aN(new Float64Array(16)) +m.bl() +s=A.a([],t.Fv) +r=a.d +q=r.a +s=new A.adh(a,m,new A.I(q.c,q.d),s) +s.sQL(n) +m=A.a([],t.qa) +p=A.a([],t.cc) +o=q.c +q=q.d +s.c=A.aBu(s,A.aD5(n,a,n,-1,A.a([],t.ML),!1,B.nb,p,B.k1,"__container",-1,q,o,n,m,B.D,0,0,0,n,n,n,0,new A.rt(n,n,n,n,n,n,n,n,n)),r.e,a) +return s}, +adh:function adh(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=$ +_.d=c +_.e=null +_.f=!0 +_.r=!1 +_.w=null +_.y=!1 +_.z=null +_.Q=d}, +adi:function adi(a,b){this.a=a +this.b=b}, +Ni:function Ni(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=null}, +oH:function oH(a){this.a=a}, +bR:function bR(a){this.a=a}, +aAT(a){var s +for(s=0;s"))}, +aMn(a,b){var s,r,q,p,o=a.length+b.length,n=A.ax(o,0,!1,t.i) +B.b.eD(n,0,a.length,a) +s=a.length +B.b.eD(n,s,s+b.length,b) +B.b.hZ(n) +for(r=0,q=0/0,p=0;p>>16&255,e>>>8&255,e&255)) +return l +case 2:e=$.a7() +s=e.al() +r=new A.aN(new Float64Array(16)) +r.bl() +q=e.al() +p=e.al() +p.sds(B.cm) +o=e.al() +o.sds(B.cn) +n=e.al() +e=e.al() +e.smf(!1) +e.sds(B.cT) +m=new A.aN(new Float64Array(16)) +m.bl() +m=new A.MF(s,r,q,p,o,n,e,b.c+"#draw",m,c,b,A.a([],t.ca),A.qM(b.x)) +m.o8(c,b) +return m +case 3:e=new A.aN(new Float64Array(16)) +e.bl() +s=$.a7() +r=s.al() +q=s.al() +q.sds(B.cm) +p=s.al() +p.sds(B.cn) +o=s.al() +s=s.al() +s.smf(!1) +s.sds(B.cT) +n=new A.aN(new Float64Array(16)) +n.bl() +n=new A.PC(e,r,q,p,o,s,b.c+"#draw",n,c,b,A.a([],t.ca),A.qM(b.x)) +n.o8(c,b) +return n +case 5:e=new A.aN(new Float64Array(16)) +e.bl() +s=$.a7() +r=s.al() +r.sdq(0,B.bM) +q=s.al() +q.sdq(0,B.aI) +p=A.a([],t.NB) +o=b.ch.a +n=t.u +m=A.a([],n) +o=new A.Cg(m,A.aT(o)) +l=new A.aN(new Float64Array(16)) +l.bl() +k=s.al() +j=s.al() +j.sds(B.cm) +i=s.al() +i.sds(B.cn) +h=s.al() +s=s.al() +s.smf(!1) +s.sds(B.cT) +g=new A.aN(new Float64Array(16)) +g.bl() +g=new A.SB(e,r,q,A.w(t.dg,t.gZ),p,o,b.b,l,k,j,i,h,s,b.c+"#draw",g,c,b,A.a([],t.ca),A.qM(b.x)) +g.o8(c,b) +s=g.gFp() +m.push(s) +g.b2(o) +f=b.CW +e=f!=null +if(e&&f.a!=null){r=f.a.a +q=A.a([],n) +r=new A.l2(q,A.aT(r)) +q.push(s) +g.k1=r +g.b2(r)}if(e&&f.b!=null){r=f.b.a +q=A.a([],n) +r=new A.l2(q,A.aT(r)) +q.push(s) +g.k3=r +g.b2(r)}if(e&&f.c!=null){r=f.c.a +q=A.a([],n) +r=new A.bw(q,A.aT(r)) +q.push(s) +g.ok=r +g.b2(r)}if(e&&f.d!=null){e=f.d.a +n=A.a([],n) +e=new A.bw(n,A.aT(e)) +n.push(s) +g.p2=e +g.b2(e)}return g +case 6:c.a.kL("Unknown layer type "+e.j(0)) +return null}}, +f_:function f_(){}, +a4U:function a4U(a,b){this.a=a +this.b=b}, +aBu(a,b,c,d){var s,r,q,p,o,n=A.a([],t.fn),m=$.a7(),l=m.al(),k=new A.aN(new Float64Array(16)) +k.bl() +s=m.al() +r=m.al() +r.sds(B.cm) +q=m.al() +q.sds(B.cn) +p=m.al() +m=m.al() +m.smf(!1) +m.sds(B.cT) +o=new A.aN(new Float64Array(16)) +o.bl() +o=new A.IR(n,l,k,s,r,q,p,m,b.c+"#draw",o,a,b,A.a([],t.ca),A.qM(b.x)) +o.o8(a,b) +o.a_9(a,b,c,d) +return o}, +IR:function IR(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.db=null +_.dx=a +_.dy=b +_.a=c +_.b=d +_.c=e +_.d=f +_.e=g +_.f=h +_.r=i +_.w=j +_.x=k +_.y=l +_.ax=_.at=_.as=_.Q=_.z=null +_.ay=m +_.ch=n +_.CW=!0 +_.cx=0 +_.cy=null}, +MF:function MF(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.db=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k +_.ax=_.at=_.as=_.Q=_.z=null +_.ay=l +_.ch=m +_.CW=!0 +_.cx=0 +_.cy=null}, +aD5(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a0,a1,a2,a3,a4){return new A.tQ(o,b,j,d,g,k,n,h,a4,r,q,p,a3,s,m,l,a0,a1,e,i,a2,f,a,c)}, +k3:function k3(a,b){this.a=a +this.b=b}, +ls:function ls(a,b){this.a=a +this.b=b}, +tQ:function tQ(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 +_.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}, +PC:function PC(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 +_.ax=_.at=_.as=_.Q=_.z=null +_.ay=k +_.ch=l +_.CW=!0 +_.cx=0 +_.cy=null}, +RM:function RM(a,b,c,d,e,f,g,h,i,j,k,l,m){var _=this +_.db=$ +_.dx=a +_.a=b +_.b=c +_.c=d +_.d=e +_.e=f +_.f=g +_.r=h +_.w=i +_.x=j +_.y=k +_.ax=_.at=_.as=_.Q=_.z=null +_.ay=l +_.ch=m +_.CW=!0 +_.cx=0 +_.cy=null}, +S8:function S8(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var _=this +_.db=a +_.dx=b +_.a=c +_.b=d +_.c=e +_.d=f +_.e=g +_.f=h +_.r=i +_.w=j +_.x=k +_.y=l +_.ax=_.at=_.as=_.Q=_.z=null +_.ay=m +_.ch=n +_.CW=!0 +_.cx=0 +_.cy=null}, +SB:function SB(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){var _=this +_.dx=a +_.dy=b +_.fr=c +_.fx=d +_.fy=e +_.go=f +_.id=g +_.p2=_.ok=_.k3=_.k1=null +_.a=h +_.b=i +_.c=j +_.d=k +_.e=l +_.f=m +_.r=n +_.w=o +_.x=p +_.y=q +_.ax=_.at=_.as=_.Q=_.z=null +_.ay=r +_.ch=s +_.CW=!0 +_.cx=0 +_.cy=null}, +alA:function alA(){}, +a1b:function a1b(a){this.a=a +this.b=0}, +Nm:function Nm(){}, +a7O:function a7O(){var _=this +_.e=_.d=_.c=_.b=_.a=null}, +aP_(a,b){var s,r,q,p,o,n,m,l,k,j,i=a.length +if(i===0)return b +else{s=b.length +if(s===0)return a}i+=s +r=A.ax(i,0,!1,t.i) +for(q=a.length,p=0,o=0,n=0,m=0;m") +return new A.acr(a,A.af(new A.S(a,new A.acs(),s),!0,s.h("bd.E")))}, +eO(a){return new A.MU(a)}, +aD0(a){return new A.MX(a)}, +ev:function ev(){}, +acr:function acr(a,b){this.a=a +this.b=b}, +acs:function acs(){}, +iz:function iz(a,b){this.a=a +this.b=b}, +MU:function MU(a){this.a=a}, +MX:function MX(a){this.a=a}, +MY:function MY(a,b,c,d){var _=this +_.r=a +_.w=0 +_.y=_.x=$ +_.z=null +_.a=0 +_.b=b +_.c=c +_.d=d}, +af7:function af7(a,b){this.a=a +this.b=b}, +HO:function HO(a,b,c,d){var _=this +_.b=a +_.c=b +_.d=c +_.a=d}, +a4t:function a4t(a){this.a=a}, +aHK(a,b,c){var s=new A.ay($.an,t.OZ),r=new A.bv(s,t.BT),q=c.af(B.JH),p=A.aR("listener") +p.b=new A.j3(new A.avI(q,p,r),new A.avJ(q,p,a,b,r)) +q.U(0,p.aA()) +return s}, +aXz(a){var s +if(B.c.bv(a,"data:")){s=A.bm(a,0,null) +return new A.lu(s.gEd(s).ae9())}return null}, +avI:function avI(a,b,c){this.a=a +this.b=b +this.c=c}, +avJ:function avJ(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +adj:function adj(){}, +ada:function ada(a,b){this.a=a +this.b=b}, +adb:function adb(a,b,c){this.a=a +this.b=b +this.c=c}, +adc:function adc(a,b){this.a=a +this.b=b}, +uD:function uD(a,b,c,d,e,f,g,h,i,j,k){var _=this +_.d=a +_.e=b +_.f=c +_.r=d +_.w=e +_.x=f +_.y=g +_.z=h +_.Q=i +_.as=j +_.a=k}, +AZ:function AZ(a,b,c,d,e,f){var _=this +_.D=a +_.ag=b +_.aK=c +_.az=d +_.aP=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}, +aWW(a,b,c){var s,r,q,p,o=$.a7().bd() +for(s=a.oU(),s=s.ga6(s);s.q();){r=s.gG(s) +for(q=new A.os(A.aGt(r.gp(r),b,c).a());q.q();){p=q.b +o.j7(0,r.xY(p.a,p.c),B.f)}}return o}, +aGt(a,b,c){return new A.hc(A.aV_(a,b,c),t.Ln)}, +aV_(a,b,c){return function(){var s=a,r=b,q=c +var p=0,o=1,n,m,l,k,j,i,h,g,f,e +return function $async$aGt(d,a0,a1){if(a0===1){n=a1 +p=o}while(true)switch(p){case 0:e=B.b.k0(r,0,new A.aup()) +m=r.length,l=m-1,k=0 +case 2:if(!(kj||h===l?7:8 +break +case 7:g=Math.max(0.1,i-j) +p=(h&1)===0?9:10 +break +case 9:p=11 +return d.b=new A.A(k,0,Math.min(s,k+g),0),1 +case 11:case 10:f=k+g +k=f +p=6 +break +case 8:case 5:++h +p=4 +break +case 6:p=2 +break +case 3:return 0 +case 1:return d.c=n,3}}}}, +aup:function aup(){}, +aDN(a){var s,r,q,p,o=a.oU(),n=B.b.gL(A.af(o,!0,A.k(o).h("l.E"))),m=n.gp(n),l=B.d.am(m/0.002)+1 +o=t.i +s=A.ax(l,0,!1,o) +r=A.ax(l,0,!1,o) +for(o=l-1,q=0;q"))}, +zp(a,b){var s=null +return new A.dD(s,a,a,s,s,s,5e-324,17976931348623157e292,b.h("dD<0>"))}, +dD:function dD(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=_.x=5e-324 +_.Q=_.z=null +_.$ti=i}, +aZa(a){var s=$.cL +s.e1(new A.hO(new A.aw6(a,s),[]),t.H)}, +aw6:function aw6(a,b){this.a=a +this.b=b}, +aw7:function aw7(a,b){this.a=a +this.b=b}, +aw5:function aw5(a,b){this.a=a +this.b=b}, +aRr(){return new A.nN()}, +nN:function nN(){this.c=null +this.a=$}, +ain:function ain(a){this.a=a}, +aIk(a){return B.Gm}, +aIh(a){return B.G3}, +aIl(a){return B.Gs}, +aIj(a){return B.Gl}, +aIi(a){return B.G4}, +aIg(a){return B.FP}, +uM:function uM(){}, +ty:function ty(){}, +ux:function ux(){}, +tG:function tG(){}, +rZ:function rZ(){}, +uT:function uT(){}, +aMu(){var s,r=A.vo(B.W,B.H1,"GeistMono",!0),q=A.w(t.LH,t.cD) +for(s=0;s<6;++s)q.m(0,B.jE[s],B.lT) +return r.Ql(new A.uk(q))}, +aMt(){var s,r=A.vo(B.a4,B.H2,"GeistMono",!0),q=A.w(t.LH,t.cD) +for(s=0;s<6;++s)q.m(0,B.jE[s],B.lT) +return r.Ql(new A.uk(q))}, +Xd:function Xd(){}, +HD:function HD(a){this.a=a}, +a4p:function a4p(a){this.a=a}, +a4o:function a4o(){}, +ar0:function ar0(){}, +av7(a){var s=0,r=A.a5(t.H),q,p,o,n,m,l,k +var $async$av7=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:$.aOD=new A.avb() +$.aAa().m(0,"POST_HOG_API_KEY","phc_WuuZgCDPJRJCGXCwLKq24At2ys9IzYvnevAmkxIuqCA") +q=document +q.toString +q.dispatchEvent(A.aNv("keys_loaded")).toString +q=a.$0() +s=2 +return A.ad(t.yC.b(q)?q:A.h8(q,t.l7),$async$av7) +case 2:q=c +if($.a8==null)A.aFn() +p=$.a8 +p.toString +o=$.b3().e +n=o.i(0,0) +n.toString +m=p.gzi() +l=p.fx$ +if(l===$){o=o.i(0,0) +o.toString +k=new A.a_G(B.F,o,null,A.ar()) +k.aN() +k.saV(null) +p.fx$!==$&&A.aK() +p.fx$=k +l=k}p.Va(new A.Ta(n,q,m,l,null)) +p.Hw() +return A.a3(null,r)}}) +return A.a4($async$av7,r)}, +avb:function avb(){}, +a4b:function a4b(){}, +anb:function anb(){}, +o7:function o7(a,b){this.a=a +this.b=b}, +ane:function ane(){}, +Vd:function Vd(){}, +aUC(a){return new A.mz($.aA_())}, +mz:function mz(a){this.a=a}, +IU:function IU(a){this.a=a}, +Mr:function Mr(a){this.a=a}, +m_:function m_(a,b,c){this.a=a +this.b=b +this.c=c}, +ac2(a){return new A.tF(a,null)}, +tF:function tF(a,b){this.f=a +this.a=b}, +ac3:function ac3(a,b){this.a=a +this.b=b}, +ac4:function ac4(a,b){this.a=a +this.b=b}, +LJ:function LJ(a){this.a=a}, +a9g:function a9g(){}, +Ng:function Ng(a){this.a=a}, +R1:function R1(a){this.a=a}, +MJ:function MJ(a){this.a=a}, +MK:function MK(a){this.a=a}, +ML:function ML(a){this.a=a}, +f8:function f8(){}, +Mb:function Mb(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +PP:function PP(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Rn:function Rn(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Qa:function Qa(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +LF:function LF(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Te:function Te(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +Ik:function Ik(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e}, +eT:function eT(a,b){this.a=a +this.b=b}, +Az:function Az(a,b){this.c=a +this.a=b}, +Qj:function Qj(a){this.a=a}, +aE3(a){return new A.Qk(a,null)}, +Qk:function Qk(a,b){this.f=a +this.a=b}, +afP:function afP(a,b,c){this.a=a +this.b=b +this.c=c}, +afQ:function afQ(a,b){this.a=a +this.b=b}, +aE4(a){return new A.Qo(a,null)}, +Qo:function Qo(a,b){this.f=a +this.a=b}, +afR:function afR(a,b){this.a=a +this.b=b}, +afS:function afS(a,b){this.a=a +this.b=b}, +Ql:function Ql(a,b){this.c=a +this.a=b}, +Qm:function Qm(a,b){this.c=a +this.a=b}, +Qn:function Qn(a,b){this.c=a +this.a=b}, +Qp:function Qp(a){this.a=a}, +afT:function afT(a){this.a=a}, +qj(a){return B.b.Rs(B.o4,new A.ahw(A.bU(a,B.eL,t.l).w.a),new A.ahx())}, +aEc(a){switch(A.qj(a).a){case 0:case 1:return A.ap(a).p3.c +case 2:case 3:return A.ap(a).p3.b +case 4:case 5:return A.ap(a).p3.a}}, +ahv(a){switch(A.qj(a).a){case 0:case 1:return A.ap(a).p3.x +case 2:case 3:return A.ap(a).p3.w +case 4:case 5:return A.ap(a).p3.r}}, +aEb(a){switch(A.qj(a).a){case 0:case 1:case 2:case 3:return A.ap(a).p3.z +case 4:case 5:return A.ap(a).p3.y}}, +aRj(a){switch(A.qj(a).a){case 0:case 1:return A.ap(a).p3.ax +case 2:case 3:return A.ap(a).p3.at +case 4:case 5:return A.ap(a).p3.as}}, +aRi(a){var s +switch(a.a){case 0:s=320 +break +case 1:s=640 +break +case 2:s=786 +break +case 3:s=1024 +break +case 4:s=1280 +break +case 5:s=1536 +break +default:s=null}return s}, +hI:function hI(a,b){this.a=a +this.b=b}, +ahw:function ahw(a){this.a=a}, +ahx:function ahx(){}, +KS:function KS(a,b,c){this.b=a +this.c=b +this.a=c}, +Rb:function Rb(a,b,c){this.c=a +this.d=b +this.a=c}, +ai6:function ai6(a,b){this.a=a +this.b=b}, +Rc:function Rc(a){this.a=a}, +nM:function nM(a,b,c,d){var _=this +_.d=a +_.e=b +_.f=c +_.a=d}, +ai5:function ai5(a){this.a=a}, +Bg:function Bg(a,b){this.c=a +this.a=b}, +R4:function R4(a){this.a=a}, +ahI:function ahI(a){this.a=a}, +ahJ:function ahJ(a){this.a=a}, +ahK:function ahK(a){this.a=a}, +ahL:function ahL(a){this.a=a}, +ahM:function ahM(a){this.a=a}, +aWf(){var s,r,q,p,o=$.cL +o.toString +s=A.ap(o).ax +o=s.Q +if(o==null){o=s.y +if(o==null)o=s.f}r=s.w +if(r==null)r=s.f +q=s.d +if(q==null)q=s.b +p=s.y +if(p==null)p=s.f +return new A.S(A.a([new A.jy(80,1.5,o),new A.jy(120,1.3,r),new A.jy(160,1.2,q),new A.jy(180,1,p),new A.jy(200,0.8,s.f),new A.jy(240,0.5,s.b)],t.lc),new A.auZ(),t.Xv)}, +auZ:function auZ(){}, +auY:function auY(a){this.a=a}, +Tg:function Tg(a,b){this.d=a +this.a=b}, +R6:function R6(a,b){this.f=a +this.a=b}, +aRy(){return new A.qo()}, +qo:function qo(){this.a=$}, +aRz(){return new A.nO()}, +nO:function nO(){this.a=$}, +FP:function FP(a){this.a=a}, +a1j:function a1j(a){var _=this +_.d=a +_.c=_.b=_.a=null}, +Rp:function Rp(a){this.a=a}, +aiJ:function aiJ(a,b,c){this.a=a +this.b=b +this.c=c}, +aiI:function aiI(a,b){this.a=a +this.b=b}, +a_W:function a_W(a){this.a=a}, +ask:function ask(a){this.a=a}, +aEl(a,b,c,d,e,f){return new A.Rr(a,f,c,b,e,d,null)}, +Rr:function Rr(a,b,c,d,e,f,g){var _=this +_.c=a +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.a=g}, +Ro:function Ro(a,b){this.f=a +this.a=b}, +aiO:function aiO(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +aiN:function aiN(a,b,c,d,e,f,g){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.f=f +_.r=g}, +Rq:function Rq(a){this.a=a}, +aiK:function aiK(){}, +aiL:function aiL(a,b){this.a=a +this.b=b}, +aiM:function aiM(a,b){this.a=a +this.b=b}, +aSI(){return new A.qI()}, +qI:function qI(){this.a=$}, +xv:function xv(a,b){this.f=a +this.a=b}, +a5f:function a5f(a,b){this.a=a +this.b=b}, +a5g:function a5g(a,b){this.a=a +this.b=b}, +CP:function CP(a,b){this.c=a +this.a=b}, +V1:function V1(a,b){this.c=a +this.a=b}, +aGA(a){var s=a.a,r=B.e.cF(s,864e8) +return new A.b1(s-A.bT(r,B.e.cF(s-A.bT(r,0,0,0,0).a,36e8),0,0,0).a)}, +V0:function V0(a){this.a=a}, +an7:function an7(a,b){this.a=a +this.b=b}, +an6:function an6(a){this.a=a}, +an8:function an8(a){this.a=a}, +aY5(a){A.av7(new A.avO())}, +avO:function avO(){}, +zG:function zG(){}, +aWc(a,b){var s=A.wR(b) +$.cL.e1(new A.hO(new A.auV(s),B.r_),t.H) +return A.wQ(A.dB(a,s,null),t.i)}, +aAV(a){return new A.Hy(a,null)}, +auV:function auV(a){this.a=a}, +Hy:function Hy(a,b){this.d=a +this.a=b}, +aWe(a,b){var s,r=A.wR(b) +$.cL.e1(new A.hO(new A.auX(r),B.r_),t.H) +s=t.Y +return A.wQ(new A.aw(t.m.a(A.dB(a,r,null)),new A.aB(1,0,s),s.h("aw")),t.i)}, +aAY(a){return new A.HA(a,null)}, +auX:function auX(a){this.a=a}, +HA:function HA(a,b){this.d=a +this.a=b}, +Ia:function Ia(a,b){this.c=a +this.a=b}, +CQ:function CQ(a,b){this.a=a +this.b=b}, +aWd(a){var s,r,q,p,o=A.wR(B.aG) +$.cL.e1(new A.hO(new A.auW(o,a),[a]),t.H) +s=$.cL +s.toString +s=A.ap(s) +r=$.cL +r.toString +q=t.IC.h("dK") +p=A.wQ(new A.aw(o,new A.dK(new A.fn(B.dL),new A.e5(s.ax.cx,A.ap(r).ch),q),q.h("aw")),t._) +if(p==null)throw A.c(A.bx("useHoverColorAnimation color is null")) +return new A.CQ(a,p)}, +auW:function auW(a,b){this.a=a +this.b=b}, +n7:function n7(a,b,c){this.d=a +this.e=b +this.a=c}, +abo:function abo(a){this.a=a}, +abn:function abn(a){this.a=a}, +abp:function abp(a){this.a=a}, +abl:function abl(a){this.a=a}, +abm:function abm(a){this.a=a}, +a6C(a){return new A.IW(a,".")}, +az9(a){return a}, +av_(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.bZ("") +o=""+(a+"(") +p.a=o +n=A.a1(b) +m=n.h("fD<1>") +l=new A.fD(b,0,s,m) +l.qA(b,0,s,n.c) +m=o+new A.S(l,new A.av0(),m.h("S")).bP(0,", ") +p.a=m +p.a=m+("): part "+(r-1)+" was null, but part "+r+" was not.") +throw A.c(A.bK(p.j(0),null))}}, +IW:function IW(a,b){this.a=a +this.b=b}, +a6D:function a6D(){}, +a6E:function a6E(){}, +av0:function av0(){}, +acd:function acd(){}, +lz(a,b){var s,r,q,p,o,n=b.V4(a) +b.mg(a) +if(n!=null)a=B.c.bA(a,n.length) +s=t.s +r=A.a([],s) +q=A.a([],s) +s=a.length +if(s!==0&&b.kd(a.charCodeAt(0))){q.push(a[0]) +p=1}else{q.push("") +p=0}for(o=p;o>>0}, +dp(a,b){b&=31 +return(B.e.aU(a,b)|A.azJ(a,32-b))>>>0}, +rn(a,b,c,d){b=B.b7.oL(b.buffer,b.byteOffset,b.length) +J.aM8(b,c,a,d)}, +d0(a,b,c){var s=J.bs(a) +a=J.awq(s.geJ(a),s.gf8(a),s.gp(a)) +return J.aAI(a,b,c)}, +aE6(a){var s=new A.AL() +s.HD(0,a,null) +return s}, +AL:function AL(){this.b=this.a=$}, +afC:function afC(){this.a=null}, +afD:function afD(){}, +afE:function afE(){}, +afF:function afF(){}, +Qc:function Qc(){}, +aUG(a,b,c){return new A.qb(a,new A.aua(b,c),c.h("@>").an(b).h("qb<1,2>"))}, +aCt(a,b){var s=a.gkc(),r=b.gkc() +if(s||r)return s!==r +return!0}, +mE:function mE(){}, +aua:function aua(a,b){this.a=a +this.b=b}, +rw:function rw(){}, +kY:function kY(){}, +rA:function rA(){}, +xg:function xg(a,b,c,d,e,f,g,h){var _=this +_.ch=$ +_.y=a +_.d=b +_.e=c +_.f=d +_.a=e +_.b=f +_.c=g +_.$ti=h}, +rB:function rB(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var _=this +_.Rm$=a +_.Rn$=b +_.go=c +_.y9$=d +_.nd$=e +_.tr$=f +_.pn$=g +_.ts$=h +_.a=null +_.b=!1 +_.c=$ +_.d=i +_.e=$ +_.f=j +_.r=k +_.w=l +_.x=m +_.y=n +_.CW=_.ch=_.ay=_.ax=_.at=_.as=_.Q=_.z=null +_.fx=_.fr=_.dy=_.dx=_.db=_.cy=_.cx=!1 +_.fy=null +_.$ti=o}, +cK:function cK(){}, +aak:function aak(a,b){this.a=a +this.b=b}, +aal:function aal(a){this.a=a}, +aai:function aai(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aaj:function aaj(a,b,c){this.a=a +this.b=b +this.c=c}, +aae:function aae(a,b){this.a=a +this.b=b}, +aag:function aag(a,b){this.a=a +this.b=b}, +aah:function aah(a){this.a=a}, +aaf:function aaf(a){this.a=a}, +anw:function anw(a){this.a=a}, +anx:function anx(){}, +ry:function ry(){}, +rx:function rx(){}, +a4G:function a4G(a,b){this.a=a +this.b=b}, +a4I:function a4I(a,b){this.a=a +this.b=b}, +a4H:function a4H(a,b,c){this.a=a +this.b=b +this.c=c}, +a4F:function a4F(a,b,c){this.a=a +this.b=b +this.c=c}, +o9:function o9(){}, +CY:function CY(){}, +CZ:function CZ(){}, +awE(a,b,c,d){var s=a.fy,r=s==null?null:s.giI() +if(r==null)a.aF(b) +else a.aF(b.Bc(d).E6(r,c))}, +awD(a,b,c){return new A.hh(!1,!1,null,a,b,c.h("hh<0>"))}, +rz(a){if(a.gmd())return a.gl(a) +return null}, +cH:function cH(){}, +hU:function hU(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +eY:function eY(a,b,c,d,e){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.$ti=e}, +a4z:function a4z(a){this.a=a}, +a4A:function a4A(a){this.a=a}, +a4B:function a4B(a){this.a=a}, +a4C:function a4C(a){this.a=a}, +a4D:function a4D(a){this.a=a}, +a4E:function a4E(a){this.a=a}, +hh:function hh(a,b,c,d,e,f){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=e +_.$ti=f}, +aR0(a,b,c){var s,r,q,p=null,o=A.a([],t.NK),n=t.WK,m=A.eu(p,p,p,n,n),l=A.eu(p,p,p,t.gw,t.IU),k=c==null,j=k?0:c.d+1,i=A.a([],t.BF) +B.b.R(i,a) +s=!k +if(s)B.b.R(i,c.z) +n=A.w(n,t.Kc) +if(s)for(s=c.y,s=s.ge3(s),s=s.ga6(s);s.q();){r=s.gG(s) +q=r.b +if(!q.d)n.m(0,r.a,q)}k=k?p:c.e +o=new A.h1(0,j,k==null?c:k,c,o,m,l,n,i) +o.a_o(a,b,c) +return o}, +aV5(a){A.aCu(a,t.H)}, +Hr:function Hr(){}, +HQ:function HQ(){}, +iR:function iR(){}, +r8:function r8(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d +_.e=null}, +asS:function asS(a){this.a=a}, +asT:function asT(a){this.a=a}, +h1:function h1(a,b,c,d,e,f,g,h,i){var _=this +_.a=a +_.c=$ +_.d=b +_.e=c +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.z=i +_.as=!1}, +afU:function afU(a,b){this.a=a +this.b=b}, +afV:function afV(a,b){this.a=a +this.b=b}, +afW:function afW(a,b){this.a=a +this.b=b}, +afX:function afX(a,b,c){this.a=a +this.b=b +this.c=c}, +afY:function afY(){}, +uy:function uy(){}, +It:function It(){}, +bE:function bE(){}, +ag7:function ag7(a){this.a=a}, +ag5:function ag5(a){this.a=a}, +ag6:function ag6(a){this.a=a}, +afZ:function afZ(){}, +ag_:function ag_(a,b){this.a=a +this.b=b}, +ag0:function ag0(a){this.a=a}, +ag1:function ag1(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +ag2:function ag2(a,b,c){this.a=a +this.b=b +this.c=c}, +ag3:function ag3(a){this.a=a}, +ag4:function ag4(a,b){this.a=a +this.b=b}, +agb:function agb(){}, +hE:function hE(){}, +id:function id(){}, +de:function de(){}, +og:function og(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=!1 +_.$ti=d}, +PR:function PR(){}, +EC:function EC(a,b,c){this.a=a +this.b=b +this.c=c}, +qb:function qb(a,b,c){this.a=a +this.b=b +this.$ti=c}, +aga:function aga(a,b){this.a=a +this.b=b}, +ag8:function ag8(a){this.a=a}, +ag9:function ag9(){}, +Qq:function Qq(a,b,c){var _=this +_.a=!1 +_.b=a +_.c=b +_.d=c +_.e=null}, +agc:function agc(a){this.a=a}, +agd:function agd(a,b){this.a=a +this.b=b}, +Ez:function Ez(){}, +EA:function EA(){}, +EB:function EB(){}, +iI:function iI(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.$ti=d}, +hF:function hF(a,b){var _=this +_.f=null +_.a=0 +_.b=a +_.d=_.c=0 +_.$ti=b}, +age:function age(a,b){this.a=a +this.b=b}, +Ge:function Ge(){}, +atT:function atT(a,b){this.a=a +this.b=b}, +atS:function atS(a,b,c){this.a=a +this.b=b +this.c=c}, +atR:function atR(a,b,c){this.a=a +this.b=b +this.c=c}, +aVT(a,b,c){return new A.qb(a,new A.auP(b,c),c.h("@<0>").an(b).h("qb<1,2>"))}, +awF(a,b,c,d,e,f,g){return new A.xh(a,c,null,null,e,d,b,f.h("@<0>").an(g).h("xh<1,2>"))}, +ka:function ka(){}, +auP:function auP(a,b){this.a=a +this.b=b}, +uc:function uc(){}, +hi:function hi(){}, +mF:function mF(){}, +xh:function xh(a,b,c,d,e,f,g,h){var _=this +_.ch=$ +_.y=a +_.d=b +_.e=c +_.f=d +_.a=e +_.b=f +_.c=g +_.$ti=h}, +rC:function rC(a,b,c,d,e,f,g,h,i,j){var _=this +_.Rm$=a +_.Rn$=b +_.go=c +_.a=null +_.b=!1 +_.c=$ +_.d=d +_.e=$ +_.f=e +_.r=f +_.w=g +_.x=h +_.y=i +_.CW=_.ch=_.ay=_.ax=_.at=_.as=_.Q=_.z=null +_.fx=_.fr=_.dy=_.dx=_.db=_.cy=_.cx=!1 +_.fy=null +_.$ti=j}, +ud:function ud(){}, +aeE:function aeE(a,b){this.a=a +this.b=b}, +D_:function D_(){}, +HU(a,b,c,d,e,f){return new A.xi(a,c,null,null,e,d,b,f.h("xi<0>"))}, +tJ:function tJ(){}, +xi:function xi(a,b,c,d,e,f,g,h){var _=this +_.ay=a +_.d=b +_.e=c +_.f=d +_.a=e +_.b=f +_.c=g +_.$ti=h}, +xj:function xj(a,b,c,d,e,f,g,h,i){var _=this +_.Rm$=a +_.Rn$=b +_.a=null +_.b=!1 +_.c=$ +_.d=c +_.e=$ +_.f=d +_.r=e +_.w=f +_.x=g +_.y=h +_.CW=_.ch=_.ay=_.ax=_.at=_.as=_.Q=_.z=null +_.fx=_.fr=_.dy=_.dx=_.db=_.cy=_.cx=!1 +_.fy=null +_.$ti=i}, +AA:function AA(){}, +D0:function D0(){}, +E_:function E_(){}, +aEd(a,b){var s,r,q,p +try{q=a.$0() +return new A.eB(q,b.h("eB<0>"))}catch(p){s=A.ag(p) +r=A.aA(p) +return new A.ii(s,r,b.h("ii<0>"))}}, +eB:function eB(a,b){this.a=a +this.$ti=b}, +ii:function ii(a,b,c){this.a=a +this.b=b +this.$ti=c}, +aI8(a,b){var s=A.a([A.aSR()],t.ch) +B.b.R(s,A.aMP(b).gGz()) +A.axa(a,new A.T7(new A.eL(A.ex(s,t.f3)).agk(new A.aw1()).pX().a))}, +aw1:function aw1(){}, +aMP(a){var s +if(t.Uc.b(a))return a +$.aL2() +s=t.f3 +if(s.b(a))return new A.eL(A.ex(A.a([a],t.ch),s)) +return new A.zt(new A.a5H(a))}, +aBj(a){var s,r,q=u.C +if(a.length===0)return new A.eL(A.ex(A.a([],t.ch),t.f3)) +s=$.aAB() +if(B.c.t(a,s)){s=B.c.nW(a,s) +r=A.a1(s) +return new A.eL(A.ex(new A.dF(new A.aZ(s,new A.a5I(),r.h("aZ<1>")),A.aZ4(),r.h("dF<1,cf>")),t.f3))}if(!B.c.t(a,q))return new A.eL(A.ex(A.a([A.aF4(a)],t.ch),t.f3)) +return new A.eL(A.ex(new A.S(A.a(a.split(q),t.s),A.aZ3(),t.B5),t.f3))}, +eL:function eL(a){this.a=a}, +a5H:function a5H(a){this.a=a}, +a5I:function a5I(){}, +a5J:function a5J(a,b){this.a=a +this.b=b}, +a5K:function a5K(a){this.a=a}, +a5P:function a5P(){}, +a5O:function a5O(){}, +a5M:function a5M(){}, +a5N:function a5N(a){this.a=a}, +a5L:function a5L(a){this.a=a}, +aOS(a){return A.aCp(a)}, +aCp(a){return A.M4(a,new A.aa6(a))}, +aOR(a){return A.aOO(a)}, +aOO(a){return A.M4(a,new A.aa4(a))}, +aOL(a){return A.M4(a,new A.aa1(a))}, +aOP(a){return A.aOM(a)}, +aOM(a){return A.M4(a,new A.aa2(a))}, +aOQ(a){return A.aON(a)}, +aON(a){return A.M4(a,new A.aa3(a))}, +axi(a){if(B.c.t(a,$.aIO()))return A.bm(a,0,null) +else if(B.c.t(a,$.aIP()))return A.aG2(a,!0) +else if(B.c.bv(a,"/"))return A.aG2(a,!1) +if(B.c.t(a,"\\"))return $.aLz().U4(a) +return A.bm(a,0,null)}, +M4(a,b){var s,r,q=null +try{s=b.$0() +return s}catch(r){if(A.ag(r) instanceof A.f2)return new A.jp(A.d_(q,q,"unparsed",q,q,q),a) +else throw r}}, +ci:function ci(a,b,c,d){var _=this +_.a=a +_.b=b +_.c=c +_.d=d}, +aa6:function aa6(a){this.a=a}, +aa4:function aa4(a){this.a=a}, +aa5:function aa5(a){this.a=a}, +aa1:function aa1(a){this.a=a}, +aa2:function aa2(a){this.a=a}, +aa3:function aa3(a){this.a=a}, +zt:function zt(a){this.a=a +this.b=$}, +pD:function pD(a){this.a=a +this.b=$}, +acX:function acX(a,b,c){this.a=a +this.b=b +this.c=c}, +aSR(){return new A.pD(new A.amp(A.aSS(A.aku()),0))}, +aSS(a){if(t.f3.b(a))return a +if(t.Uc.b(a))return a.pX() +return new A.pD(new A.amq(a))}, +aF4(a){var s,r,q +try{if(a.length===0){r=A.amk(A.a([],t.EN),null) +return r}if(B.c.t(a,$.aLa())){r=A.aSQ(a) +return r}if(B.c.t(a,"\tat ")){r=A.aSP(a) +return r}if(B.c.t(a,$.aKk())||B.c.t(a,$.aKi())){r=A.aSO(a) +return r}if(B.c.t(a,u.C)){r=A.aBj(a).pX() +return r}if(B.c.t(a,$.aKo())){r=A.aF2(a) +return r}r=A.aF3(a) +return r}catch(q){r=A.ag(q) +if(r instanceof A.f2){s=r +throw A.c(A.bG(s.a+"\nStack trace:\n"+a,null,null))}else throw q}}, +aSU(a){return A.aF3(a)}, +aF3(a){var s=A.ex(A.aSV(a),t.OP) +return new A.cf(s,new A.kF(a))}, +aSV(a){var s,r=B.c.iN(a),q=$.aAB(),p=t.gD,o=new A.aZ(A.a(A.em(r,q,"").split("\n"),t.s),new A.amr(),p) +if(!o.ga6(o).q())return A.a([],t.EN) +r=A.ayi(o,o.gp(o)-1,p.h("l.E")) +r=A.pL(r,A.aXx(),A.k(r).h("l.E"),t.OP) +s=A.af(r,!0,A.k(r).h("l.E")) +if(!J.aLK(o.gY(o),".da"))B.b.E(s,A.aCp(o.gY(o))) +return s}, +aSQ(a){var s=A.eE(A.a(a.split("\n"),t.s),1,null,t.N).X1(0,new A.amo()),r=t.OP +r=A.ex(A.pL(s,A.aHt(),s.$ti.h("l.E"),r),r) +return new A.cf(r,new A.kF(a))}, +aSP(a){var s=A.ex(new A.dF(new A.aZ(A.a(a.split("\n"),t.s),new A.amn(),t.gD),A.aHt(),t.tN),t.OP) +return new A.cf(s,new A.kF(a))}, +aSO(a){var s=A.ex(new A.dF(new A.aZ(A.a(B.c.iN(a).split("\n"),t.s),new A.aml(),t.gD),A.aXv(),t.tN),t.OP) +return new A.cf(s,new A.kF(a))}, +aST(a){return A.aF2(a)}, +aF2(a){var s=a.length===0?A.a([],t.EN):new A.dF(new A.aZ(A.a(B.c.iN(a).split("\n"),t.s),new A.amm(),t.gD),A.aXw(),t.tN) +s=A.ex(s,t.OP) +return new A.cf(s,new A.kF(a))}, +amk(a,b){var s=A.ex(a,t.OP) +return new A.cf(s,new A.kF(b==null?"":b))}, +cf:function cf(a,b){this.a=a +this.b=b}, +amp:function amp(a,b){this.a=a +this.b=b}, +amq:function amq(a){this.a=a}, +amr:function amr(){}, +amo:function amo(){}, +amn:function amn(){}, +aml:function aml(){}, +amm:function amm(){}, +amt:function amt(){}, +ams:function ams(a){this.a=a}, +jp:function jp(a,b){this.a=a +this.w=b}, +T7:function T7(a){this.a=a}, +amU:function amU(a){this.a=a}, +amT:function amT(){}, +acR:function acR(a,b){this.a=a +this.b=b}, +amZ:function amZ(){}, +adC:function adC(){}, +adD:function adD(){}, +q8:function q8(a,b){this.a=a +this.b=b}, +MH:function MH(a,b,c){this.a=a +this.b=b +this.c=c}, +N2:function N2(a,b,c){this.a=a +this.b=b +this.c=c}, +amO:function amO(){}, +amP:function amP(a){this.a=a +this.b=!1}, +pP(a){var s=new A.aN(new Float64Array(16)) +if(s.kP(a)===0)return null +return s}, +aPY(){return new A.aN(new Float64Array(16))}, +aQ_(){var s=new A.aN(new Float64Array(16)) +s.bl() +return s}, +k6(a,b,c){var s=new Float64Array(16),r=new A.aN(s) +r.bl() +s[14]=c +s[13]=b +s[12]=a +return r}, +zY(a,b,c){var s=new Float64Array(16) +s[15]=1 +s[10]=c +s[5]=b +s[0]=a +return new A.aN(s)}, +aN:function aN(a){this.a=a}, +eF:function eF(a){this.a=a}, +jq:function jq(a){this.a=a}, +avL(){var s=0,r=A.a5(t.H) +var $async$avL=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:s=2 +return A.ad(A.av8(new A.avM(),new A.avN()),$async$avL) +case 2:return A.a3(null,r)}}) +return A.a4($async$avL,r)}, +avN:function avN(){}, +avM:function avM(){}, +aNt(a){a.au(t.H5) +return null}, +aPw(a){return $.aPv.i(0,a).gamG()}, +aHE(a){return t.jj.b(a)||t.I3.b(a)||t.M2.b(a)||t.J2.b(a)||t._A.b(a)||t.BJ.b(a)||t.oL.b(a)}, +aI0(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)}, +aCq(a){return A.bC(a)}, +aC6(a){return a}, +aPe(a){return a}, +aSh(a){return a}, +aBi(a,b){return(B.Sl[(a^b)&255]^a>>>8)>>>0}, +rm(a){var s=u.R.charCodeAt(a>>>6)+(a&63),r=s&1,q=u.I.charCodeAt(s>>>1) +return q>>>4&-r|q&15&r-1}, +kL(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}, +aPa(a){var s=J.aj(a.a),r=a.$ti +if(new A.kx(s,r.h("kx<1>")).q())return r.c.a(s.gG(s)) +return null}, +avd(a,b,c,d,e){return A.aWG(a,b,c,d,e,e)}, +aWG(a,b,c,d,e,f){var s=0,r=A.a5(f),q,p +var $async$avd=A.a6(function(g,h){if(g===1)return A.a2(h,r) +while(true)switch(s){case 0:p=A.h8(null,t.P) +s=3 +return A.ad(p,$async$avd) +case 3:q=a.$1(b) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$avd,r)}, +a3E(a,b){var s +if(a==null)return b==null +if(b==null||a.gp(a)!==b.gp(b))return!1 +if(a===b)return!0 +for(s=a.ga6(a);s.q();)if(!b.t(0,s.gG(s)))return!1 +return!0}, +d7(a,b){var s,r,q +if(a==null)return b==null +if(b==null||J.b6(a)!==J.b6(b))return!1 +if(a===b)return!0 +for(s=J.a9(a),r=J.a9(b),q=0;q1e6){if(q.b==null)q.b=$.Qg.$0() +q.cj(0) +$.a3m=0}while(!0){if($.a3m<12288){q=$.a3K() +q=!q.ga_(q)}else q=r +if(!q)break +s=$.a3K().uk() +$.a3m=$.a3m+s.length +A.aI0(s)}r=$.a3K() +if(!r.ga_(r)){$.ayY=!0 +$.a3m=0 +A.c7(B.d_,A.aYp()) +if($.auq==null)$.auq=new A.bv(new A.ay($.an,t.W),t.gR)}else{$.aAc().kB(0) +r=$.auq +if(r!=null)r.hG(0) +$.auq=null}}, +a9l(a){var s=0,r=A.a5(t.H),q +var $async$a9l=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)$async$outer:switch(s){case 0:a.gW().Ae(B.a0n) +switch(A.ap(a).r.a){case 0:case 1:q=A.Sp(B.a0k) +s=1 +break $async$outer +case 2:case 3:case 4:case 5:q=A.d2(null,t.H) +s=1 +break $async$outer}case 1:return A.a3(q,r)}}) +return A.a4($async$a9l,r)}, +aCe(a){a.gW().Ae(B.V9) +switch(A.ap(a).r.a){case 0:case 1:return A.ab7() +case 2:case 3:case 4:case 5:return A.d2(null,t.H)}}, +aYn(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.i(r<=20?r/2:A.H(d.a-q/2,10,r-10),s)}, +aCB(a,b,c){return a}, +axF(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.i(s[12],s[13]) +return null}, +axG(a,b){var s,r,q +if(a==b)return!0 +if(a==null){b.toString +return A.Pe(b)}if(b==null)return A.Pe(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]}, +Pe(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}, +bH(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.i(p,o) +else return new A.i(p/n,o/n)}, +ady(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=$.awd() +s[2]=q +s[0]=q +s[3]=p +s[1]=p}else{s=$.awd() +if(qs[2])s[2]=q +if(p>s[3])s[3]=p}}, +ez(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.ady(a4,a5,a6,!0,s) +A.ady(a4,a7,a6,!1,s) +A.ady(a4,a5,a9,!1,s) +A.ady(a4,a7,a9,!1,s) +a7=$.awd() +return new A.A(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.A(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.A(A.aDq(f,d,a0,a2),A.aDq(e,b,a1,a3),A.aDp(f,d,a0,a2),A.aDp(e,b,a1,a3))}}, +aDq(a,b,c,d){var s=ab?a:b,r=c>d?c:d +return s>r?s:r}, +aDs(a,b){var s +if(A.Pe(a))return b +s=new A.aN(new Float64Array(16)) +s.dE(a) +s.kP(s) +return A.ez(s,b)}, +aDr(a){var s,r=new A.aN(new Float64Array(16)) +r.bl() +s=new A.jq(new Float64Array(4)) +s.v8(0,0,0,a.a) +r.Ak(0,s) +s=new A.jq(new Float64Array(4)) +s.v8(0,0,0,a.b) +r.Ak(1,s) +return r}, +H1(a,b,c){if(a==null||!1)return a===b +return a>b-c&&a0){$.aD4=s-1 +return 0}return 0}, +aX2(a){var s,r=null,q=a.b.toLowerCase(),p=B.c.t(q,"italic")?B.Jq:r +if(B.c.t(q,"semibold")||B.c.t(q,"semi bold"))s=B.jm +else s=B.c.t(q,"bold")?B.c2:r +return A.o0(r,r,r,r,r,r,r,r,a.a,r,r,r,p,r,s,r,r,!0,r,r,r,r,r,r,r,r)}, +aAU(a,b){var s,r,q,p,o,n=A.a([],t.G5) +if(a.bq()===B.bQ){a.cm() +s=t.o +while(!0){r=a.w +if(r===0)r=a.aw() +if(!(r!==2&&r!==4&&r!==18))break +q=A.acQ(a,b,A.aYm(),a.bq()===B.dr,!1,s) +p=q.c +o=q.w +p=new A.uo(q,b,q.b,p,q.d,q.e,q.f,q.r,o) +p.bd() +n.push(p)}a.cn() +A.aD3(n)}else n.push(A.zp(A.i3(a),t.o)) +return new A.a4e(n)}, +a4f(a,b){var s,r,q,p,o +a.cB() +for(s=t.i,r=null,q=null,p=null,o=!1;a.bq()!==B.Es;)switch(a.bw($.aIm())){case 0:r=A.aAU(a,b) +break +case 1:if(a.bq()===B.i0){a.b1() +o=!0}else q=new A.bR(A.bc(a,b,A.cl(),!1,s)) +break +case 2:if(a.bq()===B.i0){a.b1() +o=!0}else p=new A.bR(A.bc(a,b,A.cl(),!1,s)) +break +default:a.cl() +a.b1()}a.cH() +if(o)b.kL("Lottie doesn't support expressions.") +if(r!=null)return r +q.toString +p.toString +return new A.Hv(q,p)}, +aMp(a,b){var s,r,q=null +a.cB() +s=q +while(!0){r=a.w +if(r===0)r=a.aw() +if(!(r!==2&&r!==4&&r!==18))break +switch(a.bw($.aIo())){case 0:s=A.aMo(a,b) +break +default:a.cl() +a.b1()}}a.cH() +if(s==null)return new A.Hw(q,q,q,q) +return s}, +aMo(a,b){var s,r,q,p,o,n,m,l=null +a.cB() +s=t.i +r=t.G +q=l +p=q +o=p +n=o +while(!0){m=a.w +if(m===0)m=a.aw() +if(!(m!==2&&m!==4&&m!==18))break +switch(a.bw($.aIn())){case 0:n=new A.oH(A.bc(a,b,A.a3v(),!1,r)) +break +case 1:o=new A.oH(A.bc(a,b,A.a3v(),!1,r)) +break +case 2:p=new A.bR(A.bc(a,b,A.cl(),!1,s)) +break +case 3:q=new A.bR(A.bc(a,b,A.cl(),!1,s)) +break +default:a.cl() +a.b1()}}a.cH() +return new A.Hw(n,o,p,q)}, +awC(a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=null,a1=a2.bq()===B.dr +if(a1)a2.cB() +s=t.i +r=t.S +q=a3.c +p=t.XK +o=a3.d +n=t.o +m=a0 +l=m +k=l +j=k +i=j +h=i +g=h +f=g +e=f +while(!0){d=a2.w +if(d===0)d=a2.aw() +if(!(d!==2&&d!==4&&d!==18))break +c=a2.bw($.aIq()) +switch(c){case 0:a2.cB() +while(!0){d=a2.w +if(d===0)d=a2.aw() +if(!(d!==2&&d!==4&&d!==18))break +switch(a2.bw($.aIp())){case 0:e=A.aAU(a2,a3) +break +default:a2.cl() +a2.b1()}}a2.cH() +break +case 1:f=A.a4f(a2,a3) +break +case 2:g=new A.a4g(A.bc(a2,a3,A.aYH(),!1,n)) +break +case 3:case 4:if(c===3)q.E(0,"Lottie doesn't support 3D layers.") +b=A.bc(a2,a3,A.cl(),!1,s) +h=new A.bR(b) +if(b.length===0){a=o.c +b.push(new A.dD(a3,0,0,a0,a0,a0,0,a,p))}else if(B.b.gL(b).b==null){a=o.c +B.b.sL(b,new A.dD(a3,0,0,a0,a0,a0,0,a,p))}break +case 5:i=new A.hT(A.bc(a2,a3,A.GY(),!1,r)) +break +case 6:j=new A.bR(A.bc(a2,a3,A.cl(),!1,s)) +break +case 7:k=new A.bR(A.bc(a2,a3,A.cl(),!1,s)) +break +case 8:l=new A.bR(A.bc(a2,a3,A.cl(),!1,s)) +break +case 9:m=new A.bR(A.bc(a2,a3,A.cl(),!1,s)) +break +default:a2.cl() +a2.b1()}}if(a1)a2.cH() +if(e!=null)s=e.geP()&&J.d(B.b.gL(e.a).b,B.f) +else s=!0 +if(s)e=a0 +if(f!=null)s=!(f instanceof A.Hv)&&f.geP()&&J.d(B.b.gL(f.gSs()).b,B.f) +else s=!0 +if(s)f=a0 +if(h!=null)s=h.geP()&&J.d(B.b.gL(h.a).b,0) +else s=!0 +if(s)h=a0 +if(g!=null)s=g.geP()&&J.d(B.b.gL(g.a).b,B.XI) +else s=!0 +if(s)g=a0 +if(l!=null)s=l.geP()&&J.d(B.b.gL(l.a).b,0) +else s=!0 +if(s)l=a0 +if(m!=null)s=m.geP()&&J.d(B.b.gL(m.a).b,0) +else s=!0 +return new A.rt(e,f,g,h,i,l,s?a0:m,j,k)}, +aMA(a,b){var s,r,q=null +while(!0){s=a.w +if(s===0)s=a.aw() +if(!(s!==2&&s!==4&&s!==18))break +switch(a.bw($.aIt())){case 0:a.cm() +while(!0){s=a.w +if(s===0)s=a.aw() +if(!(s!==2&&s!==4&&s!==18))break +r=A.aMz(a,b) +if(r!=null)q=r}a.cn() +break +default:a.cl() +a.b1()}}return q}, +aMz(a,b){var s,r,q,p +a.cB() +s=t.i +r=null +q=!1 +while(!0){p=a.w +if(p===0)p=a.aw() +if(!(p!==2&&p!==4&&p!==18))break +switch(a.bw($.aIu())){case 0:q=a.cc()===0 +break +case 1:if(q)r=new A.a57(new A.bR(A.bc(a,b,A.cl(),!1,s))) +else a.b1() +break +default:a.cl() +a.b1()}}a.cH() +return r}, +aMX(a,b,c){var s,r=A.aR("position"),q=A.aR("size"),p=c===3,o=t.o,n=null,m=!1 +while(!0){s=a.w +if(s===0)s=a.aw() +if(!(s!==2&&s!==4&&s!==18))break +switch(a.bw($.aIx())){case 0:n=a.c8() +break +case 1:r.b=A.a4f(a,b) +break +case 2:q.b=new A.mA(A.bc(a,b,A.H2(),!0,o)) +break +case 3:m=a.eT() +break +case 4:p=a.cc()===3 +break +default:a.cl() +a.b1()}}return new A.Is(n,r.aA(),q.aA(),p,m)}, +aWC(a){var s,r,q,p,o=a.bq()===B.bQ +if(o)a.cm() +s=a.b_() +r=a.b_() +q=a.b_() +p=a.bq()===B.b9?a.b_():1 +if(o)a.cn() +if(s<=1&&r<=1&&q<=1){s*=255 +r*=255 +q*=255 +if(p<=1)p*=255}return A.M(B.d.am(p),B.d.am(s),B.d.am(r),B.d.am(q))}, +awS(a,b){var s,r,q,p +a.cB() +r=2 +$label0$1:while(!0){q=a.w +if(q===0)q=a.aw() +if(!(q!==2&&q!==4&&q!==18)){s=null +break}c$1:switch(a.bw($.aIA())){case 0:s=a.c8() +break $label0$1 +case 1:r=a.cc() +break +default:a.cl() +a.b1()}}if(s==null)return null +switch(s){case"gr":p=A.aRV(a,b) +break +case"st":p=A.aRY(a,b) +break +case"gs":p=A.aP2(a,b) +break +case"fl":p=A.aRU(a,b) +break +case"gf":p=A.aP0(a,b) +break +case"tr":p=A.awC(a,b) +break +case"sh":p=A.aRX(a,b) +break +case"el":p=A.aMX(a,b,r) +break +case"rc":p=A.aR7(a,b) +break +case"tm":p=A.aRZ(a,b) +break +case"sr":p=A.aQM(a,b,r) +break +case"mm":p=A.aQ4(a) +break +case"rp":p=A.aRh(a,b) +break +case"rd":p=A.aRn(a,b) +break +default:b.kL("Unknown shape type "+s) +p=null}while(!0){q=a.w +if(q===0)q=a.aw() +if(!(q!==2&&q!==4&&q!==18))break +a.b1()}a.cH() +return p}, +aX8(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=null +a.cB() +s=d +r=s +q=r +p=q +o=0 +n=B.jp +m=0 +l=0 +k=0 +j=B.D +i=B.D +h=0 +g=!0 +while(!0){f=a.w +if(f===0)f=a.aw() +if(!(f!==2&&f!==4&&f!==18))break +switch(a.bw($.aKN())){case 0:p=a.c8() +break +case 1:q=a.c8() +break +case 2:o=a.b_() +break +case 3:e=a.cc() +n=e>2||e<0?B.jp:B.Ok[e] +break +case 4:m=a.cc() +break +case 5:l=a.b_() +break +case 6:k=a.b_() +break +case 7:j=A.aD2(a) +break +case 8:i=A.aD2(a) +break +case 9:h=a.b_() +break +case 10:g=a.eT() +break +case 11:a.cm() +r=new A.i(a.b_(),a.b_()) +a.cn() +break +case 12:a.cm() +s=new A.i(a.b_(),a.b_()) +a.cn() +break +default:a.cl() +a.b1()}}a.cH() +return new A.l5(p==null?"":p,q,o,n,m,l,k,j,i,h,g,r,s)}, +aXl(a){return A.act(a)}, +aOG(a,b){var s,r,q,p,o,n,m,l,k,j,i=A.a([],t.bP) +a.cB() +s=t.I8 +r="" +q=0 +p=0 +o=null +n=null +while(!0){m=a.w +if(m===0)m=a.aw() +if(!(m!==2&&m!==4&&m!==18))break +switch(a.bw($.aIL())){case 0:r=a.c8() +break +case 1:q=a.b_() +break +case 2:p=a.b_() +break +case 3:o=a.c8() +break +case 4:n=a.c8() +break +case 5:a.cB() +while(!0){m=a.w +if(m===0)m=a.aw() +if(!(m!==2&&m!==4&&m!==18))break +switch(a.bw($.aIK())){case 0:a.cm() +while(!0){m=a.w +if(m===0)m=a.aw() +if(!(m!==2&&m!==4&&m!==18))break +l=A.awS(a,b) +if(l!=null){k=l +j=!0}else{k=null +j=!1}if(j)i.push(s.a(k))}a.cn() +break +default:a.cl() +a.b1()}}a.cH() +break +default:a.cl() +a.b1()}}a.cH() +s=o==null?"":o +return new A.yM(i,r,q,p,s,n==null?"":n)}, +aOJ(a){var s,r,q,p,o,n +a.cB() +s=null +r=null +q=null +while(!0){p=a.w +if(p===0)p=a.aw() +if(!(p!==2&&p!==4&&p!==18))break +switch(a.bw($.aIM())){case 0:s=a.c8() +break +case 1:r=a.c8() +break +case 2:q=a.c8() +break +case 3:a.b_() +break +default:a.cl() +a.b1()}}a.cH() +o=s==null?"":s +n=r==null?"":r +return new A.tq(o,n,q==null?"":q)}, +aP0(a,b){var s,r,q,p=null,o=t.o,n=t.S,m=t.cU,l=p,k=l,j=k,i=j,h=i,g=h,f=B.ek,e=!1 +while(!0){s=a.w +if(s===0)s=a.aw() +if(!(s!==2&&s!==4&&s!==18))break +switch(a.bw($.aIS())){case 0:g=a.c8() +break +case 1:a.cB() +r=-1 +while(!0){s=a.w +if(s===0)s=a.aw() +if(!(s!==2&&s!==4&&s!==18))break +switch(a.bw($.aIR())){case 0:r=a.cc() +break +case 1:q=new A.yV(r) +h=new A.Ht(A.aAT(A.bc(a,b,q.gT0(q),!1,m))) +break +default:a.cl() +a.b1()}}a.cH() +break +case 2:i=new A.hT(A.bc(a,b,A.GY(),!1,n)) +break +case 3:j=a.cc()===1?B.d1:B.n2 +break +case 4:k=new A.mA(A.bc(a,b,A.H2(),!0,o)) +break +case 5:l=new A.mA(A.bc(a,b,A.H2(),!0,o)) +break +case 6:f=a.cc()===1?B.ek:B.hp +break +case 7:e=a.eT() +break +default:a.cl() +a.b1()}}if(i==null)i=new A.hT(A.a([A.zp(100,n)],t.q1)) +o=j==null?B.d1:j +h.toString +k.toString +l.toString +return new A.Mj(g,o,f,h,i,k,l,e)}, +aP2(a4,a5){var s,r,q,p,o,n=null,m=A.a([],t.jI),l=t.i,k=t.o,j=t.S,i=t.cU,h=n,g=h,f=g,e=f,d=e,c=d,b=c,a=b,a0=a,a1=a0,a2=0,a3=!1 +while(!0){s=a4.w +if(s===0)s=a4.aw() +if(!(s!==2&&s!==4&&s!==18))break +switch(a4.bw($.aIV())){case 0:a1=a4.c8() +break +case 1:a4.cB() +r=-1 +while(!0){s=a4.w +if(s===0)s=a4.aw() +if(!(s!==2&&s!==4&&s!==18))break +switch(a4.bw($.aIU())){case 0:r=a4.cc() +break +case 1:q=new A.yV(r) +a0=new A.Ht(A.aAT(A.bc(a4,a5,q.gT0(q),!1,i))) +break +default:a4.cl() +a4.b1()}}a4.cH() +break +case 2:a=new A.hT(A.bc(a4,a5,A.GY(),!1,j)) +break +case 3:b=a4.cc()===1?B.d1:B.n2 +break +case 4:c=new A.mA(A.bc(a4,a5,A.H2(),!0,k)) +break +case 5:d=new A.mA(A.bc(a4,a5,A.H2(),!0,k)) +break +case 6:e=new A.bR(A.bc(a4,a5,A.cl(),!1,l)) +break +case 7:f=B.tK[a4.cc()-1] +break +case 8:g=B.pp[a4.cc()-1] +break +case 9:a2=a4.b_() +break +case 10:a3=a4.eT() +break +case 11:a4.cm() +while(!0){s=a4.w +if(s===0)s=a4.aw() +if(!(s!==2&&s!==4&&s!==18))break +a4.cB() +p=n +o=p +while(!0){s=a4.w +if(s===0)s=a4.aw() +if(!(s!==2&&s!==4&&s!==18))break +switch(a4.bw($.aIT())){case 0:o=a4.c8() +break +case 1:p=new A.bR(A.bc(a4,a5,A.cl(),!1,l)) +break +default:a4.cl() +a4.b1()}}a4.cH() +if(o==="o")h=p +else if(o==="d"||o==="g"){p.toString +m.push(p)}}a4.cn() +if(m.length===1)m.push(m[0]) +break +default:a4.cl() +a4.b1()}}if(a==null)a=new A.hT(A.a([A.zp(100,j)],t.q1)) +l=b==null?B.d1:b +a0.toString +c.toString +d.toString +e.toString +return new A.Mk(a1,l,a0,a,c,d,e,f,g,a2,m,h,a3)}, +aXR(a){return B.d.am(A.act(a))}, +aD2(a){var s,r,q,p +a.cm() +s=B.d.am(a.b_()*255) +r=B.d.am(a.b_()*255) +q=B.d.am(a.b_()*255) +while(!0){p=a.w +if(p===0)p=a.aw() +if(!(p!==2&&p!==4&&p!==18))break +a.b1()}a.cn() +return A.M(255,s,r,q)}, +axz(a){var s=A.a([],t.yv) +a.cm() +for(;a.bq()===B.bQ;){a.cm() +s.push(A.i3(a)) +a.cn()}a.cn() +return s}, +i3(a){switch(a.bq().a){case 6:return A.aPk(a) +case 0:return A.aPj(a) +case 2:return A.aPl(a) +case 8:return B.f +case 1:case 3:case 4:case 5:case 7:case 9:throw A.c(A.bx("Unknown point starts with "+a.bq().j(0)))}}, +aPk(a){var s,r=a.b_(),q=a.b_() +while(!0){s=a.w +if(s===0)s=a.aw() +if(!(s!==2&&s!==4&&s!==18))break +a.b1()}return new A.i(r,q)}, +aPj(a){var s,r +a.cm() +s=a.b_() +r=a.b_() +for(;a.bq()!==B.kX;)a.b1() +a.cn() +return new A.i(s,r)}, +aPl(a){var s,r,q +a.cB() +s=0 +r=0 +while(!0){q=a.w +if(q===0)q=a.aw() +if(!(q!==2&&q!==4&&q!==18))break +switch(a.bw($.aIZ())){case 0:s=A.act(a) +break +case 1:r=A.act(a) +break +default:a.cl() +a.b1()}}a.cH() +return new A.i(s,r)}, +act(a){var s,r,q=a.bq() +switch(q.a){case 6:return a.b_() +case 0:a.cm() +s=a.b_() +while(!0){r=a.w +if(r===0)r=a.aw() +if(!(r!==2&&r!==4&&r!==18))break +a.b1()}a.cn() +return s +case 1:case 2:case 3:case 4:case 5:case 7:case 8:case 9:throw A.c(A.bx("Unknown value for token of type "+q.j(0)))}}, +bc(a,b,c,d,e){var s,r=A.a([],e.h("u>")) +if(a.bq()===B.i0){b.kL("Lottie doesn't support expressions.") +return r}a.cB() +while(!0){s=a.w +if(s===0)s=a.aw() +if(!(s!==2&&s!==4&&s!==18))break +switch(a.bw($.aJ0())){case 0:if(a.bq()===B.bQ){a.cm() +if(a.bq()===B.b9)r.push(A.acQ(a,b,c,!1,d,e)) +else while(!0){s=a.w +if(s===0)s=a.aw() +if(!(s!==2&&s!==4&&s!==18))break +r.push(A.acQ(a,b,c,!0,d,e))}a.cn()}else r.push(A.acQ(a,b,c,!1,d,e)) +break +default:a.b1()}}a.cH() +A.aD3(r) +return r}, +aD3(a){var s,r,q,p,o +for(s=a.length-1,r=0;r1)B.b.B(a,o)}, +aD6(b9,c0){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=null,b7=A.a([],t.cc),b8=A.a([],t.qa) +b9.cB() +s=t.i +r=c0.c +q=t.s +p=t.HU +o=c0.gacM() +n=b6 +m=n +l=m +k=l +j=k +i=j +h=i +g=h +f="UNSET" +e=B.jq +d=0 +c=0 +b=0 +a=B.D +a0=0 +a1=0 +a2=-1 +a3=1 +a4=0 +a5=0 +a6=0 +a7=!1 +a8=B.k1 +while(!0){a9=b9.w +if(a9===0)a9=b9.aw() +if(!(a9!==2&&a9!==4&&a9!==18))break +switch(b9.bw($.aJ2())){case 0:f=b9.c8() +break +case 1:d=b9.cc() +break +case 2:g=b9.c8() +break +case 3:b0=b9.cc() +e=b0<6?B.Tl[b0]:B.jq +break +case 4:a2=b9.cc() +break +case 5:c=b9.cc() +break +case 6:b=b9.cc() +break +case 7:a=A.aQ8(b9.c8(),o) +break +case 8:k=A.awC(b9,c0) +break +case 9:b1=b9.cc() +if(b1>=6){r.E(0,"Unsupported matte type: "+b1) +break}a8=B.NK[b1] +if(a8===B.zc)r.E(0,"Unsupported matte type: Luma") +else if(a8===B.zd)r.E(0,"Unsupported matte type: Luma Inverted");++c0.f +break +case 10:b9.cm() +while(!0){a9=b9.w +if(a9===0)a9=b9.aw() +if(!(a9!==2&&a9!==4&&a9!==18))break +b7.push(A.aPL(b9,c0))}c0.f+=b7.length +b9.cn() +break +case 11:b9.cm() +while(!0){a9=b9.w +if(a9===0)a9=b9.aw() +if(!(a9!==2&&a9!==4&&a9!==18))break +b2=A.awS(b9,c0) +if(b2!=null)b8.push(b2)}b9.cn() +break +case 12:b9.cB() +while(!0){a9=b9.w +if(a9===0)a9=b9.aw() +if(!(a9!==2&&a9!==4&&a9!==18))break +switch(b9.bw($.aJ3())){case 0:l=new A.a4h(A.bc(b9,c0,A.aX9(),!1,p)) +break +case 1:b9.cm() +a9=b9.w +if(a9===0)a9=b9.aw() +if(a9!==2&&a9!==4&&a9!==18)m=A.aMp(b9,c0) +while(!0){a9=b9.w +if(a9===0)a9=b9.aw() +if(!(a9!==2&&a9!==4&&a9!==18))break +b9.b1()}b9.cn() +break +default:b9.cl() +b9.b1()}}b9.cH() +break +case 13:b9.cm() +b3=A.a([],q) +while(!0){a9=b9.w +if(a9===0)a9=b9.aw() +if(!(a9!==2&&a9!==4&&a9!==18))break +b9.cB() +while(!0){a9=b9.w +if(a9===0)a9=b9.aw() +if(!(a9!==2&&a9!==4&&a9!==18))break +switch(b9.bw($.aJ1())){case 0:b4=b9.cc() +if(b4===29)i=A.aMA(b9,c0) +else if(b4===25)j=new A.a7O().akI(0,b9,c0) +break +case 1:b3.push(b9.c8()) +break +default:b9.cl() +b9.b1()}}b9.cH()}b9.cn() +r.E(0,"Lottie doesn't support layer effects. If you are using them for fills, strokes, trim paths etc. then try adding them directly as contents in your shape. Found: "+A.n(b3)) +break +case 14:a3=b9.b_() +break +case 15:a4=b9.b_() +break +case 16:a0=b9.cc() +break +case 17:a1=b9.cc() +break +case 18:a5=b9.b_() +break +case 19:a6=b9.b_() +break +case 20:n=new A.bR(A.bc(b9,c0,A.cl(),!1,s)) +break +case 21:h=b9.c8() +break +case 22:a7=b9.eT() +break +default:b9.cl() +b9.b1()}}b9.cH() +b5=A.a([],t.ML) +if(a5>0)b5.push(A.zo(c0,a5,0,b6,0,0,b6,b6,s)) +a6=a6>0?a6:c0.d.c +b5.push(A.zo(c0,a6,1,b6,a5,1,b6,b6,s)) +b5.push(A.zo(c0,17976931348623157e292,0,b6,a6,0,b6,b6,s)) +if(B.c.ip(f,".ai")||"ai"===h)c0.kL("Convert your Illustrator layers to shape layers.") +k.toString +return A.aD5(i,c0,j,d,b5,a7,e,b7,a8,f,a2,a1,a0,g,b8,a,b,c,a4,l,m,n,a3,k)}, +aPK(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=a.d +b.cB() +s=f.z +r=f.x +q=f.y +p=f.r +o=f.w +n=f.e +m=f.f +l=a.c +k=f.a +while(!0){j=b.w +if(j===0)j=b.aw() +if(!(j!==2&&j!==4&&j!==18))break +switch(b.bw($.aJ7())){case 0:i=b.cc() +k.c=i<0?A.aGp(i):i +break +case 1:h=b.cc() +k.d=h<0?A.aGp(h):h +break +case 2:f.b=b.b_() +break +case 3:f.c=b.b_()-0.01 +break +case 4:f.d=b.b_() +break +case 5:g=b.c8().split(".") +if(!A.aQ7(A.dn(g[0],null),A.dn(g[1],null),A.dn(g[2],null),4,4,0))l.E(0,"Lottie only supports bodymovin >= 4.4.0") +break +case 6:A.aPI(b,a,n,m) +break +case 7:A.aPF(b,a,p,o) +break +case 8:A.aPH(b,q) +break +case 9:A.aPG(b,a,r) +break +case 10:A.aPJ(b,a,s) +break +default:b.cl() +b.b1()}}return a}, +aPI(a,b,c,d){var s,r,q +a.cm() +s=0 +while(!0){r=a.w +if(r===0)r=a.aw() +if(!(r!==2&&r!==4&&r!==18))break +q=A.aD6(a,b) +if(q.e===B.nc)++s +c.push(q) +d.m(0,q.d,q)}if(s>4)b.kL("You have "+s+" images. Lottie should primarily be used with shapes. If you are using Adobe Illustrator, convert the Illustrator layers to shape layers.") +a.cn()}, +aPF(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i,h,g +a.cm() +s=t.fQ +r=t.S +q=t.kd +while(!0){p=a.w +if(p===0)p=a.aw() +if(!(p!==2&&p!==4&&p!==18))break +o=A.aR("id") +n=A.a([],s) +m=A.w(r,q) +a.cB() +l=0 +k=0 +j=null +i=null +while(!0){p=a.w +if(p===0)p=a.aw() +if(!(p!==2&&p!==4&&p!==18))break +switch(a.bw($.aJ4())){case 0:o.b=a.c8() +break +case 1:a.cm() +while(!0){p=a.w +if(p===0)p=a.aw() +if(!(p!==2&&p!==4&&p!==18))break +h=A.aD6(a,b) +m.m(0,h.d,h) +n.push(h)}a.cn() +break +case 2:l=a.cc() +break +case 3:k=a.cc() +break +case 4:j=a.c8() +break +case 5:i=a.c8() +break +default:a.cl() +a.b1()}}a.cH() +if(j!=null){g=o.b +if(g===o)A.J(A.ew(o.a)) +d.m(0,g,new A.Ni(l,k,g,j,i==null?"":i))}else{g=o.b +if(g===o)A.J(A.ew(o.a)) +c.m(0,g,n)}}a.cn()}, +aPH(a,b){var s,r +a.cB() +while(!0){s=a.w +if(s===0)s=a.aw() +if(!(s!==2&&s!==4&&s!==18))break +switch(a.bw($.aJ5())){case 0:a.cm() +while(!0){s=a.w +if(s===0)s=a.aw() +if(!(s!==2&&s!==4&&s!==18))break +r=A.aOJ(a) +b.m(0,r.b,r)}a.cn() +break +default:a.cl() +a.b1()}}a.cH()}, +aPG(a,b,c){var s,r +a.cm() +while(!0){s=a.w +if(s===0)s=a.aw() +if(!(s!==2&&s!==4&&s!==18))break +r=A.aOG(a,b) +c.m(0,31*(31*B.c.gu(r.b)+B.c.gu(r.f))+B.c.gu(r.e),r)}a.cn()}, +aPJ(a,b,c){var s +a.cm() +while(!0){s=a.w +if(s===0)s=a.aw() +if(!(s!==2&&s!==4&&s!==18))break +a.cB() +while(!0){s=a.w +if(s===0)s=a.aw() +if(!(s!==2&&s!==4&&s!==18))break +switch(a.bw($.aJ6())){case 0:a.c8() +break +case 1:a.b_() +break +case 2:a.b_() +break +default:a.cl() +a.b1()}}a.cH() +c.push(new A.Nm())}a.cn()}, +aPL(a,b){var s,r,q,p,o,n,m=A.aR("maskMode"),l=A.aR("maskPath"),k=A.aR("opacity") +a.cB() +s=t.S +r=t.hd +q=b.c +p=!1 +while(!0){o=a.w +if(o===0)o=a.aw() +if(!(o!==2&&o!==4&&o!==18))break +switch(a.SN()){case"mode":n=a.c8() +switch(n){case"a":m.b=B.z8 +break +case"s":m.b=B.WU +break +case"n":m.b=B.z9 +break +case"i":q.E(0,"Animation contains intersect masks. They are not supported but will be treated like add masks.") +m.b=B.WV +break +default:q.E(0,"Unknown mask mode "+n+". Defaulting to Add.") +m.b=B.z8}break +case"pt":l.b=new A.Hu(A.bc(a,b,A.aI6(),!1,r)) +break +case"o":k.b=new A.hT(A.bc(a,b,A.GY(),!1,s)) +break +case"inv":p=a.eT() +break +default:a.b1()}}a.cH() +return new A.Nn(m.aA(),l.aA(),k.aA(),p)}, +aQ4(a){var s,r=A.aR("mode"),q=!1 +while(!0){s=a.w +if(s===0)s=a.aw() +if(!(s!==2&&s!==4&&s!==18))break +switch(a.bw($.aJ8())){case 0:a.c8() +break +case 1:r.b=A.aQ5(a.cc()) +break +case 2:q=a.eT() +break +default:a.cl() +a.b1()}}return new A.Pi(r.aA(),q)}, +aPh(a,b,c,d){var s,r,q,p=new A.bZ("") +p.a=""+"$" +for(s=0;s=b.gp(b)&&a.iT(0,s-b.gp(b),s).k(0,b)))break +s-=b.gp(b)}return a.iT(0,0,s)}, +aBk(a,b){var s +if(b.a.length===0)return a +s=0 +while(!0){if(!(s<=a.gp(a)-b.gp(b)&&a.iT(0,s,s+b.gp(b)).k(0,b)))break +s+=b.gp(b)}return a.He(0,s)}, +aWp(a,b,c){return A.azf(a,A.azA(A.azj(),c),A.azi(),b)}, +azf(a,b,c,d){var s,r,q,p,o=A.cM(0,null,a.length,null,null),n=b.$1(d) +for(s=o,r=0;r>>24&255)/255 +r=b.gl(b) +q=b.gl(b) +p=b.gl(b) +o=c.gl(c) +n=c.gl(c) +m=c.gl(c) +l=c.gl(c) +k=A.yP((r>>>16&255)/255) +j=A.yP((q>>>8&255)/255) +i=A.yP((p&255)/255) +h=A.yP((n>>>16&255)/255) +g=A.yP((m>>>8&255)/255) +f=A.yP((l&255)/255) +l=A.axk(k+a*(h-k)) +m=A.axk(j+a*(g-j)) +n=A.axk(i+a*(f-i)) +return A.M(B.d.am((s+a*((o>>>24&255)/255-s))*255),B.d.am(l*255),B.d.am(m*255),B.d.am(n*255))}, +aQ6(a,b){var s,r,q,p,o,n,m,l,k,j,i +b.cj(0) +s=a.b +b.eS(0,s.a,s.b) +for(r=a.a,q=s,p=0;pd)return!0 +if(be)return!0 +return c>=f}, +aQ8(a,b){var s,r=a.length +if(r!==0&&a[0]==="#"){s=A.dn(B.c.bA(a,1),16) +if(r===7)s|=4278190080 +else if(r!==9){b.$1("Unknown color colorString: "+a) +return B.k}return new A.F(s>>>0)}b.$1("Unknown colorString is empty or format incorrect: "+a) +return B.k}, +adJ(a,b){var s=B.d.a9(a),r=B.d.a9(b) +return s-r*A.A0(s,r)}, +A0(a,b){var s=B.e.hw(a,b),r=B.e.gql(a),q=B.e.gql(b),p=B.e.c0(a,b) +return r!==q&&p!==0?s-1:s}, +aT9(a,b){var s,r,q +if(b.b)return +s=b.e +r=b.f +q=b.r +A.ayt(a,s.gl(s)/100,r.gl(r)/100,q.gl(q)/360)}, +ayt(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i="applyTrimPathIfNeeded" +A.dh(i) +s=a.oU() +r=A.af(s,!0,A.k(s).h("l.E")) +if(r.length===0){A.c4(i) +return}q=B.b.gL(r) +if(b===1&&c===0){A.c4(i) +return}p=q.gp(q) +if(p<1||Math.abs(c-b-1)<0.01){A.c4(i) +return}o=p*b +n=p*c +m=d*p +l=Math.min(o,n)+m +k=Math.max(o,n)+m +if(l>=p&&k>=p){l=A.adJ(l,p) +k=A.adJ(k,p)}if(l<0)l=A.adJ(l,p) +if(k<0)k=A.adJ(k,p) +if(l===k){a.cj(0) +A.c4(i) +return}if(l>=k)l-=p +j=q.xY(l,k) +if(k>p)j.j7(0,q.xY(0,B.d.c0(k,p)),B.f) +else if(l<0)j.j7(0,q.xY(p+l,p),B.f) +a.cj(0) +a.j7(0,j,B.f) +A.c4(i)}, +aXb(a){return A.a([new A.m_("GitHub",A.bm("https://github.com/LuckUVeryX",0,null),B.a89),new A.m_("LinkedIn",A.bm("https://www.linkedin.com/in/ryan-yip-luckuveryx/",0,null),B.a8a)],t.Sx)}, +aY0(a){return new A.m_("1.3521\xb0 N, 103.8198\xb0 E",A.bm("https://maps.app.goo.gl/f2s8ejFtpiUPTtmW6",0,null),B.a8b)}, +aYu(a){return new A.m_("Resume",A.bm("https://raw.githubusercontent.com/LuckUVeryX/luckuveryx.github.io/main/assets/ryan_yip_resume.pdf",0,null),B.a8c)}, +aYr(b1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1,a2=null,a3="App Store",a4="Google Play",a5="https://luckuveryx.github.io",a6="GitHub",a7="https://github.com/LuckUVeryX/vjchoir_archives",a8="https://github.com/LuckUVeryX/bubudex",a9=A.bm("https://glints.com",0,a2),b0=A.hD(2022,10,1,0,0,0,0,!1) +if(!A.dN(b0))A.J(A.dO(b0)) +s=t.ZP +r=A.a([new A.eT(a3,A.bm("https://apps.apple.com/us/app/glints-jobs-chat-hr-career/id1613169954",0,a2)),new A.eT(a4,A.bm("https://play.google.com/store/apps/details?id=com.glints.candidate",0,a2))],s) +q=A.bm(a5,0,a2) +p=A.hD(2023,10,1,0,0,0,0,!1) +if(!A.dN(p))A.J(A.dO(p)) +o=A.a([new A.eT("Website",A.bm(a5,0,a2)),new A.eT(a6,A.bm("https://github.com/LuckUVeryX/luckuveryx.github.io",0,a2))],s) +n=A.bm("https://evolve-mma.com/",0,a2) +m=A.hD(2023,5,1,0,0,0,0,!1) +if(!A.dN(m))A.J(A.dO(m)) +l=A.a([new A.eT(a4,A.bm("https://play.google.com/store/apps/details?id=com.evolve.evlve",0,a2)),new A.eT("TestFlight",A.bm("https://testflight.apple.com/join/eS0JF0F1",0,a2)),new A.eT(a6,A.bm("https://github.com/LuckUVeryX/evlve",0,a2))],s) +k=A.bm("https://sg.osim.com",0,a2) +j=A.hD(2021,11,1,0,0,0,0,!1) +if(!A.dN(j))A.J(A.dO(j)) +i=A.hD(2022,10,1,0,0,0,0,!1) +if(!A.dN(i))A.J(A.dO(i)) +h=A.a([new A.eT(a3,A.bm("https://apps.apple.com/sg/app/osim-well-being/id1588337384",0,a2)),new A.eT(a4,A.bm("https://play.google.com/store/apps/details?id=com.osim.oneapp&hl=en&gl=US",0,a2))],s) +g=A.bm("https://www.scratchbac.com",0,a2) +f=A.hD(2020,9,1,0,0,0,0,!1) +if(!A.dN(f))A.J(A.dO(f)) +e=A.hD(2021,11,1,0,0,0,0,!1) +if(!A.dN(e))A.J(A.dO(e)) +d=A.a([new A.eT(a3,A.bm("https://apps.apple.com/sg/app/scratchbac/id1587462661",0,a2)),new A.eT(a4,A.bm("https://play.google.com/store/apps/details?id=com.scratchbac.baladi",0,a2))],s) +c=A.bm(a7,0,a2) +b=A.hD(2022,9,1,0,0,0,0,!1) +if(!A.dN(b))A.J(A.dO(b)) +a=A.a([new A.eT(a6,A.bm(a7,0,a2))],s) +a0=A.bm(a8,0,a2) +a1=A.hD(2021,10,1,0,0,0,0,!1) +if(!A.dN(a1))A.J(A.dO(a1)) +return A.a([new A.Mb("Glints",a9,new A.c2(b0,!1),a2,r),new A.Qa("Portfolio",q,new A.c2(p,!1),a2,o),new A.LF("Evlve MMA",n,new A.c2(m,!1),a2,l),new A.PP("Osim",k,new A.c2(j,!1),new A.c2(i,!1),h),new A.Rn("Scratchbac",g,new A.c2(f,!1),new A.c2(e,!1),d),new A.Te("VJ Choir Archives",c,new A.c2(b,!1),a2,a),new A.Ik("Bubudex",a0,new A.c2(a1,!1),a2,A.a([new A.eT(a6,A.bm(a8,0,a2))],s))],t.th)}, +azp(){var s,r,q,p,o=null +try{o=A.ays()}catch(s){if(t.VI.b(A.ag(s))){r=$.auo +if(r!=null)return r +throw s}else throw s}if(J.d(o,$.aGs)){r=$.auo +r.toString +return r}$.aGs=o +if($.aA1()===$.wU())r=$.auo=o.af(".").j(0) +else{q=o.Gw() +p=q.length-1 +r=$.auo=p===0?q:B.c.T(q,0,p)}return r}, +aHD(a){var s +if(!(a>=65&&a<=90))s=a>=97&&a<=122 +else s=!0 +return s}, +aHF(a,b){var s=a.length,r=b+2 +if(sr){p.Bb() +p.b=A.c7(A.bT(0,0,0,r-q,0),p.gD7())}p.c=a}, +Bb(){var s=this.b +if(s!=null)s.b8(0) +this.b=null}, +abw(){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.c7(A.bT(0,0,0,q-p,0),s.gD7())}} +A.a4k.prototype={ +oN(){var s=0,r=A.a5(t.H),q=this,p +var $async$oN=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:s=2 +return A.ad(q.a.$0(),$async$oN) +case 2:p=q.b.$0() +s=3 +return A.ad(t.L0.b(p)?p:A.h8(p,t.z),$async$oN) +case 3:return A.a3(null,r)}}) +return A.a4($async$oN,r)}, +akX(){return A.aOz(new A.a4m(this),new A.a4n(this))}, +a9b(){return A.aOy(new A.a4l(this))}} +A.a4m.prototype={ +$0(){var s=0,r=A.a5(t.e),q,p=this +var $async$$0=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:s=3 +return A.ad(p.a.oN(),$async$$0) +case 3:q=t.e.a({}) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$$0,r)}, +$S:363} +A.a4n.prototype={ +$1(a){return this.UA(a)}, +$0(){return this.$1(null)}, +UA(a){var s=0,r=A.a5(t.e),q,p=this,o +var $async$$1=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:o=p.a +s=3 +return A.ad(o.a.$1(a),$async$$1) +case 3:q=o.a9b() +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$$1,r)}, +$S:113} +A.a4l.prototype={ +$1(a){return this.Uz(a)}, +$0(){return this.$1(null)}, +Uz(a){var s=0,r=A.a5(t.e),q,p=this,o +var $async$$1=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:o=p.a.b.$0() +s=3 +return A.ad(t.L0.b(o)?o:A.h8(o,t.z),$async$$1) +case 3:q=t.e.a({}) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$$1,r)}, +$S:113} +A.xw.prototype={ +K(){return"BrowserEngine."+this.b}} +A.lw.prototype={ +K(){return"OperatingSystem."+this.b}} +A.hj.prototype={ +EE(a,b,c,d){var s,r,q,p,o=d.ay,n=this.a,m=a.b +if(o===B.jh){m===$&&A.b() +m=m.a +m===$&&A.b() +m=m.a +m.toString +A.fL(n,"drawImageRectCubic",[m,A.fh(b),A.fh(c),0.3333333333333333,0.3333333333333333,d.a])}else{m===$&&A.b() +m=m.a +m===$&&A.b() +m=m.a +m.toString +s=A.fh(b) +r=A.fh(c) +q=o===B.fd?$.bP.bU().FilterMode.Nearest:$.bP.bU().FilterMode.Linear +p=o===B.mW?$.bP.bU().MipmapMode.Linear:$.bP.bU().MipmapMode.None +A.fL(n,"drawImageRectOptions",[m,s,r,q,p,d.a])}}, +eC(a,b){var s=b==null?null:b.a +A.ayd(this.a,s,A.fh(a),null,null)}, +A9(a,b,c){t.p1.a(b) +b.Fl(new A.a5Y(this,c,a))}} +A.a5Y.prototype={ +$1(a){A.ayd(this.a.a,this.b.a,A.fh(this.c),a,0)}, +$S:1} +A.auf.prototype={ +$1(a){var s=$.cC +s=(s==null?$.cC=A.fT(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/74d16627b940bb15e50891f82cad6c3e3465bd6d/":s)+a}, +$S:70} +A.aut.prototype={ +$1(a){this.a.remove() +this.b.e2(0,!0)}, +$S:1} +A.aus.prototype={ +$1(a){this.a.remove() +this.b.e2(0,!1)}, +$S:1} +A.a5C.prototype={ +cR(a){B.d.a9(this.a.a.save())}, +eC(a,b){var s=t.qo,r=this.a +if(a==null){s.a(b) +A.ayd(r.a,b.a,null,null,null)}else r.eC(a,s.a(b))}, +bH(a){this.a.a.restore()}, +ba(a,b,c){this.a.a.translate(b,c)}, +jC(a,b,c){this.a.a.scale(b,c) +return null}, +TR(a,b){this.a.a.rotate(b*180/3.141592653589793,0,0)}, +a7(a,b){this.a.a.concat(A.aIc(A.H5(b)))}, +Q2(a,b,c){this.a.a.clipRect(A.fh(a),$.aAl()[b.a],c)}, +adR(a,b){return this.Q2(a,B.iD,b)}, +rH(a){return this.Q2(a,B.iD,!0)}, +Q1(a,b){this.a.a.clipRRect(A.H6(a),$.a3J(),b)}, +adO(a){return this.Q1(a,!0)}, +Q0(a,b,c){var s=t.E_.a(b).a +s===$&&A.b() +s=s.a +s.toString +this.a.a.clipPath(s,$.a3J(),c)}, +Q_(a,b){return this.Q0(a,b,!0)}, +n4(a,b,c){A.fL(this.a.a,"drawLine",[a.a,a.b,b.a,b.b,t.qo.a(c).a])}, +R5(a){this.a.a.drawPaint(t.qo.a(a).a)}, +dv(a,b){t.qo.a(b) +this.a.a.drawRect(A.fh(a),b.a)}, +dK(a,b){t.qo.a(b) +this.a.a.drawRRect(A.H6(a),b.a)}, +EC(a,b,c){t.qo.a(c) +this.a.a.drawDRRect(A.H6(a),A.H6(b),c.a)}, +R4(a,b){t.qo.a(b) +this.a.a.drawOval(A.fh(a),b.a)}, +kV(a,b,c){this.a.a.drawCircle(a.a,a.b,b,t.qo.a(c).a)}, +d0(a,b){var s +t.E_.a(a) +t.qo.a(b) +s=a.a +s===$&&A.b() +s=s.a +s.toString +this.a.a.drawPath(s,b.a)}, +EE(a,b,c,d){this.a.EE(t.XY.a(a),b,c,t.qo.a(d))}, +R6(a,b){var s=t.z7.a(a).a +s===$&&A.b() +s=s.a +s.toString +this.a.a.drawParagraph(s,b.a,b.b)}, +EF(a,b,c,d){var s,r,q,p,o,n,m,l +t.E_.a(a) +$.dr() +s=$.dq().d +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}r=d?5:4 +q=A.M(B.d.am((b.gl(b)>>>24&255)*0.039),b.gl(b)>>>16&255,b.gl(b)>>>8&255,b.gl(b)&255) +p=A.M(B.d.am((b.gl(b)>>>24&255)*0.25),b.gl(b)>>>16&255,b.gl(b)>>>8&255,b.gl(b)&255) +o=t.e.a({ambient:A.wO(q),spot:A.wO(p)}) +n=$.bP.bU().computeTonalColors(o) +m=a.a +m===$&&A.b() +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.fL(this.a.a,"drawShadow",[m,l,s,1.3333333333333333,n.ambient,n.spot,r|4])}} +A.Mv.prototype={ +UX(){var s=this.b.a +return new A.S(s,new A.abt(),A.a1(s).h("S<1,hj>"))}, +a12(a){var s,r,q,p,o,n,m=this.Q +if(m.ai(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.cd(new A.eH(s.children,p),p.h("l.E"),t.e),s=J.aj(p.a),p=A.k(p),p=p.h("@<1>").an(p.z[1]).z[1];s.q();){o=p.a(s.gG(s)) +if(q.t(0,o.id))r.push(o)}for(s=r.length,n=0;n") +a2.R1(A.fw(new A.aZ(m,new A.abu(a4),k),k.h("l.E"))) +B.b.R(a3,s) +h.Tu(s) +a3=a4.c +if(a3){m=a4.d +m.toString +m=a2.d.i(0,m) +g=m.gzD(m)}else g=null +for(m=a4.b,k=m.length,f=a2.d,e=$.dA.a,j=0;j") +q=A.af(new A.S(s,new A.abq(),r),!0,r.h("bd.E")) +if(q.length>A.lU().b-1)B.b.fG(q) +r=m.ga6v() +p=m.e +if(l){l=A.lU() +o=l.d +B.b.R(l.e,o) +B.b.a2(o) +p.a2(0) +B.b.ah(q,r)}else{l=A.k(p).h("bf<1>") +n=A.af(new A.bf(p,l),!0,l.h("l.E")) +new A.aZ(n,new A.abr(q),A.a1(n).h("aZ<1>")).ah(0,m.ga9x()) +new A.aZ(q,new A.abs(m),A.a1(q).h("aZ<1>")).ah(0,r)}}, +UY(a){var s,r,q,p,o,n,m,l,k=A.lU().b-1 +if(k===0)return B.QY +s=A.a([],t.jT) +r=t.t +q=new A.nx(A.a([],r),!1) +for(p=0;p")) +return new A.dE(s,s.gp(s))}} +A.Ls.prototype={} +A.kw.prototype={} +A.avi.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.d(r[p],s[s.length-1-q]))return o +if(q===s.length-1){s=r.length +if(a===s-1)return new A.kw(B.b.bI(r,0,s-q-1),B.dU,!1,o) +else if(a===q)return new A.kw(B.b.ea(r,a+1),B.dU,!1,o) +else return o}}return new A.kw(B.b.ea(r,a+1),B.b.bI(s,0,s.length-1-a),!0,B.b.gL(r))}, +$S:115} +A.RW.prototype={ +gRB(){var s,r=this.b +if(r===$){s=$.cC +s=(s==null?$.cC=A.fT(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.aOI(new A.ak5(this),A.a([A.P("Noto Sans","notosans/v30/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.ttf",!0),A.P("Noto Color Emoji","notocoloremoji/v25/Yq6P-KqIXTD0t4D9z1ESnKM3-HpFab5s79iz64w.ttf",s),A.P("Noto Emoji","notoemoji/v39/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-r0jwvS-FGJCMY.ttf",!s),A.P("Noto Sans Symbols","notosanssymbols/v40/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ8gavVFRkzrbQ.ttf",!0),A.P("Noto Sans Symbols 2","notosanssymbols2/v21/I_uyMoGduATTei9eI8daxVHDyfisHr71ypPqfX71-AI.ttf",!0),A.P("Noto Sans Adlam","notosansadlam/v21/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufnv0TGnBZLwhuvk.ttf",!0),A.P("Noto Sans Anatolian Hieroglyphs","notosansanatolianhieroglyphs/v16/ijw9s4roRME5LLRxjsRb8A0gKPSWq4BbDmHHu6j2pEtUJzZWXybIymc5QYo.ttf",!0),A.P("Noto Sans Arabic","notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyvu3CBFQLaig.ttf",!0),A.P("Noto Sans Armenian","notosansarmenian/v42/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxb60iYy6zF3Eg.ttf",!0),A.P("Noto Sans Avestan","notosansavestan/v20/bWti7ejKfBziStx7lIzKOLQZKhIJkyu9SASLji8U.ttf",!0),A.P("Noto Sans Balinese","notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov7fdhE5Vd222PPY.ttf",!0),A.P("Noto Sans Bamum","notosansbamum/v26/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEddO-_gLykxEkxA.ttf",!0),A.P("Noto Sans Bassa Vah","notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MaAc6p34gH-GD7.ttf",!0),A.P("Noto Sans Batak","notosansbatak/v16/gok2H6TwAEdtF9N8-mdTCQvT-Zdgo4_PHuk74A.ttf",!0),A.P("Noto Sans Bengali","notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLudCk8izI0lc.ttf",!0),A.P("Noto Sans Bhaiksuki","notosansbhaiksuki/v15/UcC63EosKniBH4iELXATsSBWdvUHXxhj8rLUdU4wh9U.ttf",!0),A.P("Noto Sans Brahmi","notosansbrahmi/v18/vEFK2-VODB8RrNDvZSUmQQIIByV18tK1W77HtMo.ttf",!0),A.P("Noto Sans Buginese","notosansbuginese/v18/esDM30ldNv-KYGGJpKGk18phe_7Da6_gtfuEXLmNtw.ttf",!0),A.P("Noto Sans Buhid","notosansbuhid/v18/Dxxy8jiXMW75w3OmoDXVWJD7YwzAe6tgnaFoGA.ttf",!0),A.P("Noto Sans Canadian Aboriginal","notosanscanadianaboriginal/v21/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLn_yAsg0q0uhQ.ttf",!0),A.P("Noto Sans Carian","notosanscarian/v16/LDIpaoiONgYwA9Yc6f0gUILeMIOgs7ob9yGLmfI.ttf",!0),A.P("Noto Sans Caucasian Albanian","notosanscaucasianalbanian/v16/nKKA-HM_FYFRJvXzVXaANsU0VzsAc46QGOkWytlTs-TXrYDmoVmRSZo.ttf",!0),A.P("Noto Sans Chakma","notosanschakma/v17/Y4GQYbJ8VTEp4t3MKJSMjg5OIzhi4JjTQhYBeYo.ttf",!0),A.P("Noto Sans Cham","notosanscham/v27/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcERwcv7GykboaLg.ttf",!0),A.P("Noto Sans Cherokee","notosanscherokee/v19/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5PDkm5rAffjl0.ttf",!0),A.P("Noto Sans Coptic","notosanscoptic/v17/iJWfBWmUZi_OHPqn4wq6kgqumOEd78u_VG0xR4Y.ttf",!0),A.P("Noto Sans Cuneiform","notosanscuneiform/v17/bMrrmTWK7YY-MF22aHGGd7H8PhJtvBDWgb9JlRQueeQ.ttf",!0),A.P("Noto Sans Cypriot","notosanscypriot/v15/8AtzGta9PYqQDjyp79a6f8Cj-3a3cxIsK5MPpahF.ttf",!0),A.P("Noto Sans Deseret","notosansdeseret/v17/MwQsbgPp1eKH6QsAVuFb9AZM6MMr2Vq9ZnJSZtQG.ttf",!0),A.P("Noto Sans Devanagari","notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQly-AzoFoW4Ow.ttf",!0),A.P("Noto Sans Duployan","notosansduployan/v17/gokzH7nwAEdtF9N8-mdTDx_X9JM5wsvrFsIn6WYDvA.ttf",!0),A.P("Noto Sans Egyptian Hieroglyphs","notosansegyptianhieroglyphs/v28/vEF42-tODB8RrNDvZSUmRhcQHzx1s7y_F9-j3qSzEcbEYindSVK8xRg7iw.ttf",!0),A.P("Noto Sans Elbasan","notosanselbasan/v16/-F6rfiZqLzI2JPCgQBnw400qp1trvHdlre4dFcFh.ttf",!0),A.P("Noto Sans Elymaic","notosanselymaic/v15/UqyKK9YTJW5liNMhTMqe9vUFP65ZD4AjWOT0zi2V.ttf",!0),A.P("Noto Sans Georgian","notosansgeorgian/v42/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzFj-f5WK0OQV.ttf",!0),A.P("Noto Sans Glagolitic","notosansglagolitic/v17/1q2ZY4-BBFBst88SU_tOj4J-4yuNF_HI4ERK4Amu7nM1.ttf",!0),A.P("Noto Sans Gothic","notosansgothic/v16/TuGKUUVzXI5FBtUq5a8bj6wRbzxTFMX40kFQRx0.ttf",!0),A.P("Noto Sans Grantha","notosansgrantha/v17/3y976akwcCjmsU8NDyrKo3IQfQ4o-r8cFeulHc6N.ttf",!0),A.P("Noto Sans Gujarati","notosansgujarati/v23/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFwPM_OdiEH0s.ttf",!0),A.P("Noto Sans Gunjala Gondi","notosansgunjalagondi/v17/bWto7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5hcVXYMTK4q1.ttf",!0),A.P("Noto Sans Gurmukhi","notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1OenbxZ_trdp7h.ttf",!0),A.P("Noto Sans HK","notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qHB--oWTiYjNvVA.ttf",!0),A.P("Noto Sans Hanunoo","notosanshanunoo/v17/f0Xs0fCv8dxkDWlZSoXOj6CphMloFsEsEpgL_ix2.ttf",!0),A.P("Noto Sans Hatran","notosanshatran/v16/A2BBn4Ne0RgnVF3Lnko-0sOBIfL_mM83r1nwzDs.ttf",!0),A.P("Noto Sans Hebrew","notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qtoiJltutR2g.ttf",!0),A.P("Noto Sans Imperial Aramaic","notosansimperialaramaic/v16/a8IMNpjwKmHXpgXbMIsbTc_kvks91LlLetBr5itQrtdml3YfPNno.ttf",!0),A.P("Noto Sans Indic Siyaq Numbers","notosansindicsiyaqnumbers/v16/6xK5dTJFKcWIu4bpRBjRZRpsIYHabOeZ8UZLubTzpXNHKx2WPOpVd5Iu.ttf",!0),A.P("Noto Sans Inscriptional Pahlavi","notosansinscriptionalpahlavi/v16/ll8UK3GaVDuxR-TEqFPIbsR79Xxz9WEKbwsjpz7VklYlC7FCVtqVOAYK0QA.ttf",!0),A.P("Noto Sans Inscriptional Parthian","notosansinscriptionalparthian/v16/k3k7o-IMPvpLmixcA63oYi-yStDkgXuXncL7dzfW3P4TAJ2yklBJ2jNkLlLr.ttf",!0),A.P("Noto Sans JP","notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75vY0rw-oME.ttf",!0),A.P("Noto Sans Javanese","notosansjavanese/v21/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxJnkFFliZYWj4O8.ttf",!0),A.P("Noto Sans KR","notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuoyeLTq8H4hfeE.ttf",!0),A.P("Noto Sans Kaithi","notosanskaithi/v18/buEtppS9f8_vkXadMBJJu0tWjLwjQi0KdoZIKlo.ttf",!0),A.P("Noto Sans Kannada","notosanskannada/v26/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvNzSIMLsPKrkY.ttf",!0),A.P("Noto Sans Kayah Li","notosanskayahli/v20/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WCc3CZH4EXLuKVM.ttf",!0),A.P("Noto Sans Kharoshthi","notosanskharoshthi/v16/Fh4qPiLjKS30-P4-pGMMXCCfvkc5Vd7KE5z4rFyx5mR1.ttf",!0),A.P("Noto Sans Khmer","notosanskhmer/v23/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAJz4kAbrddiA.ttf",!0),A.P("Noto Sans Khojki","notosanskhojki/v16/-nFnOHM29Oofr2wohFbTuPPKVWpmK_d709jy92k.ttf",!0),A.P("Noto Sans Khudawadi","notosanskhudawadi/v18/fdNi9t6ZsWBZ2k5ltHN73zZ5hc8HANlHIjRnVVXz9MY.ttf",!0),A.P("Noto Sans Lao","notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccbdf5MK3riB2w.ttf",!0),A.P("Noto Sans Lepcha","notosanslepcha/v16/0QI7MWlB_JWgA166SKhu05TekNS32AJstqBXgd4.ttf",!0),A.P("Noto Sans Limbu","notosanslimbu/v22/3JnlSDv90Gmq2mrzckOBBRRoNJVj0MF3OHRDnA.ttf",!0),A.P("Noto Sans Linear A","notosanslineara/v18/oPWS_l16kP4jCuhpgEGmwJOiA18FZj22zmHQAGQicw.ttf",!0),A.P("Noto Sans Linear B","notosanslinearb/v17/HhyJU4wt9vSgfHoORYOiXOckKNB737IV3BkFTq4EPw.ttf",!0),A.P("Noto Sans Lisu","notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP2Vwt29IlxkVdig.ttf",!0),A.P("Noto Sans Lycian","notosanslycian/v15/QldVNSNMqAsHtsJ7UmqxBQA9r8wA5_naCJwn00E.ttf",!0),A.P("Noto Sans Lydian","notosanslydian/v17/c4m71mVzGN7s8FmIukZJ1v4ZlcPReUPXMoIjEQI.ttf",!0),A.P("Noto Sans Mahajani","notosansmahajani/v17/-F6sfiVqLzI2JPCgQBnw60Agp0JrvD5Fh8ARHNh4zg.ttf",!0),A.P("Noto Sans Malayalam","notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuD9BFzEr6HxEA.ttf",!0),A.P("Noto Sans Mandaic","notosansmandaic/v16/cIfnMbdWt1w_HgCcilqhKQBo_OsMI5_A_gMk0izH.ttf",!0),A.P("Noto Sans Manichaean","notosansmanichaean/v17/taiVGntiC4--qtsfi4Jp9-_GkPZZCcrfekqCNTtFCtdX.ttf",!0),A.P("Noto Sans Marchen","notosansmarchen/v19/aFTO7OZ_Y282EP-WyG6QTOX_C8WZMHhPk652ZaHk.ttf",!0),A.P("Noto Sans Masaram Gondi","notosansmasaramgondi/v17/6xK_dThFKcWIu4bpRBjRYRV7KZCbUq6n_1kPnuGe7RI9WSWX.ttf",!0),A.P("Noto Sans Math","notosansmath/v15/7Aump_cpkSecTWaHRlH2hyV5UHkG-V048PW0.ttf",!0),A.P("Noto Sans Mayan Numerals","notosansmayannumerals/v16/PlIuFk25O6RzLfvNNVSivR09_KqYMwvvDKYjfIiE68oo6eepYQ.ttf",!0),A.P("Noto Sans Medefaidrin","notosansmedefaidrin/v22/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmErWlT318e5A3rw.ttf",!0),A.P("Noto Sans Meetei Mayek","notosansmeeteimayek/v14/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ_vTW5PgeFYVa.ttf",!0),A.P("Noto Sans Meroitic","notosansmeroitic/v17/IFS5HfRJndhE3P4b5jnZ3ITPvC6i00UDgDhTiKY9KQ.ttf",!0),A.P("Noto Sans Miao","notosansmiao/v17/Dxxz8jmXMW75w3OmoDXVV4zyZUjgUYVslLhx.ttf",!0),A.P("Noto Sans Modi","notosansmodi/v20/pe03MIySN5pO62Z5YkFyT7jeav5qWVAgVol-.ttf",!0),A.P("Noto Sans Mongolian","notosansmongolian/v17/VdGCAYADGIwE0EopZx8xQfHlgEAMsrToxLsg6-av1x0.ttf",!0),A.P("Noto Sans Mro","notosansmro/v18/qWcsB6--pZv9TqnUQMhe9b39WDzRtjkho4M.ttf",!0),A.P("Noto Sans Multani","notosansmultani/v20/9Bty3ClF38_RfOpe1gCaZ8p30BOFO1A0pfCs5Kos.ttf",!0),A.P("Noto Sans Myanmar","notosansmyanmar/v20/AlZq_y1ZtY3ymOryg38hOCSdOnFq0En23OU4o1AC.ttf",!0),A.P("Noto Sans NKo","notosansnko/v2/esDX31ZdNv-KYGGJpKGk2_RpMpCMHMLBrdA.ttf",!0),A.P("Noto Sans Nabataean","notosansnabataean/v16/IFS4HfVJndhE3P4b5jnZ34DfsjO330dNoBJ9hK8kMK4.ttf",!0),A.P("Noto Sans New Tai Lue","notosansnewtailue/v20/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdeXAYUbghFPKzeY.ttf",!0),A.P("Noto Sans Newa","notosansnewa/v16/7r3fqXp6utEsO9pI4f8ok8sWg8n_qN4R5lNU.ttf",!0),A.P("Noto Sans Nushu","notosansnushu/v19/rnCw-xRQ3B7652emAbAe_Ai1IYaFWFAMArZKqQ.ttf",!0),A.P("Noto Sans Ogham","notosansogham/v17/kmKlZqk1GBDGN0mY6k5lmEmww4hrt5laQxcoCA.ttf",!0),A.P("Noto Sans Ol Chiki","notosansolchiki/v21/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALWk267I6gVrz5gQ.ttf",!0),A.P("Noto Sans Old Hungarian","notosansoldhungarian/v16/E213_cD6hP3GwCJPEUssHEM0KqLaHJXg2PiIgRfjbg5nCYXt.ttf",!0),A.P("Noto Sans Old Italic","notosansolditalic/v16/TuGOUUFzXI5FBtUq5a8bh68BJxxEVam7tWlRdRhtCC4d.ttf",!0),A.P("Noto Sans Old North Arabian","notosansoldnortharabian/v16/esDF30BdNv-KYGGJpKGk2tNiMt7Jar6olZDyNdr81zBQmUo_xw4ABw.ttf",!0),A.P("Noto Sans Old Permic","notosansoldpermic/v17/snf1s1q1-dF8pli1TesqcbUY4Mr-ElrwKLdXgv_dKYB5.ttf",!0),A.P("Noto Sans Old Persian","notosansoldpersian/v16/wEOjEAbNnc5caQTFG18FHrZr9Bp6-8CmIJ_tqOlQfx9CjA.ttf",!0),A.P("Noto Sans Old Sogdian","notosansoldsogdian/v16/3JnjSCH90Gmq2mrzckOBBhFhdrMst48aURt7neIqM-9uyg.ttf",!0),A.P("Noto Sans Old South Arabian","notosansoldsoutharabian/v16/3qT5oiOhnSyU8TNFIdhZTice3hB_HWKsEnF--0XCHiKx1OtDT9HwTA.ttf",!0),A.P("Noto Sans Old Turkic","notosansoldturkic/v16/yMJNMJVya43H0SUF_WmcGEQVqoEMKDKbsE2RjEw-Vyws.ttf",!0),A.P("Noto Sans Oriya","notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0f6_c6LhHBRe-.ttf",!0),A.P("Noto Sans Osage","notosansosage/v18/oPWX_kB6kP4jCuhpgEGmw4mtAVtXRlaSxkrMCQ.ttf",!0),A.P("Noto Sans Osmanya","notosansosmanya/v18/8vIS7xs32H97qzQKnzfeWzUyUpOJmz6kR47NCV5Z.ttf",!0),A.P("Noto Sans Pahawh Hmong","notosanspahawhhmong/v18/bWtp7e_KfBziStx7lIzKKaMUOBEA3UPQDW7krzc_c48aMpM.ttf",!0),A.P("Noto Sans Palmyrene","notosanspalmyrene/v16/ZgNPjOdKPa7CHqq0h37c_ASCWvH93SFCPnK5ZpdNtcA.ttf",!0),A.P("Noto Sans Pau Cin Hau","notosanspaucinhau/v20/x3d-cl3IZKmUqiMg_9wBLLtzl22EayN7ehIdjEWqKMxsKw.ttf",!0),A.P("Noto Sans Phags Pa","notosansphagspa/v15/pxiZyoo6v8ZYyWh5WuPeJzMkd4SrGChkqkSsrvNXiA.ttf",!0),A.P("Noto Sans Phoenician","notosansphoenician/v17/jizFRF9Ksm4Bt9PvcTaEkIHiTVtxmFtS5X7Jot-p5561.ttf",!0),A.P("Noto Sans Psalter Pahlavi","notosanspsalterpahlavi/v16/rP2Vp3K65FkAtHfwd-eISGznYihzggmsicPfud3w1G3KsUQBct4.ttf",!0),A.P("Noto Sans Rejang","notosansrejang/v18/Ktk2AKuMeZjqPnXgyqrib7DIogqwN4O3WYZB_sU.ttf",!0),A.P("Noto Sans Runic","notosansrunic/v17/H4c_BXWPl9DZ0Xe_nHUaus7W68WWaxpvHtgIYg.ttf",!0),A.P("Noto Sans SC","notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_FnYxNbPzS5HE.ttf",!0),A.P("Noto Sans Saurashtra","notosanssaurashtra/v19/ea8GacQ0Wfz_XKWXe6OtoA8w8zvmYwTef9ndjhPTSIx9.ttf",!0),A.P("Noto Sans Sharada","notosanssharada/v16/gok0H7rwAEdtF9N8-mdTGALG6p0kwoXLPOwr4H8a.ttf",!0),A.P("Noto Sans Shavian","notosansshavian/v17/CHy5V_HZE0jxJBQlqAeCKjJvQBNF4EFQSplv2Cwg.ttf",!0),A.P("Noto Sans Siddham","notosanssiddham/v17/OZpZg-FwqiNLe9PELUikxTWDoCCeGqndk3Ic92ZH.ttf",!0),A.P("Noto Sans Sinhala","notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2a5lgLpJwbQRM.ttf",!0),A.P("Noto Sans Sogdian","notosanssogdian/v16/taiQGn5iC4--qtsfi4Jp6eHPnfxQBo--Pm6KHidM.ttf",!0),A.P("Noto Sans Sora Sompeng","notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHR818DpZXJQd4Mu.ttf",!0),A.P("Noto Sans Soyombo","notosanssoyombo/v17/RWmSoL-Y6-8q5LTtXs6MF6q7xsxgY0FrIFOcK25W.ttf",!0),A.P("Noto Sans Sundanese","notosanssundanese/v24/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxpNNHCizv7fQES.ttf",!0),A.P("Noto Sans Syloti Nagri","notosanssylotinagri/v20/uU9eCAQZ75uhfF9UoWDRiY3q7Sf_VFV3m4dGFVfxN87gsj0.ttf",!0),A.P("Noto Sans Syriac","notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-VD9MaJyZfUL_FC.ttf",!0),A.P("Noto Sans TC","notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cy_CpOtma3uNQ.ttf",!0),A.P("Noto Sans Tagalog","notosanstagalog/v18/J7aFnoNzCnFcV9ZI-sUYuvote1R0wwEAA8jHexnL.ttf",!0),A.P("Noto Sans Tagbanwa","notosanstagbanwa/v18/Y4GWYbB8VTEp4t3MKJSMmQdIKjRtt_nZRjQEaYpGoQ.ttf",!0),A.P("Noto Sans Tai Le","notosanstaile/v17/vEFK2-VODB8RrNDvZSUmVxEATwR58tK1W77HtMo.ttf",!0),A.P("Noto Sans Tai Tham","notosanstaitham/v19/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBCUbPgquyaRGKMw.ttf",!0),A.P("Noto Sans Tai Viet","notosanstaiviet/v16/8QIUdj3HhN_lv4jf9vsE-9GMOLsaSPZr644fWsRO9w.ttf",!0),A.P("Noto Sans Takri","notosanstakri/v23/TuGJUVpzXI5FBtUq5a8bnKIOdTwQNO_W3khJXg.ttf",!0),A.P("Noto Sans Tamil","notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGo70RqKDt_EvT.ttf",!0),A.P("Noto Sans Tamil Supplement","notosanstamilsupplement/v21/DdTz78kEtnooLS5rXF1DaruiCd_bFp_Ph4sGcn7ax_vsAeMkeq1x.ttf",!0),A.P("Noto Sans Telugu","notosanstelugu/v25/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezbqQUbf-3v37w.ttf",!0),A.P("Noto Sans Thaana","notosansthaana/v23/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbhLhnu4-tbNu.ttf",!0),A.P("Noto Sans Thai","notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RtpzF-QRvzzXg.ttf",!0),A.P("Noto Sans Tifinagh","notosanstifinagh/v17/I_uzMoCduATTei9eI8dawkHIwvmhCvbn6rnEcXfs4Q.ttf",!0),A.P("Noto Sans Tirhuta","notosanstirhuta/v16/t5t6IQYRNJ6TWjahPR6X-M-apUyby7uGUBsTrn5P.ttf",!0),A.P("Noto Sans Ugaritic","notosansugaritic/v16/3qTwoiqhnSyU8TNFIdhZVCwbjCpkAXXkMhoIkiazfg.ttf",!0),A.P("Noto Sans Vai","notosansvai/v17/NaPecZTSBuhTirw6IaFn_UrURMTsDIRSfr0.ttf",!0),A.P("Noto Sans Wancho","notosanswancho/v17/zrf-0GXXyfn6Fs0lH9P4cUubP0GBqAPopiRfKp8.ttf",!0),A.P("Noto Sans Warang Citi","notosanswarangciti/v17/EYqtmb9SzL1YtsZSScyKDXIeOv3w-zgsNvKRpeVCCXzdgA.ttf",!0),A.P("Noto Sans Yi","notosansyi/v19/sJoD3LFXjsSdcnzn071rO3apxVDJNVgSNg.ttf",!0),A.P("Noto Sans Zanabazar Square","notosanszanabazarsquare/v16/Cn-jJsuGWQxOjaGwMQ6fOicyxLBEMRfDtkzl4uagQtJxOCEgN0Gc.ttf",!0)],t.Qg))}return r}, +MQ(){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=$.bP.bU().TypefaceFontProvider.Make() +m=$.bP.bU().FontCollection.Make() +n.w=m +m.enableFontFallback() +n.w.setDefaultFontManager(n.r) +m=n.f +m.a2(0) +for(s=n.d,r=s.length,q=0;q")),s=new A.dE(s,s.gp(s)),r=A.k(s).c,q=B.D5;s.q();){p=s.d +if(p==null)p=r.a(p) +switch(p.a.a){case 0:p=p.b +p.toString +o=p +break +case 1:p=p.c +o=new A.A(p.a,p.b,p.c,p.d) +break +case 2:p=p.d.a +p===$&&A.b() +p=p.a.getBounds() +n=J.a9(p) +o=new A.A(n.i(p,0),n.i(p,1),n.i(p,2),n.i(p,3)) +break +default:continue $label0$1}q=q.e8(o)}return q}} +A.aeY.prototype={} +A.t_.prototype={ +km(a,b){this.b=this.mj(a,b)}, +mj(a,b){var s,r,q,p,o,n +for(s=this.c,r=s.length,q=B.G,p=0;p=q.c||q.b>=q.d)q=o.b +else{n=o.b +if(!(n.a>=n.c||n.b>=n.d))q=q.fQ(n)}}return q}, +lc(a){var s,r,q,p,o +for(s=this.c,r=s.length,q=0;q=o.c||o.b>=o.d))p.l9(a)}}} +A.R5.prototype={ +l9(a){this.lc(a)}} +A.I0.prototype={ +km(a,b){this.b=this.mj(a,b).fQ(a.gaf0())}, +l9(a){var s,r,q=this,p=A.a60() +p.sds(q.r) +s=a.a +s.A9(q.b,q.f,p) +r=p.b +r===$&&A.b() +r.n() +q.lc(a) +s.bH(0)}, +$iaB2:1} +A.II.prototype={ +km(a,b){var s,r,q=null,p=this.f,o=a.c.a +o.push(new A.j7(B.Xg,q,q,p,q,q)) +s=this.mj(a,b) +p=p.a +p===$&&A.b() +r=A.azv(p.a.getBounds()) +if(s.zc(r))this.b=s.e8(r) +o.pop()}, +l9(a){var s,r=this,q=a.a +q.cR(0) +s=r.r +q.adM(0,r.f,s!==B.a7) +s=s===B.cY +if(s)q.eC(r.b,null) +r.lc(a) +if(s)q.bH(0) +q.bH(0)}, +$iaBo:1} +A.IM.prototype={ +km(a,b){var s,r=null,q=this.f,p=a.c.a +p.push(new A.j7(B.Xe,q,r,r,r,r)) +s=this.mj(a,b) +if(s.zc(q))this.b=s.e8(q) +p.pop()}, +l9(a){var s,r,q=a.a +q.cR(0) +s=this.f +r=this.r +q.adS(s,B.iD,r!==B.a7) +r=r===B.cY +if(r)q.eC(s,null) +this.lc(a) +if(r)q.bH(0) +q.bH(0)}, +$iaBr:1} +A.IK.prototype={ +km(a,b){var s,r,q,p,o=null,n=this.f,m=a.c.a +m.push(new A.j7(B.Xf,o,n,o,o,o)) +s=this.mj(a,b) +r=n.a +q=n.b +p=n.c +n=n.d +if(s.zc(new A.A(r,q,p,n)))this.b=s.e8(new A.A(r,q,p,n)) +m.pop()}, +l9(a){var s,r=this,q=a.a +q.cR(0) +s=r.r +q.adP(r.f,s!==B.a7) +s=s===B.cY +if(s)q.eC(r.b,null) +r.lc(a) +if(s)q.bH(0) +q.bH(0)}, +$iaBp:1} +A.PM.prototype={ +km(a,b){var s,r,q,p,o=this,n=null,m=new A.i6(new Float32Array(16)) +m.dE(b) +s=o.r +r=s.a +s=s.b +m.ba(0,r,s) +q=A.u6() +q.qf(r,s,0) +p=a.c.a +p.push(A.axK(q)) +p.push(new A.j7(B.Xi,n,n,n,n,o.f)) +o.WH(a,m) +p.pop() +p.pop() +o.b=o.b.ba(0,r,s)}, +l9(a){var s,r,q,p=this,o=A.a60() +o.sa4(0,A.M(p.f,0,0,0)) +s=a.a +s.cR(0) +r=p.r +q=r.a +r=r.b +s.ba(0,q,r) +s.eC(p.b.cd(new A.i(-q,-r)),o) +r=o.b +r===$&&A.b() +r.n() +p.lc(a) +s.bH(0) +s.bH(0)}, +$iaDF:1} +A.Cy.prototype={ +km(a,b){var s=this.f,r=b.FL(s),q=a.c.a +q.push(A.axK(s)) +this.b=A.aZ6(s,this.mj(a,r)) +q.pop()}, +l9(a){var s=a.a +s.cR(0) +s.a7(0,this.f.a) +this.lc(a) +s.bH(0)}, +$iayr:1} +A.PJ.prototype={$iaDE:1} +A.ME.prototype={ +km(a,b){var s,r,q,p,o=this,n=new A.i6(new Float32Array(16)) +n.dE(b) +s=o.f +r=s.a +s=s.b +n.ba(0,r,s) +q=A.u6() +q.qf(r,s,0) +s=a.c.a +s.push(A.axK(q)) +p=o.mj(a,n) +q=t.p1.a(o.r).d +q===$&&A.b() +q=q.a +q.toString +new A.abL(o,p).$1(q) +s.pop()}, +l9(a){var s,r,q=this,p=a.a +p.cR(0) +s=q.f +p.ba(0,s.a,s.b) +r=A.a60() +r.sai_(q.r) +p.eC(q.b,r) +s=r.b +s===$&&A.b() +s.n() +q.lc(a) +p.bH(0) +p.bH(0)}, +$iaCL:1} +A.abL.prototype={ +$1(a){var s=a.getOutputBounds(A.fh(this.b)),r=J.a9(s) +this.a.b=new A.A(r.i(s,0),r.i(s,1),r.i(s,2),r.i(s,3))}, +$S:1} +A.Q0.prototype={ +km(a,b){var s=this.c.a +s===$&&A.b() +this.b=A.azv(s.a.cullRect()).cd(this.d)}, +l9(a){var s,r=a.b.a +B.d.a9(r.save()) +s=this.d +r.translate(s.a,s.b) +s=this.c.a +s===$&&A.b() +s=s.a +s.toString +r.drawPicture(s) +r.restore()}} +A.N4.prototype={ +n(){}} +A.acS.prototype={ +acH(a,b,c,d){var s,r=this.b +r===$&&A.b() +s=new A.Q0(t.Bn.a(b),a,B.G) +s.a=r +r.c.push(s)}, +acJ(a){var s=this.b +s===$&&A.b() +t.L6.a(a) +a.a=s +s.c.push(a)}, +de(){return new A.N4(new A.acT(this.a,$.dr().gpN()))}, +fa(){var s=this.b +s===$&&A.b() +if(s===this.a)return +s=s.a +s.toString +this.b=s}, +al1(a,b,c){return this.ml(new A.I0(a,b,A.a([],t.k5),B.G))}, +al2(a,b,c){return this.ml(new A.II(t.E_.a(a),b,A.a([],t.k5),B.G))}, +al4(a,b,c){return this.ml(new A.IK(a,b,A.a([],t.k5),B.G))}, +al5(a,b,c){return this.ml(new A.IM(a,b,A.a([],t.k5),B.G))}, +al6(a,b,c){return this.ml(new A.ME(b,a,A.a([],t.k5),B.G))}, +Te(a,b,c){var s=A.u6() +s.qf(a,b,0) +return this.ml(new A.PJ(s,A.a([],t.k5),B.G))}, +al8(a,b,c){return this.ml(new A.PM(a,b,A.a([],t.k5),B.G))}, +zp(a,b){return this.ml(new A.Cy(new A.i6(A.H5(a)),A.a([],t.k5),B.G))}, +al7(a){var s=this.b +s===$&&A.b() +a.a=s +s.c.push(a) +return this.b=a}, +ml(a){return this.al7(a,t.vn)}} +A.acT.prototype={} +A.aa_.prototype={ +alc(a,b){A.aI9("preroll_frame",new A.aa7(this,a,!0)) +A.aI9("apply_frame",new A.aa8(this,a,!0)) +return!0}} +A.aa7.prototype={ +$0(){var s=this.b.a +s.b=s.mj(new A.afG(new A.A6(A.a([],t.YE))),A.u6())}, +$S:0} +A.aa8.prototype={ +$0(){var s=this.a,r=A.a([],t.iW),q=new A.IB(r),p=s.a +r.push(p) +s.c.UX().ah(0,q.gacy()) +s=this.b.a +r=s.b +if(!r.ga_(r))s.lc(new A.aeY(q,p))}, +$S:0} +A.a6u.prototype={} +A.a6_.prototype={} +A.IB.prototype={ +acz(a){this.a.push(a)}, +cR(a){var s,r,q +for(s=this.a,r=0,q=0;q0)){p.ax=null +s=null}else{r=a.a +q=new A.a6_(r,s) +s=$.bP.bU().MaskFilter.MakeBlur($.aKQ()[r.a],s,!0) +s.toString +r=new A.eS(o,t.gA) +r.i1(q,s,o,t.e) +q.c!==$&&A.bA() +q.c=r +p.ax=q +s=q}}else s=p.ax=null +if(s==null)s=null +else{s=s.c +s===$&&A.b() +s=s.a +s.toString}p.a.setMaskFilter(s)}, +syc(a){var s,r=this +if(r.ay===a)return +r.ay=a +s=r.as +s=s==null?null:s.Hf(a) +r.a.setShader(s)}, +sWk(a){if(this.cx===a)return +this.cx=a +this.a.setStrokeMiter(a)}, +sai_(a){if(J.d(this.c,a))return +t.fz.a(a) +a.Fl(new A.a61(this)) +this.c=a}, +$iul:1} +A.a61.prototype={ +$1(a){this.a.a.setImageFilter(a)}, +$S:1} +A.xF.prototype={ +sya(a){var s +if(this.b===a)return +this.b=a +s=this.a +s===$&&A.b() +s=s.a +s.toString +s.setFillType($.Hc()[a.a])}, +acx(a,b,c){var s=this.a +s===$&&A.b() +s=s.a +s.toString +s.addArc(A.fh(a),b*57.29577951308232,c*57.29577951308232)}, +oE(a){var s=this.a +s===$&&A.b() +s=s.a +s.toString +s.addOval(A.fh(a),!1,1)}, +lR(a,b,c,d){var s,r,q=c.a,p=c.b +if(d==null){s=A.u6() +s.qf(q,p,0) +r=A.aw3(s.a)}else{r=A.azO(d) +r[2]=r[2]+q +r[5]=r[5]+p}t.E_.a(b) +q=this.a +q===$&&A.b() +q=q.a +q.toString +p=b.a +p===$&&A.b() +p=p.a +p.toString +A.fL(q,"addPath",[p,r[0],r[1],r[2],r[3],r[4],r[5],r[6],r[7],r[8],!1])}, +j7(a,b,c){return this.lR(a,b,c,null)}, +hc(a){var s=this.a +s===$&&A.b() +s=s.a +s.toString +s.addRRect(A.H6(a),!1)}, +mS(a){var s=this.a +s===$&&A.b() +s=s.a +s.toString +s.addRect(A.fh(a))}, +rv(a,b,c,d,e){var s=this.a +s===$&&A.b() +s=s.a +s.toString +s.arcToOval(A.fh(b),c*57.29577951308232,d*57.29577951308232,!1)}, +ad0(a,b){var s=this.a +s===$&&A.b() +s=s.a +s.toString +A.fL(s,"arcToRotated",[b.a,b.b,0,!0,!1,a.a,a.b])}, +aQ(a){var s=this.a +s===$&&A.b() +s.a.close()}, +oU(){return new A.IE(this,!1)}, +t(a,b){var s=this.a +s===$&&A.b() +return s.a.contains(b.a,b.b)}, +hJ(a,b,c,d,e,f){var s=this.a +s===$&&A.b() +s=s.a +s.toString +A.fL(s,"cubicTo",[a,b,c,d,e,f])}, +uK(a){var s=this.a +s===$&&A.b() +return A.azv(s.a.getBounds())}, +cz(a,b,c){var s=this.a +s===$&&A.b() +s.a.lineTo(b,c)}, +eS(a,b,c){var s=this.a +s===$&&A.b() +s.a.moveTo(b,c)}, +ala(a,b,c,d){var s=this.a +s===$&&A.b() +s.a.quadTo(a,b,c,d)}, +cj(a){var s +this.b=B.ek +s=this.a +s===$&&A.b() +s.a.reset()}, +cd(a){var s,r=this.a +r===$&&A.b() +s=r.a.copy() +A.aEw(s,1,0,a.a,0,1,a.b,0,0,1) +r=this.b +s.setFillType($.Hc()[r.a]) +return A.a63(s,r)}, +a7(a,b){var s,r,q=this.a +q===$&&A.b() +s=q.a.copy() +r=A.azO(b) +A.aEw(s,r[0],r[1],r[2],r[3],r[4],r[5],r[6],r[7],r[8]) +q=this.b +s.setFillType($.Hc()[q.a]) +return A.a63(s,q)}, +$iun:1} +A.IE.prototype={ +ga6(a){var s,r,q,p=this,o="Iterator",n=p.c +if(n===$){s=p.a.a +s===$&&A.b() +if(s.a.isEmpty())r=B.FO +else{r=new A.a5Z(p) +s=s.a +s.toString +q=new A.eS(o,t.gA) +q.i1(r,new self.window.flutterCanvasKit.ContourMeasureIter(s,!1,1),o,t.e) +r.b!==$&&A.bA() +r.b=q}p.c!==$&&A.aK() +n=p.c=r}return n}} +A.a5Z.prototype={ +gG(a){var s=this.d +if(s==null)throw A.c(A.agf('PathMetricIterator is not pointing to a PathMetric. This can happen in two situations:\n- The iteration has not started yet. If so, call "moveNext" to start iteration.\n- The iterator ran out of elements. If so, check that "moveNext" returns true prior to calling "current".')) +return s}, +q(){var s,r,q=this,p="PathMetric",o=q.b +o===$&&A.b() +s=o.a.next() +if(s==null){q.d=null +return!1}o=new A.Iv(q.a) +r=new A.eS(p,t.gA) +r.i1(o,s,p,t.e) +o.b!==$&&A.bA() +o.b=r +q.d=o;++q.c +return!0}} +A.Iv.prototype={ +xY(a,b){var s,r=this.b +r===$&&A.b() +r=r.a.getSegment(a,b,!0) +s=this.a.a.b +r.setFillType($.Hc()[s.a]) +return A.a63(r,s)}, +Hj(a){var s,r,q,p=this.b +p===$&&A.b() +p=p.a.getPosTan(a) +s=J.a9(p) +r=s.i(p,0) +q=s.i(p,1) +s.i(p,2) +s.i(p,3) +return new A.akR(new A.i(r,q))}, +gp(a){var s=this.b +s===$&&A.b() +return s.a.length()}, +$iPY:1} +A.a64.prototype={ +gG(a){throw A.c(A.agf("PathMetric iterator is empty."))}, +q(){return!1}} +A.IF.prototype={ +n(){this.b=!0 +var s=this.a +s===$&&A.b() +s.n()}} +A.oR.prototype={ +ada(a){var s=new self.window.flutterCanvasKit.PictureRecorder() +this.a=s +return this.b=new A.hj(s.beginRecording(A.fh(a),!0))}, +EN(){var s,r,q,p=this.a +if(p==null)throw A.c(A.a0("PictureRecorder is not recording")) +s=p.finishRecordingAsPicture() +p.delete() +this.a=null +r=new A.IF() +q=new A.eS("Picture",t.gA) +q.i1(r,s,"Picture",t.e) +r.a!==$&&A.bA() +r.a=q +return r}, +gaiG(){return this.a!=null}} +A.agi.prototype={ +afD(a){var s,r,q,p +try{p=a.b +if(p.ga_(p))return +s=A.lU().a.Pg(p) +$.awb().x=p +r=new A.hj(s.a.a.getCanvas()) +r.a.clear(A.aGQ($.aAk(),B.D)) +q=new A.aa_(r,null,$.awb()) +q.alc(a,!0) +p=A.lU().a +if(!p.ax)$.dA.bU().c.prepend(p.x) +p.ax=!0 +J.aMa(s) +$.awb().Wl(0)}finally{this.a9X()}}, +a9X(){var s,r +for(s=this.b,r=0;!1;++r)s[r].$0() +for(s=$.aXp,r=0;rq.a||a.b>q.b +else r=!1 +if(r){p=a.aq(0,1.4) +r=j.a +if(r!=null)r.n() +j.a=null +r=j.y +r.toString +o=p.a +A.aBN(r,o) +r=j.y +r.toString +n=p.b +A.aBM(r,n) +j.ay=p +j.z=B.d.lW(o) +j.Q=B.d.lW(n) +j.wV()}}if(j.b||j.ay==null){r=j.a +if(r!=null)r.n() +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.fR(r,i,j.e,!1) +r=j.y +r.toString +A.fR(r,h,j.d,!1) +j.y.remove() +j.d=j.e=null}j.z=B.d.lW(a.a) +r=B.d.lW(a.b) +j.Q=r +m=j.y=A.aHi(r,j.z) +r=A.aV("true") +if(r==null)r=t.K.a(r) +m.setAttribute("aria-hidden",r) +A.X(m.style,"position","absolute") +j.wV() +r=t.e +j.e=r.a(A.bC(j.ga1p())) +o=r.a(A.bC(j.ga1n())) +j.d=o +A.co(m,h,o,!1) +A.co(m,i,j.e,!1) +j.c=j.b=!1 +o=$.rf +if((o==null?$.rf=A.aur():o)!==-1){o=$.cC +o=!(o==null?$.cC=A.fT(self.window.flutterConfiguration):o).gPU()}else o=!1 +if(o){o=$.bP.bU() +n=$.rf +if(n==null)n=$.rf=A.aur() +l=j.r=B.d.a9(o.GetWebGLContext(m,r.a({antialias:0,majorVersion:n}))) +if(l!==0){j.f=$.bP.bU().MakeGrContext(l) +if(j.as===-1||j.at===-1){r=j.y +r.toString +o=$.rf +k=A.aNX(r,o==null?$.rf=A.aur():o) +j.as=B.d.a9(k.getParameter(B.d.a9(k.SAMPLES))) +j.at=B.d.a9(k.getParameter(B.d.a9(k.STENCIL_BITS)))}j.NW()}}j.x.append(m) +j.ay=a}else{$.dr() +r=$.dq().d +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}if(r!==j.CW)j.wV()}$.dr() +r=$.dq().d +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}j.CW=r +j.ch=a +j.Or() +r=j.a +if(r!=null)r.n() +return j.a=j.a1A(a)}, +wV(){var s,r,q,p,o=this.z +$.dr() +s=$.dq() +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.X(p,"width",A.n(o/r)+"px") +A.X(p,"height",A.n(q/s)+"px")}, +Or(){var s,r=B.d.lW(this.ch.b),q=this.Q +$.dr() +s=$.dq().d +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}A.X(this.y.style,"transform","translate(0, -"+A.n((q-r)/s)+"px)")}, +a1q(a){this.c=!1 +$.b3().Fr() +a.stopPropagation() +a.preventDefault()}, +a1o(a){var s=this,r=A.lU() +s.c=!0 +if(r.aiA(s)){s.b=!0 +a.preventDefault()}else s.n()}, +a1A(a){var s,r=this,q=$.rf +if((q==null?$.rf=A.aur():q)===-1){q=r.y +q.toString +return r.w5(q,"WebGL support not detected")}else{q=$.cC +if((q==null?$.cC=A.fT(self.window.flutterConfiguration):q).gPU()){q=r.y +q.toString +return r.w5(q,"CPU rendering forced by application")}else if(r.r===0){q=r.y +q.toString +return r.w5(q,"Failed to initialize WebGL context")}else{q=$.bP.bU() +s=r.f +s.toString +s=A.fL(q,"MakeOnScreenGLSurface",[s,B.d.TS(a.a),B.d.TS(a.b),self.window.flutterCanvasKit.ColorSpace.SRGB,r.as,r.at]) +if(s==null){q=r.y +q.toString +return r.w5(q,"Failed to initialize WebGL surface")}return new A.IG(s)}}}, +w5(a,b){if(!$.aEJ){$.dR().$1("WARNING: Falling back to CPU-only rendering. "+b+".") +$.aEJ=!0}return new A.IG($.bP.bU().MakeSWCanvasSurface(a))}, +n(){var s=this,r=s.y +if(r!=null)A.fR(r,"webglcontextlost",s.d,!1) +r=s.y +if(r!=null)A.fR(r,"webglcontextrestored",s.e,!1) +s.e=s.d=null +s.x.remove() +r=s.a +if(r!=null)r.n()}} +A.akM.prototype={ +$2(a,b){this.a.a.a.flush() +return!0}, +$S:519} +A.IG.prototype={ +n(){if(this.c)return +this.a.dispose() +this.c=!0}} +A.Sn.prototype={ +V7(){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.d.a9($.bP.bU().OverlineDecoration))>>>0 +if((s|4)===s)r=(r|B.d.a9($.bP.bU().LineThroughDecoration))>>>0 +b1.decoration=r}if(b!=null)b1.decorationThickness=b +if(d!=null){s=A.wO(d) +b1.decorationColor=s}if(c!=null)b1.decorationStyle=$.aL_()[c.a] +if(a1!=null)b1.textBaseline=$.aAm()[a1.a] +if(a2!=null)A.aEz(b1,a2) +if(a3!=null)b1.letterSpacing=a3 +if(a4!=null)b1.wordSpacing=a4 +if(a5!=null)A.aEB(b1,a5) +switch(g.ax){case null:case void 0:break +case B.y:A.aEA(b1,!0) +break +case B.kU:A.aEA(b1,!1) +break}q=g.dx +if(q===$){p=A.az4(g.x,g.y) +g.dx!==$&&A.aK() +g.dx=p +q=p}A.aEy(b1,q) +if(a!=null||a0!=null)b1.fontStyle=A.azN(a,a0) +if(a7!=null){g=A.wO(new A.F(a7.y)) +b1.foregroundColor=g}if(a8!=null){o=A.a([],t.J) +for(g=a8.length,n=0;n=q.startIndex&&s<=q.endIndex)return new A.c_(B.d.a9(q.startIndex),B.d.a9(q.endIndex))}return B.bB}, +rI(){var s,r,q,p=this.a +p===$&&A.b() +p=J.kQ(p.a.getLineMetrics(),t.e) +s=A.a([],t.ER) +for(p=new A.dE(p,p.gp(p)),r=A.k(p).c;p.q();){q=p.d +s.push(new A.Iz(q==null?r.a(q):q))}return s}, +n(){var s=this.a +s===$&&A.b() +s.n() +this.as=!0}} +A.Iz.prototype={ +gPE(){return this.a.ascent}, +gEk(){return this.a.descent}, +gUd(){return this.a.ascent}, +gRV(){return this.a.isHardBreak}, +gjR(){return this.a.baseline}, +gbX(a){var s=this.a +return B.d.am(s.ascent+s.descent)}, +ghT(a){return this.a.left}, +gd7(a){return this.a.width}, +gFB(a){return B.d.a9(this.a.lineNumber)}, +$inn:1} +A.a62.prototype={ +Pl(a,b,c,d,e){var s;++this.c +this.d.push(1) +s=e==null?b:e +A.fL(this.a,"addPlaceholder",[a,b,$.aKU()[c.a],$.aAm()[0],s])}, +acI(a,b,c){return this.Pl(a,b,c,null,null)}, +xc(a){var s=A.a([],t.s),r=B.b.gY(this.e),q=r.x +if(q!=null)s.push(q) +q=r.y +if(q!=null)B.b.R(s,q) +$.a7().gtv().gRB().afO(a,s) +this.a.addText(a)}, +de(){var s,r,q,p,o,n,m,l,k,j="Paragraph" +if($.aKf()){s=this.a +r=B.Q.hK(0,new A.iT(s.getText())) +q=A.aRI($.aLv(),r) +p=q==null +o=p?null:q.i(0,r) +if(o!=null)n=o +else{m=A.aHs(r,B.n9) +l=A.aHs(r,B.n8) +n=new A.a_9(A.aXo(r),l,m)}if(!p){p=q.c +k=p.i(0,r) +if(k==null)q.IK(0,r,n) +else{m=k.d +if(!J.d(m.b,n)){k.ew(0) +q.IK(0,r,n)}else{k.ew(0) +l=q.b +l.x8(m) +l=l.a.b.vx() +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.IC(this.b) +r=new A.eS(j,t.gA) +r.i1(s,n,j,t.e) +s.a!==$&&A.bA() +s.a=r +return s}, +gakT(){return this.c}, +fa(){var s=this.e +if(s.length<=1)return +s.pop() +this.a.pop()}, +uh(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=this.e,a4=B.b.gY(a3) +t.BQ.a(a5) +s=a5.a +if(s==null)s=a4.a +r=a5.b +if(r==null)r=a4.b +q=a5.c +if(q==null)q=a4.c +p=a5.d +if(p==null)p=a4.d +o=a5.e +if(o==null)o=a4.e +n=a5.f +if(n==null)n=a4.f +m=a5.r +if(m==null)m=a4.r +l=a5.w +if(l==null)l=a4.w +k=a5.x +if(k==null)k=a4.x +j=a5.y +if(j==null)j=a4.y +i=a5.z +if(i==null)i=a4.z +h=a5.Q +if(h==null)h=a4.Q +g=a5.as +if(g==null)g=a4.as +f=a5.at +if(f==null)f=a4.at +e=a5.ax +if(e==null)e=a4.ax +d=a5.ch +if(d==null)d=a4.ch +c=a5.CW +if(c==null)c=a4.CW +b=a5.cx +if(b==null)b=a4.cx +a=a5.db +if(a==null)a=a4.db +a0=A.awK(d,s,r,q,p,o,k,j,a4.cy,i,m,a,n,c,f,e,h,a4.ay,b,l,g) +a3.push(a0) +a3=a0.CW +s=a3==null +if(!s||a0.ch!=null){a1=s?null:a3.a +if(a1==null){a1=$.aIz() +a3=a0.a +a3=a3==null?null:a3.gl(a3) +if(a3==null)a3=4278190080 +a1.setColorInt(a3)}a3=a0.ch +a2=a3==null?null:a3.a +if(a2==null)a2=$.aIy() +this.a.pushPaintStyle(a0.gHV(),a1,a2)}else this.a.pushStyle(a0.gHV())}} +A.auA.prototype={ +$1(a){return this.a===a}, +$S:13} +A.za.prototype={ +K(){return"IntlSegmenterGranularity."+this.b}} +A.Im.prototype={ +j(a){return"CanvasKitError: "+this.a}} +A.xM.prototype={ +VD(a,b){var s={} +s.a=!1 +this.a.qe(0,A.d6(J.aE(a.b,"text"))).bF(new A.a6o(s,b),t.P).mV(new A.a6p(s,b))}, +UN(a){this.b.q2(0).bF(new A.a6j(a),t.P).mV(new A.a6k(this,a))}, +ahH(a){this.b.q2(0).bF(new A.a6m(a),t.P).mV(new A.a6n(a))}} +A.a6o.prototype={ +$1(a){var s=this.b +if(a){s.toString +s.$1(B.X.cb([!0]))}else{s.toString +s.$1(B.X.cb(["copy_fail","Clipboard.setData failed",null])) +this.a.a=!0}}, +$S:101} +A.a6p.prototype={ +$1(a){var s +if(!this.a.a){s=this.b +s.toString +s.$1(B.X.cb(["copy_fail","Clipboard.setData failed",null]))}}, +$S:40} +A.a6j.prototype={ +$1(a){var s=A.aJ(["text",a],t.N,t.z),r=this.a +r.toString +r.$1(B.X.cb([s]))}, +$S:122} +A.a6k.prototype={ +$1(a){var s +if(a instanceof A.qN){A.M7(B.w,null,t.H).bF(new A.a6i(this.b),t.P) +return}s=this.b +A.wP("Could not get text from clipboard: "+A.n(a)) +s.toString +s.$1(B.X.cb(["paste_fail","Clipboard.getData failed",null]))}, +$S:40} +A.a6i.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(null)}, +$S:22} +A.a6m.prototype={ +$1(a){var s=A.aJ(["value",a.length!==0],t.N,t.z),r=this.a +r.toString +r.$1(B.X.cb([s]))}, +$S:122} +A.a6n.prototype={ +$1(a){var s,r +if(a instanceof A.qN){A.M7(B.w,null,t.H).bF(new A.a6l(this.a),t.P) +return}s=A.aJ(["value",!1],t.N,t.z) +r=this.a +r.toString +r.$1(B.X.cb([s]))}, +$S:40} +A.a6l.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(null)}, +$S:22} +A.a6f.prototype={ +qe(a,b){return this.VC(0,b)}, +VC(a,b){var s=0,r=A.a5(t.y),q,p=2,o,n,m,l,k +var $async$qe=A.a6(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.ad(A.kM(m.writeText(b),t.z),$async$qe) +case 7:p=2 +s=6 +break +case 4:p=3 +k=o +n=A.ag(k) +A.wP("copy is not successful "+A.n(n)) +m=A.d2(!1,t.y) +q=m +s=1 +break +s=6 +break +case 3:s=2 +break +case 6:q=A.d2(!0,t.y) +s=1 +break +case 1:return A.a3(q,r) +case 2:return A.a2(o,r)}}) +return A.a4($async$qe,r)}} +A.a6g.prototype={ +q2(a){var s=0,r=A.a5(t.N),q +var $async$q2=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:q=A.kM(self.window.navigator.clipboard.readText(),t.N) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$q2,r)}} +A.a9c.prototype={ +qe(a,b){return A.d2(this.aaz(b),t.y)}, +aaz(a){var s,r,q,p,o="-99999px",n="transparent",m=A.ca(self.document,"textarea"),l=m.style +A.X(l,"position","absolute") +A.X(l,"top",o) +A.X(l,"left",o) +A.X(l,"opacity","0") +A.X(l,"color",n) +A.X(l,"background-color",n) +A.X(l,"background",n) +self.document.body.append(m) +s=m +A.aBV(s,a) +s.focus() +s.select() +r=!1 +try{r=self.document.execCommand("copy") +if(!r)A.wP("copy is not successful")}catch(p){q=A.ag(p) +A.wP("copy is not successful "+A.n(q))}finally{s.remove()}return r}} +A.a9d.prototype={ +q2(a){return A.aan(new A.qN("Paste is not implemented for this browser."),null,t.N)}} +A.a9w.prototype={ +gPU(){var s=this.b +if(s==null)s=null +else{s=s.canvasKitForceCpuOnly +if(s==null)s=null}return s===!0}, +gaf8(){var s=this.b +if(s==null)s=null +else{s=s.debugShowSemanticsNodes +if(s==null)s=null}return s===!0}} +A.Ly.prototype={} +A.aiH.prototype={ +v6(a){return this.VJ(a)}, +VJ(a){var s=0,r=A.a5(t.y),q,p=2,o,n,m,l,k,j,i +var $async$v6=A.a6(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.a9(a) +s=l.ga_(a)?7:9 +break +case 7:n.unlock() +q=!0 +s=1 +break +s=8 +break +case 9:m=A.aRx(A.d6(l.gL(a))) +s=m!=null?10:11 +break +case 10:p=13 +s=16 +return A.ad(A.kM(n.lock(m),t.z),$async$v6) +case 16:q=!0 +s=1 +break +p=2 +s=15 +break +case 13:p=12 +i=o +l=A.d2(!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.a3(q,r) +case 2:return A.a2(o,r)}}) +return A.a4($async$v6,r)}} +A.a7y.prototype={ +$1(a){return this.a.warn(a)}, +$S:8} +A.a7A.prototype={ +$1(a){a.toString +return A.bB(a)}, +$S:209} +A.My.prototype={ +gbx(a){return A.e_(this.b.status)}, +gFf(){var s=this.b,r=A.e_(s.status)>=200&&A.e_(s.status)<300,q=A.e_(s.status),p=A.e_(s.status),o=A.e_(s.status)>307&&A.e_(s.status)<400 +return r||q===0||p===304||o}, +gzg(){var s=this +if(!s.gFf())throw A.c(new A.Mx(s.a,s.gbx(s))) +return new A.abv(s.b)}, +$iaCG:1} +A.abv.prototype={ +fb(a,b,c){var s=0,r=A.a5(t.H),q=this,p,o,n +var $async$fb=A.a6(function(d,e){if(d===1)return A.a2(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.ad(A.kM(n.read(),p),$async$fb) +case 4:o=e +if(o.done){s=3 +break}b.$1(c.a(o.value)) +s=2 +break +case 3:return A.a3(null,r)}}) +return A.a4($async$fb,r)}, +oK(){var s=0,r=A.a5(t.pI),q,p=this,o +var $async$oK=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:s=3 +return A.ad(A.kM(p.a.arrayBuffer(),t.X),$async$oK) +case 3:o=b +o.toString +q=t.pI.a(o) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$oK,r)}} +A.Mx.prototype={ +j(a){return'Flutter Web engine failed to fetch "'+this.a+'". HTTP request succeeded, but the server responded with HTTP status '+this.b+"."}, +$icp:1} +A.Mw.prototype={ +j(a){return'Flutter Web engine failed to complete HTTP request to fetch "'+this.a+'": '+A.n(this.b)}, +$icp:1} +A.Ll.prototype={} +A.yj.prototype={} +A.ave.prototype={ +$2(a,b){this.a.$2(J.kQ(a,t.e),b)}, +$S:210} +A.auU.prototype={ +$1(a){var s=A.bm(a,0,null) +if(B.a_l.t(0,B.b.gY(s.gpL())))return s.j(0) +self.window.console.error("URL rejected by TrustedTypes policy flutter-engine: "+a+"(download prevented)") +return null}, +$S:255} +A.WT.prototype={ +q(){var s=++this.b,r=this.a +if(s>r.length)throw A.c(A.a0("Iterator out of bounds")) +return s"))}, +gp(a){return B.d.a9(this.a.length)}} +A.WY.prototype={ +q(){var s=++this.b,r=this.a +if(s>r.length)throw A.c(A.a0("Iterator out of bounds")) +return s"))}, +gp(a){return B.d.a9(this.a.length)}} +A.Lj.prototype={ +gG(a){var s=this.b +s===$&&A.b() +return s}, +q(){var s=this.a.next() +if(s.done)return!1 +this.b=this.$ti.c.a(s.value) +return!0}} +A.LW.prototype={ +acK(a){var s,r=this +if(!J.d(a,r.e)){s=r.e +if(s!=null)s.remove() +r.e=a +s=r.b +s.toString +a.toString +s.append(a)}}, +Ul(){var s,r=this.d.style +$.dr() +s=$.dq().d +if(s==null){s=self.window.devicePixelRatio +if(s===0)s=1}A.X(r,"transform","scale("+A.n(1/s)+")")}, +a7n(a){var s +this.Ul() +s=$.dQ() +if(!B.DA.t(0,s)&&!$.dr().aiH()&&$.a3O().c){$.dr().Q6(!0) +$.b3().Fr()}else{s=$.dr() +s.mZ() +s.Q6(!1) +$.b3().Fr()}}} +A.aw_.prototype={ +$1(a){$.az1=!1 +$.b3().jj("flutter/system",$.aKl(),new A.avZ())}, +$S:26} +A.avZ.prototype={ +$1(a){}, +$S:23} +A.a9M.prototype={ +afO(a,b){var s,r,q,p,o,n=this,m=A.aM(t.S) +for(s=new A.air(a),r=n.d,q=n.c;s.q();){p=s.d +if(!(p<160||r.t(0,p)||q.t(0,p)))m.E(0,p)}if(m.a===0)return +o=A.af(m,!0,m.$ti.c) +if(n.a.UT(o,b).length!==0)n.acG(o)}, +acG(a){var s=this +s.at.R(0,a) +if(!s.ax){s.ax=!0 +s.Q=A.M7(B.w,new A.a9U(s),t.H)}}, +a2C(){var s,r +this.ax=!1 +s=this.at +if(s.a===0)return +r=A.af(s,!0,A.k(s).c) +s.a2(0) +this.ag9(r)}, +ag9(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.XS),c=t.Qg,b=A.a([],c) +for(s=a.length,r=t.Ie,q=0;qr){B.b.a2(k) +k.push(o) +r=o.e +q=o}else if(n===r){k.push(o) +if(o.d1)if(B.b.td(k,new A.a9T(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}, +a1K(a){var s,r,q,p=A.a([],t.XS) +for(s=a.split(","),r=s.length,q=0;q=q[r])s=r+1 +else p=r}}} +A.LL.prototype={ +amu(){var s=this.f +if(s==null)return A.d2(null,t.H) +else return s.a}, +E(a,b){var s,r,q=this +if(q.c.t(0,b)||q.d.ai(0,b.b))return +s=q.d +r=s.a +s.m(0,b.b,b) +if(q.f==null)q.f=new A.bv(new A.ay($.an,t.W),t.gR) +if(r===0)A.c7(B.w,q.gWd())}, +nX(){var s=0,r=A.a5(t.H),q=this,p,o,n,m,l,k,j,i +var $async$nX=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:j=A.w(t.N,t.uz) +i=A.a([],t.s) +for(p=q.d,o=p.gaY(p),o=new A.cS(J.aj(o.a),o.b),n=t.H,m=A.k(o).z[1];o.q();){l=o.a +if(l==null)l=m.a(l) +j.m(0,l.b,A.aCu(new A.a9k(q,l,i),n))}s=2 +return A.ad(A.yO(j.gaY(j),n),$async$nX) +case 2:B.b.hZ(i) +for(o=i.length,n=q.a,m=n.as,k=0;k1&&e.charCodeAt(0)<127&&e.charCodeAt(1)<127) +o=A.aUK(new A.acD(h,e,a,p,q),t.S) +if(f.type!=="keydown")if(h.b){r=A.p4(f) +r.toString +r=r==="CapsLock" +n=r}else n=!1 +else n=!0 +if(h.b){r=A.p4(f) +r.toString +r=r==="CapsLock"}else r=!1 +if(r){h.N4(B.w,new A.acE(s,q,o),new A.acF(h,q)) +m=B.bq}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.K7 +else{l=h.d +l.toString +l.$1(new A.fZ(s,B.b5,q,o.$0(),g,!0)) +r.B(0,q) +m=B.bq}}else m=B.bq}else{if(h.f.i(0,q)==null){f.preventDefault() +return}m=B.b5}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.B(0,q) +else r.m(0,q,j) +$.aKu().ah(0,new A.acG(h,o,a,s)) +if(p)if(!l)h.abb(q,o.$0(),s) +else{r=h.r.B(0,q) +if(r!=null)r.$0()}if(p)i=e +else i=g +e=k==null?o.$0():k +r=m===B.b5?g:i +if(h.d.$1(new A.fZ(s,m,q,e,r,!1)))f.preventDefault()}, +hP(a){var s=this,r={} +r.a=!1 +s.d=new A.acL(r,s) +try{s.a4r(a)}finally{if(!r.a)s.d.$1(B.K6) +s.d=null}}, +AV(a,b,c,d,e){var s=this,r=$.aKB(),q=$.aKC(),p=$.aAf() +s.wP(r,q,p,a?B.bq:B.b5,e) +r=$.aAt() +q=$.aAu() +p=$.aAg() +s.wP(r,q,p,b?B.bq:B.b5,e) +r=$.aKD() +q=$.aKE() +p=$.aAh() +s.wP(r,q,p,c?B.bq:B.b5,e) +r=$.aKF() +q=$.aKG() +p=$.aAi() +s.wP(r,q,p,d?B.bq:B.b5,e)}, +wP(a,b,c,d,e){var s,r=this,q=r.f,p=q.ai(0,a),o=q.ai(0,b),n=p||o,m=d===B.bq&&!n,l=d===B.b5&&n +if(m){r.a.$1(new A.fZ(A.az_(e),B.bq,a,c,null,!0)) +q.m(0,a,c)}if(l&&p){s=q.i(0,a) +s.toString +r.NY(e,a,s)}if(l&&o){q=q.i(0,b) +q.toString +r.NY(e,b,q)}}, +NY(a,b,c){this.a.$1(new A.fZ(A.az_(a),B.b5,b,c,null,!0)) +this.f.B(0,b)}} +A.acH.prototype={ +$1(a){var s=this +if(!s.a.a&&!s.b.e){s.c.$0() +s.b.a.$1(s.d.$0())}}, +$S:22} +A.acI.prototype={ +$0(){this.a.a=!0}, +$S:0} +A.acJ.prototype={ +$0(){return new A.fZ(new A.b1(this.a.a+2e6),B.b5,this.b,this.c,null,!0)}, +$S:114} +A.acK.prototype={ +$0(){this.a.f.B(0,this.b)}, +$S:0} +A.acD.prototype={ +$0(){var s,r,q,p,o,n=this,m=n.b,l=B.Vk.i(0,m) +if(l!=null)return l +s=n.c.a +if(B.z7.ai(0,A.jT(s))){m=A.jT(s) +m.toString +m=B.z7.i(0,m) +r=m==null?null:m[B.d.a9(s.location)] +r.toString +return r}if(n.d){q=n.a.c.US(A.p4(s),A.jT(s),B.d.a9(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.c.gu(m)+98784247808}, +$S:95} +A.acE.prototype={ +$0(){return new A.fZ(this.a,B.b5,this.b,this.c.$0(),null,!0)}, +$S:114} +A.acF.prototype={ +$0(){this.a.f.B(0,this.b)}, +$S:0} +A.acG.prototype={ +$2(a,b){var s,r,q=this +if(J.d(q.b.$0(),a))return +s=q.a +r=s.f +if(r.ae8(0,a)&&!b.$1(q.c))r.ul(r,new A.acC(s,a,q.d))}, +$S:474} +A.acC.prototype={ +$2(a,b){var s=this.b +if(b!==s)return!1 +this.a.d.$1(new A.fZ(this.c,B.b5,a,s,null,!0)) +return!0}, +$S:470} +A.acL.prototype={ +$1(a){this.a.a=!0 +return this.b.a.$1(a)}, +$S:97} +A.a6A.prototype={ +hL(a){if(!this.b)return +this.b=!1 +A.co(this.a,"contextmenu",$.awl(),null)}, +afG(a){if(this.b)return +this.b=!0 +A.fR(this.a,"contextmenu",$.awl(),null)}} +A.adR.prototype={} +A.avS.prototype={ +$1(a){a.preventDefault()}, +$S:1} +A.a5j.prototype={ +gabQ(){var s=this.a +s===$&&A.b() +return s}, +n(){var s=this +if(s.c||s.gmr()==null)return +s.c=!0 +s.abR()}, +te(){var s=0,r=A.a5(t.H),q=this +var $async$te=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:s=q.gmr()!=null?2:3 +break +case 2:s=4 +return A.ad(q.ks(),$async$te) +case 4:s=5 +return A.ad(q.gmr().uW(0,-1),$async$te) +case 5:case 3:return A.a3(null,r)}}) +return A.a4($async$te,r)}, +gkS(){var s=this.gmr() +s=s==null?null:s.bO() +return s==null?"/":s}, +ga0(){var s=this.gmr() +return s==null?null:s.Hi(0)}, +abR(){return this.gabQ().$0()}} +A.A4.prototype={ +a_l(a){var s,r=this,q=r.d +if(q==null)return +r.a=q.DA(r.gFX(r)) +if(!r.C4(r.ga0())){s=t.z +q.nI(0,A.aJ(["serialCount",0,"state",r.ga0()],s,s),"flutter",r.gkS())}r.e=r.gBx()}, +gBx(){if(this.C4(this.ga0())){var s=this.ga0() +s.toString +return B.d.a9(A.mk(J.aE(t.f.a(s),"serialCount")))}return 0}, +C4(a){return t.f.b(a)&&J.aE(a,"serialCount")!=null}, +v7(a,b,c){var s,r,q=this.d +if(q!=null){s=t.z +r=this.e +if(b){r===$&&A.b() +s=A.aJ(["serialCount",r,"state",c],s,s) +a.toString +q.nI(0,s,"flutter",a)}else{r===$&&A.b();++r +this.e=r +s=A.aJ(["serialCount",r,"state",c],s,s) +a.toString +q.Tg(0,s,"flutter",a)}}}, +HO(a){return this.v7(a,!1,null)}, +FY(a,b){var s,r,q,p,o=this +if(!o.C4(b)){s=o.d +s.toString +r=o.e +r===$&&A.b() +q=t.z +s.nI(0,A.aJ(["serialCount",r+1,"state",b],q,q),"flutter",o.gkS())}o.e=o.gBx() +s=$.b3() +r=o.gkS() +t.Xx.a(b) +q=b==null?null:J.aE(b,"state") +p=t.z +s.jj("flutter/navigation",B.aL.je(new A.i7("pushRouteInformation",A.aJ(["location",r,"state",q],p,p))),new A.ae0())}, +ks(){var s=0,r=A.a5(t.H),q,p=this,o,n,m +var $async$ks=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:p.n() +if(p.b||p.d==null){s=1 +break}p.b=!0 +o=p.gBx() +s=o>0?3:4 +break +case 3:s=5 +return A.ad(p.d.uW(0,-o),$async$ks) +case 5:case 4:n=p.ga0() +n.toString +t.f.a(n) +m=p.d +m.toString +m.nI(0,J.aE(n,"state"),"flutter",p.gkS()) +case 1:return A.a3(q,r)}}) +return A.a4($async$ks,r)}, +gmr(){return this.d}} +A.ae0.prototype={ +$1(a){}, +$S:23} +A.BO.prototype={ +a_t(a){var s,r=this,q=r.d +if(q==null)return +r.a=q.DA(r.gFX(r)) +s=r.gkS() +if(!A.ayc(A.aBW(self.window.history))){q.nI(0,A.aJ(["origin",!0,"state",r.ga0()],t.N,t.z),"origin","") +r.aaJ(q,s)}}, +v7(a,b,c){var s=this.d +if(s!=null)this.CV(s,a,!0)}, +HO(a){return this.v7(a,!1,null)}, +FY(a,b){var s,r=this,q="flutter/navigation" +if(A.aEu(b)){s=r.d +s.toString +r.aaI(s) +$.b3().jj(q,B.aL.je(B.Xa),new A.ak1())}else if(A.ayc(b)){s=r.f +s.toString +r.f=null +$.b3().jj(q,B.aL.je(new A.i7("pushRoute",s)),new A.ak2())}else{r.f=r.gkS() +r.d.uW(0,-1)}}, +CV(a,b,c){var s +if(b==null)b=this.gkS() +s=this.e +if(c)a.nI(0,s,"flutter",b) +else a.Tg(0,s,"flutter",b)}, +aaJ(a,b){return this.CV(a,b,!1)}, +aaI(a){return this.CV(a,null,!1)}, +ks(){var s=0,r=A.a5(t.H),q,p=this,o,n +var $async$ks=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:p.n() +if(p.b||p.d==null){s=1 +break}p.b=!0 +o=p.d +s=3 +return A.ad(o.uW(0,-1),$async$ks) +case 3:n=p.ga0() +n.toString +o.nI(0,J.aE(t.f.a(n),"state"),"flutter",p.gkS()) +case 1:return A.a3(q,r)}}) +return A.a4($async$ks,r)}, +gmr(){return this.d}} +A.ak1.prototype={ +$1(a){}, +$S:23} +A.ak2.prototype={ +$1(a){}, +$S:23} +A.lv.prototype={} +A.yB.prototype={ +gAX(){var s,r,q=this,p=q.b +if(p===$){s=q.a +r=A.ex(new A.aZ(s,new A.a9j(),A.a1(s).h("aZ<1>")),t.Te) +q.b!==$&&A.aK() +q.b=r +p=r}return p}} +A.a9j.prototype={ +$1(a){return a.c}, +$S:27} +A.Mp.prototype={ +gMj(){var s,r=this,q=r.c +if(q===$){s=t.e.a(A.bC(r.ga7T())) +r.c!==$&&A.aK() +r.c=s +q=s}return q}, +a7U(a){var s,r,q,p=A.aBX(a) +p.toString +for(s=this.a,r=s.length,q=0;q>>0)) +f.fd(c,B.X.cb([!0])) +return +case"SystemChrome.setSystemUIOverlayStyle":l=A.hQ(J.aE(t.xE.a(s.b),"statusBarColor")) +A.aI5(l==null?null:new A.F(l>>>0)) +f.fd(c,B.X.cb([!0])) +return +case"SystemChrome.setPreferredOrientations":B.Gr.v6(t.j.a(s.b)).bF(new A.a9_(f,c),t.P) +return +case"SystemSound.play":f.fd(c,B.X.cb([!0])) +return +case"Clipboard.setData":new A.xM(A.awT(),A.axT()).VD(s,c) +return +case"Clipboard.getData":new A.xM(A.awT(),A.axT()).UN(c) +return +case"Clipboard.hasStrings":new A.xM(A.awT(),A.axT()).ahH(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=$.a3O() +q.grG(q).ahw(b,c) +return +case"flutter/contextmenu":switch(B.aL.il(b).a){case"enableContextMenu":f.e.i(0,0).gQc().afG(0) +f.fd(c,B.X.cb([!0])) +return +case"disableContextMenu":f.e.i(0,0).gQc().hL(0) +f.fd(c,B.X.cb([!0])) +return}return +case"flutter/mousecursor":s=B.cW.il(b) +o=t.f.a(s.b) +switch(s.a){case"activateSystemCursor":q=f.e.i(0,0) +j=q.c +if(j===$){k=$.iK.f +k===$&&A.b() +j!==$&&A.aK() +j=q.c=new A.adR(k)}q=A.d6(J.aE(o,"kind")) +k=j.a.style +q=B.Vh.i(0,q) +A.X(k,"cursor",q==null?"default":q) +break}return +case"flutter/web_test_e2e":f.fd(c,B.X.cb([A.aVq(B.aL,b)])) +return +case"flutter/platform_views":q=f.db +if(q==null)q=f.db=new A.afl($.awf(),new A.a90()) +c.toString +q.ah5(b,c) +return +case"flutter/accessibility":q=$.iK.y +q===$&&A.b() +k=t.f +i=k.a(J.aE(k.a(B.bW.fO(b)),"data")) +h=A.d6(J.aE(i,"message")) +if(h!=null&&h.length!==0){g=A.axx(i,"assertiveness") +q.Pq(h,B.MG[g==null?0:g])}f.fd(c,B.bW.cb(!0)) +return +case"flutter/navigation":f.e.i(0,0).F4(b).bF(new A.a91(f,c),t.P) +f.to="/" +return}q=$.aI_ +if(q!=null){q.$3(a,b,c) +return}f.fd(c,null)}, +qU(a,b){return this.a4u(a,b)}, +a4u(a,b){var s=0,r=A.a5(t.H),q=1,p,o=this,n,m,l,k,j,i +var $async$qU=A.a6(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.ad(A.wN($.GO.zZ(a)),$async$qU) +case 6:n=i.a(d) +s=7 +return A.ad(n.gzg().oK(),$async$qU) +case 7:m=d +o.fd(b,J.aLD(m)) +q=1 +s=5 +break +case 3:q=2 +j=p +l=A.ag(j) +$.dR().$1("Error while trying to load an asset: "+A.n(l)) +o.fd(b,null) +s=5 +break +case 2:s=1 +break +case 5:return A.a3(null,r) +case 1:return A.a2(p,r)}}) +return A.a4($async$qU,r)}, +a3q(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}}, +ky(){var s=$.aI3 +if(s==null)throw A.c(A.bx("scheduleFrameCallback must be initialized first.")) +s.$0()}, +a_V(){var s=this +if(s.fr!=null)return +s.a=s.a.Qi(A.ax9()) +s.fr=A.cJ(self.window,"languagechange",new A.a8Y(s))}, +a_R(){var s,r,q,p=new self.MutationObserver(A.bC(new A.a8X(this))) +this.go=p +s=self.document.documentElement +s.toString +r=A.a(["style"],t.s) +q=A.w(t.N,t.z) +q.m(0,"attributes",!0) +q.m(0,"attributeFilter",r) +r=A.aV(q) +if(r==null)r=t.K.a(r) +p.observe(s,r)}, +OR(a){var s=this,r=s.a +if(r.d!==a){s.a=r.aer(a) +A.ms(null,null) +A.ms(s.k4,s.ok)}}, +abV(a){var s=this.a,r=s.a +if((r.a&32)!==0!==a){this.a=s.Qf(r.aep(a)) +A.ms(null,null)}}, +a_M(){var s,r=this,q=r.k2 +r.OR(q.matches?B.a4:B.W) +s=t.e.a(A.bC(new A.a8W(r))) +r.k3=s +q.addListener(s)}, +jk(a,b,c){A.GZ(this.R8,this.RG,new A.uZ(b,0,a,c))}, +gxL(){var s=this.to +return s==null?this.to=this.e.i(0,0).gxo().gkS():s}, +fd(a,b){A.M7(B.w,null,t.H).bF(new A.a94(a,b),t.P)}} +A.a93.prototype={ +$0(){return this.a.$1(this.b.$1(this.c))}, +$S:0} +A.a92.prototype={ +$1(a){this.a.zF(this.b,a)}, +$S:23} +A.a8Z.prototype={ +$1(a){this.a.fd(this.b,B.X.cb([!0]))}, +$S:22} +A.a9_.prototype={ +$1(a){this.a.fd(this.b,B.X.cb([a]))}, +$S:101} +A.a90.prototype={ +$1(a){var s=$.iK.r +s===$&&A.b() +s.append(a)}, +$S:1} +A.a91.prototype={ +$1(a){var s=this.b +if(a)this.a.fd(s,B.X.cb([!0])) +else if(s!=null)s.$1(null)}, +$S:101} +A.a8Y.prototype={ +$1(a){var s=this.a +s.a=s.a.Qi(A.ax9()) +A.ms(s.fx,s.fy)}, +$S:1} +A.a8X.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l=null +for(s=J.aj(a),r=t.e,q=this.a;s.q();){p=s.gG(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.aYk(o) +m=(n==null?16:n)/16 +o=q.a +if(o.e!==m){q.a=o.aev(m) +A.ms(l,l) +A.ms(q.id,q.k1)}}}}, +$S:449} +A.a8W.prototype={ +$1(a){var s=A.aBX(a) +s.toString +s=s?B.a4:B.W +this.a.OR(s)}, +$S:1} +A.a94.prototype={ +$1(a){var s=this.a +if(s!=null)s.$1(this.b)}, +$S:22} +A.avD.prototype={ +$0(){this.a.$2(this.b,this.c)}, +$S:0} +A.Tb.prototype={ +j(a){return A.r(this).j(0)+"[view: null, geometry: "+B.G.j(0)+"]"}} +A.Q4.prototype={ +rO(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.Q4(r,!1,q,p,o,n,s.r,s.w)}, +Qf(a){return this.rO(a,null,null,null,null)}, +Qi(a){return this.rO(null,a,null,null,null)}, +aev(a){return this.rO(null,null,null,null,a)}, +aer(a){return this.rO(null,null,a,null,null)}, +aet(a){return this.rO(null,null,null,a,null)}} +A.afj.prototype={ +Gl(a,b,c){var s=this.a +if(s.ai(0,a))return!1 +s.m(0,a,b) +if(!c)this.c.E(0,a) +return!0}, +alk(a,b){return this.Gl(a,b,!0)}, +alu(a,b,c){this.d.m(0,b,a) +return this.b.bf(0,b,new A.afk(this,b,"flt-pv-slot-"+b,a,c))}, +aa_(a){var s,r,q +if(a==null)return +s=$.fM() +if(s!==B.aF){a.remove() +return}s=a.getAttribute("slot") +r="tombstone-"+A.n(s==null?null:s) +q=A.ca(self.document,"slot") +A.X(q.style,"display","none") +s=A.aV(r) +if(s==null)s=t.K.a(s) +q.setAttribute("name",s) +s=$.iK.w +s===$&&A.b() +s.append(q) +s=A.aV(r) +if(s==null)s=t.K.a(s) +a.setAttribute("slot",s) +a.remove() +q.remove()}} +A.afk.prototype={ +$0(){var s,r,q,p,o=this,n=A.ca(self.document,"flt-platform-view"),m=o.b +n.id="flt-pv-"+m +s=A.aV(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){$.dR().$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.X(p.style,"height","100%")}if(p.style.getPropertyValue("width").length===0){$.dR().$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.X(p.style,"width","100%")}n.append(p) +return n}, +$S:105} +A.afl.prototype={ +a1D(a,b){var s=t.f.a(a.b),r=J.a9(s),q=B.d.a9(A.jC(r.i(s,"id"))),p=A.bB(r.i(s,"viewType")),o=r.i(s,"params") +r=this.b +if(!r.a.ai(0,p)){b.$1(B.cW.n6("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.ai(0,q)){b.$1(B.cW.n6("recreating_view","view id: "+q,"trying to create an already created view")) +return}this.c.$1(r.alu(p,q,o)) +b.$1(B.cW.tb(null))}, +ah5(a,b){var s,r=B.cW.il(a) +switch(r.a){case"create":this.a1D(r,b) +return +case"dispose":s=this.b +s.aa_(s.b.B(0,A.e_(r.b))) +b.$1(B.cW.tb(null)) +return}b.$1(null)}} +A.aiu.prototype={ +amy(){A.co(self.document,"touchstart",t.e.a(A.bC(new A.aiv())),null)}} +A.aiv.prototype={ +$1(a){}, +$S:1} +A.Q7.prototype={ +a1w(){var s,r=this +if("PointerEvent" in self.window){s=new A.arf(A.w(t.S,t.ZW),A.a([],t.he),r.a,r.gCr(),r.c,r.d) +s.qg() +return s}if("TouchEvent" in self.window){s=new A.atv(A.aM(t.S),A.a([],t.he),r.a,r.gCr(),r.c,r.d) +s.qg() +return s}if("MouseEvent" in self.window){s=new A.aqN(new A.qT(),A.a([],t.he),r.a,r.gCr(),r.c,r.d) +s.qg() +return s}throw A.c(A.V("This browser does not support pointer, touch, or mouse events."))}, +a80(a){var s=A.a(a.slice(0),A.a1(a)),r=$.b3() +A.GZ(r.as,r.at,new A.At(s))}} +A.afy.prototype={ +j(a){return"pointers:"+("PointerEvent" in self.window)+", touch:"+("TouchEvent" in self.window)+", mouse:"+("MouseEvent" in self.window)}} +A.E5.prototype={} +A.anJ.prototype={ +Dy(a,b,c,d,e){var s=t.e.a(A.bC(new A.anK(d))) +A.co(b,c,s,e) +this.a.push(new A.E5(c,b,s,e,!1))}, +acB(a,b,c,d){return this.Dy(a,b,c,d,!0)}} +A.anK.prototype={ +$1(a){var s=$.eb +if((s==null?$.eb=A.l7():s).Tn(a))this.a.$1(a)}, +$S:1} +A.a25.prototype={ +LG(a,b){if(b==null)return!1 +return Math.abs(b- -3*a)>1}, +a6M(a){var s,r,q,p,o,n=this,m=$.fM() +if(m===B.cV)return!1 +if(n.LG(a.deltaX,A.aC1(a))||n.LG(a.deltaY,A.aC2(a)))return!1 +if(!(B.d.c0(a.deltaX,120)===0&&B.d.c0(a.deltaY,120)===0)){m=A.aC1(a) +if(B.d.c0(m==null?1:m,120)===0){m=A.aC2(a) +m=B.d.c0(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.fq(a)!=null)m=(r?null:A.fq(s))!=null +else m=!1 +if(m){m=A.fq(a) +m.toString +s.toString +s=A.fq(s) +s.toString +if(m-s<50&&n.r)return!0}return!1}}return!0}, +a1t(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this +if(d.a6M(a)){s=B.aJ +r=-2}else{s=B.aP +r=-1}q=a.deltaX +p=a.deltaY +switch(B.d.a9(a.deltaMode)){case 1:o=$.aGi +if(o==null){n=A.ca(self.document,"div") +o=n.style +A.X(o,"font-size","initial") +A.X(o,"display","none") +self.document.body.append(n) +o=A.ax7(self.window,n).getPropertyValue("font-size") +if(B.c.t(o,"px"))m=A.aDY(A.em(o,"px","")) +else m=null +n.remove() +o=$.aGi=m==null?16:m/4}q*=o +p*=o +break +case 2:o=$.dr() +q*=o.gpN().a +p*=o.gpN().b +break +case 0:o=$.dQ() +if(o===B.bx){o=$.fM() +if(o!==B.aF)o=o===B.cV +else o=!0}else o=!1 +if(o){$.dr() +o=$.dq() +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.azl(a,d.b) +o=$.dQ() +if(o===B.bx){o=$.acz +o=o==null?null:o.gqL().f.ai(0,$.aAt()) +if(o!==!0){o=$.acz +o=o==null?null:o.gqL().f.ai(0,$.aAu()) +i=o===!0}else i=!0}else i=!1 +o=a.ctrlKey&&!i +l=d.d +h=j.a +if(o){o=A.fq(a) +o.toString +o=A.qS(o) +$.dr() +g=$.dq() +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.iX(a) +e.toString +l.aef(k,B.d.a9(e),B.cF,r,s,h*f,j.b*g,1,1,Math.exp(-p/200),B.Z1,o)}else{o=A.fq(a) +o.toString +o=A.qS(o) +$.dr() +g=$.dq() +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.iX(a) +e.toString +l.aeh(k,B.d.a9(e),B.cF,r,s,h*f,j.b*g,1,1,q,p,B.Z0,o)}d.f=a +d.r=s===B.aJ +return k}, +IT(a){var s=this.b,r=t.e.a(A.bC(a)),q=t.K,p=A.aV(A.aJ(["capture",!1,"passive",!1],t.N,q)) +q=p==null?q.a(p):p +s.addEventListener("wheel",r,q) +this.a.push(new A.E5("wheel",s,r,!1,!0))}, +Lq(a){this.c.$1(this.a1t(a)) +a.preventDefault()}} +A.kD.prototype={ +j(a){return A.r(this).j(0)+"(change: "+this.a.j(0)+", buttons: "+this.b+")"}} +A.qT.prototype={ +Hq(a,b){var s +if(this.a!==0)return this.A8(b) +s=(b===0&&a>-1?A.aWI(a):b)&1073741823 +this.a=s +return new A.kD(B.CU,s)}, +A8(a){var s=a&1073741823,r=this.a +if(r===0&&s!==0)return new A.kD(B.cF,r) +this.a=s +return new A.kD(s===0?B.cF:B.ep,s)}, +uY(a){if(this.a!==0&&(a&1073741823)===0){this.a=0 +return new A.kD(B.kb,0)}return null}, +Hr(a){if((a&1073741823)===0){this.a=0 +return new A.kD(B.cF,0)}return null}, +Hs(a){var s +if(this.a===0)return null +s=this.a=(a==null?0:a)&1073741823 +if(s===0)return new A.kD(B.kb,s) +else return new A.kD(B.ep,s)}} +A.arf.prototype={ +BF(a){return this.w.bf(0,a,new A.arh())}, +MW(a){if(A.ax6(a)==="touch")this.w.B(0,A.aBY(a))}, +B2(a,b,c,d,e){this.Dy(0,a,b,new A.arg(this,d,c),e)}, +B1(a,b,c){return this.B2(a,b,c,!0,!0)}, +a_X(a,b,c,d){return this.B2(a,b,c,d,!0)}, +qg(){var s=this,r=s.b +s.B1(r,"pointerdown",new A.ari(s)) +s.B1(self.window,"pointermove",new A.arj(s)) +s.B2(r,"pointerleave",new A.ark(s),!1,!1) +s.B1(self.window,"pointerup",new A.arl(s)) +s.a_X(r,"pointercancel",new A.arm(s),!1) +s.IT(new A.arn(s))}, +h7(a,b,c){var s,r,q,p,o,n,m,l,k=this,j=A.ax6(c) +j.toString +s=k.MC(j) +j=A.aBZ(c) +j.toString +r=A.aC_(c) +r.toString +j=Math.abs(j)>Math.abs(r)?A.aBZ(c):A.aC_(c) +j.toString +r=A.fq(c) +r.toString +q=A.qS(r) +p=c.pressure +if(p==null)p=null +o=A.azl(c,k.b) +r=k.oj(c) +$.dr() +n=$.dq() +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.aeg(a,b.b,b.a,r,s,o.a*m,o.b*n,l,1,B.dj,j/180*3.141592653589793,q)}, +a2K(a){var s,r +if("getCoalescedEvents" in a){s=J.kQ(a.getCoalescedEvents(),t.e) +r=new A.e4(s.a,s.$ti.h("e4<1,e>")) +if(!r.ga_(r))return r}return A.a([a],t.J)}, +MC(a){switch(a){case"mouse":return B.aP +case"pen":return B.b_ +case"touch":return B.an +default:return B.by}}, +oj(a){var s=A.ax6(a) +s.toString +if(this.MC(s)===B.aP)s=-1 +else{s=A.aBY(a) +s.toString +s=B.d.a9(s)}return s}} +A.arh.prototype={ +$0(){return new A.qT()}, +$S:441} +A.arg.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.fq(a) +o.toString +this.a.e.AV(s,r,q,p,o)}this.c.$1(a)}, +$S:1} +A.ari.prototype={ +$1(a){var s,r,q=this.a,p=q.oj(a),o=A.a([],t.v),n=q.BF(p),m=A.iX(a) +m.toString +s=n.uY(B.d.a9(m)) +if(s!=null)q.h7(o,s,a) +m=B.d.a9(a.button) +r=A.iX(a) +r.toString +q.h7(o,n.Hq(m,B.d.a9(r)),a) +q.c.$1(o)}, +$S:14} +A.arj.prototype={ +$1(a){var s,r,q,p,o=this.a,n=o.BF(o.oj(a)),m=A.a([],t.v) +for(s=J.aj(o.a2K(a));s.q();){r=s.gG(s) +q=r.buttons +if(q==null)q=null +q.toString +p=n.uY(B.d.a9(q)) +if(p!=null)o.h7(m,p,r) +q=r.buttons +if(q==null)q=null +q.toString +o.h7(m,n.A8(B.d.a9(q)),r)}o.c.$1(m)}, +$S:14} +A.ark.prototype={ +$1(a){var s,r=this.a,q=r.BF(r.oj(a)),p=A.a([],t.v),o=A.iX(a) +o.toString +s=q.Hr(B.d.a9(o)) +if(s!=null){r.h7(p,s,a) +r.c.$1(p)}}, +$S:14} +A.arl.prototype={ +$1(a){var s,r,q,p=this.a,o=p.oj(a),n=p.w +if(n.ai(0,o)){s=A.a([],t.v) +n=n.i(0,o) +n.toString +r=A.iX(a) +q=n.Hs(r==null?null:B.d.a9(r)) +p.MW(a) +if(q!=null){p.h7(s,q,a) +p.c.$1(s)}}}, +$S:14} +A.arm.prototype={ +$1(a){var s,r=this.a,q=r.oj(a),p=r.w +if(p.ai(0,q)){s=A.a([],t.v) +p=p.i(0,q) +p.toString +p.a=0 +r.MW(a) +r.h7(s,new A.kD(B.k9,0),a) +r.c.$1(s)}}, +$S:14} +A.arn.prototype={ +$1(a){this.a.Lq(a)}, +$S:1} +A.atv.prototype={ +vs(a,b,c){this.acB(0,a,b,new A.atw(this,!0,c))}, +qg(){var s=this,r=s.b +s.vs(r,"touchstart",new A.atx(s)) +s.vs(r,"touchmove",new A.aty(s)) +s.vs(r,"touchend",new A.atz(s)) +s.vs(r,"touchcancel",new A.atA(s))}, +vF(a,b,c,d,e){var s,r,q,p,o,n=A.aO4(e) +n.toString +n=B.d.a9(n) +s=e.clientX +$.dr() +r=$.dq() +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.aed(b,o,a,n,s*q,p*r,1,1,B.dj,d)}} +A.atw.prototype={ +$1(a){var s=a.altKey,r=a.ctrlKey,q=a.metaKey,p=a.shiftKey,o=A.fq(a) +o.toString +this.a.e.AV(s,r,q,p,o) +this.c.$1(a)}, +$S:1} +A.atx.prototype={ +$1(a){var s,r,q,p,o,n,m,l=A.fq(a) +l.toString +s=A.qS(l) +r=A.a([],t.v) +for(l=t.e,q=t.VA,q=A.cd(new A.m4(a.changedTouches,q),q.h("l.E"),l),l=A.cd(q.a,A.k(q).c,l),q=J.aj(l.a),l=A.k(l),l=l.h("@<1>").an(l.z[1]).z[1],p=this.a;q.q();){o=l.a(q.gG(q)) +n=o.identifier +if(n==null)n=null +n.toString +m=p.w +if(!m.t(0,B.d.a9(n))){n=o.identifier +if(n==null)n=null +n.toString +m.E(0,B.d.a9(n)) +p.vF(B.CU,r,!0,s,o)}}p.c.$1(r)}, +$S:14} +A.aty.prototype={ +$1(a){var s,r,q,p,o,n,m +a.preventDefault() +s=A.fq(a) +s.toString +r=A.qS(s) +q=A.a([],t.v) +for(s=t.e,p=t.VA,p=A.cd(new A.m4(a.changedTouches,p),p.h("l.E"),s),s=A.cd(p.a,A.k(p).c,s),p=J.aj(s.a),s=A.k(s),s=s.h("@<1>").an(s.z[1]).z[1],o=this.a;p.q();){n=s.a(p.gG(p)) +m=n.identifier +if(m==null)m=null +m.toString +if(o.w.t(0,B.d.a9(m)))o.vF(B.ep,q,!0,r,n)}o.c.$1(q)}, +$S:14} +A.atz.prototype={ +$1(a){var s,r,q,p,o,n,m,l +a.preventDefault() +s=A.fq(a) +s.toString +r=A.qS(s) +q=A.a([],t.v) +for(s=t.e,p=t.VA,p=A.cd(new A.m4(a.changedTouches,p),p.h("l.E"),s),s=A.cd(p.a,A.k(p).c,s),p=J.aj(s.a),s=A.k(s),s=s.h("@<1>").an(s.z[1]).z[1],o=this.a;p.q();){n=s.a(p.gG(p)) +m=n.identifier +if(m==null)m=null +m.toString +l=o.w +if(l.t(0,B.d.a9(m))){m=n.identifier +if(m==null)m=null +m.toString +l.B(0,B.d.a9(m)) +o.vF(B.kb,q,!1,r,n)}}o.c.$1(q)}, +$S:14} +A.atA.prototype={ +$1(a){var s,r,q,p,o,n,m,l=A.fq(a) +l.toString +s=A.qS(l) +r=A.a([],t.v) +for(l=t.e,q=t.VA,q=A.cd(new A.m4(a.changedTouches,q),q.h("l.E"),l),l=A.cd(q.a,A.k(q).c,l),q=J.aj(l.a),l=A.k(l),l=l.h("@<1>").an(l.z[1]).z[1],p=this.a;q.q();){o=l.a(q.gG(q)) +n=o.identifier +if(n==null)n=null +n.toString +m=p.w +if(m.t(0,B.d.a9(n))){n=o.identifier +if(n==null)n=null +n.toString +m.B(0,B.d.a9(n)) +p.vF(B.k9,r,!1,s,o)}}p.c.$1(r)}, +$S:14} +A.aqN.prototype={ +IQ(a,b,c,d){this.Dy(0,a,b,new A.aqO(this,!0,c),d)}, +B_(a,b,c){return this.IQ(a,b,c,!0)}, +qg(){var s=this,r=s.b +s.B_(r,"mousedown",new A.aqP(s)) +s.B_(self.window,"mousemove",new A.aqQ(s)) +s.IQ(r,"mouseleave",new A.aqR(s),!1) +s.B_(self.window,"mouseup",new A.aqS(s)) +s.IT(new A.aqT(s))}, +h7(a,b,c){var s,r,q=A.azl(c,this.b),p=A.fq(c) +p.toString +p=A.qS(p) +$.dr() +s=$.dq() +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.aee(a,b.b,b.a,-1,B.aP,q.a*r,q.b*s,1,1,B.dj,p)}} +A.aqO.prototype={ +$1(a){var s=a.getModifierState("Alt"),r=a.getModifierState("Control"),q=a.getModifierState("Meta"),p=a.getModifierState("Shift"),o=A.fq(a) +o.toString +this.a.e.AV(s,r,q,p,o) +this.c.$1(a)}, +$S:1} +A.aqP.prototype={ +$1(a){var s,r,q=A.a([],t.v),p=this.a,o=p.w,n=A.iX(a) +n.toString +s=o.uY(B.d.a9(n)) +if(s!=null)p.h7(q,s,a) +n=B.d.a9(a.button) +r=A.iX(a) +r.toString +p.h7(q,o.Hq(n,B.d.a9(r)),a) +p.c.$1(q)}, +$S:14} +A.aqQ.prototype={ +$1(a){var s,r=A.a([],t.v),q=this.a,p=q.w,o=A.iX(a) +o.toString +s=p.uY(B.d.a9(o)) +if(s!=null)q.h7(r,s,a) +o=A.iX(a) +o.toString +q.h7(r,p.A8(B.d.a9(o)),a) +q.c.$1(r)}, +$S:14} +A.aqR.prototype={ +$1(a){var s,r=A.a([],t.v),q=this.a,p=A.iX(a) +p.toString +s=q.w.Hr(B.d.a9(p)) +if(s!=null){q.h7(r,s,a) +q.c.$1(r)}}, +$S:14} +A.aqS.prototype={ +$1(a){var s,r=A.a([],t.v),q=this.a,p=A.iX(a) +p=p==null?null:B.d.a9(p) +s=q.w.Hs(p) +if(s!=null){q.h7(r,s,a) +q.c.$1(r)}}, +$S:14} +A.aqT.prototype={ +$1(a){this.a.Lq(a)}, +$S:1} +A.wn.prototype={} +A.afp.prototype={ +vP(a,b,c){return this.a.bf(0,a,new A.afq(b,c))}, +mL(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.aDR(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)}, +Cd(a,b,c){var s=this.a.i(0,a) +s.toString +return s.b!==b||s.c!==c}, +lO(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.aDR(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.dj,a5,!0,a6,a7)}, +rL(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var s,r,q,p=this +if(m===B.dj)switch(c.a){case 1:p.vP(d,f,g) +a.push(p.mL(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.ai(0,d) +p.vP(d,f,g) +if(!s)a.push(p.lO(b,B.ka,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.mL(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.ai(0,d) +p.vP(d,f,g).a=$.aFJ=$.aFJ+1 +if(!s)a.push(p.lO(b,B.ka,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,0,n,o)) +if(p.Cd(d,f,g))a.push(p.lO(0,B.cF,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.mL(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.mL(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.k9){f=q.b +g=q.c}if(p.Cd(d,f,g))a.push(p.lO(p.b,B.ep,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.mL(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.an){a.push(p.lO(0,B.Z_,d,0,0,e,!1,0,f,g,0,0,i,0,0,0,0,0,j,k,l,0,n,o)) +r.B(0,d)}break +case 2:r=p.a +q=r.i(0,d) +q.toString +a.push(p.mL(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.B(0,d) +break +case 7:case 8:case 9:break}else switch(m.a){case 1:case 2:case 3:s=p.a.ai(0,d) +p.vP(d,f,g) +if(!s)a.push(p.lO(b,B.ka,d,0,0,e,!1,0,f,g,0,h,i,0,0,0,0,0,j,k,l,0,n,o)) +if(p.Cd(d,f,g))if(b!==0)a.push(p.lO(b,B.ep,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.lO(b,B.cF,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.mL(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}}, +aef(a,b,c,d,e,f,g,h,i,j,k,l){return this.rL(a,b,c,d,e,f,g,h,i,j,0,0,k,0,l)}, +aeh(a,b,c,d,e,f,g,h,i,j,k,l,m){return this.rL(a,b,c,d,e,f,g,h,i,1,j,k,l,0,m)}, +aee(a,b,c,d,e,f,g,h,i,j,k){return this.rL(a,b,c,d,e,f,g,h,i,1,0,0,j,0,k)}, +aed(a,b,c,d,e,f,g,h,i,j){return this.rL(a,b,c,d,B.an,e,f,g,h,1,0,0,i,0,j)}, +aeg(a,b,c,d,e,f,g,h,i,j,k,l){return this.rL(a,b,c,d,e,f,g,h,i,1,0,0,j,k,l)}} +A.afq.prototype={ +$0(){return new A.wn(this.a,this.b)}, +$S:420} +A.axV.prototype={} +A.agl.prototype={ +a_p(a){var s=this,r=t.e +s.b=r.a(A.bC(new A.agm(s))) +A.co(self.window,"keydown",s.b,null) +s.c=r.a(A.bC(new A.agn(s))) +A.co(self.window,"keyup",s.c,null) +$.oy.push(new A.ago(s))}, +n(){var s,r,q=this +A.fR(self.window,"keydown",q.b,null) +A.fR(self.window,"keyup",q.c,null) +for(s=q.a,r=A.k4(s,s.r);r.q();)s.i(0,r.d).b8(0) +s.a2(0) +$.axY=q.c=q.b=null}, +Lf(a){var s,r,q,p,o,n,m=this,l=globalThis.KeyboardEvent +if(!(l!=null&&a instanceof l))return +s=new A.jW(a) +r=A.p4(a) +r.toString +if(a.type==="keydown"&&A.jT(a)==="Tab"&&a.isComposing)return +q=A.jT(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.b8(0) +if(a.type==="keydown")p=a.ctrlKey||a.shiftKey||a.altKey||a.metaKey +else p=!1 +if(p)q.m(0,r,A.c7(B.f4,new A.agq(m,r,s))) +else q.B(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.jT(a)==="CapsLock"){r=o|32 +m.d=r}else if(A.p4(a)==="NumLock"){r=o|16 +m.d=r}else if(A.jT(a)==="ScrollLock"){r=o|64 +m.d=r}else{if(A.jT(a)==="Meta"){r=$.dQ() +r=r===B.k4}else r=!1 +if(r){r=o|8 +m.d=r}else r=o}else r=o +n=A.aJ(["type",a.type,"keymap","web","code",A.p4(a),"key",A.jT(a),"location",B.d.a9(a.location),"metaState",r,"keyCode",B.d.a9(a.keyCode)],t.N,t.z) +$.b3().jj("flutter/keyevent",B.X.cb(n),new A.agr(s))}} +A.agm.prototype={ +$1(a){this.a.Lf(a)}, +$S:1} +A.agn.prototype={ +$1(a){this.a.Lf(a)}, +$S:1} +A.ago.prototype={ +$0(){this.a.n()}, +$S:0} +A.agq.prototype={ +$0(){var s,r,q=this.a +q.a.B(0,this.b) +s=this.c.a +r=A.aJ(["type","keyup","keymap","web","code",A.p4(s),"key",A.jT(s),"location",B.d.a9(s.location),"metaState",q.d,"keyCode",B.d.a9(s.keyCode)],t.N,t.z) +$.b3().jj("flutter/keyevent",B.X.cb(r),A.aVb())}, +$S:0} +A.agr.prototype={ +$1(a){if(a==null)return +if(A.rd(J.aE(t.a.a(B.X.fO(a)),"handled")))this.a.a.preventDefault()}, +$S:23} +A.xe.prototype={ +K(){return"Assertiveness."+this.b}} +A.a3U.prototype={ +ad1(a){switch(a.a){case 0:return this.a +case 1:return this.b}}, +Pq(a,b){var s=this.ad1(b),r=A.ca(self.document,"div") +A.aO3(r,a) +s.append(r) +A.c7(B.d0,new A.a3V(r))}} +A.a3V.prototype={ +$0(){return this.a.remove()}, +$S:0} +A.Db.prototype={ +K(){return"_CheckableKind."+this.b}} +A.a5U.prototype={ +ey(a){var s,r,q,p,o=this,n="true" +o.kD(0) +s=o.b +if((s.k3&1)!==0){switch(o.e.a){case 0:r=A.aV("checkbox") +if(r==null)r=t.K.a(r) +s.k2.setAttribute("role",r) +break +case 1:r=A.aV("radio") +if(r==null)r=t.K.a(r) +s.k2.setAttribute("role",r) +break +case 2:r=A.aV("switch") +if(r==null)r=t.K.a(r) +s.k2.setAttribute("role",r) +break}if(s.EL()===B.f8){q=s.k2 +r=A.aV(n) +if(r==null)r=t.K.a(r) +q.setAttribute("aria-disabled",r) +r=A.aV(n) +if(r==null)r=t.K.a(r) +q.setAttribute("disabled",r)}else o.MS() +r=s.a +p=A.aV((r&2)!==0||(r&131072)!==0?n:"false") +r=p==null?t.K.a(p):p +s.k2.setAttribute("aria-checked",r)}}, +n(){this.qq() +this.MS()}, +MS(){var s=this.b.k2 +s.removeAttribute("aria-disabled") +s.removeAttribute("disabled")}} +A.Lf.prototype={ +ey(a){var s,r,q +this.kD(0) +s=this.b +if((s.a&4096)!==0){r=s.z +s=s.k2 +q=A.aV(r==null?"":r) +if(q==null)q=t.K.a(q) +s.setAttribute("aria-label",q) +q=A.aV("dialog") +if(q==null)q=t.K.a(q) +s.setAttribute("role",q)}}, +QP(a){var s,r=this.b +if((r.a&4096)!==0)return +r=r.k2 +s=A.aV("dialog") +if(s==null)s=t.K.a(s) +r.setAttribute("role",s) +s=A.aV(a.b.k2.id) +if(s==null)s=t.K.a(s) +r.setAttribute("aria-describedby",s)}} +A.uN.prototype={ +ey(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.QP(r) +else q.k1.e.push(new A.aik(r))}}, +a73(){var s,r,q=this.b.ok +while(!0){s=q!=null +if(s){r=q.p2 +r=(r==null?null:r.a)!==B.hx}else r=!1 +if(!r)break +q=q.ok}if(s){s=q.p2 +s=(s==null?null:s.a)===B.hx}else s=!1 +if(s){s=q.p2 +s.toString +this.d=t.JX.a(s)}}} +A.aik.prototype={ +$0(){var s,r=this.a +r.a73() +s=r.d +if(s!=null)s.QP(r)}, +$S:0} +A.tp.prototype={ +ey(a){var s,r=this.b +if((r.a&2097152)!==0){s=this.d +if(s.b==null)s.SC(r.id,r.k2) +r=r.a +if((r&32)!==0)r=(r&64)===0||(r&128)!==0 +else r=!1 +s.PV(r)}else this.d.Av()}} +A.rp.prototype={ +SC(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.EE([o[0],r,s,a]) +return}if(!o)q.Av() +o=t.e +s=o.a(A.bC(new A.a3X(q))) +s=[o.a(A.bC(new A.a3Y(q))),s,b,a] +q.b=new A.EE(s) +b.tabIndex=0 +A.co(b,"focus",s[1],null) +A.co(b,"blur",s[0],null)}, +Av(){var s,r=this.b +this.b=null +if(r==null)return +s=r.a +A.fR(s[2],"focus",s[1],null) +A.fR(s[2],"blur",s[0],null) +s[2].blur()}, +Ns(a){var s,r,q=this.b +if(q==null)return +s=$.b3() +r=q.a[3] +s.jk(r,a?B.kz:B.kA,null)}, +PV(a){var s=this.b +if(s==null)return +this.a.e.push(new A.a3W(this,s,a))}} +A.a3X.prototype={ +$1(a){return this.a.Ns(!0)}, +$S:1} +A.a3Y.prototype={ +$1(a){return this.a.Ns(!1)}, +$S:1} +A.a3W.prototype={ +$0(){var s=this.b +if(!J.d(this.a.b,s))return +s=s.a +if(this.c)s[2].focus() +else s[2].blur()}, +$S:0} +A.abS.prototype={ +ey(a){var s,r,q,p=this +p.kD(0) +s=p.b +if(s.gFw()){r=s.dy +r=r!=null&&!B.eh.ga_(r)}else r=!1 +if(r){if(p.e==null){p.e=A.ca(self.document,"flt-semantics-img") +r=s.dy +if(r!=null&&!B.eh.ga_(r)){r=p.e.style +A.X(r,"position","absolute") +A.X(r,"top","0") +A.X(r,"left","0") +q=s.y +A.X(r,"width",A.n(q.c-q.a)+"px") +q=s.y +A.X(r,"height",A.n(q.d-q.b)+"px")}A.X(p.e.style,"font-size","6px") +r=p.e +r.toString +s.k2.append(r)}s=p.e +s.toString +r=A.aV("img") +if(r==null)r=t.K.a(r) +s.setAttribute("role",r) +p.Nu(p.e)}else{r=s.k2 +if(s.gFw()){s=A.aV("img") +if(s==null)s=t.K.a(s) +r.setAttribute("role",s) +p.Nu(r) +p.Bi()}else{p.Bi() +r.removeAttribute("aria-label")}}}, +Nu(a){var s=this.b.z +if(s!=null&&s.length!==0){a.toString +s.toString +s=A.aV(s) +if(s==null)s=t.K.a(s) +a.setAttribute("aria-label",s)}}, +Bi(){var s=this.e +if(s!=null){s.remove() +this.e=null}}, +n(){this.qq() +this.Bi() +this.b.k2.removeAttribute("aria-label")}} +A.ac_.prototype={ +a_h(a){var s,r=this,q=r.b +r.hd(new A.pI(B.hG,q)) +r.hd(new A.uN(B.kp,q)) +r.hd(new A.zr(B.D9,q)) +q=r.e +a.k2.append(q) +A.a7z(q,"range") +s=A.aV("slider") +if(s==null)s=t.K.a(s) +q.setAttribute("role",s) +A.co(q,"change",t.e.a(A.bC(new A.ac0(r,a))),null) +s=new A.ac1(r) +r.w=s +a.k1.as.push(s) +r.f.SC(a.id,q)}, +ey(a){var s,r=this +r.kD(0) +s=r.b +switch(s.k1.z.a){case 1:r.a2v() +r.abX() +break +case 0:r.K4() +break}r.f.PV((s.a&32)!==0)}, +a2v(){var s=this.e,r=A.ax4(s) +r.toString +if(!r)return +A.aBQ(s,!1)}, +abX(){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.aBR(s,q) +p=A.aV(q) +if(p==null)p=t.K.a(p) +s.setAttribute("aria-valuenow",p) +p=l.b +o=p.ax +o.toString +o=A.aV(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.aV(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.aV(m) +if(p==null)p=t.K.a(p) +s.setAttribute("aria-valuemin",p)}, +K4(){var s=this.e,r=A.ax4(s) +r.toString +if(r)return +A.aBQ(s,!0)}, +n(){var s=this +s.qq() +s.f.Av() +B.b.B(s.b.k1.as,s.w) +s.w=null +s.K4() +s.e.remove()}} +A.ac0.prototype={ +$1(a){var s,r=this.a,q=r.e,p=A.ax4(q) +p.toString +if(p)return +r.x=!0 +q=A.ax5(q) +q.toString +s=A.dn(q,null) +q=r.r +if(s>q){r.r=q+1 +$.b3().jk(this.b.id,B.Dm,null)}else if(sq){s=s.b +s.toString +if((s&32)!==0||(s&16)!==0)$.b3().jk(p,B.ex,n) +else $.b3().jk(p,B.ez,n)}else{s=s.b +s.toString +if((s&32)!==0||(s&16)!==0)$.b3().jk(p,B.ey,n) +else $.b3().jk(p,B.eA,n)}}}, +ey(a){var s,r,q,p=this +p.kD(0) +s=p.b +r=s.k1 +r.e.push(new A.aj8(p)) +if(p.r==null){s=s.k2 +A.X(s.style,"touch-action","none") +p.Kx() +q=new A.aj9(p) +p.e=q +r.as.push(q) +q=t.e.a(A.bC(new A.aja(p))) +p.r=q +A.co(s,"scroll",q,null)}}, +gK8(){var s=this.b,r=s.b +r.toString +r=(r&32)!==0||(r&16)!==0 +s=s.k2 +if(r)return B.d.a9(s.scrollTop) +else return B.d.a9(s.scrollLeft)}, +M9(){var s,r,q,p,o=this,n="transform",m=o.b,l=m.k2,k=m.y +if(k==null){$.dR().$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.d.lW(q) +r=r.style +A.X(r,n,"translate(0px,"+(s+10)+"px)") +A.X(r,"width",""+B.d.am(p)+"px") +A.X(r,"height","10px") +l.scrollTop=10 +m.p3=o.w=B.d.a9(l.scrollTop) +m.p4=0}else{s=B.d.lW(p) +r=r.style +A.X(r,n,"translate("+(s+10)+"px,0px)") +A.X(r,"width","10px") +A.X(r,"height",""+B.d.am(q)+"px") +l.scrollLeft=10 +q=B.d.a9(l.scrollLeft) +o.w=q +m.p3=0 +m.p4=q}}, +Kx(){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.X(p.style,s,"scroll") +else A.X(p.style,r,"scroll") +break +case 0:q=q.b +q.toString +if((q&32)!==0||(q&16)!==0)A.X(p.style,s,"hidden") +else A.X(p.style,r,"hidden") +break}}, +n(){var s,r,q,p,o=this +o.qq() +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.fR(r,"scroll",p,null) +B.b.B(s.k1.as,o.e) +o.e=null}} +A.aj8.prototype={ +$0(){var s=this.a +s.M9() +s.b.Gi()}, +$S:0} +A.aj9.prototype={ +$1(a){this.a.Kx()}, +$S:120} +A.aja.prototype={ +$1(a){this.a.a9s()}, +$S:1} +A.td.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.n(s)}, +k(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.td&&b.a===this.a}, +gu(a){return B.e.gu(this.a)}, +Qn(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.td((r&64)!==0?s|64:s&4294967231)}, +aep(a){return this.Qn(null,a)}, +aek(a){return this.Qn(a,null)}} +A.a8O.prototype={ +sahP(a){var s=this.a +this.a=a?s|32:s&4294967263}, +de(){return new A.td(this.a)}} +A.RK.prototype={$iay9:1} +A.RI.prototype={} +A.jd.prototype={ +K(){return"PrimaryRole."+this.b}} +A.qk.prototype={ +K(){return"Role."+this.b}} +A.Qe.prototype={ +qz(a,b){var s=this,r=s.b +s.hd(new A.tp(new A.rp(r.k1),B.ko,r)) +s.hd(new A.pI(B.hG,r)) +s.hd(new A.uN(B.kp,r)) +s.hd(new A.zr(B.D9,r)) +s.hd(new A.C7(B.D8,r))}, +hd(a){var s=this.c;(s==null?this.c=A.a([],t.VM):s).push(a)}, +ey(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}, +a3w(){var s,r,q=this +if(q.go!==-1)return B.kh +else if((q.a&16)!==0)return B.D_ +else{s=q.b +s.toString +if((s&64)!==0||(s&128)!==0)return B.CZ +else if(q.gFw())return B.D0 +else{s=q.a +if((s&1)!==0||(s&65536)!==0)return B.kg +else if((s&8)!==0)return B.kf +else{r=q.b +r.toString +if((r&32)!==0||(r&16)!==0||(r&4)!==0||(r&8)!==0)return B.ke +else if((s&2048)!==0)return B.hx +else return B.ki}}}}, +a1F(a){var s,r,q,p=this +switch(a.a){case 3:s=new A.al4(B.D_,p) +s.aaH() +break +case 1:s=A.ca(self.document,"flt-semantics-scroll-overflow") +r=new A.aj1(s,B.ke,p) +r.qz(B.ke,p) +q=s.style +A.X(q,"position","absolute") +A.X(q,"transform-origin","0 0 0") +A.X(q,"pointer-events","none") +p.k2.append(s) +s=r +break +case 0:s=A.aP6(p) +break +case 2:s=new A.a5r(B.kf,p) +s.qz(B.kf,p) +r=A.aV("button") +if(r==null)r=t.K.a(r) +p.k2.setAttribute("role",r) +break +case 4:s=new A.a5U(A.aUT(p),B.kg,p) +s.qz(B.kg,p) +break +case 6:s=new A.Lf(B.hx,p) +s.hd(new A.tp(new A.rp(p.k1),B.ko,p)) +s.hd(new A.pI(B.hG,p)) +break +case 5:s=new A.abS(B.D0,p) +s.hd(new A.tp(new A.rp(p.k1),B.ko,p)) +s.hd(new A.pI(B.hG,p)) +s.hd(new A.uN(B.kp,p)) +s.hd(new A.C7(B.D8,p)) +break +case 7:s=new A.afn(B.kh,p) +s.qz(B.kh,p) +break +case 8:s=new A.aat(B.ki,p) +s.qz(B.ki,p) +break +default:s=null}return s}, +ac2(){var s=this,r=s.p2,q=s.a3w() +if(r!=null)if(r.a===q){r.ey(0) +return}else{r.n() +r=s.p2=null}if(r==null){r=s.a1F(q) +s.p2=r +r.ey(0)}}, +Gi(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.k2,g=h.style,f=i.y +A.X(g,"width",A.n(f.c-f.a)+"px") +f=i.y +A.X(g,"height",A.n(f.d-f.b)+"px") +g=i.dy +s=g!=null&&!B.eh.ga_(g)?i.Hc():null +g=i.y +r=g.b===0&&g.a===0 +q=i.dx +g=q==null +p=g||A.aId(q)===B.Eu +if(r&&p&&i.p3===0&&i.p4===0){A.ajz(h) +if(s!=null)A.ajz(s) +return}o=A.aR("effectiveTransform") +if(!r)if(g){g=i.y +n=g.a +m=g.b +g=A.u6() +g.qf(n,m,0) +o.b=g +l=n===0&&m===0}else{g=new A.i6(new Float32Array(16)) +g.dE(new A.i6(q)) +f=i.y +g.ba(0,f.a,f.b) +o.b=g +l=J.aLY(o.aA())}else if(!p){o.b=new A.i6(q) +l=!1}else l=!0 +if(!l){h=h.style +A.X(h,"transform-origin","0 0 0") +A.X(h,"transform",A.aHr(o.aA().a))}else A.ajz(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.X(j,"top",A.n(-h+k)+"px") +A.X(j,"left",A.n(-g+f)+"px")}else A.ajz(s)}, +Uq(a){var s +a.$1(this) +s=this.p1 +if(s!=null)B.b.ah(s,new A.ajA(a))}, +j(a){return this.mE(0)}} +A.ajA.prototype={ +$1(a){a.Uq(this.a)}, +$S:121} +A.a3Z.prototype={ +K(){return"AccessibilityMode."+this.b}} +A.pk.prototype={ +K(){return"GestureMode."+this.b}} +A.BJ.prototype={ +K(){return"SemanticsUpdatePhase."+this.b}} +A.a95.prototype={ +a_c(){$.oy.push(new A.a96(this))}, +a2S(){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.d(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.ac2() +n=l.k3 +if((n&512)!==0||(n&65536)!==0||(n&64)!==0)l.Gi() +n=l.dy +n=!(n!=null&&!B.eh.ga_(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.a_h.t(0,a.type))return!0 +if(i.a!=null)return!1 +r=A.aR("activationPoint") +switch(a.type){case"click":r.scv(new A.yj(a.offsetX,a.offsetY)) +break +case"touchstart":case"touchend":s=t.VA +s=A.cd(new A.m4(a.changedTouches,s),s.h("l.E"),t.e) +s=A.k(s).z[1].a(J.oE(s.a)) +r.scv(new A.yj(s.clientX,s.clientY)) +break +case"pointerdown":case"pointerup":r.scv(new A.yj(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.aA().a-(s+(p-o)/2) +j=r.aA().b-(n+(m-l)/2) +if(k*k+j*j<1&&!0){i.d=!0 +i.a=A.c7(B.d0,new A.adM(i)) +return!1}return!0}, +T6(){var s,r=this.b=A.ca(self.document,"flt-semantics-placeholder") +A.co(r,"click",t.e.a(A.bC(new A.adL(this))),!0) +s=A.aV("button") +if(s==null)s=t.K.a(s) +r.setAttribute("role",s) +s=A.aV("Enable accessibility") +if(s==null)s=t.K.a(s) +r.setAttribute("aria-label",s) +s=r.style +A.X(s,"position","absolute") +A.X(s,"left","0") +A.X(s,"top","0") +A.X(s,"right","0") +A.X(s,"bottom","0") +return r}, +n(){var s=this.b +if(s!=null)s.remove() +this.a=this.b=null}} +A.adM.prototype={ +$0(){this.a.n() +var s=$.eb;(s==null?$.eb=A.l7():s).sAd(!0)}, +$S:0} +A.adL.prototype={ +$1(a){this.a.zP(a)}, +$S:1} +A.a5r.prototype={ +ey(a){var s,r +this.kD(0) +s=this.b +r=s.k2 +if(s.EL()===B.f8){s=A.aV("true") +if(s==null)s=t.K.a(s) +r.setAttribute("aria-disabled",s)}else r.removeAttribute("aria-disabled")}} +A.C7.prototype={ +ey(a){var s=this,r=s.b,q=r.b +q.toString +if((q&1)===0||r.EL()===B.f8)s.abg() +else if(s.d==null){q=t.e.a(A.bC(new A.akZ(s))) +s.d=q +A.co(r.k2,"click",q,null)}}, +abg(){var s=this.d +if(s==null)return +A.fR(this.b.k2,"click",s,null) +this.d=null}} +A.akZ.prototype={ +$1(a){var s=this.a.b +if(s.k1.z!==B.cu)return +$.b3().jk(s.id,B.hO,null)}, +$S:1} +A.ajH.prototype={ +EK(a,b,c,d){this.CW=b +this.x=d +this.y=c}, +acu(a){var s,r,q=this,p=q.ch +if(p===a)return +else if(p!=null)q.hL(0) +q.ch=a +q.c=a.e +q.NX() +p=q.CW +p.toString +s=q.x +s.toString +r=q.y +r.toString +q.WM(0,p,r,s)}, +hL(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.c(A.axs(b,this,null,null,null)) +return this.a[b]}, +m(a,b,c){if(b>=this.b)throw A.c(A.axs(b,this,null,null,null)) +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.vG(b) +B.B.eD(q,0,p.b,p.a) +p.a=q}}p.b=b}, +eo(a,b){var s=this,r=s.b +if(r===s.a.length)s.IL(r) +s.a[s.b++]=b}, +E(a,b){var s=this,r=s.b +if(r===s.a.length)s.IL(r) +s.a[s.b++]=b}, +x5(a,b,c,d){A.dv(c,"start") +if(d!=null&&c>d)throw A.c(A.bJ(d,c,null,"end",null)) +this.a_K(b,c,d)}, +R(a,b){return this.x5(a,b,0,null)}, +a_K(a,b,c){var s,r,q,p=this +if(A.k(p).h("z").b(a))c=c==null?J.b6(a):c +if(c!=null){p.a6B(p.b,a,b,c) +return}for(s=J.aj(a),r=0;s.q();){q=s.gG(s) +if(r>=b)p.eo(0,q);++r}if(ro.gp(b)||d>o.gp(b))throw A.c(A.a0("Too few elements")) +s=d-c +r=p.b+s +p.a2B(r) +o=p.a +q=a+s +B.B.c9(o,q,p.b+s,o,a) +B.B.c9(p.a,a,q,b,c) +p.b=r}, +fB(a,b,c){var s,r,q,p=this +if(b<0||b>p.b)throw A.c(A.bJ(b,0,p.b,null,null)) +s=p.b +r=p.a +if(ss)throw A.c(A.bJ(c,0,s,null,null)) +s=this.a +if(A.k(this).h("kI").b(d))B.B.c9(s,b,c,d.a,e) +else B.B.c9(s,b,c,d,e)}} +A.Y4.prototype={} +A.SU.prototype={} +A.i7.prototype={ +j(a){return A.r(this).j(0)+"("+this.a+", "+A.n(this.b)+")"}} +A.ach.prototype={ +cb(a){return A.Pr(B.aW.cG(B.bV.xW(a)).buffer,0,null)}, +fO(a){if(a==null)return a +return B.bV.hK(0,B.ck.cG(J.Hf(J.Hj(a))))}} +A.acj.prototype={ +je(a){return B.X.cb(A.aJ(["method",a.a,"args",a.b],t.N,t.z))}, +il(a){var s,r,q,p=null,o=B.X.fO(a) +if(!t.f.b(o))throw A.c(A.bG("Expected method call Map, got "+A.n(o),p,p)) +s=J.a9(o) +r=s.i(o,"method") +q=s.i(o,"args") +if(typeof r=="string")return new A.i7(r,q) +throw A.c(A.bG("Invalid method call: "+A.n(o),p,p))}} +A.akw.prototype={ +cb(a){var s=A.ayw() +this.ez(0,s,!0) +return s.m2()}, +fO(a){var s,r +if(a==null)return null +s=new A.Qv(a) +r=this.iF(0,s) +if(s.b=b.a.byteLength)throw A.c(B.b4) +return this.lh(b.nR(0),b)}, +lh(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===$.dP()) +b.b+=4 +s=r +break +case 4:s=b.A4(0) +break +case 5:q=k.fc(b) +s=A.dn(B.ck.cG(b.nS(q)),16) +break +case 6:b.kE(8) +r=b.a.getFloat64(b.b,B.t===$.dP()) +b.b+=8 +s=r +break +case 7:q=k.fc(b) +s=B.ck.cG(b.nS(q)) +break +case 8:s=b.nS(k.fc(b)) +break +case 9:q=k.fc(b) +b.kE(4) +p=b.a +o=A.aDw(p.buffer,p.byteOffset+b.b,q) +b.b=b.b+4*q +s=o +break +case 10:s=b.UQ(k.fc(b)) +break +case 11:q=k.fc(b) +b.kE(8) +p=b.a +o=A.aDv(p.buffer,p.byteOffset+b.b,q) +b.b=b.b+8*q +s=o +break +case 12:q=k.fc(b) +s=[] +for(p=b.a,n=0;n=p.byteLength)A.J(B.b4) +b.b=m+1 +s.push(k.lh(p.getUint8(m),b))}break +case 13:q=k.fc(b) +p=t.z +s=A.w(p,p) +for(p=b.a,n=0;n=p.byteLength)A.J(B.b4) +b.b=m+1 +m=k.lh(p.getUint8(m),b) +l=b.b +if(l>=p.byteLength)A.J(B.b4) +b.b=l+1 +s.m(0,m,k.lh(p.getUint8(l),b))}break +default:throw A.c(B.b4)}return s}, +fg(a,b){var s,r,q +if(b<254)a.b.eo(0,b) +else{s=a.b +r=a.c +q=a.d +if(b<=65535){s.eo(0,254) +r.setUint16(0,b,B.t===$.dP()) +s.x5(0,q,0,2)}else{s.eo(0,255) +r.setUint32(0,b,B.t===$.dP()) +s.x5(0,q,0,4)}}}, +fc(a){var s=a.nR(0) +switch(s){case 254:s=a.a.getUint16(a.b,B.t===$.dP()) +a.b+=2 +return s +case 255:s=a.a.getUint32(a.b,B.t===$.dP()) +a.b+=4 +return s +default:return s}}} +A.aky.prototype={ +$2(a,b){var s=this.a,r=this.b +s.ez(0,r,a) +s.ez(0,r,b)}, +$S:94} +A.akA.prototype={ +il(a){var s,r,q +a.toString +s=new A.Qv(a) +r=B.bW.iF(0,s) +q=B.bW.iF(0,s) +if(typeof r=="string"&&s.b>=a.byteLength)return new A.i7(r,q) +else throw A.c(B.n_)}, +tb(a){var s=A.ayw() +s.b.eo(0,0) +B.bW.ez(0,s,a) +return s.m2()}, +n6(a,b,c){var s=A.ayw() +s.b.eo(0,1) +B.bW.ez(0,s,a) +B.bW.ez(0,s,c) +B.bW.ez(0,s,b) +return s.m2()}} +A.an3.prototype={ +kE(a){var s,r,q=this.b,p=B.e.c0(q.b,a) +if(p!==0)for(s=a-p,r=0;r")).ah(0,new A.a8Q(this,r)) +return r}} +A.a8Q.prototype={ +$1(a){var s=this.a,r=s.b.i(0,a) +r.toString +this.b.push(A.cJ(r,"input",new A.a8R(s,a,r)))}, +$S:71} +A.a8R.prototype={ +$1(a){var s,r=this.a.c,q=this.b +if(r.i(0,q)==null)throw A.c(A.a0("AutofillInfo must have a valid uniqueIdentifier.")) +else{r=r.i(0,q) +r.toString +s=A.aC7(this.c) +$.b3().jj("flutter/textinput",B.aL.je(new A.i7(u.m,[0,A.aJ([r.b,s.TZ()],t.R,t.z)])),A.a3o())}}, +$S:1} +A.HV.prototype={ +Pw(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.c.t(p,q))A.a7z(a,q) +else A.a7z(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.aV(s?"on":p) +s=r==null?t.K.a(r):r +a.setAttribute("autocomplete",s)}}}, +ft(a){return this.Pw(a,!1)}} +A.vj.prototype={} +A.tb.prototype={ +gyT(){return Math.min(this.b,this.c)}, +gyQ(){return Math.max(this.b,this.c)}, +TZ(){var s=this +return A.aJ(["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.K(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.r(s)!==J.O(b))return!1 +return b instanceof A.tb&&b.a==s.a&&b.gyT()===s.gyT()&&b.gyQ()===s.gyQ()&&b.d===s.d&&b.e===s.e}, +j(a){return this.mE(0)}, +ft(a){var s,r,q=this,p=globalThis.HTMLInputElement +if(p!=null&&a instanceof p){a.toString +A.aBR(a,q.a) +s=q.gyT() +r=q.gyQ() +a.setSelectionRange(s,r)}else{p=globalThis.HTMLTextAreaElement +if(p!=null&&a instanceof p){a.toString +A.aBV(a,q.a) +s=q.gyT() +r=q.gyQ() +a.setSelectionRange(s,r)}else{s=a==null?null:A.aO_(a) +throw A.c(A.V("Unsupported DOM element type: <"+A.n(s)+"> ("+J.O(a).j(0)+")"))}}}} +A.ac8.prototype={} +A.Mf.prototype={ +jw(){var s,r=this,q=r.w +if(q!=null){s=r.c +s.toString +q.ft(s)}q=r.d +q===$&&A.b() +if(q.w!=null){r.ud() +q=r.e +if(q!=null)q.ft(r.c) +r.gRA().focus() +r.c.focus()}}} +A.Ri.prototype={ +jw(){var s,r=this,q=r.w +if(q!=null){s=r.c +s.toString +q.ft(s)}q=r.d +q===$&&A.b() +if(q.w!=null)A.c7(B.w,new A.ait(r))}, +tH(){if(this.w!=null)this.jw() +this.c.focus()}} +A.ait.prototype={ +$0(){var s,r=this.a +r.ud() +r.gRA().focus() +r.c.focus() +s=r.e +if(s!=null){r=r.c +r.toString +s.ft(r)}}, +$S:0} +A.ya.prototype={ +gjd(){var s=null,r=this.f +if(r==null){r=this.e.a +r.toString +r=this.f=new A.vj(r,"",-1,-1,s,s,s,s)}return r}, +gRA(){var s=this.d +s===$&&A.b() +s=s.w +return s==null?null:s.a}, +pw(a,b,c){var s,r,q,p=this,o="none",n="transparent" +p.c=a.a.E9() +p.DF(a) +s=p.c +s.classList.add("flt-text-editing") +r=s.style +A.X(r,"forced-color-adjust",o) +A.X(r,"white-space","pre-wrap") +A.X(r,"align-content","center") +A.X(r,"position","absolute") +A.X(r,"top","0") +A.X(r,"left","0") +A.X(r,"padding","0") +A.X(r,"opacity","1") +A.X(r,"color",n) +A.X(r,"background-color",n) +A.X(r,"background",n) +A.X(r,"caret-color",n) +A.X(r,"outline",o) +A.X(r,"border",o) +A.X(r,"resize",o) +A.X(r,"text-shadow",o) +A.X(r,"overflow","hidden") +A.X(r,"transform-origin","0 0 0") +q=$.fM() +if(q!==B.bU)q=q===B.aF +else q=!0 +if(q)s.classList.add("transparentTextEditing") +s=p.r +if(s!=null){q=p.c +q.toString +s.ft(q)}s=p.d +s===$&&A.b() +if(s.w==null){s=$.iK.x +s===$&&A.b() +q=p.c +q.toString +s.append(q) +p.Q=!1}p.tH() +p.b=!0 +p.x=c +p.y=b}, +DF(a){var s,r,q,p,o,n=this +n.d=a +s=n.c +if(a.c){s.toString +r=A.aV("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.aV("password") +if(r==null)r=t.K.a(r) +s.setAttribute("type",r)}if(a.a===B.lJ){s=n.c +s.toString +r=A.aV("none") +if(r==null)r=t.K.a(r) +s.setAttribute("inputmode",r)}q=A.aOq(a.b) +s=n.c +s.toString +q.ae3(s) +p=a.r +s=n.c +if(p!=null){s.toString +p.Pw(s,!0)}else{s.toString +r=A.aV("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.aV(o) +if(r==null)r=t.K.a(r) +s.setAttribute("autocorrect",r)}, +tH(){this.jw()}, +rp(){var s,r,q=this,p=q.d +p===$&&A.b() +p=p.w +if(p!=null)B.b.R(q.z,p.rq()) +p=q.z +s=q.c +s.toString +r=q.gtx() +p.push(A.cJ(s,"input",r)) +s=q.c +s.toString +p.push(A.cJ(s,"keydown",q.gtZ())) +p.push(A.cJ(self.document,"selectionchange",r)) +r=q.c +r.toString +A.co(r,"beforeinput",t.e.a(A.bC(q.gyg())),null) +r=q.c +r.toString +q.x7(r) +r=q.c +r.toString +p.push(A.cJ(r,"blur",new A.a75(q))) +q.zo()}, +GE(a){this.w=a +if(this.b)this.jw()}, +GF(a){var s +this.r=a +if(this.b){s=this.c +s.toString +a.ft(s)}}, +hL(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.ft(this.c)}, +jw(){this.c.focus()}, +ud(){var s,r,q=this.d +q===$&&A.b() +q=q.w +q.toString +s=this.c +s.toString +r=q.a +r.insertBefore(s,q.d) +q=$.iK.x +q===$&&A.b() +q.append(r) +this.Q=!0}, +RM(a){var s,r,q=this,p=q.c +p.toString +s=q.afk(A.aC7(p)) +p=q.d +p===$&&A.b() +if(p.f){q.gjd().r=s.d +q.gjd().w=s.e +r=A.aSr(s,q.e,q.gjd())}else r=null +if(!s.k(0,q.e)){q.e=s +q.f=r +q.x.$2(s,r)}q.f=null}, +agy(a){var s,r,q,p=this,o=A.d6(a.data),n=A.d6(a.inputType) +if(n!=null){s=p.e +r=s.b +q=s.c +r=r>q?r:q +if(B.c.t(n,"delete")){p.gjd().b="" +p.gjd().d=r}else if(n==="insertLineBreak"){p.gjd().b="\n" +p.gjd().c=r +p.gjd().d=r}else if(o!=null){p.gjd().b=o +p.gjd().c=r +p.gjd().d=r}}}, +ajq(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.b() +s.$1(r.b) +if(!(this.d.a instanceof A.Pq))a.preventDefault()}}, +EK(a,b,c,d){var s,r=this +r.pw(b,c,d) +r.rp() +s=r.e +if(s!=null)r.HH(s) +r.c.focus()}, +zo(){var s=this,r=s.z,q=s.c +q.toString +r.push(A.cJ(q,"mousedown",new A.a76())) +q=s.c +q.toString +r.push(A.cJ(q,"mouseup",new A.a77())) +q=s.c +q.toString +r.push(A.cJ(q,"mousemove",new A.a78()))}} +A.a75.prototype={ +$1(a){this.a.c.focus()}, +$S:1} +A.a76.prototype={ +$1(a){a.preventDefault()}, +$S:1} +A.a77.prototype={ +$1(a){a.preventDefault()}, +$S:1} +A.a78.prototype={ +$1(a){a.preventDefault()}, +$S:1} +A.abA.prototype={ +pw(a,b,c){var s,r=this +r.AE(a,b,c) +s=r.c +s.toString +a.a.Q8(s) +s=r.d +s===$&&A.b() +if(s.w!=null)r.ud() +s=r.c +s.toString +a.x.HE(s)}, +tH(){A.X(this.c.style,"transform","translate(-9999px, -9999px)") +this.p1=!1}, +rp(){var s,r,q,p=this,o=p.d +o===$&&A.b() +o=o.w +if(o!=null)B.b.R(p.z,o.rq()) +o=p.z +s=p.c +s.toString +r=p.gtx() +o.push(A.cJ(s,"input",r)) +s=p.c +s.toString +o.push(A.cJ(s,"keydown",p.gtZ())) +o.push(A.cJ(self.document,"selectionchange",r)) +r=p.c +r.toString +A.co(r,"beforeinput",t.e.a(A.bC(p.gyg())),null) +r=p.c +r.toString +p.x7(r) +r=p.c +r.toString +o.push(A.cJ(r,"focus",new A.abD(p))) +p.a_Z() +q=new A.km() +$.kO() +q.kB(0) +r=p.c +r.toString +o.push(A.cJ(r,"blur",new A.abE(p,q)))}, +GE(a){var s=this +s.w=a +if(s.b&&s.p1)s.jw()}, +hL(a){var s +this.WL(0) +s=this.ok +if(s!=null)s.b8(0) +this.ok=null}, +a_Z(){var s=this.c +s.toString +this.z.push(A.cJ(s,"click",new A.abB(this)))}, +N8(){var s=this.ok +if(s!=null)s.b8(0) +this.ok=A.c7(B.aG,new A.abC(this))}, +jw(){var s,r +this.c.focus() +s=this.w +if(s!=null){r=this.c +r.toString +s.ft(r)}}} +A.abD.prototype={ +$1(a){this.a.N8()}, +$S:1} +A.abE.prototype={ +$1(a){var s=A.bT(0,0,this.b.gRa(),0,0).a<2e5,r=self.document.hasFocus()&&s,q=this.a +if(r)q.c.focus() +else q.a.Af()}, +$S:1} +A.abB.prototype={ +$1(a){var s=this.a +if(s.p1){s.tH() +s.N8()}}, +$S:1} +A.abC.prototype={ +$0(){var s=this.a +s.p1=!0 +s.jw()}, +$S:0} +A.a4c.prototype={ +pw(a,b,c){var s,r,q=this +q.AE(a,b,c) +s=q.c +s.toString +a.a.Q8(s) +s=q.d +s===$&&A.b() +if(s.w!=null)q.ud() +else{s=$.iK.x +s===$&&A.b() +r=q.c +r.toString +s.append(r)}s=q.c +s.toString +a.x.HE(s)}, +rp(){var s,r,q=this,p=q.d +p===$&&A.b() +p=p.w +if(p!=null)B.b.R(q.z,p.rq()) +p=q.z +s=q.c +s.toString +r=q.gtx() +p.push(A.cJ(s,"input",r)) +s=q.c +s.toString +p.push(A.cJ(s,"keydown",q.gtZ())) +p.push(A.cJ(self.document,"selectionchange",r)) +r=q.c +r.toString +A.co(r,"beforeinput",t.e.a(A.bC(q.gyg())),null) +r=q.c +r.toString +q.x7(r) +r=q.c +r.toString +p.push(A.cJ(r,"blur",new A.a4d(q))) +q.zo()}, +jw(){var s,r +this.c.focus() +s=this.w +if(s!=null){r=this.c +r.toString +s.ft(r)}}} +A.a4d.prototype={ +$1(a){var s=this.a +if(self.document.hasFocus())s.c.focus() +else s.a.Af()}, +$S:1} +A.a9o.prototype={ +pw(a,b,c){var s +this.AE(a,b,c) +s=this.d +s===$&&A.b() +if(s.w!=null)this.ud()}, +rp(){var s,r,q=this,p=q.d +p===$&&A.b() +p=p.w +if(p!=null)B.b.R(q.z,p.rq()) +p=q.z +s=q.c +s.toString +r=q.gtx() +p.push(A.cJ(s,"input",r)) +s=q.c +s.toString +p.push(A.cJ(s,"keydown",q.gtZ())) +s=q.c +s.toString +A.co(s,"beforeinput",t.e.a(A.bC(q.gyg())),null) +s=q.c +s.toString +q.x7(s) +s=q.c +s.toString +p.push(A.cJ(s,"keyup",new A.a9q(q))) +s=q.c +s.toString +p.push(A.cJ(s,"select",r)) +r=q.c +r.toString +p.push(A.cJ(r,"blur",new A.a9r(q))) +q.zo()}, +a99(){A.c7(B.w,new A.a9p(this))}, +jw(){var s,r,q=this +q.c.focus() +s=q.w +if(s!=null){r=q.c +r.toString +s.ft(r)}s=q.e +if(s!=null){r=q.c +r.toString +s.ft(r)}}} +A.a9q.prototype={ +$1(a){this.a.RM(a)}, +$S:1} +A.a9r.prototype={ +$1(a){this.a.a99()}, +$S:1} +A.a9p.prototype={ +$0(){this.a.c.focus()}, +$S:0} +A.alg.prototype={} +A.aln.prototype={ +h0(a){var s=a.b +if(s!=null&&s!==this.a&&a.c){a.c=!1 +a.gi0().hL(0)}a.b=this.a +a.d=this.b}} +A.alu.prototype={ +h0(a){var s=a.gi0(),r=a.d +r.toString +s.DF(r)}} +A.alp.prototype={ +h0(a){a.gi0().HH(this.a)}} +A.als.prototype={ +h0(a){if(!a.c)a.aba()}} +A.alo.prototype={ +h0(a){a.gi0().GE(this.a)}} +A.alr.prototype={ +h0(a){a.gi0().GF(this.a)}} +A.ale.prototype={ +h0(a){if(a.c){a.c=!1 +a.gi0().hL(0)}}} +A.alk.prototype={ +h0(a){if(a.c){a.c=!1 +a.gi0().hL(0)}}} +A.alq.prototype={ +h0(a){}} +A.alm.prototype={ +h0(a){}} +A.all.prototype={ +h0(a){}} +A.alj.prototype={ +h0(a){a.Af() +if(this.a)A.aYF() +A.aWA()}} +A.avX.prototype={ +$2(a,b){var s=t.qr +s=A.cd(new A.eH(b.getElementsByClassName("submitBtn"),s),s.h("l.E"),t.e) +A.k(s).z[1].a(J.oE(s.a)).click()}, +$S:362} +A.al1.prototype={ +ahw(a,b){var s,r,q,p,o,n,m,l,k=B.aL.il(a) +switch(k.a){case"TextInput.setClient":s=k.b +r=J.a9(s) +q=new A.aln(A.e_(r.i(s,0)),A.aCT(t.a.a(r.i(s,1)))) +break +case"TextInput.updateConfig":this.a.d=A.aCT(t.a.a(k.b)) +q=B.GD +break +case"TextInput.setEditingState":q=new A.alp(A.aC8(t.a.a(k.b))) +break +case"TextInput.show":q=B.GB +break +case"TextInput.setEditableSizeAndTransform":q=new A.alo(A.aOd(t.a.a(k.b))) +break +case"TextInput.setStyle":s=t.a.a(k.b) +r=J.a9(s) +p=A.e_(r.i(s,"textAlignIndex")) +o=A.e_(r.i(s,"textDirectionIndex")) +n=A.hQ(r.i(s,"fontWeightIndex")) +m=n!=null?A.aXn(n):"normal" +l=A.aGm(r.i(s,"fontSize")) +if(l==null)l=null +q=new A.alr(new A.a8z(l,m,A.d6(r.i(s,"fontFamily")),B.RJ[p],B.q1[o])) +break +case"TextInput.clearClient":q=B.Gw +break +case"TextInput.hide":q=B.Gx +break +case"TextInput.requestAutofill":q=B.Gy +break +case"TextInput.finishAutofillContext":q=new A.alj(A.rd(k.b)) +break +case"TextInput.setMarkedTextRect":q=B.GA +break +case"TextInput.setCaretRect":q=B.Gz +break +default:$.b3().fd(b,null) +return}q.h0(this.a) +new A.al2(b).$0()}} +A.al2.prototype={ +$0(){$.b3().fd(this.a,B.X.cb([!0]))}, +$S:0} +A.abx.prototype={ +grG(a){var s=this.a +if(s===$){s!==$&&A.aK() +s=this.a=new A.al1(this)}return s}, +gi0(){var s,r,q,p,o=this,n=null,m=o.f +if(m===$){s=$.eb +if((s==null?$.eb=A.l7():s).x){s=A.aRM(o) +r=s}else{s=$.fM() +if(s===B.aF){q=$.dQ() +q=q===B.aB}else q=!1 +if(q)p=new A.abA(o,A.a([],t.Up),$,$,$,n) +else if(s===B.aF)p=new A.Ri(o,A.a([],t.Up),$,$,$,n) +else{if(s===B.bU){q=$.dQ() +q=q===B.hn}else q=!1 +if(q)p=new A.a4c(o,A.a([],t.Up),$,$,$,n) +else p=s===B.cV?new A.a9o(o,A.a([],t.Up),$,$,$,n):A.aOX(o)}r=p}o.f!==$&&A.aK() +m=o.f=r}return m}, +aba(){var s,r,q=this +q.c=!0 +s=q.gi0() +r=q.d +r.toString +s.EK(0,r,new A.aby(q),new A.abz(q))}, +Af(){var s,r=this +if(r.c){r.c=!1 +r.gi0().hL(0) +r.grG(r) +s=r.b +$.b3().jj("flutter/textinput",B.aL.je(new A.i7("TextInputClient.onConnectionClosed",[s])),A.a3o())}}} +A.abz.prototype={ +$2(a,b){var s,r,q="flutter/textinput",p=this.a +if(p.d.f){p.grG(p) +p=p.b +s=t.N +r=t.z +$.b3().jj(q,B.aL.je(new A.i7(u.s,[p,A.aJ(["deltas",A.a([A.aJ(["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.a3o())}else{p.grG(p) +p=p.b +$.b3().jj(q,B.aL.je(new A.i7("TextInputClient.updateEditingState",[p,a.TZ()])),A.a3o())}}, +$S:324} +A.aby.prototype={ +$1(a){var s=this.a +s.grG(s) +s=s.b +$.b3().jj("flutter/textinput",B.aL.je(new A.i7("TextInputClient.performAction",[s,a])),A.a3o())}, +$S:124} +A.a8z.prototype={ +ft(a){var s=this,r=a.style +A.X(r,"text-align",A.aYX(s.d,s.e)) +A.X(r,"font",s.b+" "+A.n(s.a)+"px "+A.n(A.aWy(s.c)))}} +A.a7T.prototype={ +ft(a){var s=A.aHr(this.c),r=a.style +A.X(r,"width",A.n(this.a)+"px") +A.X(r,"height",A.n(this.b)+"px") +A.X(r,"transform",s)}} +A.a7U.prototype={ +$1(a){return A.jC(a)}, +$S:302} +A.Cz.prototype={ +K(){return"TransformKind."+this.b}} +A.avc.prototype={ +$1(a){return"0x"+B.c.d4(B.e.iL(a,16),2,"0")}, +$S:126} +A.Nj.prototype={ +gp(a){return this.b.b}, +i(a,b){var s=this.c.i(0,b) +return s==null?null:s.d.b}, +IK(a,b,c){var s,r,q,p=this.b +p.x8(new A.a_7(b,c)) +s=this.c +r=p.a +q=r.b.vx() +q.toString +s.m(0,b,q) +if(p.b>this.a){s.B(0,r.a.gxV().a) +p.fG(0)}}} +A.i6.prototype={ +dE(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]}, +m(a,b,c){this.a[b]=c}, +ba(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}, +akS(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.a_b((r*a+q*b+p*c+o)*f,(n*a+m*b+l*c+k)*f,(j*a+i*b+h*c+g)*f)}, +aiy(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}, +qf(a,b,c){var s=this.a +s[14]=c +s[13]=b +s[12]=a}, +ci(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}, +FL(a){var s=new A.i6(new Float32Array(16)) +s.dE(this) +s.ci(0,a) +return s}, +j(a){return this.mE(0)}} +A.KT.prototype={ +a_a(a){var s=A.aWQ(new A.a6Q(this)) +this.b=s +s.observe(this.a)}, +a0f(a){this.c.E(0,a)}, +aQ(a){var s=this.b +s===$&&A.b() +s.disconnect() +this.c.aQ(0)}, +gSV(a){var s=this.c +return new A.jv(s,A.k(s).h("jv<1>"))}, +mZ(){var s,r +$.dr() +s=$.dq().d +if(s==null){r=self.window.devicePixelRatio +s=r===0?1:r}r=this.a +return new A.I(r.clientWidth*s,r.clientHeight*s)}, +Q4(a,b){return B.eJ}} +A.a6Q.prototype={ +$2(a,b){new A.S(a,new A.a6P(),a.$ti.h("S")).ah(0,this.a.ga0e())}, +$S:216} +A.a6P.prototype={ +$1(a){return new A.I(a.contentRect.width,a.contentRect.height)}, +$S:200} +A.a7e.prototype={} +A.M6.prototype={ +a8i(a){this.b.E(0,null)}, +aQ(a){var s=this.a +s===$&&A.b() +s.b.removeEventListener(s.a,s.c) +this.b.aQ(0)}, +gSV(a){var s=this.b +return new A.jv(s,A.k(s).h("jv<1>"))}, +mZ(){var s,r,q,p=A.aR("windowInnerWidth"),o=A.aR("windowInnerHeight"),n=self.window.visualViewport +$.dr() +s=$.dq().d +if(s==null){r=self.window.devicePixelRatio +s=r===0?1:r}if(n!=null){r=$.dQ() +if(r===B.aB){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.aC0(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.aC3(self.window) +r.toString +o.b=r*s}return new A.I(p.aA(),o.aA())}, +Q4(a,b){var s,r,q,p +$.dr() +s=$.dq().d +if(s==null){r=self.window.devicePixelRatio +s=r===0?1:r}q=self.window.visualViewport +p=A.aR("windowInnerHeight") +if(q!=null){r=$.dQ() +if(r===B.aB&&!b)p.b=self.document.documentElement.clientHeight*s +else{r=A.aC0(q) +r.toString +p.b=r*s}}else{r=A.aC3(self.window) +r.toString +p.b=r*s}return new A.Tc(0,0,0,a-p.aA())}} +A.a6R.prototype={ +S7(a,b){var s +b.ge3(b).ah(0,new A.a6S(this)) +s=A.aV("custom-element") +if(s==null)s=t.K.a(s) +this.b.setAttribute("flt-embedding",s)}, +PG(a){A.X(a.style,"width","100%") +A.X(a.style,"height","100%") +A.X(a.style,"display","block") +A.X(a.style,"overflow","hidden") +A.X(a.style,"position","relative") +this.b.appendChild(a) +this.Gk(a)}} +A.a6S.prototype={ +$1(a){var s=A.aV(a.b) +if(s==null)s=t.K.a(s) +this.a.b.setAttribute(a.a,s)}, +$S:174} +A.a8K.prototype={ +Gk(a){}} +A.aaa.prototype={ +S7(a,b){var s,r,q="0",p="none" +b.ge3(b).ah(0,new A.aab(this)) +s=self.document.body +s.toString +r=A.aV("full-page") +if(r==null)r=t.K.a(r) +s.setAttribute("flt-embedding",r) +this.a09() +r=self.document.body +r.toString +A.kN(r,"position","fixed") +A.kN(r,"top",q) +A.kN(r,"right",q) +A.kN(r,"bottom",q) +A.kN(r,"left",q) +A.kN(r,"overflow","hidden") +A.kN(r,"padding",q) +A.kN(r,"margin",q) +A.kN(r,"user-select",p) +A.kN(r,"-webkit-user-select",p) +A.kN(r,"touch-action",p)}, +PG(a){var s=a.style +A.X(s,"position","absolute") +A.X(s,"top","0") +A.X(s,"right","0") +A.X(s,"bottom","0") +A.X(s,"left","0") +self.document.body.append(a) +this.Gk(a)}, +a09(){var s,r,q +for(s=t.qr,s=A.cd(new A.eH(self.document.head.querySelectorAll('meta[name="viewport"]'),s),s.h("l.E"),t.e),r=J.aj(s.a),s=A.k(s),s=s.h("@<1>").an(s.z[1]).z[1];r.q();)s.a(r.gG(r)).remove() +q=A.ca(self.document,"meta") +s=A.aV("") +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.Gk(q)}} +A.aab.prototype={ +$1(a){var s,r=self.document.body +r.toString +s=A.aV(a.b) +if(s==null)s=t.K.a(s) +r.setAttribute(a.a,s)}, +$S:174} +A.Lz.prototype={ +a_b(a,b){var s=this,r=s.b,q=s.a +r.e.m(0,q,s) +r.f.m(0,q,B.lR) +$.oy.push(new A.a8S(s))}, +gQc(){var s,r=this.d +if(r===$){s=$.iK.f +s===$&&A.b() +r!==$&&A.aK() +r=this.d=new A.a6A(s)}return r}, +gxo(){var s=this.e +if(s==null){s=$.awj() +s=this.e=A.azo(s)}return s}, +rl(){var s=0,r=A.a5(t.H),q,p=this,o,n +var $async$rl=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:n=p.e +if(n==null){n=$.awj() +n=p.e=A.azo(n)}if(n instanceof A.BO){s=1 +break}o=n.gmr() +n=p.e +n=n==null?null:n.ks() +s=3 +return A.ad(t.uz.b(n)?n:A.h8(n,t.H),$async$rl) +case 3:p.e=A.aEt(o) +case 1:return A.a3(q,r)}}) +return A.a4($async$rl,r)}, +x_(){var s=0,r=A.a5(t.H),q,p=this,o,n +var $async$x_=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:n=p.e +if(n==null){n=$.awj() +n=p.e=A.azo(n)}if(n instanceof A.A4){s=1 +break}o=n.gmr() +n=p.e +n=n==null?null:n.ks() +s=3 +return A.ad(t.uz.b(n)?n:A.h8(n,t.H),$async$x_) +case 3:p.e=A.aDu(o) +case 1:return A.a3(q,r)}}) +return A.a4($async$x_,r)}, +rm(a){return this.acq(a)}, +acq(a){var s=0,r=A.a5(t.y),q,p=2,o,n=[],m=this,l,k,j +var $async$rm=A.a6(function(b,c){if(b===1){o=c +s=p}while(true)switch(s){case 0:k=m.f +j=new A.bv(new A.ay($.an,t.W),t.gR) +m.f=j.a +s=3 +return A.ad(k,$async$rm) +case 3:l=!1 +p=4 +s=7 +return A.ad(a.$0(),$async$rm) +case 7:l=c +n.push(6) +s=5 +break +case 4:n=[2] +case 5:p=2 +J.aLI(j) +s=n.pop() +break +case 6:q=l +s=1 +break +case 1:return A.a3(q,r) +case 2:return A.a2(o,r)}}) +return A.a4($async$rm,r)}, +F4(a){return this.ah1(a)}, +ah1(a){var s=0,r=A.a5(t.y),q,p=this +var $async$F4=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:q=p.rm(new A.a8T(p,a)) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$F4,r)}, +gmR(){var s=this.b.f.i(0,this.a) +return s==null?B.lR:s}, +gpN(){if(this.x==null)this.mZ() +var s=this.x +s.toString +return s}, +mZ(){var s=this.r +s===$&&A.b() +this.x=s.mZ()}, +Q6(a){var s=this.r +s===$&&A.b() +this.w=s.Q4(this.x.b,a)}, +aiH(){var s,r,q,p +if(this.x!=null){s=this.r +s===$&&A.b() +r=s.mZ() +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

").an(b).h("e4<1,2>"))}, +E(a,b){if(!!a.fixed$length)A.J(A.V("add")) +a.push(b)}, +iG(a,b){if(!!a.fixed$length)A.J(A.V("removeAt")) +if(b<0||b>=a.length)throw A.c(A.agg(b,null,null)) +return a.splice(b,1)[0]}, +fB(a,b,c){if(!!a.fixed$length)A.J(A.V("insert")) +if(b<0||b>a.length)throw A.c(A.agg(b,null,null)) +a.splice(b,0,c)}, +tI(a,b,c){var s,r +if(!!a.fixed$length)A.J(A.V("insertAll")) +A.agh(b,0,a.length,"index") +if(!t.Ee.b(c))c=J.Hk(c) +s=J.b6(c) +a.length=a.length+s +r=b+s +this.c9(a,r,a.length,a,b) +this.eD(a,b,r,c)}, +fG(a){if(!!a.fixed$length)A.J(A.V("removeLast")) +if(a.length===0)throw A.c(A.wM(a,-1)) +return a.pop()}, +B(a,b){var s +if(!!a.fixed$length)A.J(A.V("remove")) +for(s=0;s"))}, +R(a,b){var s +if(!!a.fixed$length)A.J(A.V("addAll")) +if(Array.isArray(b)){this.a_L(a,b) +return}for(s=J.aj(b);s.q();)a.push(s.gG(s))}, +a_L(a,b){var s,r=b.length +if(r===0)return +if(a===b)throw A.c(A.bY(a)) +for(s=0;s").an(c).h("S<1,2>"))}, +bP(a,b){var s,r=A.ax(a.length,"",!1,t.N) +for(s=0;sa.length)throw A.c(A.bJ(b,0,a.length,"start",null)) +if(c==null)c=a.length +else if(ca.length)throw A.c(A.bJ(c,b,a.length,"end",null)) +if(b===c)return A.a([],A.a1(a)) +return A.a(a.slice(b,c),A.a1(a))}, +ea(a,b){return this.bI(a,b,null)}, +iT(a,b,c){A.cM(b,c,a.length,null,null) +return A.eE(a,b,c,A.a1(a).c)}, +gL(a){if(a.length>0)return a[0] +throw A.c(A.c3())}, +gY(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.c3())}, +gca(a){var s=a.length +if(s===1)return a[0] +if(s===0)throw A.c(A.c3()) +throw A.c(A.ace())}, +Tx(a,b,c){if(!!a.fixed$length)A.J(A.V("removeRange")) +A.cM(b,c,a.length,null,null) +a.splice(b,c-b)}, +c9(a,b,c,d,e){var s,r,q,p,o +if(!!a.immutable$list)A.J(A.V("setRange")) +A.cM(b,c,a.length,null,null) +s=c-b +if(s===0)return +A.dv(e,"skipCount") +if(t.j.b(d)){r=d +q=e}else{r=J.a3S(d,e).ex(0,!1) +q=0}p=J.a9(r) +if(q+s>p.gp(r))throw A.c(A.aCU()) +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.a1(a).c.b(null)){for(p=0,o=0;o0)this.a9E(a,p)}, +hZ(a){return this.i_(a,null)}, +a9E(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}}, +iB(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.d(a[s],b))return s +return-1}, +t(a,b){var s +for(s=0;sa.length)A.a1(a).c.a(null) +a.length=b}, +i(a,b){if(!(b>=0&&b=0&&b"))}, +X(a,b){var s=A.af(a,!0,A.a1(a).c) +this.R(s,b) +return s}, +ai6(a,b,c){var s +if(c>=a.length)return-1 +for(s=c;s=p){r.d=null +return!1}r.d=q[s] +r.c=s+1 +return!0}} +J.nj.prototype={ +bB(a,b){var s +if(ab)return 1 +else if(a===b){if(a===0){s=this.gtM(b) +if(this.gtM(a)===s)return 0 +if(this.gtM(a))return-1 +return 1}return 0}else if(isNaN(a)){if(isNaN(b))return 0 +return 1}else return-1}, +gtM(a){return a===0?1/a<0:a<0}, +gql(a){var s +if(a>0)s=1 +else s=a<0?-1:a +return s}, +a9(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.c(A.V(""+a+".toInt()"))}, +lW(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.c(A.V(""+a+".ceil()"))}, +ma(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.c(A.V(""+a+".floor()"))}, +am(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.c(A.V(""+a+".round()"))}, +TS(a){if(a<0)return-Math.round(-a) +else return Math.round(a)}, +eK(a,b,c){if(B.e.bB(b,c)>0)throw A.c(A.dO(b)) +if(this.bB(a,b)<0)return b +if(this.bB(a,c)>0)return c +return a}, +ad(a,b){var s +if(b>20)throw A.c(A.bJ(b,0,20,"fractionDigits",null)) +s=a.toFixed(b) +if(a===0&&this.gtM(a))return"-"+s +return s}, +U1(a,b){var s +if(b<1||b>21)throw A.c(A.bJ(b,1,21,"precision",null)) +s=a.toPrecision(b) +if(a===0&&this.gtM(a))return"-"+s +return s}, +iL(a,b){var s,r,q,p +if(b<2||b>36)throw A.c(A.bJ(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.J(A.V("Unexpected toString result: "+s)) +s=r[1] +q=+r[3] +p=r[2] +if(p!=null){s+=p +q-=p.length}return s+B.c.aq("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}, +A7(a){return-a}, +X(a,b){return a+b}, +a1(a,b){return a-b}, +aq(a,b){return a*b}, +c0(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}, +hw(a,b){if((a|0)===a)if(b>=1||b<-1)return a/b|0 +return this.O5(a,b)}, +cF(a,b){return(a|0)===a?a/b|0:this.O5(a,b)}, +O5(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.c(A.V("Result of truncating division is "+A.n(s)+": "+A.n(a)+" ~/ "+A.n(b)))}, +mB(a,b){if(b<0)throw A.c(A.dO(b)) +return b>31?0:a<>>0}, +kJ(a,b){return b>31?0:a<>>0}, +VZ(a,b){var s +if(b<0)throw A.c(A.dO(b)) +if(a>0)s=this.ra(a,b) +else{s=b>31?31:b +s=a>>s>>>0}return s}, +aU(a,b){var s +if(a>0)s=this.ra(a,b) +else{s=b>31?31:b +s=a>>s>>>0}return s}, +aaT(a,b){if(0>b)throw A.c(A.dO(b)) +return this.ra(a,b)}, +ra(a,b){return b>31?0:a>>>b}, +oy(a,b){if(b>31)return 0 +return a>>>b}, +gdR(a){return A.bQ(t.Ci)}, +$icx:1, +$iE:1, +$ibW:1} +J.tK.prototype={ +gql(a){var s +if(a>0)s=1 +else s=a<0?-1:a +return s}, +A7(a){return-a}, +gdR(a){return A.bQ(t.S)}, +$ick:1, +$im:1} +J.zh.prototype={ +gdR(a){return A.bQ(t.i)}, +$ick:1} +J.lk.prototype={ +ij(a,b){if(b<0)throw A.c(A.wM(a,b)) +if(b>=a.length)A.J(A.wM(a,b)) +return a.charCodeAt(b)}, +rr(a,b,c){var s=b.length +if(c>s)throw A.c(A.bJ(c,0,s,null,null)) +return new A.a0G(b,a,c)}, +lT(a,b){return this.rr(a,b,0)}, +yP(a,b,c){var s,r,q=null +if(c<0||c>b.length)throw A.c(A.bJ(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.bA(a,r-s)}, +TF(a,b,c,d){A.agh(d,0,a.length,"startIndex") +return A.aYW(a,b,c,d)}, +Gr(a,b,c){return this.TF(a,b,c,0)}, +nW(a,b){if(typeof b=="string")return A.a(a.split(b),t.s) +else if(b instanceof A.k0&&b.gM7().exec("").length-2===0)return A.a(a.split(b.b),t.s) +else return this.a1V(a,b)}, +iH(a,b,c,d){var s=A.cM(b,c,a.length,null,null) +return A.azL(a,b,s,d)}, +a1V(a,b){var s,r,q,p,o,n,m=A.a([],t.s) +for(s=J.awp(b,a),s=s.ga6(s),r=0,q=1;s.q();){p=s.gG(s) +o=p.gvf(p) +n=p.gio(p) +q=n-o +if(q===0&&r===o)continue +m.push(this.T(a,r,o)) +r=n}if(r0)m.push(this.bA(a,r)) +return m}, +cS(a,b,c){var s +if(c<0||c>a.length)throw A.c(A.bJ(c,0,a.length,null,null)) +if(typeof b=="string"){s=c+b.length +if(s>a.length)return!1 +return b===a.substring(c,s)}return J.aM0(b,a,c)!=null}, +bv(a,b){return this.cS(a,b,0)}, +T(a,b,c){return a.substring(b,A.cM(b,c,a.length,null,null))}, +bA(a,b){return this.T(a,b,null)}, +alX(a){return a.toLowerCase()}, +iN(a){var s,r,q,p=a.trim(),o=p.length +if(o===0)return p +if(p.charCodeAt(0)===133){s=J.aCZ(p,1) +if(s===o)return""}else s=0 +r=o-1 +q=p.charCodeAt(r)===133?J.aD_(p,r):o +if(s===0&&q===o)return p +return p.substring(s,q)}, +ama(a){var s=a.trimStart() +if(s.length===0)return s +if(s.charCodeAt(0)!==133)return s +return s.substring(J.aCZ(s,1))}, +GA(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.aD_(r,s))}, +aq(a,b){var s,r +if(0>=b)return"" +if(b===1||a.length===0)return a +if(b!==b>>>0)throw A.c(B.Gh) +for(s=a,r="";!0;){if((b&1)===1)r=s+r +b=b>>>1 +if(b===0)break +s+=s}return r}, +d4(a,b,c){var s=b-a.length +if(s<=0)return a +return this.aq(c,s)+a}, +aky(a,b){return this.d4(a,b," ")}, +G1(a,b){var s=b-a.length +if(s<=0)return a +return a+this.aq(" ",s)}, +k8(a,b,c){var s,r,q,p +if(c<0||c>a.length)throw A.c(A.bJ(c,0,a.length,null,null)) +if(typeof b=="string")return a.indexOf(b,c) +if(b instanceof A.k0){s=b.BI(a,c) +return s==null?-1:s.b.index}for(r=a.length,q=J.rk(b),p=c;p<=r;++p)if(q.yP(b,a,p)!=null)return p +return-1}, +iB(a,b){return this.k8(a,b,0)}, +St(a,b,c){var s,r +if(c==null)c=a.length +else if(c<0||c>a.length)throw A.c(A.bJ(c,0,a.length,null,null)) +s=b.length +r=a.length +if(c+s>r)c=r-s +return a.lastIndexOf(b,c)}, +pz(a,b){return this.St(a,b,null)}, +ae6(a,b,c){var s=a.length +if(c>s)throw A.c(A.bJ(c,0,s,null,null)) +return A.azK(a,b,c)}, +t(a,b){return this.ae6(a,b,0)}, +bB(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}, +gdR(a){return A.bQ(t.N)}, +gp(a){return a.length}, +i(a,b){if(!(b>=0&&b").an(s.z[1]).h("Ip<1,2>"))}, +gp(a){return J.b6(this.gfL())}, +ga_(a){return J.hf(this.gfL())}, +gbT(a){return J.kR(this.gfL())}, +dn(a,b){var s=A.k(this) +return A.cd(J.a3S(this.gfL(),b),s.c,s.z[1])}, +kr(a,b){var s=A.k(this) +return A.cd(J.aAP(this.gfL(),b),s.c,s.z[1])}, +be(a,b){return A.k(this).z[1].a(J.Hi(this.gfL(),b))}, +gL(a){return A.k(this).z[1].a(J.oE(this.gfL()))}, +gY(a){return A.k(this).z[1].a(J.wV(this.gfL()))}, +t(a,b){return J.Hh(this.gfL(),b)}, +j(a){return J.eX(this.gfL())}} +A.Ip.prototype={ +q(){return this.a.q()}, +gG(a){var s=this.a +return this.$ti.z[1].a(s.gG(s))}} +A.oP.prototype={ +ih(a,b){return A.cd(this.a,A.k(this).c,b)}, +gfL(){return this.a}} +A.DG.prototype={$iR:1} +A.Da.prototype={ +i(a,b){return this.$ti.z[1].a(J.aE(this.a,b))}, +m(a,b,c){J.eW(this.a,b,this.$ti.c.a(c))}, +sp(a,b){J.aM7(this.a,b)}, +E(a,b){J.fN(this.a,this.$ti.c.a(b))}, +fB(a,b,c){J.awu(this.a,b,this.$ti.c.a(c))}, +B(a,b){return J.my(this.a,b)}, +fG(a){return this.$ti.z[1].a(J.aAL(this.a))}, +iT(a,b,c){var s=this.$ti +return A.cd(J.aLV(this.a,b,c),s.c,s.z[1])}, +c9(a,b,c,d,e){var s=this.$ti +J.aAN(this.a,b,c,A.cd(d,s.z[1],s.c),e)}, +$iR:1, +$iz:1} +A.e4.prototype={ +ih(a,b){return new A.e4(this.a,this.$ti.h("@<1>").an(b).h("e4<1,2>"))}, +gfL(){return this.a}} +A.l0.prototype={ +ih(a,b){return new A.l0(this.a,this.b,this.$ti.h("@<1>").an(b).h("l0<1,2>"))}, +E(a,b){return this.a.E(0,this.$ti.c.a(b))}, +R(a,b){var s=this.$ti +this.a.R(0,A.cd(b,s.z[1],s.c))}, +B(a,b){return this.a.B(0,b)}, +px(a,b){var s,r=this +if(r.b!=null)return r.a1k(b,!0) +s=r.$ti +return new A.l0(r.a.px(0,b),null,s.h("@<1>").an(s.z[1]).h("l0<1,2>"))}, +a1k(a,b){var s,r=this.b,q=this.$ti,p=q.z[1],o=r==null?A.lp(p):r.$1$0(p) +for(p=this.a,p=p.ga6(p),q=q.z[1];p.q();){s=q.a(p.gG(p)) +if(b===a.t(0,s))o.E(0,s)}return o}, +a15(){var s=this.b,r=this.$ti.z[1],q=s==null?A.lp(r):s.$1$0(r) +q.R(0,this) +return q}, +iM(a){var s=this.b,r=this.$ti.z[1],q=s==null?A.lp(r):s.$1$0(r) +q.R(0,this) +return q}, +$iR:1, +$ic5:1, +gfL(){return this.a}} +A.kZ.prototype={ +rF(a,b,c){var s=this.$ti +return new A.kZ(this.a,s.h("@<1>").an(s.z[1]).an(b).an(c).h("kZ<1,2,3,4>"))}, +ai(a,b){return J.mx(this.a,b)}, +i(a,b){return this.$ti.h("4?").a(J.aE(this.a,b))}, +m(a,b,c){var s=this.$ti +J.eW(this.a,s.c.a(b),s.z[1].a(c))}, +bf(a,b,c){var s=this.$ti +return s.z[3].a(J.wW(this.a,s.c.a(b),new A.a5G(this,c)))}, +R(a,b){var s=this.$ti +J.awo(this.a,new A.kZ(b,s.h("@<3>").an(s.z[3]).an(s.c).an(s.z[1]).h("kZ<1,2,3,4>")))}, +B(a,b){return this.$ti.h("4?").a(J.my(this.a,b))}, +ah(a,b){J.fj(this.a,new A.a5F(this,b))}, +gbQ(a){var s=this.$ti +return A.cd(J.a3Q(this.a),s.c,s.z[2])}, +gaY(a){var s=this.$ti +return A.cd(J.aAH(this.a),s.z[1],s.z[3])}, +gp(a){return J.b6(this.a)}, +ga_(a){return J.hf(this.a)}, +gbT(a){return J.kR(this.a)}, +ge3(a){var s=J.aws(this.a) +return s.iD(s,new A.a5E(this),this.$ti.h("bk<3,4>"))}} +A.a5G.prototype={ +$0(){return this.a.$ti.z[1].a(this.b.$0())}, +$S(){return this.a.$ti.h("2()")}} +A.a5F.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.a5E.prototype={ +$1(a){var s=this.a.$ti,r=s.z[3] +return new A.bk(s.z[2].a(a.a),r.a(a.b),s.h("@<3>").an(r).h("bk<1,2>"))}, +$S(){return this.a.$ti.h("bk<3,4>(bk<1,2>)")}} +A.l_.prototype={ +ih(a,b){return new A.l_(this.a,this.$ti.h("@<1>").an(b).h("l_<1,2>"))}, +$iR:1, +gfL(){return this.a}} +A.hu.prototype={ +j(a){return"LateInitializationError: "+this.a}} +A.iT.prototype={ +gp(a){return this.a.length}, +i(a,b){return this.a.charCodeAt(b)}} +A.avR.prototype={ +$0(){return A.d2(null,t.P)}, +$S:107} +A.ajK.prototype={} +A.R.prototype={} +A.bd.prototype={ +ga6(a){return new A.dE(this,this.gp(this))}, +ah(a,b){var s,r=this,q=r.gp(r) +for(s=0;s").an(c).h("S<1,2>"))}, +Tq(a,b){var s,r,q=this,p=q.gp(q) +if(p===0)throw A.c(A.c3()) +s=q.be(0,0) +for(r=1;rs)throw A.c(A.bJ(r,0,s,"start",null))}}, +ga2z(){var s=J.b6(this.a),r=this.c +if(r==null||r>s)return s +return r}, +gabc(){var s=J.b6(this.a),r=this.b +if(r>s)return s +return r}, +gp(a){var s,r=J.b6(this.a),q=this.b +if(q>=r)return 0 +s=this.c +if(s==null||s>=r)return r-q +return s-q}, +be(a,b){var s=this,r=s.gabc()+b +if(b<0||r>=s.ga2z())throw A.c(A.d4(b,s.gp(s),s,null,"index")) +return J.Hi(s.a,r)}, +dn(a,b){var s,r,q=this +A.dv(b,"count") +s=q.b+b +r=q.c +if(r!=null&&s>=r)return new A.fr(q.$ti.h("fr<1>")) +return A.eE(q.a,s,r,q.$ti.c)}, +kr(a,b){var s,r,q,p=this +A.dv(b,"count") +s=p.c +r=p.b +q=r+b +if(s==null)return A.eE(p.a,r,q,p.$ti.c) +else{if(s=o){r.d=null +return!1}r.d=p.be(q,s);++r.c +return!0}} +A.dF.prototype={ +ga6(a){return new A.cS(J.aj(this.a),this.b)}, +gp(a){return J.b6(this.a)}, +ga_(a){return J.hf(this.a)}, +gL(a){return this.b.$1(J.oE(this.a))}, +gY(a){return this.b.$1(J.wV(this.a))}, +be(a,b){return this.b.$1(J.Hi(this.a,b))}} +A.p6.prototype={$iR:1} +A.cS.prototype={ +q(){var s=this,r=s.b +if(r.q()){s.a=s.c.$1(r.gG(r)) +return!0}s.a=null +return!1}, +gG(a){var s=this.a +return s==null?A.k(this).z[1].a(s):s}} +A.S.prototype={ +gp(a){return J.b6(this.a)}, +be(a,b){return this.b.$1(J.Hi(this.a,b))}} +A.aZ.prototype={ +ga6(a){return new A.lZ(J.aj(this.a),this.b)}, +iD(a,b,c){return new A.dF(this,b,this.$ti.h("@<1>").an(c).h("dF<1,2>"))}} +A.lZ.prototype={ +q(){var s,r +for(s=this.a,r=this.b;s.q();)if(r.$1(s.gG(s)))return!0 +return!1}, +gG(a){var s=this.a +return s.gG(s)}} +A.iZ.prototype={ +ga6(a){return new A.LG(J.aj(this.a),this.b,B.lF)}} +A.LG.prototype={ +gG(a){var s=this.d +return s==null?A.k(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.aj(r.$1(s.gG(s))) +q.c=p}else return!1}p=q.c +q.d=p.gG(p) +return!0}} +A.qD.prototype={ +ga6(a){return new A.Sq(J.aj(this.a),this.b)}} +A.ys.prototype={ +gp(a){var s=J.b6(this.a),r=this.b +if(s>r)return r +return s}, +$iR:1} +A.Sq.prototype={ +q(){if(--this.b>=0)return this.a.q() +this.b=-1 +return!1}, +gG(a){var s +if(this.b<0){A.k(this).c.a(null) +return null}s=this.a +return s.gG(s)}} +A.lQ.prototype={ +dn(a,b){A.HI(b,"count") +A.dv(b,"count") +return new A.lQ(this.a,this.b+b,A.k(this).h("lQ<1>"))}, +ga6(a){return new A.RX(J.aj(this.a),this.b)}} +A.tc.prototype={ +gp(a){var s=J.b6(this.a)-this.b +if(s>=0)return s +return 0}, +dn(a,b){A.HI(b,"count") +A.dv(b,"count") +return new A.tc(this.a,this.b+b,this.$ti)}, +$iR:1} +A.RX.prototype={ +q(){var s,r +for(s=this.a,r=0;r"))}, +dn(a,b){A.dv(b,"count") +return this}, +kr(a,b){A.dv(b,"count") +return this}, +ex(a,b){var s=this.$ti.c +return b?J.zd(0,s):J.zc(0,s)}, +fH(a){return this.ex(a,!0)}, +iM(a){return A.lp(this.$ti.c)}} +A.Lt.prototype={ +q(){return!1}, +gG(a){throw A.c(A.c3())}} +A.lc.prototype={ +ga6(a){return new A.LZ(J.aj(this.a),this.b)}, +gp(a){return J.b6(this.a)+J.b6(this.b)}, +ga_(a){return J.hf(this.a)&&J.hf(this.b)}, +gbT(a){return J.kR(this.a)||J.kR(this.b)}, +t(a,b){return J.Hh(this.a,b)||J.Hh(this.b,b)}, +gL(a){var s=J.aj(this.a) +if(s.q())return s.gG(s) +return J.oE(this.b)}, +gY(a){var s,r=J.aj(this.b) +if(r.q()){s=r.gG(r) +for(;r.q();)s=r.gG(r) +return s}return J.wV(this.a)}} +A.yr.prototype={ +be(a,b){var s=this.a,r=J.a9(s),q=r.gp(s) +if(b"))}} +A.kx.prototype={ +q(){var s,r +for(s=this.a,r=this.$ti.c;s.q();)if(r.b(s.gG(s)))return!0 +return!1}, +gG(a){var s=this.a +return this.$ti.c.a(s.gG(s))}} +A.yE.prototype={ +sp(a,b){throw A.c(A.V("Cannot change the length of a fixed-length list"))}, +E(a,b){throw A.c(A.V("Cannot add to a fixed-length list"))}, +fB(a,b,c){throw A.c(A.V("Cannot add to a fixed-length list"))}, +B(a,b){throw A.c(A.V("Cannot remove from a fixed-length list"))}, +fG(a){throw A.c(A.V("Cannot remove from a fixed-length list"))}} +A.T_.prototype={ +m(a,b,c){throw A.c(A.V("Cannot modify an unmodifiable list"))}, +sp(a,b){throw A.c(A.V("Cannot change the length of an unmodifiable list"))}, +E(a,b){throw A.c(A.V("Cannot add to an unmodifiable list"))}, +fB(a,b,c){throw A.c(A.V("Cannot add to an unmodifiable list"))}, +B(a,b){throw A.c(A.V("Cannot remove from an unmodifiable list"))}, +fG(a){throw A.c(A.V("Cannot remove from an unmodifiable list"))}, +c9(a,b,c,d,e){throw A.c(A.V("Cannot modify an unmodifiable list"))}} +A.vB.prototype={} +A.cc.prototype={ +gp(a){return J.b6(this.a)}, +be(a,b){var s=this.a,r=J.a9(s) +return r.be(s,r.gp(s)-1-b)}} +A.lV.prototype={ +gu(a){var s=this._hashCode +if(s!=null)return s +s=664597*B.c.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.lV&&this.a===b.a}, +$iC0:1} +A.Gr.prototype={} +A.cs.prototype={$r:"+(1,2)",$s:1} +A.wp.prototype={$r:"+cacheSize,maxTextLength(1,2)",$s:2} +A.a_7.prototype={$r:"+key,value(1,2)",$s:3} +A.wq.prototype={$r:"+size,speed(1,2)",$s:4} +A.a_8.prototype={$r:"+wordEnd,wordStart(1,2)",$s:5} +A.jy.prototype={$r:"+(1,2,3)",$s:6} +A.a_9.prototype={$r:"+breaks,graphemes,words(1,2,3)",$s:7} +A.a_a.prototype={$r:"+large,medium,small(1,2,3)",$s:8} +A.a_b.prototype={$r:"+x,y,z(1,2,3)",$s:9} +A.EE.prototype={$r:"+domBlurListener,domFocusListener,element,semanticsNodeId(1,2,3,4)",$s:10} +A.oU.prototype={} +A.rX.prototype={ +rF(a,b,c){var s=A.k(this) +return A.aDl(this,s.c,s.z[1],b,c)}, +ga_(a){return this.gp(this)===0}, +gbT(a){return this.gp(this)!==0}, +j(a){return A.axC(this)}, +m(a,b,c){A.a6v()}, +bf(a,b,c){A.a6v()}, +B(a,b){A.a6v()}, +R(a,b){A.a6v()}, +ge3(a){return new A.hc(this.afQ(0),A.k(this).h("hc>"))}, +afQ(a){var s=this +return function(){var r=a +var q=0,p=1,o,n,m,l +return function $async$ge3(b,c,d){if(c===1){o=d +q=p}while(true)switch(q){case 0:n=s.gbQ(s),n=n.ga6(n),m=A.k(s),m=m.h("@<1>").an(m.z[1]).h("bk<1,2>") +case 2:if(!n.q()){q=3 +break}l=n.gG(n) +q=4 +return b.b=new A.bk(l,s.i(0,l),m),1 +case 4:q=2 +break +case 3:return 0 +case 1:return b.c=o,3}}}}, +yL(a,b,c,d){var s=A.w(c,d) +this.ah(0,new A.a6w(this,b,s)) +return s}, +$iaH:1} +A.a6w.prototype={ +$2(a,b){var s=this.b.$2(a,b) +this.c.m(0,s.a,s.b)}, +$S(){return A.k(this.a).h("~(1,2)")}} +A.W.prototype={ +gp(a){return this.b.length}, +gLK(){var s=this.$keys +if(s==null){s=Object.keys(this.a) +this.$keys=s}return s}, +ai(a,b){if(typeof b!="string")return!1 +if("__proto__"===b)return!1 +return this.a.hasOwnProperty(b)}, +i(a,b){if(!this.ai(0,b))return null +return this.b[this.a[b]]}, +ah(a,b){var s,r,q=this.gLK(),p=this.b +for(s=q.length,r=0;r"))}, +gaY(a){return new A.r0(this.b,this.$ti.h("r0<2>"))}} +A.r0.prototype={ +gp(a){return this.a.length}, +ga_(a){return 0===this.a.length}, +gbT(a){return 0!==this.a.length}, +ga6(a){var s=this.a +return new A.w7(s,s.length)}} +A.w7.prototype={ +gG(a){var s=this.d +return s==null?A.k(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.da.prototype={ +lH(){var s,r=this,q=r.$map +if(q==null){s=r.$ti +q=new A.pA(s.h("@<1>").an(s.z[1]).h("pA<1,2>")) +A.aHq(r.a,q) +r.$map=q}return q}, +ai(a,b){return this.lH().ai(0,b)}, +i(a,b){return this.lH().i(0,b)}, +ah(a,b){this.lH().ah(0,b)}, +gbQ(a){var s=this.lH() +return new A.bf(s,A.k(s).h("bf<1>"))}, +gaY(a){var s=this.lH() +return s.gaY(s)}, +gp(a){return this.lH().a}} +A.xP.prototype={ +E(a,b){A.awQ()}, +R(a,b){A.awQ()}, +B(a,b){A.awQ()}} +A.fk.prototype={ +gp(a){return this.b}, +ga_(a){return this.b===0}, +gbT(a){return this.b!==0}, +ga6(a){var s,r=this.$keys +if(r==null){r=Object.keys(this.a) +this.$keys=r}s=r +return new A.w7(s,s.length)}, +t(a,b){if(typeof b!="string")return!1 +if("__proto__"===b)return!1 +return this.a.hasOwnProperty(b)}, +iM(a){return A.fw(this,this.$ti.c)}} +A.et.prototype={ +gp(a){return this.a.length}, +ga_(a){return this.a.length===0}, +gbT(a){return this.a.length!==0}, +ga6(a){var s=this.a +return new A.w7(s,s.length)}, +lH(){var s,r,q,p,o=this,n=o.$map +if(n==null){s=o.$ti +n=new A.pA(s.h("@<1>").an(s.c).h("pA<1,2>")) +for(s=o.a,r=s.length,q=0;q")}} +A.jZ.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.aHC(A.a3u(this.a),this.$ti)}} +A.zf.prototype={ +gajr(){var s=this.a +if(s instanceof A.lV)return s +return this.a=new A.lV(s)}, +gakV(){var s,r,q,p,o,n=this +if(n.c===1)return B.qX +s=n.d +r=J.a9(s) +q=r.gp(s)-J.b6(n.e)-n.f +if(q===0)return B.qX +p=[] +for(o=0;o>>0}, +j(a){return"Closure '"+this.$_name+"' of "+("Instance of '"+A.afN(this.a)+"'")}} +A.Wy.prototype={ +j(a){return"Reading static variable '"+this.a+"' during its initialization"}} +A.Rh.prototype={ +j(a){return"RuntimeError: "+this.a}} +A.arX.prototype={} +A.ht.prototype={ +gp(a){return this.a}, +ga_(a){return this.a===0}, +gbT(a){return this.a!==0}, +gbQ(a){return new A.bf(this,A.k(this).h("bf<1>"))}, +gaY(a){var s=A.k(this) +return A.pL(new A.bf(this,s.h("bf<1>")),new A.aco(this),s.c,s.z[1])}, +ai(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.aii(b)}, +aii(a){var s=this.d +if(s==null)return!1 +return this.tK(s[this.tJ(a)],a)>=0}, +ae8(a,b){return new A.bf(this,A.k(this).h("bf<1>")).jQ(0,new A.acn(this,b))}, +R(a,b){J.fj(b,new A.acm(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.aij(b)}, +aij(a){var s,r,q=this.d +if(q==null)return null +s=q[this.tJ(a)] +r=this.tK(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.IO(s==null?q.b=q.Cj():s,b,c)}else if(typeof b=="number"&&(b&0x3fffffff)===b){r=q.c +q.IO(r==null?q.c=q.Cj():r,b,c)}else q.ail(b,c)}, +ail(a,b){var s,r,q,p=this,o=p.d +if(o==null)o=p.d=p.Cj() +s=p.tJ(a) +r=o[s] +if(r==null)o[s]=[p.Ck(a,b)] +else{q=p.tK(r,a) +if(q>=0)r[q].b=b +else r.push(p.Ck(a,b))}}, +bf(a,b,c){var s,r,q=this +if(q.ai(0,b)){s=q.i(0,b) +return s==null?A.k(q).z[1].a(s):s}r=c.$0() +q.m(0,b,r) +return r}, +B(a,b){var s=this +if(typeof b=="string")return s.MU(s.b,b) +else if(typeof b=="number"&&(b&0x3fffffff)===b)return s.MU(s.c,b) +else return s.aik(b)}, +aik(a){var s,r,q,p,o=this,n=o.d +if(n==null)return null +s=o.tJ(a) +r=n[s] +q=o.tK(r,a) +if(q<0)return null +p=r.splice(q,1)[0] +o.Ot(p) +if(r.length===0)delete n[s] +return p.b}, +a2(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=s.f=null +s.a=0 +s.Ch()}}, +ah(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.c(A.bY(s)) +r=r.c}}, +IO(a,b,c){var s=a[b] +if(s==null)a[b]=this.Ck(b,c) +else s.b=c}, +MU(a,b){var s +if(a==null)return null +s=a[b] +if(s==null)return null +this.Ot(s) +delete a[b] +return s.b}, +Ch(){this.r=this.r+1&1073741823}, +Ck(a,b){var s,r=this,q=new A.acY(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.Ch() +return q}, +Ot(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.Ch()}, +tJ(a){return J.v(a)&1073741823}, +tK(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r"]=s +delete s[""] +return s}} +A.aco.prototype={ +$1(a){var s=this.a,r=s.i(0,a) +return r==null?A.k(s).z[1].a(r):r}, +$S(){return A.k(this.a).h("2(1)")}} +A.acn.prototype={ +$1(a){return J.d(this.a.i(0,a),this.b)}, +$S(){return A.k(this.a).h("y(1)")}} +A.acm.prototype={ +$2(a,b){this.a.m(0,a,b)}, +$S(){return A.k(this.a).h("~(1,2)")}} +A.acY.prototype={} +A.bf.prototype={ +gp(a){return this.a.a}, +ga_(a){return this.a.a===0}, +ga6(a){var s=this.a,r=new A.zy(s,s.r) +r.c=s.e +return r}, +t(a,b){return this.a.ai(0,b)}, +ah(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.c(A.bY(s)) +r=r.c}}} +A.zy.prototype={ +gG(a){return this.d}, +q(){var s,r=this,q=r.a +if(r.b!==q.r)throw A.c(A.bY(q)) +s=r.c +if(s==null){r.d=null +return!1}else{r.d=s.a +r.c=s.c +return!0}}} +A.pA.prototype={ +tJ(a){return A.aWH(a)&1073741823}, +tK(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r0;){--q;--s +j[q]=r[s]}}return A.ex(j,k)}} +A.a_4.prototype={ +vT(){return[this.a,this.b]}, +k(a,b){if(b==null)return!1 +return b instanceof A.a_4&&this.$s===b.$s&&J.d(this.a,b.a)&&J.d(this.b,b.b)}, +gu(a){return A.K(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.a_5.prototype={ +vT(){return[this.a,this.b,this.c]}, +k(a,b){var s=this +if(b==null)return!1 +return b instanceof A.a_5&&s.$s===b.$s&&J.d(s.a,b.a)&&J.d(s.b,b.b)&&J.d(s.c,b.c)}, +gu(a){var s=this +return A.K(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.a_6.prototype={ +vT(){return this.a}, +k(a,b){if(b==null)return!1 +return b instanceof A.a_6&&this.$s===b.$s&&A.aTU(this.a,b.a)}, +gu(a){return A.K(this.$s,A.cy(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.k0.prototype={ +j(a){return"RegExp/"+this.a+"/"+this.b.flags}, +gM8(){var s=this,r=s.c +if(r!=null)return r +r=s.b +return s.c=A.axt(s.a,r.multiline,!r.ignoreCase,r.unicode,r.dotAll,!0)}, +gM7(){var s=this,r=s.d +if(r!=null)return r +r=s.b +return s.d=A.axt(s.a+"|()",r.multiline,!r.ignoreCase,r.unicode,r.dotAll,!0)}, +jf(a){var s=this.b.exec(a) +if(s==null)return null +return new A.we(s)}, +rr(a,b,c){var s=b.length +if(c>s)throw A.c(A.bJ(c,0,s,null,null)) +return new A.Va(this,b,c)}, +lT(a,b){return this.rr(a,b,0)}, +BI(a,b){var s,r=this.gM8() +r.lastIndex=b +s=r.exec(a) +if(s==null)return null +return new A.we(s)}, +a2G(a,b){var s,r=this.gM7() +r.lastIndex=b +s=r.exec(a) +if(s==null)return null +if(s.pop()!=null)return null +return new A.we(s)}, +yP(a,b,c){if(c<0||c>b.length)throw A.c(A.bJ(c,0,b.length,null,null)) +return this.a2G(b,c)}, +ajk(a,b){return this.yP(a,b,0)}, +$iaE5:1} +A.we.prototype={ +gvf(a){return this.b.index}, +gio(a){var s=this.b +return s.index+s[0].length}, +i(a,b){return this.b[b]}, +ajD(a){var s,r=this.b.groups +if(r!=null){s=r[a] +if(s!=null||a in r)return s}throw A.c(A.dS(a,"name","Not a capture group name"))}, +$ipN:1, +$iQx:1} +A.Va.prototype={ +ga6(a){return new A.o8(this.a,this.b,this.c)}} +A.o8.prototype={ +gG(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.BI(m,s) +if(p!=null){n.d=p +o=p.gio(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.vc.prototype={ +gio(a){return this.a+this.c.length}, +i(a,b){if(b!==0)A.J(A.agg(b,null,null)) +return this.c}, +$ipN:1, +gvf(a){return this.a}} +A.a0G.prototype={ +ga6(a){return new A.a0H(this.a,this.b,this.c)}, +gL(a){var s=this.b,r=this.a.indexOf(s,this.c) +if(r>=0)return new A.vc(r,s) +throw A.c(A.c3())}} +A.a0H.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.vc(s,o) +q.c=r===q.c?r+1:r +return!0}, +gG(a){var s=this.d +s.toString +return s}} +A.aok.prototype={ +aA(){var s=this.b +if(s===this)throw A.c(new A.hu("Local '"+this.a+"' has not been initialized.")) +return s}, +bU(){var s=this.b +if(s===this)throw A.c(A.lm(this.a)) +return s}, +scv(a){var s=this +if(s.b!==s)throw A.c(new A.hu("Local '"+s.a+"' has already been initialized.")) +s.b=a}} +A.apY.prototype={ +S(){var s,r=this,q=r.b +if(q===r){s=r.c.$0() +if(r.b!==r)throw A.c(new A.hu("Local '"+r.a+u.N)) +r.b=s +q=s}return q}} +A.pU.prototype={ +gdR(a){return B.a5j}, +ic(a,b,c){A.mm(a,b,c) +return c==null?new Uint8Array(a,b):new Uint8Array(a,b,c)}, +PD(a){return this.ic(a,0,null)}, +PA(a,b,c){A.mm(a,b,c) +return new Int32Array(a,b,c)}, +xl(a,b,c){throw A.c(A.V("Int64List not supported by dart2js."))}, +Py(a,b,c){A.mm(a,b,c) +return new Float32Array(a,b,c)}, +Pz(a,b,c){A.mm(a,b,c) +return new Float64Array(a,b,c)}, +oL(a,b,c){A.mm(a,b,c) +return c==null?new DataView(a,b):new DataView(a,b,c)}, +Px(a){return this.oL(a,0,null)}, +$ick:1, +$ipU:1, +$irL:1} +A.dV.prototype={ +geJ(a){return a.buffer}, +giC(a){return a.byteLength}, +gf8(a){return a.byteOffset}, +gEJ(a){return a.BYTES_PER_ELEMENT}, +a6H(a,b,c,d){var s=A.bJ(b,0,c,d,null) +throw A.c(s)}, +Js(a,b,c,d){if(b>>>0!==b||b>c)this.a6H(a,b,c,d)}, +$idV:1, +$ic8:1} +A.A7.prototype={ +gdR(a){return B.a5k}, +gEJ(a){return 1}, +H_(a,b,c){return a.getFloat64(b,B.t===c)}, +H2(a,b,c){return a.getInt32(b,B.t===c)}, +uP(a,b,c){throw A.c(A.V("Int64 accessor not supported by dart2js."))}, +H3(a,b){return a.getInt8(b)}, +Hl(a,b,c){return a.getUint16(b,B.t===c)}, +Hm(a,b,c){return a.getUint32(b,B.t===c)}, +q9(a,b){return a.getUint8(b)}, +HK(a,b,c,d){throw A.c(A.V("Int64 accessor not supported by dart2js."))}, +HP(a,b,c,d){return a.setUint32(b,c,B.t===d)}, +$ick:1, +$icv:1} +A.ua.prototype={ +gp(a){return a.length}, +Nw(a,b,c,d,e){var s,r,q=a.length +this.Js(a,b,q,"start") +this.Js(a,c,q,"end") +if(b>c)throw A.c(A.bJ(b,0,c,null,null)) +s=c-b +if(e<0)throw A.c(A.bK(e,null)) +r=d.length +if(r-e0){s=Date.now()-r.c +if(s>(p+1)*o)p=B.e.hw(s,o)}q.c=p +r.d.$1(q)}, +$S:15} +A.Vs.prototype={ +e2(a,b){var s,r=this +if(b==null)b=r.$ti.c.a(b) +if(!r.b)r.a.lC(b) +else{s=r.a +if(r.$ti.h("ai<1>").b(b))s.Jk(b) +else s.qI(b)}}, +mY(a,b){var s=this.a +if(this.b)s.i4(a,b) +else s.vy(a,b)}} +A.aub.prototype={ +$1(a){return this.a.$2(0,a)}, +$S:37} +A.auc.prototype={ +$2(a,b){this.a.$2(1,new A.yy(a,b))}, +$S:270} +A.av1.prototype={ +$2(a,b){this.a(a,b)}, +$S:275} +A.os.prototype={ +gG(a){return this.b}, +a9S(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.aLO(s) +return!0}else o.d=null}catch(r){n=r +m=1 +o.d=null}q=o.a9S(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.aFU +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.aFU +throw n +return!1}o.a=p.pop() +m=1 +continue}throw A.c(A.a0("sync*"))}return!1}, +Du(a){var s,r,q=this +if(a instanceof A.hc){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.aj(a) +return 2}}} +A.hc.prototype={ +ga6(a){return new A.os(this.a())}} +A.HP.prototype={ +j(a){return A.n(this.a)}, +$ibO:1, +giX(){return this.b}} +A.jv.prototype={} +A.vL.prototype={ +Cq(){}, +Cu(){}} +A.oa.prototype={ +gHZ(a){return new A.jv(this,A.k(this).h("jv<1>"))}, +gw9(){return this.c<4}, +MV(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}, +NU(a,b,c,d){var s,r,q,p,o,n,m=this +if((m.c&4)!==0){s=new A.Dx($.an) +A.eV(s.ga7Z()) +if(c!=null)s.c=c +return s}s=$.an +r=d?1:0 +q=A.aFs(s,a) +A.aFt(s,b) +p=c==null?A.aHb():c +o=new A.vL(m,q,p,s,r,A.k(m).h("vL<1>")) +o.CW=o +o.ch=o +o.ay=m.c&1 +n=m.e +m.e=o +o.ch=null +o.CW=n +if(n==null)m.d=o +else n.ch=o +if(m.d===o)A.a3r(m.a) +return o}, +MI(a){var s,r=this +A.k(r).h("vL<1>").a(a) +if(a.ch===a)return null +s=a.ay +if((s&2)!==0)a.ay=s|4 +else{r.MV(a) +if((r.c&2)===0&&r.d==null)r.B9()}return null}, +MJ(a){}, +ML(a){}, +vr(){if((this.c&4)!==0)return new A.hK("Cannot add new events after calling close") +return new A.hK("Cannot add new events while doing an addStream")}, +E(a,b){if(!this.gw9())throw A.c(this.vr()) +this.mO(b)}, +aQ(a){var s,r,q=this +if((q.c&4)!==0){s=q.r +s.toString +return s}if(!q.gw9())throw A.c(q.vr()) +q.c|=4 +r=q.r +if(r==null)r=q.r=new A.ay($.an,t.W) +q.mP() +return r}, +Ks(a){var s,r,q,p=this,o=p.c +if((o&2)!==0)throw A.c(A.a0(u.c)) +s=p.d +if(s==null)return +r=o&1 +p.c=o^3 +for(;s!=null;){o=s.ay +if((o&1)===r){s.ay=o|2 +a.$1(s) +o=s.ay^=1 +q=s.ch +if((o&4)!==0)p.MV(s) +s.ay&=4294967293 +s=q}else s=s.ch}p.c&=4294967293 +if(p.d==null)p.B9()}, +B9(){if((this.c&4)!==0){var s=this.r +if((s.a&30)===0)s.lC(null)}A.a3r(this.b)}} +A.FC.prototype={ +gw9(){return A.oa.prototype.gw9.call(this)&&(this.c&2)===0}, +vr(){if((this.c&2)!==0)return new A.hK(u.c) +return this.YH()}, +mO(a){var s=this,r=s.d +if(r==null)return +if(r===s.e){s.c|=2 +r.J4(0,a) +s.c&=4294967293 +if(s.d==null)s.B9() +return}s.Ks(new A.at2(s,a))}, +mP(){var s=this +if(s.d!=null)s.Ks(new A.at3(s)) +else s.r.lC(null)}} +A.at2.prototype={ +$1(a){a.J4(0,this.b)}, +$S(){return this.a.$ti.h("~(ob<1>)")}} +A.at3.prototype={ +$1(a){a.a16()}, +$S(){return this.a.$ti.h("~(ob<1>)")}} +A.CX.prototype={ +mO(a){var s +for(s=this.d;s!=null;s=s.ch)s.oa(new A.qW(a))}, +mP(){var s=this.d +if(s!=null)for(;s!=null;s=s.ch)s.oa(B.eT) +else this.r.lC(null)}} +A.aap.prototype={ +$0(){var s,r,q +try{this.a.qH(this.b.$0())}catch(q){s=A.ag(q) +r=A.aA(q) +A.ayW(this.a,s,r)}}, +$S:0} +A.aao.prototype={ +$0(){var s,r,q +try{this.a.qH(this.b.$0())}catch(q){s=A.ag(q) +r=A.aA(q) +A.ayW(this.a,s,r)}}, +$S:0} +A.aam.prototype={ +$0(){var s,r,q,p=this,o=p.a +if(o==null){p.c.a(null) +p.b.qH(null)}else try{p.b.qH(o.$0())}catch(q){s=A.ag(q) +r=A.aA(q) +A.ayW(p.b,s,r)}}, +$S:0} +A.aar.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.i4(a,b) +else{s.e.b=a +s.f.b=b}}else if(q===0&&!s.c)s.d.i4(s.e.aA(),s.f.aA())}, +$S:38} +A.aaq.prototype={ +$1(a){var s,r=this,q=r.a;--q.b +s=q.a +if(s!=null){J.eW(s,r.b,a) +if(q.b===0)r.c.qI(A.hv(s,!0,r.w))}else if(q.b===0&&!r.e)r.c.i4(r.f.aA(),r.r.aA())}, +$S(){return this.w.h("aS(0)")}} +A.aad.prototype={ +$2(a,b){var s +if(this.a.b(a))s=!1 +else s=!0 +if(s)throw A.c(a) +return this.c.$2(a,b)}, +$S(){return this.d.h("0/(o,bL)")}} +A.aac.prototype={ +$1(a){return a}, +$S(){return this.a.h("0(0)")}} +A.VX.prototype={ +mY(a,b){A.eU(a,"error",t.K) +if((this.a.a&30)!==0)throw A.c(A.a0("Future already completed")) +if(b==null)b=A.a4y(a) +this.i4(a,b)}, +xv(a){return this.mY(a,null)}} +A.bv.prototype={ +e2(a,b){var s=this.a +if((s.a&30)!==0)throw A.c(A.a0("Future already completed")) +s.lC(b)}, +hG(a){return this.e2(a,null)}, +i4(a,b){this.a.vy(a,b)}} +A.iH.prototype={ +ajl(a){if((this.c&15)!==6)return!0 +return this.b.b.Gt(this.d,a.a)}, +agC(a){var s,r=this.e,q=null,p=a.a,o=this.b.b +if(t.Hg.b(r))q=o.TU(r,p,a.b) +else q=o.Gt(r,p) +try{p=q +return p}catch(s){if(t.ns.b(A.ag(s))){if((this.c&1)!==0)throw A.c(A.bK("The error handler of Future.then must return a value of the returned future's type","onError")) +throw A.c(A.bK("The error handler of Future.catchError must return a value of the future's type","onError"))}else throw s}}} +A.ay.prototype={ +Nq(a){this.a=this.a&1|4 +this.c=a}, +eX(a,b,c){var s,r,q=$.an +if(q===B.at){if(b!=null&&!t.Hg.b(b)&&!t.C_.b(b))throw A.c(A.dS(b,"onError",u.l))}else if(b!=null)b=A.aGS(b,q) +s=new A.ay(q,c.h("ay<0>")) +r=b==null?1:3 +this.o9(new A.iH(s,r,a,b,this.$ti.h("@<1>").an(c).h("iH<1,2>"))) +return s}, +bF(a,b){return this.eX(a,null,b)}, +Oh(a,b,c){var s=new A.ay($.an,c.h("ay<0>")) +this.o9(new A.iH(s,19,a,b,this.$ti.h("@<1>").an(c).h("iH<1,2>"))) +return s}, +oQ(a,b){var s=this.$ti,r=$.an,q=new A.ay(r,s) +if(r!==B.at)a=A.aGS(a,r) +this.o9(new A.iH(q,2,b,a,s.h("@<1>").an(s.c).h("iH<1,2>"))) +return q}, +mV(a){return this.oQ(a,null)}, +iO(a){var s=this.$ti,r=new A.ay($.an,s) +this.o9(new A.iH(r,8,a,null,s.h("@<1>").an(s.c).h("iH<1,2>"))) +return r}, +aaB(a){this.a=this.a&1|16 +this.c=a}, +vB(a){this.a=a.a&30|this.a&1 +this.c=a.c}, +o9(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.o9(a) +return}s.vB(r)}A.ri(null,null,s.b,new A.apu(s,a))}}, +CA(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.CA(a) +return}n.vB(s)}m.a=n.wz(a) +A.ri(null,null,n.b,new A.apB(m,n))}}, +wt(){var s=this.c +this.c=null +return this.wz(s)}, +wz(a){var s,r,q +for(s=a,r=null;s!=null;r=s,s=q){q=s.a +s.a=r}return r}, +Be(a){var s,r,q,p=this +p.a^=2 +try{a.eX(new A.apy(p),new A.apz(p),t.P)}catch(q){s=A.ag(q) +r=A.aA(q) +A.eV(new A.apA(p,s,r))}}, +qH(a){var s,r=this,q=r.$ti +if(q.h("ai<1>").b(a))if(q.b(a))A.ayy(a,r) +else r.Be(a) +else{s=r.wt() +r.a=8 +r.c=a +A.vZ(r,s)}}, +qI(a){var s=this,r=s.wt() +s.a=8 +s.c=a +A.vZ(s,r)}, +i4(a,b){var s=this.wt() +this.aaB(A.a4x(a,b)) +A.vZ(this,s)}, +lC(a){if(this.$ti.h("ai<1>").b(a)){this.Jk(a) +return}this.a0b(a)}, +a0b(a){this.a^=2 +A.ri(null,null,this.b,new A.apw(this,a))}, +Jk(a){if(this.$ti.b(a)){A.aTx(a,this) +return}this.Be(a)}, +vy(a,b){this.a^=2 +A.ri(null,null,this.b,new A.apv(this,a,b))}, +$iai:1} +A.apu.prototype={ +$0(){A.vZ(this.a,this.b)}, +$S:0} +A.apB.prototype={ +$0(){A.vZ(this.b,this.a.a)}, +$S:0} +A.apy.prototype={ +$1(a){var s,r,q,p=this.a +p.a^=2 +try{p.qI(p.$ti.c.a(a))}catch(q){s=A.ag(q) +r=A.aA(q) +p.i4(s,r)}}, +$S:40} +A.apz.prototype={ +$2(a,b){this.a.i4(a,b)}, +$S:39} +A.apA.prototype={ +$0(){this.a.i4(this.b,this.c)}, +$S:0} +A.apx.prototype={ +$0(){A.ayy(this.a.a,this.b)}, +$S:0} +A.apw.prototype={ +$0(){this.a.qI(this.b)}, +$S:0} +A.apv.prototype={ +$0(){this.a.i4(this.b,this.c)}, +$S:0} +A.apE.prototype={ +$0(){var s,r,q,p,o,n,m=this,l=null +try{q=m.a.a +l=q.b.b.h0(q.d)}catch(p){s=A.ag(p) +r=A.aA(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.a4x(s,r) +o.b=!0 +return}if(l instanceof A.ay&&(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.bF(new A.apF(n),t.z) +q.b=!1}}, +$S:0} +A.apF.prototype={ +$1(a){return this.a}, +$S:296} +A.apD.prototype={ +$0(){var s,r,q,p,o +try{q=this.a +p=q.a +q.c=p.b.b.Gt(p.d,this.b)}catch(o){s=A.ag(o) +r=A.aA(o) +q=this.a +q.c=A.a4x(s,r) +q.b=!0}}, +$S:0} +A.apC.prototype={ +$0(){var s,r,q,p,o,n,m=this +try{s=m.a.a.c +p=m.b +if(p.a.ajl(s)&&p.a.e!=null){p.c=p.a.agC(s) +p.b=!1}}catch(o){r=A.ag(o) +q=A.aA(o) +p=m.a.a.c +n=m.b +if(p.a===r)n.c=p +else n.c=A.a4x(r,q) +n.b=!0}}, +$S:0} +A.Vt.prototype={} +A.lS.prototype={ +gp(a){var s={},r=new A.ay($.an,t.wJ) +s.a=0 +this.Sy(new A.akF(s,this),!0,new A.akG(s,r),r.ga1b()) +return r}} +A.akF.prototype={ +$1(a){++this.a.a}, +$S(){return A.k(this.b).h("~(1)")}} +A.akG.prototype={ +$0(){this.b.qH(this.a.a)}, +$S:0} +A.Fz.prototype={ +gHZ(a){return new A.od(this,A.k(this).h("od<1>"))}, +ga8G(){if((this.b&8)===0)return this.a +return this.a.gGM()}, +Kg(){var s,r=this +if((r.b&8)===0){s=r.a +return s==null?r.a=new A.Ew():s}s=r.a.gGM() +return s}, +gNV(){var s=this.a +return(this.b&8)!==0?s.gGM():s}, +J9(){if((this.b&4)!==0)return new A.hK("Cannot add event after closing") +return new A.hK("Cannot add event while adding a stream")}, +Kd(){var s=this.c +if(s==null)s=this.c=(this.b&2)!==0?$.a3G():new A.ay($.an,t.W) +return s}, +E(a,b){var s=this,r=s.b +if(r>=4)throw A.c(s.J9()) +if((r&1)!==0)s.mO(b) +else if((r&3)===0)s.Kg().E(0,new A.qW(b))}, +aQ(a){var s=this,r=s.b +if((r&4)!==0)return s.Kd() +if(r>=4)throw A.c(s.J9()) +r=s.b=r|4 +if((r&1)!==0)s.mP() +else if((r&3)===0)s.Kg().E(0,B.eT) +return s.Kd()}, +NU(a,b,c,d){var s,r,q,p,o=this +if((o.b&3)!==0)throw A.c(A.a0("Stream has already been listened to.")) +s=A.aTp(o,a,b,c,d) +r=o.ga8G() +q=o.b|=1 +if((q&8)!==0){p=o.a +p.sGM(s) +p.alH(0)}else o.a=s +s.aaC(r) +q=s.e +s.e=q|32 +new A.asV(o).$0() +s.e&=4294967263 +s.Jt((q&4)!==0) +return s}, +MI(a){var s,r,q,p,o,n,m,l=this,k=null +if((l.b&8)!==0)k=l.a.b8(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.ag(o) +p=A.aA(o) +n=new A.ay($.an,t.W) +n.vy(q,p) +k=n}else k=k.iO(s) +m=new A.asU(l) +if(k!=null)k=k.iO(m) +else m.$0() +return k}, +MJ(a){if((this.b&8)!==0)this.a.amZ(0) +A.a3r(this.e)}, +ML(a){if((this.b&8)!==0)this.a.alH(0) +A.a3r(this.f)}} +A.asV.prototype={ +$0(){A.a3r(this.a.d)}, +$S:0} +A.asU.prototype={ +$0(){var s=this.a.c +if(s!=null&&(s.a&30)===0)s.lC(null)}, +$S:0} +A.Vu.prototype={ +mO(a){this.gNV().oa(new A.qW(a))}, +mP(){this.gNV().oa(B.eT)}} +A.vK.prototype={} +A.od.prototype={ +gu(a){return(A.ic(this.a)^892482866)>>>0}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.od&&b.a===this.a}} +A.vN.prototype={ +Me(){return this.w.MI(this)}, +Cq(){this.w.MJ(this)}, +Cu(){this.w.ML(this)}} +A.ob.prototype={ +aaC(a){if(a==null)return +this.r=a +if(a.c!=null){this.e|=64 +a.Aa(this)}}, +b8(a){var s=this.e&=4294967279 +if((s&8)===0)this.Ji() +s=this.f +return s==null?$.a3G():s}, +Ji(){var s,r=this,q=r.e|=8 +if((q&64)!==0){s=r.r +if(s.a===1)s.a=3}if((q&32)===0)r.r=null +r.f=r.Me()}, +J4(a,b){var s=this.e +if((s&8)!==0)return +if(s<32)this.mO(b) +else this.oa(new A.qW(b))}, +a16(){var s=this,r=s.e +if((r&8)!==0)return +r|=2 +s.e=r +if(r<32)s.mP() +else s.oa(B.eT)}, +Cq(){}, +Cu(){}, +Me(){return null}, +oa(a){var s,r=this,q=r.r +if(q==null)q=r.r=new A.Ew() +q.E(0,a) +s=r.e +if((s&64)===0){s|=64 +r.e=s +if(s<128)q.Aa(r)}}, +mO(a){var s=this,r=s.e +s.e=r|32 +s.d.zF(s.a,a) +s.e&=4294967263 +s.Jt((r&4)!==0)}, +mP(){var s,r=this,q=new A.anO(r) +r.Ji() +r.e|=16 +s=r.f +if(s!=null&&s!==$.a3G())s.iO(q) +else q.$0()}, +Jt(a){var s,r,q=this,p=q.e +if((p&64)!==0&&q.r.c==null){p=q.e=p&4294967231 +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&=4294967291 +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 +if(r)q.Cq() +else q.Cu() +p=q.e&=4294967263}if((p&64)!==0&&p<128)q.r.Aa(q)}} +A.anO.prototype={ +$0(){var s=this.a,r=s.e +if((r&16)===0)return +s.e=r|42 +s.d.uq(s.c) +s.e&=4294967263}, +$S:0} +A.FA.prototype={ +Sy(a,b,c,d){return this.a.NU(a,d,c,b===!0)}, +Sw(a){return this.Sy(a,null,null,null)}} +A.WL.prototype={ +gl8(a){return this.a}, +sl8(a,b){return this.a=b}} +A.qW.prototype={ +T2(a){a.mO(this.b)}} +A.aoZ.prototype={ +T2(a){a.mP()}, +gl8(a){return null}, +sl8(a,b){throw A.c(A.a0("No events after a done."))}} +A.Ew.prototype={ +Aa(a){var s=this,r=s.a +if(r===1)return +if(r>=1){s.a=1 +return}A.eV(new A.ard(s,a)) +s.a=1}, +E(a,b){var s=this,r=s.c +if(r==null)s.b=s.c=b +else{r.sl8(0,b) +s.c=b}}} +A.ard.prototype={ +$0(){var s,r,q=this.a,p=q.a +q.a=0 +if(p===3)return +s=q.b +r=s.gl8(s) +q.b=r +if(r==null)q.c=null +s.T2(this.b)}, +$S:0} +A.Dx.prototype={ +b8(a){this.a=-1 +this.c=null +return $.a3G()}, +a8_(){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.uq(r)}}else p.a=o}} +A.a0F.prototype={} +A.au_.prototype={} +A.auQ.prototype={ +$0(){A.axa(this.a,this.b)}, +$S:0} +A.a_M.prototype={ +uq(a){var s,r,q +try{if(B.at===$.an){a.$0() +return}A.aGU(null,null,this,a)}catch(q){s=A.ag(q) +r=A.aA(q) +A.jD(s,r)}}, +alS(a,b){var s,r,q +try{if(B.at===$.an){a.$1(b) +return}A.aGW(null,null,this,a,b)}catch(q){s=A.ag(q) +r=A.aA(q) +A.jD(s,r)}}, +zF(a,b){return this.alS(a,b,t.z)}, +alQ(a,b,c){var s,r,q +try{if(B.at===$.an){a.$2(b,c) +return}A.aGV(null,null,this,a,b,c)}catch(q){s=A.ag(q) +r=A.aA(q) +A.jD(s,r)}}, +mo(a,b,c){return this.alQ(a,b,c,t.z,t.z)}, +adb(a,b,c,d){return new A.as0(this,a,c,d,b)}, +DN(a){return new A.as1(this,a)}, +adc(a,b){return new A.as2(this,a,b)}, +i(a,b){return null}, +ahE(a,b){A.jD(a,b)}, +alO(a){if($.an===B.at)return a.$0() +return A.aGU(null,null,this,a)}, +h0(a){return this.alO(a,t.z)}, +alR(a,b){if($.an===B.at)return a.$1(b) +return A.aGW(null,null,this,a,b)}, +Gt(a,b){return this.alR(a,b,t.z,t.z)}, +alP(a,b,c){if($.an===B.at)return a.$2(b,c) +return A.aGV(null,null,this,a,b,c)}, +TU(a,b,c){return this.alP(a,b,c,t.z,t.z,t.z)}, +alj(a){return a}, +zv(a){return this.alj(a,t.z,t.z,t.z)}} +A.as0.prototype={ +$2(a,b){return this.a.TU(this.b,a,b)}, +$S(){return this.e.h("@<0>").an(this.c).an(this.d).h("1(2,3)")}} +A.as1.prototype={ +$0(){return this.a.uq(this.b)}, +$S:0} +A.as2.prototype={ +$1(a){return this.a.zF(this.b,a)}, +$S(){return this.c.h("~(0)")}} +A.m6.prototype={ +gp(a){return this.a}, +ga_(a){return this.a===0}, +gbT(a){return this.a!==0}, +gbQ(a){return new A.m7(this,A.k(this).h("m7<1>"))}, +gaY(a){var s=A.k(this) +return A.pL(new A.m7(this,s.h("m7<1>")),new A.apL(this),s.c,s.z[1])}, +ai(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.od(b)}, +od(a){var s=this.d +if(s==null)return!1 +return this.h9(this.Kz(s,a),a)>=0}, +R(a,b){J.fj(b,new A.apK(this))}, +i(a,b){var s,r,q +if(typeof b=="string"&&b!=="__proto__"){s=this.b +r=s==null?null:A.ayz(s,b) +return r}else if(typeof b=="number"&&(b&1073741823)===b){q=this.c +r=q==null?null:A.ayz(q,b) +return r}else return this.Ky(0,b)}, +Ky(a,b){var s,r,q=this.d +if(q==null)return null +s=this.Kz(q,b) +r=this.h9(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.JG(s==null?q.b=A.ayA():s,b,c)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +q.JG(r==null?q.c=A.ayA():r,b,c)}else q.Np(b,c)}, +Np(a,b){var s,r,q,p=this,o=p.d +if(o==null)o=p.d=A.ayA() +s=p.hx(a) +r=o[s] +if(r==null){A.ayB(o,s,[a,b]);++p.a +p.e=null}else{q=p.h9(r,a) +if(q>=0)r[q+1]=b +else{r.push(a,b);++p.a +p.e=null}}}, +bf(a,b,c){var s,r,q=this +if(q.ai(0,b)){s=q.i(0,b) +return s==null?A.k(q).z[1].a(s):s}r=c.$0() +q.m(0,b,r) +return r}, +B(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.lE(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.lE(s.c,b) +else return s.kI(0,b)}, +kI(a,b){var s,r,q,p,o=this,n=o.d +if(n==null)return null +s=o.hx(b) +r=n[s] +q=o.h9(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}, +a2(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=null +s.a=0}}, +ah(a,b){var s,r,q,p,o,n=this,m=n.vC() +for(s=m.length,r=A.k(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.kz.prototype={ +op(){return new A.kz(A.k(this).h("kz<1>"))}, +r2(a){return new A.kz(a.h("kz<0>"))}, +Cm(){return this.r2(t.z)}, +ga6(a){return new A.oh(this,this.qJ())}, +gp(a){return this.a}, +ga_(a){return this.a===0}, +gbT(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.Br(b)}, +Br(a){var s=this.d +if(s==null)return!1 +return this.h9(s[this.hx(a)],a)>=0}, +E(a,b){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +return q.qF(s==null?q.b=A.ayC():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +return q.qF(r==null?q.c=A.ayC():r,b)}else return q.fl(0,b)}, +fl(a,b){var s,r,q=this,p=q.d +if(p==null)p=q.d=A.ayC() +s=q.hx(b) +r=p[s] +if(r==null)p[s]=[b] +else{if(q.h9(r,b)>=0)return!1 +r.push(b)}++q.a +q.e=null +return!0}, +R(a,b){var s +for(s=J.aj(b);s.q();)this.E(0,s.gG(s))}, +B(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.lE(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.lE(s.c,b) +else return s.kI(0,b)}, +kI(a,b){var s,r,q,p=this,o=p.d +if(o==null)return!1 +s=p.hx(b) +r=o[s] +q=p.h9(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}, +a2(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=null +s.a=0}}, +qJ(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.e +if(h!=null)return h +h=A.ax(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.ha.prototype={ +op(){return new A.ha(A.k(this).h("ha<1>"))}, +r2(a){return new A.ha(a.h("ha<0>"))}, +Cm(){return this.r2(t.z)}, +ga6(a){var s=new A.w9(this,this.r) +s.c=this.e +return s}, +gp(a){return this.a}, +ga_(a){return this.a===0}, +gbT(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.Br(b)}, +Br(a){var s=this.d +if(s==null)return!1 +return this.h9(s[this.hx(a)],a)>=0}, +ah(a,b){var s=this,r=s.e,q=s.r +for(;r!=null;){b.$1(r.a) +if(q!==s.r)throw A.c(A.bY(s)) +r=r.b}}, +gL(a){var s=this.e +if(s==null)throw A.c(A.a0("No elements")) +return s.a}, +gY(a){var s=this.f +if(s==null)throw A.c(A.a0("No elements")) +return s.a}, +E(a,b){var s,r,q=this +if(typeof b=="string"&&b!=="__proto__"){s=q.b +return q.qF(s==null?q.b=A.ayE():s,b)}else if(typeof b=="number"&&(b&1073741823)===b){r=q.c +return q.qF(r==null?q.c=A.ayE():r,b)}else return q.fl(0,b)}, +fl(a,b){var s,r,q=this,p=q.d +if(p==null)p=q.d=A.ayE() +s=q.hx(b) +r=p[s] +if(r==null)p[s]=[q.Bl(b)] +else{if(q.h9(r,b)>=0)return!1 +r.push(q.Bl(b))}return!0}, +B(a,b){var s=this +if(typeof b=="string"&&b!=="__proto__")return s.lE(s.b,b) +else if(typeof b=="number"&&(b&1073741823)===b)return s.lE(s.c,b) +else return s.kI(0,b)}, +kI(a,b){var s,r,q,p,o=this,n=o.d +if(n==null)return!1 +s=o.hx(b) +r=n[s] +q=o.h9(r,b) +if(q<0)return!1 +p=r.splice(q,1)[0] +if(0===r.length)delete n[s] +o.JH(p) +return!0}, +a2Q(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.c(A.bY(o)) +if(!0===p)o.B(0,s)}}, +a2(a){var s=this +if(s.a>0){s.b=s.c=s.d=s.e=s.f=null +s.a=0 +s.Bk()}}, +qF(a,b){if(a[b]!=null)return!1 +a[b]=this.Bl(b) +return!0}, +lE(a,b){var s +if(a==null)return!1 +s=a[b] +if(s==null)return!1 +this.JH(s) +delete a[b] +return!0}, +Bk(){this.r=this.r+1&1073741823}, +Bl(a){var s,r=this,q=new A.aqp(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.Bk() +return q}, +JH(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.Bk()}, +hx(a){return J.v(a)&1073741823}, +h9(a,b){var s,r +if(a==null)return-1 +s=a.length +for(r=0;r=0;--s){r=this.i(a,s) +if(b.$1(r))return r +if(q!==this.gp(a))throw A.c(A.bY(a))}if(c!=null)return c.$0() +throw A.c(A.c3())}, +bP(a,b){var s +if(this.gp(a)===0)return"" +s=A.Sj("",a,b) +return s.charCodeAt(0)==0?s:s}, +l4(a){return this.bP(a,"")}, +hY(a,b){return new A.aZ(a,b,A.bn(a).h("aZ"))}, +GQ(a,b){return new A.cO(a,b.h("cO<0>"))}, +iD(a,b,c){return new A.S(a,b,A.bn(a).h("@").an(c).h("S<1,2>"))}, +dn(a,b){return A.eE(a,b,null,A.bn(a).h("T.E"))}, +kr(a,b){return A.eE(a,0,A.eU(b,"count",t.S),A.bn(a).h("T.E"))}, +ex(a,b){var s,r,q,p,o=this +if(o.ga_(a)){s=A.bn(a).h("T.E") +return b?J.zd(0,s):J.zc(0,s)}r=o.i(a,0) +q=A.ax(o.gp(a),r,b,A.bn(a).h("T.E")) +for(p=1;p").an(b).h("e4<1,2>"))}, +fG(a){var s,r=this +if(r.gp(a)===0)throw A.c(A.c3()) +s=r.i(a,r.gp(a)-1) +r.sp(a,r.gp(a)-1) +return s}, +X(a,b){var s=A.af(a,!0,A.bn(a).h("T.E")) +B.b.R(s,b) +return s}, +bI(a,b,c){var s=this.gp(a) +if(c==null)c=s +A.cM(b,c,s,null,null) +return A.hv(this.iT(a,b,c),!0,A.bn(a).h("T.E"))}, +ea(a,b){return this.bI(a,b,null)}, +iT(a,b,c){A.cM(b,c,this.gp(a),null,null) +return A.eE(a,b,c,A.bn(a).h("T.E"))}, +nf(a,b,c,d){var s +A.cM(b,c,this.gp(a),null,null) +for(s=b;s").b(d)){r=e +q=d}else{q=J.a3S(d,e).ex(0,!1) +r=0}p=J.a9(q) +if(r+s>p.gp(q))throw A.c(A.aCU()) +if(r=0;--o)this.m(a,b+o,p.i(q,r+o)) +else for(o=0;o"))}, +yL(a,b,c,d){var s,r,q,p,o,n=A.w(c,d) +for(s=J.aj(this.gbQ(a)),r=A.bn(a).h("aQ.V");s.q();){q=s.gG(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}, +Pi(a,b){var s,r +for(s=b.ga6(b);s.q();){r=s.gG(s) +this.m(a,r.a,r.b)}}, +ul(a,b){var s,r,q,p,o=A.bn(a),n=A.a([],o.h("u")) +for(s=J.aj(this.gbQ(a)),o=o.h("aQ.V");s.q();){r=s.gG(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").an(s.h("aQ.V")).h("E7<1,2>"))}, +j(a){return A.axC(a)}, +$iaH:1} +A.adm.prototype={ +$2(a,b){J.eW(this.a,a,b)}, +$S(){return A.bn(this.a).h("~(aQ.K,aQ.V)")}} +A.adn.prototype={ +$1(a){var s=this.a,r=J.aE(s,a) +if(r==null)r=A.bn(s).h("aQ.V").a(r) +s=A.bn(s) +return new A.bk(a,r,s.h("@").an(s.h("aQ.V")).h("bk<1,2>"))}, +$S(){return A.bn(this.a).h("bk(aQ.K)")}} +A.ado.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.n(a) +r.a=s+": " +r.a+=A.n(b)}, +$S:67} +A.E7.prototype={ +gp(a){return J.b6(this.a)}, +ga_(a){return J.hf(this.a)}, +gbT(a){return J.kR(this.a)}, +gL(a){var s=this.a,r=J.bs(s) +s=r.i(s,J.oE(r.gbQ(s))) +return s==null?this.$ti.z[1].a(s):s}, +gY(a){var s=this.a,r=J.bs(s) +s=r.i(s,J.wV(r.gbQ(s))) +return s==null?this.$ti.z[1].a(s):s}, +ga6(a){var s=this.a +return new A.Yw(J.aj(J.a3Q(s)),s)}} +A.Yw.prototype={ +q(){var s=this,r=s.a +if(r.q()){s.c=J.aE(s.b,r.gG(r)) +return!0}s.c=null +return!1}, +gG(a){var s=this.c +return s==null?A.k(this).z[1].a(s):s}} +A.G3.prototype={ +m(a,b,c){throw A.c(A.V("Cannot modify unmodifiable map"))}, +R(a,b){throw A.c(A.V("Cannot modify unmodifiable map"))}, +B(a,b){throw A.c(A.V("Cannot modify unmodifiable map"))}, +bf(a,b,c){throw A.c(A.V("Cannot modify unmodifiable map"))}} +A.u0.prototype={ +rF(a,b,c){return J.a3P(this.a,b,c)}, +i(a,b){return J.aE(this.a,b)}, +m(a,b,c){J.eW(this.a,b,c)}, +R(a,b){J.awo(this.a,b)}, +bf(a,b,c){return J.wW(this.a,b,c)}, +ai(a,b){return J.mx(this.a,b)}, +ah(a,b){J.fj(this.a,b)}, +ga_(a){return J.hf(this.a)}, +gbT(a){return J.kR(this.a)}, +gp(a){return J.b6(this.a)}, +gbQ(a){return J.a3Q(this.a)}, +B(a,b){return J.my(this.a,b)}, +j(a){return J.eX(this.a)}, +gaY(a){return J.aAH(this.a)}, +ge3(a){return J.aws(this.a)}, +yL(a,b,c,d){return J.aAK(this.a,b,c,d)}, +$iaH:1} +A.kv.prototype={ +rF(a,b,c){return new A.kv(J.a3P(this.a,b,c),b.h("@<0>").an(c).h("kv<1,2>"))}} +A.Dy.prototype={ +LQ(a,b){var s=this +s.b=b +s.a=a +if(a!=null)a.b=s +if(b!=null)b.a=s}, +abM(){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.qX.prototype={ +CF(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}, +ew(a){var s=this,r=s.c +if(r!=null)--r.b +s.c=null +s.abM() +return s.d}, +vx(){return this}, +$iaC5:1, +gxV(){return this.d}} +A.qY.prototype={ +vx(){return null}, +CF(a){throw A.c(A.c3())}, +gxV(){throw A.c(A.c3())}} +A.p5.prototype={ +ih(a,b){return new A.l_(this,this.$ti.h("@<1>").an(b).h("l_<1,2>"))}, +gp(a){return this.b}, +x8(a){var s=this.a +new A.qX(this,a,s.$ti.h("qX<1>")).LQ(s,s.b);++this.b}, +fG(a){var s=this.a.a.CF(0);--this.b +return s}, +gL(a){return this.a.b.gxV()}, +gY(a){return this.a.a.gxV()}, +ga_(a){var s=this.a +return s.b===s}, +ga6(a){return new A.X_(this,this.a.b)}, +j(a){return A.pw(this,"{","}")}, +$iR:1} +A.X_.prototype={ +q(){var s=this,r=s.b,q=r==null?null:r.vx() +if(q==null){s.a=s.b=s.c=null +return!1}r=s.a +if(r!=q.c)throw A.c(A.bY(r)) +s.c=q.d +s.b=q.b +return!0}, +gG(a){var s=this.c +return s==null?A.k(this).c.a(s):s}} +A.zz.prototype={ +ih(a,b){return new A.l_(this,this.$ti.h("@<1>").an(b).h("l_<1,2>"))}, +ga6(a){var s=this +return new A.Yo(s,s.c,s.d,s.b)}, +ga_(a){return this.b===this.c}, +gp(a){return(this.c-this.b&this.a.length-1)>>>0}, +gL(a){var s=this,r=s.b +if(r===s.c)throw A.c(A.c3()) +r=s.a[r] +return r==null?s.$ti.c.a(r):r}, +gY(a){var s=this,r=s.b,q=s.c +if(r===q)throw A.c(A.c3()) +r=s.a +r=r[(q-1&r.length-1)>>>0] +return r==null?s.$ti.c.a(r):r}, +be(a,b){var s,r=this +A.aCP(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}, +ex(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=m.$ti.c +return b?J.zd(0,s):J.zc(0,s)}s=m.$ti.c +r=A.ax(k,m.gL(m),b,s) +for(q=m.a,p=m.b,o=0;o>>0] +r[o]=n==null?s.a(n):n}return r}, +fH(a){return this.ex(a,!0)}, +R(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.$ti +if(j.h("z<1>").b(b)){s=b.length +r=k.gp(k) +q=r+s +p=k.a +o=p.length +if(q>=o){n=A.ax(A.aDb(q+(q>>>1)),null,!1,j.h("1?")) +k.c=k.acr(n) +k.a=n +k.b=0 +B.b.c9(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.pw(this,"{","}")}, +x8(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.L4();++s.d}, +uk(){var s,r,q=this,p=q.b +if(p===q.c)throw A.c(A.c3());++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}, +fG(a){var s,r=this,q=r.b,p=r.c +if(q===p)throw A.c(A.c3());++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}, +fl(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.L4();++s.d}, +L4(){var s=this,r=A.ax(s.a.length*2,null,!1,s.$ti.h("1?")),q=s.a,p=s.b,o=q.length-p +B.b.c9(r,0,o,q,p) +B.b.c9(r,o,o+s.b,s.a,0) +s.b=0 +s.c=s.a.length +s.a=r}, +acr(a){var s,r,q=this,p=q.b,o=q.c,n=q.a +if(p<=o){s=o-p +B.b.c9(a,0,s,n,p) +return s}else{r=n.length-p +B.b.c9(a,0,r,n,p) +B.b.c9(a,r,r+q.c,q.a,0) +return q.c+r}}} +A.Yo.prototype={ +gG(a){var s=this.e +return s==null?A.k(this).c.a(s):s}, +q(){var s,r=this,q=r.a +if(r.c!==q.d)A.J(A.bY(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.ip.prototype={ +ga_(a){return this.gp(this)===0}, +gbT(a){return this.gp(this)!==0}, +ih(a,b){return A.ajN(this,null,A.k(this).c,b)}, +R(a,b){var s +for(s=J.aj(b);s.q();)this.E(0,s.gG(s))}, +Tu(a){var s,r +for(s=a.length,r=0;r").an(c).h("p6<1,2>"))}, +gca(a){var s,r=this +if(r.gp(r)>1)throw A.c(A.ace()) +s=r.ga6(r) +if(!s.q())throw A.c(A.c3()) +return s.gG(s)}, +j(a){return A.pw(this,"{","}")}, +td(a,b){var s +for(s=this.ga6(this);s.q();)if(!b.$1(s.gG(s)))return!1 +return!0}, +jQ(a,b){var s +for(s=this.ga6(this);s.q();)if(b.$1(s.gG(s)))return!0 +return!1}, +kr(a,b){return A.ayi(this,b,A.k(this).c)}, +dn(a,b){return A.aEC(this,b,A.k(this).c)}, +gL(a){var s=this.ga6(this) +if(!s.q())throw A.c(A.c3()) +return s.gG(s)}, +gY(a){var s,r=this.ga6(this) +if(!r.q())throw A.c(A.c3()) +do s=r.gG(r) +while(r.q()) +return s}, +be(a,b){var s,r +A.dv(b,"index") +s=this.ga6(this) +for(r=b;s.q();){if(r===0)return s.gG(s);--r}throw A.c(A.d4(b,b-r,this,null,"index"))}, +$iR:1, +$il:1, +$ic5:1} +A.wv.prototype={ +ih(a,b){return A.ajN(this,this.gCl(),A.k(this).c,b)}, +n1(a){var s,r,q=this.op() +for(s=this.ga6(this);s.q();){r=s.gG(s) +if(!a.t(0,r))q.E(0,r)}return q}, +px(a,b){var s,r,q=this.op() +for(s=this.ga6(this);s.q();){r=s.gG(s) +if(b.t(0,r))q.E(0,r)}return q}, +iM(a){var s=this.op() +s.R(0,this) +return s}} +A.a0A.prototype={} +A.fJ.prototype={} +A.fd.prototype={ +a9H(a){var s=this,r=s.$ti +r=new A.fd(a,s.a,r.h("@<1>").an(r.z[1]).h("fd<1,2>")) +r.b=s.b +r.c=s.c +return r}} +A.a0z.prototype={ +j6(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f=h.ge0() +if(f==null){h.Bn(a,a) +return-1}s=h.gBm() +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.ge0()!==q){h.se0(q);++h.c}return r}, +ab8(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}, +NI(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}, +kI(a,b){var s,r,q,p,o=this +if(o.ge0()==null)return null +if(o.j6(b)!==0)return null +s=o.ge0() +r=s.b;--o.a +q=s.c +if(r==null)o.se0(q) +else{p=o.NI(r) +p.c=q +o.se0(p)}++o.b +return s}, +B0(a,b){var s,r=this;++r.a;++r.b +s=r.ge0() +if(s==null){r.se0(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.se0(a)}, +gKo(){var s=this,r=s.ge0() +if(r==null)return null +s.se0(s.ab8(r)) +return s.ge0()}, +gLL(){var s=this,r=s.ge0() +if(r==null)return null +s.se0(s.NI(r)) +return s.ge0()}, +od(a){return this.Dp(a)&&this.j6(a)===0}, +Bn(a,b){return this.gBm().$2(a,b)}, +Dp(a){return this.gamJ().$1(a)}} +A.BU.prototype={ +i(a,b){var s=this +if(!s.f.$1(b))return null +if(s.d!=null)if(s.j6(b)===0)return s.d.d +return null}, +B(a,b){var s +if(!this.f.$1(b))return null +s=this.kI(0,b) +if(s!=null)return s.d +return null}, +m(a,b,c){var s,r=this,q=r.j6(b) +if(q===0){r.d=r.d.a9H(c);++r.c +return}s=r.$ti +r.B0(new A.fd(c,b,s.h("@<1>").an(s.z[1]).h("fd<1,2>")),q)}, +bf(a,b,c){var s,r,q,p,o=this,n=o.j6(b) +if(n===0)return o.d.d +s=o.b +r=o.c +q=c.$0() +if(s!==o.b)throw A.c(A.bY(o)) +if(r!==o.c)n=o.j6(b) +p=o.$ti +o.B0(new A.fd(q,b,p.h("@<1>").an(p.z[1]).h("fd<1,2>")),n) +return q}, +R(a,b){J.fj(b,new A.akn(this))}, +ga_(a){return this.d==null}, +gbT(a){return this.d!=null}, +ah(a,b){var s,r,q=this.$ti +q=q.h("@<1>").an(q.z[1]) +s=new A.r6(this,A.a([],q.h("u>")),this.c,q.h("r6<1,2>")) +for(;s.q();){r=s.gG(s) +b.$2(r.a,r.b)}}, +gp(a){return this.a}, +ai(a,b){return this.od(b)}, +gbQ(a){var s=this.$ti +return new A.me(this,s.h("@<1>").an(s.h("fd<1,2>")).h("me<1,2>"))}, +gaY(a){var s=this.$ti +return new A.r7(this,s.h("@<1>").an(s.z[1]).h("r7<1,2>"))}, +ge3(a){var s=this.$ti +return new A.Fr(this,s.h("@<1>").an(s.z[1]).h("Fr<1,2>"))}, +agd(){if(this.d==null)return null +return this.gKo().a}, +Su(){if(this.d==null)return null +return this.gLL().a}, +aiN(a){var s,r,q,p=this +if(p.d==null)return null +if(p.j6(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}, +age(a){var s,r,q,p=this +if(p.d==null)return null +if(p.j6(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}, +$iaH:1, +Bn(a,b){return this.e.$2(a,b)}, +Dp(a){return this.f.$1(a)}, +ge0(){return this.d}, +gBm(){return this.e}, +se0(a){return this.d=a}} +A.ako.prototype={ +$1(a){return this.a.b(a)}, +$S:167} +A.akn.prototype={ +$2(a,b){this.a.m(0,a,b)}, +$S(){return this.a.$ti.h("~(1,2)")}} +A.kE.prototype={ +gG(a){var s=this.b +if(s.length===0){A.k(this).h("kE.T").a(null) +return null}return this.BR(B.b.gY(s))}, +a9p(a){var s,r,q=this.b +B.b.a2(q) +s=this.a +s.j6(a) +r=s.ge0() +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.ge0() +for(p=q.b;s!=null;){p.push(s) +s=s.b}return p.length!==0}throw A.c(A.bY(o))}p=q.b +if(p.length===0)return!1 +if(q.d!==o.c)q.a9p(B.b.gY(p).a) +s=B.b.gY(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.gY(p).c===s))break +s=p.pop()}return p.length!==0}} +A.me.prototype={ +gp(a){return this.a.a}, +ga_(a){return this.a.a===0}, +ga6(a){var s=this.a,r=this.$ti +return new A.mf(s,A.a([],r.h("u<2>")),s.c,r.h("@<1>").an(r.z[1]).h("mf<1,2>"))}, +t(a,b){return this.a.od(b)}, +iM(a){var s=this.a,r=this.$ti,q=A.akp(s.e,s.f,r.c) +q.a=s.a +q.d=q.JR(s.d,r.z[1]) +return q}} +A.r7.prototype={ +gp(a){return this.a.a}, +ga_(a){return this.a.a===0}, +ga6(a){var s=this.a,r=this.$ti +r=r.h("@<1>").an(r.z[1]) +return new A.Fv(s,A.a([],r.h("u>")),s.c,r.h("Fv<1,2>"))}} +A.Fr.prototype={ +gp(a){return this.a.a}, +ga_(a){return this.a.a===0}, +ga6(a){var s=this.a,r=this.$ti +r=r.h("@<1>").an(r.z[1]) +return new A.r6(s,A.a([],r.h("u>")),s.c,r.h("r6<1,2>"))}} +A.mf.prototype={ +BR(a){return a.a}} +A.Fv.prototype={ +BR(a){return a.d}} +A.r6.prototype={ +BR(a){var s=this.$ti +return new A.bk(a.a,a.d,s.h("@<1>").an(s.z[1]).h("bk<1,2>"))}} +A.va.prototype={ +Ma(a){return A.akp(new A.akr(this,a),this.f,a)}, +op(){return this.Ma(t.z)}, +ih(a,b){return A.ajN(this,this.ga7A(),this.$ti.c,b)}, +ga6(a){var s=this.$ti +return new A.mf(this,A.a([],s.h("u>")),this.c,s.h("@<1>").an(s.h("fJ<1>")).h("mf<1,2>"))}, +gp(a){return this.a}, +ga_(a){return this.d==null}, +gbT(a){return this.d!=null}, +gL(a){if(this.a===0)throw A.c(A.c3()) +return this.gKo().a}, +gY(a){if(this.a===0)throw A.c(A.c3()) +return this.gLL().a}, +t(a,b){return this.f.$1(b)&&this.j6(this.$ti.c.a(b))===0}, +E(a,b){return this.fl(0,b)}, +fl(a,b){var s=this.j6(b) +if(s===0)return!1 +this.B0(new A.fJ(b,this.$ti.h("fJ<1>")),s) +return!0}, +B(a,b){if(!this.f.$1(b))return!1 +return this.kI(0,this.$ti.c.a(b))!=null}, +R(a,b){var s,r +for(s=J.aj(b.gfL()),r=A.k(b),r=r.h("@<1>").an(r.z[1]).z[1];s.q();)this.fl(0,r.a(s.gG(s)))}, +px(a,b){var s,r=this,q=r.$ti,p=A.akp(r.e,r.f,q.c) +for(q=new A.mf(r,A.a([],q.h("u>")),r.c,q.h("@<1>").an(q.h("fJ<1>")).h("mf<1,2>"));q.q();){s=q.gG(q) +if(b.t(0,s))p.fl(0,s)}return p}, +JR(a,b){var s +if(a==null)return null +s=new A.fJ(a.a,this.$ti.h("fJ<1>")) +new A.akq(this,b).$2(a,s) +return s}, +iM(a){var s=this,r=s.$ti,q=A.akp(s.e,s.f,r.c) +q.a=s.a +q.d=s.JR(s.d,r.h("fJ<1>")) +return q}, +j(a){return A.pw(this,"{","}")}, +$iR:1, +$ic5:1, +Bn(a,b){return this.e.$2(a,b)}, +Dp(a){return this.f.$1(a)}, +ge0(){return this.d}, +gBm(){return this.e}, +se0(a){return this.d=a}} +A.akr.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("m(0,0)")}} +A.akq.prototype={ +$2(a,b){var s,r,q,p,o,n=this.a.$ti.h("fJ<1>") +do{s=a.b +r=a.c +if(s!=null){q=new A.fJ(s.a,n) +b.b=q +this.$2(s,q)}p=r!=null +if(p){o=new A.fJ(r.a,n) +b.c=o +b=o +a=r}}while(p)}, +$S(){return this.a.$ti.an(this.b).h("~(1,fJ<2>)")}} +A.Fs.prototype={} +A.Ft.prototype={} +A.Fu.prototype={} +A.G4.prototype={} +A.Y8.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.a9c(b):s}}, +gp(a){return this.b==null?this.c.a:this.oe().length}, +ga_(a){return this.gp(this)===0}, +gbT(a){return this.gp(this)>0}, +gbQ(a){var s +if(this.b==null){s=this.c +return new A.bf(s,A.k(s).h("bf<1>"))}return new A.Y9(this)}, +gaY(a){var s,r=this +if(r.b==null){s=r.c +return s.gaY(s)}return A.pL(r.oe(),new A.aqc(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.ai(0,b)){s=q.b +s[b]=c +r=q.a +if(r==null?s!=null:r!==s)r[b]=null}else q.P3().m(0,b,c)}, +R(a,b){J.fj(b,new A.aqb(this))}, +ai(a,b){if(this.b==null)return this.c.ai(0,b) +if(typeof b!="string")return!1 +return Object.prototype.hasOwnProperty.call(this.a,b)}, +bf(a,b,c){var s +if(this.ai(0,b))return this.i(0,b) +s=c.$0() +this.m(0,b,s) +return s}, +B(a,b){if(this.b!=null&&!this.ai(0,b))return null +return this.P3().B(0,b)}, +ah(a,b){var s,r,q,p,o=this +if(o.b==null)return o.c.ah(0,b) +s=o.oe() +for(r=0;r=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.bZ("") +g=p}else g=p +g.a+=B.c.T(a0,q,r) +g.a+=A.cV(k) +q=l +continue}}throw A.c(A.bG("Invalid base64 data",a0,r))}if(p!=null){g=p.a+=B.c.T(a0,q,a2) +f=g.length +if(o>=0)A.aB4(a0,n,a2,o,m,f) +else{e=B.e.c0(f-1,4)+1 +if(e===1)throw A.c(A.bG(b,a0,a2)) +for(;e<4;){g+="=" +p.a=g;++e}}g=p.a +return B.c.iH(a0,a1,a2,g.charCodeAt(0)==0?g:g)}d=a2-a1 +if(o>=0)A.aB4(a0,n,a2,o,m,d) +else{e=B.e.c0(d,4) +if(e===1)throw A.c(A.bG(b,a0,a2)) +if(e>1)a0=B.c.iH(a0,a2,a2,e===2?"==":"=")}return a0}} +A.I4.prototype={ +iY(a){var s,r=u.U +if(t.NC.b(a)){s=a.DJ(!1) +return new A.atM(s,new A.VC(r))}return new A.anu(a,new A.anN(r))}} +A.VC.prototype={ +Qy(a,b){return new Uint8Array(b)}, +Rc(a,b,c,d){var s,r=this,q=(r.a&3)+(c-b),p=B.e.cF(q,3),o=p*4 +if(d&&q-p*3>0)o+=4 +s=r.Qy(0,o) +r.a=A.aTo(r.b,a,b,c,d,s,0,r.a) +if(o>0)return s +return null}} +A.anN.prototype={ +Qy(a,b){var s=this.c +if(s==null||s.length0)throw A.c(A.bG("Invalid length, must be multiple of four",b,c)) +this.a=-1}} +A.VB.prototype={ +E(a,b){var s,r=b.length +if(r===0)return +s=this.b.Ef(0,b,0,r) +if(s!=null)this.a.E(0,s)}, +aQ(a){this.b.DZ(0,null,null) +this.a.aQ(0)}, +f4(a,b,c,d){var s,r +A.cM(b,c,a.length,null,null) +if(b===c)return +s=this.b +r=s.Ef(0,a,b,c) +if(r!=null)this.a.E(0,r) +if(d){s.DZ(0,a,c) +this.a.aQ(0)}}} +A.xz.prototype={ +f4(a,b,c,d){this.E(0,B.B.bI(a,b,c)) +if(d)this.aQ(0)}} +A.VO.prototype={ +E(a,b){this.a.E(0,b)}, +aQ(a){this.a.aQ(0)}} +A.Ir.prototype={} +A.a0l.prototype={ +E(a,b){this.b.push(b)}, +aQ(a){this.a.$1(this.b)}} +A.l1.prototype={} +A.bS.prototype={ +agw(a,b){var s=A.k(this) +return new A.DN(this,a,s.h("@").an(s.h("bS.T")).an(b).h("DN<1,2,3>"))}, +iY(a){throw A.c(A.V("This converter does not support chunked conversions: "+this.j(0)))}} +A.DN.prototype={ +iY(a){return this.a.iY(this.b.iY(a))}} +A.Lu.prototype={} +A.tL.prototype={ +j(a){var s=A.p7(this.a) +return(this.b!=null?"Converting object to an encodable object failed:":"Converting object did not return an encodable object:")+" "+s}} +A.MT.prototype={ +j(a){return"Cyclic error in JSON stringify"}} +A.MS.prototype={ +hK(a,b){var s=A.az8(b,this.gQG().a) +return s}, +xW(a){var s=A.ayD(a,this.gEM().b,null) +return s}, +gEM(){return B.K1}, +gQG(){return B.na}} +A.MW.prototype={ +iY(a){var s +if(a instanceof A.Gd)return new A.Ya(a.d,A.aPi(null),this.b,256) +s=t.NC.b(a)?a:new A.FB(a) +return new A.aqa(null,this.b,s)}} +A.aqa.prototype={ +E(a,b){var s,r=this +if(r.d)throw A.c(A.a0("Only one call to add allowed")) +r.d=!0 +s=r.c.PC() +A.aFC(b,s,r.b,r.a) +s.aQ(0)}, +aQ(a){}} +A.Ya.prototype={ +a_O(a,b,c){this.a.f4(a,b,c,!1)}, +E(a,b){var s=this +if(s.e)throw A.c(A.a0("Only one call to add allowed")) +s.e=!0 +A.aTD(b,s.b,s.c,s.d,s.ga_N()) +s.a.aQ(0)}, +aQ(a){if(!this.e){this.e=!0 +this.a.aQ(0)}}} +A.MV.prototype={ +iY(a){return new A.E1(this.a,a,new A.bZ(""))}} +A.aqg.prototype={ +GT(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.q0(a,s,r) +s=r+1 +n.dC(92) +n.dC(117) +n.dC(100) +p=q>>>8&15 +n.dC(p<10?48+p:87+p) +p=q>>>4&15 +n.dC(p<10?48+p:87+p) +p=q&15 +n.dC(p<10?48+p:87+p)}}continue}if(q<32){if(r>s)n.q0(a,s,r) +s=r+1 +n.dC(92) +switch(q){case 8:n.dC(98) +break +case 9:n.dC(116) +break +case 10:n.dC(110) +break +case 12:n.dC(102) +break +case 13:n.dC(114) +break +default:n.dC(117) +n.dC(48) +n.dC(48) +p=q>>>4&15 +n.dC(p<10?48+p:87+p) +p=q&15 +n.dC(p<10?48+p:87+p) +break}}else if(q===34||q===92){if(r>s)n.q0(a,s,r) +s=r+1 +n.dC(92) +n.dC(q)}}if(s===0)n.d8(a) +else if(s>>6|192)>>>0) +s.e9(a&63|128) +return}if(a<=65535){s.e9((a>>>12|224)>>>0) +s.e9(a>>>6&63|128) +s.e9(a&63|128) +return}s.Ut(a)}, +Ut(a){var s=this +s.e9((a>>>18|240)>>>0) +s.e9(a>>>12&63|128) +s.e9(a>>>6&63|128) +s.e9(a&63|128)}, +e9(a){var s,r=this,q=r.f,p=r.e +if(q===p.length){r.d.$3(p,0,q) +q=r.e=new Uint8Array(r.c) +p=r.f=0}else{s=p +p=q +q=s}r.f=p+1 +q[p]=a}} +A.aqi.prototype={ +uJ(a){var s,r,q,p,o,n=this,m=n.x,l=m.length +if(l===1){s=m[0] +for(;a>0;){n.e9(s);--a}return}for(;a>0;){--a +r=n.f +q=r+l +p=n.e +if(q<=p.length){B.B.eD(p,r,q,m) +n.f=q}else for(o=0;o16)this.BM()}, +uI(a,b){if(this.a.a.length!==0)this.BM() +this.b.E(0,b)}, +BM(){var s=this.a,r=s.a +s.a="" +this.b.E(0,r.charCodeAt(0)==0?r:r)}} +A.wy.prototype={ +aQ(a){}, +f4(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.x3() +return!1}}, +Kj(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.Pc(p,a.charCodeAt(n)))q=n}else if(o===56320){if(l.b+3>r)break +l.x3()}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.Gd.prototype={ +aQ(a){if(this.a!==0){this.f4("",0,0,!0) +return}this.d.aQ(0)}, +f4(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.Pc(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.Kj(a,b,c) +o=d&&b===c +if(b===q&&(a.charCodeAt(b)&64512)===55296){if(d&&n.b1000){s=B.e.cF(b+c,2) +r=q.Bs(a,b,s,!1) +if((q.b&1)!==0)return r +return r+q.Bs(a,s,c,d)}return q.afa(a,b,c,d)}, +Rv(a,b){var s=this.b +this.b=0 +if(s<=32)return +if(this.a)b.a+=A.cV(65533) +else throw A.c(A.bG(A.aGg(77),null,null))}, +afa(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.bZ(""),g=b+1,f=J.a9(a),e=f.i(a,b) +$label0$0:for(s=l.a;!0;){for(;!0;g=p){r="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFFFFFFFFFFFFFFFFGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHHHHHHHHIHHHJEEBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBKCCCCCCCCCCCCDCLONNNMEEEEEEEEEEE".charCodeAt(e)&31 +i=j<=32?e&61694>>>r:(e&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.cV(i) +if(g===c)break $label0$0 +break}else if((j&1)!==0){if(s)switch(j){case 69:case 67:h.a+=A.cV(k) +break +case 65:h.a+=A.cV(k);--g +break +default:q=h.a+=A.cV(k) +h.a=q+A.cV(k) +break}else{l.b=j +l.c=g-1 +return""}j=0}if(g===c)break $label0$0 +p=g+1 +e=f.i(a,g)}p=g+1 +e=f.i(a,g) +if(e<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.cV(k) +else{l.b=77 +l.c=c +return""}l.b=j +l.c=i +f=h.a +return f.charCodeAt(0)==0?f:f}} +A.a2p.prototype={} +A.a3g.prototype={} +A.kJ.prototype={} +A.aeB.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.p7(b) +r.a=", "}, +$S:342} +A.c2.prototype={ +E(a,b){return A.aNE(this.a+B.e.cF(b.a,1000),this.b)}, +k(a,b){if(b==null)return!1 +return b instanceof A.c2&&this.a===b.a&&this.b===b.b}, +bB(a,b){return B.e.bB(this.a,b.a)}, +gu(a){var s=this.a +return(s^B.e.aU(s,30))&1073741823}, +j(a){var s=this,r=A.aNF(A.Ay(s)),q=A.KX(A.je(s)),p=A.KX(A.afK(s)),o=A.KX(A.qa(s)),n=A.KX(A.aDW(s)),m=A.KX(A.aDX(s)),l=A.aNG(A.aDV(s)),k=r+"-"+q +if(s.b)return k+"-"+p+" "+o+":"+n+":"+m+"."+l+"Z" +else return k+"-"+p+" "+o+":"+n+":"+m+"."+l}, +$icx:1} +A.b1.prototype={ +X(a,b){return new A.b1(this.a+b.a)}, +a1(a,b){return new A.b1(this.a-b.a)}, +aq(a,b){return new A.b1(B.d.am(this.a*b))}, +k(a,b){if(b==null)return!1 +return b instanceof A.b1&&this.a===b.a}, +gu(a){return B.e.gu(this.a)}, +bB(a,b){return B.e.bB(this.a,b.a)}, +j(a){var s,r,q,p,o,n=this.a,m=B.e.cF(n,36e8),l=n%36e8 +if(n<0){m=0-m +n=0-l +s="-"}else{n=l +s=""}r=B.e.cF(n,6e7) +n%=6e7 +q=r<10?"0":"" +p=B.e.cF(n,1e6) +o=p<10?"0":"" +return s+m+":"+q+r+":"+o+p+"."+B.c.d4(B.e.j(n%1e6),6,"0")}, +$icx:1} +A.ap1.prototype={ +j(a){return this.K()}} +A.bO.prototype={ +giX(){return A.aA(this.$thrownJsError)}} +A.oK.prototype={ +j(a){var s=this.a +if(s!=null)return"Assertion failed: "+A.p7(s) +return"Assertion failed"}, +gSH(a){return this.a}} +A.lW.prototype={} +A.iQ.prototype={ +gBH(){return"Invalid argument"+(!this.a?"(s)":"")}, +gBG(){return""}, +j(a){var s=this,r=s.c,q=r==null?"":" ("+r+")",p=s.d,o=p==null?"":": "+A.n(p),n=s.gBH()+q+o +if(!s.a)return n +return n+s.gBG()+": "+A.p7(s.gFo())}, +gFo(){return this.b}} +A.uA.prototype={ +gFo(){return this.b}, +gBH(){return"RangeError"}, +gBG(){var s,r=this.e,q=this.f +if(r==null)s=q!=null?": Not less than or equal to "+A.n(q):"" +else if(q==null)s=": Not greater than or equal to "+A.n(r) +else if(q>r)s=": Not in inclusive range "+A.n(r)+".."+A.n(q) +else s=qe.length +else s=!1 +if(s)f=null +if(f==null){if(e.length>78)e=B.c.T(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.c.T(e,k,l)+i+"\n"+B.c.aq(" ",f-k+j.length)+"^\n"}else return f!=null?g+(" (at offset "+A.n(f)+")"):g}, +$icp:1} +A.l.prototype={ +ih(a,b){return A.cd(this,A.bn(this).h("l.E"),b)}, +F0(a,b){var s=this,r=A.bn(s) +if(r.h("R").b(s))return A.aCj(s,b,r.h("l.E")) +return new A.lc(s,b,r.h("lc"))}, +iD(a,b,c){return A.pL(this,b,A.bn(this).h("l.E"),c)}, +hY(a,b){return new A.aZ(this,b,A.bn(this).h("aZ"))}, +GQ(a,b){return new A.cO(this,b.h("cO<0>"))}, +t(a,b){var s +for(s=this.ga6(this);s.q();)if(J.d(s.gG(s),b))return!0 +return!1}, +ah(a,b){var s +for(s=this.ga6(this);s.q();)b.$1(s.gG(s))}, +bP(a,b){var s,r,q=this.ga6(this) +if(!q.q())return"" +s=J.eX(q.gG(q)) +if(!q.q())return s +if(b.length===0){r=s +do r+=J.eX(q.gG(q)) +while(q.q())}else{r=s +do r=r+b+J.eX(q.gG(q)) +while(q.q())}return r.charCodeAt(0)==0?r:r}, +l4(a){return this.bP(a,"")}, +jQ(a,b){var s +for(s=this.ga6(this);s.q();)if(b.$1(s.gG(s)))return!0 +return!1}, +ex(a,b){return A.af(this,b,A.bn(this).h("l.E"))}, +fH(a){return this.ex(a,!0)}, +iM(a){return A.fw(this,A.bn(this).h("l.E"))}, +gp(a){var s,r=this.ga6(this) +for(s=0;r.q();)++s +return s}, +ga_(a){return!this.ga6(this).q()}, +gbT(a){return!this.ga_(this)}, +kr(a,b){return A.ayi(this,b,A.bn(this).h("l.E"))}, +dn(a,b){return A.aEC(this,b,A.bn(this).h("l.E"))}, +W3(a,b){return new A.qz(this,b,A.bn(this).h("qz"))}, +gL(a){var s=this.ga6(this) +if(!s.q())throw A.c(A.c3()) +return s.gG(s)}, +gY(a){var s,r=this.ga6(this) +if(!r.q())throw A.c(A.c3()) +do s=r.gG(r) +while(r.q()) +return s}, +gca(a){var s,r=this.ga6(this) +if(!r.q())throw A.c(A.c3()) +s=r.gG(r) +if(r.q())throw A.c(A.ace()) +return s}, +Fz(a,b,c){var s,r,q=this.ga6(this) +do{if(!q.q()){if(c!=null)return c.$0() +throw A.c(A.c3())}s=q.gG(q)}while(!b.$1(s)) +for(;q.q();){r=q.gG(q) +if(b.$1(r))s=r}return s}, +aiO(a,b){return this.Fz(a,b,null)}, +be(a,b){var s,r +A.dv(b,"index") +s=this.ga6(this) +for(r=b;s.q();){if(r===0)return s.gG(s);--r}throw A.c(A.d4(b,b-r,this,null,"index"))}, +j(a){return A.aCW(this,"(",")")}, +W1(a){return this.gca(this).$0()}} +A.DP.prototype={ +be(a,b){A.aCP(b,this.a,this,null) +return this.b.$1(b)}, +gp(a){return this.a}} +A.MQ.prototype={} +A.bk.prototype={ +j(a){return"MapEntry("+A.n(this.a)+": "+A.n(this.b)+")"}} +A.aS.prototype={ +gu(a){return A.o.prototype.gu.call(this,this)}, +j(a){return"null"}} +A.o.prototype={$io:1, +k(a,b){return this===b}, +gu(a){return A.ic(this)}, +j(a){return"Instance of '"+A.afN(this)+"'"}, +F(a,b){throw A.c(A.aDB(this,b))}, +gdR(a){return A.r(this)}, +toString(){return this.j(this)}, +$0(){return this.F(this,A.G("$0","$0",0,[],[],0))}, +$1(a){return this.F(this,A.G("$1","$1",0,[a],[],0))}, +$2(a,b){return this.F(this,A.G("$2","$2",0,[a,b],[],0))}, +$1$2$onError(a,b,c){return this.F(this,A.G("$1$2$onError","$1$2$onError",0,[a,b,c],["onError"],1))}, +$3(a,b,c){return this.F(this,A.G("$3","$3",0,[a,b,c],[],0))}, +$4(a,b,c,d){return this.F(this,A.G("$4","$4",0,[a,b,c,d],[],0))}, +$1$1(a,b){return this.F(this,A.G("$1$1","$1$1",0,[a,b],[],1))}, +$1$hostElementAttributes(a){return this.F(this,A.G("$1$hostElementAttributes","$1$hostElementAttributes",0,[a],["hostElementAttributes"],0))}, +$1$highContrast(a){return this.F(this,A.G("$1$highContrast","$1$highContrast",0,[a],["highContrast"],0))}, +$1$accessibilityFeatures(a){return this.F(this,A.G("$1$accessibilityFeatures","$1$accessibilityFeatures",0,[a],["accessibilityFeatures"],0))}, +$3$replace$state(a,b,c){return this.F(this,A.G("$3$replace$state","$3$replace$state",0,[a,b,c],["replace","state"],0))}, +$2$path(a,b){return this.F(this,A.G("$2$path","$2$path",0,[a,b],["path"],0))}, +$1$growable(a){return this.F(this,A.G("$1$growable","$1$growable",0,[a],["growable"],0))}, +$2$params(a,b){return this.F(this,A.G("$2$params","$2$params",0,[a,b],["params"],0))}, +$3$onAction$onChange(a,b,c){return this.F(this,A.G("$3$onAction$onChange","$3$onAction$onChange",0,[a,b,c],["onAction","onChange"],0))}, +$1$0(a){return this.F(this,A.G("$1$0","$1$0",0,[a],[],1))}, +$1$locales(a){return this.F(this,A.G("$1$locales","$1$locales",0,[a],["locales"],0))}, +$1$textScaleFactor(a){return this.F(this,A.G("$1$textScaleFactor","$1$textScaleFactor",0,[a],["textScaleFactor"],0))}, +$1$platformBrightness(a){return this.F(this,A.G("$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.F(this,A.G("$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.F(this,A.G("$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.F(this,A.G("$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.F(this,A.G("$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.F(this,A.G("$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.F(this,A.G("$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.F(this,A.G("$1$accessibleNavigation","$1$accessibleNavigation",0,[a],["accessibleNavigation"],0))}, +$1$semanticsEnabled(a){return this.F(this,A.G("$1$semanticsEnabled","$1$semanticsEnabled",0,[a],["semanticsEnabled"],0))}, +$4$cancelOnError$onDone$onError(a,b,c,d){return this.F(this,A.G("$4$cancelOnError$onDone$onError","$4$cancelOnError$onDone$onError",0,[a,b,c,d],["cancelOnError","onDone","onError"],0))}, +$1$style(a){return this.F(this,A.G("$1$style","$1$style",0,[a],["style"],0))}, +$2$priority$scheduler(a,b){return this.F(this,A.G("$2$priority$scheduler","$2$priority$scheduler",0,[a,b],["priority","scheduler"],0))}, +$2$position(a,b){return this.F(this,A.G("$2$position","$2$position",0,[a,b],["position"],0))}, +$1$includeChildren(a){return this.F(this,A.G("$1$includeChildren","$1$includeChildren",0,[a],["includeChildren"],0))}, +$2$aspect(a,b){return this.F(this,A.G("$2$aspect","$2$aspect",0,[a,b],["aspect"],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.F(this,A.G("$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.F(this,A.G("$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))}, +$3$code$details$message(a,b,c){return this.F(this,A.G("$3$code$details$message","$3$code$details$message",0,[a,b,c],["code","details","message"],0))}, +$2$code$message(a,b){return this.F(this,A.G("$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.F(this,A.G("$5$elevationAdjustment$parentPaintClipRect$parentSemanticsClipRect$result$siblingNodes","$5$elevationAdjustment$parentPaintClipRect$parentSemanticsClipRect$result$siblingNodes",0,[a,b,c,d,e],["elevationAdjustment","parentPaintClipRect","parentSemanticsClipRect","result","siblingNodes"],0))}, +$1$range(a){return this.F(this,A.G("$1$range","$1$range",0,[a],["range"],0))}, +$4$curve$descendant$duration$rect(a,b,c,d){return this.F(this,A.G("$4$curve$descendant$duration$rect","$4$curve$descendant$duration$rect",0,[a,b,c,d],["curve","descendant","duration","rect"],0))}, +$1$config(a){return this.F(this,A.G("$1$config","$1$config",0,[a],["config"],0))}, +$2$ignoreRasterCache(a,b){return this.F(this,A.G("$2$ignoreRasterCache","$2$ignoreRasterCache",0,[a,b],["ignoreRasterCache"],0))}, +$1$3$onlyFirst(a,b,c,d){return this.F(this,A.G("$1$3$onlyFirst","$1$3$onlyFirst",0,[a,b,c,d],["onlyFirst"],1))}, +$3$oldLayer(a,b,c){return this.F(this,A.G("$3$oldLayer","$3$oldLayer",0,[a,b,c],["oldLayer"],0))}, +$2$oldLayer(a,b){return this.F(this,A.G("$2$oldLayer","$2$oldLayer",0,[a,b],["oldLayer"],0))}, +$1$oldLayer(a){return this.F(this,A.G("$1$oldLayer","$1$oldLayer",0,[a],["oldLayer"],0))}, +$4$isComplexHint$willChangeHint(a,b,c,d){return this.F(this,A.G("$4$isComplexHint$willChangeHint","$4$isComplexHint$willChangeHint",0,[a,b,c,d],["isComplexHint","willChangeHint"],0))}, +$2$cause$from(a,b){return this.F(this,A.G("$2$cause$from","$2$cause$from",0,[a,b],["cause","from"],0))}, +$1$findFirstFocus(a){return this.F(this,A.G("$1$findFirstFocus","$1$findFirstFocus",0,[a],["findFirstFocus"],0))}, +$3$dimensions$textScaler(a,b,c){return this.F(this,A.G("$3$dimensions$textScaler","$3$dimensions$textScaler",0,[a,b,c],["dimensions","textScaler"],0))}, +$9$fontFamily$fontFamilyFallback$fontSize$fontStyle$fontWeight$forceStrutHeight$height$leading$leadingDistribution(a,b,c,d,e,f,g,h,i){return this.F(this,A.G("$9$fontFamily$fontFamilyFallback$fontSize$fontStyle$fontWeight$forceStrutHeight$height$leading$leadingDistribution","$9$fontFamily$fontFamilyFallback$fontSize$fontStyle$fontWeight$forceStrutHeight$height$leading$leadingDistribution",0,[a,b,c,d,e,f,g,h,i],["fontFamily","fontFamilyFallback","fontSize","fontStyle","fontWeight","forceStrutHeight","height","leading","leadingDistribution"],0))}, +$3$boxHeightStyle(a,b,c){return this.F(this,A.G("$3$boxHeightStyle","$3$boxHeightStyle",0,[a,b,c],["boxHeightStyle"],0))}, +$3$includePlaceholders$includeSemanticsLabels(a,b,c){return this.F(this,A.G("$3$includePlaceholders$includeSemanticsLabels","$3$includePlaceholders$includeSemanticsLabels",0,[a,b,c],["includePlaceholders","includeSemanticsLabels"],0))}, +$4$boxHeightStyle$boxWidthStyle(a,b,c,d){return this.F(this,A.G("$4$boxHeightStyle$boxWidthStyle","$4$boxHeightStyle$boxWidthStyle",0,[a,b,c,d],["boxHeightStyle","boxWidthStyle"],0))}, +$2$parentUsesSize(a,b){return this.F(this,A.G("$2$parentUsesSize","$2$parentUsesSize",0,[a,b],["parentUsesSize"],0))}, +$3$textDirection(a,b,c){return this.F(this,A.G("$3$textDirection","$3$textDirection",0,[a,b,c],["textDirection"],0))}, +$3$clipBehavior$oldLayer(a,b,c){return this.F(this,A.G("$3$clipBehavior$oldLayer","$3$clipBehavior$oldLayer",0,[a,b,c],["clipBehavior","oldLayer"],0))}, +$2$doAntiAlias(a,b){return this.F(this,A.G("$2$doAntiAlias","$2$doAntiAlias",0,[a,b],["doAntiAlias"],0))}, +$3$offset$oldLayer(a,b,c){return this.F(this,A.G("$3$offset$oldLayer","$3$offset$oldLayer",0,[a,b,c],["offset","oldLayer"],0))}, +$3$debugReport(a,b,c){return this.F(this,A.G("$3$debugReport","$3$debugReport",0,[a,b,c],["debugReport"],0))}, +$1$selection(a){return this.F(this,A.G("$1$selection","$1$selection",0,[a],["selection"],0))}, +$1$rect(a){return this.F(this,A.G("$1$rect","$1$rect",0,[a],["rect"],0))}, +$5$baseline$baselineOffset(a,b,c,d,e){return this.F(this,A.G("$5$baseline$baselineOffset","$5$baseline$baselineOffset",0,[a,b,c,d,e],["baseline","baselineOffset"],0))}, +$1$bottom(a){return this.F(this,A.G("$1$bottom","$1$bottom",0,[a],["bottom"],0))}, +$3$curve$duration$rect(a,b,c){return this.F(this,A.G("$3$curve$duration$rect","$3$curve$duration$rect",0,[a,b,c],["curve","duration","rect"],0))}, +$1$composing(a){return this.F(this,A.G("$1$composing","$1$composing",0,[a],["composing"],0))}, +$2$ignoreCurrentFocus(a,b){return this.F(this,A.G("$2$ignoreCurrentFocus","$2$ignoreCurrentFocus",0,[a,b],["ignoreCurrentFocus"],0))}, +$2$alignmentPolicy(a,b){return this.F(this,A.G("$2$alignmentPolicy","$2$alignmentPolicy",0,[a,b],["alignmentPolicy"],0))}, +$1$affinity(a){return this.F(this,A.G("$1$affinity","$1$affinity",0,[a],["affinity"],0))}, +$1$2(a,b,c){return this.F(this,A.G("$1$2","$1$2",0,[a,b,c],[],1))}, +$2$0(a,b){return this.F(this,A.G("$2$0","$2$0",0,[a,b],[],2))}, +$1$scrollbars(a){return this.F(this,A.G("$1$scrollbars","$1$scrollbars",0,[a],["scrollbars"],0))}, +$1$withDelay(a){return this.F(this,A.G("$1$withDelay","$1$withDelay",0,[a],["withDelay"],0))}, +$1$2$arguments(a,b,c){return this.F(this,A.G("$1$2$arguments","$1$2$arguments",0,[a,b,c],["arguments"],1))}, +$2$type(a,b){return this.F(this,A.G("$2$type","$2$type",0,[a,b],["type"],0))}, +$3$imperativeMatches(a,b,c){return this.F(this,A.G("$3$imperativeMatches","$3$imperativeMatches",0,[a,b,c],["imperativeMatches"],0))}, +$3$pageKey(a,b,c){return this.F(this,A.G("$3$pageKey","$3$pageKey",0,[a,b,c],["pageKey"],0))}, +$1$matches(a){return this.F(this,A.G("$1$matches","$1$matches",0,[a],["matches"],0))}, +$1$path(a){return this.F(this,A.G("$1$path","$1$path",0,[a],["path"],0))}, +$2$1(a,b,c){return this.F(this,A.G("$2$1","$2$1",0,[a,b,c],[],2))}, +$5(a,b,c,d,e){return this.F(this,A.G("$5","$5",0,[a,b,c,d,e],[],0))}, +$2$after(a,b){return this.F(this,A.G("$2$after","$2$after",0,[a,b],["after"],0))}, +$1$reversed(a){return this.F(this,A.G("$1$reversed","$1$reversed",0,[a],["reversed"],0))}, +$1$width(a){return this.F(this,A.G("$1$width","$1$width",0,[a],["width"],0))}, +$1$height(a){return this.F(this,A.G("$1$height","$1$height",0,[a],["height"],0))}, +$2$filterQuality(a,b){return this.F(this,A.G("$2$filterQuality","$2$filterQuality",0,[a,b],["filterQuality"],0))}, +$2$descendant$rect(a,b){return this.F(this,A.G("$2$descendant$rect","$2$descendant$rect",0,[a,b],["descendant","rect"],0))}, +$6(a,b,c,d,e,f){return this.F(this,A.G("$6","$6",0,[a,b,c,d,e,f],[],0))}, +$8$color$fill$grade$opacity$opticalSize$shadows$size$weight(a,b,c,d,e,f,g,h){return this.F(this,A.G("$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$color(a){return this.F(this,A.G("$1$color","$1$color",0,[a],["color"],0))}, +$3$cancel$down$reason(a,b,c){return this.F(this,A.G("$3$cancel$down$reason","$3$cancel$down$reason",0,[a,b,c],["cancel","down","reason"],0))}, +$2$down$up(a,b){return this.F(this,A.G("$2$down$up","$2$down$up",0,[a,b],["down","up"],0))}, +$1$down(a){return this.F(this,A.G("$1$down","$1$down",0,[a],["down"],0))}, +$2$value(a,b){return this.F(this,A.G("$2$value","$2$value",0,[a,b],["value"],0))}, +$1$context(a){return this.F(this,A.G("$1$context","$1$context",0,[a],["context"],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.F(this,A.G("$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$details(a){return this.F(this,A.G("$1$details","$1$details",0,[a],["details"],0))}, +$2$textDirection(a,b){return this.F(this,A.G("$2$textDirection","$2$textDirection",0,[a,b],["textDirection"],0))}, +$2$reversed(a,b){return this.F(this,A.G("$2$reversed","$2$reversed",0,[a,b],["reversed"],0))}, +$2$minHeight$minWidth(a,b){return this.F(this,A.G("$2$minHeight$minWidth","$2$minHeight$minWidth",0,[a,b],["minHeight","minWidth"],0))}, +$2$primaryTextTheme$textTheme(a,b){return this.F(this,A.G("$2$primaryTextTheme$textTheme","$2$primaryTextTheme$textTheme",0,[a,b],["primaryTextTheme","textTheme"],0))}, +$3$bodyColor$decorationColor$displayColor(a,b,c){return this.F(this,A.G("$3$bodyColor$decorationColor$displayColor","$3$bodyColor$decorationColor$displayColor",0,[a,b,c],["bodyColor","decorationColor","displayColor"],0))}, +$1$fontFamily(a){return this.F(this,A.G("$1$fontFamily","$1$fontFamily",0,[a],["fontFamily"],0))}, +$1$padding(a){return this.F(this,A.G("$1$padding","$1$padding",0,[a],["padding"],0))}, +$1$pageTransitionsTheme(a){return this.F(this,A.G("$1$pageTransitionsTheme","$1$pageTransitionsTheme",0,[a],["pageTransitionsTheme"],0))}, +$5$arguments$child$key$name$restorationId(a,b,c,d,e){return this.F(this,A.G("$5$arguments$child$key$name$restorationId","$5$arguments$child$key$name$restorationId",0,[a,b,c,d,e],["arguments","child","key","name","restorationId"],0))}, +$1$5(a,b,c,d,e,f){return this.F(this,A.G("$1$5","$1$5",0,[a,b,c,d,e,f],[],1))}, +$2$padding$viewPadding(a,b){return this.F(this,A.G("$2$padding$viewPadding","$2$padding$viewPadding",0,[a,b],["padding","viewPadding"],0))}, +$1$maxWidth(a){return this.F(this,A.G("$1$maxWidth","$1$maxWidth",0,[a],["maxWidth"],0))}, +$1$textScaler(a){return this.F(this,A.G("$1$textScaler","$1$textScaler",0,[a],["textScaler"],0))}, +$3$sigmaX$sigmaY$tileMode(a,b,c){return this.F(this,A.G("$3$sigmaX$sigmaY$tileMode","$3$sigmaX$sigmaY$tileMode",0,[a,b,c],["sigmaX","sigmaY","tileMode"],0))}, +$3$blendMode$oldLayer(a,b,c){return this.F(this,A.G("$3$blendMode$oldLayer","$3$blendMode$oldLayer",0,[a,b,c],["blendMode","oldLayer"],0))}, +$5$borderRadius$shape$textDirection(a,b,c,d,e){return this.F(this,A.G("$5$borderRadius$shape$textDirection","$5$borderRadius$shape$textDirection",0,[a,b,c,d,e],["borderRadius","shape","textDirection"],0))}, +$1$removeTop(a){return this.F(this,A.G("$1$removeTop","$1$removeTop",0,[a],["removeTop"],0))}, +$1$viewInsets(a){return this.F(this,A.G("$1$viewInsets","$1$viewInsets",0,[a],["viewInsets"],0))}, +$1$top(a){return this.F(this,A.G("$1$top","$1$top",0,[a],["top"],0))}, +$2$padding$viewInsets(a,b){return this.F(this,A.G("$2$padding$viewInsets","$2$padding$viewInsets",0,[a,b],["padding","viewInsets"],0))}, +$2$maxWidth$minWidth(a,b){return this.F(this,A.G("$2$maxWidth$minWidth","$2$maxWidth$minWidth",0,[a,b],["maxWidth","minWidth"],0))}, +$2$maxHeight$minHeight(a,b){return this.F(this,A.G("$2$maxHeight$minHeight","$2$maxHeight$minHeight",0,[a,b],["maxHeight","minHeight"],0))}, +$1$side(a){return this.F(this,A.G("$1$side","$1$side",0,[a],["side"],0))}, +$2$color$fontSize(a,b){return this.F(this,A.G("$2$color$fontSize","$2$color$fontSize",0,[a,b],["color","fontSize"],0))}, +$6$oldLayer(a,b,c,d,e,f){return this.F(this,A.G("$6$oldLayer","$6$oldLayer",0,[a,b,c,d,e,f],["oldLayer"],0))}, +$2$radius(a,b){return this.F(this,A.G("$2$radius","$2$radius",0,[a,b],["radius"],0))}, +$2$overscroll$scrollbars(a,b){return this.F(this,A.G("$2$overscroll$scrollbars","$2$overscroll$scrollbars",0,[a,b],["overscroll","scrollbars"],0))}, +$1$direction(a){return this.F(this,A.G("$1$direction","$1$direction",0,[a],["direction"],0))}, +$9$ascent$baseline$descent$hardBreak$height$left$lineNumber$unscaledAscent$width(a,b,c,d,e,f,g,h,i){return this.F(this,A.G("$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))}, +$4$isScrolling$newPosition$oldPosition$velocity(a,b,c,d){return this.F(this,A.G("$4$isScrolling$newPosition$oldPosition$velocity","$4$isScrolling$newPosition$oldPosition$velocity",0,[a,b,c,d],["isScrolling","newPosition","oldPosition","velocity"],0))}, +$2$baseOffset$extentOffset(a,b){return this.F(this,A.G("$2$baseOffset$extentOffset","$2$baseOffset$extentOffset",0,[a,b],["baseOffset","extentOffset"],0))}, +$2$affinity$extentOffset(a,b){return this.F(this,A.G("$2$affinity$extentOffset","$2$affinity$extentOffset",0,[a,b],["affinity","extentOffset"],0))}, +$1$extentOffset(a){return this.F(this,A.G("$1$extentOffset","$1$extentOffset",0,[a],["extentOffset"],0))}, +$1$text(a){return this.F(this,A.G("$1$text","$1$text",0,[a],["text"],0))}, +$1$spellCheckService(a){return this.F(this,A.G("$1$spellCheckService","$1$spellCheckService",0,[a],["spellCheckService"],0))}, +$4$textDirection(a,b,c,d){return this.F(this,A.G("$4$textDirection","$4$textDirection",0,[a,b,c,d],["textDirection"],0))}, +$2$composing$selection(a,b){return this.F(this,A.G("$2$composing$selection","$2$composing$selection",0,[a,b],["composing","selection"],0))}, +$3$foregroundColor$iconSize$overlayColor(a,b,c){return this.F(this,A.G("$3$foregroundColor$iconSize$overlayColor","$3$foregroundColor$iconSize$overlayColor",0,[a,b,c],["foregroundColor","iconSize","overlayColor"],0))}, +$1$maxHeight(a){return this.F(this,A.G("$1$maxHeight","$1$maxHeight",0,[a],["maxHeight"],0))}, +$8$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(a,b,c,d,e,f,g,h){return this.F(this,A.G("$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.F(this,A.G("$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.F(this,A.G("$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$floatingActionButtonScale(a){return this.F(this,A.G("$1$floatingActionButtonScale","$1$floatingActionButtonScale",0,[a],["floatingActionButtonScale"],0))}, +$2$viewInsets$viewPadding(a,b){return this.F(this,A.G("$2$viewInsets$viewPadding","$2$viewInsets$viewPadding",0,[a,b],["viewInsets","viewPadding"],0))}, +$2$bottomNavigationBarTop$floatingActionButtonArea(a,b){return this.F(this,A.G("$2$bottomNavigationBarTop$floatingActionButtonArea","$2$bottomNavigationBarTop$floatingActionButtonArea",0,[a,b],["bottomNavigationBarTop","floatingActionButtonArea"],0))}, +$1$left(a){return this.F(this,A.G("$1$left","$1$left",0,[a],["left"],0))}, +$2$color$fontWeight(a,b){return this.F(this,A.G("$2$color$fontWeight","$2$color$fontWeight",0,[a,b],["color","fontWeight"],0))}, +$1$queryParameters(a){return this.F(this,A.G("$1$queryParameters","$1$queryParameters",0,[a],["queryParameters"],0))}, +$2$data$error(a,b){return this.F(this,A.G("$2$data$error","$2$data$error",0,[a,b],["data","error"],0))}, +$1$didChangeDependency(a){return this.F(this,A.G("$1$didChangeDependency","$1$didChangeDependency",0,[a],["didChangeDependency"],0))}, +$2$terse(a,b){return this.F(this,A.G("$2$terse","$2$terse",0,[a,b],["terse"],0))}, +$2$withDrive(a,b){return this.F(this,A.G("$2$withDrive","$2$withDrive",0,[a,b],["withDrive"],0))}, +$2$bottom$left(a,b){return this.F(this,A.G("$2$bottom$left","$2$bottom$left",0,[a,b],["bottom","left"],0))}, +$1$maxScaleFactor(a){return this.F(this,A.G("$1$maxScaleFactor","$1$maxScaleFactor",0,[a],["maxScaleFactor"],0))}, +$1$task(a){return this.F(this,A.G("$1$task","$1$task",0,[a],["task"],0))}, +$1$oldWidget(a){return this.F(this,A.G("$1$oldWidget","$1$oldWidget",0,[a],["oldWidget"],0))}, +$4$isDiscrete$offset$parentBox$sliderTheme(a,b,c,d){return this.F(this,A.G("$4$isDiscrete$offset$parentBox$sliderTheme","$4$isDiscrete$offset$parentBox$sliderTheme",0,[a,b,c,d],["isDiscrete","offset","parentBox","sliderTheme"],0))}, +$3$isDiscrete$parentBox$sliderTheme(a,b,c){return this.F(this,A.G("$3$isDiscrete$parentBox$sliderTheme","$3$isDiscrete$parentBox$sliderTheme",0,[a,b,c],["isDiscrete","parentBox","sliderTheme"],0))}, +$3$onError(a,b,c){return this.F(this,A.G("$3$onError","$3$onError",0,[a,b,c],["onError"],0))}, +$4$parentAlpha(a,b,c,d){return this.F(this,A.G("$4$parentAlpha","$4$parentAlpha",0,[a,b,c,d],["parentAlpha"],0))}, +$2$applyParents(a,b){return this.F(this,A.G("$2$applyParents","$2$applyParents",0,[a,b],["applyParents"],0))}, +$1$fontSize(a){return this.F(this,A.G("$1$fontSize","$1$fontSize",0,[a],["fontSize"],0))}, +$1$foreground(a){return this.F(this,A.G("$1$foreground","$1$foreground",0,[a],["foreground"],0))}, +$3$matrix4(a,b,c){return this.F(this,A.G("$3$matrix4","$3$matrix4",0,[a,b,c],["matrix4"],0))}, +$3$context$exception$stack(a,b,c){return this.F(this,A.G("$3$context$exception$stack","$3$context$exception$stack",0,[a,b,c],["context","exception","stack"],0))}, +$4$allowUpscaling$targetHeight$targetWidth(a,b,c,d){return this.F(this,A.G("$4$allowUpscaling$targetHeight$targetWidth","$4$allowUpscaling$targetHeight$targetWidth",0,[a,b,c,d],["allowUpscaling","targetHeight","targetWidth"],0))}, +$2$fontFamily(a,b){return this.F(this,A.G("$2$fontFamily","$2$fontFamily",0,[a,b],["fontFamily"],0))}, +$1$size(a){return this.F(this,A.G("$1$size","$1$size",0,[a],["size"],0))}, +$3$rect(a,b,c){return this.F(this,A.G("$3$rect","$3$rect",0,[a,b,c],["rect"],0))}, +$2$hitTest$paintTransform(a,b){return this.F(this,A.G("$2$hitTest$paintTransform","$2$hitTest$paintTransform",0,[a,b],["hitTest","paintTransform"],0))}, +$3$crossAxisPosition$mainAxisPosition(a,b,c){return this.F(this,A.G("$3$crossAxisPosition$mainAxisPosition","$3$crossAxisPosition$mainAxisPosition",0,[a,b,c],["crossAxisPosition","mainAxisPosition"],0))}, +$2$hitTest$paintOffset(a,b){return this.F(this,A.G("$2$hitTest$paintOffset","$2$hitTest$paintOffset",0,[a,b],["hitTest","paintOffset"],0))}, +$8$enableDomStorage$enableJavaScript$headers$universalLinksOnly$useSafariVC$useWebView$webOnlyWindowName(a,b,c,d,e,f,g,h){return this.F(this,A.G("$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))}, +$2$isRefresh(a,b){return this.F(this,A.G("$2$isRefresh","$2$isRefresh",0,[a,b],["isRefresh"],0))}, +$4$data$done$error$last(a,b,c,d){return this.F(this,A.G("$4$data$done$error$last","$4$data$done$error$last",0,[a,b,c,d],["data","done","error","last"],0))}, +$3$data$error$loading(a,b,c){return this.F(this,A.G("$3$data$error$loading","$3$data$error$loading",0,[a,b,c],["data","error","loading"],0))}, +$2$elementVisitor$notifierVisitor(a,b){return this.F(this,A.G("$2$elementVisitor$notifierVisitor","$2$elementVisitor$notifierVisitor",0,[a,b],["elementVisitor","notifierVisitor"],0))}, +$5$fireImmediately$onDependencyMayHaveChanged$onError(a,b,c,d,e){return this.F(this,A.G("$5$fireImmediately$onDependencyMayHaveChanged$onError","$5$fireImmediately$onDependencyMayHaveChanged$onError",0,[a,b,c,d,e],["fireImmediately","onDependencyMayHaveChanged","onError"],0))}, +i(a,b){return this.F(a,A.G("i","i",0,[b],[],0))}, +ai(a,b){return this.F(a,A.G("ai","ai",0,[b],[],0))}, +m(a,b,c){return this.F(a,A.G("m","m",0,[b,c],[],0))}, +lk(){return this.F(this,A.G("lk","lk",0,[],[],0))}, +Du(a){return this.F(this,A.G("Du","Du",0,[a],[],0))}, +wr(a){return this.F(this,A.G("wr","wr",0,[a],[],0))}, +bD(){return this.F(this,A.G("bD","bD",0,[],[],0))}, +kT(){return this.F(this,A.G("kT","kT",0,[],[],0))}, +X(a,b){return this.F(a,A.G("X","X",0,[b],[],0))}, +a1(a,b){return this.F(a,A.G("a1","a1",0,[b],[],0))}, +aq(a,b){return this.F(a,A.G("aq","aq",0,[b],[],0))}, +gp(a){return this.F(a,A.G("gp","gp",1,[],[],0))}, +gda(a){return this.F(a,A.G("gda","gda",1,[],[],0))}, +ghA(){return this.F(this,A.G("ghA","ghA",1,[],[],0))}, +gcr(){return this.F(this,A.G("gcr","gcr",1,[],[],0))}, +gi6(){return this.F(this,A.G("gi6","gi6",1,[],[],0))}, +shA(a){return this.F(this,A.G("shA","shA",2,[a],[],0))}, +scr(a){return this.F(this,A.G("scr","scr",2,[a],[],0))}, +si6(a){return this.F(this,A.G("si6","si6",2,[a],[],0))}, +sda(a,b){return this.F(a,A.G("sda","sda",2,[b],[],0))}} +A.kF.prototype={ +j(a){return this.a}, +$ibL:1} +A.km.prototype={ +gRa(){var s=this.gRb() +if($.kO()===1e6)return s +return s*1000}, +gEI(){var s=this.gRb() +if($.kO()===1000)return s +return B.e.cF(s,1000)}, +kB(a){var s=this,r=s.b +if(r!=null){s.a=s.a+($.Qg.$0()-r) +s.b=null}}, +cj(a){var s=this.b +this.a=s==null?$.Qg.$0():s}, +gRb(){var s=this.b +if(s==null)s=$.Qg.$0() +return s-this.a}} +A.air.prototype={ +gG(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.dn(B.c.T(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:396} +A.G7.prototype={ +gmQ(){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.n(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.aK() +n=o.w=s.charCodeAt(0)==0?s:s}return n}, +gpL(){var s,r,q=this,p=q.x +if(p===$){s=q.e +if(s.length!==0&&s.charCodeAt(0)===47)s=B.c.bA(s,1) +r=s.length===0?B.fR:A.ex(new A.S(A.a(s.split("/"),t.s),A.aWL(),t.Gf),t.N) +q.x!==$&&A.aK() +p=q.x=r}return p}, +gu(a){var s,r=this,q=r.y +if(q===$){s=B.c.gu(r.gmQ()) +r.y!==$&&A.aK() +r.y=s +q=s}return q}, +gGb(){var s,r=this,q=r.z +if(q===$){s=r.f +s=A.aFh(s==null?"":s) +r.z!==$&&A.aK() +q=r.z=new A.kv(s,t.bw)}return q}, +gle(){var s,r,q=this,p=q.Q +if(p===$){s=q.f +r=A.aUr(s==null?"":s) +q.Q!==$&&A.aK() +q.Q=r +p=r}return p}, +guB(){return this.b}, +gk7(a){var s=this.c +if(s==null)return"" +if(B.c.bv(s,"["))return B.c.T(s,1,s.length-1) +return s}, +gnE(a){var s=this.d +return s==null?A.aG4(this.a):s}, +gld(a){var s=this.f +return s==null?"":s}, +giz(){var s=this.r +return s==null?"":s}, +Fu(a){var s=this.a +if(a.length!==s.length)return!1 +return A.aGo(a,s,0)>=0}, +um(a,b,c){var s,r,q,p,o=this,n=o.a,m=n==="file",l=o.b,k=o.d,j=o.c +if(!(j!=null))j=l.length!==0||k!=null||m?"":null +s=j!=null +r=b==null +if(!r||!1)b=A.atG(b,0,r?0:b.length,null,n,s) +else{q=o.e +if(!m)r=s&&q.length!==0 +else r=!0 +if(r&&!B.c.bv(q,"/"))q="/"+q +b=q}if(c!=null)p=A.atI(null,0,0,c) +else p=o.f +return A.G8(n,l,j,k,b,p,o.r)}, +TD(a,b){return this.um(a,b,null)}, +TE(a,b){return this.um(a,null,b)}, +M5(a,b){var s,r,q,p,o,n +for(s=0,r=0;B.c.cS(b,"../",r);){r+=3;++s}q=B.c.pz(a,"/") +while(!0){if(!(q>0&&s>0))break +p=B.c.St(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.c.iH(a,q+1,null,B.c.bA(b,r-3*s))}, +af(a){return this.un(A.bm(a,0,null))}, +un(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=null +if(a.gdT().length!==0){s=a.gdT() +if(a.gps()){r=a.guB() +q=a.gk7(a) +p=a.gpt()?a.gnE(a):h}else{p=h +q=p +r=""}o=A.mi(a.gcD(a)) +n=a.gnl()?a.gld(a):h}else{s=i.a +if(a.gps()){r=a.guB() +q=a.gk7(a) +p=A.ayR(a.gpt()?a.gnE(a):h,s) +o=A.mi(a.gcD(a)) +n=a.gnl()?a.gld(a):h}else{r=i.b +q=i.c +p=i.d +o=i.e +if(a.gcD(a)==="")n=a.gnl()?a.gld(a):i.f +else{m=A.aUy(i,o) +if(m>0){l=B.c.T(o,0,m) +o=a.gym()?l+A.mi(a.gcD(a)):l+A.mi(i.M5(B.c.bA(o,l.length),a.gcD(a)))}else if(a.gym())o=A.mi(a.gcD(a)) +else if(o.length===0)if(q==null)o=s.length===0?a.gcD(a):A.mi(a.gcD(a)) +else o=A.mi("/"+a.gcD(a)) +else{k=i.M5(o,a.gcD(a)) +j=s.length===0 +if(!j||q!=null||B.c.bv(o,"/"))o=A.mi(k) +else o=A.ayT(k,!j||q!=null)}n=a.gnl()?a.gld(a):h}}}return A.G8(s,r,q,p,o,n,a.gyn()?a.giz():h)}, +gRZ(){return this.a.length!==0}, +gps(){return this.c!=null}, +gpt(){return this.d!=null}, +gnl(){return this.f!=null}, +gyn(){return this.r!=null}, +gRX(){return this.e.length===0}, +gym(){return B.c.bv(this.e,"/")}, +Gw(){var s,r=this,q=r.a +if(q!==""&&q!=="file")throw A.c(A.V("Cannot extract a file path from a "+q+" URI")) +q=r.f +if((q==null?"":q)!=="")throw A.c(A.V(u.z)) +q=r.r +if((q==null?"":q)!=="")throw A.c(A.V(u.A)) +q=$.aA9() +if(q)q=A.aGf(r) +else{if(r.c!=null&&r.gk7(r)!=="")A.J(A.V(u.Q)) +s=r.gpL() +A.aUp(s,!1) +q=A.Sj(B.c.bv(r.e,"/")?""+"/":"",s,"/") +q=q.charCodeAt(0)==0?q:q}return q}, +gEd(a){return this.a==="data"?A.aT_(this):null}, +j(a){return this.gmQ()}, +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.gdT())if(q.c!=null===b.gps())if(q.b===b.guB())if(q.gk7(q)===b.gk7(b))if(q.gnE(q)===b.gnE(b))if(q.e===b.gcD(b)){s=q.f +r=s==null +if(!r===b.gnl()){if(r)s="" +if(s===b.gld(b)){s=q.r +r=s==null +if(!r===b.gyn()){if(r)s="" +s=s===b.giz()}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}, +$iT1:1, +gdT(){return this.a}, +gcD(a){return this.e}} +A.atH.prototype={ +$1(a){return A.rb(B.Q1,a,B.Q,!1)}, +$S:70} +A.atK.prototype={ +$2(a,b){var s=this.b,r=this.a +s.a+=r.a +r.a="&" +r=s.a+=A.rb(B.fD,a,B.Q,!0) +if(b!=null&&b.length!==0){s.a=r+"=" +s.a+=A.rb(B.fD,b,B.Q,!0)}}, +$S:401} +A.atJ.prototype={ +$2(a,b){var s,r +if(b==null||typeof b=="string")this.a.$2(a,b) +else for(s=J.aj(b),r=this.a;s.q();)r.$2(a,s.gG(s))}, +$S:21} +A.atL.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.hP(s,a,c,r,!0) +p=""}else{q=A.hP(s,a,b,r,!0) +p=A.hP(s,b+1,c,r,!0)}J.fN(this.c.bf(0,q,A.aWM()),p)}, +$S:406} +A.T2.prototype={ +gff(){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.c.k8(m,"?",s) +q=m.length +if(r>=0){p=A.Ga(m,r+1,q,B.dZ,!1,!1) +q=r}else p=n +m=o.c=new A.WB(o,"data","",n,n,A.Ga(m,s,q,B.qm,!1,!1),p,n)}return m}, +ae9(){var s,r,q,p,o,n,m,l,k=this.a,j=this.b,i=B.b.gY(j)+1 +if((j.length&1)===1)return B.lA.Qd(k,i) +j=k.length +s=j-i +for(r=i;r=0){n=p+1 +q[p]=l +r=m +p=n +continue}}throw A.c(A.bG("Invalid percent escape",k,r))}p=n}return q}, +j(a){var s=this.a +return this.b[0]===-1?"data:"+s:s}} +A.aul.prototype={ +$2(a,b){var s=this.a[a] +B.B.nf(s,0,96,b) +return s}, +$S:414} +A.aum.prototype={ +$3(a,b,c){var s,r +for(s=b.length,r=0;r>>0]=c}, +$S:142} +A.iJ.prototype={ +gRZ(){return this.b>0}, +gps(){return this.c>0}, +gpt(){return this.c>0&&this.d+1=0}, +gdT(){var s=this.w +return s==null?this.w=this.a1i():s}, +a1i(){var s,r=this,q=r.b +if(q<=0)return"" +s=q===4 +if(s&&B.c.bv(r.a,"http"))return"http" +if(q===5&&B.c.bv(r.a,"https"))return"https" +if(s&&B.c.bv(r.a,"file"))return"file" +if(q===7&&B.c.bv(r.a,"package"))return"package" +return B.c.T(r.a,0,q)}, +guB(){var s=this.c,r=this.b+3 +return s>r?B.c.T(this.a,r,s-1):""}, +gk7(a){var s=this.c +return s>0?B.c.T(this.a,s,this.d):""}, +gnE(a){var s,r=this +if(r.gpt())return A.dn(B.c.T(r.a,r.d+1,r.e),null) +s=r.b +if(s===4&&B.c.bv(r.a,"http"))return 80 +if(s===5&&B.c.bv(r.a,"https"))return 443 +return 0}, +gcD(a){return B.c.T(this.a,this.e,this.f)}, +gld(a){var s=this.f,r=this.r +return s=s.r)return B.dd +return new A.kv(A.aFh(s.gld(s)),t.bw)}, +gle(){var s,r=this +if(r.f>=r.r)return B.z_ +s=A.aGe(r.gld(r)) +s.Ue(s,A.aHh()) +return A.awP(s,t.N,t.yp)}, +LH(a){var s=this.d+1 +return s+a.length===this.e&&B.c.cS(this.a,a,s)}, +alp(){var s=this,r=s.r,q=s.a +if(r>=q.length)return s +return new A.iJ(B.c.T(q,0,r),s.b,s.c,s.d,s.e,s.f,r,s.w)}, +um(a,b,c){var s,r,q,p,o,n=this,m=null,l=n.gdT(),k=l==="file",j=n.c,i=j>0?B.c.T(n.a,n.b+3,j):"",h=n.gpt()?n.gnE(n):m +j=n.c +if(j>0)s=B.c.T(n.a,j,n.d) +else s=i.length!==0||h!=null||k?"":m +r=s!=null +j=b==null +if(!j||!1)b=A.atG(b,0,j?0:b.length,m,l,r) +else{b=B.c.T(n.a,n.e,n.f) +if(!k)j=r&&b.length!==0 +else j=!0 +if(j&&!B.c.bv(b,"/"))b="/"+b}if(c!=null)q=A.atI(m,0,0,c) +else{j=n.f +p=n.r +q=j0)return b +s=b.c +if(s>0){r=a.b +if(r<=0)return b +q=r===4 +if(q&&B.c.bv(a.a,"file"))p=b.e!==b.f +else if(q&&B.c.bv(a.a,"http"))p=!b.LH("80") +else p=!(r===5&&B.c.bv(a.a,"https"))||!b.LH("443") +if(p){o=r+1 +return new A.iJ(B.c.T(a.a,0,o)+B.c.bA(b.a,c+1),r,s+o,b.d+o,b.e+o,b.f+o,b.r+o,a.w)}else return this.Om().un(b)}n=b.e +c=b.f +if(n===c){s=b.r +if(c0?l:m +o=k-n +return new A.iJ(B.c.T(a.a,0,k)+B.c.bA(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.c.cS(s,"../",n);)n+=3 +o=j-n+1 +return new A.iJ(B.c.T(a.a,0,j)+"/"+B.c.bA(s,n),a.b,a.c,a.d,j,c+o,b.r+o,a.w)}h=a.a +l=A.aFT(this) +if(l>=0)g=l +else for(g=j;B.c.cS(h,"../",g);)g+=3 +f=0 +while(!0){e=n+3 +if(!(e<=c&&B.c.cS(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.c.cS(h,"/",j)){n-=f*3 +d=""}o=i-n+d.length +return new A.iJ(B.c.T(h,0,i)+d+B.c.bA(s,n),a.b,a.c,a.d,j,c+o,b.r+o,a.w)}, +Gw(){var s,r,q=this,p=q.b +if(p>=0){s=!(p===4&&B.c.bv(q.a,"file")) +p=s}else p=!1 +if(p)throw A.c(A.V("Cannot extract a file path from a "+q.gdT()+" URI")) +p=q.f +s=q.a +if(p0?s.gk7(s):r,n=s.gpt()?s.gnE(s):r,m=s.a,l=s.f,k=B.c.T(m,s.e,l),j=s.r +l=l>>0!==b||b>=s +r.toString +if(r)throw A.c(A.d4(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return a[b]}, +$iR:1, +$ibo:1, +$il:1, +$iz:1} +A.yl.prototype={ +j(a){var s,r=a.left +r.toString +s=a.top +s.toString +return"Rectangle ("+A.n(r)+", "+A.n(s)+") "+A.n(this.gd7(a))+" x "+A.n(this.gbX(a))}, +k(a,b){var s,r +if(b==null)return!1 +if(t.Bb.b(b)){s=a.left +s.toString +r=J.bs(b) +if(s===r.ghT(b)){s=a.top +s.toString +s=s===r.ghp(b)&&this.gd7(a)===r.gd7(b)&&this.gbX(a)===r.gbX(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.K(r,s,this.gd7(a),this.gbX(a),B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a,B.a)}, +gPJ(a){var s=a.bottom +s.toString +return s}, +gLr(a){return a.height}, +gbX(a){var s=this.gLr(a) +s.toString +return s}, +ghT(a){var s=a.left +s.toString +return s}, +gTQ(a){var s=a.right +s.toString +return s}, +ghp(a){var s=a.top +s.toString +return s}, +gPa(a){return a.width}, +gd7(a){var s=this.gPa(a) +s.toString +return s}, +$iig:1} +A.Lk.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.c(A.d4(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return a[b]}, +$iR:1, +$ibo:1, +$il:1, +$iz:1} +A.Lm.prototype={ +gp(a){var s=a.length +s.toString +return s}} +A.az.prototype={ +j(a){var s=a.localName +s.toString +return s}, +$iaz:1} +A.at.prototype={$iat:1} +A.aa.prototype={} +A.ho.prototype={$iho:1} +A.th.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.c(A.d4(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return a[b]}, +$iR:1, +$ibo:1, +$il:1, +$iz:1, +$ith:1} +A.LM.prototype={ +gp(a){return a.length}} +A.M2.prototype={ +gp(a){return a.length}} +A.i_.prototype={$ii_:1} +A.Mq.prototype={ +gp(a){var s=a.length +s.toString +return s}} +A.pr.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.c(A.d4(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return a[b]}, +$iR:1, +$ibo:1, +$il:1, +$iz:1} +A.tD.prototype={$itD:1} +A.Nf.prototype={ +j(a){var s=String(a) +s.toString +return s}} +A.Pf.prototype={ +gp(a){return a.length}} +A.u8.prototype={$iu8:1} +A.Pk.prototype={ +R(a,b){throw A.c(A.V("Not supported"))}, +ai(a,b){return A.iN(a.get(b))!=null}, +i(a,b){return A.iN(a.get(b))}, +ah(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.iN(s.value[1]))}}, +gbQ(a){var s=A.a([],t.s) +this.ah(a,new A.adF(s)) +return s}, +gaY(a){var s=A.a([],t.n4) +this.ah(a,new A.adG(s)) +return s}, +gp(a){var s=a.size +s.toString +return s}, +ga_(a){var s=a.size +s.toString +return s===0}, +gbT(a){var s=a.size +s.toString +return s!==0}, +m(a,b,c){throw A.c(A.V("Not supported"))}, +bf(a,b,c){throw A.c(A.V("Not supported"))}, +B(a,b){throw A.c(A.V("Not supported"))}, +$iaH:1} +A.adF.prototype={ +$2(a,b){return this.a.push(a)}, +$S:21} +A.adG.prototype={ +$2(a,b){return this.a.push(b)}, +$S:21} +A.Pl.prototype={ +R(a,b){throw A.c(A.V("Not supported"))}, +ai(a,b){return A.iN(a.get(b))!=null}, +i(a,b){return A.iN(a.get(b))}, +ah(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.iN(s.value[1]))}}, +gbQ(a){var s=A.a([],t.s) +this.ah(a,new A.adH(s)) +return s}, +gaY(a){var s=A.a([],t.n4) +this.ah(a,new A.adI(s)) +return s}, +gp(a){var s=a.size +s.toString +return s}, +ga_(a){var s=a.size +s.toString +return s===0}, +gbT(a){var s=a.size +s.toString +return s!==0}, +m(a,b,c){throw A.c(A.V("Not supported"))}, +bf(a,b,c){throw A.c(A.V("Not supported"))}, +B(a,b){throw A.c(A.V("Not supported"))}, +$iaH:1} +A.adH.prototype={ +$2(a,b){return this.a.push(a)}, +$S:21} +A.adI.prototype={ +$2(a,b){return this.a.push(b)}, +$S:21} +A.i8.prototype={$ii8:1} +A.Pm.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.c(A.d4(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return a[b]}, +$iR:1, +$ibo:1, +$il:1, +$iz:1} +A.bz.prototype={ +j(a){var s=a.nodeValue +return s==null?this.X0(a):s}, +$ibz:1} +A.Ah.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.c(A.d4(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return a[b]}, +$iR:1, +$ibo:1, +$il:1, +$iz:1} +A.ib.prototype={ +gp(a){return a.length}, +$iib:1} +A.Q5.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.c(A.d4(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return a[b]}, +$iR:1, +$ibo:1, +$il:1, +$iz:1} +A.Rg.prototype={ +R(a,b){throw A.c(A.V("Not supported"))}, +ai(a,b){return A.iN(a.get(b))!=null}, +i(a,b){return A.iN(a.get(b))}, +ah(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.iN(s.value[1]))}}, +gbQ(a){var s=A.a([],t.s) +this.ah(a,new A.aip(s)) +return s}, +gaY(a){var s=A.a([],t.n4) +this.ah(a,new A.aiq(s)) +return s}, +gp(a){var s=a.size +s.toString +return s}, +ga_(a){var s=a.size +s.toString +return s===0}, +gbT(a){var s=a.size +s.toString +return s!==0}, +m(a,b,c){throw A.c(A.V("Not supported"))}, +bf(a,b,c){throw A.c(A.V("Not supported"))}, +B(a,b){throw A.c(A.V("Not supported"))}, +$iaH:1} +A.aip.prototype={ +$2(a,b){return this.a.push(a)}, +$S:21} +A.aiq.prototype={ +$2(a,b){return this.a.push(b)}, +$S:21} +A.RA.prototype={ +gp(a){return a.length}} +A.v3.prototype={$iv3:1} +A.it.prototype={$iit:1} +A.S9.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.c(A.d4(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return a[b]}, +$iR:1, +$ibo:1, +$il:1, +$iz:1} +A.iu.prototype={$iiu:1} +A.Sb.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.c(A.d4(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return a[b]}, +$iR:1, +$ibo:1, +$il:1, +$iz:1} +A.iv.prototype={ +gp(a){return a.length}, +$iiv:1} +A.Si.prototype={ +R(a,b){J.fj(b,new A.akC(a))}, +ai(a,b){return a.getItem(A.bB(b))!=null}, +i(a,b){return a.getItem(A.bB(b))}, +m(a,b,c){a.setItem(b,c)}, +bf(a,b,c){var s +if(a.getItem(b)==null)a.setItem(b,c.$0()) +s=a.getItem(b) +return s==null?A.bB(s):s}, +B(a,b){var s +A.bB(b) +s=a.getItem(b) +a.removeItem(b) +return s}, +ah(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)}}, +gbQ(a){var s=A.a([],t.s) +this.ah(a,new A.akD(s)) +return s}, +gaY(a){var s=A.a([],t.s) +this.ah(a,new A.akE(s)) +return s}, +gp(a){var s=a.length +s.toString +return s}, +ga_(a){return a.key(0)==null}, +gbT(a){return a.key(0)!=null}, +$iaH:1} +A.akC.prototype={ +$2(a,b){this.a.setItem(a,b)}, +$S:92} +A.akD.prototype={ +$2(a,b){return this.a.push(a)}, +$S:92} +A.akE.prototype={ +$2(a,b){return this.a.push(b)}, +$S:92} +A.h4.prototype={$ih4:1} +A.ix.prototype={$iix:1} +A.h6.prototype={$ih6:1} +A.SH.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.c(A.d4(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return a[b]}, +$iR:1, +$ibo:1, +$il:1, +$iz:1} +A.SI.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.c(A.d4(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return a[b]}, +$iR:1, +$ibo:1, +$il:1, +$iz:1} +A.SK.prototype={ +gp(a){var s=a.length +s.toString +return s}} +A.iA.prototype={$iiA:1} +A.SO.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.c(A.d4(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return a[b]}, +$iR:1, +$ibo:1, +$il:1, +$iz:1} +A.SP.prototype={ +gp(a){return a.length}} +A.T3.prototype={ +j(a){var s=String(a) +s.toString +return s}} +A.T9.prototype={ +gp(a){return a.length}} +A.qO.prototype={$iqO:1} +A.ky.prototype={$iky:1} +A.Wi.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.c(A.d4(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return a[b]}, +$iR:1, +$ibo:1, +$il:1, +$iz:1} +A.Dw.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.n(p)+", "+A.n(s)+") "+A.n(r)+" x "+A.n(q)}, +k(a,b){var s,r +if(b==null)return!1 +if(t.Bb.b(b)){s=a.left +s.toString +r=J.bs(b) +if(s===r.ghT(b)){s=a.top +s.toString +if(s===r.ghp(b)){s=a.width +s.toString +if(s===r.gd7(b)){s=a.height +s.toString +r=s===r.gbX(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.K(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)}, +gLr(a){return a.height}, +gbX(a){var s=a.height +s.toString +return s}, +gPa(a){return a.width}, +gd7(a){var s=a.width +s.toString +return s}} +A.XA.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.c(A.d4(b,s,a,null,null)) +return a[b]}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){if(a.length>0)return a[0] +throw A.c(A.a0("No elements"))}, +gY(a){var s=a.length +if(s>0)return a[s-1] +throw A.c(A.a0("No elements"))}, +be(a,b){return a[b]}, +$iR:1, +$ibo:1, +$il:1, +$iz:1} +A.Eg.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.c(A.d4(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return a[b]}, +$iR:1, +$ibo:1, +$il:1, +$iz:1} +A.a0y.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.c(A.d4(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return a[b]}, +$iR:1, +$ibo:1, +$il:1, +$iz:1} +A.a0L.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.c(A.d4(b,s,a,null,null)) +s=a[b] +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s +if(a.length>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s,r=a.length +if(r>0){s=a[r-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return a[b]}, +$iR:1, +$ibo:1, +$il:1, +$iz:1} +A.db.prototype={ +ga6(a){return new A.LQ(a,this.gp(a))}, +E(a,b){throw A.c(A.V("Cannot add to immutable List."))}, +fB(a,b,c){throw A.c(A.V("Cannot add to immutable List."))}, +fG(a){throw A.c(A.V("Cannot remove from immutable List."))}, +B(a,b){throw A.c(A.V("Cannot remove from immutable List."))}, +c9(a,b,c,d,e){throw A.c(A.V("Cannot setRange on immutable List."))}} +A.LQ.prototype={ +q(){var s=this,r=s.c+1,q=s.b +if(r")),!0,t.z) +return A.ayX(s[a].apply(s,r))}, +oP(a){return this.jc(a,null)}, +gu(a){return 0}} +A.zi.prototype={} +A.pz.prototype={ +Jq(a){var s=this,r=a<0||a>=s.gp(s) +if(r)throw A.c(A.bJ(a,0,s.gp(s),null,null))}, +i(a,b){if(A.dN(b))this.Jq(b) +return this.X2(0,b)}, +m(a,b,c){if(A.dN(b))this.Jq(b) +this.IB(0,b,c)}, +gp(a){var s=this.a.length +if(typeof s==="number"&&s>>>0===s)return s +throw A.c(A.a0("Bad JsArray length"))}, +sp(a,b){this.IB(0,"length",b)}, +E(a,b){this.jc("push",[b])}, +fB(a,b,c){var s=this,r=b<0||b>=s.gp(s)+1 +if(r)A.J(A.bJ(b,0,s.gp(s),null,null)) +s.jc("splice",[b,0,c])}, +fG(a){if(this.gp(this)===0)throw A.c(A.agf(-1)) +return this.oP("pop")}, +c9(a,b,c,d,e){var s,r +A.aPf(b,c,this.gp(this)) +s=c-b +if(s===0)return +if(e<0)throw A.c(A.bK(e,null)) +r=[b,s] +B.b.R(r,J.a3S(d,e).kr(0,s)) +this.jc("splice",r)}, +$iR:1, +$il:1, +$iz:1} +A.w6.prototype={ +m(a,b,c){return this.X3(0,b,c)}} +A.avE.prototype={ +$1(a){var s,r,q,p,o +if(A.aGO(a))return a +s=this.a +if(s.ai(0,a))return s.i(0,a) +if(t.F.b(a)){r={} +s.m(0,a,r) +for(s=J.bs(a),q=J.aj(s.gbQ(a));q.q();){p=q.gG(q) +r[p]=this.$1(s.i(a,p))}return r}else if(t.VG.b(a)){o=[] +s.m(0,a,o) +B.b.R(o,J.kS(a,this,t.z)) +return o}else return a}, +$S:90} +A.avU.prototype={ +$1(a){return this.a.e2(0,a)}, +$S:37} +A.avV.prototype={ +$1(a){if(a==null)return this.a.xv(new A.PD(a===undefined)) +return this.a.xv(a)}, +$S:37} +A.avf.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j,i +if(A.aGN(a))return a +s=this.a +a.toString +if(s.ai(0,a))return s.i(0,a) +if(a instanceof Date)return A.aBI(a.getTime(),!0) +if(a instanceof RegExp)throw A.c(A.bK("structured clone of RegExp",null)) +if(typeof Promise!="undefined"&&a instanceof Promise)return A.kM(a,t.X) +r=Object.getPrototypeOf(a) +if(r===Object.prototype||r===null){q=t.X +p=A.w(q,q) +s.m(0,a,p) +o=Object.keys(a) +n=[] +for(s=J.bN(o),q=s.ga6(o);q.q();)n.push(A.azq(q.gG(q))) +for(m=0;m4294967296)throw A.c(A.agf("max must be in range 0 < max \u2264 2^32, was "+a)) +return Math.random()*a>>>0}, +b_(){return Math.random()}, +SM(){return Math.random()<0.5}} +A.EF.prototype={ +gTQ(a){var s=this +return A.k(s).c.a(s.ghT(s)+s.gd7(s))}, +gPJ(a){var s=this +return A.k(s).c.a(s.ghp(s)+s.gbX(s))}, +j(a){var s=this +return"Rectangle ("+s.ghT(s)+", "+s.ghp(s)+") "+A.n(s.gd7(s))+" x "+A.n(s.gbX(s))}, +k(a,b){var s,r,q=this +if(b==null)return!1 +if(t.Bb.b(b)){s=J.bs(b) +if(q.ghT(q)===s.ghT(b))if(q.ghp(q)===s.ghp(b)){r=A.k(q).c +s=r.a(q.ghT(q)+q.gd7(q))===s.gTQ(b)&&r.a(q.ghp(q)+q.gbX(q))===s.gPJ(b)}else s=!1 +else s=!1}else s=!1 +return s}, +gu(a){var s=this,r=A.k(s).c +return A.aEM(B.e.gu(s.ghT(s)),B.e.gu(s.ghp(s)),B.d.gu(r.a(s.ghT(s)+s.gd7(s))),B.d.gu(r.a(s.ghp(s)+s.gbX(s))),0)}} +A.A5.prototype={ +gd7(a){return this.c}, +gbX(a){return this.d}, +$iig:1, +ghT(a){return this.a}, +ghp(a){return this.b}} +A.j5.prototype={$ij5:1} +A.N9.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.c(A.d4(b,this.gp(a),a,null,null)) +s=a.getItem(b) +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s=a.length +s.toString +if(s>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s=a.length +s.toString +if(s>0){s=a[s-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return this.i(a,b)}, +$iR:1, +$il:1, +$iz:1} +A.j8.prototype={$ij8:1} +A.PG.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.c(A.d4(b,this.gp(a),a,null,null)) +s=a.getItem(b) +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s=a.length +s.toString +if(s>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s=a.length +s.toString +if(s>0){s=a[s-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return this.i(a,b)}, +$iR:1, +$il:1, +$iz:1} +A.Q6.prototype={ +gp(a){return a.length}} +A.Sk.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.c(A.d4(b,this.gp(a),a,null,null)) +s=a.getItem(b) +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s=a.length +s.toString +if(s>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s=a.length +s.toString +if(s>0){s=a[s-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return this.i(a,b)}, +$iR:1, +$il:1, +$iz:1} +A.jo.prototype={$ijo:1} +A.SR.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.c(A.d4(b,this.gp(a),a,null,null)) +s=a.getItem(b) +s.toString +return s}, +m(a,b,c){throw A.c(A.V("Cannot assign element of immutable List."))}, +sp(a,b){throw A.c(A.V("Cannot resize immutable List."))}, +gL(a){var s=a.length +s.toString +if(s>0){s=a[0] +s.toString +return s}throw A.c(A.a0("No elements"))}, +gY(a){var s=a.length +s.toString +if(s>0){s=a[s-1] +s.toString +return s}throw A.c(A.a0("No elements"))}, +be(a,b){return this.i(a,b)}, +$iR:1, +$il:1, +$iz:1} +A.Yh.prototype={} +A.Yi.prototype={} +A.Z8.prototype={} +A.Z9.prototype={} +A.a0I.prototype={} +A.a0J.prototype={} +A.a1u.prototype={} +A.a1v.prototype={} +A.G1.prototype={ +ic(a,b,c){return new A.ra(A.nu(this.a,b,c))}, +PD(a){return this.ic(a,0,null)}, +PA(a,b,c){return new A.G2(A.aDw(this.a,b,c))}, +xl(a,b,c){B.b7.xl(this.a,b,c) +return void 1}, +Py(a,b,c){return new A.a1V(A.aQe(this.a,b,c))}, +Pz(a,b,c){return new A.a1W(A.aDv(this.a,b,c))}, +oL(a,b,c){return new A.a1U(A.Pr(this.a,b,c))}, +Px(a){return this.oL(a,0,null)}, +$irL:1} +A.a1U.prototype={ +H3(a,b){return this.a.getInt8(b)}, +q9(a,b){return this.a.getUint8(b)}, +Hl(a,b,c){return this.a.getUint16(b,B.t===c)}, +H2(a,b,c){return this.a.getInt32(b,B.t===c)}, +Hm(a,b,c){return this.a.getUint32(b,B.t===c)}, +uP(a,b,c){return B.eg.uP(this.a,b,c)}, +H_(a,b,c){return this.a.getFloat64(b,B.t===c)}, +gEJ(a){return 1}, +gf8(a){return this.a.byteOffset}, +giC(a){return this.a.byteLength}, +geJ(a){return new A.G1(this.a.buffer)}, +$ic8:1, +$icv:1} +A.dZ.prototype={ +gp(a){return this.gjJ().length}, +i(a,b){return this.gjJ()[b]}, +gf8(a){return A.k(this).h("dZ.2").a(this.gjJ()).byteOffset}, +giC(a){return A.k(this).h("dZ.2").a(this.gjJ()).byteLength}, +geJ(a){return new A.G1(A.k(this).h("dZ.2").a(this.gjJ()).buffer)}, +bI(a,b,c){var s,r +c.toString +s=A.cM(b,c,this.gjJ().length,null,null)-b +r=this.vH(s) +J.aAN(r,0,s,this.gjJ(),b) +return r}, +ea(a,b){return this.bI(a,b,null)}} +A.ra.prototype={ +vH(a){return new Uint8Array(a)}, +$ic8:1, +$idJ:1, +gjJ(){return this.a}} +A.G2.prototype={ +vH(a){return new Int32Array(a)}, +$ic8:1, +$inf:1, +gjJ(){return this.a}} +A.wE.prototype={$iwE:1} +A.a1V.prototype={ +vH(a){return new Float32Array(a)}, +$ic8:1, +$in0:1, +gjJ(){return this.a}} +A.a1W.prototype={ +vH(a){return new Float64Array(a)}, +$ic8:1, +$in1:1, +gjJ(){return this.a}} +A.Lx.prototype={} +A.a3c.prototype={} +A.a3d.prototype={} +A.a3e.prototype={} +A.a3f.prototype={} +A.a6c.prototype={ +K(){return"ClipOp."+this.b}} +A.PV.prototype={ +K(){return"PathFillType."+this.b}} +A.aol.prototype={ +dX(a,b){A.aXS(this.a,this.b,a,b)}} +A.Fy.prototype={ +dW(a){A.GZ(this.b,this.c,a)}} +A.m1.prototype={ +gp(a){var s=this.a +return s.gp(s)}, +nF(a){var s,r,q=this +if(!q.d&&q.e!=null){q.e.dX(a.a,a.gSf()) +return!1}s=q.c +if(s<=0)return!0 +r=q.Kb(s-1) +q.a.fl(0,a) +return r}, +Kb(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.uk() +A.GZ(q.b,q.c,null)}return r}, +a2d(){var s=this,r=s.a +if(!r.ga_(r)&&s.e!=null){r=r.uk() +s.e.dX(r.a,r.gSf()) +A.eV(s.gK9())}else s.d=!1}} +A.a5R.prototype={ +Tc(a,b,c){this.a.bf(0,a,new A.a5S()).nF(new A.Fy(b,c,$.an))}, +VH(a,b){var s=this.a.bf(0,a,new A.a5T()),r=s.e +s.e=new A.aol(b,$.an) +if(r==null&&!s.d){s.d=!0 +A.eV(s.gK9())}}, +agU(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.nu(a.buffer,a.byteOffset,a.byteLength) +if(j[0]===7){s=j[1] +if(s>=254)throw A.c(A.bx("Unrecognized message sent to dev.flutter/channel-buffers (method name too long)")) +r=2+s +q=B.Q.hK(0,B.B.bI(j,2,r)) +switch(q){case"resize":if(j[r]!==12)throw A.c(A.bx(l)) +p=r+1 +if(j[p]<2)throw A.c(A.bx(l));++p +if(j[p]!==7)throw A.c(A.bx("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.c(A.bx("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.Q.hK(0,B.B.bI(j,p,r)) +if(j[r]!==3)throw A.c(A.bx("Invalid arguments for 'resize' method sent to dev.flutter/channel-buffers (second argument must be an integer in the range 0 to 2147483647)")) +this.TJ(0,n,a.getUint32(r+1,B.t===$.dP())) +break +case"overflow":if(j[r]!==12)throw A.c(A.bx(k)) +p=r+1 +if(j[p]<2)throw A.c(A.bx(k));++p +if(j[p]!==7)throw A.c(A.bx("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.c(A.bx("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.Q.hK(0,B.B.bI(j,p,r)) +r=j[r] +if(r!==1&&r!==2)throw A.c(A.bx("Invalid arguments for 'overflow' method sent to dev.flutter/channel-buffers (second argument must be a boolean)")) +break +default:throw A.c(A.bx("Unrecognized method '"+q+"' sent to dev.flutter/channel-buffers"))}}else{m=A.a(B.Q.hK(0,j).split("\r"),t.s) +if(m.length===3&&J.d(m[0],"resize"))this.TJ(0,m[1],A.dn(m[2],null)) +else throw A.c(A.bx("Unrecognized message "+A.n(m)+" sent to dev.flutter/channel-buffers."))}}, +TJ(a,b,c){var s=this.a,r=s.i(0,b) +if(r==null)s.m(0,b,new A.m1(A.np(c,t.S8),c)) +else{r.c=c +r.Kb(c)}}} +A.a5S.prototype={ +$0(){return new A.m1(A.np(1,t.S8),1)}, +$S:195} +A.a5T.prototype={ +$0(){return new A.m1(A.np(1,t.S8),1)}, +$S:195} +A.PI.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.PI&&b.a===this.a&&b.b===this.b}, +gu(a){return A.K(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.d.ad(this.a,1)+", "+B.d.ad(this.b,1)+")"}} +A.i.prototype={ +gd_(){var s=this.a,r=this.b +return Math.sqrt(s*s+r*r)}, +gxT(){var s=this.a,r=this.b +return s*s+r*r}, +a1(a,b){return new A.i(this.a-b.a,this.b-b.b)}, +X(a,b){return new A.i(this.a+b.a,this.b+b.b)}, +aq(a,b){return new A.i(this.a*b,this.b*b)}, +iQ(a,b){return new A.i(this.a/b,this.b/b)}, +k(a,b){if(b==null)return!1 +return b instanceof A.i&&b.a===this.a&&b.b===this.b}, +gu(a){return A.K(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.d.ad(this.a,1)+", "+B.d.ad(this.b,1)+")"}} +A.I.prototype={ +ga_(a){return this.a<=0||this.b<=0}, +a1(a,b){var s=this +if(b instanceof A.I)return new A.i(s.a-b.a,s.b-b.b) +if(b instanceof A.i)return new A.I(s.a-b.a,s.b-b.b) +throw A.c(A.bK(b,null))}, +X(a,b){return new A.I(this.a+b.a,this.b+b.b)}, +aq(a,b){return new A.I(this.a*b,this.b*b)}, +iQ(a,b){return new A.I(this.a/b,this.b/b)}, +jU(a){return new A.i(a.a+this.a/2,a.b+this.b/2)}, +xn(a,b){return new A.i(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}, +cd(a){var s=this,r=a.a,q=a.b +return new A.A(s.a+r,s.b+q,s.c+r,s.d+q)}, +ba(a,b,c){var s=this +return new A.A(s.a+b,s.b+c,s.c+b,s.d+c)}, +d2(a){var s=this +return new A.A(s.a-a,s.b-a,s.c+a,s.d+a)}, +e8(a){var s=this +return new A.A(Math.max(s.a,a.a),Math.max(s.b,a.b),Math.min(s.c,a.c),Math.min(s.d,a.d))}, +fQ(a){var s=this +return new A.A(Math.min(s.a,a.a),Math.min(s.b,a.b),Math.max(s.c,a.c),Math.max(s.d,a.d))}, +zc(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}, +gfK(){var s=this +return Math.min(Math.abs(s.c-s.a),Math.abs(s.d-s.b))}, +gam4(){var s=this.a +return new A.i(s+(this.c-s)/2,this.b)}, +gadA(){var s=this.b +return new A.i(this.a,s+(this.d-s)/2)}, +gb3(){var s=this,r=s.a,q=s.b +return new A.i(r+(s.c-r)/2,q+(s.d-q)/2)}, +gadg(){var s=this.a +return new A.i(s+(this.c-s)/2,this.d)}, +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}, +Ht(){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.vV(s.vV(s.vV(s.vV(1,l,k,m),j,i,p),h,g,m),f,e,p) +if(d<1)return new A.ie(q,n,r,o,j*d,k*d,i*d,h*d,f*d,g*d,e*d,l*d,!1) +return new A.ie(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.Ht() +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.r(s)!==J.O(b))return!1 +return b instanceof A.ie&&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.K(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.d.ad(q.a,1)+", "+B.d.ad(q.b,1)+", "+B.d.ad(q.c,1)+", "+B.d.ad(q.d,1),o=q.e,n=q.f,m=q.r,l=q.w +if(new A.aU(o,n).k(0,new A.aU(m,l))){s=q.x +r=q.y +s=new A.aU(m,l).k(0,new A.aU(s,r))&&new A.aU(s,r).k(0,new A.aU(q.z,q.Q))}else s=!1 +if(s){if(o===n)return"RRect.fromLTRBR("+p+", "+B.d.ad(o,1)+")" +return"RRect.fromLTRBXY("+p+", "+B.d.ad(o,1)+", "+B.d.ad(n,1)+")"}return"RRect.fromLTRBAndCorners("+p+", topLeft: "+new A.aU(o,n).j(0)+", topRight: "+new A.aU(m,l).j(0)+", bottomRight: "+new A.aU(q.x,q.y).j(0)+", bottomLeft: "+new A.aU(q.z,q.Q).j(0)+")"}} +A.zk.prototype={ +K(){return"KeyEventType."+this.b}} +A.fZ.prototype={ +a72(){var s=this.d +return"0x"+B.e.iL(s,16)+new A.acu(B.d.ma(s/4294967296)).$0()}, +a2D(){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+'"'}}, +a9l(){var s=this.e +if(s==null)return"" +return" (0x"+new A.S(new A.iT(s),new A.acv(),t.Hz.h("S")).bP(0," ")+")"}, +j(a){var s=this,r=A.aPn(s.b),q=B.e.iL(s.c,16),p=s.a72(),o=s.a2D(),n=s.a9l(),m=s.f?", synthesized":"" +return"KeyData(type: "+r+", physical: 0x"+q+", logical: "+p+", character: "+o+n+m+")"}} +A.acu.prototype={ +$0(){switch(this.a){case 0:return" (Unicode)" +case 1:return" (Unprintable)" +case 2:return" (Flutter)" +case 23:return" (Web)"}return""}, +$S:43} +A.acv.prototype={ +$1(a){return B.c.d4(B.e.iL(a,16),2,"0")}, +$S:126} +A.F.prototype={ +Q5(){var s=this +return 0.2126*A.awM((s.gl(s)>>>16&255)/255)+0.7152*A.awM((s.gl(s)>>>8&255)/255)+0.0722*A.awM((s.gl(s)&255)/255)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.F&&b.gl(b)===s.gl(s)}, +gu(a){return B.e.gu(this.gl(this))}, +j(a){return"Color(0x"+B.c.d4(B.e.iL(this.gl(this),16),8,"0")+")"}, +gl(a){return this.a}} +A.Sl.prototype={ +K(){return"StrokeCap."+this.b}} +A.BX.prototype={ +K(){return"StrokeJoin."+this.b}} +A.PT.prototype={ +K(){return"PaintingStyle."+this.b}} +A.mI.prototype={ +K(){return"BlendMode."+this.b}} +A.rQ.prototype={ +K(){return"Clip."+this.b}} +A.a58.prototype={ +K(){return"BlurStyle."+this.b}} +A.pM.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.pM&&b.a===this.a&&b.b===this.b}, +gu(a){return A.K(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.d.ad(this.b,1)+")"}} +A.pd.prototype={ +K(){return"FilterQuality."+this.b}} +A.axq.prototype={} +A.nS.prototype={ +br(a,b){return new A.nS(this.a,this.b.aq(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.nS&&b.a.k(0,s.a)&&b.b.k(0,s.b)&&b.c===s.c}, +gu(a){return A.K(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.n(this.c)+")"}} +A.na.prototype={ +gp(a){return this.b}} +A.akR.prototype={} +A.aff.prototype={} +A.n6.prototype={ +j(a){var s,r=A.r(this).j(0),q=this.a,p=A.bT(0,0,q[2],0,0),o=q[1],n=A.bT(0,0,o,0,0),m=q[4],l=A.bT(0,0,m,0,0),k=A.bT(0,0,q[3],0,0) +o=A.bT(0,0,o,0,0) +s=q[0] +return r+"(buildDuration: "+(A.n((p.a-n.a)*0.001)+"ms")+", rasterDuration: "+(A.n((l.a-k.a)*0.001)+"ms")+", vsyncOverhead: "+(A.n((o.a-A.bT(0,0,s,0,0).a)*0.001)+"ms")+", totalSpan: "+(A.n((A.bT(0,0,m,0,0).a-A.bT(0,0,s,0,0).a)*0.001)+"ms")+", layerCacheCount: "+q[6]+", layerCacheBytes: "+q[7]+", pictureCacheCount: "+q[8]+", pictureCacheBytes: "+q[9]+", frameNumber: "+B.b.gY(q)+")"}} +A.jH.prototype={ +K(){return"AppLifecycleState."+this.b}} +A.xd.prototype={ +K(){return"AppExitResponse."+this.b}} +A.lq.prototype={ +gd3(a){var s=this.a,r=B.bv.i(0,s) +return r==null?s:r}, +gdk(){var s=this.c,r=B.bL.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.lq)if(b.gd3(b)===r.gd3(r))s=b.gdk()==r.gdk() +else s=!1 +else s=!1 +return s}, +gu(a){return A.K(this.gd3(this),null,this.gdk(),B.a,B.a,B.a,B.a,B.a,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.CD("_")}, +CD(a){var s=this,r=s.gd3(s) +if(s.c!=null)r+=a+A.n(s.gdk()) +return r.charCodeAt(0)==0?r:r}} +A.a6T.prototype={ +K(){return"DartPerformanceMode."+this.b}} +A.uZ.prototype={} +A.lC.prototype={ +K(){return"PointerChange."+this.b}} +A.kc.prototype={ +K(){return"PointerDeviceKind."+this.b}} +A.ur.prototype={ +K(){return"PointerSignalKind."+this.b}} +A.kb.prototype={ +j(a){return"PointerData(x: "+A.n(this.x)+", y: "+A.n(this.y)+")"}} +A.At.prototype={} +A.cX.prototype={ +j(a){return"SemanticsAction."+this.b}} +A.cq.prototype={ +j(a){return"SemanticsFlag."+this.b}} +A.ajI.prototype={} +A.a9W.prototype={ +K(){return"FontStyle."+this.b}} +A.nC.prototype={ +K(){return"PlaceholderAlignment."+this.b}} +A.hZ.prototype={ +j(a){var s=B.Vf.i(0,this.a) +s.toString +return s}} +A.n5.prototype={ +k(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.n5&&b.a===this.a&&b.b===this.b}, +gu(a){return A.K(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.n(this.b)+")"}} +A.jl.prototype={ +K(){return"TextAlign."+this.b}} +A.C9.prototype={ +K(){return"TextBaseline."+this.b}} +A.Cc.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.Cc&&b.a===this.a}, +gu(a){return B.e.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.bP(s,", ")+"])"}} +A.al0.prototype={ +K(){return"TextDecorationStyle."+this.b}} +A.SC.prototype={ +K(){return"TextLeadingDistribution."+this.b}} +A.Cd.prototype={ +k(a,b){var s +if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +if(b instanceof A.Cd)s=b.c===this.c +else s=!1 +return s}, +gu(a){return A.K(!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.qE.prototype={ +K(){return"TextDirection."+this.b}} +A.f9.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.f9&&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.K(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.d.ad(s.a,1)+", "+B.d.ad(s.b,1)+", "+B.d.ad(s.c,1)+", "+B.d.ad(s.d,1)+", "+s.e.j(0)+")"}} +A.C8.prototype={ +K(){return"TextAffinity."+this.b}} +A.bg.prototype={ +k(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.bg&&b.a===this.a&&b.b===this.b}, +gu(a){return A.K(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.r(this).j(0)+"(offset: "+this.a+", affinity: "+this.b.j(0)+")"}} +A.c_.prototype={ +gbY(){return this.a>=0&&this.b>=0}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.c_&&b.a===this.a&&b.b===this.b}, +gu(a){return A.K(B.e.gu(this.a),B.e.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.nz.prototype={ +k(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.nz&&b.a===this.a}, +gu(a){return B.d.gu(this.a)}, +j(a){return A.r(this).j(0)+"(width: "+A.n(this.a)+")"}} +A.If.prototype={ +K(){return"BoxHeightStyle."+this.b}} +A.a5e.prototype={ +K(){return"BoxWidthStyle."+this.b}} +A.am5.prototype={ +K(){return"TileMode."+this.b}} +A.a7w.prototype={} +A.tm.prototype={} +A.RU.prototype={} +A.rJ.prototype={ +K(){return"Brightness."+this.b}} +A.a5B.prototype={ +k(a,b){if(b==null)return!1 +return this===b}, +gu(a){return A.o.prototype.gu.call(this,this)}} +A.Ma.prototype={ +k(a,b){var s +if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +if(b instanceof A.Ma)s=!0 +else s=!1 +return s}, +gu(a){return A.K(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.a4u.prototype={ +zZ(a){var s,r,q +if(A.bm(a,0,null).gRZ())return A.rb(B.ju,a,B.Q,!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.rb(B.ju,s+"assets/"+a,B.Q,!1)}} +A.av9.prototype={ +$1(a){return this.UH(a)}, +$0(){return this.$1(null)}, +$C:"$1", +$R:0, +$D(){return[null]}, +UH(a){var s=0,r=A.a5(t.H) +var $async$$1=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:s=2 +return A.ad(A.avx(a),$async$$1) +case 2:return A.a3(null,r)}}) +return A.a4($async$$1,r)}, +$S:554} +A.ava.prototype={ +$0(){var s=0,r=A.a5(t.P),q=this +var $async$$0=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:q.a.$0() +s=2 +return A.ad(A.azz(),$async$$0) +case 2:q.b.$0() +return A.a3(null,r)}}) +return A.a4($async$$0,r)}, +$S:107} +A.a5m.prototype={ +Hd(a){return $.aGP.bf(0,a,new A.a5n(a))}} +A.a5n.prototype={ +$0(){return t.e.a(A.bC(this.a))}, +$S:105} +A.ab9.prototype={ +DA(a){var s=new A.abc(a) +A.co(self.window,"popstate",B.lB.Hd(s),null) +return new A.abb(this,s)}, +bO(){var s=self.window.location.hash +if(s.length===0||s==="#")return"/" +return B.c.bA(s,1)}, +Hi(a){return A.aBW(self.window.history)}, +T7(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}, +Tg(a,b,c,d){var s=this.T7(d),r=self.window.history,q=A.aV(b) +if(q==null)q=t.K.a(q) +r.pushState(q,c,s)}, +nI(a,b,c,d){var s,r=this.T7(d),q=self.window.history +if(b==null)s=null +else{s=A.aV(b) +if(s==null)s=t.K.a(s)}q.replaceState(s,c,r)}, +uW(a,b){var s=self.window.history +s.go(b) +return this.acp()}, +acp(){var s=new A.ay($.an,t.W),r=A.aR("unsubscribe") +r.b=this.DA(new A.aba(r,new A.bv(s,t.gR))) +return s}} +A.abc.prototype={ +$1(a){var s=t.e.a(a).state +if(s==null)s=null +else{s=A.azq(s) +s.toString}this.a.$1(s)}, +$S:606} +A.abb.prototype={ +$0(){var s=this.b +A.fR(self.window,"popstate",B.lB.Hd(s),null) +$.aGP.B(0,s) +return null}, +$S:0} +A.aba.prototype={ +$1(a){this.a.aA().$0() +this.b.hG(0)}, +$S:8} +A.afm.prototype={} +A.HR.prototype={ +gp(a){return a.length}} +A.HS.prototype={ +R(a,b){throw A.c(A.V("Not supported"))}, +ai(a,b){return A.iN(a.get(b))!=null}, +i(a,b){return A.iN(a.get(b))}, +ah(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.iN(s.value[1]))}}, +gbQ(a){var s=A.a([],t.s) +this.ah(a,new A.a4J(s)) +return s}, +gaY(a){var s=A.a([],t.n4) +this.ah(a,new A.a4K(s)) +return s}, +gp(a){var s=a.size +s.toString +return s}, +ga_(a){var s=a.size +s.toString +return s===0}, +gbT(a){var s=a.size +s.toString +return s!==0}, +m(a,b,c){throw A.c(A.V("Not supported"))}, +bf(a,b,c){throw A.c(A.V("Not supported"))}, +B(a,b){throw A.c(A.V("Not supported"))}, +$iaH:1} +A.a4J.prototype={ +$2(a,b){return this.a.push(a)}, +$S:21} +A.a4K.prototype={ +$2(a,b){return this.a.push(b)}, +$S:21} +A.HT.prototype={ +gp(a){return a.length}} +A.mG.prototype={} +A.PH.prototype={ +gp(a){return a.length}} +A.Vv.prototype={} +A.HF.prototype={ +acC(a,b){var s,r=this.b,q=r.i(0,b.a) +if(q!=null){this.a[q]=b +return}s=this.a +s.push(b) +r.m(0,b.a,s.length-1)}, +gp(a){return this.a.length}, +i(a,b){return this.a[b]}, +gL(a){return B.b.gL(this.a)}, +gY(a){return B.b.gY(this.a)}, +ga_(a){return this.a.length===0}, +gbT(a){return this.a.length!==0}, +ga6(a){var s=this.a +return new J.e2(s,s.length)}} +A.mC.prototype={ +goW(a){var s,r,q,p=this,o=p.ax +if(o instanceof A.qP){o=o.goW(o) +p.ax=o}if(o==null){s=p.at +if(s!=null){if(p.as===8){o=s.fe() +s=A.n8(B.jw) +r=A.n8(B.jy) +o=A.ne(o,0,null,0) +q=A.aeM(null) +r=new A.z5(o,q,s,r) +r.b=!0 +r.C7() +q=t.Cm.a(B.b7.ic(q.c.buffer,0,q.a)) +p.ax=q +o=q}else{o=s.fe() +p.ax=o}p.as=0}}return o}, +Eg(){var s,r,q,p,o=this +if(o.ax==null&&o.at!=null){if(o.as===8){s=o.at.fe() +r=A.n8(B.jw) +q=A.n8(B.jy) +s=A.ne(s,0,null,0) +p=A.aeM(null) +q=new A.z5(s,p,r,q) +q.b=!0 +q.C7() +o.ax=t.Cm.a(B.b7.ic(p.c.buffer,0,p.a))}else o.ax=o.at.fe() +o.as=0}}, +j(a){return this.a}} +A.a5v.prototype={ +d5(a){var s,r,q,p,o,n=this +if(a===0)return 0 +if(n.c===0){n.c=8 +n.b=n.a.dP()}for(s=n.a,r=s.a,q=J.a9(r),p=0;o=n.c,a>o;){p=B.e.mB(p,o)+(n.b&B.o7[o]) +a-=o +n.c=8 +n.b=q.i(r,s.b++)}if(a>0){if(o===0){n.c=8 +n.b=s.dP()}s=B.e.mB(p,a) +r=n.b +q=n.c-a +p=s+(B.e.VZ(r,q)&B.o7[a]) +n.c=q}return p}} +A.a4M.prototype={ +afb(a,b){var s,r,q,p,o=this,n=new A.a5v(a) +o.cx=o.CW=o.ch=o.ay=0 +if(n.d5(8)!==66||n.d5(8)!==90||n.d5(8)!==104)throw A.c(A.cD("Invalid Signature")) +s=o.a=n.d5(8)-48 +if(s<0||s>9)throw A.c(A.cD("Invalid BlockSize")) +o.b=new Uint32Array(s*1e5) +for(r=0;!0;){q=o.a9m(n) +if(q===0){n.d5(8) +n.d5(8) +n.d5(8) +n.d5(8) +p=o.a9n(n,b) +r=(r<<1|r>>>31)^p^4294967295}else if(q===2){n.d5(8) +n.d5(8) +n.d5(8) +n.d5(8) +return}}}, +a9m(a){var s,r,q,p +for(s=!0,r=!0,q=0;q<6;++q){p=a.d5(8) +if(p!==B.Lw[q])r=!1 +if(p!==B.Lx[q])s=!1 +if(!s&&!r)throw A.c(A.cD("Invalid Block Signature"))}return r?0:2}, +a9n(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,b9,c0,c1,c2,c3,c4,c5,c6,c7,c8=this,c9="Data error",d0=4294967295,d1="Data Error",d2=d4.d5(1),d3=((d4.d5(8)<<8|d4.d5(8))<<8|d4.d5(8))>>>0 +c8.c=new Uint8Array(16) +for(s=0;s<16;++s)c8.c[s]=d4.d5(1) +c8.d=new Uint8Array(256) +for(s=0,r=0;s<16;++s,r+=16)if(c8.c[s]!==0)for(q=0;q<16;++q)c8.d[r+q]=d4.d5(1) +c8.a76() +p=c8.fx +if(p===0)throw A.c(A.cD(c9)) +o=p+2 +n=d4.d5(3) +if(n<2||n>6)throw A.c(A.cD(c9)) +p=d4.d5(15) +c8.ax=p +if(p<1)throw A.c(A.cD(c9)) +c8.w=new Uint8Array(18002) +c8.x=new Uint8Array(18002) +for(s=0;p=c8.ax,s=n)throw A.c(A.cD(c9))}c8.w[s]=q}m=new Uint8Array(6) +for(s=0;s0;j=h){h=j-1 +m[j]=m[h]}m[0]=i +l[s]=i}c8.fr=A.ax(6,$.aIs(),!1,t.H3) +for(g=0;g20)throw A.c(A.cD(c9)) +if(d4.d5(1)===0)break +f=d4.d5(1)===0?f+1:f-1}J.eW(c8.fr[g],s,f)}}p=$.aIr() +l=t.XO +c8.y=A.ax(6,p,!1,l) +c8.z=A.ax(6,p,!1,l) +c8.Q=A.ax(6,p,!1,l) +c8.as=new Int32Array(6) +for(g=0;gd)d=J.aE(c8.fr[g],s) +if(J.aE(c8.fr[g],s)=0;--a0){for(k=a0*16,a1=15;a1>=0;--a1){p[a]=k+a1;--a}l[a0]=a+1}c8.ay=0 +c8.ch=-1 +a2=c8.BP(d4) +for(a3=0;!0;){if(a2===c)break +if(a2===0||a2===1){a4=-1 +a5=1 +do{if(a5>=2097152)throw A.c(A.cD(c9)) +if(a2===0)a4+=a5 +else if(a2===1)a4+=2*a5 +a5*=2 +a2=c8.BP(d4)}while(a2===0||a2===1);++a4 +p=c8.e +p===$&&A.b() +a6=p[c8.f[c8.r[0]]] +p=c8.at +p[a6]=p[a6]+a4 +for(p=c8.b;a4>0;){if(a3>=b)throw A.c(A.cD(c9)) +p===$&&A.b() +p[a3]=a6;++a3;--a4}continue}else{if(a3>=b)throw A.c(A.cD(c9)) +a7=a2-1 +p=c8.r +l=c8.f +if(a7<16){a8=p[0] +a6=l[a8+a7] +for(;a7>3;){a9=a8+a7 +p=a9-1 +l[a9]=l[p] +k=a9-2 +l[p]=l[k] +p=a9-3 +l[k]=l[p] +l[p]=l[a9-4] +a7-=4}for(;a7>0;){p=a8+a7 +l[p]=l[p-1];--a7}l[a8]=a6}else{b0=B.e.cF(a7,16) +b1=B.e.c0(a7,16) +a8=p[b0]+b1 +a6=l[a8] +for(;k=p[b0],a8>k;a8=b2){b2=a8-1 +l[a8]=l[b2]}p[b0]=k+1 +for(;b0>0;b0=b3){p[b0]=p[b0]-1 +b3=b0-1 +l[p[b0]]=l[p[b3]+16-1]}p[0]=p[0]-1 +l[p[0]]=a6 +if(p[0]===0)for(a=4095,a0=15;a0>=0;--a0){for(a1=15;a1>=0;--a1){l[a]=l[p[a0]+a1];--a}p[a0]=a+1}}p=c8.at +l=c8.e +l===$&&A.b() +k=l[a6] +p[k]=p[k]+1 +k=c8.b +k===$&&A.b() +k[a3]=l[a6];++a3 +a2=c8.BP(d4) +continue}}if(d3>=a3)throw A.c(A.cD(c9)) +for(p=c8.at,s=0;s<=255;++s){l=p[s] +if(l<0||l>a3)throw A.c(A.cD(c9))}p=c8.dy=new Int32Array(257) +p[0]=0 +for(l=c8.at,s=1;s<=256;++s)p[s]=l[s-1] +for(s=1;s<=256;++s)p[s]=p[s]+p[s-1] +for(s=0;s<=256;++s){l=p[s] +if(l<0||l>a3)throw A.c(A.cD(c9))}for(s=1;s<=256;++s)if(p[s-1]>p[s])throw A.c(A.cD(c9)) +for(l=c8.b,s=0;s>>0 +p[a6]=p[a6]+1}l===$&&A.b() +b4=l[d3]>>>8 +p=d2!==0 +if(p){if(b4>=1e5*c8.a)throw A.c(A.cD(c9)) +b4=l[b4] +b5=b4>>>8 +b6=b4&255^0 +b4=b5 +b7=618 +b8=1}else{if(b4>=1e5*c8.a)return d0 +b4=l[b4] +b6=b4&255 +b4=b4>>>8 +b7=0 +b8=0}b9=a3+1 +if(p)for(c0=d0,c1=0,c2=0,c3=1;!0;c2=b6,b6=c5){for(p=c2&255;!0;){if(c1===0)break +d5.e9(c2) +c0=(c0<<8^B.dT[c0>>>24&255^p])>>>0;--c1}if(c3===b9)return c0 +if(c3>b9)throw A.c(A.cD("Data error.")) +p=c8.b +b4=p[b4] +b5=b4>>>8 +if(b7===0){b7=B.dY[b8];++b8 +if(b8===512)b8=0}--b7 +l=b7===1?1:0 +c4=b4&255^l;++c3 +if(c3===b9){c5=b6 +b4=b5 +c1=1 +continue}if(c4!==b6){c5=c4 +b4=b5 +c1=1 +continue}b4=p[b5] +b5=b4>>>8 +if(b7===0){b7=B.dY[b8];++b8 +if(b8===512)b8=0}l=b7===1?1:0 +c4=b4&255^l;++c3 +if(c3===b9){c5=b6 +b4=b5 +c1=2 +continue}if(c4!==b6){c5=c4 +b4=b5 +c1=2 +continue}b4=p[b5] +b5=b4>>>8 +if(b7===0){b7=B.dY[b8];++b8 +if(b8===512)b8=0}l=b7===1?1:0 +c4=b4&255^l;++c3 +if(c3===b9){c5=b6 +b4=b5 +c1=3 +continue}if(c4!==b6){c5=c4 +b4=b5 +c1=3 +continue}b4=p[b5] +if(b7===0){b7=B.dY[b8];++b8 +if(b8===512)b8=0}l=b7===1?1:0 +c1=(b4&255^l)+4 +b4=p[b4>>>8] +b5=b4>>>8 +if(b7===0){b7=B.dY[b8];++b8 +if(b8===512)b8=0}p=b7===1?1:0 +c5=b4&255^p +c3=c3+1+1 +b4=b5}else for(c6=b6,c0=d0,c1=0,c2=0,c3=1;!0;c2=c6,c6=c7){if(c1>0){for(p=c2&255;!0;){if(c1===1)break +d5.e9(c2) +c0=c0<<8^B.dT[c0>>>24&255^p];--c1}d5.e9(c2) +c0=(c0<<8^B.dT[c0>>>24&255^p])>>>0}if(c3>b9)throw A.c(A.cD(c9)) +if(c3===b9)return c0 +p=1e5*c8.a +if(b4>=p)throw A.c(A.cD(d1)) +l=c8.b +b4=l[b4] +c4=b4&255 +b4=b4>>>8;++c3 +if(c4!==c6){d5.e9(c6) +c0=(c0<<8^B.dT[c0>>>24&255^c6&255])>>>0 +c7=c4 +c1=0 +continue}if(c3===b9){d5.e9(c6) +c0=(c0<<8^B.dT[c0>>>24&255^c6&255])>>>0 +c7=c6 +c1=0 +continue}if(b4>=p)throw A.c(A.cD(d1)) +b4=l[b4] +c4=b4&255 +b4=b4>>>8;++c3 +if(c3===b9){c7=c6 +c1=2 +continue}if(c4!==c6){c7=c4 +c1=2 +continue}if(b4>=p)throw A.c(A.cD(d1)) +b4=l[b4] +c4=b4&255 +b4=b4>>>8;++c3 +if(c3===b9){c7=c6 +c1=3 +continue}if(c4!==c6){c7=c4 +c1=3 +continue}if(b4>=p)throw A.c(A.cD(d1)) +b4=l[b4] +b5=b4>>>8 +c1=(b4&255)+4 +if(b5>=p)throw A.c(A.cD(d1)) +b4=l[b5] +c7=b4&255 +b4=b4>>>8 +c3=c3+1+1}return c0}, +BP(a){var s,r,q,p,o=this,n="Data error",m=o.ay +if(m===0){m=++o.ch +s=o.ax +s===$&&A.b() +if(m>=s)throw A.c(A.cD(n)) +s=o.ay=50 +r=o.x +r===$&&A.b() +m=o.CW=r[m] +r=o.as +r===$&&A.b() +o.cx=r[m] +r=o.y +r===$&&A.b() +o.cy=r[m] +r=o.Q +r===$&&A.b() +o.db=r[m] +r=o.z +r===$&&A.b() +o.dx=r[m] +m=s}o.ay=m-1 +q=o.cx +p=a.d5(q) +for(;!0;){if(q>20)throw A.c(A.cD(n)) +m=o.cy +m===$&&A.b() +if(p<=J.aE(m,q))break;++q +p=(p<<1|a.d5(1))>>>0}m=o.dx +m===$&&A.b() +if(p-J.aE(m,q)<0||p-J.aE(o.dx,q)>=258)throw A.c(A.cD(n)) +m=o.db +m===$&&A.b() +return J.aE(m,p-J.aE(o.dx,q))}, +a6m(a,b,c,d,e,f,g){var s,r,q,p,o,n,m,l +for(s=J.a9(d),r=J.bN(c),q=e,p=0;q<=f;++q)for(o=0;o>>0}for(q=e+1;q<=f;++q)r.m(b,q,(s.i(a,q-1)+1<<1>>>0)-r.i(b,q))}, +a76(){var s,r,q=this +q.fx=0 +q.e=new Uint8Array(256) +for(s=0;s<256;++s){r=q.d +r===$&&A.b() +if(r[s]!==0)q.e[q.fx++]=s}}} +A.a9m.prototype={} +A.a49.prototype={ +al_(a,b,c){var s,r,q,p,o,n,m,l,k,j=this,i=j.w +i===$&&A.b() +i.a.ll(0,a,0,c) +for(i=b+c,s=J.a9(a),r=j.c,q=j.b,p=b;pq.byteLength)A.J(A.bK("Input buffer too short",null)) +if(16>r.byteLength)A.J(A.bK("Output buffer too short",null)) +if(m.c)m.a2y(q,0,r,0,l) +else m.a1O(q,0,r,0,l) +for(k=0;k>>0)}++j.a}i=j.w +s=i.b +s===$&&A.b() +s=new Uint8Array(s) +j.x=s +i.n2(s,0) +j.x=B.B.bI(j.x,0,10) +s=j.w +i=s.a +i.cj(0) +s=s.d +s===$&&A.b() +i.ll(0,s,0,s.length) +return c}} +A.HG.prototype={} +A.aca.prototype={} +A.ac9.prototype={ +gp(a){var s=this.e +s===$&&A.b() +return s-(this.b-this.c)}, +gaix(){var s=this.b,r=this.e +r===$&&A.b() +return s>=this.c+r}, +i(a,b){return J.aE(this.a,this.b+b)}, +lx(a,b){var s,r=this,q=r.c +a+=q +if(b<0){s=r.e +s===$&&A.b() +b=s-(a-q)}return A.ne(r.a,r.d,b,a)}, +dP(){return J.aE(this.a,this.b++)}, +jx(a){var s=this,r=s.lx(s.b-s.c,a) +s.b=s.b+r.gp(r) +return r}, +Tl(a,b){var s,r,q,p=this.jx(a).fe() +try{s=b?new A.CC(!1).cG(p):A.qC(p,0,null) +return s}catch(r){q=A.qC(p,0,null) +return q}}, +zt(a){return this.Tl(a,!0)}, +cE(){var s=this,r=s.a,q=J.a9(r),p=q.i(r,s.b++)&255,o=q.i(r,s.b++)&255 +if(s.d===1)return p<<8|o +return o<<8|p}, +dm(){var s=this,r=s.a,q=J.a9(r),p=q.i(r,s.b++)&255,o=q.i(r,s.b++)&255,n=q.i(r,s.b++)&255,m=q.i(r,s.b++)&255 +if(s.d===1)return(p<<24|o<<16|n<<8|m)>>>0 +return(m<<24|n<<16|o<<8|p)>>>0}, +lf(){var s=this,r=s.a,q=J.a9(r),p=q.i(r,s.b++)&255,o=q.i(r,s.b++)&255,n=q.i(r,s.b++)&255,m=q.i(r,s.b++)&255,l=q.i(r,s.b++)&255,k=q.i(r,s.b++)&255,j=q.i(r,s.b++)&255,i=q.i(r,s.b++)&255 +if(s.d===1)return(B.e.kJ(p,56)|B.e.kJ(o,48)|B.e.kJ(n,40)|B.e.kJ(m,32)|l<<24|k<<16|j<<8|i)>>>0 +return(B.e.kJ(i,56)|B.e.kJ(j,48)|B.e.kJ(k,40)|B.e.kJ(l,32)|m<<24|n<<16|o<<8|p)>>>0}, +fe(){var s,r,q=this,p=q.gp(q),o=q.a +if(t.H3.b(o)){s=J.a9(o) +if(q.b+p>s.gp(o))p=s.gp(o)-q.b +return J.mw(s.geJ(o),s.gf8(o)+q.b,p)}r=q.b+p +s=J.a9(o) +if(r>s.gp(o))r=s.gp(o) +return new Uint8Array(A.mo(s.bI(o,q.b,r)))}} +A.aeN.prototype={} +A.aeL.prototype={ +e9(a){var s=this +if(s.a===s.c.length)s.a2J() +s.c[s.a++]=a&255}, +GR(a){var s,r,q,p,o=this,n=J.b6(a) +for(;s=o.a,r=s+n,q=o.c,p=q.length,r>p;)o.BJ(r-p) +B.B.eD(q,s,r,a) +o.a+=n}, +amA(a){var s,r,q,p,o=this,n=a.c +while(!0){s=o.a +r=a.e +r===$&&A.b() +r=s+(r-(a.b-n)) +q=o.c +p=q.length +if(!(r>p))break +o.BJ(r-p)}B.B.c9(q,s,s+a.gp(a),a.a,a.b) +o.a=o.a+a.gp(a)}, +lx(a,b){var s=this +if(a<0)a=s.a+a +if(b==null)b=s.a +else if(b<0)b=s.a+b +return B.b7.ic(s.c.buffer,a,b-a)}, +I0(a){return this.lx(a,null)}, +BJ(a){var s=a!=null?a>32768?a:32768:32768,r=this.c,q=r.length,p=new Uint8Array((q+s)*2) +B.B.eD(p,0,q,r) +this.c=p}, +a2J(){return this.BJ(null)}, +gp(a){return this.a}} +A.ana.prototype={ +a_v(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=j.a2Y(a) +j.a=i +s=a.c +a.b=s+i +a.dm() +j.b=a.cE() +a.cE() +j.d=a.cE() +a.cE() +j.f=a.dm() +j.r=a.dm() +r=a.cE() +if(r>0)a.Tl(r,!1) +if(j.r===4294967295||j.f===4294967295||j.d===65535||j.b===65535)j.a9o(a) +q=A.ne(a.lx(j.r,j.f).fe(),0,null,0) +i=q.c +p=j.x +o=t.t +while(!0){n=q.b +m=q.e +m===$&&A.b() +if(!(n=0;--s){a.b=q+s +if(a.dm()===101010256){a.b=q+(r-q) +return s}}throw A.c(A.cD("Could not find End of Central Directory Record"))}} +A.a4a.prototype={} +A.qP.prototype={ +a_w(a,b,c){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g=a.dm() +i.a=g +if(g!==67324752)throw A.c(A.cD("Invalid Zip Signature")) +a.cE() +i.c=a.cE() +i.d=a.cE() +i.e=a.cE() +i.f=a.cE() +i.r=a.dm() +i.w=a.dm() +i.x=a.dm() +s=a.cE() +r=a.cE() +i.y=a.zt(s) +i.z=a.jx(r).fe() +g=i.Q +q=g==null +p=q?h:g.w +i.w=p==null?i.w:p +q=q?h:g.x +i.x=q==null?i.x:q +i.ay=(i.c&1)!==0?1:0 +i.CW=c +g=g.w +g.toString +i.as=a.jx(g) +if(i.ay!==0&&r>2){o=A.ne(i.z,0,h,0) +g=o.c +while(!0){q=o.b +p=o.e +p===$&&A.b() +if(!(q>>24)}, +JY(){var s=this.cx[2]&65535|2 +return s*(s^1)>>>8&255}, +a1N(a){var s,r,q,p,o=this +for(s=0;s<12;++s){r=o.as +r===$&&A.b() +o.OM((J.aE(r.a,r.b++)^o.JY())>>>0)}r=o.as +r===$&&A.b() +q=r.fe() +for(r=J.a9(q),s=0;s>>0 +o.OM(p) +r.m(q,s,p)}return A.ne(q,0,null,0)}} +A.V2.prototype={ +a_x(a){var s,r,q,p,o,n,m,l,k,j,i=this +i.a=a.cE() +a.cE() +a.cE() +a.cE() +a.cE() +a.cE() +a.dm() +i.w=a.dm() +i.x=a.dm() +s=a.cE() +r=a.cE() +q=a.cE() +i.y=a.cE() +a.cE() +i.Q=a.dm() +i.as=a.dm() +if(s>0)i.at=a.zt(s) +if(r>0){p=a.jx(r).fe() +i.ax=p +o=A.ne(p,0,null,0) +p=o.c +while(!0){n=o.b +m=o.e +m===$&&A.b() +if(!(n=8&&i.x===4294967295){i.x=j.lf() +k-=8}if(k>=8&&i.w===4294967295){i.w=j.lf() +k-=8}if(k>=8&&i.as===4294967295){i.as=j.lf() +k-=8}if(k>=4&&i.y===65535)i.y=j.dm()}}}if(q>0)a.zt(q)}, +j(a){return this.at}} +A.an9.prototype={ +af9(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h=null,g=new A.ana(A.a([],t.xj)) +g.a_v(a,b) +this.a=g +s=new A.HF(A.a([],t.fE),A.w(t.N,t.S)) +for(g=this.a.x,r=g.length,q=t.Cm,p=0;p>>16 +i.c=m +if(o.a>>>8===3)switch(m&61440){case 32768:case 0:break +case 40960:if((k instanceof A.qP?i.ax=k.goW(k):k)==null)i.Eg() +m=q.a(i.ax) +B.ck.cG(m) +break}else B.c.ip(l,"/") +i.f=(n.f<<16|n.e)>>>0 +s.acC(0,i)}return s}} +A.abw.prototype={ +a_g(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=J.a9(a),f=g.gp(a) +for(s=0;sh.b)h.b=g.i(a,s) +if(g.i(a,s)>>0 +m=m>>>1}for(j=h.a,i=(n|s)>>>0,k=l;k>>0 +o=o<<1>>>0}}} +A.z5.prototype={ +C7(){var s,r,q,p=this +p.e=p.d=0 +if(!p.b)return +while(!0){s=p.a +s===$&&A.b() +r=s.b +q=s.e +q===$&&A.b() +if(!(r=s.c+q)return-1 +s.b=r+1 +s=J.aE(s.a,r) +r=p.d +q=p.e +p.d=(r|B.e.mB(s,q))>>>0 +p.e=q+8}r=p.d +q=B.e.kJ(1,a) +p.d=B.e.ra(r,a) +p.e=s-a +return(r&q-1)>>>0}, +CE(a){var s,r,q,p,o,n,m=this,l=a.a +l===$&&A.b() +s=a.b +for(;r=m.e,r=r.c+p)return-1 +r.b=q+1 +r=J.aE(r.a,q) +q=m.d +p=m.e +m.d=(q|B.e.mB(r,p))>>>0 +m.e=p+8}q=m.d +o=l[(q&B.e.mB(1,s)-1)>>>0] +n=o>>>16 +m.d=B.e.ra(q,n) +m.e=r-n +return o&65535}, +a8E(){var s,r,q=this +q.e=q.d=0 +s=q.i5(16) +r=q.i5(16) +if(s!==0&&s!==(r^65535)>>>0)return-1 +r=q.a +r===$&&A.b() +if(s>r.gp(r))return-1 +q.c.amA(q.a.jx(s)) +return 0}, +a8C(){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.i5(5) +if(h===-1)return-1 +h+=257 +if(h>288)return-1 +s=i.i5(5) +if(s===-1)return-1;++s +if(s>32)return-1 +r=i.i5(4) +if(r===-1)return-1 +r+=4 +if(r>19)return-1 +q=new Uint8Array(19) +for(p=0;p285)return-1 +if(r===256)break +if(r<256){s.e9(r&255) +continue}q=r-257 +p=B.PV[q]+l.i5(B.LU[q]) +o=l.CE(b) +if(o<0||o>29)return-1 +n=B.MO[o]+l.i5(B.Po[o]) +for(m=-n;p>n;){s.GR(s.I0(m)) +p-=n}if(p===n)s.GR(s.I0(m)) +else s.GR(s.lx(m,p-n))}for(;s=l.e,s>=8;){l.e=s-8 +s=l.a +s===$&&A.b() +if(--s.b<0)s.b=0}return 0}, +a1J(a,b,c){var s,r,q,p,o,n,m=this +for(s=0,r=0;r0;p=o,r=n){n=r+1 +c[r]=s}break +case 17:p=m.i5(3) +if(p===-1)return-1 +p+=3 +for(;o=p-1,p>0;p=o,r=n){n=r+1 +c[r]=0}s=0 +break +case 18:p=m.i5(7) +if(p===-1)return-1 +p+=11 +for(;o=p-1,p>0;p=o,r=n){n=r+1 +c[r]=0}s=0 +break +default:if(q<0||q>15)return-1 +n=r+1 +c[r]=q +r=n +s=q +break}}return 0}} +A.dX.prototype={ +ga6(a){return new A.nX(this.a,0,0)}, +gL(a){var s=this.a,r=s.length +return r===0?A.J(A.a0("No element")):B.c.T(s,0,new A.jL(s,r,0,176).js())}, +gY(a){var s=this.a,r=s.length +return r===0?A.J(A.a0("No element")):B.c.bA(s,new A.xl(s,0,r,176).js())}, +ga_(a){return this.a.length===0}, +gbT(a){return this.a.length!==0}, +gp(a){var s,r,q=this.a,p=q.length +if(p===0)return 0 +s=new A.jL(q,p,0,176) +for(r=0;s.js()>=0;)++r +return r}, +be(a,b){var s,r,q,p,o,n +A.dv(b,"index") +s=this.a +r=s.length +if(r!==0){q=new A.jL(s,r,0,176) +for(p=0,o=0;n=q.js(),n>=0;o=n){if(p===b)return B.c.T(s,o,n);++p}}else p=0 +throw A.c(A.axs(b,this,"index",null,p))}, +t(a,b){var s +if(typeof b!="string")return!1 +s=b.length +if(s===0)return!1 +if(new A.jL(b,s,0,176).js()!==s)return!1 +s=this.a +return A.aVr(s,b,0,s.length)>=0}, +wI(a,b,c){var s,r +if(a===0||b===this.a.length)return b +if(c==null){s=this.a +c=new A.jL(s,s.length,b,176)}do{r=c.js() +if(r<0)break +if(--a,a>0){b=r +continue}else{b=r +break}}while(!0) +return b}, +dn(a,b){A.dv(b,"count") +return this.NF(b)}, +NF(a){var s=this.wI(a,0,null),r=this.a +if(s===r.length)return B.bn +return new A.dX(B.c.bA(r,s))}, +kr(a,b){A.dv(b,"count") +return this.NZ(b)}, +NZ(a){var s=this.wI(a,0,null),r=this.a +if(s===r.length)return this +return new A.dX(B.c.T(r,0,s))}, +iT(a,b,c){var s,r,q,p,o=this +A.dv(b,"start") +if(c==null)return o.NF(b) +if(c0){s=j.c +for(r=j.a,q=r.length,p=176;s0;s=q){q=r.js() +if(q<0)break;--a}p.b=s +p.c=b +p.d=null +return a===0}} +A.jL.prototype={ +js(){var s,r,q,p,o,n,m,l=this,k=u.S +for(s=l.b,r=l.a;q=l.c,qs;){p=k.c=q-1 +o=r.charCodeAt(p) +if((o&64512)!==56320){p=k.d=j.charCodeAt(k.d&240|A.rm(o)) +if(((p>=208?k.d=A.avK(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.kL(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.avK(r,s,p,l):l)&1)===0)return q}p=k.d=j.charCodeAt(k.d&240|15) +if(((p>=208?k.d=A.avK(r,s,q,p):p)&1)===0)return k.c +return-1}} +A.L3.prototype={ +eq(a,b){return J.d(a,b)}, +eu(a,b){return J.v(b)}} +A.zb.prototype={ +eq(a,b){var s,r,q,p +if(a===b)return!0 +s=J.aj(a) +r=J.aj(b) +for(q=this.a;!0;){p=s.q() +if(p!==r.q())return!1 +if(!p)return!0 +if(!q.eq(s.gG(s),r.gG(r)))return!1}}, +eu(a,b){var s,r,q +for(s=J.aj(b),r=this.a,q=0;s.q();){q=q+r.eu(0,s.gG(s))&2147483647 +q=q+(q<<10>>>0)&2147483647 +q^=q>>>6}q=q+(q<<3>>>0)&2147483647 +q^=q>>>11 +return q+(q<<15>>>0)&2147483647}} +A.pH.prototype={ +eq(a,b){var s,r,q,p,o +if(a===b)return!0 +s=J.a9(a) +r=s.gp(a) +q=J.a9(b) +if(r!==q.gp(b))return!1 +for(p=this.a,o=0;o>>0)&2147483647 +q^=q>>>6}q=q+(q<<3>>>0)&2147483647 +q^=q>>>11 +return q+(q<<15>>>0)&2147483647}} +A.ot.prototype={ +eq(a,b){var s,r,q,p,o +if(a===b)return!0 +s=this.a +r=A.eu(s.gafR(),s.gahJ(s),s.gaiJ(),A.k(this).h("ot.E"),t.S) +for(s=J.aj(a),q=0;s.q();){p=s.gG(s) +o=r.i(0,p) +r.m(0,p,(o==null?0:o)+1);++q}for(s=J.aj(b);s.q();){p=s.gG(s) +o=r.i(0,p) +if(o==null||o===0)return!1 +r.m(0,p,o-1);--q}return q===0}, +eu(a,b){var s,r,q +for(s=J.aj(b),r=this.a,q=0;s.q();)q=q+r.eu(0,s.gG(s))&2147483647 +q=q+(q<<3>>>0)&2147483647 +q^=q>>>11 +return q+(q<<15>>>0)&2147483647}} +A.vC.prototype={} +A.v1.prototype={} +A.wd.prototype={ +gu(a){var s=this.a +return 3*s.a.eu(0,this.b)+7*s.b.eu(0,this.c)&2147483647}, +k(a,b){var s +if(b==null)return!1 +if(b instanceof A.wd){s=this.a +s=s.a.eq(this.b,b.b)&&s.b.eq(this.c,b.c)}else s=!1 +return s}} +A.pK.prototype={ +eq(a,b){var s,r,q,p,o,n,m +if(a===b)return!0 +s=J.a9(a) +r=J.a9(b) +if(s.gp(a)!==r.gp(b))return!1 +q=A.eu(null,null,null,t.PJ,t.S) +for(p=J.aj(s.gbQ(a));p.q();){o=p.gG(p) +n=new A.wd(this,o,s.i(a,o)) +m=q.i(0,n) +q.m(0,n,(m==null?0:m)+1)}for(s=J.aj(r.gbQ(b));s.q();){o=s.gG(s) +n=new A.wd(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}, +eu(a,b){var s,r,q,p,o,n,m,l,k +for(s=J.bs(b),r=J.aj(s.gbQ(b)),q=this.a,p=this.b,o=this.$ti.z[1],n=0;r.q();){m=r.gG(r) +l=q.eu(0,m) +k=s.i(b,m) +n=n+3*l+7*p.eu(0,k==null?o.a(k):k)&2147483647}n=n+(n<<3>>>0)&2147483647 +n^=n>>>11 +return n+(n<<15>>>0)&2147483647}} +A.L1.prototype={ +eq(a,b){var s,r=this,q=t.Ro +if(q.b(a))return q.b(b)&&new A.v1(r,t.n5).eq(a,b) +q=t.f +if(q.b(a))return q.b(b)&&new A.pK(r,r,t.Dx).eq(a,b) +if(!r.b){q=t.j +if(q.b(a))return q.b(b)&&new A.pH(r,t.wO).eq(a,b) +q=t.JY +if(q.b(a))return q.b(b)&&new A.zb(r,t.K9).eq(a,b)}else{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.vC(r,t.N2).eq(a,b)}}return J.d(a,b)}, +eu(a,b){var s=this +if(t.Ro.b(b))return new A.v1(s,t.n5).eu(0,b) +if(t.f.b(b))return new A.pK(s,s,t.Dx).eu(0,b) +if(!s.b){if(t.j.b(b))return new A.pH(s,t.wO).eu(0,b) +if(t.JY.b(b))return new A.zb(s,t.K9).eu(0,b)}else if(t.JY.b(b))return new A.vC(s,t.N2).eu(0,b) +return J.v(b)}, +aiK(a){!t.JY.b(a) +return!0}} +A.Mo.prototype={ +vN(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.aCW(A.eE(s,0,A.eU(this.c,"count",t.S),A.a1(s).c),"(",")")}, +a0g(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.jG.prototype={ +K(){return"AnimationStatus."+this.b}} +A.ch.prototype={ +j(a){return"#"+A.bh(this)+"("+this.zL()+")"}, +zL(){switch(this.gbx(this).a){case 1:return"\u25b6" +case 2:return"\u25c0" +case 3:return"\u23ed" +case 0:return"\u23ee"}}} +A.vI.prototype={ +K(){return"_AnimationDirection."+this.b}} +A.HB.prototype={ +K(){return"AnimationBehavior."+this.b}} +A.kU.prototype={ +TM(a){var s,r,q=this.r +q.toString +s=this.r=a.kR(this.gB5()) +r=q.a +if(r!=null){s.a=r +s.c=q.c +if(!s.b)r=s.e==null +else r=!1 +if(r)s.e=$.bV.qa(s.gwR(),!1) +q.a=null +q.zS()}q.n()}, +gl(a){var s=this.x +s===$&&A.b() +return s}, +sl(a,b){var s=this +s.eF(0) +s.Ca(b) +s.aE() +s.qD()}, +ghr(){var s=this.r +if(!(s!=null&&s.a!=null))return 0 +s=this.w +s.toString +return s.f5(0,this.y.a/1e6)}, +Ca(a){var s=this,r=s.a,q=s.b,p=s.x=A.H(a,r,q) +if(p===r)s.Q=B.M +else if(p===q)s.Q=B.a3 +else s.Q=s.z===B.aq?B.b2:B.aV}, +gbx(a){var s=this.Q +s===$&&A.b() +return s}, +ni(a,b){var s=this +s.z=B.aq +if(b!=null)s.sl(0,b) +return s.J_(s.b)}, +c7(a){return this.ni(a,null)}, +TO(a,b){this.z=B.i2 +return this.J_(this.a)}, +el(a){return this.TO(a,null)}, +j0(a,b,c){var s,r,q,p,o,n,m=this,l=$.ay8.ti$ +l===$&&A.b() +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.b() +q=Math.abs(a-l)/r}else q=1 +if(m.z===B.i2&&m.f!=null){l=m.f +l.toString +p=l}else{l=m.e +l.toString +p=l}o=new A.b1(B.d.am(p.a*q))}else{l=m.x +l===$&&A.b() +o=a===l?B.w:c}m.eF(0) +l=o.a +if(l===B.w.a){l=m.x +l===$&&A.b() +if(l!==a){m.x=A.H(a,m.a,m.b) +m.aE()}m.Q=m.z===B.aq?B.a3:B.M +m.qD() +return A.ayn()}n=m.x +n===$&&A.b() +return m.D4(new A.aq7(l*s/1e6,n,a,b,B.bR))}, +J_(a){return this.j0(a,B.ad,null)}, +TC(a,b){var s,r,q=this,p=q.a,o=q.b,n=q.e +q.eF(0) +s=q.x +s===$&&A.b() +r=n.a/1e6 +s=o===p?0:s/(o-p)*r +return q.D4(new A.arW(p,o,b,q.ga2_(),r,s,B.bR))}, +alx(a){return this.TC(a,!1)}, +a20(a){this.z=a +this.Q=a===B.aq?B.b2:B.aV +this.qD()}, +DE(a){this.eF(0) +this.z=B.aq +return this.D4(a)}, +D4(a){var s,r=this +r.w=a +r.y=B.w +r.x=A.H(a.em(0,0),r.a,r.b) +s=r.r.kB(0) +r.Q=r.z===B.aq?B.b2:B.aV +r.qD() +return s}, +nZ(a,b){this.y=this.w=null +this.r.nZ(0,b)}, +eF(a){return this.nZ(a,!0)}, +n(){var s=this +s.r.n() +s.r=null +s.cO$.a2(0) +s.cI$.a2(0) +s.AB()}, +qD(){var s=this,r=s.Q +r===$&&A.b() +if(s.as!==r){s.as=r +s.u6(r)}}, +a03(a){var s,r=this +r.y=a +s=a.a/1e6 +r.x=A.H(r.w.em(0,s),r.a,r.b) +if(r.w.l1(s)){r.Q=r.z===B.aq?B.a3:B.M +r.nZ(0,!1)}r.aE() +r.qD()}, +zL(){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.AA() +q=this.x +q===$&&A.b() +return r+" "+B.d.ad(q,3)+p+s}} +A.aq7.prototype={ +em(a,b){var s,r,q=this,p=A.H(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.a7(0,p)}}}, +f5(a,b){return(this.em(0,b+0.001)-this.em(0,b-0.001))/0.002}, +l1(a){return a>this.b}} +A.arW.prototype={ +em(a,b){var s,r,q,p=this,o=b+p.r,n=p.f,m=B.d.c0(o/n,1),l=(B.d.hw(o,n)&1)===1 +n=p.d&&l +s=p.e +r=p.c +q=p.b +if(n){s.$1(B.i2) +n=A.N(r,q,m) +n.toString +return n}else{s.$1(B.aq) +n=A.N(q,r,m) +n.toString +return n}}, +f5(a,b){return(this.c-this.b)/this.f}, +l1(a){return!1}} +A.Vl.prototype={} +A.Vm.prototype={} +A.Vn.prototype={} +A.Vb.prototype={ +U(a,b){}, +J(a,b){}, +fM(a){}, +dA(a){}, +gbx(a){return B.a3}, +gl(a){return 1}, +j(a){return"kAlwaysCompleteAnimation"}} +A.Vc.prototype={ +U(a,b){}, +J(a,b){}, +fM(a){}, +dA(a){}, +gbx(a){return B.M}, +gl(a){return 0}, +j(a){return"kAlwaysDismissedAnimation"}} +A.x8.prototype={ +U(a,b){return this.gaT(this).U(0,b)}, +J(a,b){return this.gaT(this).J(0,b)}, +fM(a){return this.gaT(this).fM(a)}, +dA(a){return this.gaT(this).dA(a)}, +gbx(a){var s=this.gaT(this) +return s.gbx(s)}} +A.AB.prototype={ +saT(a,b){var s,r=this,q=r.c +if(b==q)return +if(q!=null){r.a=q.gbx(q) +q=r.c +r.b=q.gl(q) +if(r.m4$>0)r.xP()}r.c=b +if(b!=null){if(r.m4$>0)r.xO() +q=r.b +s=r.c +s=s.gl(s) +if(q==null?s!=null:q!==s)r.aE() +q=r.a +s=r.c +if(q!==s.gbx(s)){q=r.c +r.u6(q.gbx(q))}r.b=r.a=null}}, +xO(){var s=this,r=s.c +if(r!=null){r.U(0,s.gfD()) +s.c.fM(s.gSP())}}, +xP(){var s=this,r=s.c +if(r!=null){r.J(0,s.gfD()) +s.c.dA(s.gSP())}}, +gbx(a){var s=this.c +if(s!=null)s=s.gbx(s) +else{s=this.a +s.toString}return s}, +gl(a){var s=this.c +if(s!=null)s=s.gl(s) +else{s=this.b +s.toString}return s}, +j(a){var s=this,r=s.c +if(r==null)return"ProxyAnimation(null; "+s.AA()+" "+B.d.ad(s.gl(s),3)+")" +return r.j(0)+"\u27a9ProxyAnimation"}} +A.jg.prototype={ +U(a,b){this.bD() +this.a.U(0,b)}, +J(a,b){this.a.J(0,b) +this.kT()}, +xO(){this.a.fM(this.goz())}, +xP(){this.a.dA(this.goz())}, +wL(a){this.u6(this.N0(a))}, +gbx(a){var s=this.a +return this.N0(s.gbx(s))}, +gl(a){var s=this.a +return 1-s.gl(s)}, +N0(a){switch(a.a){case 1:return B.aV +case 2:return B.b2 +case 3:return B.M +case 0:return B.a3}}, +j(a){return this.a.j(0)+"\u27aaReverseAnimation"}} +A.y5.prototype={ +OC(a){var s=this +switch(a.a){case 0:case 3:s.d=null +break +case 1:if(s.d==null)s.d=B.b2 +break +case 2:if(s.d==null)s.d=B.aV +break}}, +gP4(){if(this.c!=null){var s=this.d +if(s==null){s=this.a +s=s.gbx(s)}s=s!==B.aV}else s=!0 +return s}, +n(){this.a.dA(this.gOB())}, +gl(a){var s=this,r=s.gP4()?s.b:s.c,q=s.a,p=q.gl(q) +if(r==null)return p +if(p===0||p===1)return p +return r.a7(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.gP4())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"}, +gaT(a){return this.a}} +A.a1t.prototype={ +K(){return"_TrainHoppingMode."+this.b}} +A.qL.prototype={ +wL(a){if(a!==this.e){this.aE() +this.e=a}}, +gbx(a){var s=this.a +return s.gbx(s)}, +acl(){var s,r,q=this,p=q.b +if(p!=null){switch(q.c.a){case 0:p=p.gl(p) +s=q.a +r=p<=s.gl(s) +break +case 1:p=p.gl(p) +s=q.a +r=p>=s.gl(s) +break +default:r=!1}if(r){p=q.a +s=q.goz() +p.dA(s) +p.J(0,q.gDq()) +p=q.b +q.a=p +q.b=null +p.fM(s) +s=q.a +q.wL(s.gbx(s))}}else r=!1 +p=q.a +p=p.gl(p) +if(p!==q.f){q.aE() +q.f=p}if(r&&q.d!=null)q.d.$0()}, +gl(a){var s=this.a +return s.gl(s)}, +n(){var s,r,q=this +q.a.dA(q.goz()) +s=q.gDq() +q.a.J(0,s) +q.a=null +r=q.b +if(r!=null)r.J(0,s) +q.b=null +q.cI$.a2(0) +q.cO$.a2(0) +q.AB()}, +j(a){var s=this +if(s.b!=null)return A.n(s.a)+"\u27a9TrainHoppingAnimation(next: "+A.n(s.b)+")" +return A.n(s.a)+"\u27a9TrainHoppingAnimation(no next)"}} +A.rV.prototype={ +xO(){var s,r=this,q=r.a,p=r.gM2() +q.U(0,p) +s=r.gM3() +q.fM(s) +q=r.b +q.U(0,p) +q.fM(s)}, +xP(){var s,r=this,q=r.a,p=r.gM2() +q.J(0,p) +s=r.gM3() +q.dA(s) +q=r.b +q.J(0,p) +q.dA(s)}, +gbx(a){var s=this.b +if(s.gbx(s)===B.b2||s.gbx(s)===B.aV)return s.gbx(s) +s=this.a +return s.gbx(s)}, +j(a){return"CompoundAnimation("+this.a.j(0)+", "+this.b.j(0)+")"}, +a7g(a){var s=this +if(s.gbx(s)!==s.c){s.c=s.gbx(s) +s.u6(s.gbx(s))}}, +a7f(){var s=this +if(!J.d(s.gl(s),s.d)){s.d=s.gl(s) +s.aE()}}} +A.x7.prototype={ +gl(a){var s,r=this.a +r=r.gl(r) +s=this.b +s=s.gl(s) +return Math.min(A.iM(r),A.iM(s))}} +A.De.prototype={} +A.Df.prototype={} +A.Dg.prototype={} +A.Wx.prototype={} +A.ZW.prototype={} +A.ZX.prototype={} +A.ZY.prototype={} +A.a_H.prototype={} +A.a_I.prototype={} +A.a1q.prototype={} +A.a1r.prototype={} +A.a1s.prototype={} +A.Ar.prototype={ +a7(a,b){return this.mp(b)}, +mp(a){throw A.c(A.fb(null))}, +j(a){return"ParametricCurve"}} +A.eq.prototype={ +a7(a,b){if(b===0||b===1)return b +return this.Xt(0,b)}} +A.E3.prototype={ +mp(a){return a}} +A.hs.prototype={ +mp(a){var s=this.a +a=A.H((a-s)/(this.b-s),0,1) +if(a===0||a===1)return a +return this.c.a7(0,a)}, +j(a){var s=this,r=s.c +if(!(r instanceof A.E3))return"Interval("+A.n(s.a)+"\u22ef"+A.n(s.b)+")\u27a9"+r.j(0) +return"Interval("+A.n(s.a)+"\u22ef"+A.n(s.b)+")"}} +A.SJ.prototype={ +mp(a){return a<0.5?0:1}} +A.e6.prototype={ +Kh(a,b,c){var s=1-c +return 3*a*s*s*c+3*b*s*c*c+c*c*c}, +mp(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.Kh(s,r,o) +if(Math.abs(a-n)<0.001)return m.Kh(m.b,m.d,o) +if(n"))}} +A.aw.prototype={ +gl(a){var s=this.a +return this.b.a7(0,s.gl(s))}, +j(a){var s=this.a,r=this.b +return s.j(0)+"\u27a9"+r.j(0)+"\u27a9"+A.n(r.a7(0,s.gl(s)))}, +zL(){return this.AA()+" "+this.b.j(0)}, +gaT(a){return this.a}} +A.dK.prototype={ +a7(a,b){return this.b.a7(0,this.a.a7(0,b))}, +j(a){return this.a.j(0)+"\u27a9"+this.b.j(0)}} +A.aB.prototype={ +ev(a){var s=this.a +return A.k(this).h("aB.T").a(J.aAC(s,J.aLA(J.aLB(this.b,s),a)))}, +a7(a,b){var s,r=this +if(b===0){s=r.a +return s==null?A.k(r).h("aB.T").a(s):s}if(b===1){s=r.b +return s==null?A.k(r).h("aB.T").a(s):s}return r.ev(b)}, +j(a){return"Animatable("+A.n(this.a)+" \u2192 "+A.n(this.b)+")"}, +sDM(a){return this.a=a}, +sio(a,b){return this.b=b}} +A.Bf.prototype={ +ev(a){return this.c.ev(1-a)}} +A.e5.prototype={ +ev(a){return A.x(this.a,this.b,a)}} +A.RV.prototype={ +ev(a){return A.ak3(this.a,this.b,a)}} +A.nH.prototype={ +ev(a){return A.aR6(this.a,this.b,a)}} +A.ng.prototype={ +ev(a){var s,r=this.a +r.toString +s=this.b +s.toString +return B.d.am(r+(s-r)*a)}} +A.fn.prototype={ +a7(a,b){if(b===0||b===1)return b +return this.a.a7(0,b)}, +j(a){return"CurveTween(curve: "+this.a.j(0)+")"}} +A.Gp.prototype={} +A.CA.prototype={ +a_u(a,b){var s,r,q,p,o,n,m,l=this.a +B.b.R(l,a) +for(s=l.length,r=0,q=0;q=n&&b"}} +A.xT.prototype={ +ap(){return new A.Dl(new A.aB(1,null,t.Y),null,null,B.n)}} +A.Dl.prototype={ +aW(){var s,r,q,p=this +p.bb() +s=A.ct(B.L,null,B.aw,0,null,1,0,p) +p.e=s +r=t.m +q=p.d +p.f=new A.aw(r.a(new A.aw(r.a(s),new A.fn(B.eS),t.HY.h("aw"))),q,q.$ti.h("aw")) +p.Ny()}, +aX(a){this.bh(a) +this.Ny()}, +Ny(){var s=this.a.x +this.d.b=s}, +n(){var s=this.e +s===$&&A.b() +s.n() +this.ZK()}, +a65(a){if(!this.r){this.r=!0 +this.vv(0)}}, +a6b(a){if(this.r){this.r=!1 +this.vv(0)}}, +a63(){if(this.r){this.r=!1 +this.vv(0)}}, +vv(a){var s,r,q,p=this.e +p===$&&A.b() +s=p.r +if(s!=null&&s.a!=null)return +r=this.r +if(r){p.z=B.aq +q=p.j0(1,B.a5_,B.IB)}else{p.z=B.aq +q=p.j0(0,B.I5,B.IF)}q.bF(new A.aot(this,r),t.H)}, +I(a){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=null +g.a.toString +s=A.hl(a) +r=s.gfZ() +q=g.a.e +if(q==null)p=f +else p=A.oZ(q,a) +q=p!=null +if(q)o=s.gmk() +else o=r +n=s.gjA().giJ().dH(o) +m=g.a +l=m.r +k=m.w +j=g.f +j===$&&A.b() +i=m.y +h=m.d +if(h==null)q=q?B.J2:B.IW +else q=h +return A.ns(A.ld(B.aH,A.cW(!0,new A.hk(new A.aP(k,1/0,k,1/0),A.es(!1,A.t6(new A.bI(q,new A.e1(m.z,1,1,A.fp(A.MB(m.c,new A.cQ(f,f,f,f,f,o,f,f),f),f,B.aE,!0,n,f,f,B.a2),f),f),new A.dz(p,f,f,i,f,f,B.b3),B.c0),j),f),!1,f,!1,!1,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f),B.au,!1,f,f,f,f,f,f,f,f,f,f,f,f,f,f,l,g.ga62(),g.ga64(),g.ga6a()),B.ci,f,f,f,f)}, +$ib5:1} +A.aot.prototype={ +$1(a){var s=this.a +if(s.c!=null&&this.b!==s.r)s.vv(0)}, +$S:22} +A.Gs.prototype={ +n(){var s=this,r=s.cJ$ +if(r!=null)r.J(0,s.gjL()) +s.cJ$=null +s.aZ()}, +ce(){this.dF() +this.dc() +this.jM()}} +A.dg.prototype={ +gl(a){return this.b.a}, +gqZ(){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)}, +gqX(){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)}, +gqY(){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)}, +dQ(a){var s,r,q,p,o,n=this,m=null +if(n.gqZ()){s=a.au(t.WD) +r=s==null?m:s.f.c.glU() +if(r==null){r=A.dc(a,B.ld) +r=r==null?m:r.e +q=r}else q=r +if(q==null)q=B.W}else q=B.W +if(n.gqX()){r=A.dc(a,B.EP) +r=r==null?m:r.as +p=r===!0}else p=!1 +if(n.gqY())A.aNt(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.dg(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.O(b)!==A.r(s))return!1 +return b instanceof A.dg&&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.K(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.a6I(s),q=A.a([r.$2("color",s.e)],t.s) +if(s.gqZ())q.push(r.$2("darkColor",s.f)) +if(s.gqX())q.push(r.$2("highContrastColor",s.r)) +if(s.gqZ()&&s.gqX())q.push(r.$2("darkHighContrastColor",s.w)) +if(s.gqY())q.push(r.$2("elevatedColor",s.x)) +if(s.gqZ()&&s.gqY())q.push(r.$2("darkElevatedColor",s.y)) +if(s.gqX()&&s.gqY())q.push(r.$2("highContrastElevatedColor",s.z)) +if(s.gqZ()&&s.gqX()&&s.gqY())q.push(r.$2("darkHighContrastElevatedColor",s.Q)) +r=s.c +if(r==null)r="CupertinoDynamicColor" +q=B.b.bP(q,", ") +return r+"("+q+", resolved by: UNRESOLVED)"}} +A.a6I.prototype={ +$2(a,b){var s=b.k(0,this.a.b)?"*":"" +return s+a+" = "+b.j(0)+s}, +$S:551} +A.Wm.prototype={} +A.Wl.prototype={} +A.a6H.prototype={ +q4(a){return B.F}, +xq(a,b,c,d){return B.av}, +q3(a,b){return B.f}} +A.a2g.prototype={} +A.J1.prototype={ +I(a){var s=null,r=A.bU(a,B.bb,t.l).w.r.b+8,q=this.c.a1(0,new A.i(8,r)),p=A.hW(this.d,B.ag,B.ai,B.aZ),o=$.a7().Qx(20,20,B.cj) +return new A.bI(new A.b2(8,r,8,8),new A.l4(new A.Lb(q),A.mQ(s,A.aB1(A.t6(new A.bI(B.J3,p,s),new A.dz(B.Ie.dQ(a),s,A.aB5(B.Ic.dQ(a)),B.eQ,s,s,B.b3),B.c0),o),B.a7,s,s,B.FB,s,s,s,222),s),s)}} +A.oY.prototype={ +ap(){return new A.Dm(B.n)}} +A.Dm.prototype={ +a7N(a){this.aF(new A.aou(this))}, +a7P(a){this.aF(new A.aov(this))}, +I(a){var s=this,r=null,q=s.a.f,p=A.ej(q,r,B.bP,B.Em.dH(s.d?A.hl(a).gmk():B.f2.dQ(a)),r) +q=s.d?A.hl(a).gfZ():r +return A.is(A.ns(A.a6G(B.lr,B.it,p,q,B.iU,0,s.a.c,B.J5,0.7),B.cX,r,s.ga7M(),s.ga7O(),r),r,1/0)}} +A.aou.prototype={ +$0(){this.a.d=!0}, +$S:0} +A.aov.prototype={ +$0(){this.a.d=!1}, +$S:0} +A.J2.prototype={ +af(a){var s=this.f,r=A.oZ(s,a) +return J.d(r,s)?this:this.dH(r)}, +rQ(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.geU(s):d +return A.aBw(m,q,o,l,n,f==null?s.w:f,r,p)}, +dH(a){return this.rQ(a,null,null,null,null,null,null,null)}} +A.Wn.prototype={} +A.Wo.prototype={ +ns(a){return a.gd3(a)==="en"}, +hm(a,b){return new A.bl(B.FR,t.u4)}, +mD(a){return!1}, +j(a){return"DefaultCupertinoLocalizations.delegate(en_US)"}} +A.L2.prototype={ +gN(){return"Cut"}, +gM(){return"Copy"}, +gO(){return"Paste"}, +gH(){return"Select All"}, +gC(){return"Look Up"}, +gP(){return"Search Web"}, +gaG(){return"Share..."}, +$iZ:1} +A.y4.prototype={ +ap(){return new A.Do(B.f,null,null,B.n)}} +A.Do.prototype={ +aW(){var s,r,q=this +q.bb() +s=A.ct(B.L,null,B.f3,0,null,1,0,q) +s.bD() +r=s.cI$ +r.b=!0 +r.a.push(new A.aoD(q)) +q.f=s +r=q.a +r.d.a=s +r.w.U(0,q.gCe()) +r=t.Y +s=q.f +q.a.toString +q.r=new A.aw(A.dB(B.dL,s,null),new A.aB(0,1,r),r.h("aw"))}, +n(){var s,r=this +r.a.d.a=null +s=r.f +s===$&&A.b() +s.n() +r.a.w.J(0,r.gCe()) +r.ZL()}, +aX(a){var s,r=this,q=a.w +if(q!==r.a.w){s=r.gCe() +q.J(0,s) +r.a.w.U(0,s)}r.bh(a)}, +by(){this.LW() +this.dZ()}, +LW(){var s,r,q,p=this,o=p.a.w,n=o.gl(o),m=n.c.gb3().b +o=n.a +s=m-o.b +r=p.a +r.toString +if(s<-48){if(r.d.gvd())p.a.d.tz(!1) +return}if(!r.d.gvd()){r=p.f +r===$&&A.b() +r.c7(0)}p.a.toString +q=Math.max(m,m-s/10) +o=o.a-40 +s=q-73.5 +r=p.c +r.toString +r=A.bU(r,B.eL,t.l).w.a +p.a.toString +s=A.aDi(new A.A(10,-21.5,0+r.a-10,0+r.b+21.5),new A.A(o,s,o+80,s+47.5)) +p.aF(new A.aoB(p,new A.i(s.a,s.b),m,q))}, +I(a){var s,r,q=this +q.a.toString +s=q.d +r=q.r +r===$&&A.b() +return A.aAW(new A.KL(r,new A.i(0,q.e),null),B.dL,B.IK,s.a,s.b)}, +$ib5:1} +A.aoD.prototype={ +$0(){return this.a.aF(new A.aoC())}, +$S:0} +A.aoC.prototype={ +$0(){}, +$S:0} +A.aoB.prototype={ +$0(){var s=this,r=s.a +r.d=s.b +r.e=s.c-s.d}, +$S:0} +A.KL.prototype={ +I(a){var s,r,q=this.r,p=q.b +q=q.a +p.a7(0,q.gl(q)) +s=new A.i(0,49.75).X(0,this.w) +r=p.a7(0,q.gl(q)) +r=A.ue(B.XD,B.f,r==null?1:r) +r.toString +q=p.a7(0,q.gl(q)) +if(q==null)q=1 +return A.aF6(new A.AG(null,A.aDj(q,B.QF,new A.cN(B.Fk,B.Fo)),s,1,B.a_W,null),r)}} +A.Gt.prototype={ +n(){var s=this,r=s.cJ$ +if(r!=null)r.J(0,s.gjL()) +s.cJ$=null +s.aZ()}, +ce(){this.dF() +this.dc() +this.jM()}} +A.DU.prototype={ +j(a){return"Default Hero tag for Cupertino navigation bars with navigator "+A.n(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.DU&&b.a==this.a}, +gu(a){return A.oB(this.a)}} +A.Xl.prototype={ +I(a){var s,r,q,p=this,o=null,n=p.r,m=n.b +n=n.a +s=m.a7(0,n.gl(n)).b +r=p.e +q=r?m.a7(0,n.gl(n)).a:o +n=r?o:m.a7(0,n.gl(n)).a +m=p.f +return A.us(o,p.w,m.b,o,q,n,s,m.a)}} +A.y1.prototype={ +ap(){return new A.Wp(B.n)}} +A.Wp.prototype={ +aW(){this.bb() +var s=t.B +this.d=new A.aqW(new A.bp("Navigation bar render box",s),new A.bp("Leading",s),new A.bp("Back chevron",s),new A.bp("Back label",s),new A.bp("Middle",s),new A.bp("Trailing",s),new A.bp("Large title",s))}, +I(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null +h.a.toString +s=A.oZ(g,a) +if(s==null)s=A.hl(a).gmU() +r=h.d +r===$&&A.b() +q=t.X +p=A.pS(a,q) +h.a.toString +o=A.aTJ(!0,r.b,g,p,g) +n=A.aTG(!0,r.c,p,g) +m=A.aTH(!0,r.d,g,p,g) +l=A.aTK(!0,!1,r.e,p,g,B.Eo) +k=A.aTL(g,r.f,g) +A.aTI(!0,!1,r.r,p,g) +h.a.toString +p=A.hl(a).gjA().giJ() +h.a.toString +j=A.aH7(s,B.lv,g,A.fp(new A.Zj(new A.aqV(o,n,m,l,k),g,g),g,B.aE,!0,p,g,g,B.a2),!0) +h.a.toString +i=A.pS(a,q) +if(i instanceof A.ia){i.gjg() +r=!0}else r=!1 +r=!r +if(r)return j +return new A.en(new A.aoA(h,s,j),g)}} +A.aoA.prototype={ +$1(a){var s,r,q,p,o=this.a +o.a.toString +if(B.lb.k(0,B.lb))s=new A.DU(A.aex(a)) +else{o.a.toString +s=B.lb}r=o.d +r===$&&A.b() +q=A.hl(a).gjA().gSL() +p=A.hl(a).gjA().gyU() +o.a.toString +return A.aCD(new A.FT(r,this.b,q,p,null,B.lv,!0,!1,this.c,r.a),A.aYa(),A.aYb(),A.aYc(),s,!0)}, +$S:514} +A.Zj.prototype={ +I(a){var s,r,q,p,o=null,n=this.c,m=n.d +if(m!=null){s=A.hl(a).gjA().gyU() +m=A.fp(A.cW(o,m,!1,o,!1,!1,o,o,!0,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o),o,B.aE,!0,s,o,o,B.a2)}r=n.a +q=n.b +p=n.c +if(r==null&&q!=null&&p!=null)r=new A.KM(q,p,o) +s=A.bU(a,B.bb,t.l).w +return A.is(A.ay5(!1,new A.Ad(r,m,n.e,!0,6,o),!0),44+s.r.b,o)}} +A.aqW.prototype={} +A.aqV.prototype={} +A.KM.prototype={ +I(a){var s,r=null +A.pS(a,t.X) +s=A.hl(a).gjA().gSL() +return A.a6G(B.Z,B.eQ,A.cW(!0,A.fp(new A.hk(B.FA,A.ki(A.a([B.Yg,this.f,B.Yh,new A.yF(1,B.Jn,this.r,r)],t.p),B.ag,B.ai,B.aZ,r),r),r,B.aE,!0,s,r,r,B.a2),!0,r,!0,!1,r,r,r,"Back",r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r),r,B.iU,44,new A.a6K(this,a),B.bp,0.4)}} +A.a6K.prototype={ +$0(){A.aDA(this.b)}, +$S:0} +A.Vy.prototype={ +I(a){var s,r,q,p=null,o=a.au(t.I) +o.toString +s=a.au(t.yS) +if(s==null)s=B.iW +r=A.cV(62415) +q=new A.bI(B.IP,A.aEO(A.cA(p,A.o0(p,p,s.w.b,p,p,p,p,p,"CupertinoIcons",p,p,30,p,p,p,p,p,!1,p,p,p,p,"cupertino_icons",p,p,p),r),p,p),p) +switch(o.w.a){case 0:o=new A.aN(new Float64Array(16)) +o.bl() +o.nT(0,-1,1,1) +q=A.SQ(B.Z,q,p,o,!1) +break +case 1:break}return q}} +A.D2.prototype={ +a0v(a,b,c){var s,r=null +if(b==null)return B.av +s=A.ej(b,1,B.bP,r,r) +return new A.e1(B.lo,1,r,b.length>12?B.a4V:s,r)}, +I(a){var s=this.d +if(s instanceof A.mb&&!s.gyA()){s.toString +s=t.My.a(s).y4$ +s.toString +return new A.vD(s,this.ga0u(),null,t.Sj)}else return B.av}} +A.FT.prototype={ +gpR(){var s=$.a8.V$.z.i(0,this.c.a).gW() +s.toString +return t.x.a(s)}, +I(a){return this.z}} +A.YW.prototype={ +I(a){var s,r,q,p,o,n=this,m=n.c,l=n.e,k=n.d,j=a.au(t.I) +j.toString +s=l.gpR() +r=k.gpR() +q=l.gpR() +q=q.gv(q) +p=k.gpR() +p=p.gv(p) +p=new A.A(0,0,0+q.a,0+q.b).fQ(new A.A(0,0,0+p.a,0+p.b)) +j=j.w===B.i?1:-1 +o=new A.aqU(m,l.c,k.c,s,r,l.e,k.e,l.f,k.f,l.r,k.r,l.x,k.x,!1,!1,p,j) +m=A.a([A.oI(m,new A.aqX(n),null)],t.p) +if(o.gPK()!=null){l=o.gPK() +l.toString +m.push(l)}if(o.gPL()!=null){l=o.gPL() +l.toString +m.push(l)}if(o.gPN()!=null){l=o.gPN() +l.toString +m.push(l)}if(o.gPO()!=null){l=o.gPO() +l.toString +m.push(l)}if(o.gPM()!=null){l=o.gPM() +l.toString +m.push(l)}if(o.gPP()!=null){l=o.gPP() +l.toString +m.push(l)}if(o.gU9()!=null){l=o.gU9() +l.toString +m.push(l)}if(o.gU6()!=null){l=o.gU6() +l.toString +m.push(l)}if(o.gU7()!=null){l=o.gU7() +l.toString +m.push(l)}if(o.gUa()!=null){l=o.gUa() +l.toString +m.push(l)}if(o.gU8()!=null){l=o.gU8() +l.toString +m.push(l)}if(o.gUb()!=null){l=o.gUb() +l.toString +m.push(l)}l=n.f +k=l.a +k.toString +l=l.b +l.toString +l=Math.max(A.iM(k),A.iM(l)) +k=A.bU(a,B.bb,t.l).w +return A.aDt(A.is(A.nW(B.bS,m,B.a7,B.bO),l+k.r.b,1/0))}} +A.aqX.prototype={ +$2(a,b){var s=this.a,r=s.c,q=s.r.a7(0,r.gl(r)) +q.toString +return A.aH7(q,s.w.a7(0,r.gl(r)),null,A.is(null,s.f.a7(0,r.gl(r)),1/0),!1)}, +$S:85} +A.aqU.prototype={ +kl(a,b){var s,r,q=$.a8.V$.z.i(0,a).gW() +q.toString +t.x.a(q) +s=A.bH(q.bi(0,b),B.f) +q=q.gv(q) +r=s.a +s=s.b +return A.aR8(new A.A(r,s,r+q.a,s+q.b),this.ay)}, +HX(a,b,c,d,e){var s,r,q,p,o,n,m,l,k,j,i,h=$.a8.V$.z.i(0,b).gW() +h.toString +s=t.x +s.a(h) +r=$.a8.V$.z.i(0,d).gW() +r.toString +s.a(r) +q=this.ch>0 +s=q?0:h.gv(h).a +p=h.gv(h) +o=q?0:r.gv(r).a +n=r.gv(r) +m=A.bH(h.bi(0,c),new A.i(s,p.b/2)) +l=A.bH(r.bi(0,e),new A.i(o,n.b/2)) +k=q?l.a1(0,m):new A.i(e.gv(e).a-l.a,l.b).a1(0,new A.i(c.gv(c).a-m.a,m.b)) +j=this.kl(b,c) +s=q?j.a:j.c +i=new A.i(s,j.b) +s=i.X(0,k) +r=t.Ni +return A.aFx(a,q,new A.aw(t.m.a(this.a),new A.aB(i,s,r),r.h("aw")),h.gv(h))}, +th(a){var s=$.aJY(),r=s.$ti.h("dK") +return new A.aw(t.m.a(this.a),new A.dK(new A.fn(new A.hs(a,1,B.dJ)),s,r),r.h("aw"))}, +pg(a){var s=$.aJZ(),r=s.$ti.h("dK") +return new A.aw(t.m.a(this.a),new A.dK(new A.fn(new A.hs(0,a,B.dL)),s,r),r.h("aw"))}, +gPN(){var s,r=this,q=r.b.b,p=$.a8.V$.z.i(0,q) +if(p==null)p=null +else{p=p.e +p.toString}t.Q.a(p) +if(p==null)return null +q=r.kl(q,r.d) +s=r.pg(0.4) +return A.ut(A.es(!1,p.c,s),q)}, +gPK(){var s,r=this,q=null,p=r.b.c,o=$.a8.V$.z.i(0,p) +if(o==null)o=q +else{o=o.e +o.toString}t.Q.a(o) +if(o==null)return q +p=r.kl(p,r.d) +s=r.pg(0.6) +return A.ut(A.es(!1,A.fp(o.c,q,B.aE,!0,r.f,q,q,B.a2),s),p)}, +gPL(){var s,r,q,p=this,o=null,n=p.b.d,m=$.a8.V$.z.i(0,n) +if(m==null)m=o +else{m=m.e +m.toString}t.Q.a(m) +if(m==null)return o +s=p.d +r=p.kl(n,s) +s=r.cd(new A.i(p.ch*(-s.gv(s).a/2),0)) +n=t.m.a(p.a) +q=p.pg(0.2) +return new A.Ax(A.es(!1,A.fp(m.c,o,B.aE,!0,p.f,o,o,B.a2),q),new A.aw(n,new A.uG(r,s),t.MD.h("aw")),o)}, +gPO(){var s,r,q,p,o=this,n=null,m=o.b.e,l=$.a8.V$.z.i(0,m) +if(l==null)l=n +else{l=l.e +l.toString}s=t.Q +s.a(l) +r=o.c +q=r.d +p=$.a8.V$.z.i(0,q) +if(p==null)p=n +else{p=p.e +p.toString}s.a(p) +r=$.a8.V$.z.i(0,r.b) +if(r==null)r=n +else{r=r.e +r.toString}s.a(r) +s=l!=null +if(s&&p!=null){s=o.pg(o.Q?0.4:0.7) +r=t.m.a(o.a) +return o.HX(A.es(!1,new A.e1(B.lo,n,n,A.aBJ(l.c,n,B.aE,new A.aw(r,new A.kr(o.w,o.r),t.ta.h("aw"))),n),s),m,o.d,q,o.e)}if(s&&r!=null){m=o.kl(m,o.d) +s=o.pg(o.Q?0.4:0.7) +return A.ut(A.es(!1,A.fp(l.c,n,B.aE,!0,o.w,n,n,B.a2),s),m)}return n}, +gPM(){var s,r,q=null,p=$.a8.V$.z.i(0,this.b.r) +if(p==null)p=q +else{p=p.e +p.toString}s=t.Q +s.a(p) +p=this.c +r=$.a8.V$.z.i(0,p.d) +if(r==null)r=q +else{r=r.e +r.toString}s.a(r) +p=$.a8.V$.z.i(0,p.b) +if(p==null)p=q +else{p=p.e +p.toString}s.a(p) +return q}, +gPP(){var s,r=this,q=r.b.f,p=$.a8.V$.z.i(0,q) +if(p==null)p=null +else{p=p.e +p.toString}t.Q.a(p) +if(p==null)return null +q=r.kl(q,r.d) +s=r.pg(0.6) +return A.ut(A.es(!1,p.c,s),q)}, +gU9(){var s,r=this,q=r.c.b,p=$.a8.V$.z.i(0,q) +if(p==null)p=null +else{p=p.e +p.toString}t.Q.a(p) +if(p==null)return null +q=r.kl(q,r.e) +s=r.th(0.6) +return A.ut(A.es(!1,p.c,s),q)}, +gU6(){var s,r,q,p,o=this,n=null,m=o.c.c,l=$.a8.V$.z.i(0,m) +if(l==null)l=n +else{l=l.e +l.toString}s=t.Q +s.a(l) +r=$.a8.V$.z.i(0,o.b.c) +if(r==null)r=n +else{r=r.e +r.toString}s.a(r) +if(l==null)return n +q=o.kl(m,o.e) +s=r==null +if(s){m=$.a8.V$.z.i(0,m).gW() +m.toString +t.x.a(m) +p=q.cd(new A.i(o.ch*m.gv(m).a*2,0))}else p=q +m=t.m.a(o.a) +r=o.th(s?0.7:0.4) +return new A.Ax(A.es(!1,A.fp(l.c,n,B.aE,!0,o.r,n,n,B.a2),r),new A.aw(m,new A.uG(p,q),t.MD.h("aw")),n)}, +gU7(){var s,r,q,p,o,n=this,m=null,l=n.b,k=l.e,j=$.a8.V$.z.i(0,k) +if(j==null)j=m +else{j=j.e +j.toString}s=t.Q +s.a(j) +l=$.a8.V$.z.i(0,l.r) +if(l==null)l=m +else{l=l.e +l.toString}s.a(l) +l=n.c.d +r=$.a8.V$.z.i(0,l) +if(r==null)r=m +else{r=r.e +r.toString}s.a(r) +if(r==null)return m +s=$.a8.V$.z.i(0,l) +q=s==null?m:s.ng(t.re) +if(q!=null){s=q.m3$ +s=s.gl(s)<1}else s=!1 +if(s){s=q.m3$ +s=s.gl(s) +p=t.Y +o=new A.aw(t.m.a(n.a),new A.aB(0,s,p),p.h("aw"))}else o=m +if(j!=null){j=o==null?n.th(0.3):o +s=t.m.a(n.a) +return n.HX(A.es(!1,A.aBJ(r.c,m,B.aE,new A.aw(s,new A.kr(n.w,n.r),t.ta.h("aw"))),j),k,n.d,l,n.e)}return m}, +gUa(){var s,r,q,p,o,n,m,l,k,j=this,i=null,h=j.c.e,g=$.a8.V$.z.i(0,h) +if(g==null)g=i +else{g=g.e +g.toString}t.Q.a(g) +if(g==null)return i +s=j.e +r=j.kl(h,s) +h=$.a8.V$.z.i(0,h).gW() +h.toString +t.x.a(h) +q=j.ch>0 +p=q?r.a:r.c +o=r.b +s=s.gv(s) +n=h.gv(h) +m=t.Ni +l=t.m.a(j.a) +h=h.gv(h) +k=j.th(0.25) +return A.aFx(A.es(!1,A.fp(g.c,i,B.aE,!0,j.x,i,i,B.a2),k),q,new A.aw(l,new A.aB(new A.i(s.a-n.a/2,o),new A.i(p,o),m),m.h("aw")),h)}, +gUb(){var s,r=this,q=r.c.f,p=$.a8.V$.z.i(0,q) +if(p==null)p=null +else{p=p.e +p.toString}t.Q.a(p) +if(p==null)return null +q=r.kl(q,r.e) +s=r.th(0.4) +return A.ut(A.es(!1,p.c,s),q)}, +gU8(){var s=$.a8.V$.z.i(0,this.c.r) +if(s==null)s=null +else{s=s.e +s.toString}t.Q.a(s) +return null}} +A.y2.prototype={ +ap(){return new A.Dn(B.n)}} +A.Dn.prototype={ +a5Z(){var s,r=this.c +r.toString +s=A.Qf(r) +if(s!=null&&s.f.length!==0)s.ja(0,B.iT,B.c1)}, +I(a){var s,r,q,p,o,n,m,l=this,k=null,j=l.a.d,i=A.bU(a,k,t.l).w +l.a.toString +s=i.r +r=s.b +q=44+r +p=i.f +o=p.d +n=p.rM(0) +l.a.toString +m=A.oZ(k,a) +if(m==null)m=A.hl(a).gmU() +j=(m.gl(m)>>>24&255)===255?A.pQ(new A.bI(new A.b2(0,q,0,o),j,k),i.alq(!0).aex(n),k):A.pQ(new A.bI(new A.b2(0,0,0,o),j,k),i.aeE(s.aew(q),n),k) +l.a.toString +s=A.oZ(k,a) +if(s==null)s=A.hl(a).gmw() +p=A.a([j],t.p) +p.push(A.us(k,A.aDt(l.a.c),k,k,0,0,0,k)) +p.push(A.us(k,A.ld(k,k,B.au,!0,k,k,k,k,k,k,k,k,k,k,k,k,k,k,l.ga5Y(),k,k,k),r,k,0,0,0,k)) +return A.t6(A.nW(B.bS,p,B.a7,B.bO),new A.dz(s,k,k,k,k,k,B.b3),B.c0)}} +A.y3.prototype={ +gzO(a){return B.c1}, +goO(){this.$ti.h("fm<1>").a(this.b) +return B.He}, +gxm(){return null}, +DT(a){var s +if(a instanceof A.mb){a.$ti.h("fm<1>").a(a.b) +s=!0}else s=!1 +return s}, +kN(a,b,c){var s=null +return A.cW(s,this.$ti.h("fm<1>").a(this.b).r,!1,s,!1,!0,s,s,s,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s,s,s)}, +xs(a,b,c,d){return A.aBz(this,a,b,c,d,this.$ti.c)}} +A.a6L.prototype={ +$0(){return A.aNo(this.a)}, +$S:4} +A.a6M.prototype={ +$0(){var s=this.a,r=s.a +r.toString +s=s.at +s.toString +r.afr() +return new A.Dk(s,r)}, +$S(){return this.b.h("Dk<0>()")}} +A.mb.prototype={ +gnv(){this.$ti.h("fm<1>").a(this.b) +return!0}, +gjg(){this.$ti.h("fm<1>").a(this.b) +return!1}, +gm_(){return A.eR.prototype.gm_.call(this)+"("+A.n(this.$ti.h("fm<1>").a(this.b).a)+")"}} +A.fm.prototype={ +lZ(a){var s=null,r=this.$ti,q=A.a([],t.Zt),p=$.an,o=r.h("ay<1?>"),n=r.h("bv<1?>"),m=A.uz(B.cq),l=A.a([],t.wi),k=$.aD(),j=$.an +return new A.mb(s,!1,!0,!1,q,A.aM(t.kj),new A.bp(s,r.h("bp>")),new A.bp(s,t.B),new A.Ao(),s,0,new A.bv(new A.ay(p,o),n),m,l,this,new A.bq(s,k,t.XR),new A.bv(new A.ay(j,o),n),r.h("mb<1>"))}} +A.KN.prototype={ +I(a){var s,r=this,q=a.au(t.I) +q.toString +s=q.w +q=r.e +return A.aED(A.aED(new A.KZ(q,r.f,q,null),r.c,s,!0),r.d,s,!1)}} +A.vP.prototype={ +ap(){return new A.vQ(B.n,this.$ti.h("vQ<1>"))}, +afI(){return this.d.$0()}, +akk(){return this.e.$0()}} +A.vQ.prototype={ +aW(){var s,r=this +r.bb() +s=A.abk(r,null) +s.ay=r.ga4e() +s.ch=r.ga4g() +s.CW=r.ga4c() +s.cx=r.ga49() +r.e=s}, +n(){var s=this.e +s===$&&A.b() +s.ok.a2(0) +s.lA() +this.aZ()}, +a4f(a){this.d=this.a.akk()}, +a4h(a){var s,r,q=this.d +q.toString +s=a.c +s.toString +r=this.c +r=this.JQ(s/r.gv(r).a) +q=q.a +s=q.x +s===$&&A.b() +q.sl(0,s-r)}, +a4d(a){var s,r=this,q=r.d +q.toString +s=r.c +q.R3(r.JQ(a.a.a.a/s.gv(s).a)) +r.d=null}, +a4a(){var s=this.d +if(s!=null)s.R3(0) +this.d=null}, +a9W(a){var s +if(this.a.afI()){s=this.e +s===$&&A.b() +s.xa(a)}}, +JQ(a){var s=this.c.au(t.I) +s.toString +switch(s.w.a){case 0:return-a +case 1:return a}}, +I(a){var s,r,q=null,p=a.au(t.I) +p.toString +s=t.l +r=p.w===B.i?A.bU(a,B.bb,s).w.r.a:A.bU(a,B.bb,s).w.r.c +r=Math.max(r,20) +return A.nW(B.bS,A.a([this.a.c,new A.Qb(0,0,0,r,A.zC(B.c4,q,q,this.ga9V(),q,q,q),q)],t.p),B.a7,B.a0b)}} +A.Dk.prototype={ +R3(a){var s,r,q,p,o=this +if(Math.abs(a)>=1)s=a<=0 +else{r=o.a.x +r===$&&A.b() +s=r>0.5}if(s){r=o.a +q=r.x +q===$&&A.b() +q=A.N(800,0,q) +q.toString +q=A.bT(0,0,0,Math.min(B.d.ma(q),300),0) +r.z=B.aq +r.j0(1,B.mt,q)}else{o.b.fa() +r=o.a +q=r.r +if(q!=null&&q.a!=null){q=r.x +q===$&&A.b() +q=A.N(0,800,q) +q.toString +q=A.bT(0,0,0,B.d.ma(q),0) +r.z=B.i2 +r.j0(0,B.mt,q)}}q=r.r +if(q!=null&&q.a!=null){p=A.aR("animationStatusCallback") +p.b=new A.aos(o,p) +q=p.aA() +r.bD() +r=r.cO$ +r.b=!0 +r.a.push(q)}else o.b.xQ()}} +A.aos.prototype={ +$1(a){var s=this.a +s.b.xQ() +s.a.dA(this.b.aA())}, +$S:5} +A.jx.prototype={ +dM(a,b){var s +if(a instanceof A.jx){s=A.aow(a,this,b) +s.toString +return s}s=A.aow(null,this,b) +s.toString +return s}, +dN(a,b){var s +if(a instanceof A.jx){s=A.aow(this,a,b) +s.toString +return s}s=A.aow(this,null,b) +s.toString +return s}, +E8(a){return new A.aoz(this,a)}, +k(a,b){var s,r +if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +if(b instanceof A.jx){s=b.a +r=this.a +r=s==null?r==null:s===r +s=r}else s=!1 +return s}, +gu(a){return J.v(this.a)}} +A.aox.prototype={ +$1(a){var s=A.x(null,a,this.a) +s.toString +return s}, +$S:84} +A.aoy.prototype={ +$1(a){var s=A.x(null,a,1-this.a) +s.toString +return s}, +$S:84} +A.aoz.prototype={ +la(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;k").a(a.b) +s=this.y4$ +if(s==null)this.y4$=new A.bq(null,$.aD(),t.XR) +else s.sl(0,null) +this.Xb(a)}} +A.a10.prototype={ +aJ(a,b){var s,r,q,p=$.a7(),o=p.al() +o.sa4(0,this.b) +s=A.lH(B.XN,6) +r=A.uF(B.XO,new A.i(7,b.b)) +q=p.bd() +q.oE(s) +q.mS(r) +a.d0(q,o)}, +eE(a){return!this.b.k(0,a.b)}} +A.KP.prototype={} +A.a6N.prototype={ +q4(a){return new A.I(12,a+12-1.5)}, +xq(a,b,c,d){var s,r,q,p=null,o=A.mU(p,p,p,new A.a10(A.hl(a).gfZ(),p),B.F) +switch(b.a){case 0:return A.ak4(o,new A.I(12,c+12-1.5)) +case 1:s=c+12-1.5 +r=A.ak4(o,new A.I(12,s)) +q=new A.aN(new Float64Array(16)) +q.bl() +q.ba(0,6,s/2) +q.zE(3.141592653589793) +q.ba(0,-6,-s/2) +return A.SQ(p,r,p,q,!0) +case 2:return B.av}}, +q3(a,b){switch(a.a){case 0:return new A.i(6,b+12-1.5) +case 1:return new A.i(6,b+12-1.5-12+1.5) +case 2:return new A.i(6,b+(b+12-1.5-b)/2)}}} +A.Wq.prototype={} +A.KQ.prototype={ +I(a){var s,r,q=null,p=t.l,o=A.bU(a,B.bb,p).w.r,n=o.b+8,m=26+o.a,l=A.bU(a,B.eL,p).w.a.a-o.c-26 +p=this.c +s=new A.i(A.H(p.a,m,l),p.b-8-n) +p=this.d +r=new A.i(A.H(p.a,m,l),p.b+8-n) +return new A.bI(new A.b2(8,n,8,8),new A.l4(new A.SF(s,r,q),new A.Dq(s,r,this.e,A.aYY(),q),q),q)}} +A.Ws.prototype={ +aO(a){var s=new A.a_g(this.e,this.f,this.r,A.ar(),null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.sacV(this.e) +b.sacW(this.f) +b.sd9(0,this.r)}} +A.a_g.prototype={ +geO(){return!0}, +sacV(a){if(a.k(0,this.A))return +this.A=a +this.ae()}, +sacW(a){if(a.k(0,this.Z))return +this.Z=a +this.ae()}, +sd9(a,b){if(J.d(b,this.ak))return +this.ak=b +this.aL()}, +gpy(){var s=this.A,r=this.k3$ +r=r==null?null:r.gv(r).b +if(r==null)r=0 +return s.b>=r-14}, +bJ(){var s,r=this,q=r.k3$ +if(q==null)return +s=t.k.a(A.t.prototype.ga5.call(r)) +q.bZ(new A.aP(30,1/0,0,1/0).pf(new A.aP(0,s.b,0,s.d)),!0) +s=q.b +s.toString +t.r.a(s) +s.a=new A.i(0,r.gpy()?-7:0) +r.id=new A.I(q.gv(q).a,q.gv(q).b-7)}, +a14(a,b){var s,r,q,p,o,n=this,m=$.a7().bd() +if(30>n.gv(n).a){m.hc(b) +return m}s=A.H(n.fJ(n.gpy()?n.A:n.Z).a,15,n.gv(n).a-7-8) +r=s-7 +q=s+7 +if(n.gpy()){p=a.gv(a).b-7 +o=a.gv(a) +m.eS(0,q,p) +m.cz(0,s,o.b) +m.cz(0,r,p)}else{m.eS(0,r,7) +m.cz(0,s,0) +m.cz(0,q,7)}r=A.aTV(m,b,n.gpy()?1.5707963267948966:-1.5707963267948966) +r.aQ(0) +return r}, +aJ(a,b){var s,r,q,p,o,n,m,l=this,k=l.k3$ +if(k==null)return +s=k.b +s.toString +t.r.a(s) +r=A.nG(new A.A(0,7,0+k.gv(k).a,7+(k.gv(k).b-14)),B.eq).Ht() +q=l.a14(k,r) +p=l.ak +if(p!=null){o=new A.ie(r.a,r.b,r.c,r.d+7,8,8,8,8,8,8,8,8,!0).cd(b.X(0,s.a).X(0,B.f)) +a.gbK(a).dK(o,new A.e3(0,B.co,p,B.f,15).iK())}p=l.bp +n=l.cx +n===$&&A.b() +s=b.X(0,s.a) +m=k.gv(k) +p.saI(0,a.al3(n,s,new A.A(0,0,0+m.a,0+m.b),q,new A.arD(k),p.a))}, +n(){this.bp.saI(0,null) +this.hv()}, +cQ(a,b){var s,r,q=this.k3$ +if(q==null)return!1 +s=q.b +s.toString +s=t.r.a(s).a +r=s.a +s=s.b+7 +if(!new A.A(r,s,r+q.gv(q).a,s+(q.gv(q).b-14)).t(0,b))return!1 +return this.XO(a,b)}} +A.arB.prototype={ +$0(){return this.a.a}, +$S:116} +A.arC.prototype={ +$0(){return this.a.b}, +$S:451} +A.arD.prototype={ +$2(a,b){return a.dO(this.a,b)}, +$S:9} +A.Dq.prototype={ +ap(){return new A.Dr(new A.bp(null,t.B),null,null,B.n)}, +am2(a,b,c,d){return this.f.$4(a,b,c,d)}} +A.Dr.prototype={ +a7W(a){var s=a.b +if(s!=null&&s!==0)if(s>0)this.Lk() +else this.Li()}, +Li(){var s=this,r=$.a8.V$.z.i(0,s.r) +r=r==null?null:r.gW() +t.Qv.a(r) +if(r instanceof A.r3){r=r.ag +r===$&&A.b()}else r=!1 +if(r){r=s.d +r===$&&A.b() +r.el(0) +r=s.d +r.bD() +r=r.cO$ +r.b=!0 +r.a.push(s.gwM()) +s.e=s.f+1}}, +Lk(){var s=this,r=$.a8.V$.z.i(0,s.r) +r=r==null?null:r.gW() +t.Qv.a(r) +if(r instanceof A.r3){r=r.aK +r===$&&A.b()}else r=!1 +if(r){r=s.d +r===$&&A.b() +r.el(0) +r=s.d +r.bD() +r=r.cO$ +r.b=!0 +r.a.push(s.gwM()) +s.e=s.f-1}}, +abf(a){var s,r=this +if(a!==B.M)return +r.aF(new A.aoH(r)) +s=r.d +s===$&&A.b() +s.c7(0) +r.d.dA(r.gwM())}, +aW(){this.bb() +this.d=A.ct(B.L,null,B.j3,0,null,1,1,this)}, +aX(a){var s,r=this +r.bh(a) +if(r.a.e!==a.e){r.f=0 +r.e=null +s=r.d +s===$&&A.b() +s.c7(0) +r.d.dA(r.gwM())}}, +n(){var s=this.d +s===$&&A.b() +s.n() +this.ZM()}, +I(a){var s,r,q,p=this,o=null,n=B.f2.dQ(a),m=A.mL(A.aBA(A.tB(A.mU(o,o,o,new A.Yg(n,!0,o),B.E_),!0,o),p.ga5p()),1,1),l=A.mL(A.aBA(A.tB(A.mU(o,o,o,new A.a_J(n,!1,o),B.E_),!0,o),p.ga51()),1,1),k=p.a.e,j=A.a1(k).h("S<1,oQ>"),i=A.af(new A.S(k,new A.aoI(),j),!0,j.h("bd.E")) +j=p.a +k=j.c +s=j.d +r=p.d +r===$&&A.b() +q=p.f +return j.am2(a,k,s,A.es(!1,A.aAX(A.ld(o,new A.Ds(m,i,B.If.dQ(a),1/A.bU(a,B.cl,t.l).w.b,l,q,p.r),B.au,!1,o,o,o,o,p.ga7V(),o,o,o,o,o,o,o,o,o,o,o,o,o),B.eS,B.j3),r))}, +$ib5:1} +A.aoH.prototype={ +$0(){var s=this.a,r=s.e +r.toString +s.f=r +s.e=null}, +$S:0} +A.aoI.prototype={ +$1(a){return A.mL(a,1,1)}, +$S:443} +A.Yg.prototype={} +A.a_J.prototype={} +A.Wk.prototype={ +aJ(a,b){var s,r,q,p,o=b.b,n=this.c,m=n?1:-1,l=new A.i(o/4*m,0) +m=o/2 +s=new A.i(m,0).X(0,l) +r=new A.i(n?0:o,m).X(0,l) +q=new A.i(m,o).X(0,l) +p=$.a7().al() +p.sa4(0,this.b) +p.sdq(0,B.aI) +p.sh4(2) +p.sAx(B.kO) +p.sAy(B.kP) +a.n4(s,r,p) +a.n4(r,q,p)}, +eE(a){return!a.b.k(0,this.b)||a.c!==this.c}} +A.Ds.prototype={ +aO(a){var s=new A.r3(A.w(t.TC,t.x),this.w,this.e,this.f,0,null,null,A.ar()) +s.aN() +return s}, +aR(a,b){b.sakz(0,this.w) +b.safz(this.e) +b.safA(this.f)}, +ct(a){var s=t.h +return new A.Wr(A.w(t.TC,s),A.cF(s),this,B.R)}} +A.Wr.prototype={ +gW(){return t.l0.a(A.b9.prototype.gW.call(this))}, +OT(a,b){var s +switch(b.a){case 0:s=t.l0.a(A.b9.prototype.gW.call(this)) +s.b9=s.Of(s.b9,a,B.l6) +break +case 1:s=t.l0.a(A.b9.prototype.gW.call(this)) +s.bg=s.Of(s.bg,a,B.l7) +break}}, +ji(a,b){var s,r +if(b instanceof A.qV){this.OT(t.x.a(a),b) +return}if(b instanceof A.nb){s=t.l0.a(A.b9.prototype.gW.call(this)) +t.x.a(a) +r=b.a +r=r==null?null:r.gW() +t.Qv.a(r) +s.ib(a) +s.C8(a,r) +return}}, +jr(a,b,c){t.l0.a(A.b9.prototype.gW.call(this)).u0(t.x.a(a),t.Qv.a(c.a.gW()))}, +kq(a,b){var s +if(b instanceof A.qV){this.OT(null,b) +return}s=t.l0.a(A.b9.prototype.gW.call(this)) +t.x.a(a) +s.CH(a) +s.n5(a)}, +b5(a){var s,r,q,p,o=this.ok +o.gaY(o).ah(0,a) +o=this.k4 +o===$&&A.b() +s=o.length +r=this.p1 +q=0 +for(;q0){q=k.bg.b +q.toString +m=t.V +m.a(q) +l=k.b9.b +l.toString +m.a(l) +if(k.az!==r){q.a=new A.i(o.aA(),0) +q.e=!0 +r=o.aA() +q=k.bg +o.b=r+q.gv(q).a}if(k.az>0){l.a=B.f +l.e=!0}}else o.b=o.aA()-k.bc +r=k.az +k.ag=r!==j.c +k.aK=r>0 +k.id=s.a(A.t.prototype.ga5.call(k)).bC(new A.I(o.aA(),j.a))}, +aJ(a,b){this.b5(new A.arw(this,b,a))}, +fk(a){if(!(a.b instanceof A.fa))a.b=new A.fa(null,null,B.f)}, +cQ(a,b){var s,r,q=this.dV$ +for(s=t.V;q!=null;){r=q.b +r.toString +s.a(r) +if(!r.e){q=r.cC$ +continue}if(A.ayI(q,a,b))return!0 +q=r.cC$}if(A.ayI(this.b9,a,b))return!0 +if(A.ayI(this.bg,a,b))return!0 +return!1}, +aj(a){var s,r,q +this.ZT(a) +for(s=this.D,s=s.gaY(s),s=new A.cS(J.aj(s.a),s.b),r=A.k(s).z[1];s.q();){q=s.a;(q==null?r.a(q):q).aj(a)}}, +ab(a){var s,r,q +this.ZU(0) +for(s=this.D,s=s.gaY(s),s=new A.cS(J.aj(s.a),s.b),r=A.k(s).z[1];s.q();){q=s.a;(q==null?r.a(q):q).ab(0)}}, +fE(){this.b5(new A.arz(this))}, +b5(a){var s=this.b9 +if(s!=null)a.$1(s) +s=this.bg +if(s!=null)a.$1(s) +this.vj(a)}, +h2(a){this.b5(new A.arA(a))}} +A.arx.prototype={ +$1(a){var s,r +t.x.a(a) +s=this.b +r=a.cY(B.b1,t.k.a(A.t.prototype.ga5.call(s)).b,a.gc2()) +s=this.a +if(r>s.a)s.a=r}, +$S:7} +A.ary.prototype={ +$1(a){var s,r,q,p,o,n,m,l=this,k=l.a,j=++k.d +t.x.a(a) +s=a.b +s.toString +t.V.a(s) +s.e=!1 +r=l.b +if(a===r.b9||a===r.bg||k.c>r.az)return +if(k.c===0)if(j===r.es$+1)q=0 +else{j=r.bg +j=j.gv(j).a +q=j}else q=l.c +j=k.c===0?t.k.a(A.t.prototype.ga5.call(r)).b:l.d.aA() +p=k.a +a.bZ(new A.aP(0,j-q,p,p),!0) +if(k.b+q+a.gv(a).a>t.k.a(A.t.prototype.ga5.call(r)).b){++k.c +j=r.b9 +k.b=j.gv(j).a+r.bc +j=r.b9 +j=j.gv(j) +p=r.bg +p=p.gv(p) +o=l.d.aA() +n=k.a +a.bZ(new A.aP(0,o-(j.a+p.a),n,n),!0)}j=k.b +s.a=new A.i(j,0) +m=j+(a.gv(a).a+r.bc) +k.b=m +j=k.c +s.e=j===r.az +if(j===0){j=r.bg +l.d.b=m+j.gv(j).a}if(k.c===r.az)l.e.b=k.b}, +$S:7} +A.arw.prototype={ +$1(a){var s,r,q,p,o,n=this +t.x.a(a) +s=a.b +s.toString +t.V.a(s) +if(s.e){r=s.a.X(0,n.b) +q=n.c +q.dO(a,r) +if(s.aH$!=null||a===n.a.b9){s=q.gbK(q) +q=new A.i(a.gv(a).a,0).X(0,r) +p=new A.i(a.gv(a).a,a.gv(a).b).X(0,r) +o=$.a7().al() +o.sa4(0,n.a.aP) +s.n4(q,p,o)}}}, +$S:7} +A.arv.prototype={ +$2(a,b){return this.c.cg(a,b)}, +$S:10} +A.arz.prototype={ +$1(a){this.a.kp(t.x.a(a))}, +$S:7} +A.arA.prototype={ +$1(a){var s +t.x.a(a) +s=a.b +s.toString +if(t.V.a(s).e)this.a.$1(a)}, +$S:7} +A.qV.prototype={ +K(){return"_CupertinoTextSelectionToolbarItemsSlot."+this.b}} +A.Z2.prototype={} +A.Z3.prototype={ +ct(a){return A.J(A.fb(null))}} +A.Gu.prototype={ +ce(){this.dF() +this.dc() +this.fs()}, +n(){var s=this,r=s.bn$ +if(r!=null)r.J(0,s.gf3()) +s.bn$=null +s.aZ()}} +A.GE.prototype={ +aj(a){var s,r,q +this.eb(a) +s=this.ao$ +for(r=t.V;s!=null;){s.aj(a) +q=s.b +q.toString +s=r.a(q).aH$}}, +ab(a){var s,r,q +this.ec(0) +s=this.ao$ +for(r=t.V;s!=null;){s.ab(0) +q=s.b +q.toString +s=r.a(q).aH$}}} +A.a2C.prototype={} +A.mS.prototype={ +ap(){return new A.Dp(B.n)}} +A.Dp.prototype={ +a88(a){this.aF(new A.aoF(this))}, +a8a(a){this.aF(new A.aoG(this)) +this.a.d.$0()}, +a86(){this.aF(new A.aoE(this))}, +I(a){var s=this,r=null,q=s.a3i(a),p=s.d?B.Ib.dQ(a):B.D,o=A.a6G(B.Z,r,q,p,B.D,44,s.a.d,B.IX,1) +p=A.ld(r,o,B.au,!1,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,s.ga85(),s.ga87(),s.ga89()) +return p}, +a3i(a){var s,r=null,q=this.a,p=q.c +if(p!=null)return p +p=q.f +if(p==null){q=q.e +q.toString +q=A.aBB(a,q)}else q=p +this.a.toString +p=B.f2.dQ(a) +s=A.ej(q,r,B.bP,B.a2V.dH(p),r) +q=this.a.e +if(q==null)return s +switch(q.b.a){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:case 9:return s +case 8:q=B.f2.dQ(a) +p=$.a7().al() +p.sAx(B.kO) +p.sAy(B.kP) +p.sh4(1) +p.sdq(0,B.aI) +return A.is(A.mU(r,r,r,new A.Yq(q,p,r),B.F),13,13)}}} +A.aoF.prototype={ +$0(){return this.a.d=!0}, +$S:0} +A.aoG.prototype={ +$0(){return this.a.d=!1}, +$S:0} +A.aoE.prototype={ +$0(){return this.a.d=!1}, +$S:0} +A.Yq.prototype={ +aJ(a,b){var s,r,q,p,o,n=this.c +n.sa4(0,this.b) +a.cR(0) +s=b.a +r=b.b +a.ba(0,s/2,r/2) +s=-s/2 +r=-r/2 +q=$.a7().bd() +q.eS(0,s,r+3.5) +q.cz(0,s,r+1) +q.ad0(new A.i(s+1,r),B.D1) +q.cz(0,s+3.5,r) +s=new Float64Array(16) +p=new A.aN(s) +p.bl() +p.zE(1.5707963267948966) +for(o=0;o<4;++o){a.d0(q,n) +a.a7(0,s)}a.n4(B.Y3,B.XM,n) +a.n4(B.Y1,B.XL,n) +a.n4(B.Y2,B.XJ,n) +a.bH(0)}, +eE(a){return!a.b.k(0,this.b)}} +A.p_.prototype={ +giJ(){var s=this.c,r=this.a.a +s=B.cZ.k(0,r)?B.En:B.En.dH(r) +return s}, +gyU(){var s=this.f,r=this.a.a +s=B.cZ.k(0,r)?B.El:B.El.dH(r) +return s}, +gSL(){var s=B.a1x.dH(this.b) +return s}, +dQ(a){var s=this,r=s.a,q=r.a,p=q instanceof A.dg?q.dQ(a):q,o=r.b +if(o instanceof A.dg)o=o.dQ(a) +r=p.k(0,q)&&o.k(0,B.f1)?r:new A.FL(p,o) +return new A.p_(r,A.oZ(s.b,a),A.rh(s.c,a),A.rh(s.d,a),A.rh(s.e,a),A.rh(s.f,a),A.rh(s.r,a),A.rh(s.w,a),A.rh(s.x,a),A.rh(s.y,a))}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.O(b)!==A.r(r))return!1 +if(b instanceof A.p_)if(b.a.k(0,r.a))if(J.d(b.b,r.b))s=!0 +else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){var s=this +return A.K(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.FL.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.FL&&b.a.k(0,s.a)&&b.b.k(0,s.b)}, +gu(a){return A.K(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.Wt.prototype={} +A.KR.prototype={ +I(a){var s=null +return new A.DW(this,A.MB(this.d,A.aBw(this.c.gfZ(),s,s,s,s,s,s,s),s),s)}} +A.DW.prototype={ +cq(a){return!this.f.c.k(0,a.f.c)}} +A.t2.prototype={ +gfZ(){var s=this.b +return s==null?this.w.b:s}, +gmk(){var s=this.c +return s==null?this.w.c:s}, +gjA(){var s=null,r=this.d +if(r==null){r=this.w.r +r=new A.aoO(r.a,r.b,B.a9w,this.gfZ(),s,s,s,s,s,s,s,s)}return r}, +gmU(){var s=this.e +return s==null?this.w.d:s}, +gmw(){var s=this.f +return s==null?this.w.e:s}, +goI(){var s=this.r +return s==null?!1:s}, +dQ(a){var s,r=this,q=new A.a6O(a),p=r.glU(),o=q.$1(r.b),n=q.$1(r.c),m=r.d +m=m==null?null:m.dQ(a) +s=q.$1(r.e) +q=q.$1(r.f) +r.goI() +return A.aNr(p,o,n,m,s,q,!1,r.w.alE(a,r.d==null))}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.O(b)!==A.r(r))return!1 +if(b instanceof A.t2)if(b.glU()==r.glU())if(b.gfZ().k(0,r.gfZ()))if(b.gmk().k(0,r.gmk()))if(b.gjA().k(0,r.gjA()))if(b.gmU().k(0,r.gmU()))if(b.gmw().k(0,r.gmw())){b.goI() +r.goI() +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.glU(),q=s.gfZ(),p=s.gmk(),o=s.gjA(),n=s.gmU(),m=s.gmw() +s.goI() +return A.K(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.a6O.prototype={ +$1(a){return A.oZ(a,this.a)}, +$S:117} +A.Af.prototype={ +dQ(a){var s=this,r=new A.aez(a),q=s.glU(),p=r.$1(s.gfZ()),o=r.$1(s.gmk()),n=s.gjA() +n=n==null?null:n.dQ(a) +return new A.Af(q,p,o,n,r.$1(s.gmU()),r.$1(s.gmw()),s.goI())}, +glU(){return this.a}, +gfZ(){return this.b}, +gmk(){return this.c}, +gjA(){return this.d}, +gmU(){return this.e}, +gmw(){return this.f}, +goI(){return this.r}} +A.aez.prototype={ +$1(a){return A.oZ(a,this.a)}, +$S:117} +A.Ww.prototype={ +alE(a,b){var s,r,q=this,p=new A.aoJ(a),o=p.$1(q.b),n=p.$1(q.c),m=p.$1(q.d) +p=p.$1(q.e) +s=q.r +if(b){r=s.a +if(r instanceof A.dg)r=r.dQ(a) +s=s.b +s=new A.Wu(r,s instanceof A.dg?s.dQ(a):s)}return new A.Ww(q.a,o,n,m,p,!1,s)}} +A.aoJ.prototype={ +$1(a){return a instanceof A.dg?a.dQ(this.a):a}, +$S:84} +A.Wu.prototype={} +A.aoO.prototype={ +giJ(){return A.p_.prototype.giJ.call(this).dH(this.z)}, +gyU(){return A.p_.prototype.gyU.call(this).dH(this.z)}} +A.Wv.prototype={} +A.auR.prototype={ +$0(){return null}, +$S:433} +A.aud.prototype={ +$0(){var s=self,r=s.window.navigator.platform.toLowerCase() +if(B.c.bv(r,"mac"))return B.bA +if(B.c.bv(r,"win"))return B.cL +if(B.c.t(r,"iphone")||B.c.t(r,"ipad")||B.c.t(r,"ipod"))return B.ao +if(B.c.t(r,"android"))return B.aS +if(s.window.matchMedia("only screen and (pointer: fine)").matches)return B.cK +return B.aS}, +$S:118} +A.of.prototype={ +uv(a,b){var s=A.e7.prototype.gl.call(this,this) +s.toString +return J.aAJ(s)}, +j(a){return this.uv(a,B.ah)}} +A.te.prototype={} +A.LD.prototype={} +A.LB.prototype={} +A.bi.prototype={ +Rg(){var s,r,q,p,o,n,m,l=this.a +if(t.vp.b(l)){s=l.gSH(l) +r=l.j(0) +if(typeof s=="string"&&s!==r){q=r.length +p=J.a9(s) +if(q>p.gp(s)){o=B.c.pz(r,s) +if(o===q-p.gp(s)&&o>2&&B.c.T(r,o-2,o)===": "){n=B.c.T(r,0,o-2) +m=B.c.iB(n," Failed assertion:") +if(m>=0)n=B.c.T(n,0,m)+"\n"+B.c.bA(n,m+1) +l=p.GA(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.eX(l):" "+A.n(l) +l=B.c.GA(l) +return l.length===0?" ":l}, +gWm(){return A.aNN(new A.a9z(this).$0(),!0,B.cr)}, +cW(){return"Exception caught by "+this.c}, +j(a){A.aTv(null,B.Iu,this) +return""}} +A.a9z.prototype={ +$0(){return J.aMd(this.a.Rg().split("\n")[0])}, +$S:43} +A.pe.prototype={ +gSH(a){return this.j(0)}, +cW(){return"FlutterError"}, +j(a){var s,r,q=new A.cO(this.a,t.ow) +if(!q.ga_(q)){s=q.gL(q) +r=J.eK(s) +s=A.e7.prototype.gl.call(r,s) +s.toString +s=J.aAJ(s)}else s="FlutterError" +return s}, +$ioK:1} +A.a9A.prototype={ +$1(a){return A.be(a)}, +$S:421} +A.a9B.prototype={ +$1(a){return a+1}, +$S:65} +A.a9C.prototype={ +$1(a){return a+1}, +$S:65} +A.avg.prototype={ +$1(a){return B.c.t(a,"StackTrace.current")||B.c.t(a,"dart-sdk/lib/_internal")||B.c.t(a,"dart:sdk_internal")}, +$S:13} +A.Xo.prototype={} +A.Xq.prototype={} +A.Xp.prototype={} +A.I8.prototype={ +fX(){}, +np(){}, +aj9(a){var s;++this.c +s=a.$0() +s.iO(new A.a56(this)) +return s}, +GC(){}, +j(a){return""}} +A.a56.prototype={ +$0(){var s,r,q,p=this.a +if(--p.c<=0)try{p.Zz() +if(p.ry$.c!==0)p.Kf()}catch(q){s=A.ag(q) +r=A.aA(q) +p=A.be("while handling pending events") +A.cE(new A.bi(s,r,"foundation",p,null,!1))}}, +$S:15} +A.ae.prototype={} +A.CD.prototype={} +A.eo.prototype={ +U(a,b){var s,r,q,p,o=this +if(o.gda(o)===o.gcr().length){s=t.Nw +if(o.gda(o)===0)o.scr(A.ax(1,null,!1,s)) +else{r=A.ax(o.gcr().length*2,null,!1,s) +for(q=0;q0){r.gcr()[s]=null +r.si6(r.gi6()+1)}else r.wr(s) +break}}, +n(){this.scr($.aD()) +this.sda(0,0)}, +aE(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this +if(f.gda(f)===0)return +f.shA(f.ghA()+1) +p=f.gda(f) +for(s=0;s0){l=f.gda(f)-f.gi6() +if(l*2<=f.gcr().length){k=A.ax(l,null,!1,t.Nw) +for(j=0,s=0;s#"+A.bh(this)+"("+A.n(this.gl(this))+")"}} +A.yb.prototype={ +K(){return"DiagnosticLevel."+this.b}} +A.jR.prototype={ +K(){return"DiagnosticsTreeStyle."+this.b}} +A.ar_.prototype={} +A.er.prototype={ +uv(a,b){return this.mE(0)}, +j(a){return this.uv(a,B.ah)}} +A.e7.prototype={ +gl(a){this.a7d() +return this.at}, +a7d(){return}} +A.yc.prototype={} +A.Ld.prototype={} +A.ah.prototype={ +cW(){return"#"+A.bh(this)}, +uv(a,b){var s=this.cW() +return s}, +j(a){return this.uv(a,B.ah)}} +A.a7d.prototype={ +cW(){return"#"+A.bh(this)}} +A.iV.prototype={ +j(a){return this.TY(B.cr).mE(0)}, +cW(){return"#"+A.bh(this)}, +alV(a,b){return A.ax0(a,b,this)}, +TY(a){return this.alV(null,a)}} +A.Le.prototype={} +A.WN.prototype={} +A.fv.prototype={} +A.fy.prototype={} +A.o4.prototype={ +j(a){return"[#"+A.bh(this)+"]"}} +A.dx.prototype={ +k(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return A.k(this).h("dx").b(b)&&J.d(b.a,this.a)}, +gu(a){return A.K(A.r(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.k(this),r=s.h("dx.T"),q=this.a,p=A.bQ(r)===B.a5N?"<'"+A.n(q)+"'>":"<"+A.n(q)+">" +if(A.r(this)===A.bQ(s.h("dx")))return"["+p+"]" +return"["+A.bQ(r).j(0)+" "+p+"]"}} +A.ayM.prototype={} +A.i5.prototype={} +A.zv.prototype={} +A.b0.prototype={ +gwi(){var s,r=this,q=r.c +if(q===$){s=A.cF(r.$ti.c) +r.c!==$&&A.aK() +r.c=s +q=s}return q}, +B(a,b){this.b=!0 +this.gwi().a2(0) +return B.b.B(this.a,b)}, +a2(a){this.b=!1 +B.b.a2(this.a) +this.gwi().a2(0)}, +t(a,b){var s=this,r=s.a +if(r.length<3)return B.b.t(r,b) +if(s.b){s.gwi().R(0,r) +s.b=!1}return s.gwi().t(0,b)}, +ga6(a){var s=this.a +return new J.e2(s,s.length)}, +ga_(a){return this.a.length===0}, +gbT(a){return this.a.length!==0}, +ex(a,b){var s=this.a,r=A.a1(s) +return b?A.a(s.slice(0),r):J.ni(s.slice(0),r.c)}, +fH(a){return this.ex(a,!0)}} +A.yX.prototype={ +E(a,b){var s=this.a,r=s.i(0,b) +s.m(0,b,(r==null?0:r)+1)}, +B(a,b){var s=this.a,r=s.i(0,b) +if(r==null)return!1 +if(r===1)s.B(0,b) +else s.m(0,b,r-1) +return!0}, +t(a,b){return this.a.ai(0,b)}, +ga6(a){var s=this.a +return A.k4(s,s.r)}, +ga_(a){return this.a.a===0}, +gbT(a){return this.a.a!==0}} +A.As.prototype={ +al9(a,b,c){var s=this.a,r=s==null?$.Ha():s,q=r.ko(0,0,b,A.ic(b),c) +if(q===s)return this +return new A.As(q)}, +i(a,b){var s=this.a +if(s==null)return null +return s.q1(0,0,b,J.v(b))}} +A.atB.prototype={} +A.Xy.prototype={ +ko(a,b,c,d,e){var s,r,q,p,o=B.e.oy(d,b)&31,n=this.a,m=n[o] +if(m==null)m=$.Ha() +s=m.ko(0,b+5,c,d,e) +if(s===m)n=this +else{r=n.length +q=A.ax(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.aM2(p,a5+5,a6,a7,a8) +if(o===p)return c +a2=a.length +n=A.ax(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.a6q(a5) +a1.a[a]=$.Ha().ko(0,a5+5,a6,a7,a8) +return a1}else{h=2*s +g=2*i +f=A.ax(g+2,b,!1,t.X) +for(a=c.b,e=0;e>>0,f)}}}, +q1(a,b,c,d){var s,r,q,p,o=1<<(B.e.oy(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.q1(0,b+5,c,d) +if(c===q)return p +return null}, +a6q(a){var s,r,q,p,o,n,m,l=A.ax(32,null,!1,t.X) +for(s=this.a,r=a+5,q=this.b,p=0,o=0;o<32;++o)if((B.e.oy(s,o)&1)!==0){n=q[p] +m=p+1 +if(n==null)l[o]=q[m] +else l[o]=$.Ha().ko(0,r,n,J.v(n),q[m]) +p+=2}return new A.Xy(l)}} +A.DS.prototype={ +ko(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.Lu(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.ax(q,null,!1,t.X) +for(o=0;o>>0,k).ko(0,b,c,d,e)}, +q1(a,b,c,d){var s=this.Lu(c) +return s<0?null:this.b[s+1]}, +Lu(a){var s,r,q=this.b,p=q.length +for(s=J.he(a),r=0;r=s.a.length)s.CM(q) +B.B.eD(s.a,s.b,q,a) +s.b=s.b+r.gp(a)}, +r8(a,b,c){var s=this,r=c==null?s.e.length:c,q=s.b+(r-b) +if(q>=s.a.length)s.CM(q) +B.B.eD(s.a,s.b,q,a) +s.b=q}, +aav(a){return this.r8(a,0,null)}, +CM(a){var s=this.a,r=s.length,q=a==null?0:a,p=Math.max(q,r*2),o=new Uint8Array(p) +B.B.eD(o,0,r,s) +this.a=o}, +a9L(){return this.CM(null)}, +j5(a){var s=B.e.c0(this.b,a) +if(s!==0)this.r8($.aJQ(),0,a-s)}, +m2(){var s,r=this +if(r.c)throw A.c(A.a0("done() must not be called more than once on the same "+A.r(r).j(0)+".")) +s=A.Pr(r.a.buffer,0,r.b) +r.a=new Uint8Array(0) +r.c=!0 +return s}} +A.AJ.prototype={ +nR(a){return J.aLX(this.a,this.b++)}, +A4(a){var s=this.b,r=$.dP(),q=J.aLT(this.a,s,r) +this.b+=8 +return q}, +nS(a){var s=this.a,r=J.bs(s),q=J.mw(r.geJ(s),r.gf8(s)+this.b,a) +this.b+=a +return q}, +j5(a){var s=this.b,r=B.e.c0(s,a) +if(r!==0)this.b=s+(a-r)}} +A.jj.prototype={ +gu(a){var s=this +return A.K(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.O(b)!==A.r(s))return!1 +return b instanceof A.jj&&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.akt.prototype={ +$1(a){return a.length!==0}, +$S:13} +A.bl.prototype={ +oQ(a,b){return new A.ay($.an,this.$ti.h("ay<1>"))}, +mV(a){return this.oQ(a,null)}, +eX(a,b,c){var s=a.$1(this.a) +if(c.h("ai<0>").b(s))return s +return new A.bl(s,c.h("bl<0>"))}, +bF(a,b){return this.eX(a,null,b)}, +iO(a){var s,r,q,p,o,n=this +try{s=a.$0() +if(t.L0.b(s)){p=s.bF(new A.akN(n),n.$ti.c) +return p}return n}catch(o){r=A.ag(o) +q=A.aA(o) +p=A.aan(r,q,n.$ti.c) +return p}}, +$iai:1} +A.akN.prototype={ +$1(a){return this.a.a}, +$S(){return this.a.$ti.h("1(@)")}} +A.M9.prototype={ +K(){return"GestureDisposition."+this.b}} +A.d3.prototype={} +A.tt.prototype={ +af(a){this.a.oc(this.b,this.c,a)}} +A.w_.prototype={ +j(a){var s=this,r=s.a +r=r.length===0?""+"":""+new A.S(r,new A.apG(s),A.a1(r).h("S<1,j>")).bP(0,", ") +if(s.b)r+=" [open]" +if(s.c)r+=" [held]" +if(s.d)r+=" [hasPendingSweep]" +return r.charCodeAt(0)==0?r:r}} +A.apG.prototype={ +$1(a){if(a===this.a.e)return a.j(0)+" (eager winner)" +return a.j(0)}, +$S:415} +A.aau.prototype={ +ro(a,b,c){this.a.bf(0,b,new A.aaw(this,b)).a.push(c) +return new A.tt(this,b,c)}, +adV(a,b){var s=this.a.i(0,b) +if(s==null)return +s.b=!1 +this.Os(b,s)}, +IF(a){var s,r=this.a,q=r.i(0,a) +if(q==null)return +if(q.c){q.d=!0 +return}r.B(0,a) +r=q.a +if(r.length!==0){B.b.gL(r).hD(a) +for(s=1;s0.4){r.dy=B.i6 +r.af(B.bH)}else if(a.gp_().gxT()>A.oz(a.gcM(a),r.b))r.af(B.a8) +if(s>0.4&&r.dy===B.EL){r.dy=B.i6 +if(r.at!=null)r.cL("onStart",new A.a9Z(r,s))}}r.Aw(a)}, +hD(a){var s=this,r=s.dy +if(r===B.i5)r=s.dy=B.EL +if(s.at!=null&&r===B.i6)s.cL("onStart",new A.a9X(s))}, +t0(a){var s=this,r=s.dy,q=r===B.i6||r===B.a8A +if(r===B.i5){s.af(B.a8) +return}if(q&&s.ch!=null)if(s.ch!=null)s.cL("onEnd",new A.a9Y(s)) +s.dy=B.la}, +fF(a){this.iZ(a) +this.t0(a)}} +A.a9Z.prototype={ +$0(){var s=this.a,r=s.at +r.toString +s=s.db +s===$&&A.b() +return r.$1(new A.pj(s.b))}, +$S:0} +A.a9X.prototype={ +$0(){var s=this.a,r=s.at +r.toString +s.dx===$&&A.b() +s=s.db +s===$&&A.b() +return r.$1(new A.pj(s.b))}, +$S:0} +A.a9Y.prototype={ +$0(){var s=this.a,r=s.ch +r.toString +s=s.db +s===$&&A.b() +return r.$1(new A.pj(s.b))}, +$S:0} +A.Lc.prototype={ +gu(a){return A.K(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.O(b)!==A.r(this))return!1 +return b instanceof A.Lc&&b.a==this.a}, +j(a){return"DeviceGestureSettings(touchSlop: "+A.n(this.a)+")"}} +A.hq.prototype={ +j(a){return"#"+A.bh(this)+"("+this.a.j(0)+")"}} +A.wD.prototype={} +A.Ea.prototype={ +ci(a,b){return this.a.FL(b)}} +A.wi.prototype={ +ci(a,b){var s,r,q,p,o=new Float64Array(16),n=new A.aN(o) +n.dE(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.lf.prototype={ +a3F(){var s,r,q,p,o=this.c +if(o.length===0)return +s=this.b +r=B.b.gY(s) +for(q=o.length,p=0;p":B.b.bP(s,", "))+")"}} +A.tZ.prototype={} +A.zH.prototype={} +A.tY.prototype={} +A.h_.prototype={ +hQ(a){var s,r=this +switch(a.gdG(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.o4(a)}, +Ep(){var s,r=this +r.af(B.bH) +r.k2=!0 +s=r.CW +s.toString +r.Io(s) +r.a0V()}, +RQ(a){var s,r=this +if(!a.gqx()){if(t.c.b(a)){s=a.gcM(a) +$.kO() +s=new A.jr(s,new A.km(),A.ax(20,null,!1,t.av)) +r.bz=s +s.oF(a.ghX(a),a.gdh())}if(t.n2.b(a)){s=r.bz +s.toString +s.oF(a.ghX(a),a.gdh())}}if(t.oN.b(a)){if(r.k2)r.a0T(a) +else r.af(B.a8) +r.CL()}else if(t.Ko.b(a)){r.Jr() +r.CL()}else if(t.c.b(a)){r.k3=new A.f5(a.gdh(),a.gbN(a)) +r.k4=a.gdG(a) +r.a0S(a)}else if(t.n2.b(a))if(a.gdG(a)!==r.k4&&!r.k2){r.af(B.a8) +s=r.CW +s.toString +r.iZ(s)}else if(r.k2)r.a0U(a)}, +a0S(a){this.k3.toString +this.e.i(0,a.gbG()).toString +switch(this.k4){case 1:break +case 2:break +case 4:break}}, +Jr(){var s,r=this +if(r.ch===B.ff)switch(r.k4){case 1:s=r.p1 +if(s!=null)r.cL("onLongPressCancel",s) +break +case 2:break +case 4:break}}, +a0V(){var s,r,q=this +switch(q.k4){case 1:if(q.p3!=null){s=q.k3 +r=s.b +s=s.a +q.cL("onLongPressStart",new A.ad4(q,new A.tZ(r,s)))}s=q.p2 +if(s!=null)q.cL("onLongPress",s) +break +case 2:break +case 4:break}}, +a0U(a){var s=this,r=a.gbN(a),q=a.gdh(),p=a.gbN(a).a1(0,s.k3.b) +a.gdh().a1(0,s.k3.a) +switch(s.k4){case 1:if(s.p4!=null)s.cL("onLongPressMoveUpdate",new A.ad3(s,new A.zH(r,q,p))) +break +case 2:break +case 4:break}}, +a0T(a){var s,r=this,q=r.bz.uV(),p=q==null?B.cN:new A.iD(q.a) +a.gbN(a) +s=a.gdh() +r.bz=null +switch(r.k4){case 1:if(r.RG!=null)r.cL("onLongPressEnd",new A.ad2(r,new A.tY(s,p))) +s=r.R8 +if(s!=null)r.cL("onLongPressUp",s) +break +case 2:break +case 4:break}}, +CL(){var s=this +s.k2=!1 +s.bz=s.k4=s.k3=null}, +af(a){var s=this +if(a===B.a8)if(s.k2)s.CL() +else s.Jr() +s.In(a)}, +hD(a){}} +A.ad4.prototype={ +$0(){return this.a.p3.$1(this.b)}, +$S:0} +A.ad3.prototype={ +$0(){return this.a.p4.$1(this.b)}, +$S:0} +A.ad2.prototype={ +$0(){return this.a.RG.$1(this.b)}, +$S:0} +A.mj.prototype={ +i(a,b){return this.c[b+this.a]}, +m(a,b,c){this.c[b+this.a]=c}, +aq(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.pw(A.af(new A.S(s,new A.afA(),r),!0,r.h("bd.E")),"[","]") +r=this.b +r===$&&A.b() +return"PolynomialFit("+q+", confidence: "+B.d.ad(r,3)+")"}} +A.afA.prototype={ +$1(a){return B.d.U1(a,3)}, +$S:369} +A.N8.prototype={ +HY(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.afz(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.mj(c*a5,a5,q).aq(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.H(r,-q,q) +return new A.hm(new A.iD(new A.i(0,p)),p)}, +C5(a,b){var s=this.k3 +s===$&&A.b() +return Math.abs(s)>A.oz(a,this.b)}, +qS(a){return new A.i(0,a.b)}, +qT(a){return a.b}} +A.j0.prototype={ +Bp(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.oz(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.H(r,-q,q) +return new A.hm(new A.iD(new A.i(p,0)),p)}, +C5(a,b){var s=this.k3 +s===$&&A.b() +return Math.abs(s)>A.oz(a,this.b)}, +qS(a){return new A.i(a.a,0)}, +qT(a){return a.a}} +A.jc.prototype={ +Bp(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.oz(b,o.b) +r=a.a +if(!(r.gxT()>n*n&&a.d.gxT()>s*s))return null +q=o.db +if(q==null)q=50 +p=o.dx +if(p==null)p=8000 +return new A.hm(new A.iD(r).adK(q,p),null)}, +C5(a,b){var s=this.k3 +s===$&&A.b() +return Math.abs(s)>A.azm(a,this.b)}, +qS(a){return a}, +qT(a){return null}} +A.Wh.prototype={ +a8c(){this.a=!0}} +A.wz.prototype={ +iZ(a){if(this.r){this.r=!1 +$.fs.cK$.Ty(this.b,a)}}, +Sp(a,b){return a.gbN(a).a1(0,this.d).gd_()<=b}} +A.iY.prototype={ +hQ(a){var s,r=this +if(r.y==null)if(r.r==null&&!0)return!1 +s=r.o4(a) +if(!s)r.mM() +return s}, +hE(a){var s=this,r=s.y +if(r!=null)if(!r.Sp(a,100))return +else{r=s.y +if(!r.f.a||a.gdG(a)!==r.e){s.mM() +return s.Oq(a)}}s.Oq(a)}, +Oq(a){var s,r,q,p,o,n,m=this +m.NT() +s=$.fs.ar$.ro(0,a.gbG(),m) +r=a.gbG() +q=a.gbN(a) +p=a.gdG(a) +o=new A.Wh() +A.c7(B.IJ,o.ga8b()) +n=new A.wz(r,s,q,p,o) +m.z.m(0,a.gbG(),n) +o=a.gbR(a) +if(!n.r){n.r=!0 +$.fs.cK$.Pm(r,m.gwh(),o)}}, +a7u(a){var s,r=this,q=r.z,p=q.i(0,a.gbG()) +p.toString +if(t.oN.b(a)){s=r.y +if(s==null){if(r.x==null)r.x=A.c7(B.d0,r.ga7v()) +s=p.b +$.fs.ar$.ahV(s) +p.iZ(r.gwh()) +q.B(0,s) +r.JD() +r.y=p}else{s=s.c +s.a.oc(s.b,s.c,B.bH) +s=p.c +s.a.oc(s.b,s.c,B.bH) +p.iZ(r.gwh()) +q.B(0,p.b) +q=r.r +if(q!=null)r.cL("onDoubleTap",q) +r.mM()}}else if(t.n2.b(a)){if(!p.Sp(a,18))r.r6(p)}else if(t.Ko.b(a))r.r6(p)}, +hD(a){}, +fF(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.r6(q)}, +r6(a){var s,r=this,q=r.z +q.B(0,a.b) +s=a.c +s.a.oc(s.b,s.c,B.a8) +a.iZ(r.gwh()) +s=r.y +if(s!=null)if(a===s)r.mM() +else{r.Jm() +if(q.a===0)r.mM()}}, +n(){this.mM() +this.Ie()}, +mM(){var s,r=this +r.NT() +if(r.y!=null){if(r.z.a!==0)r.Jm() +s=r.y +s.toString +r.y=null +r.r6(s) +$.fs.ar$.aln(0,s.b)}r.JD()}, +JD(){var s=this.z +s=s.gaY(s) +B.b.ah(A.af(s,!0,A.k(s).h("l.E")),this.ga9w())}, +NT(){var s=this.x +if(s!=null){s.b8(0) +this.x=null}}, +Jm(){}} +A.afu.prototype={ +Pm(a,b,c){J.eW(this.a.bf(0,a,new A.afw()),b,c)}, +Ty(a,b){var s,r=this.a,q=r.i(0,a) +q.toString +s=J.bN(q) +s.B(q,b) +if(s.ga_(q))r.B(0,a)}, +a21(a,b,c){var s,r,q,p +try{b.$1(a.bk(c))}catch(q){s=A.ag(q) +r=A.aA(q) +p=A.be("while routing a pointer event") +A.cE(new A.bi(s,r,"gesture library",p,null,!1))}}, +TT(a){var s=this,r=s.a.i(0,a.gbG()),q=s.b,p=t.Ld,o=t.iD,n=A.pG(q,p,o) +if(r!=null)s.K5(a,r,A.pG(r,p,o)) +s.K5(a,q,n)}, +K5(a,b,c){c.ah(0,new A.afv(this,b,a))}} +A.afw.prototype={ +$0(){return A.w(t.Ld,t.iD)}, +$S:367} +A.afv.prototype={ +$2(a,b){if(J.mx(this.b,a))this.a.a21(this.c,a,b)}, +$S:366} +A.afx.prototype={ +Tr(a,b,c){if(this.a!=null)return +this.b=b +this.a=c}, +af(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.ag(p) +r=A.aA(p) +n=A.be("while resolving a PointerSignalEvent") +A.cE(new A.bi(s,r,"gesture library",n,null,!1))}o.b=o.a=null}} +A.Ln.prototype={ +K(){return"DragStartBehavior."+this.b}} +A.cP.prototype={ +Dx(a){}, +xa(a){var s=this +s.e.m(0,a.gbG(),a.gcM(a)) +if(s.hQ(a))s.hE(a) +else s.pq(a)}, +hE(a){}, +pq(a){}, +hQ(a){var s=this.c +return(s==null||s.t(0,a.gcM(a)))&&this.d.$1(a.gdG(a))}, +aiF(a){var s=this.c +return s==null||s.t(0,a.gcM(a))}, +n(){}, +Sh(a,b,c){var s,r,q,p,o=null +try{o=b.$0()}catch(q){s=A.ag(q) +r=A.aA(q) +p=A.be("while handling a gesture") +A.cE(new A.bi(s,r,"gesture",p,null,!1))}return o}, +cL(a,b){return this.Sh(a,b,null,t.z)}, +air(a,b,c){return this.Sh(a,b,c,t.z)}} +A.Al.prototype={ +hE(a){this.vg(a.gbG(),a.gbR(a))}, +pq(a){this.af(B.a8)}, +hD(a){}, +fF(a){}, +af(a){var s,r=this.f,q=A.af(r.gaY(r),!0,t.C) +r.a2(0) +for(r=q.length,s=0;s18 +else s=!1 +if(p.cy){r=p.ay +q=r!=null&&p.KB(a)>r}else q=!1 +if(t.n2.b(a))r=s||q +else r=!1 +if(r){p.af(B.a8) +r=p.CW +r.toString +p.iZ(r)}else p.RQ(a)}p.Aw(a)}, +Ep(){}, +hD(a){if(a===this.CW){this.lN() +this.cy=!0}}, +fF(a){var s=this +if(a===s.CW&&s.ch===B.ff){s.lN() +s.ch=B.Jw}}, +t0(a){var s=this +s.lN() +s.ch=B.c3 +s.cx=null +s.cy=!1}, +n(){this.lN() +this.lA()}, +lN(){var s=this.db +if(s!=null){s.b8(0) +this.db=null}}, +KB(a){return a.gbN(a).a1(0,this.cx.b).gd_()}} +A.afI.prototype={ +$0(){this.a.Ep() +return null}, +$S:0} +A.f5.prototype={ +X(a,b){return new A.f5(this.a.X(0,b.a),this.b.X(0,b.b))}, +a1(a,b){return new A.f5(this.a.a1(0,b.a),this.b.a1(0,b.b))}, +j(a){return"OffsetPair(local: "+this.a.j(0)+", global: "+this.b.j(0)+")"}} +A.XB.prototype={} +A.vf.prototype={} +A.vg.prototype={} +A.I7.prototype={ +hE(a){var s=this +if(s.ch===B.c3){if(s.k4!=null&&s.ok!=null)s.rf() +s.k4=a}if(s.k4!=null)s.Xu(a)}, +vg(a,b){this.Xp(a,b)}, +RQ(a){var s,r,q=this +if(t.oN.b(a)){q.ok=a +q.Jw()}else if(t.Ko.b(a)){q.af(B.a8) +if(q.k2){s=q.k4 +s.toString +q.yl(a,s,"")}q.rf()}else{s=a.gdG(a) +r=q.k4 +if(s!==r.gdG(r)){q.af(B.a8) +s=q.CW +s.toString +q.iZ(s)}}}, +af(a){var s,r=this +if(r.k3&&a===B.a8){s=r.k4 +s.toString +r.yl(null,s,"spontaneous") +r.rf()}r.In(a)}, +Ep(){this.O_()}, +hD(a){var s=this +s.Io(a) +if(a===s.CW){s.O_() +s.k3=!0 +s.Jw()}}, +fF(a){var s,r=this +r.Xv(a) +if(a===r.CW){if(r.k2){s=r.k4 +s.toString +r.yl(null,s,"forced")}r.rf()}}, +O_(){var s,r=this +if(r.k2)return +s=r.k4 +s.toString +r.RS(s) +r.k2=!0}, +Jw(){var s,r,q=this +if(!q.k3||q.ok==null)return +s=q.k4 +s.toString +r=q.ok +r.toString +q.RT(s,r) +q.rf()}, +rf(){var s=this +s.k3=s.k2=!1 +s.k4=s.ok=null}} +A.h5.prototype={ +hQ(a){var s=this +switch(a.gdG(a)){case 1:if(s.av==null&&s.bt==null&&s.aM==null&&s.bL==null)return!1 +break +case 2:if(s.bz==null&&s.D==null&&s.ag==null&&s.aK==null)return!1 +break +case 4:return!1 +break +default:return!1}return s.o4(a)}, +RS(a){var s,r=this,q=a.gbN(a),p=a.gdh() +r.e.i(0,a.gbG()).toString +s=new A.vf(q,p) +switch(a.gdG(a)){case 1:if(r.av!=null)r.cL("onTapDown",new A.akT(r,s)) +break +case 2:if(r.D!=null)r.cL("onSecondaryTapDown",new A.akU(r,s)) +break +case 4:break}}, +RT(a,b){var s,r,q=this +b.gcM(b) +b.gbN(b) +b.gdh() +s=new A.vg() +switch(a.gdG(a)){case 1:if(q.aM!=null)q.cL("onTapUp",new A.akV(q,s)) +r=q.bt +if(r!=null)q.cL("onTap",r) +break +case 2:if(q.ag!=null)q.cL("onSecondaryTapUp",new A.akW(q,s)) +if(q.bz!=null)q.cL("onSecondaryTap",new A.akX(q)) +break +case 4:break}}, +yl(a,b,c){var s,r=this,q=c===""?c:c+" " +switch(b.gdG(b)){case 1:s=r.bL +if(s!=null)r.cL(q+"onTapCancel",s) +break +case 2:s=r.aK +if(s!=null)r.cL(q+"onSecondaryTapCancel",s) +break +case 4:break}}} +A.akT.prototype={ +$0(){return this.a.av.$1(this.b)}, +$S:0} +A.akU.prototype={ +$0(){return this.a.D.$1(this.b)}, +$S:0} +A.akV.prototype={ +$0(){return this.a.aM.$1(this.b)}, +$S:0} +A.akW.prototype={ +$0(){return this.a.ag.$1(this.b)}, +$S:0} +A.akX.prototype={ +$0(){return this.a.bz.$0()}, +$S:0} +A.DA.prototype={ +K(){return"_DragState."+this.b}} +A.C2.prototype={} +A.C5.prototype={} +A.C4.prototype={} +A.C6.prototype={} +A.C3.prototype={} +A.FD.prototype={ +hP(a){var s,r,q=this +if(t.n2.b(a)){s=A.oz(a.gcM(a),q.b) +r=q.y5$ +if(a.gbN(a).a1(0,r.b).gd_()>s){q.vD() +q.tp$=q.tn$=null}}else if(t.oN.b(a)){q.pm$=a +if(q.kY$!=null){q.vD() +if(q.nc$==null)q.nc$=A.c7(B.d0,q.ga1l())}}else if(t.Ko.b(a))q.wQ()}, +fF(a){this.wQ()}, +a6l(a){var s=this.tn$ +s.toString +if(a===s)return!0 +else return!1}, +a6N(a){var s=this.tp$ +if(s==null)return!1 +return a.a1(0,s).gd_()<=100}, +vD(){var s=this.nc$ +if(s!=null){s.b8(0) +this.nc$=null}}, +a1m(){}, +wQ(){var s,r=this +r.vD() +r.tp$=r.y5$=r.tn$=null +r.k_$=0 +r.pm$=r.kY$=null +s=r.y7$ +if(s!=null)s.$0()}} +A.xo.prototype={ +a4i(){var s=this +if(s.cy!=null)s.cL("onDragUpdate",new A.a52(s)) +s.p2=s.p3=null}, +hQ(a){var s=this +if(s.fy==null)switch(a.gdG(a)){case 1:if(s.ch==null&&s.cx==null&&s.cy==null&&s.db==null&&s.CW==null&&s.dx==null)return!1 +break +default:return!1}else if(a.gbG()!==s.fy)return!1 +return s.o4(a)}, +hE(a){var s,r=this +if(r.k1===B.eK){r.YF(a) +r.fy=a.gbG() +r.ok=r.k4=0 +r.k1=B.l9 +s=a.gbN(a) +r.k3=new A.f5(a.gdh(),s) +r.go=A.c7(B.aG,new A.a53(r,a))}}, +pq(a){if(a.gdG(a)!==1)if(!this.fx)this.Im(a)}, +hD(a){var s,r=this +if(a!==r.fy)return +r.wO() +r.p4.E(0,a) +s=r.kY$ +if(s!=null)r.Ju(s) +r.fx=!0 +s=r.k2 +if(s!=null)r.AW(s) +s=r.pm$ +if(s!=null)r.Jv(s)}, +t0(a){var s,r=this +switch(r.k1.a){case 0:r.O0() +r.af(B.a8) +break +case 1:if(r.dy)if(r.fx){if(r.kY$!=null){if(!r.p4.B(0,a))r.zC(a,B.a8) +r.k1=B.i4 +s=r.kY$ +s.toString +r.AW(s) +r.Jo()}}else{r.O0() +r.af(B.a8)}else{s=r.pm$ +if(s!=null)r.Jv(s)}break +case 2:r.Jo() +break}r.wO() +r.k1=B.eK +r.dy=!1}, +hP(a){var s,r,q,p,o,n,m=this +if(a.gbG()!==m.fy)return +m.Zu(a) +if(t.n2.b(a)){s=A.oz(a.gcM(a),m.b) +if(!m.dy){r=m.k3 +r===$&&A.b() +r=a.gbN(a).a1(0,r.b).gd_()>s}else r=!0 +m.dy=r +r=m.k1 +if(r===B.i4)m.Jp(a) +else if(r===B.l9){if(m.k2==null){if(a.gbR(a)==null)q=null +else{r=a.gbR(a) +r.toString +q=A.pP(r)}p=m.O1(a.gke()) +r=m.k4 +r===$&&A.b() +o=A.uq(q,null,p,a.gdh()).gd_() +n=m.O2(p) +m.k4=r+o*J.hg(n==null?1:n) +r=m.ok +r===$&&A.b() +m.ok=r+A.uq(q,null,a.gke(),a.gdh()).gd_()*B.e.gql(1) +if(!m.O3(a.gcM(a)))r=m.fx&&Math.abs(m.ok)>A.azm(a.gcM(a),m.b) +else r=!0 +if(r){m.k2=a +m.k1=B.i4 +if(!m.fx)m.af(B.bH)}}r=m.k2 +if(r!=null)m.AW(r)}}else if(t.oN.b(a)){r=m.k1 +if(r===B.l9)m.Aw(a) +else if(r===B.i4)m.D6(a.gbG())}else if(t.Ko.b(a)){m.k1=B.eK +m.D6(a.gbG())}}, +fF(a){var s=this +if(a!==s.fy)return +s.Zv(a) +s.wO() +s.D6(a) +s.wx() +s.ww()}, +n(){this.wO() +this.ww() +this.YG()}, +AW(a){var s,r,q,p,o,n=this +if(!n.fx)return +if(n.at===B.au){s=n.k3 +s===$&&A.b() +r=a.gp_() +n.k3=s.X(0,new A.f5(a.gke(),r))}n.a0Q(a) +if(!a.gke().k(0,B.f)){if(a.gbR(a)!=null){s=a.gbR(a) +s.toString +q=A.pP(s)}else q=null +s=n.k3 +s===$&&A.b() +p=s.a.X(0,a.gke()) +o=A.uq(q,null,a.gke(),p) +s=a.gke() +n.p1=n.k3.X(0,new A.f5(s,o)) +n.Jp(a) +n.p1=null}}, +Ju(a){var s,r,q,p,o=this +if(o.fr)return +s=a.gbN(a) +r=a.gdh() +q=o.e.i(0,a.gbG()) +q.toString +p=o.k_$ +if(o.ch!=null)o.cL("onTapDown",new A.a50(o,new A.C2(s,r,q,p))) +o.fr=!0}, +Jv(a){var s,r,q,p,o=this +if(!o.fx)return +s=a.gcM(a) +r=a.gbN(a) +q=a.gdh() +p=o.k_$ +if(o.CW!=null)o.cL("onTapUp",new A.a51(o,new A.C5(r,q,s,p))) +o.wx() +if(!o.p4.B(0,a.gbG()))o.zC(a.gbG(),B.a8)}, +a0Q(a){var s,r,q,p=this +if(p.cx!=null){s=a.ghX(a) +r=p.k3 +r===$&&A.b() +q=p.e.i(0,a.gbG()) +q.toString +p.cL("onDragStart",new A.a4Z(p,new A.C4(s,r.b,r.a,q,p.k_$)))}p.k2=null}, +Jp(a){var s,r,q,p,o,n,m=this,l=m.p1,k=l!=null?l.b:a.gbN(a) +l=m.p1 +s=l!=null?l.a:a.gdh() +l=a.ghX(a) +r=a.gke() +q=m.e.i(0,a.gbG()) +q.toString +p=m.k3 +p===$&&A.b() +p=k.a1(0,p.b) +o=s.a1(0,m.k3.a) +n=m.k_$ +if(m.cy!=null)m.cL("onDragUpdate",new A.a5_(m,new A.C6(l,r,k,s,q,p,o,n)))}, +Jo(){var s=this,r=s.p3 +if(r!=null){r.b8(0) +s.a4i()}r=s.k_$ +if(s.db!=null)s.cL("onDragEnd",new A.a4Y(s,new A.C3(0,r))) +s.wx() +s.ww()}, +O0(){var s,r=this +if(!r.fr)return +s=r.dx +if(s!=null)r.cL("onCancel",s) +r.ww() +r.wx()}, +D6(a){this.iZ(a) +if(!this.p4.B(0,a))this.zC(a,B.a8)}, +wx(){this.fx=this.fr=!1 +this.fy=null}, +ww(){return}, +wO(){var s=this.go +if(s!=null){s.b8(0) +this.go=null}}} +A.a52.prototype={ +$0(){var s=this.a,r=s.cy +r.toString +s=s.p2 +s.toString +return r.$1(s)}, +$S:0} +A.a53.prototype={ +$0(){var s=this.a,r=s.kY$ +if(r!=null){s.Ju(r) +if(s.k_$>1)s.af(B.bH)}return null}, +$S:0} +A.a50.prototype={ +$0(){return this.a.ch.$1(this.b)}, +$S:0} +A.a51.prototype={ +$0(){return this.a.CW.$1(this.b)}, +$S:0} +A.a4Z.prototype={ +$0(){return this.a.cx.$1(this.b)}, +$S:0} +A.a5_.prototype={ +$0(){return this.a.cy.$1(this.b)}, +$S:0} +A.a4Y.prototype={ +$0(){return this.a.db.$1(this.b)}, +$S:0} +A.kp.prototype={ +O3(a){var s=this.k4 +s===$&&A.b() +return Math.abs(s)>A.oz(a,this.b)}, +O1(a){return new A.i(a.a,0)}, +O2(a){return a.a}} +A.kq.prototype={ +O3(a){var s=this.k4 +s===$&&A.b() +return Math.abs(s)>A.azm(a,this.b)}, +O1(a){return a}, +O2(a){return null}} +A.D3.prototype={ +hE(a){var s,r=this +r.vl(a) +s=r.nc$ +if(s!=null&&s.b==null)r.wQ() +r.pm$=null +if(r.kY$!=null)s=!(r.nc$!=null&&r.a6N(a.gbN(a))&&r.a6l(a.gdG(a))) +else s=!1 +if(s)r.k_$=1 +else ++r.k_$ +r.vD() +r.kY$=a +r.tn$=a.gdG(a) +r.tp$=a.gbN(a) +r.y5$=new A.f5(a.gdh(),a.gbN(a)) +s=r.y6$ +if(s!=null)s.$0()}, +n(){this.wQ() +this.lA()}} +A.a0Q.prototype={} +A.a0R.prototype={} +A.a0S.prototype={} +A.a0T.prototype={} +A.a0U.prototype={} +A.VW.prototype={ +af(a){this.a.abk(this.b,a)}, +$itt:1} +A.qU.prototype={ +hD(a){var s,r,q,p,o=this +o.O6() +if(o.e==null){s=o.b[0] +o.e=s}for(s=o.b,r=s.length,q=0;qb*b)return new A.iD(s.iQ(0,s.gd_()).aq(0,b)) +if(r40)return B.l5 +s=t.up +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.N8(o,r,p).HY(2) +if(d!=null){c=new A.N8(o,q,p).HY(2) +if(c!=null){s=d.a[1] +g=c.a[1] +b=d.b +b===$&&A.b() +a=c.b +a===$&&A.b() +return new A.o6(new A.i(s*1000,g*1000),b*a,new A.b1(l-k.a.a),m.b.a1(0,k.b))}}}return new A.o6(B.f,1,new A.b1(l-k.a.a),m.b.a1(0,k.b))}} +A.ps.prototype={ +oF(a,b){var s=this,r=s.b +r.kB(0) +r.cj(0) +r=(s.d+1)%20 +s.d=r +s.e[r]=new A.Ey(a,b)}, +or(a){var s,r,q=this.d+a,p=B.e.c0(q,20),o=B.e.c0(q-1,20) +q=this.e +s=q[p] +r=q[o] +if(s==null||r==null)return B.f +q=s.a.a-r.a.a +return q>0?s.b.a1(0,r.b).aq(0,1000).iQ(0,q/1000):B.f}, +uV(){var s,r,q,p,o,n,m=this +if(m.b.gEI()>40)return B.l5 +s=m.or(-2).aq(0,0.6).X(0,m.or(-1).aq(0,0.35)).X(0,m.or(0).aq(0,0.05)) +r=m.e +q=m.d +p=r[q] +for(o=null,n=1;n<=20;++n){o=r[B.e.c0(q+n,20)] +if(o!=null)break}if(o==null||p==null)return B.EA +else return new A.o6(s,1,new A.b1(p.a.a-o.a.a),p.b.a1(0,o.b))}} +A.u_.prototype={ +uV(){var s,r,q,p,o,n,m=this +if(m.b.gEI()>40)return B.l5 +s=m.or(-2).aq(0,0.15).X(0,m.or(-1).aq(0,0.65)).X(0,m.or(0).aq(0,0.2)) +r=m.e +q=m.d +p=r[q] +for(o=null,n=1;n<=20;++n){o=r[B.e.c0(q+n,20)] +if(o!=null)break}if(o==null||p==null)return B.EA +else return new A.o6(s,1,new A.b1(p.a.a-o.a.a),p.b.a1(0,o.b))}} +A.V6.prototype={ +I(a){var s=this +return A.aCI(null,s.c,new A.anc(s,a),s.f,s.BQ(a))}} +A.anc.prototype={ +$0(){this.a.Cs(this.b)}, +$S:0} +A.vH.prototype={ +I(a){var s,r,q,p +a.au(t.vH) +s=A.ap(a) +r=this.c.$1(s.R8) +if(r!=null)return r.$1(a) +q=this.d.$1(a) +switch(A.br().a){case 0:s=A.ed(a,B.cM,t.c4) +s.toString +p=this.e.$1(s) +break +case 1:case 3:case 5:case 2:case 4:p=null +break +default:p=null}return A.aCH(q,p)}} +A.HZ.prototype={ +I(a){return new A.vH(new A.a4O(),new A.a4P(),new A.a4Q(),null)}} +A.a4O.prototype={ +$1(a){return a==null?null:a.a}, +$S:81} +A.a4P.prototype={ +$1(a){return B.n5}, +$S:79} +A.a4Q.prototype={ +$1(a){return a.gaB()}, +$S:78} +A.HX.prototype={ +Cs(a){return A.aDA(a)}, +BQ(a){var s=A.ed(a,B.cM,t.c4) +s.toString +return s.gaB()}} +A.Lp.prototype={ +I(a){return new A.vH(new A.a7K(),new A.a7L(),new A.a7M(),null)}} +A.a7K.prototype={ +$1(a){return a==null?null:a.c}, +$S:81} +A.a7L.prototype={ +$1(a){return B.n6}, +$S:79} +A.a7M.prototype={ +$1(a){return a.ga8()}, +$S:78} +A.Lo.prototype={ +Cs(a){var s,r,q=A.Bn(a),p=q.e +if(p.ga0()!=null){s=q.x +r=s.y +s=r==null?A.k(s).h("cG.T").a(r):r}else s=!1 +if(s)p.ga0().aQ(0) +q=q.d.ga0() +if(q!=null)q.akv(0) +return null}, +BQ(a){var s=A.ed(a,B.cM,t.c4) +s.toString +return s.ga8()}} +A.Lw.prototype={ +I(a){return new A.vH(new A.a8L(),new A.a8M(),new A.a8N(),null)}} +A.a8L.prototype={ +$1(a){return a==null?null:a.d}, +$S:81} +A.a8M.prototype={ +$1(a){return B.n6}, +$S:79} +A.a8N.prototype={ +$1(a){return a.ga8()}, +$S:78} +A.Lv.prototype={ +Cs(a){var s,r,q=A.Bn(a),p=q.d +if(p.ga0()!=null){s=q.w +r=s.y +s=r==null?A.k(s).h("cG.T").a(r):r}else s=!1 +if(s)p.ga0().aQ(0) +q=q.e.ga0() +if(q!=null)q.akv(0) +return null}, +BQ(a){var s=A.ed(a,B.cM,t.c4) +s.toString +return s.ga8()}} +A.rq.prototype={ +gu(a){var s=this +return A.cy([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.O(b)!==A.r(this))return!1 +if(b instanceof A.rq)s=!0 +else s=!1 +return s}} +A.V8.prototype={} +A.Hp.prototype={ +I(a){var s,r,q=this,p=q.c.length===0 +if(p)return B.av +s=J.Hk(A.aMi(a,q.c)) +switch(A.ap(a).r.a){case 2:p=q.e +r=p.a +p=p.b +return A.aNp(r,p==null?r:p,s) +case 0:p=q.e +r=p.a +p=p.b +return A.aSv(r,p==null?r:p,s) +case 1:case 3:case 5:return new A.La(q.e.a,s,null) +case 4:return new A.J1(q.e.a,s,null)}}} +A.a46.prototype={ +$1(a){return new A.mS(null,a.a,a,null,null)}, +$S:359} +A.a47.prototype={ +$1(a){var s=this.a +return A.aNL(s,a.a,A.awz(s,a))}, +$S:358} +A.a48.prototype={ +$1(a){return A.aNf(a.a,A.awz(this.a,a))}, +$S:349} +A.jn.prototype={ +K(){return"ThemeMode."+this.b}} +A.u3.prototype={ +ap(){return new A.E8(B.n)}} +A.adq.prototype={ +$2(a,b){return new A.u5(a,b)}, +$S:335} +A.E8.prototype={ +aW(){this.bb() +this.d=A.aDm()}, +n(){var s=this.d +s===$&&A.b() +s.n() +this.aZ()}, +ga71(){var s=A.a([],t.a9) +B.b.R(s,this.a.k2) +s.push(B.GO) +s.push(B.GI) +return s}, +a6E(a,b){return new A.LT(B.JG,b,B.a8y,null)}, +a7a(a,b){var s,r,q,p,o,n,m,l,k=this,j=null,i=k.a.fx +if(i==null)i=B.kW +s=A.dc(a,B.ld) +r=s==null?j:s.e +if(r==null)r=B.W +if(i!==B.Eq)q=i===B.kW&&r===B.a4 +else q=!0 +s=A.dc(a,B.EP) +s=s==null?j:s.as +p=s===!0 +if(q)if(p)k.a.toString +if(q){k.a.toString +s=!0}else s=!1 +if(s)o=k.a.dx +else{if(p)k.a.toString +o=j}if(o==null)o=k.a.db +s=o.cP +n=s.b +if(n==null){m=o.ax.b +n=A.M(102,m.gl(m)>>>16&255,m.gl(m)>>>8&255,m.gl(m)&255)}l=s.a +if(l==null)l=o.ax.b +k.a.toString +s=b==null?B.av:b +return new A.Bm(A.a72(new A.x3(o,s,B.ad,B.aw,j,j),l,j,j,n),j)}, +a0C(a){var s,r=this,q=null,p=r.a,o=p.db +o=o.fr +s=o +if(s==null)s=B.hf +return new A.vF(q,q,q,q,q,q,q,q,p.ch,q,q,q,q,q,q,r.ga79(),"",q,B.a1i,s,q,r.ga71(),q,q,r.a.ok,!1,!1,!1,!1,r.ga6D(),!1,q,q,q,new A.pm(r,t.bT))}, +I(a){var s=null,r=A.tn(!1,!1,this.a0C(a),s,s,s,s,!0,s,s,new A.aqz(),s,s,s),q=this.a.to,p=this.d +p===$&&A.b() +return new A.Bq(q,A.aCE(r,p),s)}} +A.aqz.prototype={ +$2(a,b){if(!(b instanceof A.kf)||!b.c.gtT().k(0,B.e1))return B.dQ +return A.aSN()?B.dP:B.dQ}, +$S:123} +A.ats.prototype={ +uM(a){return a.zI(this.b)}, +q7(a){return new A.I(a.b,this.b)}, +uR(a,b){return new A.i(0,a.b-b.b)}, +mC(a){return this.b!==a.b}} +A.ZU.prototype={} +A.xc.prototype={ +a3n(a){var s=new A.a4j(this,a).$0() +return s}, +ap(){return new A.CW(B.n)}, +pF(a){return A.azI().$1(a)}} +A.a4j.prototype={ +$0(){switch(this.b.r.a){case 0:case 1:case 3:case 5:return!1 +case 2:case 4:return!0}}, +$S:4} +A.CW.prototype={ +by(){var s,r=this +r.dZ() +s=r.d +if(s!=null)s.J(0,r.gB6()) +s=r.c.au(t.yd) +s=s==null?null:s.f +r.d=s +if(s!=null){s=s.d +s.om(s.c,new A.oj(r.gB6()),!1)}}, +n(){var s=this,r=s.d +if(r!=null){r.J(0,s.gB6()) +s.d=null}s.aZ()}, +a05(a){var s,r,q,p=this +if(a instanceof A.kj&&p.a.pF(a)){s=p.e +r=a.a +switch(r.e.a){case 0:q=p.e=Math.max(r.ghU()-r.gdz(),0)>0 +break +case 2:q=p.e=Math.max(r.gdz()-r.ghV(),0)>0 +break +case 1:case 3:q=s +break +default:q=s}if(q!==s)p.aF(new A.ant())}}, +I(b6){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.ap(b6),b1=A.aCJ(b6),b2=A.ap(b6).RG,b3=new A.ans(b6,a9,a9,0,3,a9,a9,a9,a9,a9,a9,16,64,a9,a9,a9),b4=b6.tt(t.Np),b5=A.pS(b6,t.X) +b6.au(t.N8) +s=A.aM(t.ui) +r=a8.e +if(r)s.E(0,B.zb) +r=b4==null +if(r)q=a9 +else{b4.a.toString +q=!1}if(r)b4=a9 +else{b4.a.toString +b4=!1}if(b5 instanceof A.ia)b5.gjg() +a8.a.toString +p=b2.Q +if(p==null)p=56 +r=b3.gcZ(b3) +o=t._ +n=A.lr(a9,s,o) +o=n==null?A.lr(b2.a,s,o):n +r=o==null?A.lr(r,s,t.G):o +a8.a.toString +m=b2.b +l=m==null?b3.gdL():m +a8.a.toString +k=b2.c +if(k==null){o=b3.c +o.toString +k=o}if(s.t(0,B.zb)){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.gpu().dH(l):i +a8.a.toString +s=b2.x +if(s==null)s=a9 +if(s==null)s=i +if(s==null){s=b3.goD().dH(m) +g=s}else g=s +if(g==null)g=h +a8.a.toString +f=b2.as +if(f==null){s=b3.guw() +f=s==null?a9:s.dH(l)}a8.a.toString +e=b2.at +if(e==null){s=b3.gut() +e=s==null?a9:s.dH(l)}a8.a.toString +if(q===!0){s=h.a +d=new A.Lo(B.Iy,a9,A.z0(a9,a9,a9,a9,a9,a9,a9,a9,a9,s==null?24:s,a9,a9,a9,a9),a9)}else{if(b5==null)s=a9 +else s=b5.gpr()||b5.tl$>0 +if(s===!0)d=B.Fa +else d=a9}if(d!=null){if(h.k(0,b3.gpu()))c=b1 +else{b=A.z0(a9,a9,a9,a9,a9,a9,h.f,a9,a9,h.a,a9,a9,a9,a9) +s=b1.a +c=new A.pt(s==null?a9:s.Qt(b.c,b.as,b.d))}d=A.axn(d,c) +a8.a.toString +d=new A.hk(A.rI(a9,56),d,a9)}a=a8.a.e +a0=new A.Vq(a,a9) +a1=b0.r +$label0$0:{if(B.aS===a1||B.cJ===a1||B.cK===a1||B.cL===a1){s=!0 +break $label0$0}if(B.ao===a1||B.bA===a1){s=a9 +break $label0$0}s=a9}a=A.cW(a9,a0,!1,a9,!1,!1,a9,a9,!0,a9,s,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9) +e.toString +a=A.aQ0(A.fp(a,a9,B.bP,!1,e,a9,a9,B.a2),1.34) +if(b4===!0){b4=h.a +a2=new A.Lv(B.J9,a9,A.z0(a9,a9,a9,a9,a9,a9,a9,a9,a9,b4==null?24:b4,a9,a9,a9,a9),a9)}else a2=a9 +if(a2!=null){if(g.k(0,b3.goD()))a3=b1 +else{a4=A.z0(a9,a9,a9,a9,a9,a9,g.f,a9,a9,g.a,a9,a9,a9,a9) +b4=b1.a +a3=new A.pt(b4==null?a9:b4.Qt(a4.c,a4.as,a4.d))}a2=A.axn(A.z1(a2,g),a3)}b4=a8.a.a3n(b0) +a8.a.toString +s=b2.z +if(s==null)s=16 +f.toString +a5=A.aBq(new A.l4(new A.ats(p),A.z1(A.fp(new A.Ad(d,a,a2,b4,s,a9),a9,B.aE,!0,f,a9,a9,B.a2),h),a9),B.a7) +a5=A.ay5(!1,a5,!0) +b4=A.am2(r) +a6=b4===B.a4?B.E9:B.Ea +a7=new A.ko(a9,a9,a9,a9,B.D,a6.f,a6.r,a6.w) +a8.a.toString +b4=b2.e +if(b4==null)b4=b3.gd9(b3) +a8.a.toString +s=b2.f +if(s==null)s=b3.ge_() +a8.a.toString +q=b2.r +if(q==null)q=b3.r +return A.cW(a9,A.aB0(A.u2(B.aw,a9,A.cW(a9,new A.e1(B.F1,a9,a9,a5,a9),!1,a9,!1,!0,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9),B.I,r,j,a9,b4,q,s,a9,B.hj),a7,t.lu),!0,a9,!1,!1,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9)}} +A.ant.prototype={ +$0(){}, +$S:0} +A.Vq.prototype={ +aO(a){var s=a.au(t.I) +s.toString +s=new A.a_d(B.Z,s.w,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){var s=a.au(t.I) +s.toString +b.sc_(s.w)}} +A.a_d.prototype={ +cs(a){var s=a.Qj(1/0) +return a.bC(this.k3$.ku(s))}, +bJ(){var s,r=this,q=t.k,p=q.a(A.t.prototype.ga5.call(r)).Qj(1/0) +r.k3$.bZ(p,!0) +q=q.a(A.t.prototype.ga5.call(r)) +s=r.k3$ +r.id=q.bC(s.gv(s)) +r.xf()}} +A.ans.prototype={ +gOg(){var s,r=this,q=r.ch +if(q===$){s=A.ap(r.ay) +r.ch!==$&&A.aK() +r.ch=s +q=s}return q}, +gqC(){var s,r=this,q=r.CW +if(q===$){s=r.gOg() +r.CW!==$&&A.aK() +q=r.CW=s.ax}return q}, +gO7(){var s,r=this,q=r.cx +if(q===$){s=r.gOg() +r.cx!==$&&A.aK() +q=r.cx=s.p3}return q}, +gcZ(a){return this.gqC().cy}, +gdL(){return this.gqC().db}, +gd9(a){return B.D}, +ge_(){var s=this.gqC(),r=s.k3 +return r==null?s.b:r}, +gpu(){var s=null +return new A.cQ(24,s,s,s,s,this.gqC().db,s,s)}, +goD(){var s=null,r=this.gqC(),q=r.dy +return new A.cQ(24,s,s,s,s,q==null?r.db:q,s,s)}, +guw(){return this.gO7().z}, +gut(){return this.gO7().r}} +A.rv.prototype={ +gu(a){var s=this +return A.K(s.gcZ(s),s.gdL(),s.c,s.d,s.gd9(s),s.ge_(),s.r,s.gpu(),s.goD(),s.y,s.z,s.Q,s.guw(),s.gut(),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.O(b)!==A.r(s))return!1 +return b instanceof A.rv&&J.d(b.gcZ(b),s.gcZ(s))&&J.d(b.gdL(),s.gdL())&&b.c==s.c&&b.d==s.d&&J.d(b.gd9(b),s.gd9(s))&&J.d(b.ge_(),s.ge_())&&J.d(b.r,s.r)&&J.d(b.gpu(),s.gpu())&&J.d(b.goD(),s.goD())&&b.z==s.z&&b.Q==s.Q&&J.d(b.guw(),s.guw())&&J.d(b.gut(),s.gut())&&!0}, +gcZ(a){return this.a}, +gdL(){return this.b}, +gd9(a){return this.e}, +ge_(){return this.f}, +gpu(){return this.w}, +goD(){return this.x}, +guw(){return this.as}, +gut(){return this.at}} +A.Vp.prototype={} +A.zW.prototype={ +kG(){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.a1(0,f) +q=Math.abs(r.a) +p=Math.abs(r.b) +o=r.gd_() +n=s.a +m=f.b +l=new A.i(n,m) +k=new A.ads(g,o) +if(q>2&&p>2){j=o*o +i=f.a +h=s.b +if(q>>16&255,q.gl(q)>>>8&255,q.gl(q)&255),0,B.V,-1),s,r.c)}if(s==null){q=p.a +return A.aO(p,new A.c9(A.M(0,q.gl(q)>>>16&255,q.gl(q)>>>8&255,q.gl(q)&255),0,B.V,-1),r.c)}return A.aO(p,s,r.c)}, +$ibt:1} +A.VM.prototype={} +A.xy.prototype={ +ap(){return new A.D6(null,null,B.n)}} +A.D6.prototype={ +Fa(){this.aF(new A.aoh())}, +gen(){var s=this.a.z +if(s==null){s=this.r +s.toString}return s}, +tF(){var s,r=this +if(r.a.z==null)r.r=A.axD(null) +s=r.gen() +r.a.toString +s.fI(0,B.U,!1) +r.gen().U(0,r.gnk())}, +aW(){this.bb() +this.tF()}, +aX(a){var s,r=this +r.bh(a) +s=a.z +if(r.a.z!=s){if(s!=null)s.J(0,r.gnk()) +if(r.a.z!=null){s=r.r +if(s!=null){s.ok$=$.aD() +s.k4$=0}r.r=null}r.tF()}r.a.toString}, +n(){var s,r=this +r.gen().J(0,r.gnk()) +s=r.r +if(s!=null){s.ok$=$.aD() +s.k4$=0}s=r.d +if(s!=null)s.n() +r.ZJ()}, +I(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.aoe(c2.r,c2.TW(c5),c0.a.QJ(c5)),c4=new A.aof(c0,c3) +c2=t.PM +s=c4.$1$1(new A.anS(),c2) +r=c4.$1$1(new A.anT(),t.p8) +q=t._ +p=c4.$1$1(new A.anU(),q) +o=c4.$1$1(new A.ao4(),q) +n=c4.$1$1(new A.ao7(),q) +m=c4.$1$1(new A.ao8(),q) +l=c4.$1$1(new A.ao9(),t.pc) +k=t.tW +j=c4.$1$1(new A.aoa(),k) +i=c4.$1$1(new A.aob(),k) +h=c4.$1$1(new A.aoc(),k) +g=c4.$1$1(new A.aod(),q) +f=c4.$1$1(new A.anV(),c2) +e=c4.$1$1(new A.anW(),t.oI) +d=c4.$1$1(new A.anX(),t.KX) +c=c3.$1$1(new A.anY(),t.X3) +b=c3.$1$1(new A.anZ(),t.Oc) +a=c3.$1$1(new A.ao_(),t.Tu) +a0=c3.$1$1(new A.ao0(),t.y) +a1=c3.$1$1(new A.ao1(),t.pC) +a2=new A.i(c.a,c.b).aq(0,4) +a3=c3.$1$1(new A.ao2(),t.Ya) +c2=j.a +q=j.b +a4=c.R9(new A.aP(c2,h.a,q,h.b)) +if(i!=null){a5=a4.bC(i) +c2=a5.a +if(isFinite(c2))a4=a4.aeC(c2,c2) +c2=a5.b +if(isFinite(c2))a4=a4.aeB(c2,c2)}a6=a2.b +c2=a2.a +a7=Math.max(0,c2) +a8=l.E(0,new A.b2(a7,a6,a7,a6)).eK(0,B.bp,B.EQ) +if(a.a>0){q=c0.e +if(q!=null){k=c0.f +if(k!=null)if(q!==s)if(k.gl(k)!==p.gl(p)){q=c0.f +q=(q.gl(q)>>>24&255)/255===1&&(p.gl(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.d(q==null?c1:q.e,a)){q=c0.d +if(q!=null)q.n() +q=A.ct(B.L,c1,a,0,c1,1,c1,c0) +q.bD() +k=q.cO$ +k.b=!0 +k.a.push(new A.ao3(c0)) +c0.d=q}p=c0.f +c0.d.sl(0,0) +c0.d.c7(0)}c0.e=s +c0.f=p +s.toString +q=r==null?c1:r.dH(o) +k=d.n0(e) +a9=p==null?B.hl:B.k0 +b0=c0.a +b1=b0.w +b2=b0.c +b3=b0.d +b4=b0.e +b5=b0.x +b0=b0.f +b6=d.n0(e) +b7=c0.gen() +b8=g==null?o:g +a1.toString +a9=A.u2(a,c1,A.aCR(!1,!0,A.z1(new A.bI(a8,new A.e1(a1,1,1,c0.a.as,c1),c1),new A.cQ(f,c1,c1,c1,c1,b8,c1,c1)),b6,a0,c1,b5,B.D,c1,new A.YO(new A.ao5(c3)),b0,c1,b4,b3,b2,new A.cY(new A.ao6(c3),t.T),c1,a3,b7),b1,p,s,c1,n,k,m,q,a9) +switch(b.a){case 0:b9=new A.I(48+c2,48+a6) +break +case 1:b9=B.F +break +default:b9=c1}return A.cW(!0,new A.Y3(b9,new A.hk(a4,a9,c1),c1),!0,!0,!1,!1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1,c1)}, +$ib5:1} +A.aoh.prototype={ +$0(){}, +$S:0} +A.aoe.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:311} +A.aof.prototype={ +$1$1(a,b){return this.b.$1$1(new A.aog(this.a,a,b),b)}, +$1(a){return this.$1$1(a,t.z)}, +$S:304} +A.aog.prototype={ +$1(a){var s=this.b.$1(a) +return s==null?null:s.af(this.a.gen().a)}, +$S(){return this.c.h("0?(bu?)")}} +A.anS.prototype={ +$1(a){return a==null?null:a.gf6(a)}, +$S:125} +A.anT.prototype={ +$1(a){return a==null?null:a.giJ()}, +$S:303} +A.anU.prototype={ +$1(a){return a==null?null:a.gcZ(a)}, +$S:58} +A.ao4.prototype={ +$1(a){return a==null?null:a.gdL()}, +$S:58} +A.ao7.prototype={ +$1(a){return a==null?null:a.gd9(a)}, +$S:58} +A.ao8.prototype={ +$1(a){return a==null?null:a.ge_()}, +$S:58} +A.ao9.prototype={ +$1(a){return a==null?null:a.gdl(a)}, +$S:300} +A.aoa.prototype={ +$1(a){return a==null?null:a.gjp()}, +$S:76} +A.aob.prototype={ +$1(a){return a==null?null:a.y}, +$S:76} +A.aoc.prototype={ +$1(a){return a==null?null:a.gjo()}, +$S:76} +A.aod.prototype={ +$1(a){return a==null?null:a.Q}, +$S:58} +A.anV.prototype={ +$1(a){return a==null?null:a.gfA()}, +$S:125} +A.anW.prototype={ +$1(a){return a==null?null:a.gjE()}, +$S:284} +A.anX.prototype={ +$1(a){return a==null?null:a.gcX(a)}, +$S:277} +A.ao5.prototype={ +$1(a){return this.a.$1$1(new A.anQ(a),t.Pb)}, +$S:273} +A.anQ.prototype={ +$1(a){var s +if(a==null)s=null +else{s=a.gjq() +s=s==null?null:s.af(this.a)}return s}, +$S:272} +A.ao6.prototype={ +$1(a){return this.a.$1$1(new A.anP(a),t.G)}, +$S:127} +A.anP.prototype={ +$1(a){var s +if(a==null)s=null +else{s=a.gf9() +s=s==null?null:s.af(this.a)}return s}, +$S:266} +A.anY.prototype={ +$1(a){return a==null?null:a.gjB()}, +$S:265} +A.anZ.prototype={ +$1(a){return a==null?null:a.gjy()}, +$S:259} +A.ao_.prototype={ +$1(a){return a==null?null:a.cx}, +$S:252} +A.ao0.prototype={ +$1(a){return a==null?null:a.cy}, +$S:249} +A.ao1.prototype={ +$1(a){return a==null?null:a.db}, +$S:239} +A.ao2.prototype={ +$1(a){return a==null?null:a.giW()}, +$S:237} +A.ao3.prototype={ +$1(a){if(a===B.a3)this.a.aF(new A.anR())}, +$S:5} +A.anR.prototype={ +$0(){}, +$S:0} +A.YO.prototype={ +af(a){var s=this.a.$1(a) +s.toString +return s}, +grT(){return"ButtonStyleButton_MouseCursor"}} +A.Y3.prototype={ +aO(a){var s=new A.EN(this.e,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.sFK(this.e)}} +A.EN.prototype={ +sFK(a){if(this.A.k(0,a))return +this.A=a +this.ae()}, +bj(a){var s=this.k3$ +if(s!=null)return Math.max(s.cY(B.aU,a,s.gbW()),this.A.a) +return 0}, +bm(a){var s=this.k3$ +if(s!=null)return Math.max(s.cY(B.b1,a,s.gc2()),this.A.b) +return 0}, +Jg(a,b){var s,r,q=this.k3$ +if(q!=null){s=b.$2(q,a) +q=s.a +r=this.A +return a.bC(new A.I(Math.max(q,r.a),Math.max(s.b,r.b)))}return B.F}, +cs(a){return this.Jg(a,A.oA())}, +bJ(){var s,r,q,p=this +p.id=p.Jg(t.k.a(A.t.prototype.ga5.call(p)),A.rl()) +s=p.k3$ +if(s!=null){s=s.b +s.toString +t.r.a(s) +r=p.gv(p) +q=p.k3$ +s.a=B.Z.mT(t.o.a(r.a1(0,q.gv(q))))}}, +cg(a,b){var s,r +if(this.jG(a,b))return!0 +s=this.k3$ +r=s.gv(s).jU(B.f) +return a.DC(new A.arH(this,r),r,A.aDr(r))}} +A.arH.prototype={ +$2(a,b){return this.a.k3$.cg(a,this.b)}, +$S:10} +A.Gq.prototype={ +ce(){this.dF() +this.dc() +this.fs()}, +n(){var s=this,r=s.bn$ +if(r!=null)r.J(0,s.gf3()) +s.bn$=null +s.aZ()}} +A.a5t.prototype={ +K(){return"ButtonTextTheme."+this.b}} +A.Il.prototype={ +gdl(a){switch(0){case 0:case 1:return B.IV}}, +gcX(a){switch(0){case 0:case 1:return B.Zn}}, +k(a,b){var s=this +if(b==null)return!1 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.Il&&b.gdl(b).k(0,s.gdl(s))&&b.gcX(b).k(0,s.gcX(s))&&J.d(b.w,s.w)&&J.d(b.y,s.y)&&J.d(b.z,s.z)&&J.d(b.at,s.at)&&b.ax==s.ax}, +gu(a){var s=this +return A.K(B.FJ,88,36,s.gdl(s),s.gcX(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.VN.prototype={} +A.xA.prototype={ +gu(a){var s=this +return A.K(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.O(b)!==A.r(s))return!1 +return b instanceof A.xA&&J.d(b.b,s.b)&&J.d(b.c,s.c)&&J.d(b.d,s.d)&&b.e==s.e&&J.d(b.f,s.f)&&J.d(b.r,s.r)}} +A.VQ.prototype={} +A.xB.prototype={ +gu(a){var s=this +return A.K(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.O(b)!==A.r(s))return!1 +return b instanceof A.xB&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&J.d(b.w,s.w)&&J.d(b.x,s.x)}} +A.VR.prototype={} +A.xD.prototype={ +gu(a){var s=this +return A.cy([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.O(b)!==A.r(s))return!1 +return b instanceof A.xD&&b.a==s.a&&J.d(b.b,s.b)&&J.d(b.c,s.c)&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.r,s.r)&&J.d(b.w,s.w)&&J.d(b.x,s.x)&&b.y==s.y&&J.d(b.z,s.z)&&J.d(b.Q,s.Q)&&J.d(b.as,s.as)&&J.d(b.at,s.at)&&J.d(b.ax,s.ax)&&J.d(b.ay,s.ay)&&J.d(b.ch,s.ch)&&b.CW==s.CW&&b.cx==s.cx&&b.cy==s.cy&&J.d(b.db,s.db)}} +A.VT.prototype={} +A.mN.prototype={ +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.O(a0)!==A.r(b))return!1 +if(a0 instanceof A.mN)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.o +n=b.fy +if(o.k(0,n==null?B.o:n)){o=a0.go +if(o==null)o=B.o +n=b.go +if(o.k(0,n==null?B.o: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.o +a2=a7.go +if(a2==null)a2=B.o +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.K(a7.a,a8,a9,b0,s,r,q,p,o,l,i,n,m,k,j,h,g,a7.CW,f,A.K(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.VV.prototype={} +A.Np.prototype={} +A.y8.prototype={ +gu(a){var s=this +return A.K(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.O(b)!==A.r(r))return!1 +if(b instanceof A.y8)if(J.d(b.a,r.a))if(b.b==r.b)if(b.c==r.c)if(b.d==r.d)if(J.d(b.e,r.e))if(b.f==r.f)if(b.r==r.r)if(J.d(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.WA.prototype={} +A.y9.prototype={ +gu(a){var s=this +return A.cy([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.y9&&J.d(b.a,s.a)&&b.b==s.b&&J.d(b.c,s.c)&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.r,s.r)&&J.d(b.w,s.w)&&J.d(b.x,s.x)&&J.d(b.y,s.y)&&J.d(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.d(b.ch,s.ch)&&J.d(b.CW,s.CW)&&b.cx==s.cx&&b.cy==s.cy&&b.db==s.db&&J.d(b.dx,s.dx)&&b.dy==s.dy&&J.d(b.fr,s.fr)&&J.d(b.fx,s.fx)&&J.d(b.fy,s.fy)&&J.d(b.go,s.go)&&J.d(b.id,s.id)&&J.d(b.k1,s.k1)&&J.d(b.k2,s.k2)&&J.d(b.k3,s.k3)&&b.k4==s.k4&&J.d(b.ok,s.ok)&&J.d(b.p2,s.p2)&&J.d(b.p3,s.p3)}} +A.WC.prototype={} +A.WM.prototype={} +A.a7c.prototype={ +q4(a){return B.F}, +xq(a,b,c,d){return B.av}, +q3(a,b){return B.f}} +A.a2h.prototype={} +A.La.prototype={ +I(a){var s=null,r=A.bU(a,B.bb,t.l).w.r.b+8 +return new A.bI(new A.b2(8,r,8,8),new A.l4(new A.Lb(this.c.a1(0,new A.i(8,r))),A.is(A.u2(B.aw,B.Fh,A.hW(this.d,B.ag,B.ai,B.aZ),B.bY,s,1,s,s,s,s,s,B.hk),s,222),s),s)}} +A.t8.prototype={ +I(a){var s=null +return A.is(A.ayj(this.d,this.c,A.aEP(B.lr,s,s,s,s,B.bz,s,s,B.bz,A.ap(a).ax.a===B.a4?B.k:B.H,s,B.a_T,B.IZ,s,B.kq,s,s,s,s)),s,1/0)}} +A.yd.prototype={ +gu(a){return J.v(this.e)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.yd&&J.d(b.a,s.a)&&b.b==s.b&&J.d(b.c,s.c)&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.y,s.y)&&J.d(b.r,s.r)&&J.d(b.w,s.w)&&J.d(b.x,s.x)}} +A.WO.prototype={} +A.yf.prototype={ +gu(a){var s=this +return A.K(s.ga4(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.O(b)!==A.r(s))return!1 +return b instanceof A.yf&&J.d(b.ga4(b),s.ga4(s))&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e}, +ga4(a){return this.a}} +A.WS.prototype={} +A.yn.prototype={ +gu(a){var s=this +return A.K(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.O(b)!==A.r(s))return!1 +return b instanceof A.yn&&J.d(b.a,s.a)&&J.d(b.b,s.b)&&b.c==s.c&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.r,s.r)&&b.w==s.w}} +A.X0.prototype={} +A.yo.prototype={ +gu(a){return A.K(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,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.O(b)!==A.r(r))return!1 +if(b instanceof A.yo)if(J.d(b.a,r.a))s=J.d(b.c,r.c) +else s=!1 +else s=!1 +return s}} +A.X1.prototype={} +A.yt.prototype={ +gu(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.yt&&J.d(b.a,this.a)}} +A.X7.prototype={} +A.m5.prototype={} +A.yA.prototype={ +gu(a){var s=this +return A.K(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.O(b)!==A.r(s))return!1 +return b instanceof A.yA&&J.d(b.a,s.a)&&J.d(b.b,s.b)&&J.d(b.c,s.c)&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.r,s.r)&&J.d(b.w,s.w)&&J.d(b.x,s.x)&&J.d(b.y,s.y)&&J.d(b.z,s.z)&&!0}} +A.Xc.prototype={} +A.yD.prototype={ +gu(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.yD&&J.d(b.a,this.a)}} +A.Xh.prototype={} +A.yG.prototype={ +cq(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.aoP.prototype={ +j(a){return""}} +A.Xn.prototype={ +K(){return"_FloatingActionButtonType."+this.b}} +A.LT.prototype={ +I(a5){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=null,a0=A.ap(a5),a1=a0.aP,a2=this.k1,a3=new A.ap3(a5,a2,!0,a,a,a,a,a,6,6,8,a,6,a,!0,a,B.Fx,B.Fw,B.Fy,B.Fz,8,a,a,a),a4=a1.a +if(a4==null)a4=a3.gdL() +s=a1.b +if(s==null)s=a3.gcZ(a3) +r=a1.c +if(r==null)r=a3.gtu() +q=a1.d +if(q==null)q=a3.gtC() +p=a1.e +if(p==null)p=a3.gqm() +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.gfA() +n.toString +h=n}n=a1.cy +if(n==null){n=a3.gtg() +n.toString}g=n.dH(a4) +f=a1.z +if(f==null){n=a3.gcX(a3) +n.toString +f=n}n=this.c +e=A.z1(n,new A.cQ(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.gtf() +a2=A.a([],t.p) +a2.push(n) +e=new A.VS(new A.bI(c,A.ki(a2,B.ag,B.ai,B.aZ,a),a),a) +break +default:d=a}b=A.aCD(new A.AH(this.z,new A.X6(a,a1.db),g,s,r,q,p,o,l,m,j,k,d,f,e,a0.e,a,!1,B.I,i,a),a,a,a,B.GK,!1) +return new A.Pj(b,a)}} +A.X6.prototype={ +af(a){var s=A.lr(this.a,a,t.WV) +if(s==null)s=null +return s==null?B.iA.af(a):s}, +grT(){return"MaterialStateMouseCursor(FloatActionButton)"}} +A.VS.prototype={ +aO(a){var s=a.au(t.I) +s.toString +s=new A.a_e(B.Z,s.w,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){var s=a.au(t.I) +s.toString +b.sc_(s.w)}} +A.a_e.prototype={ +cs(a){var s,r=this.k3$,q=a.a,p=a.b,o=a.c,n=a.d +if(r!=null){s=r.ku(B.dy) +return new A.I(Math.max(q,Math.min(p,s.a)),Math.max(o,Math.min(n,s.b)))}else return new A.I(A.H(1/0,q,p),A.H(1/0,o,n))}, +bJ(){var s=this,r=t.k.a(A.t.prototype.ga5.call(s)),q=s.k3$,p=r.a,o=r.b,n=r.c,m=r.d +if(q!=null){q.bZ(B.dy,!0) +q=s.k3$ +q=Math.max(p,Math.min(o,q.gv(q).a)) +o=s.k3$ +s.id=new A.I(q,Math.max(n,Math.min(m,o.gv(o).b))) +s.xf()}else s.id=new A.I(A.H(1/0,p,o),A.H(1/0,n,m))}} +A.ap3.prototype={ +gqG(){var s,r=this,q=r.fx +if(q===$){s=A.ap(r.dx) +r.fx!==$&&A.aK() +q=r.fx=s.ax}return q}, +gdL(){var s=this.gqG(),r=s.e +return r==null?s.c:r}, +gcZ(a){var s=this.gqG(),r=s.d +return r==null?s.b:r}, +gqm(){var s=this.gqG(),r=s.e +s=(r==null?s.c:r).a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}, +gtu(){var s=this.gqG(),r=s.e +s=(r==null?s.c:r).a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}, +gtC(){var s=this.gqG(),r=s.e +s=(r==null?s.c:r).a +return A.M(20,s>>>16&255,s>>>8&255,s&255)}, +gcX(a){switch(this.dy.a){case 0:return B.Da +case 1:return B.Zl +case 2:return B.Zm +case 3:return B.Da}}, +gfA(){switch(this.dy.a){case 0:return 24 +case 1:return 24 +case 2:return 36 +case 3:return 24}}, +gtf(){return new A.eN(this.fr&&this.dy===B.a8z?16:20,0,20,0)}, +gtg(){var s,r=this,q=r.fy +if(q===$){s=A.ap(r.dx) +r.fy!==$&&A.aK() +q=r.fy=s.p3}return q.as}} +A.a9t.prototype={ +j(a){return"FloatingActionButtonLocation"}} +A.akv.prototype={ +aiB(){return!1}, +H8(a){var s=this.aiB()?4:0 +return new A.i(this.UV(a,s),this.UW(a,s))}} +A.a9i.prototype={ +UW(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.a9h.prototype={ +UV(a,b){switch(a.y.a){case 0:return 16+a.e.a-b +case 1:return A.aSc(a,b)}}} +A.ap0.prototype={ +j(a){return"FloatingActionButtonLocation.endFloat"}} +A.a9s.prototype={ +j(a){return"FloatingActionButtonAnimator"}} +A.asj.prototype={ +UU(a,b,c){if(c<0.5)return a +else return b}} +A.CV.prototype={ +gl(a){var s=this,r=s.w.x +r===$&&A.b() +if(r>>16&255,r.gl(r)>>>8&255,r.gl(r)&255) +return s}if(a.t(0,B.aj)){s=q.c +r=q.a +s=r==null?p:A.M(20,r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255) +return s}if(a.t(0,B.ak)){s=q.b +r=q.a +s=r==null?p:A.M(31,r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255) +return s}}if(a.t(0,B.ac)){s=q.d +r=q.a +s=r==null?p:A.M(31,r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255) +return s}if(a.t(0,B.aj)){s=q.c +r=q.a +s=r==null?p:A.M(20,r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255) +return s}if(a.t(0,B.ak)){s=q.b +r=q.a +s=r==null?p:A.M(20,r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255) +return s}return p}, +j(a){return"{hovered: "+A.n(this.c)+", focused: "+A.n(this.b)+", pressed: "+A.n(this.d)+", otherwise: null}"}} +A.XS.prototype={ +af(a){if(a.t(0,B.U))return this.b +return this.a}} +A.XU.prototype={ +gb0(){var s,r=this,q=r.fx +if(q===$){s=A.ap(r.dy) +r.fx!==$&&A.aK() +q=r.fx=s.ax}return q}, +gcZ(a){return B.WX}, +gdL(){return new A.cY(new A.apS(this),t.T)}, +gf9(){return new A.cY(new A.apU(this),t.T)}, +gf6(a){return B.e9}, +gd9(a){return B.bm}, +ge_(){return B.bm}, +gdl(a){return B.hi}, +gjp(){return B.hh}, +gjo(){return B.eb}, +gfA(){return B.hg}, +gjE(){return null}, +gcX(a){return B.ea}, +gjq(){return new A.cY(new A.apT(),t.Y6)}, +gjB(){return B.ds}, +gjy(){return A.ap(this.dy).e}, +giW(){return A.ap(this.dy).x}} +A.apS.prototype={ +$1(a){var s,r +if(a.t(0,B.U)){s=this.a.gb0().db.a +return A.M(97,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.aA))return this.a.gb0().b +s=this.a.gb0() +r=s.dy +return r==null?s.db:r}, +$S:17} +A.apU.prototype={ +$1(a){var s,r,q=this +if(a.t(0,B.aA)){if(a.t(0,B.ac)){s=q.a.gb0().b +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.t(0,B.aj)){s=q.a.gb0().b +return A.M(20,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.t(0,B.ak)){s=q.a.gb0().b +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}}if(a.t(0,B.ac)){s=q.a.gb0() +r=s.dy +s=(r==null?s.db:r).a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.aj)){s=q.a.gb0() +r=s.dy +s=(r==null?s.db:r).a +return A.M(20,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.ak)){s=q.a.gb0() +r=s.dy +s=(r==null?s.db:r).a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}return B.D}, +$S:17} +A.apT.prototype={ +$1(a){if(a.t(0,B.U))return B.bz +return B.ci}, +$S:48} +A.Xi.prototype={ +gb0(){var s,r=this,q=r.fx +if(q===$){s=A.ap(r.dy) +r.fx!==$&&A.aK() +q=r.fx=s.ax}return q}, +gcZ(a){return new A.cY(new A.ap4(this),t.T)}, +gdL(){return new A.cY(new A.ap5(this),t.T)}, +gf9(){return new A.cY(new A.ap7(this),t.T)}, +gf6(a){return B.e9}, +gd9(a){return B.bm}, +ge_(){return B.bm}, +gdl(a){return B.hi}, +gjp(){return B.hh}, +gjo(){return B.eb}, +gfA(){return B.hg}, +gjE(){return null}, +gcX(a){return B.ea}, +gjq(){return new A.cY(new A.ap6(),t.Y6)}, +gjB(){return B.ds}, +gjy(){return A.ap(this.dy).e}, +giW(){return A.ap(this.dy).x}} +A.ap4.prototype={ +$1(a){var s,r +if(a.t(0,B.U)){s=this.a.gb0().db.a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.aA))return this.a.gb0().b +s=this.a +if(s.fr){s=s.gb0() +r=s.dx +return r==null?s.cy:r}return s.gb0().b}, +$S:17} +A.ap5.prototype={ +$1(a){var s +if(a.t(0,B.U)){s=this.a.gb0().db.a +return A.M(97,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.aA))return this.a.gb0().c +s=this.a +if(s.fr)return s.gb0().b +return s.gb0().c}, +$S:17} +A.ap7.prototype={ +$1(a){var s,r=this +if(a.t(0,B.aA)){if(a.t(0,B.ac)){s=r.a.gb0().c.a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.aj)){s=r.a.gb0().c.a +return A.M(20,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.ak)){s=r.a.gb0().c.a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}}s=r.a +if(s.fr){if(a.t(0,B.ac)){s=s.gb0().b +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.t(0,B.aj)){s=s.gb0().b +return A.M(20,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.t(0,B.ak)){s=s.gb0().b +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}}if(a.t(0,B.ac)){s=s.gb0().c.a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.aj)){s=s.gb0().c.a +return A.M(20,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.ak)){s=s.gb0().c.a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}return B.D}, +$S:17} +A.ap6.prototype={ +$1(a){if(a.t(0,B.U))return B.bz +return B.ci}, +$S:48} +A.Xj.prototype={ +gb0(){var s,r=this,q=r.fx +if(q===$){s=A.ap(r.dy) +r.fx!==$&&A.aK() +q=r.fx=s.ax}return q}, +gcZ(a){return new A.cY(new A.ap8(this),t.T)}, +gdL(){return new A.cY(new A.ap9(this),t.T)}, +gf9(){return new A.cY(new A.apb(this),t.T)}, +gf6(a){return B.e9}, +gd9(a){return B.bm}, +ge_(){return B.bm}, +gdl(a){return B.hi}, +gjp(){return B.hh}, +gjo(){return B.eb}, +gfA(){return B.hg}, +gjE(){return null}, +gcX(a){return B.ea}, +gjq(){return new A.cY(new A.apa(),t.Y6)}, +gjB(){return B.ds}, +gjy(){return A.ap(this.dy).e}, +giW(){return A.ap(this.dy).x}} +A.ap8.prototype={ +$1(a){var s,r +if(a.t(0,B.U)){s=this.a.gb0().db.a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.aA)){s=this.a.gb0() +r=s.w +return r==null?s.f:r}s=this.a +if(s.fr){s=s.gb0() +r=s.dx +return r==null?s.cy:r}s=s.gb0() +r=s.w +return r==null?s.f:r}, +$S:17} +A.ap9.prototype={ +$1(a){var s,r +if(a.t(0,B.U)){s=this.a.gb0().db.a +return A.M(97,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.aA)){s=this.a.gb0() +r=s.x +return r==null?s.r:r}s=this.a +if(s.fr){s=s.gb0() +r=s.dy +return r==null?s.db:r}s=s.gb0() +r=s.x +return r==null?s.r:r}, +$S:17} +A.apb.prototype={ +$1(a){var s,r,q=this +if(a.t(0,B.aA)){if(a.t(0,B.ac)){s=q.a.gb0() +r=s.x +s=(r==null?s.r:r).a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.aj)){s=q.a.gb0() +r=s.x +s=(r==null?s.r:r).a +return A.M(20,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.ak)){s=q.a.gb0() +r=s.x +s=(r==null?s.r:r).a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}}s=q.a +if(s.fr){if(a.t(0,B.ac)){s=s.gb0() +r=s.dy +s=(r==null?s.db:r).a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.aj)){s=s.gb0() +r=s.dy +s=(r==null?s.db:r).a +return A.M(20,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.ak)){s=s.gb0() +r=s.dy +s=(r==null?s.db:r).a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}}if(a.t(0,B.ac)){s=s.gb0() +r=s.x +s=(r==null?s.r:r).a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.aj)){s=s.gb0() +r=s.x +s=(r==null?s.r:r).a +return A.M(20,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.ak)){s=s.gb0() +r=s.x +s=(r==null?s.r:r).a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}return B.D}, +$S:17} +A.apa.prototype={ +$1(a){if(a.t(0,B.U))return B.bz +return B.ci}, +$S:48} +A.Zc.prototype={ +gb0(){var s,r=this,q=r.fx +if(q===$){s=A.ap(r.dy) +r.fx!==$&&A.aK() +q=r.fx=s.ax}return q}, +gcZ(a){return new A.cY(new A.ar2(this),t.T)}, +gdL(){return new A.cY(new A.ar3(this),t.T)}, +gf9(){return new A.cY(new A.ar5(this),t.T)}, +gf6(a){return B.e9}, +gd9(a){return B.bm}, +ge_(){return B.bm}, +gdl(a){return B.hi}, +gjp(){return B.hh}, +gjo(){return B.eb}, +gfA(){return B.hg}, +gjE(){return new A.cY(new A.ar6(this),t.Sq)}, +gcX(a){return B.ea}, +gjq(){return new A.cY(new A.ar4(),t.Y6)}, +gjB(){return B.ds}, +gjy(){return A.ap(this.dy).e}, +giW(){return A.ap(this.dy).x}} +A.ar2.prototype={ +$1(a){var s,r +if(a.t(0,B.U)){if(a.t(0,B.aA)){s=this.a.gb0().db.a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}return B.D}if(a.t(0,B.aA)){s=this.a.gb0() +r=s.id +return r==null?s.db:r}return B.D}, +$S:17} +A.ar3.prototype={ +$1(a){var s,r +if(a.t(0,B.U)){s=this.a.gb0().db.a +return A.M(97,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.aA)){s=this.a.gb0() +r=s.k1 +return r==null?s.cy:r}s=this.a.gb0() +r=s.dy +return r==null?s.db:r}, +$S:17} +A.ar5.prototype={ +$1(a){var s,r,q=this +if(a.t(0,B.aA)){if(a.t(0,B.ac)){s=q.a.gb0() +r=s.k1 +s=(r==null?s.cy:r).a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.aj)){s=q.a.gb0() +r=s.k1 +s=(r==null?s.cy:r).a +return A.M(20,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.ak)){s=q.a.gb0() +r=s.k1 +s=(r==null?s.cy:r).a +return A.M(20,s>>>16&255,s>>>8&255,s&255)}}if(a.t(0,B.ac)){s=q.a.gb0().db.a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.aj)){s=q.a.gb0() +r=s.dy +s=(r==null?s.db:r).a +return A.M(20,s>>>16&255,s>>>8&255,s&255)}if(a.t(0,B.ak)){s=q.a.gb0() +r=s.dy +s=(r==null?s.db:r).a +return A.M(20,s>>>16&255,s>>>8&255,s&255)}return B.D}, +$S:17} +A.ar6.prototype={ +$1(a){var s,r +if(a.t(0,B.aA))return null +else{if(a.t(0,B.U)){s=this.a.gb0().db.a +return new A.c9(A.M(31,s>>>16&255,s>>>8&255,s&255),1,B.V,-1)}s=this.a.gb0() +r=s.fr +return new A.c9(r==null?s.cx:r,1,B.V,-1)}}, +$S:215} +A.ar4.prototype={ +$1(a){if(a.t(0,B.U))return B.bz +return B.ci}, +$S:48} +A.a2o.prototype={} +A.pt.prototype={ +gu(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.pt&&J.d(b.a,this.a)}} +A.z_.prototype={ +uH(a,b,c){return A.axn(c,this.w)}, +cq(a){return!this.w.k(0,a.w)}} +A.XW.prototype={} +A.nd.prototype={ +a3K(a){var s +if(a===B.M&&!this.CW){s=this.ch +s===$&&A.b() +s.n() +this.lz()}}, +n(){var s=this.ch +s===$&&A.b() +s.n() +this.lz()}, +Mp(a,b,c){var s,r,q=this +a.cR(0) +s=q.f +if(s!=null)a.Q_(0,s.dD(b,q.ax)) +switch(q.z.a){case 1:s=b.gb3() +r=q.Q +a.kV(s,r==null?35:r,c) +break +case 0:s=q.as +if(!s.k(0,B.a_))a.dK(A.axX(b,s.c,s.d,s.a,s.b),c) +else a.dv(b,c) +break}a.bH(0)}, +G3(a,b){var s,r,q,p=this,o=$.a7().al(),n=p.e,m=p.ay +m===$&&A.b() +s=m.a +o.sa4(0,A.M(m.b.a7(0,s.gl(s)),n.gl(n)>>>16&255,n.gl(n)>>>8&255,n.gl(n)&255)) +r=A.axF(b) +n=p.at +if(n!=null)q=n.$0() +else{n=p.b +n=n.gv(n) +q=new A.A(0,0,0+n.a,0+n.b)}if(r==null){a.cR(0) +a.a7(0,b.a) +p.Mp(a,q,o) +a.bH(0)}else p.Mp(a,q.cd(r),o)}} +A.auz.prototype={ +$0(){var s=this.a +s=s.gv(s) +return new A.A(0,0,0+s.a,0+s.b)}, +$S:128} +A.aq5.prototype={ +Qw(a,b,c,d,e,f,g,a0,a1,a2,a3,a4){var s,r,q,p,o,n,m,l,k,j,i,h=null +if(a1==null){if(a2!=null){s=a2.$0() +r=new A.I(s.c-s.a,s.d-s.b)}else r=a3.gv(a3) +s=Math.max(r.xn(0,B.f).gd_(),new A.i(0+r.a,0).a1(0,new A.i(0,0+r.b)).gd_())/2}else s=a1 +q=new A.z8(a0,B.a_,s,A.aVn(a3,d,a2),a4,c,f,e,a3,g) +p=e.A +o=A.ct(B.L,h,B.f6,0,h,1,h,p) +n=e.gdi() +o.bD() +m=o.cI$ +m.b=!0 +m.a.push(n) +o.c7(0) +q.cx=o +m=c.gl(c) +l=t.m +k=t.Hd +q.CW=new A.aw(l.a(o),new A.ng(0,m>>>24&255),k.h("aw")) +m=A.ct(B.L,h,B.d_,0,h,1,h,p) +m.bD() +o=m.cI$ +o.b=!0 +o.a.push(n) +m.c7(0) +q.ch=m +o=t.Y +j=$.aIW() +i=o.h("dK") +q.ay=new A.aw(l.a(m),new A.dK(j,new A.aB(s*0.3,s+5,o),i),i.h("aw")) +p=A.ct(B.L,h,B.mA,0,h,1,h,p) +p.bD() +i=p.cI$ +i.b=!0 +i.a.push(n) +p.bD() +n=p.cO$ +n.b=!0 +n.a.push(q.ga6x()) +q.db=p +n=c.gl(c) +i=$.aIX() +k=k.h("dK") +q.cy=new A.aw(l.a(p),new A.dK(i,new A.ng(n>>>24&255,0),k),k.h("aw")) +e.Dz(q) +return q}} +A.z8.prototype={ +rK(a){var s=this.ch +s===$&&A.b() +s.e=B.IH +s.c7(0) +s=this.cx +s===$&&A.b() +s.c7(0) +s=this.db +s===$&&A.b() +s.z=B.aq +s.j0(1,B.ad,B.mA)}, +b8(a){var s,r=this,q=r.cx +q===$&&A.b() +q.eF(0) +q=r.cx.x +q===$&&A.b() +s=1-q +q=r.db +q===$&&A.b() +q.sl(0,s) +if(s<1){q=r.db +q.z=B.aq +q.j0(1,B.ad,B.f6)}}, +a6y(a){if(a===B.a3)this.n()}, +n(){var s=this,r=s.ch +r===$&&A.b() +r.n() +r=s.cx +r===$&&A.b() +r.n() +r=s.db +r===$&&A.b() +r.n() +s.lz()}, +G3(a,b){var s,r,q,p,o,n,m=this,l=m.cx +l===$&&A.b() +l=l.r +if(l!=null&&l.a!=null){l=m.CW +l===$&&A.b() +s=l.a +r=l.b.a7(0,s.gl(s))}else{l=m.cy +l===$&&A.b() +s=l.a +r=l.b.a7(0,s.gl(s))}q=$.a7().al() +l=m.e +q.sa4(0,A.M(r,l.gl(l)>>>16&255,l.gl(l)>>>8&255,l.gl(l)&255)) +l=m.at +if(l!=null)p=l.$0() +else p=null +if(p!=null)s=p.gb3() +else{s=m.b +s=s.gv(s).jU(B.f)}o=m.ch +o===$&&A.b() +o=o.x +o===$&&A.b() +o=A.ue(m.z,s,B.be.a7(0,o)) +o.toString +s=m.ay +s===$&&A.b() +n=s.a +n=s.b.a7(0,n.gl(n)) +m.SY(m.Q,a,o,l,m.f,q,n,m.ax,b)}} +A.auy.prototype={ +$0(){var s=this.a +s=s.gv(s) +return new A.A(0,0,0+s.a,0+s.b)}, +$S:128} +A.aq6.prototype={ +Qw(a,b,c,d,e,f,g,h,i,j,k,a0){var s,r,q=null,p=i==null?A.aVp(k,d,j,h):i,o=new A.z9(h,B.a_,p,A.aVm(k,d,j),!d,a0,c,f,e,k,g),n=e.A,m=A.ct(B.L,q,B.d_,0,q,1,q,n),l=e.gdi() +m.bD() +s=m.cI$ +s.b=!0 +s.a.push(l) +m.c7(0) +o.CW=m +s=t.Y +r=t.m +o.ch=new A.aw(r.a(m),new A.aB(0,p,s),s.h("aw")) +n=A.ct(B.L,q,B.aw,0,q,1,q,n) +n.bD() +s=n.cI$ +s.b=!0 +s.a.push(l) +n.bD() +l=n.cO$ +l.b=!0 +l.a.push(o.ga6z()) +o.cy=n +l=c.gl(c) +o.cx=new A.aw(r.a(n),new A.ng(l>>>24&255,0),t.Hd.h("aw")) +e.Dz(o) +return o}} +A.z9.prototype={ +rK(a){var s=B.d.ma(this.as/1),r=this.CW +r===$&&A.b() +r.e=A.bT(0,0,0,s,0) +r.c7(0) +this.cy.c7(0)}, +b8(a){var s=this.cy +if(s!=null)s.c7(0)}, +a6A(a){if(a===B.a3)this.n()}, +n(){var s=this,r=s.CW +r===$&&A.b() +r.n() +s.cy.n() +s.cy=null +s.lz()}, +G3(a,b){var s,r,q=this,p=$.a7().al(),o=q.e,n=q.cx +n===$&&A.b() +s=n.a +p.sa4(0,A.M(n.b.a7(0,s.gl(s)),o.gl(o)>>>16&255,o.gl(o)>>>8&255,o.gl(o)&255)) +r=q.z +if(q.ax){o=q.b +o=o.gv(o).jU(B.f) +n=q.CW +n===$&&A.b() +n=n.x +n===$&&A.b() +r=A.ue(r,o,n)}r.toString +o=q.ch +o===$&&A.b() +n=o.a +n=o.b.a7(0,n.gl(n)) +q.SY(q.Q,a,r,q.at,q.f,p,n,q.ay,b)}} +A.nh.prototype={ +rK(a){}, +b8(a){}, +sa4(a,b){if(b.k(0,this.e))return +this.e=b +this.a.aL()}, +sEc(a){if(J.d(a,this.f))return +this.f=a +this.a.aL()}, +SY(a,b,c,d,e,f,g,h,i){var s,r=A.axF(i) +b.cR(0) +if(r==null)b.a7(0,i.a) +else b.ba(0,r.a,r.b) +if(d!=null){s=d.$0() +if(e!=null)b.Q_(0,e.dD(s,h)) +else if(!a.k(0,B.a_))b.adO(A.axX(s,a.c,a.d,a.a,a.b)) +else b.rH(s)}b.kV(c,g,f) +b.bH(0)}} +A.tH.prototype={} +A.Eu.prototype={ +cq(a){return this.f!==a.f}} +A.z7.prototype={ +V3(a){return null}, +I(a){var s=this,r=a.au(t.sZ),q=r==null?null:r.f +return new A.DZ(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.gV2(),s.gaf5(),s.p1,s.p2,null)}, +af6(a){return!0}} +A.DZ.prototype={ +ap(){return new A.DY(A.w(t.R9,t.Pr),new A.b0(A.a([],t.IR),t.yw),null,B.n)}} +A.oi.prototype={ +K(){return"_HighlightType."+this.b}} +A.DY.prototype={ +gahQ(){var s=this.r +s=s.gaY(s) +s=new A.aZ(s,new A.aq3(),A.k(s).h("aZ")) +return!s.ga_(s)}, +FG(a,b){var s,r=this.y,q=r.a,p=q.length +if(b){r.b=!0 +q.push(a)}else r.B(0,a) +s=q.length!==0 +if(s!==(p!==0)){r=this.a.p1 +if(r!=null)r.FG(this,s)}}, +acw(a){var s=this,r=s.z +if(r!=null)r.b8(0) +s.z=null +r=s.c +r.toString +s.NO(r) +r=s.e +if(r!=null)r.rK(0) +s.e=null +r=s.a +if(r.id){r=s.c +r.toString +A.a9l(r)}s.a.d.$0() +s.z=A.c7(B.aG,new A.aq_(s))}, +HT(a){var s=this.c +s.toString +this.NO(s) +this.RR()}, +W0(){return this.HT(null)}, +Fa(){this.aF(new A.aq2())}, +gen(){var s=this.a.p4 +if(s==null){s=this.x +s.toString}return s}, +tF(){var s,r,q=this +if(q.a.p4==null)q.x=A.axD(null) +s=q.gen() +r=q.a +r.toString +s.fI(0,B.U,!(q.hB(r)||q.hC(r))) +q.gen().U(0,q.gnk())}, +aW(){this.ZQ() +this.tF() +$.a8.V$.f.a.d.E(0,this.gRO())}, +aX(a){var s,r,q,p,o=this +o.bh(a) +s=a.p4 +if(o.a.p4!=s){if(s!=null)s.J(0,o.gnk()) +if(o.a.p4!=null){s=o.x +if(s!=null){s.ok$=$.aD() +s.k4$=0}o.x=null}o.tF()}s=o.a +if(s.cx!=a.cx||s.CW!==a.CW||!1){s=o.r +r=s.i(0,B.dt) +if(r!=null){q=r.ch +q===$&&A.b() +q.n() +r.lz() +o.GH(B.dt,!1,o.f)}p=s.i(0,B.EN) +if(p!=null){s=p.ch +s===$&&A.b() +s.n() +p.lz()}}if(!J.d(o.a.db,a.db))o.abW() +s=o.a +s.toString +s=o.hB(s)||o.hC(s) +if(s!==(o.hB(a)||o.hC(a))){s=o.gen() +q=o.a +q.toString +s.fI(0,B.U,!(o.hB(q)||o.hC(q))) +s=o.a +s.toString +if(!(o.hB(s)||o.hC(s))){o.gen().fI(0,B.ac,!1) +r=o.r.i(0,B.dt) +if(r!=null){s=r.ch +s===$&&A.b() +s.n() +r.lz()}}o.GH(B.dt,!1,o.f)}o.GG()}, +n(){var s,r=this +$.a8.V$.f.a.d.B(0,r.gRO()) +r.gen().J(0,r.gnk()) +s=r.x +if(s!=null){s.ok$=$.aD() +s.k4$=0}s=r.z +if(s!=null)s.b8(0) +r.z=null +r.aZ()}, +guF(){if(!this.gahQ()){var s=this.d +s=s!=null&&s.a!==0}else s=!0 +return s}, +UO(a){switch(a.a){case 0:return B.aw +case 1:case 2:this.a.toString +return B.IL}}, +GH(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=null,f=h.r,e=f.i(0,a),d=a.a +switch(d){case 0:h.gen().fI(0,B.ac,c) +break +case 1:if(b)h.gen().fI(0,B.aj,c) +break +case 2:break}if(a===B.cQ){s=h.a.p1 +if(s!=null)s.FG(h,c)}s=e==null +if(c===(!s&&e.CW))return +if(c)if(s){s=h.a.fx +if(s==null)r=g +else{q=h.gen().a +r=s.a.$1(q)}if(r==null){s=h.c +s.toString +p=A.ap(s) +switch(d){case 0:r=h.a.fr +if(r==null)r=p.cy +break +case 2:r=h.a.dx +if(r==null)r=p.cx +break +case 1:r=h.a.dy +if(r==null)r=p.dx +break}}s=h.c.gW() +s.toString +t.x.a(s) +q=h.c +q.toString +q=A.aDf(q,t.zd) +q.toString +o=h.a +o.toString +o=h.hB(o)||h.hC(o)?r:A.M(0,r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255) +n=h.a +m=n.CW +l=n.cx +k=n.db +n=n.p2.$1(s) +j=h.c.au(t.I) +j.toString +i=h.UO(a) +s=new A.nd(m,l,B.a_,n,j.w,o,k,q,s,new A.aq4(h,a)) +i=A.ct(B.L,g,i,0,g,1,g,q.A) +i.bD() +o=i.cI$ +o.b=!0 +o.a.push(q.gdi()) +i.bD() +o=i.cO$ +o.b=!0 +o.a.push(s.ga3J()) +i.c7(0) +s.ch=i +o=s.e +o=o.gl(o) +s.ay=new A.aw(t.m.a(i),new A.ng(0,o>>>24&255),t.Hd.h("aw")) +q.Dz(s) +f.m(0,a,s) +h.nL()}else{e.CW=!0 +f=e.ch +f===$&&A.b() +f.c7(0)}else{e.CW=!1 +f=e.ch +f===$&&A.b() +f.el(0)}switch(d){case 0:f=h.a.at +if(f!=null)f.$1(c) +break +case 1:if(b){f=h.a.ax +if(f!=null)f.$1(c)}break +case 2:break}}, +lm(a,b){return this.GH(a,!0,b)}, +abW(){var s,r,q,p=this +for(s=p.r,s=s.gaY(s),s=new A.cS(J.aj(s.a),s.b),r=A.k(s).z[1];s.q();){q=s.a +if(q==null)q=r.a(q) +if(q!=null)q.sEc(p.a.db)}s=p.e +if(s!=null)s.sEc(p.a.db) +s=p.d +if(s!=null&&s.a!==0)for(s=new A.oh(s,s.qJ()),r=A.k(s).c;s.q();){q=s.d +if(q==null)q=r.a(q) +q.sEc(p.a.db)}}, +a1H(a){var s,r,q,p,o,n,m,l,k,j,i=this,h={},g=i.c +g.toString +g=A.aDf(g,t.zd) +g.toString +s=i.c.gW() +s.toString +t.x.a(s) +r=s.fJ(a) +q=i.a.fx +if(q==null)q=null +else{p=i.gen().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.ap(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.ap(q).x}p=i.a +k=p.ch +p=p.cx +j=i.c.au(t.I) +j.toString +return h.a=q.Qw(0,m,o,k,g,l,new A.apZ(h,i),r,p,n,s,j.w)}, +agE(a){if(this.c==null)return +this.aF(new A.aq1(this))}, +gaaO(){var s,r=this,q=r.c +q.toString +q=A.dc(q,B.eM) +s=q==null?null:q.ch +switch((s==null?B.ei:s).a){case 0:q=r.a +q.toString +return(r.hB(q)||r.hC(q))&&r.Q +case 1:return r.Q}}, +GG(){var s,r=$.a8.V$.f.a.b +switch((r==null?A.w2():r).a){case 0:s=!1 +break +case 1:s=this.gaaO() +break +default:s=null}this.lm(B.EN,s)}, +agG(a){var s,r=this +r.Q=a +r.gen().fI(0,B.ak,a) +r.GG() +s=r.a.k2 +if(s!=null)s.$1(a)}, +RK(a){if(this.y.a.length!==0)return +this.abe(a)}, +aht(a){this.RK(a) +this.a.toString}, +ahv(a){this.a.toString}, +ahi(a){this.RK(a) +this.a.toString}, +ahk(a){this.a.toString}, +NP(a,b){var s,r,q,p,o=this +if(a!=null){s=a.gW() +s.toString +t.x.a(s) +r=s.gv(s) +r=new A.A(0,0,0+r.a,0+r.b).gb3() +q=A.bH(s.bi(0,null),r)}else q=b.a +o.gen().fI(0,B.ac,!0) +p=o.a1H(q) +s=o.d;(s==null?o.d=A.cF(t.nQ):s).E(0,p) +s=o.e +if(s!=null)s.b8(0) +o.e=p +o.nL() +o.lm(B.cQ,!0)}, +NO(a){return this.NP(a,null)}, +abe(a){return this.NP(null,a)}, +RR(){var s=this,r=s.e +if(r!=null)r.rK(0) +s.e=null +s.lm(B.cQ,!1) +r=s.a +if(r.id){r=s.c +r.toString +A.a9l(r)}s.a.d.$0()}, +ahr(){var s=this,r=s.e +if(r!=null)r.b8(0) +s.e=null +s.a.toString +s.lm(B.cQ,!1)}, +ahe(){var s=this,r=s.e +if(r!=null)r.rK(0) +s.e=null +s.lm(B.cQ,!1) +s.a.toString}, +ahg(){var s=this,r=s.e +if(r!=null)r.b8(0) +s.e=null +s.a.toString +s.lm(B.cQ,!1)}, +dI(){var s,r,q,p,o,n,m,l=this,k=l.d +if(k!=null){l.d=null +for(k=new A.oh(k,k.qJ()),s=A.k(k).c;k.q();){r=k.d;(r==null?s.a(r):r).n()}l.e=null}for(k=l.r,s=A.k4(k,k.r);s.q();){r=s.d +q=k.i(0,r) +if(q!=null){p=q.ch +p===$&&A.b() +p.r.n() +p.r=null +o=p.cO$ +o.b=!1 +B.b.a2(o.a) +n=o.c +if(n===$){m=A.cF(o.$ti.c) +o.c!==$&&A.aK() +o.c=m +n=m}if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}o=p.cI$ +o.b=!1 +B.b.a2(o.a) +n=o.c +if(n===$){m=A.cF(o.$ti.c) +o.c!==$&&A.aK() +o.c=m +n=m}if(n.a>0){n.b=n.c=n.d=n.e=null +n.a=0}p.AB() +q.lz()}k.m(0,r,null)}k=l.a.p1 +if(k!=null)k.FG(l,!1) +l.ZP()}, +hB(a){return!0}, +hC(a){return!1}, +agZ(a){var s=this,r=s.f=!0,q=s.a +q.toString +if(!s.hB(q)?s.hC(q):r)s.lm(B.dt,s.f)}, +ah0(a){this.f=!1 +this.lm(B.dt,!1)}, +ga0J(){var s,r=this,q=r.c +q.toString +q=A.dc(q,B.eM) +s=q==null?null:q.ch +switch((s==null?B.ei:s).a){case 0:q=r.a +q.toString +return(r.hB(q)||r.hC(q))&&r.a.ok +case 1:return!0}}, +I(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=null +e.AC(a) +s=new A.aq0(e,a) +for(r=e.r,q=A.k4(r,r.r);q.q();){p=q.d +o=r.i(0,p) +if(o!=null)o.sa4(0,s.$1(p))}r=e.e +if(r!=null){q=e.a.fx +if(q==null)q=d +else{p=e.gen().a +p=q.a.$1(p) +q=p}if(q==null)q=e.a.fy +r.sa4(0,q==null?A.ap(a).k3:q)}r=e.a.ay +if(r==null)r=B.iA +n=A.lr(r,e.gen().a,t.Pb) +m=e.w +if(m===$){r=e.gacv() +q=t.g +p=t.b +l=A.aJ([B.a5h,new A.cw(r,new A.b0(A.a([],q),p),t.wY),B.a5i,new A.cw(r,new A.b0(A.a([],q),p),t.nz)],t.n,t.od) +e.w!==$&&A.aK() +e.w=l +m=l}r=e.a.k4 +q=e.ga0J() +p=e.a +p.toString +p=e.hB(p)?e.gahs():d +o=e.a +o.toString +o=e.hB(o)?e.gahu():d +k=e.a +k.toString +k=e.hB(k)?e.gahp():d +j=e.a +j.toString +j=e.hB(j)?e.gahq():d +i=e.a +i.toString +i=e.hC(i)?e.gahh():d +h=e.a +h.toString +h=e.hC(h)?e.gahj():d +g=e.a +g.toString +g=e.hC(g)?e.gahd():d +f=e.a +f.toString +f=e.hC(f)?e.gahf():d +return new A.Eu(e,A.rr(m,A.tn(!1,q,A.ns(A.aNI(A.cW(d,A.ld(B.aH,e.a.c,B.au,!0,d,d,d,d,d,d,d,d,d,d,g,f,i,h,k,j,p,o),!1,d,!1,!1,d,d,d,d,d,d,d,d,d,d,d,e.gW_(),d,d,d,d,d,d,d,d,d),n),n,d,e.gagY(),e.gah_(),d),d,d,d,r,!0,d,e.gagF(),d,d,d,d)),d)}, +$iayH:1} +A.aq3.prototype={ +$1(a){return a!=null}, +$S:201} +A.aq_.prototype={ +$0(){this.a.lm(B.cQ,!1)}, +$S:0} +A.aq2.prototype={ +$0(){}, +$S:0} +A.aq4.prototype={ +$0(){var s=this.a +s.r.m(0,this.b,null) +s.nL()}, +$S:0} +A.apZ.prototype={ +$0(){var s,r=this.b,q=r.d +if(q!=null){s=this.a +q.B(0,s.a) +if(r.e==s.a)r.e=null +r.nL()}}, +$S:0} +A.aq1.prototype={ +$0(){this.a.GG()}, +$S:0} +A.aq0.prototype={ +$1(a){var s,r,q=this,p=A.ap(q.b) +switch(a.a){case 0:s=q.a +r=s.a.fx +r=r==null?null:r.a.$1(B.a_q) +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.a_k) +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.a_e) +s=r==null?s.a.dy:r +return s==null?p.dx:s}}, +$S:197} +A.MM.prototype={} +A.Gx.prototype={ +aW(){this.bb() +if(this.guF())this.qP()}, +dI(){var s=this.hN$ +if(s!=null){s.aE() +s.eZ() +this.hN$=null}this.qu()}} +A.a9u.prototype={ +K(){return"FloatingLabelBehavior."+this.b}} +A.LU.prototype={ +gu(a){return B.e.gu(-1)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.LU&&!0}, +j(a){return A.aOx(-1)}} +A.MN.prototype={ +gu(a){var s=null +return A.K(s,s,s,s,s,s,s,B.Jp,B.iy,!1,s,!1,s,s,s,s,s,s,!1,A.K(s,s,s,s,s,s,s,s,s,s,s,!1,s,s,B.a,B.a,B.a,B.a,B.a,B.a))}, +k(a,b){var s +if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +if(b instanceof A.MN)if(B.iy.k(0,B.iy))s=!0 +else s=!1 +else s=!1 +return s}} +A.Y1.prototype={} +A.zA.prototype={ +gu(a){var s=this +return A.K(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,B.a)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.O(b)!==A.r(r))return!1 +if(b instanceof A.zA)if(J.d(b.b,r.b))if(b.c==r.c)if(J.d(b.d,r.d))if(J.d(b.e,r.e))if(J.d(b.r,r.r))if(J.d(b.w,r.w))if(J.d(b.x,r.x))if(J.d(b.f,r.f))if(J.d(b.y,r.y))if(J.d(b.z,r.z))if(J.d(b.Q,r.Q))if(b.as==r.as)if(b.at==r.at)if(b.ax==r.ax)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 +return s}} +A.Yp.prototype={} +A.Ch.prototype={ +ap(){return new A.FH(B.f,B.n)}} +A.alD.prototype={ +$3(a,b,c){switch(A.br().a){case 2:return new A.y4(b,c,null) +case 0:return new A.Ch(c,null) +case 1:case 3:case 4:case 5:return null}}, +$C:"$3", +$R:3, +$S:198} +A.FH.prototype={ +aW(){this.bb() +this.a.c.U(0,this.gBz())}, +n(){var s,r=this +r.a.c.J(0,r.gBz()) +s=r.e +if(s!=null)s.b8(0) +r.aZ()}, +by(){this.K0() +this.dZ()}, +aX(a){var s,r=this,q=a.c +if(q!==r.a.c){s=r.gBz() +q.J(0,s) +r.a.c.U(0,s)}r.bh(a)}, +K0(){var s,r,q,p,o,n,m,l=this,k={},j=l.a.c,i=j.gl(j) +j=l.c +j.toString +j=A.bU(j,B.eL,t.l).w.a +s=i.a +r=i.b +r=new A.i(A.H(s.a,r.a,r.c),i.c.gb3().b).a1(0,new A.i(38.685,59.9)) +s=r.a +r=r.b +q=A.aDi(new A.A(0,0,0+j.a,0+j.b),new A.A(s,r,s+77.37,r+37.9)) +s=q.b +j=i.d +p=j.c +o=j.a +n=p-o<61.896?j.gb3().a:A.H(q.gb3().a,o+30.948,p-30.948) +j=q.gb3() +m=k.a=l.e +p=l.d +if(p!=null&&s!==p.b){if(m!=null&&m.b!=null)m.b8(0) +k.a=A.c7(B.mB,new A.ata(l))}l.aF(new A.atb(k,l,new A.i(q.a,s),new A.i(n-j.a,r-s)))}, +I(a){var s,r=this.d,q=r.b +r=r.a +s=this.e!=null?B.mB:B.w +return A.aAW(new A.Nk(this.f,null),B.ad,s,r,q)}} +A.ata.prototype={ +$0(){var s=this.a +return s.aF(new A.at9(s))}, +$S:0} +A.at9.prototype={ +$0(){this.a.e=null}, +$S:0} +A.atb.prototype={ +$0(){var s=this,r=s.b +r.d=s.c +r.e=s.a.a +r.f=s.d}, +$S:0} +A.Nk.prototype={ +I(a){return new A.AG(new A.oS(B.H7,null,null),A.aDj(1,B.Rh,new A.cN(B.Fj,B.v)),this.c.X(0,new A.i(0,40.95)),1.25,B.a_X,null)}} +A.nq.prototype={ +K(){return"MaterialType."+this.b}} +A.zM.prototype={ +ap(){return new A.YB(new A.bp("ink renderer",t.B),null,null,B.n)}} +A.YB.prototype={ +a3e(a){var s=A.ap(a),r=this.a,q=r.f +if(q==null)switch(r.d.a){case 0:q=s.as +break +case 1:q=s.at +break +case 3:case 2:case 4:break}return q}, +I(a){var s,r,q,p,o,n,m,l=this,k=null,j=A.ap(a),i=l.a3e(a),h=l.a,g=h.r +if(g==null){s=j.ax.fy +if(s==null)s=B.o +g=s}r=h.e +q=h.c +s=h.x +if(s==null){h=A.ap(a).p3.z +h.toString}else h=s +s=l.a +q=new A.wZ(q,h,B.ad,s.as,k,k) +h=s +s=h.d +q=new A.dG(new A.aqF(l),new A.Y0(i,l,s!==B.hl,q,l.d),k,t.Tm) +if(s===B.hj&&h.y==null&&h.at==null){A.ap(a) +i.toString +h=l.a +p=A.aC9(i,h.w,h.e) +h=l.a +s=h.as +return new A.x0(q,B.b3,h.Q,r,p,!1,g,B.bf,s,k,k)}o=l.a3C() +h=l.a +if(h.d===B.hl)return A.a6d(new A.Fk(q,o,!0,k),h.Q,new A.nT(o,A.e8(a))) +s=h.as +n=h.Q +m=h.e +i.toString +return new A.E9(q,o,!0,n,m,i,g,h.w,B.bf,s,k,k)}, +a3C(){var s=this.a,r=s.y +if(r!=null)return r +r=s.at +if(r!=null)return new A.cN(r,B.v) +s=s.d +switch(s.a){case 0:case 4:return B.kq +case 1:case 3:s=B.Vq.i(0,s) +s.toString +return new A.cN(s,B.v) +case 2:return B.lW}}, +$ib5:1} +A.aqF.prototype={ +$1(a){var s,r=$.a8.V$.z.i(0,this.a.d).gW() +r.toString +t.zd.a(r) +s=r.bp +s=s==null?null:s.length!==0 +if(s===!0)r.aL() +return!1}, +$S:199} +A.EL.prototype={ +Dz(a){var s=this.bp;(s==null?this.bp=A.a([],t.VB):s).push(a) +this.aL()}, +k6(a){return this.ak}, +aJ(a,b){var s,r,q,p,o,n=this,m=n.bp +if(m!=null&&m.length!==0){s=a.gbK(a) +s.cR(0) +s.ba(0,b.a,b.b) +r=n.gv(n) +s.rH(new A.A(0,0,0+r.a,0+r.b)) +for(r=m.length,q=0;q#"+A.bh(this)}} +A.qw.prototype={ +ev(a){return A.dl(this.a,this.b,a)}} +A.E9.prototype={ +ap(){return new A.Yy(null,null,B.n)}} +A.Yy.prototype={ +po(a){var s,r,q=this +q.CW=t.ir.a(a.$3(q.CW,q.a.z,new A.aqA())) +s=q.a +r=t.YJ +s=r.a(a.$3(q.cy,s.as,new A.aqB())) +q.cy=s +s=q.a.at +q.cx=s!=null?r.a(a.$3(q.cx,s,new A.aqC())):null +q.db=t.TZ.a(a.$3(q.db,q.a.w,new A.aqD()))}, +I(a){var s,r,q,p,o,n,m=this,l=null,k=m.db +k.toString +s=m.geG() +s=k.a7(0,s.gl(s)) +s.toString +k=m.CW +k.toString +r=m.geG() +q=k.a7(0,r.gl(r)) +A.ap(a) +k=m.a.Q +r=m.cx +if(r==null)r=l +else{p=m.geG() +p=r.a7(0,p.gl(p)) +r=p}o=A.aC9(k,r,q) +m.a.toString +k=m.cy +if(k==null)n=l +else{r=m.geG() +r=k.a7(0,r.gl(r)) +n=r}if(n==null)n=B.D +k=A.e8(a) +r=m.a +return new A.Q_(new A.nT(s,k),r.y,q,o,n,new A.Fk(r.r,s,!0,l),l)}} +A.aqA.prototype={ +$1(a){return new A.aB(A.mk(a),null,t.Y)}, +$S:28} +A.aqB.prototype={ +$1(a){return new A.e5(t.G.a(a),null)}, +$S:69} +A.aqC.prototype={ +$1(a){return new A.e5(t.G.a(a),null)}, +$S:69} +A.aqD.prototype={ +$1(a){return new A.qw(t.RY.a(a),null)}, +$S:202} +A.Fk.prototype={ +I(a){var s=A.e8(a) +return A.mU(this.c,new A.a0e(this.d,s,null),null,null,B.F)}} +A.a0e.prototype={ +aJ(a,b){this.b.jt(a,new A.A(0,0,0+b.a,0+b.b),this.c)}, +eE(a){return!a.b.k(0,this.b)}} +A.a2q.prototype={ +ce(){this.dF() +this.dc() +this.fs()}, +n(){var s=this,r=s.bn$ +if(r!=null)r.J(0,s.gf3()) +s.bn$=null +s.aZ()}} +A.Yz.prototype={ +ns(a){return a.gd3(a)==="en"}, +hm(a,b){return new A.bl(B.FS,t.az)}, +mD(a){return!1}, +j(a){return"DefaultMaterialLocalizations.delegate(en_US)"}} +A.L4.prototype={ +ga8(){return"Open navigation menu"}, +gaB(){return"Back"}, +gac(){return"Delete"}, +gaC(){return"More"}, +gM(){return"Copy"}, +gN(){return"Cut"}, +gaa(){return"Scan text"}, +gO(){return"Paste"}, +gH(){return"Select all"}, +gC(){return"Look Up"}, +gP(){return"Search Web"}, +gaD(){return B.r}, +$iU:1} +A.di.prototype={ +K(){return"MaterialState."+this.b}} +A.P8.prototype={$ibt:1} +A.YC.prototype={ +af(a){return this.c.$1(a)}} +A.Pa.prototype={ +xG(a){return this.af(A.aM(t.ui)).xG(a)}, +$ibt:1} +A.X9.prototype={ +af(a){if(a.t(0,B.U))return B.bz +return B.ci}, +grT(){return"MaterialStateMouseCursor(clickable)"}} +A.bt.prototype={} +A.E2.prototype={ +af(a){var s,r=this,q=r.a,p=q==null?null:q.af(a) +q=r.b +s=q==null?null:q.af(a) +return r.d.$3(p,s,r.c)}, +$ibt:1} +A.cY.prototype={ +af(a){return this.a.$1(a)}, +$ibt:1} +A.cb.prototype={ +af(a){return this.a}, +j(a){var s="MaterialStatePropertyAll(",r=this.a +if(typeof r=="number")return s+A.iO(r)+")" +else return s+A.n(r)+")"}, +$ibt:1} +A.Pb.prototype={ +fI(a,b,c){var s=this.a +if(c?J.fN(s,b):J.my(s,b))this.aE()}} +A.P9.prototype={ +Uj(a,b){return new A.adw(this,a,b)}, +Ui(a){return this.Uj(a,null)}, +acF(a){if(this.pk$.E(0,a))this.aF(new A.adu())}, +zy(a){if(this.pk$.B(0,a))this.aF(new A.adv())}} +A.adw.prototype={ +$1(a){var s=this.a,r=this.b +if(s.pk$.t(0,r)===a)return +if(a)s.acF(r) +else s.zy(r)}, +$S:11} +A.adu.prototype={ +$0(){}, +$S:0} +A.adv.prototype={ +$0(){}, +$S:0} +A.Pg.prototype={} +A.A_.prototype={ +gu(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.A_&&J.d(b.a,this.a)}} +A.YF.prototype={} +A.Ph.prototype={ +gu(a){var s=this +return A.cy([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.O(b)!==A.r(r))return!1 +if(b instanceof A.Ph)if(b.a==r.a)if(b.b==r.b)if(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===r.x)if(b.y==r.y)s=J.d(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.Yl.prototype={ +af(a){var s,r=this,q=r.a,p=q==null?null:q.af(a) +q=r.b +s=q==null?null:q.af(a) +q=p==null +if(q&&s==null)return null +if(q){q=s.a +return A.aO(new A.c9(A.M(0,q.gl(q)>>>16&255,q.gl(q)>>>8&255,q.gl(q)&255),0,B.V,-1),s,r.c)}if(s==null){q=p.a +return A.aO(p,new A.c9(A.M(0,q.gl(q)>>>16&255,q.gl(q)>>>8&255,q.gl(q)&255),0,B.V,-1),r.c)}return A.aO(p,s,r.c)}, +$ibt:1} +A.YG.prototype={} +A.u7.prototype={ +gu(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.u7&&J.d(b.a,this.a)}} +A.YH.prototype={} +A.Aa.prototype={ +gu(a){var s=this +return A.K(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.O(b)!==A.r(s))return!1 +return b instanceof A.Aa&&b.a==s.a&&J.d(b.b,s.b)&&b.c==s.c&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.r,s.r)&&b.w==s.w&&b.x==s.x&&!0}} +A.YV.prototype={} +A.Ab.prototype={ +gu(a){var s=this +return A.K(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.O(b)!==A.r(s))return!1 +return b instanceof A.Ab&&b.a==s.a&&J.d(b.b,s.b)&&b.c==s.c&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.r,s.r)&&J.d(b.w,s.w)&&b.x==s.x&&b.y==s.y}} +A.YX.prototype={} +A.Ac.prototype={ +gu(a){var s=this +return A.K(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.O(b)!==A.r(s))return!1 +return b instanceof A.Ac&&J.d(b.a,s.a)&&b.b==s.b&&J.d(b.c,s.c)&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&b.r==s.r&&J.d(b.y,s.y)&&J.d(b.z,s.z)&&b.Q==s.Q&&b.as==s.as}} +A.YY.prototype={} +A.Am.prototype={ +gu(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.Am&&J.d(b.a,this.a)}} +A.Zb.prototype={} +A.zX.prototype={ +gzO(a){return B.d0}, +goO(){return null}, +gxm(){return null}, +DT(a){var s +if(t.Le.b(a)){a.gjg() +s=!0}else s=!1 +if(!s)if(a instanceof A.mb){a.$ti.h("fm<1>").a(a.b) +s=!0}else s=!1 +else s=!0 +return s}, +kN(a,b,c){var s=null +return A.cW(s,this.adk(a),!1,s,!1,!0,s,s,s,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s,s,s)}, +xs(a,b,c,d){var s,r=A.ap(a),q=A.ap(a).r +if(this.a.cx.a)q=B.ao +s=r.f.a.i(0,q) +if(s==null)s=B.lS +return s.DS(this,a,b,c,d,A.k(this).c)}} +A.j6.prototype={ +lZ(a){var s=null,r=this.$ti,q=A.a([],t.Zt),p=$.an,o=r.h("ay<1?>"),n=r.h("bv<1?>"),m=A.uz(B.cq),l=A.a([],t.wi),k=$.aD(),j=$.an +return new A.Et(!1,!0,!1,q,A.aM(t.kj),new A.bp(s,r.h("bp>")),new A.bp(s,t.B),new A.Ao(),s,0,new A.bv(new A.ay(p,o),n),m,l,this,new A.bq(s,k,t.XR),new A.bv(new A.ay(j,o),n),r.h("Et<1>"))}} +A.Et.prototype={ +adk(a){return this.$ti.h("j6<1>").a(this.b).r}, +gnv(){this.$ti.h("j6<1>").a(this.b) +return!0}, +gjg(){this.$ti.h("j6<1>").a(this.b) +return!1}, +gm_(){return A.eR.prototype.gm_.call(this)+"("+A.n(this.$ti.h("j6<1>").a(this.b).a)+")"}} +A.GD.prototype={} +A.a2b.prototype={ +I(a){var s=this +return new A.t9(s.c,new A.au2(s),new A.au3(s),new A.t9(new A.jg(s.d,new A.b0(A.a([],t.x8),t.jc),0),new A.au4(s),new A.au5(s),s.f,null),null)}} +A.au2.prototype={ +$3(a,b,c){return new A.ov(b,c,this.a.e&&!0,!1,null)}, +$C:"$3", +$R:3, +$S:194} +A.au3.prototype={ +$3(a,b,c){return new A.ow(b,this.a.e,!0,c,null)}, +$C:"$3", +$R:3, +$S:193} +A.au4.prototype={ +$3(a,b,c){return new A.ov(b,c,this.a.e&&!0,!0,null)}, +$C:"$3", +$R:3, +$S:194} +A.au5.prototype={ +$3(a,b,c){return new A.ow(b,this.a.e,!1,c,null)}, +$C:"$3", +$R:3, +$S:193} +A.ov.prototype={ +ap(){return new A.a29(new A.BT($.aD()),$,$,B.n)}} +A.a29.prototype={ +gGK(){return!1}, +r4(){var s,r=this,q=r.a,p=q.f +if(p)s=B.dA +else{s=$.aK4() +s=new A.aw(q.c,s,s.$ti.h("aw"))}r.kX$=s +p=p?$.aK5():$.aK6() +q=q.c +r.m7$=new A.aw(q,p,p.$ti.h("aw")) +q.U(0,r.gpI()) +r.a.c.fM(r.gpH())}, +aW(){var s,r,q,p,o=this +o.r4() +s=o.a +r=s.f +q=o.kX$ +q===$&&A.b() +p=o.m7$ +p===$&&A.b() +o.d=A.aGj(s.c,q,r,p) +o.bb()}, +aX(a){var s,r,q,p=this,o=p.a +if(a.f!==o.f||a.c!==o.c){o=a.c +o.J(0,p.gpI()) +o.dA(p.gpH()) +p.r4() +o=p.d +o===$&&A.b() +o.n() +o=p.a +s=o.f +r=p.kX$ +r===$&&A.b() +q=p.m7$ +q===$&&A.b() +p.d=A.aGj(o.c,r,s,q)}p.bh(a)}, +n(){var s,r=this +r.a.c.J(0,r.gpI()) +r.a.c.dA(r.gpH()) +s=r.d +s===$&&A.b() +s.n() +r.a_7()}, +I(a){var s=this.d +s===$&&A.b() +return A.aEG(!0,this.a.d,this.m6$,B.E6,s)}} +A.ow.prototype={ +ap(){return new A.a2a(new A.BT($.aD()),$,$,B.n)}} +A.a2a.prototype={ +gGK(){return!1}, +r4(){var s,r=this,q=r.a,p=q.e +if(p){s=$.aK8() +s=new A.aw(q.c,s,s.$ti.h("aw"))}else s=B.dA +r.kX$=s +p=p?$.aK9():$.aKa() +q=q.c +r.m7$=new A.aw(q,p,p.$ti.h("aw")) +q.U(0,r.gpI()) +r.a.c.fM(r.gpH())}, +aW(){var s,r,q,p,o=this +o.r4() +s=o.a +r=s.e +q=o.kX$ +q===$&&A.b() +p=o.m7$ +p===$&&A.b() +o.d=A.aGk(s.c,q,r,p) +o.bb()}, +aX(a){var s,r,q,p=this,o=p.a +if(a.e!==o.e||a.c!==o.c){o=a.c +o.J(0,p.gpI()) +o.dA(p.gpH()) +p.r4() +o=p.d +o===$&&A.b() +o.n() +o=p.a +s=o.e +r=p.kX$ +r===$&&A.b() +q=p.m7$ +q===$&&A.b() +p.d=A.aGk(o.c,r,s,q)}p.bh(a)}, +n(){var s,r=this +r.a.c.J(0,r.gpI()) +r.a.c.dA(r.gpH()) +s=r.d +s===$&&A.b() +s.n() +r.a_8()}, +I(a){var s=this.d +s===$&&A.b() +return A.aEG(!0,this.a.f,this.m6$,B.E6,s)}} +A.jb.prototype={} +A.V3.prototype={ +DS(a,b,c,d,e){return new A.a2b(c,d,!0,e,!0,null)}} +A.KO.prototype={ +DS(a,b,c,d,e,f){return A.aBz(a,b,c,d,e,f)}} +A.uk.prototype={ +B3(a){var s=t.Tr +return A.af(new A.S(B.jE,new A.aeX(a),s),!0,s.h("bd.E"))}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.O(b)!==A.r(r))return!1 +s=b instanceof A.uk +if(s&&r.a===b.a)return!0 +return s&&A.d7(r.B3(b.a),r.B3(r.a))}, +gu(a){return A.cy(this.B3(this.a))}} +A.aeX.prototype={ +$1(a){return this.a.i(0,a)}, +$S:205} +A.wI.prototype={ +ajL(){var s,r=this,q=r.m7$ +q===$&&A.b() +s=q.a +if(J.d(q.b.a7(0,s.gl(s)),1)){q=r.kX$ +q===$&&A.b() +if(!J.d(q.gl(q),0)){q=r.kX$ +q=J.d(q.gl(q),1)}else q=!0}else q=!1 +s=r.m6$ +if(q)s.sxg(!1) +else{r.gGK() +s.sxg(!1)}}, +ajK(a){switch(a.a){case 0:case 3:this.m6$.sxg(!1) +break +case 1:case 2:this.gGK() +this.m6$.sxg(!1) +break}}} +A.Gn.prototype={ +Cv(a){this.aE()}, +a2h(a,b,c){var s,r,q,p,o +if(!this.r){s=this.w +s=s.gbx(s)!==B.a3}else s=!1 +if(s){s=this.w +s=$.aK7().a7(0,s.gl(s)) +s.toString +r=s}else r=0 +if(r>0){s=a.gbK(a) +q=b.a +p=b.b +o=$.a7().al() +o.sa4(0,A.M(B.d.am(255*r),0,0,0)) +s.dv(new A.A(q,p,q+c.a,p+c.b),o)}}, +uc(a,b,c,d){var s,r,q=this,p=q.w +switch(p.gbx(p).a){case 3:case 0:return d.$2(a,b) +case 1:case 2:break}q.a2h(a,b,c) +p=q.z +s=q.x +r=s.a +A.aH6(p,s.b.a7(0,r.gl(r)),c) +r=q.as +r.saI(0,a.ui(!0,b,p,new A.au0(q,d),r.a))}, +n(){var s=this,r=s.w,q=s.gfD() +r.J(0,q) +r.dA(s.gr3()) +s.x.a.J(0,q) +s.y.J(0,q) +s.Q.saI(0,null) +s.as.saI(0,null) +s.eZ()}, +eE(a){var s,r,q,p,o=this +if(a.r===o.r){s=a.w +r=o.w +if(J.d(s.gl(s),r.gl(r))){s=a.x +r=s.a +q=o.x +p=q.a +if(J.d(s.b.a7(0,r.gl(r)),q.b.a7(0,p.gl(p)))){s=a.y +r=o.y +r=!J.d(s.gl(s),r.gl(r)) +s=r}else s=!0}else s=!0}else s=!0 +return s}} +A.au0.prototype={ +$2(a,b){var s=this.a,r=s.Q +s=s.y +r.saI(0,a.Tf(b,B.d.am(s.gl(s)*255),this.b,r.a))}, +$S:9} +A.Go.prototype={ +Cv(a){this.aE()}, +uc(a,b,c,d){var s,r,q=this,p=q.y +switch(p.gbx(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.aH6(p,s.b.a7(0,r.gl(r)),c) +r=q.as +r.saI(0,a.ui(!0,b,p,new A.au1(q,d),r.a))}, +eE(a){var s,r,q,p +if(a.r===this.r){s=a.x +r=this.x +if(J.d(s.gl(s),r.gl(r))){s=a.w +r=s.a +q=this.w +p=q.a +p=!J.d(s.b.a7(0,r.gl(r)),q.b.a7(0,p.gl(p))) +s=p}else s=!0}else s=!0 +return s}, +n(){var s,r=this +r.Q.saI(0,null) +r.as.saI(0,null) +s=r.gfD() +r.w.a.J(0,s) +r.x.J(0,s) +r.y.dA(r.gr3()) +r.eZ()}} +A.au1.prototype={ +$2(a,b){var s=this.a,r=s.Q +s=s.x +r.saI(0,a.Tf(b,B.d.am(s.gl(s)*255),this.b,r.a))}, +$S:9} +A.Zh.prototype={} +A.GM.prototype={ +n(){var s=this.m6$ +s.ok$=$.aD() +s.k4$=0 +this.aZ()}} +A.GN.prototype={ +n(){var s=this.m6$ +s.ok$=$.aD() +s.k4$=0 +this.aZ()}} +A.Aw.prototype={ +gu(a){var s=this +return A.K(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.O(b)!==A.r(s))return!1 +return b instanceof A.Aw&&J.d(b.a,s.a)&&J.d(b.b,s.b)&&b.c==s.c&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&b.r==s.r&&J.d(b.z,s.z)&&b.Q==s.Q}} +A.ZT.prototype={} +A.Qi.prototype={} +A.Ym.prototype={ +aJ(a,b){var s=this,r=$.a7().al() +r.sa4(0,s.b) +r.sdq(0,B.bM) +r.sa4(0,s.c) +new A.aqo(s,b,a,r).$2(0,A.H(s.d,0,1)*b.a)}, +eE(a){var s=this +return!a.b.k(0,s.b)||!a.c.k(0,s.c)||a.d!==s.d||a.e!==s.e||a.f!==s.f||!a.r.k(0,s.r)}} +A.aqo.prototype={ +$2(a,b){var s,r,q,p,o,n=this +if(b<=0)return +s=n.a +switch(s.f.a){case 0:r=n.b.a-b-a +break +case 1:r=a +break +default:r=null}q=new A.A(r,0,r+b,0+n.b.b) +s=s.r +p=n.c +o=n.d +if(!s.k(0,B.a_))p.dK(s.d6(q),o) +else p.dv(q,o)}, +$S:206} +A.zx.prototype={ +ap(){return new A.Yn(null,null,B.n)}} +A.Yn.prototype={ +aW(){var s=this +s.bb() +s.d=A.ct(B.L,null,B.IG,0,null,1,null,s) +s.a.toString}, +aX(a){var s,r +this.bh(a) +this.a.toString +s=this.d +s===$&&A.b() +r=s.r +r=r!=null&&r.a!=null +if(r)s.eF(0)}, +n(){var s=this.d +s===$&&A.b() +s.n() +this.ZR()}, +a0j(a,b,c){var s,r,q,p,o,n,m,l,k=this,j=null +A.ap(a) +s=new A.aqn(a,j,j,j,j,j) +r=A.aE1(a) +q=k.a +q.toString +q=q.d +p=q==null?r.b:q +if(p==null)p=s.gtR() +k.a.toString +o=r.c +if(o==null)o=s.gtQ() +q=k.a +q.toString +if(!B.a_.k(0,B.a_))k.a.toString +n=k.a +n.toString +m=s.ga4(s) +n=n.e +if(n==null)n=A.aE1(a).a +if(n==null)n=m +n=A.mQ(j,A.mU(j,j,j,new A.Ym(p,n,k.a.c,b,c,B.a_,j),B.F),B.I,j,new A.aP(1/0,1/0,o,1/0),new A.h2(p,j,j,j,new A.cN(B.a_,B.v)),j,j,j,j) +l=q.w +l=""+B.d.am(q.c*100)+"%" +return A.cW(j,n,!1,j,!1,!1,j,j,j,q.r,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,j,l)}, +I(a){var s,r=a.au(t.I) +r.toString +this.a.toString +s=this.d +s===$&&A.b() +s=s.x +s===$&&A.b() +r=this.a0j(a,s,r.w) +return r}, +$ib5:1} +A.aqn.prototype={ +gMF(){var s,r=this,q=r.r +if(q===$){s=A.ap(r.f) +r.r!==$&&A.aK() +q=r.r=s.ax}return q}, +ga4(a){return this.gMF().b}, +gtR(){var s=this.gMF(),r=s.dx +return r==null?s.cy:r}, +gtQ(){return 4}} +A.Gy.prototype={ +n(){var s=this,r=s.cJ$ +if(r!=null)r.J(0,s.gjL()) +s.cJ$=null +s.aZ()}, +ce(){this.dF() +this.dc() +this.jM()}} +A.uw.prototype={ +gu(a){var s=this +return A.K(s.ga4(s),s.gtR(),s.gtQ(),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.O(b)!==A.r(s))return!1 +return b instanceof A.uw&&J.d(b.ga4(b),s.ga4(s))&&J.d(b.gtR(),s.gtR())&&b.gtQ()==s.gtQ()&&J.d(b.d,s.d)&&J.d(b.e,s.e)}, +ga4(a){return this.a}, +gtR(){return this.b}, +gtQ(){return this.c}} +A.ZV.prototype={} +A.AE.prototype={ +gu(a){var s=this +return A.K(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.O(b)!==A.r(r))return!1 +if(b instanceof A.AE)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.ZZ.prototype={} +A.hb.prototype={ +K(){return"_ScaffoldSlot."+this.b}} +A.Bm.prototype={ +ap(){var s=null +return new A.Rl(A.lp(t.Np),A.np(s,t.nY),A.np(s,t.BL),s,s,B.n)}} +A.Rl.prototype={ +by(){var s,r=this,q=r.c +q.toString +s=A.bU(q,B.EO,t.l).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.ahO(B.a04) +r.y=s +r.dZ()}, +ahO(a){var s,r,q=this,p=null,o=q.r +if(o.b!==o.c){p.gbx(p) +s=!1}else s=!0 +if(s)return +r=o.gL(o).b +o=q.y +o.toString +if(o){p.sl(0,0) +r.e2(0,a)}else p.el(0).bF(new A.aiw(q,r,a),t.H) +o=q.x +if(o!=null)o.b8(0) +q.x=null}, +I(a){var s,r,q=this +q.y=A.bU(a,B.EO,t.l).w.z +s=q.r +if(!s.ga_(s)){r=A.pS(a,t.X) +if(r==null||r.gnr())null.gamT()}return new A.F0(q,q.a.c,null)}, +n(){var s=this.x +if(s!=null)s.b8(0) +this.x=null +this.Zi()}, +$ib5:1} +A.aiw.prototype={ +$1(a){var s=this.b +if((s.a.a&30)===0)s.e2(0,this.c)}, +$S:22} +A.F0.prototype={ +cq(a){return this.f!==a.f}} +A.aix.prototype={} +A.Rk.prototype={ +aez(a,b){var s=a==null?this.a:a +return new A.Rk(s,b==null?this.b:b)}} +A.a_U.prototype={ +P2(a,b,c){var s=this +s.b=c==null?s.b:c +s.c=s.c.aez(a,b) +s.aE()}, +P1(a){return this.P2(null,null,a)}, +aci(a,b){return this.P2(a,b,null)}} +A.D4.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(!s.Ww(0,b))return!1 +return b instanceof A.D4&&b.r===s.r&&b.e===s.e&&b.f===s.f}, +gu(a){var s=this +return A.K(A.aP.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.VF.prototype={ +I(a){return this.c}} +A.ash.prototype={ +T3(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.a5b(a8),a5=a8.a,a6=a4.zJ(a5),a7=a8.b +if(a3.b.i(0,B.id)!=null){s=a3.fC(B.id,a6).b +a3.fY(B.id,B.f) +r=s}else{r=0 +s=0}if(a3.b.i(0,B.ll)!=null){q=0+a3.fC(B.ll,a6).b +p=Math.max(0,a7-q) +a3.fY(B.ll,new A.i(0,p))}else{q=0 +p=null}if(a3.b.i(0,B.lk)!=null){q+=a3.fC(B.lk,new A.aP(0,a6.b,0,Math.max(0,a7-q-r))).b +a3.fY(B.lk,new A.i(0,Math.max(0,a7-q)))}if(a3.b.i(0,B.ii)!=null){o=a3.fC(B.ii,a6) +a3.fY(B.ii,new A.i(0,s)) +if(!a3.ay)r+=o.b}else o=B.F +n=a3.f +m=Math.max(0,a7-Math.max(n.d,q)) +if(a3.b.i(0,B.ic)!=null){l=Math.max(0,m-r) +k=a3.d +if(k)l=A.H(l+q,0,a4.d-r) +k=k?q:0 +a3.fC(B.ic,new A.D4(k,s,o.b,0,a6.b,0,l)) +a3.fY(B.ic,new A.i(0,r))}if(a3.b.i(0,B.ig)!=null){a3.fC(B.ig,new A.aP(0,a6.b,0,m)) +a3.fY(B.ig,B.f)}k=a3.b.i(0,B.dv)!=null&&!a3.at?a3.fC(B.dv,a6):B.F +if(a3.b.i(0,B.ih)!=null){j=a3.fC(B.ih,new A.aP(0,a6.b,0,Math.max(0,m-r))) +a3.fY(B.ih,new A.i((a5-j.a)/2,m-j.b))}else j=B.F +i=A.aR("floatingActionButtonRect") +if(a3.b.i(0,B.ij)!=null){h=a3.fC(B.ij,a4) +g=new A.aix(h,j,m,s,n,a3.r,a8,k,a3.w) +f=a3.z.H8(g) +e=a3.as.UU(a3.y.H8(g),f,a3.Q) +a3.fY(B.ij,e) +d=e.a +c=e.b +i.b=new A.A(d,c,d+h.a,c+h.b)}if(a3.b.i(0,B.dv)!=null){d=a3.ax +b=d!=null&&d") +k=t.x8 +j=t.jc +i=t.i +h=A.aFq(new A.jg(new A.aw(p,new A.fn(new A.ti(B.n7)),l),new A.b0(A.a([],k),j),0),new A.aw(p,new A.fn(B.n7),l),p,0.5,i) +p=d.a.d +g=$.aK0() +m.a(p) +f=$.aK1() +e=A.aFq(new A.aw(p,g,g.$ti.h("aw")),new A.jg(new A.aw(p,f,A.k(f).h("aw")),new A.b0(A.a([],k),j),0),p,0.5,i) +d.e=A.aB_(h,s,i) +i=A.aB_(h,q,i) +d.r=i +d.w=new A.aw(m.a(i),new A.fn(B.JW),l) +d.f=A.ayq(new A.aw(r,new A.aB(1,1,b),b.h("aw")),e,c) +d.x=A.ayq(new A.aw(o,n,n.$ti.h("aw")),e,c) +n=d.r +o=d.ga81() +n.bD() +n=n.cI$ +n.b=!0 +n.a.push(o) +n=d.e +n.bD() +n=n.cI$ +n.b=!0 +n.a.push(o)}, +a5o(a){this.aF(new A.apc(this,a))}, +I(a){var s,r,q=this,p=A.a([],t.p),o=q.d +o===$&&A.b() +o=o.Q +o===$&&A.b() +if(o!==B.M){o=q.e +s=q.y +o===$&&A.b() +r=q.f +r===$&&A.b() +p.push(A.aEk(A.aEf(s,r),o))}o=q.a +s=q.r +o=o.c +s===$&&A.b() +r=q.x +r===$&&A.b() +p.push(A.aEk(A.aEf(o,r),s)) +return A.nW(B.io,p,B.a7,B.bO)}, +a82(){var s,r,q=this.e +q===$&&A.b() +s=q.a +s=s.gl(s) +q=q.b +q=q.gl(q) +q=Math.min(A.iM(s),A.iM(q)) +s=this.r +s===$&&A.b() +r=s.a +r=r.gl(r) +s=s.b +s=s.gl(s) +s=Math.max(q,Math.min(A.iM(r),A.iM(s))) +this.a.f.P1(s)}, +$ib5:1} +A.apc.prototype={ +$0(){this.a.a.toString}, +$S:0} +A.Bl.prototype={ +ap(){var s=null,r=t.bR,q=t.B,p=$.aD() +return new A.uS(new A.bp(s,r),new A.bp(s,r),new A.bp(s,q),new A.Bb(!1,p),new A.Bb(!1,p),A.a([],t.Z5),new A.bp(s,q),B.o,s,A.w(t.yb,t.M),s,!0,s,s,s,B.n)}} +A.uS.prototype={ +geW(){this.a.toString +return null}, +lj(a,b){var s=this +s.pQ(s.w,"drawer_open") +s.pQ(s.x,"end_drawer_open")}, +acf(){var s,r=this,q=r.y.r +if(!q.ga_(q)){q=r.y.r +s=q.gL(q)}else s=null +if(r.z!=s)r.aF(new A.aiz(r,s))}, +abY(){var s,r=this,q=r.y.e +if(!q.ga_(q)){q=r.y.e +s=q.gL(q)}else s=null +if(r.Q!=s)r.aF(new A.aiy(r,s))}, +a7c(){this.a.toString}, +aa1(){var s,r=this.c +r.toString +s=A.Qf(r) +if(s!=null&&s.f.length!==0)s.ja(0,B.I8,B.d_)}, +gos(){this.a.toString +return!0}, +aW(){var s,r=this,q=null +r.bb() +s=r.c +s.toString +r.dx=new A.a_U(s,B.Zq,$.aD()) +r.a.toString +r.cy=B.iB +r.CW=B.GR +r.cx=B.iB +r.ch=A.ct(B.L,q,new A.b1(4e5),0,q,1,1,r) +r.db=A.ct(B.L,q,B.aw,0,q,1,q,r)}, +aX(a){this.Zl(a) +this.a.toString}, +by(){var s,r,q=this,p=q.c.au(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.B(0,q) +q.y=o +if(o!=null){n=o.d +n.E(0,q) +r=q.c.tt(t.Np) +if(r==null||!n.t(0,r)){n=o.r +if(!n.ga_(n))q.acf() +n=o.e +if(!n.ga_(n))q.abY()}}q.a7c() +q.Zk()}, +n(){var s=this,r=s.dx +r===$&&A.b() +r.ok$=$.aD() +r.k4$=0 +r=s.ch +r===$&&A.b() +r.n() +r=s.db +r===$&&A.b() +r.n() +r=s.y +if(r!=null)r.d.B(0,s) +s.w.n() +s.x.n() +s.Zm()}, +AZ(a,b,c,d,e,f,g,h,i){var s,r=this.c +r.toString +s=A.bU(r,null,t.l).w.Go(f,g,h,i) +if(e)s=s.alr(!0) +if(d&&s.f.d!==0)s=s.Qk(s.r.rM(s.w.d)) +if(b!=null)a.push(A.acW(A.pQ(b,s,null),c))}, +a_S(a,b,c,d,e,f,g,h){return this.AZ(a,b,c,!1,d,e,f,g,h)}, +qB(a,b,c,d,e,f,g){return this.AZ(a,b,c,!1,!1,d,e,f,g)}, +IP(a,b,c,d,e,f,g,h){return this.AZ(a,b,c,d,!1,e,f,g,h)}, +Jb(a,b){this.a.toString}, +Ja(a,b){this.a.toString}, +I(a){var s,r,q,p,o,n,m,l,k,j=this,i=null,h={},g=A.ap(a),f=a.au(t.I) +f.toString +s=f.w +r=A.a([],t.s9) +f=j.a +q=f.f +f=f.e +j.gos() +j.a_S(r,new A.VF(new A.j4(q,j.f),!1,!1,i),B.ic,!0,!1,!1,!1,f!=null) +if(j.dy)j.qB(r,A.axJ(!0,i,j.fr,!1,i,i,i),B.ig,!0,!0,!0,!0) +if(j.a.e!=null){f=A.bU(a,B.bb,t.l).w +f=j.r=A.aMs(a,j.a.e.fx)+f.r.b +q=j.a.e +q.toString +j.qB(r,new A.hk(new A.aP(0,1/0,0,f),new A.yG(1,f,f,f,i,i,q,i),i),B.id,!0,!1,!1,!1)}h.a=!1 +h.b=null +if(j.at!=null||j.as.length!==0){f=A.af(j.as,!0,t.l7) +q=j.at +if(q!=null)f.push(q.a) +p=A.nW(B.F0,f,B.a7,B.bO) +j.gos() +j.qB(r,p,B.ih,!0,!1,!1,!0)}f=j.z +if(f!=null){f.a.gamK() +h.a=!1 +f=j.z +if(f!=null){f=f.a +f.gd7(f)}h.b=g.bu.w +f=j.z +f=f==null?i:f.a +j.a.toString +j.gos() +j.IP(r,f,B.dv,!1,!1,!1,!1,!0)}h.c=!1 +if(j.Q!=null){a.au(t.iB) +f=A.ap(a) +o=f.ry.f +h.c=(o==null?0:o)!==0 +f=j.Q +f=f==null?i:f.a +q=j.a.e +j.gos() +j.IP(r,f,B.ii,!1,!0,!1,!1,q!=null)}j.a.toString +f=j.ch +f===$&&A.b() +q=j.CW +q===$&&A.b() +n=j.dx +n===$&&A.b() +m=j.db +m===$&&A.b() +j.qB(r,new A.DI(i,f,q,n,m,i),B.ij,!0,!0,!0,!0) +switch(g.r.a){case 2:case 4:j.qB(r,A.ld(B.aH,i,B.au,!0,i,i,i,i,i,i,i,i,i,i,i,i,i,i,j.gaa0(),i,i,i),B.ie,!0,!1,!1,!0) +break +case 0:case 1:case 3:case 5:break}f=j.x +q=f.y +if(q==null?A.k(f).h("cG.T").a(q):q){j.Ja(r,s) +j.Jb(r,s)}else{j.Jb(r,s) +j.Ja(r,s)}f=t.l +q=A.bU(a,B.bb,f).w +j.gos() +n=A.bU(a,B.le,f).w +l=q.r.rM(n.f.d) +q=A.bU(a,B.a8P,f).w +j.gos() +f=A.bU(a,B.le,f).w +f=f.f.d!==0?0:i +k=q.w.rM(f) +if(l.d<=0)j.a.toString +j.a.toString +return new A.a_V(!1,new A.Bs(A.u2(B.aw,i,A.oI(j.ch,new A.aiA(h,j,!1,l,k,s,r),i),B.I,g.go,0,i,i,i,i,i,B.hj),i),i)}, +$ib5:1} +A.aiz.prototype={ +$0(){this.a.z=this.b}, +$S:0} +A.aiy.prototype={ +$0(){this.a.Q=this.b}, +$S:0} +A.aiA.prototype={ +$2(a,b){var s,r,q,p,o,n,m,l=this,k=A.aJ([B.kY,new A.WQ(a,new A.b0(A.a([],t.g),t.b))],t.n,t.od),j=l.b +j.a.toString +s=j.cy +s.toString +r=j.ch +r===$&&A.b() +r=r.x +r===$&&A.b() +q=j.CW +q===$&&A.b() +p=j.dx +p===$&&A.b() +j=j.cx +j.toString +o=l.a +n=o.a +m=o.c +return A.rr(k,new A.y7(new A.ash(l.c,!1,l.d,l.e,l.f,p,j,s,r,q,n,o.b,m),l.r,null))}, +$S:310} +A.WQ.prototype={ +l2(a,b){var s=this.e,r=A.Bn(s).w,q=r.y +if(!(q==null?A.k(r).h("cG.T").a(q):q)){s=A.Bn(s).x +r=s.y +s=r==null?A.k(s).h("cG.T").a(r):r}else s=!0 +return s}, +dW(a){var s=this.e +A.Bn(s).a.toString +A.Bn(s).a.toString}} +A.a_V.prototype={ +cq(a){return this.f!==a.f}} +A.asi.prototype={ +$2(a,b){if(!a.a)a.J(0,b)}, +$S:57} +A.F1.prototype={ +ce(){this.dF() +this.dc() +this.fs()}, +n(){var s=this,r=s.bn$ +if(r!=null)r.J(0,s.gf3()) +s.bn$=null +s.aZ()}} +A.F2.prototype={ +ce(){this.dF() +this.dc() +this.fs()}, +n(){var s=this,r=s.bn$ +if(r!=null)r.J(0,s.gf3()) +s.bn$=null +s.aZ()}} +A.F3.prototype={ +aX(a){this.bh(a) +this.t2()}, +by(){var s,r,q,p,o=this +o.dZ() +s=o.c4$ +r=o.gnJ() +q=o.c +q.toString +q=A.uL(q) +o.is$=q +p=o.oA(q,r) +if(r){o.lj(s,o.fS$) +o.fS$=!1}if(p)if(s!=null)s.n()}, +n(){var s,r=this +r.ir$.ah(0,new A.asi()) +s=r.c4$ +if(s!=null)s.n() +r.c4$=null +r.Zj()}} +A.Gv.prototype={ +ce(){this.dF() +this.dc() +this.fs()}, +n(){var s=this,r=s.bn$ +if(r!=null)r.J(0,s.gf3()) +s.bn$=null +s.aZ()}} +A.Bz.prototype={ +gu(a){var s=this +return A.K(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.O(b)!==A.r(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.d(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.a00.prototype={} +A.BA.prototype={ +gu(a){var s=this +return A.K(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.O(b)!==A.r(s))return!1 +return b instanceof A.BA&&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.d(b.z,s.z)&&!0}} +A.Yk.prototype={ +af(a){var s,r=this,q=r.a,p=q==null?null:q.af(a) +q=r.b +s=q==null?null:q.af(a) +if(p==s)return p +if(p==null){q=s.a +return A.aO(new A.c9(A.M(0,q.gl(q)>>>16&255,q.gl(q)>>>8&255,q.gl(q)&255),0,B.V,-1),s,r.c)}if(s==null){q=p.a +return A.aO(p,new A.c9(A.M(0,q.gl(q)>>>16&255,q.gl(q)>>>8&255,q.gl(q)&255),0,B.V,-1),r.c)}return A.aO(p,s,r.c)}, +$ibt:1} +A.a01.prototype={} +A.BB.prototype={ +gu(a){var s=this +return A.K(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.O(b)!==A.r(s))return!1 +return b instanceof A.BB&&J.d(b.a,s.a)&&b.b==s.b&&J.d(b.c,s.c)&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.r,s.r)&&J.d(b.w,s.w)&&J.d(b.x,s.x)}} +A.a02.prototype={} +A.BC.prototype={ +gu(a){return A.K(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.O(b)!==A.r(this))return!1 +return b instanceof A.BC&&J.d(b.a,this.a)&&!0}} +A.a03.prototype={} +A.a19.prototype={} +A.a06.prototype={ +FU(a){var s,r +this.Yu(a) +s=this.a +s.a.toString +r=this.b +if(r){s=s.x.ga0() +s.toString +s.jD()}}, +ajX(a){}, +ak9(a){var s,r=this.a +r.a.toString +r=r.x.ga0() +r.toString +s=a.a +r.ga3().Ac(B.ch,s.a1(0,a.c),s)}, +akf(a){var s=this.a,r=s.x,q=r.ga0() +q.toString +q.iA() +s.a.toString +s=this.x.c +s.toString +switch(A.ap(s).r.a){case 2:case 4:s=r.ga0() +s.toString +s.ga3().Vo(B.b0) +break +case 0:case 1:case 3:case 5:s=r.ga0() +s.toString +s=s.ga3() +r=s.hM +r.toString +s.hs(B.b0,r) +break}this.x.a.toString}, +akb(a){var s,r=this.a +r.a.toString +r=r.x.ga0() +r.toString +r=r.ga3() +s=r.hM +s.toString +r.qc(B.ch,s) +s=this.x.c +s.toString +A.aCe(s)}} +A.BD.prototype={ +ap(){return new A.Fe(new A.bp(null,t.NE),B.n)}} +A.Fe.prototype={ +gvM(){var s,r=null +this.a.toString +s=this.e +if(s==null){s=A.a9F(!0,r,!0,!0,r,r,!0) +this.e=s}return s}, +aW(){var s,r=this +r.bb() +r.r=new A.a06(r,r) +s=A.cA(null,null,r.a.c) +s=A.aFX(s) +r.d=s +s.U(0,r.gMg())}, +aX(a){var s,r,q=this +q.bh(a) +if(q.a.c!==a.c||!1){s=q.d +s===$&&A.b() +r=q.gMg() +s.J(0,r) +s=q.d +s.ok$=$.aD() +s.k4$=0 +s=A.cA(null,null,q.a.c) +s=A.aFX(s) +q.d=s +s.U(0,r)}if(q.gvM().gcw()){s=q.d +s===$&&A.b() +s=s.a.b +s=s.a===s.b}else s=!1 +if(s)q.f=!1 +else q.f=!0}, +n(){var s=this.e +if(s!=null)s.n() +s=this.d +s===$&&A.b() +s.ok$=$.aD() +s.k4$=0 +this.aZ()}, +a7H(){var s,r,q=this +if(q.gvM().gcw()){s=q.d +s===$&&A.b() +s=s.a.b +r=s.a!==s.b}else r=!0 +if(r===q.f)return +q.aF(new A.ass(q,r))}, +aar(a,b){var s,r=this,q=r.aaP(b) +if(q!==r.f)r.aF(new A.asr(r,q)) +r.a.toString +s=r.c +s.toString +switch(A.ap(s).r.a){case 2:case 4:if(b===B.ch){s=r.x.ga0() +if(s!=null)s.jS(a.gkM())}return +case 0:case 1:case 3:case 5:break}}, +a5G(){var s=this.d +s===$&&A.b() +s=s.a.b +if(s.a===s.b)this.x.ga0().U5()}, +aaP(a){var s,r=this.r +r===$&&A.b() +if(!r.b)return!1 +r=this.d +r===$&&A.b() +r=r.a +s=r.b +if(s.a===s.b)return!1 +if(a===B.a6)return!1 +if(a===B.ch)return!0 +if(r.a.length!==0)return!0 +return!1}, +I(a5){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=A.ap(a5),a4=a5.au(t.Uf) +if(a4==null)a4=B.dM +s=a1.gvM() +a1.a.toString +switch(a3.r.a){case 2:r=A.hl(a5) +a1.w=!0 +q=$.aLh() +a1.a.toString +p=a4.w +if(p==null)p=r.gfZ() +o=a4.x +if(o==null){a4=r.gfZ() +o=A.M(102,a4.gl(a4)>>>16&255,a4.gl(a4)>>>8&255,a4.gl(a4)&255)}n=new A.i(-2/A.bU(a5,B.cl,t.l).w.b,0) +m=!0 +l=!0 +k=B.dk +break +case 4:r=A.hl(a5) +a1.w=!1 +q=$.aLg() +a1.a.toString +p=a4.w +if(p==null)p=r.gfZ() +o=a4.x +if(o==null){a4=r.gfZ() +o=A.M(102,a4.gl(a4)>>>16&255,a4.gl(a4)>>>8&255,a4.gl(a4)&255)}n=new A.i(-2/A.bU(a5,B.cl,t.l).w.b,0) +m=!0 +l=!0 +k=B.dk +break +case 0:case 1:a1.w=!1 +q=$.aLn() +p=a4.w +if(p==null)p=a3.ax.b +o=a4.x +if(o==null){a4=a3.ax.b +o=A.M(102,a4.gl(a4)>>>16&255,a4.gl(a4)>>>8&255,a4.gl(a4)&255)}k=a2 +n=k +m=!1 +l=!1 +break +case 3:case 5:a1.w=!1 +q=$.aLj() +p=a4.w +if(p==null)p=a3.ax.b +o=a4.x +if(o==null){a4=a3.ax.b +o=A.M(102,a4.gl(a4)>>>16&255,a4.gl(a4)>>>8&255,a4.gl(a4)&255)}k=a2 +n=k +m=!1 +l=!1 +break +default:k=a2 +o=k +p=o +n=p +l=n +m=l +q=m}a4=a5.au(t.yS) +if(a4==null)a4=B.iW +a1.a.toString +j=a1.d +j===$&&A.b() +i=a4.w.cp(j.ax.a) +a1.a.toString +;j=a1.f +h=a1.d +h===$&&A.b() +g=a4.Q +f=$.aJz() +if(t.qY.b(q)&&!0)e=B.Et +else e=B.a57 +d=A.aOf(a2,g) +if(g===1){c=A.a([$.aIJ()],t.VS) +B.b.R(c,B.FZ)}else c=a2 +a1.a.toString +b=a1.r +b===$&&A.b() +a=b.a.w +a===$&&A.b() +a0=a?b.gajY():a2 +a=a?b.gajW():a2 +return A.cW(a2,new A.Cl(b.gakp(),b.gakn(),b.gakl(),a0,a,b.gak1(),b.gak3(),b.gake(),b.gakc(),b.gaka(),b.gak8(),b.gak6(),b.gajO(),b.gaks(),b.gajS(),b.gajU(),b.gajQ(),B.c4,new A.ih(new A.ta(h,s,a4.at,a4.as,!0,!1,e,j,!1,B.a02,B.a03,i,B.a0h,B.aT,a2,a2,p,B.f1,g,a2,!1,o,q,d,a1.gaaq(),a1.ga5F(),c,!0,2,a2,k,l,n,m,B.dz,B.cU,!0,B.au,a2,a2,A.aYK(),f,a1.x),a2),a2),!1,a2,!1,!1,a2,a2,a2,a2,a2,a2,a2,a2,a2,new A.ast(a1),a2,a2,a2,a2,a2,a2,a2,a2,a2,a2,a2)}} +A.ass.prototype={ +$0(){this.a.f=this.b}, +$S:0} +A.asr.prototype={ +$0(){this.a.f=this.b}, +$S:0} +A.ast.prototype={ +$0(){this.a.gvM().li()}, +$S:0} +A.asP.prototype={ +K(){return"_SliderType."+this.b}} +A.S_.prototype={ +K(){return"SliderInteraction."+this.b}} +A.BP.prototype={ +ap(){return new A.Fo(new A.bp(null,t.B),new A.tR(),null,null,B.n)}} +A.Fo.prototype={ +gc6(a){var s +this.a.toString +s=this.as +s.toString +return s}, +aW(){var s,r=this,q=null +r.bb() +r.d=A.ct(B.L,q,B.aG,0,q,1,q,r) +r.e=A.ct(B.L,q,B.aG,0,q,1,q,r) +r.f=A.ct(B.L,q,B.f6,0,q,1,q,r) +r.r=A.ct(B.L,q,B.w,0,q,1,q,r) +s=r.f +r.a.toString +s.sl(0,1) +r.r.sl(0,r.JP(r.a.c)) +r.y=A.aJ([B.a5Y,new A.cw(r.ga_C(),new A.b0(A.a([],t.g),t.b),t.zB)],t.n,t.od) +r.a.toString +if(r.as==null)r.as=A.a9F(!0,q,!0,!0,q,q,!1)}, +n(){var s=this,r=s.w +if(r!=null)r.b8(0) +r=s.d +r===$&&A.b() +r.n() +r=s.e +r===$&&A.b() +r.n() +r=s.f +r===$&&A.b() +r.n() +r=s.r +r===$&&A.b() +r.n() +r=s.ch +if(r!=null)r.ew(0) +r=s.ch +if(r!=null)r.n() +s.ch=null +r=s.as +if(r!=null)r.n() +s.a_6()}, +a4_(a){var s=this.LO(a),r=this.a +if(s!==r.c){r.e.$1(s) +r=this.as +if(r!=null)r.li()}}, +D2(a){this.Q=!0 +this.a.toString}, +D0(a){this.Q=!1 +this.a.r.$1(this.LO(a))}, +a_D(a){var s,r=this.x,q=$.a8.V$.z.i(0,r).gW() +q.toString +t.kb.a(q) +r=$.a8.V$.z.i(0,r).au(t.I) +r.toString +s=r.w +switch(a.a.a){case 0:switch(s.a){case 0:q.xK() +break +case 1:q.ys() +break}break +case 1:switch(s.a){case 0:q.ys() +break +case 1:q.xK() +break}break +case 2:q.ys() +break +case 3:q.xK() +break}}, +a4z(a){if(a!==this.at)this.aF(new A.asM(this,a))}, +a4F(a){if(a!==this.ax)this.aF(new A.asN(this,a))}, +LO(a){var s=this.a,r=s.x +s=s.w +return a*(r-s)+s}, +JP(a){var s,r=this.a,q=r.x +r=r.w +s=q>r?(a-r)/(q-r):0 +return s}, +I(a){this.a.toString +switch(0){case 0:return this.a0k(a)}}, +a0k(b6){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=this,b3=null,b4={},b5=A.ap(b6) +b6.au(t.Dj) +s=A.ap(b6) +r=b4.a=s.eh +q=new A.asH(b6,4,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3,b3) +p=q.guC() +s=A.aM(t.ui) +b2.a.toString +if(b2.ax)s.E(0,B.aj) +if(b2.at)s.E(0,B.ak) +if(b2.Q)s.E(0,B.za) +o=r.db +if(o==null)o=p +if(o instanceof A.agG){n=r.ay +if(n==null){m=b5.ax +l=m.db.a +m=m.cy.a +n=A.awN(A.M(153,l>>>16&255,l>>>8&255,l&255),A.M(B.d.am(229.5),m>>>16&255,m>>>8&255,m&255))}}else n=b2.a.Q +m=r.a +l=m==null?q.a:m +k=b2.a.Q +j=b4.a.c +if(j==null)j=q.gtD() +b2.a.toString +i=b4.a.d +if(i==null)i=q.gqb() +h=b4.a.e +if(h==null)h=q.gt4() +g=b4.a.r +if(g==null)g=q.gt6() +f=b4.a.f +if(f==null)f=q.gt7() +b2.a.toString +e=b4.a.w +if(e==null)e=q.grn() +d=b2.a.Q +c=b4.a.y +if(c==null)c=q.gt3() +b=b4.a.z +if(b==null)b=q.gt5() +a=b2.a.Q +if(a==null)a=q.gus() +a0=b4.a.at +if(a0==null)a0=q.gt8() +a1=new A.asK(b4,b2,s,q).$0() +a2=b4.a +a3=a2.cy +if(a3==null)a3=B.Gq +a4=a2.CW +if(a4==null)a4=B.Gp +a5=a2.cx +if(a5==null)a5=B.Go +a6=a2.ch +if(a6==null)a6=B.Gn +a7=a2.fy +if(a7==null)a7=B.a_s +a2=a2.go +if(a2==null)a2=q.guD() +m=l==null?m:l +l=a1==null?r.ax:a1 +b4.a=A.aEE(e,k,r.k3,c,h,b,g,f,a0,d,j,r.id,r.k2,r.as,l,a6,r.dy,r.dx,r.fr,r.fx,i,a7,a,r.k1,a5,a4,m,a3,n,o,a2) +b2.a.toString +m=A.lr(b3,s,t.WV) +if(m==null)a8=b3 +else a8=m +if(a8==null)a8=B.iA.af(s) +b2.a.toString +switch(b5.r.a){case 0:case 1:case 2:case 3:case 4:a9=b3 +break +case 5:a9=new A.asJ(b2) +break +default:a9=b3}switch(A.bU(b6,B.eM,t.l).w.ch.a){case 1:b0=B.Vl +break +case 0:b0=B.Vs +break +default:b0=b3}s=A.dc(b6,B.eN) +s=s==null?b3:s.gdS() +b1=(s==null?B.af:s).adJ(0,1.3).a +s=b2.y +s===$&&A.b() +m=b2.gc6(b2) +l=b2.JP(b2.a.c) +b2.a.toString +k=b4.a +j=new A.asL(b6).$0() +i=b2.a +h=i.x +i=i.w +i=h>i?b2.ga3Z():b3 +return A.cW(b3,new A.pg(!0,m,!1,s,b0,b2.ga4y(),b2.ga4E(),a8,new A.oT(b2.ay,new A.a0p(l,b3,b3,b3,k,b1,j,i,b2.gD1(),b2.gD_(),b3,b2,b2.at,b2.ax,B.a0_,b2.x),b3),b3),!0,b3,!1,!1,b3,b3,b3,b3,b3,b3,b3,a9,b3,b3,b3,b3,b3,b3,b3,!0,b3,b3,b3,b3,b3)}, +VX(){var s,r,q=this +if(q.ch==null){q.ch=A.nw(new A.asO(q),!1) +s=q.c +s.toString +q.a.toString +s=A.aDg(s,t.N1) +s.toString +r=q.ch +r.toString +s.yv(0,r)}}, +$ib5:1} +A.asM.prototype={ +$0(){this.a.at=this.b}, +$S:0} +A.asN.prototype={ +$0(){this.a.ax=this.b}, +$S:0} +A.asK.prototype={ +$0(){var s=this,r=s.b.a +r=r.Q +r=A.M(31,r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255) +return r==null?A.lr(s.d.gf9(),s.c,t._):r}, +$S:189} +A.asL.prototype={ +$0(){return A.bU(this.a,B.eL,t.l).w.a}, +$S:188} +A.asJ.prototype={ +$0(){var s=this.a +if(!s.gc6(s).gcw()&&s.gc6(s).gdu())s.gc6(s).li()}, +$S:0} +A.asO.prototype={ +$1(a){var s=this.a +return A.awO(new A.a2_(s,null),s.ay,B.f,!0)}, +$S:217} +A.a0p.prototype={ +aO(a){var s,r=this,q=a.au(t.I) +q.toString +s=A.ap(a) +return A.aTW(r.CW,r.f,A.bU(a,B.i9,t.l).w.CW,r.ay,r.ch,r.r,r.as,r.Q,r.z,s.r,r.y,r.e,r.at,r.w,r.ax,q.w,r.x,r.d)}, +aR(a,b){var s,r,q=this +b.safB(q.f) +b.sl(0,q.d) +b.sVm(q.e) +b.sFy(0,q.r) +b.sW5(q.w) +b.szH(q.x) +b.sVf(q.y) +b.sajM(q.z) +b.eh=q.Q +b.bu=q.as +s=a.au(t.I) +s.toString +b.sc_(s.w) +b.sVt(q.at) +b.sakU(0,A.ap(a).r) +b.scw(q.ay) +b.sahW(q.ch) +s=A.bU(a,B.i9,t.l).w.CW +r=b.bc +r===$&&A.b() +r.b=s +r=b.b9 +r===$&&A.b() +r.b=s +b.sacR(q.CW)}} +A.ws.prototype={ +a_z(a,b,c,d,e,f,g,h,i,j,k,l,m,n,a0,a1,a2,a3){var s,r,q,p=this,o=null +p.rj() +s=new A.aax(A.w(t.S,t.EG)) +r=A.abk(o,o) +r.w=s +r.ay=p.gD1() +r.ch=p.gaaZ() +r.CW=p.gD_() +r.cx=p.ga2A() +r.b=c +p.bc=r +r=A.akS(o,o) +r.w=s +r.av=p.gab0() +r.aM=p.gab2() +r.b=c +p.b9=r +r=p.D +q=r.d +q===$&&A.b() +p.ag=A.dB(B.bf,q,o) +q=r.e +q===$&&A.b() +q=A.dB(B.bf,q,o) +q.a.fM(new A.arN(p)) +p.aK=q +r=r.f +r===$&&A.b() +p.az=A.dB(B.dK,r,o)}, +gM0(){var s=this.gNG() +return new A.S(s,new A.arL(),A.a1(s).h("S<1,E>")).Tq(0,B.lz)}, +gM_(){var s=this.gNG() +return new A.S(s,new A.arK(),A.a1(s).h("S<1,E>")).Tq(0,B.lz)}, +gNG(){var s,r=this.co +r.ch.toString +r.cx.toString +s=this.cf!=null +s +return A.a([new A.I(48,48),new A.I(20,20),r.CW.V1(s,r)],t.X4)}, +gDb(){var s=this.co +return s.cy.V_(!1,this,s)}, +sl(a,b){var s,r=this +if(b===r.aS)return +r.aS=b +s=r.D.r +s===$&&A.b() +s.sl(0,b) +r.b6()}, +sVm(a){if(a==this.ef)return +this.ef=a +this.b6()}, +sakU(a,b){if(this.e5===b)return +this.e5=b +this.b6()}, +sVt(a){return}, +safB(a){return}, +sFy(a,b){return}, +sW5(a){if(a.k(0,this.co))return +this.co=a +this.rj()}, +szH(a){if(a===this.cK)return +this.cK=a +this.rj()}, +sVf(a){if(a.k(0,this.ar))return +this.ar=a +this.aL()}, +sajM(a){var s,r,q=this +if(J.d(a,q.cf))return +s=q.cf +q.cf=a +r=a!=null +if(s!=null!==r){s=q.D.f +if(r){s===$&&A.b() +s.c7(0)}else{s===$&&A.b() +s.el(0)}q.aL() +q.b6()}}, +sc_(a){if(a===this.cu)return +this.cu=a +this.rj()}, +scw(a){var s,r,q=this +if(a===q.fV)return +q.fV=a +s=q.D +r=s.d +if(a){r===$&&A.b() +r.c7(0) +if(q.gvc()){s=s.e +s===$&&A.b() +s.c7(0)}}else{r===$&&A.b() +r.el(0) +if(q.gvc()){s=s.e +s===$&&A.b() +s.el(0)}}q.b6()}, +sahW(a){if(a===this.dw)return +this.dw=a +this.OI(a)}, +sahX(a){var s=this +if(a===s.cP)return +s.cP=a +s.OI(s.dw)}, +sacR(a){if(a===this.e6)return +this.e6=a +this.b6()}, +OI(a){var s,r=this +if(a&&r.cP){s=r.D.d +s===$&&A.b() +s.c7(0)}else if(!r.fV){s=r.D.d +s===$&&A.b() +s.el(0)}}, +gvc(){switch(this.co.fy.a){case 0:return!1 +case 1:return!0 +case 2:return!0 +case 3:return!1}}, +ga02(){switch(this.e5.a){case 2:case 4:return 0.1 +case 0:case 1:case 3:case 5:return 0.05}}, +rj(){this.aP.sjz(0,null) +this.ae()}, +qy(){this.AO() +this.aP.ae() +this.rj()}, +aj(a){var s,r,q=this +q.ZV(a) +s=q.ag +s===$&&A.b() +r=q.gdi() +s.a.U(0,r) +s=q.aK +s===$&&A.b() +s.a.U(0,r) +s=q.az +s===$&&A.b() +s.a.U(0,r) +s=q.D.r +s===$&&A.b() +s.bD() +s=s.cI$ +s.b=!0 +s.a.push(r)}, +ab(a){var s,r=this,q=r.ag +q===$&&A.b() +s=r.gdi() +q.a.J(0,s) +q=r.aK +q===$&&A.b() +q.a.J(0,s) +q=r.az +q===$&&A.b() +q.a.J(0,s) +q=r.D.r +q===$&&A.b() +q.J(0,s) +r.ZW(0)}, +n(){this.aP.n() +this.hv()}, +a3E(a){switch(this.cu.a){case 0:return 1-a +case 1:return a}}, +vJ(a){var s=A.H(a,0,1) +return s}, +NN(a){var s,r,q,p=this,o=p.D +if(o.c==null)return +o.VX() +if(!p.bg&&p.cf!=null){switch(p.e6.a){case 0:case 1:p.bg=!0 +s=p.fJ(a) +r=p.gDb() +q=p.gDb() +q=p.a3E((s.a-r.a)/(q.c-q.a)) +p.V=q +r=p.cf +r.toString +r.$1(p.vJ(q)) +break +case 3:s=p.c5 +s.toString +if(s.t(0,p.fJ(a))){p.bg=!0 +p.V=p.aS}break +case 2:break}if(p.bg){p.eh.$1(p.vJ(p.aS)) +s=o.d +s===$&&A.b() +s.c7(0) +if(p.gvc()){s=o.e +s===$&&A.b() +s.c7(0) +s=o.w +if(s!=null)s.b8(0) +o.w=A.c7(new A.b1(5e5),new A.arM(p))}}}}, +BE(){var s,r,q=this,p=q.D +if(p.c==null)return +if(q.bg&&!0){q.bu.$1(q.vJ(q.V)) +s=q.bg=!1 +q.V=0 +r=p.d +r===$&&A.b() +r.el(0) +if(q.gvc()?p.w==null:s){p=p.e +p===$&&A.b() +p.el(0)}}}, +D2(a){this.NN(a.b)}, +ab_(a){var s,r,q,p=this +if(p.D.c==null)return +s=p.bg +if(!s&&p.e6===B.a00){s=p.bg=!0 +p.V=p.aS}switch(p.e6.a){case 0:case 2:case 3:if(s&&p.cf!=null){s=a.c +s.toString +r=p.gDb() +q=s/(r.c-r.a) +switch(p.cu.a){case 0:p.V-=q +break +case 1:p.V+=q +break}s=p.cf +s.toString +s.$1(p.vJ(p.V))}break +case 1:break}}, +D0(a){this.BE()}, +ab1(a){this.NN(a.a)}, +ab3(a){this.BE()}, +k6(a){return!0}, +jh(a,b){var s,r=this +if(r.D.c==null)return +if(t.c.b(a)&&r.cf!=null){s=r.bc +s===$&&A.b() +s.xa(a) +s=r.b9 +s===$&&A.b() +s.xa(a)}if(r.cf!=null&&r.c5!=null){s=r.c5 +s.toString +r.sahX(s.t(0,a.gdh()))}}, +bj(a){return 144+this.gM0()}, +bm(a){var s=this.co.a +s.toString +return Math.max(s,this.gM_())}, +gkA(){return!0}, +cs(a){var s,r=a.b +r=r<1/0?r:144+this.gM0() +s=a.d +if(!(s<1/0)){s=this.co.a +s.toString +s=Math.max(s,this.gM_())}return new A.I(r,s)}, +aJ(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=null,d=f.D.r +d===$&&A.b() +d=d.x +d===$&&A.b() +s=f.ef +switch(f.cu.a){case 0:r=1-d +q=s!=null?1-s:e +break +case 1:q=s!=null?s:e +r=d +break +default:q=e +r=q}d=f.co +p=d.cy.V0(!1,b,f,d) +d=p.a +o=p.c-d +n=new A.i(d+r*o,p.gb3().b) +if(f.cf!=null){f.co.ch.toString +f.c5=A.lH(n,24)}m=q!=null?new A.i(d+q*o,p.gb3().b):e +d=f.co +o=d.cy +o.toString +l=f.az +l===$&&A.b() +k=f.cu +o.akC(a,b,l,!1,f.cf!=null,f,m,d,k,n) +d=f.ag +d===$&&A.b() +if(d.gbx(d)!==B.M){d=f.co +d.ch.toString +o=f.ag +l=f.ar +if(l.ga_(l))f.gv(f) +j=a.gbK(a) +o=new A.aB(0,24,t.Y).a7(0,o.gl(o)) +l=$.a7().al() +d=d.ax +d.toString +l.sa4(0,d) +j.kV(n,o,l)}f.cf!=null +d=f.co +d.cx.toString +o=f.ag +l=f.az +k=f.ar +if(k.ga_(k))f.gv(f) +j=a.gbK(a) +k=t.Y +d=new A.e5(d.at,d.Q).a7(0,l.gl(l)) +d.toString +i=new A.aB(10,10,k).a7(0,l.gl(l)) +h=new A.aB(1,6,k).a7(0,o.gl(o)) +o=$.a7() +g=o.bd() +k=2*i +g.acx(A.ay_(n,k,k),0,6.283185307179586) +j.EF(g,B.o,h,!0) +o=o.al() +o.sa4(0,d) +j.kV(n,i,o)}, +eL(a){var s,r=this +r.h5(a) +a.a=!1 +s=r.cf +a.bs(B.kD,!0) +a.bs(B.kB,s!=null) +a.b4=r.cu +a.e=!0 +if(r.cf!=null){a.sz0(r.gai2()) +a.syY(r.gafd())}s=r.aS +a.rx=new A.cm(""+B.d.am(s*100)+"%",B.ae) +a.e=!0 +a.ry=new A.cm(""+B.d.am(A.H(s+r.gwB(),0,1)*100)+"%",B.ae) +a.e=!0 +a.to=new A.cm(""+B.d.am(A.H(r.aS-r.gwB(),0,1)*100)+"%",B.ae) +a.e=!0}, +gwB(){var s=this.ga02() +return s}, +ys(){var s,r=this +if(r.cf!=null){r.eh.$1(A.H(r.aS,0,1)) +s=A.H(r.aS+r.gwB(),0,1) +r.cf.$1(s) +r.bu.$1(s)}}, +xK(){var s,r=this +if(r.cf!=null){r.eh.$1(A.H(r.aS,0,1)) +s=A.H(r.aS-r.gwB(),0,1) +r.cf.$1(s) +r.bu.$1(s)}}} +A.arN.prototype={ +$1(a){var s,r +if(a===B.M){s=this.a.D +r=s.ch +if(r!=null)r.ew(0) +r=s.ch +if(r!=null)r.n() +s.ch=null}}, +$S:5} +A.arL.prototype={ +$1(a){return a.a}, +$S:187} +A.arK.prototype={ +$1(a){return a.b}, +$S:187} +A.arM.prototype={ +$0(){var s=this.a,r=s.D +r.w=null +if(!s.bg){s=r.e +s===$&&A.b() +s=s.Q +s===$&&A.b() +s=s===B.a3}else s=!1 +if(s){s=r.e +s===$&&A.b() +s.el(0)}}, +$S:0} +A.ju.prototype={} +A.ww.prototype={ +K(){return"_SliderAdjustmentType."+this.b}} +A.a2_.prototype={ +aO(a){var s,r=new A.a_z(this.d,!1,A.ar()) +r.aN() +s=r.ag.e +s===$&&A.b() +r.D=A.dB(B.bf,s,null) +return r}, +aR(a,b){b.ag=this.d}} +A.a_z.prototype={ +gkA(){return!0}, +aj(a){var s,r,q=this +q.ZZ(a) +s=q.D +s===$&&A.b() +r=q.gdi() +s.a.U(0,r) +s=q.ag.r +s===$&&A.b() +s.bD() +s=s.cI$ +s.b=!0 +s.a.push(r)}, +ab(a){var s,r=this,q=r.D +q===$&&A.b() +s=r.gdi() +q.a.J(0,s) +q=r.ag.r +q===$&&A.b() +q.J(0,s) +r.a__(0)}, +aJ(a,b){var s=this.ag.z +if(s!=null)s.$2(a,b)}, +cs(a){return new A.I(A.H(0,a.a,a.b),A.H(0,a.c,a.d))}} +A.asH.prototype={ +gf1(){var s,r=this,q=r.ok +if(q===$){s=A.ap(r.k4) +r.ok!==$&&A.aK() +q=r.ok=s.ax}return q}, +gx4(){return this.gf1().b}, +gtD(){var s=this.gf1(),r=s.dx +return r==null?s.cy:r}, +gqb(){var s=this.gf1().b +return A.M(138,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}, +gt4(){var s=this.gf1().db.a +return A.M(97,s>>>16&255,s>>>8&255,s&255)}, +gt6(){var s=this.gf1().db.a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}, +gt7(){var s=this.gf1().db.a +return A.M(31,s>>>16&255,s>>>8&255,s&255)}, +grn(){var s=this.gf1().c.a +return A.M(97,s>>>16&255,s>>>8&255,s&255)}, +gyr(){var s=this.gf1(),r=s.dy +s=(r==null?s.db:r).a +return A.M(97,s>>>16&255,s>>>8&255,s&255)}, +gt3(){var s=this.gf1().db.a +return A.M(97,s>>>16&255,s>>>8&255,s&255)}, +gt5(){var s=this.gf1().db.a +return A.M(97,s>>>16&255,s>>>8&255,s&255)}, +gus(){return this.gf1().b}, +gt8(){var s=this.gf1().db.a +return A.awN(A.M(97,s>>>16&255,s>>>8&255,s&255),this.gf1().cy)}, +gf9(){var s=new A.asI(this) +return new A.YC(s,J.hS(s.$1(B.a_n)))}, +guD(){var s=A.ap(this.k4).p3.at +s.toString +return s.dH(this.gf1().c)}, +guC(){return B.FW}} +A.asI.prototype={ +$1(a){var s +if(a.t(0,B.za)){s=this.a.gf1().b +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.t(0,B.aj)){s=this.a.gf1().b +return A.M(20,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.t(0,B.ak)){s=this.a.gf1().b +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}return B.D}, +$S:17} +A.GF.prototype={ +aj(a){this.eb(a) +$.hA.kW$.a.E(0,this.glL())}, +ab(a){$.hA.kW$.a.B(0,this.glL()) +this.ec(0)}} +A.GH.prototype={ +aj(a){this.eb(a) +$.hA.kW$.a.E(0,this.glL())}, +ab(a){$.hA.kW$.a.B(0,this.glL()) +this.ec(0)}} +A.GL.prototype={ +ce(){this.dF() +this.dc() +this.fs()}, +n(){var s=this,r=s.bn$ +if(r!=null)r.J(0,s.gf3()) +s.bn$=null +s.aZ()}} +A.ajZ.prototype={ +K(){return"ShowValueIndicator."+this.b}} +A.v6.prototype={ +gu(a){var s=this +return A.K(s.a,s.gx4(),s.gtD(),s.gqb(),s.gt4(),s.gt6(),s.gt7(),s.grn(),s.gyr(),s.gt3(),s.gt5(),s.gus(),s.as,s.gt8(),s.gf9(),s.ay,s.ch,s.CW,s.cx,A.K(s.cy,s.guC(),s.dx,s.dy,s.fr,s.fx,s.fy,s.guD(),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.O(b)!==A.r(r))return!1 +if(b instanceof A.v6)if(b.a==r.a)if(J.d(b.gx4(),r.gx4()))if(J.d(b.gtD(),r.gtD()))if(J.d(b.gqb(),r.gqb()))if(J.d(b.gt4(),r.gt4()))if(J.d(b.gt6(),r.gt6()))if(J.d(b.gt7(),r.gt7()))if(J.d(b.grn(),r.grn()))if(J.d(b.gyr(),r.gyr()))if(J.d(b.gt3(),r.gt3()))if(J.d(b.gt5(),r.gt5()))if(J.d(b.gus(),r.gus()))if(J.d(b.as,r.as))if(J.d(b.gt8(),r.gt8()))if(J.d(b.gf9(),r.gf9()))if(J.d(b.ay,r.ay))if(b.ch==r.ch)if(b.CW==r.CW)if(b.cx==r.cx)if(b.cy==r.cy)if(b.guC()==r.guC())if(b.fy==r.fy)if(J.d(b.guD(),r.guD()))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 +else s=!1 +else s=!1 +else s=!1 +else s=!1 +return s}, +gx4(){return this.b}, +gtD(){return this.c}, +gqb(){return this.d}, +gt4(){return this.e}, +gt7(){return this.f}, +gt6(){return this.r}, +grn(){return this.w}, +gyr(){return this.x}, +gt3(){return this.y}, +gt5(){return this.z}, +gus(){return this.Q}, +gt8(){return this.at}, +gf9(){return this.ax}, +guC(){return this.db}, +guD(){return this.go}} +A.akb.prototype={} +A.akc.prototype={} +A.akd.prototype={} +A.a4W.prototype={ +A5(a,b,c,d,e){var s,r,q,p +e.cx.toString +b +e.ch.toString +s=e.a +s.toString +r=c.a+Math.max(24,10) +q=c.b+(d.gv(d).b-s)/2 +p=r+d.gv(d).a-Math.max(20,48) +return new A.A(Math.min(r,p),q,Math.max(r,p),q+s)}, +V0(a,b,c,d){return this.A5(a,!1,b,c,d)}, +V_(a,b,c){return this.A5(a,!1,B.f,b,c)}} +A.ahS.prototype={ +akC(a0,a1,a2,a3,a4,a5,a6,a7,a8,a9){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a=a7.a +if(a==null||a<=0)return +a=$.a7() +s=a.al() +r=new A.e5(a7.e,a7.b).a7(0,a2.gl(a2)) +r.toString +s.sa4(0,r) +q=a.al() +r=new A.e5(a7.r,a7.c).a7(0,a2.gl(a2)) +r.toString +q.sa4(0,r) +switch(a8.a){case 1:p=q +o=s +break +case 0:p=s +o=q +break +default:o=null +p=null}n=this.A5(a3,a4,a1,a5,a7) +r=n.d +m=n.b +l=r-m +k=l/2 +j=new A.aU(k,k) +l=(l+2)/2 +i=new A.aU(l,l) +l=a0.gbK(a0) +k=a8===B.i +h=k?m-1:m +g=a9.a +f=k?r+1:r +e=k?i:j +d=k?i:j +l.dK(A.AD(n.a,h,g,f,d,B.A,e,B.A),o) +e=a0.gbK(a0) +l=a8===B.ay +h=l?m-1:m +f=l?r+1:r +d=l?i:j +l=l?i:j +e.dK(A.AD(g,h,n.c,f,B.A,l,B.A,d),p) +if(a6!=null){l=a6.a +c=k?l>g:l>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.t(0,B.aj)){s=this.a +return A.M(10,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.t(0,B.ak)){s=this.a +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}return null}, +j(a){var s=this.a +return"{hovered: "+A.M(10,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255).j(0)+", focused,pressed: "+A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255).j(0)+", otherwise: null}"}} +A.a0V.prototype={ +af(a){if(a.t(0,B.U))return this.b +return this.a}} +A.a0X.prototype={ +grh(){var s,r=this,q=r.fr +if(q===$){s=A.ap(r.dy) +r.fr!==$&&A.aK() +q=r.fr=s.ax}return q}, +giJ(){return new A.cb(A.ap(this.dy).p3.as,t.wG)}, +gcZ(a){return B.bm}, +gdL(){return new A.cY(new A.at4(this),t.T)}, +gf9(){return new A.cY(new A.at6(this),t.T)}, +gd9(a){return B.bm}, +ge_(){return B.bm}, +gf6(a){return B.e9}, +gdl(a){return new A.cb(A.aVX(this.dy),t.Ak)}, +gjp(){return B.WY}, +gjo(){return B.eb}, +gcX(a){return B.ea}, +gjq(){return new A.cY(new A.at5(),t.Y6)}, +gjB(){return A.ap(this.dy).z}, +gjy(){return A.ap(this.dy).e}, +giW(){return A.ap(this.dy).x}} +A.at4.prototype={ +$1(a){var s +if(a.t(0,B.U)){s=this.a.grh().db.a +return A.M(97,s>>>16&255,s>>>8&255,s&255)}return this.a.grh().b}, +$S:17} +A.at6.prototype={ +$1(a){var s +if(a.t(0,B.ac)){s=this.a.grh().b +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.t(0,B.aj)){s=this.a.grh().b +return A.M(20,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}if(a.t(0,B.ak)){s=this.a.grh().b +return A.M(31,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)}return null}, +$S:127} +A.at5.prototype={ +$1(a){if(a.t(0,B.U))return B.bz +return B.ci}, +$S:48} +A.a2U.prototype={} +A.Ca.prototype={ +gu(a){return J.v(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.Ca&&J.d(b.a,this.a)}} +A.a0Y.prototype={} +A.Pc.prototype={} +A.adx.prototype={ +q4(a){return B.a_R}, +xq(a,b,c,d){var s,r,q,p=null,o=A.ap(a) +a.au(t.bZ) +s=A.ap(a) +r=s.cP.c +if(r==null)r=o.ax.b +q=A.is(A.mU(A.ld(B.c4,p,B.au,!1,p,p,p,p,p,p,p,p,p,p,p,p,p,p,d,p,p,p),p,p,new A.a1_(r,p),B.F),22,22) +switch(b.a){case 0:return A.aF5(1.5707963267948966,q) +case 1:return q +case 2:return A.aF5(0.7853981633974483,q)}}, +q3(a,b){switch(a.a){case 0:return B.XK +case 1:return B.f +case 2:return B.XH}}} +A.a1_.prototype={ +aJ(a,b){var s,r,q,p,o=$.a7(),n=o.al() +n.sa4(0,this.b) +s=b.a/2 +r=A.lH(new A.i(s,s),s) +q=0+s +p=o.bd() +p.oE(r) +p.mS(new A.A(0,0,q,q)) +a.d0(p,n)}, +eE(a){return!this.b.k(0,a.b)}} +A.YD.prototype={} +A.Co.prototype={ +gu(a){return A.K(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.O(b)!==A.r(s))return!1 +return b instanceof A.Co&&J.d(b.a,s.a)&&J.d(b.b,s.b)&&J.d(b.c,s.c)}} +A.a11.prototype={} +A.SE.prototype={ +I(a){var s=this.c.a1(0,B.XF),r=this.d.X(0,B.zn),q=A.bU(a,B.bb,t.l).w.r.b+8,p=44<=s.b-8-q,o=new A.i(8,q) +return new A.bI(new A.b2(8,q,8,8),new A.l4(new A.SF(s.a1(0,o),r.a1(0,o),p),new A.FK(this.e,p,A.aYZ(),null),null),null)}} +A.FK.prototype={ +ap(){return new A.a16(new A.o4(),null,null,B.n)}, +am1(a,b){return this.e.$2(a,b)}} +A.a16.prototype={ +aX(a){var s=this +s.bh(a) +if(!A.d7(s.a.c,a.c)){s.e=new A.o4() +s.d=!1}}, +I(a){var s,r,q,p,o,n,m,l=this,k=A.ed(a,B.cM,t.c4) +k.toString +s=l.e +r=l.d +q=a.au(t.I) +q.toString +p=l.a +o=p.d +n=l.d +m=A.aCH(n?B.n5:B.JB,null) +k=n?k.gaB():k.gaC() +k=A.a([new A.a15(m,new A.ato(l),k,null)],t.p) +B.b.R(k,l.a.c) +return new A.a17(r,q.w,A.aAX(p.am1(a,new A.a13(o,n,k,null)),B.ad,B.IC),s)}, +$ib5:1} +A.ato.prototype={ +$0(){var s=this.a +s.aF(new A.atn(s))}, +$S:0} +A.atn.prototype={ +$0(){var s=this.a +s.d=!s.d}, +$S:0} +A.a17.prototype={ +aO(a){var s=new A.a18(this.e,this.f,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.sG0(this.e) +b.sc_(this.f)}} +A.a18.prototype={ +sG0(a){if(a===this.Z)return +this.Z=a +this.ae()}, +sc_(a){if(a===this.ak)return +this.ak=a +this.ae()}, +bJ(){var s,r,q=this,p=q.k3$ +p.toString +s=t.k +r=s.a(A.t.prototype.ga5.call(q)) +p.bZ(new A.aP(0,r.b,0,r.d),!0) +if(!q.Z&&q.A==null){p=q.k3$ +q.A=p.gv(p).a}p=s.a(A.t.prototype.ga5.call(q)) +s=q.A +if(s!=null){s=q.k3$ +s=s.gv(s) +r=q.A +r.toString +s=s.a>r}else{r=s +s=!0}if(s){s=q.k3$ +s=s.gv(s).a}else{r.toString +s=r}r=q.k3$ +q.id=p.bC(new A.I(s,r.gv(r).b)) +r=q.k3$.b +r.toString +t.V.a(r) +if(q.ak===B.ay)p=0 +else{p=q.gv(q) +s=q.k3$ +s=p.a-s.gv(s).a +p=s}r.a=new A.i(p,0)}, +aJ(a,b){var s=this.k3$,r=s.b +r.toString +a.dO(s,t.V.a(r).a.X(0,b))}, +cQ(a,b){var s=this.k3$.b +s.toString +t.V.a(s) +return a.lS(new A.atp(this,b,s),s.a,b)}, +fk(a){if(!(a.b instanceof A.fa))a.b=new A.fa(null,null,B.f)}, +dd(a,b){var s=a.b +s.toString +s=t.V.a(s).a +b.ba(0,s.a,s.b) +this.XL(a,b)}} +A.atp.prototype={ +$2(a,b){return this.a.k3$.cg(a,b)}, +$S:10} +A.a13.prototype={ +aO(a){var s=new A.a_y(this.e,this.f,0,null,null,A.ar()) +s.aN() +return s}, +aR(a,b){b.spy(this.e) +b.sG0(this.f)}, +ct(a){return new A.a14(A.cF(t.h),this,B.R)}} +A.a14.prototype={} +A.a_y.prototype={ +spy(a){if(a===this.ag)return +this.ag=a +this.ae()}, +sG0(a){if(a===this.aK)return +this.aK=a +this.ae()}, +a6R(){var s,r=this,q={},p=t.k,o=r.aK?p.a(A.t.prototype.ga5.call(r)):A.a5b(new A.I(p.a(A.t.prototype.ga5.call(r)).b,44)) +q.a=-1 +q.b=0 +r.b5(new A.arO(q,r,o)) +p=r.ao$ +p.toString +s=r.D +if(s!==-1&&s===r.es$-2&&q.b-p.gv(p).a<=o.b)r.D=-1}, +ND(a,b){var s,r=this +if(a===r.ao$)return r.D!==-1 +s=r.D +if(s===-1)return!0 +return b>s===r.aK}, +a95(){var s,r,q,p,o=this,n={} +n.a=-1 +n.b=B.F +n.c=0 +s=o.ao$ +s.toString +n.d=o.aK&&!o.ag?s.gv(s).b:0 +o.b5(new A.arP(n,o,s)) +r=s.b +r.toString +t.V.a(r) +q=o.ao$ +q.toString +if(o.ND(q,0)){r.e=!0 +if(o.aK){q=o.ag +r.a=q?new A.i(0,n.d):B.f +r=n.b +p=r.b +s=q?p+s.gv(s).b:p +n.b=new A.I(r.a,s)}else{r.a=new A.i(n.c,0) +n.b=new A.I(n.b.a+s.gv(s).a,n.b.b)}}else r.e=!1 +o.id=n.b}, +bJ(){var s,r=this +r.D=-1 +if(r.ao$==null){s=t.k.a(A.t.prototype.ga5.call(r)) +r.id=new A.I(A.H(0,s.a,s.b),A.H(0,s.c,s.d)) +return}r.a6R() +r.a95()}, +aJ(a,b){this.b5(new A.arR(a,b))}, +fk(a){if(!(a.b instanceof A.fa))a.b=new A.fa(null,null,B.f)}, +cQ(a,b){var s,r,q={},p=q.a=this.dV$ +for(s=t.V;p!=null;){p=p.b +p.toString +s.a(p) +if(!p.e){r=p.cC$ +q.a=r +p=r +continue}if(a.lS(new A.arQ(q,b,p),p.a,b))return!0 +r=p.cC$ +q.a=r +p=r}return!1}, +h2(a){this.b5(new A.arS(a))}} +A.arO.prototype={ +$1(a){var s,r,q,p,o=this.a;++o.a +s=this.b +if(s.D!==-1&&!s.aK)return +t.x.a(a) +r=this.c +q=r.b +a.bZ(new A.aP(0,q,0,r.d),!0) +p=o.b+a.gv(a).a +o.b=p +if(p>q&&s.D===-1)s.D=o.a-1}, +$S:7} +A.arP.prototype={ +$1(a){var s,r,q,p=this.a,o=++p.a +t.x.a(a) +s=a.b +s.toString +t.V.a(s) +if(a===this.c)return +r=this.b +if(!r.ND(a,o)){s.e=!1 +return}s.e=!0 +if(!r.aK){o=p.c +s.a=new A.i(o,0) +q=o+a.gv(a).a +p.c=q +p.b=new A.I(q,Math.max(a.gv(a).b,p.b.b))}else{o=p.d +s.a=new A.i(0,o) +p.d=o+a.gv(a).b +p.b=new A.I(Math.max(a.gv(a).a,p.b.a),p.d)}}, +$S:7} +A.arR.prototype={ +$1(a){var s +t.x.a(a) +s=a.b +s.toString +t.V.a(s) +if(!s.e)return +this.a.dO(a,s.a.X(0,this.b))}, +$S:7} +A.arQ.prototype={ +$2(a,b){return this.a.a.cg(a,b)}, +$S:10} +A.arS.prototype={ +$1(a){var s +t.x.a(a) +s=a.b +s.toString +if(t.V.a(s).e)this.a.$1(a)}, +$S:7} +A.a12.prototype={ +I(a){var s=null +return A.u2(B.aw,B.Fi,this.c,B.bY,A.aU5(A.ap(a).ax),1,s,s,s,s,s,B.hk)}} +A.a15.prototype={ +I(a){var s=null +return A.u2(B.aw,s,A.aCI(s,this.c,this.d,s,this.e),B.I,B.D,0,s,s,s,s,s,B.hk)}} +A.a2I.prototype={ +aj(a){var s,r,q +this.eb(a) +s=this.ao$ +for(r=t.V;s!=null;){s.aj(a) +q=s.b +q.toString +s=r.a(q).aH$}}, +ab(a){var s,r,q +this.ec(0) +s=this.ao$ +for(r=t.V;s!=null;){s.ab(0) +q=s.b +q.toString +s=r.a(q).aH$}}} +A.a2V.prototype={ +ce(){this.dF() +this.dc() +this.fs()}, +n(){var s=this,r=s.bn$ +if(r!=null)r.J(0,s.gf3()) +s.bn$=null +s.aZ()}} +A.wB.prototype={ +K(){return"_TextSelectionToolbarItemPosition."+this.b}} +A.SG.prototype={ +I(a){var s=null +return A.ayj(this.c,this.d,A.aEP(s,s,B.D,s,s,s,s,s,s,A.aSy(A.ap(a).ax),s,B.a_U,this.e,s,B.kq,s,s,B.a3C,s))}} +A.df.prototype={ +cp(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.cp(b3.a) +if(r==null)r=b3.a +q=b1.b +p=q==null?b2:q.cp(b3.b) +if(p==null)p=b3.b +o=b1.c +n=o==null?b2:o.cp(b3.c) +if(n==null)n=b3.c +m=b1.d +l=m==null?b2:m.cp(b3.d) +if(l==null)l=b3.d +k=b1.e +j=k==null?b2:k.cp(b3.e) +if(j==null)j=b3.e +i=b1.f +h=i==null?b2:i.cp(b3.f) +if(h==null)h=b3.f +g=b1.r +f=g==null?b2:g.cp(b3.r) +if(f==null)f=b3.r +e=b1.w +d=e==null?b2:e.cp(b3.w) +if(d==null)d=b3.w +c=b1.x +b=c==null?b2:c.cp(b3.x) +if(b==null)b=b3.x +a=b1.y +a0=a==null?b2:a.cp(b3.y) +if(a0==null)a0=b3.y +a1=b1.z +a2=a1==null?b2:a1.cp(b3.z) +if(a2==null)a2=b3.z +a3=b1.Q +a4=a3==null?b2:a3.cp(b3.Q) +if(a4==null)a4=b3.Q +a5=b1.as +a6=a5==null?b2:a5.cp(b3.as) +if(a6==null)a6=b3.as +a7=b1.at +a8=a7==null?b2:a7.cp(b3.at) +if(a8==null)a8=b3.at +a9=b1.ax +b0=a9==null?b2:a9.cp(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.ayl(j,i,h,s,r,q,p,o,n,g,f,e==null?a9:e,m,l,k)}, +Pv(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.fN(a0,d,b,d,a1,a2,0,1,a3) +s=e.b +s=s==null?d:s.fN(a0,d,b,d,a1,a2,0,1,a3) +r=e.c +r=r==null?d:r.fN(a0,d,b,d,a1,a2,0,1,a3) +q=e.d +q=q==null?d:q.fN(a0,d,b,d,a1,a2,0,1,a3) +p=e.e +p=p==null?d:p.fN(a0,d,b,d,a1,a2,0,1,a3) +o=e.f +o=o==null?d:o.fN(a,d,b,d,a1,a2,0,1,a3) +n=e.r +n=n==null?d:n.fN(a,d,b,d,a1,a2,0,1,a3) +m=e.w +m=m==null?d:m.fN(a,d,b,d,a1,a2,0,1,a3) +l=e.x +l=l==null?d:l.fN(a,d,b,d,a1,a2,0,1,a3) +k=e.y +k=k==null?d:k.fN(a,d,b,d,a1,a2,0,1,a3) +j=e.z +j=j==null?d:j.fN(a,d,b,d,a1,a2,0,1,a3) +i=e.Q +i=i==null?d:i.fN(a0,d,b,d,a1,a2,0,1,a3) +h=e.as +h=h==null?d:h.fN(a,d,b,d,a1,a2,0,1,a3) +g=e.at +g=g==null?d:g.fN(a,d,b,d,a1,a2,0,1,a3) +f=e.ax +return A.ayl(k,j,i,c,s,r,q,p,o,h,g,f==null?d:f.fN(a,d,b,d,a1,a2,0,1,a3),n,m,l)}, +Pu(a,b,c){return this.Pv(a,b,c,null,null,null)}, +Pt(a){return this.Pv(null,null,null,a,null,null)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.df&&J.d(s.a,b.a)&&J.d(s.b,b.b)&&J.d(s.c,b.c)&&J.d(s.d,b.d)&&J.d(s.e,b.e)&&J.d(s.f,b.f)&&J.d(s.r,b.r)&&J.d(s.w,b.w)&&J.d(s.x,b.x)&&J.d(s.y,b.y)&&J.d(s.z,b.z)&&J.d(s.Q,b.Q)&&J.d(s.as,b.as)&&J.d(s.at,b.at)&&J.d(s.ax,b.ax)}, +gu(a){var s=this +return A.K(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.a1c.prototype={} +A.Cq.prototype={ +I(a){var s,r,q=null,p=this.c,o=B.c_.a,n=B.c_.b,m=B.c_.c,l=B.c_.d,k=B.c_.e,j=B.c_.f,i=B.c_.r,h=a.au(t.Uf) +if(h==null)h=B.dM +s=p.cP +r=s.b +if(r==null)r=h.x +s=s.a +h=s==null?h.w:s +return new A.DX(this,new A.KR(new A.No(p,new A.Af(o,n,m,l,k,j,i),B.l8,o,n,m,l,k,j,i),A.MB(A.a72(this.d,h,q,q,r),p.ok,q),q),q)}} +A.DX.prototype={ +uH(a,b,c){return new A.Cq(this.w.c,c,null)}, +cq(a){return!this.w.c.k(0,a.w.c)}} +A.qH.prototype={ +ev(a){var s,r=this.a +r.toString +s=this.b +s.toString +return A.aSG(r,s,a)}} +A.x3.prototype={ +ap(){return new A.Vj(null,null,B.n)}} +A.Vj.prototype={ +po(a){var s=a.$3(this.CW,this.a.r,new A.anr()) +s.toString +this.CW=t.ZM.a(s)}, +I(a){var s,r=this.CW +r.toString +s=this.geG() +return new A.Cq(r.a7(0,s.gl(s)),this.a.w,null)}} +A.anr.prototype={ +$1(a){return new A.qH(t.we.a(a),null)}, +$S:219} +A.pO.prototype={ +K(){return"MaterialTapTargetSize."+this.b}} +A.iy.prototype={ +Qu(b4,b5,b6){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=null,a9=b4==null?a7.f:b4,b0=a7.ax,b1=b0.b,b2=b0.c,b3=b0.d +if(b3==null)b3=b1 +s=b0.e +if(s==null)s=b2 +r=b0.f +q=b0.r +p=b0.w +if(p==null)p=r +o=b0.x +if(o==null)o=q +n=b0.y +m=n==null?r:n +l=b0.z +k=l==null?q:l +j=b0.Q +if(j==null){if(n==null)n=r}else n=j +j=b0.as +if(j==null){if(l==null)l=q}else l=j +j=b0.at +i=b0.ax +h=b0.ay +if(h==null)h=j +g=b0.ch +if(g==null)g=i +f=b0.cx +e=b0.cy +d=b0.db +c=b0.dx +if(c==null)c=e +b=b0.dy +if(b==null)b=d +a=b0.fr +if(a==null)a=f +a0=b0.fx +if(a0==null)a0=f +a1=b0.fy +if(a1==null)a1=B.o +a2=b0.go +if(a2==null)a2=B.o +a3=b0.id +if(a3==null)a3=d +a4=b0.k1 +if(a4==null)a4=e +a5=b0.k2 +if(a5==null)a5=b2 +a6=b0.k3 +if(a6==null)a6=b1 +n=A.awL(b0.CW,b0.a,j,h,a5,a3,f,i,g,a4,b2,s,q,o,d,b,k,l,a,a0,b1,b3,a2,r,p,a1,e,a6,c,m,n) +b0=b5==null?a7.p2:b5 +b1=b6==null?a7.p3:b6 +return A.aym(a7.R8,a7.RG,a7.a,a7.eN,a7.rx,a7.ry,a7.Q,a7.to,a7.x1,a7.x2,a7.xr,a7.y1,a7.as,a7.at,a7.y2,a7.b4,a7.bo,n,a7.b,a7.av,a7.aM,a7.ay,a7.bt,a7.ch,a7.CW,a7.bL,a7.bz,a7.D,a7.ag,a7.eM,a7.aK,a7.c,a7.az,a7.aP,a7.cx,a7.cy,a7.db,a7.dx,a7.bc,a7.ok,a7.dy,a7.d,a7.b9,a7.e,a7.bg,a7.V,a7.c5,a7.aS,a7.ef,a7.e5,a7.fz,a9,a7.r,a7.iw,a7.fr,a7.fx,a7.fy,a7.p1,b0,a7.eg,a7.co,a7.go,a7.w,a7.cK,a7.ar,a7.id,a7.cf,a7.k1,a7.k2,a7.eh,a7.bu,a7.k3,a7.x,a7.cu,a7.fV,a7.dw,a7.cP,b1,a7.e6,a7.hj,a7.A,a7.bM,a7.p4,a7.k4,!0,a7.z)}, +aeG(a,b){return this.Qu(null,a,b)}, +Ql(a){return this.Qu(a,null,null)}, +k(a,b){var s,r,q=this +if(b==null)return!1 +if(J.O(b)!==A.r(q))return!1 +if(b instanceof A.iy)if(b.a===q.a)if(A.avQ(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.d(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.b4.k(0,q.b4))if(b.bo.k(0,q.bo))if(b.av.k(0,q.av))if(b.aM.k(0,q.aM))if(b.bt.k(0,q.bt))if(b.bL.k(0,q.bL))if(b.bz.k(0,q.bz))if(b.D.k(0,q.D))if(b.ag.k(0,q.ag))if(b.aK.k(0,q.aK))if(b.az.k(0,q.az))if(b.aP.k(0,q.aP))if(b.bc.k(0,q.bc))if(b.b9.k(0,q.b9))if(b.bg.k(0,q.bg))if(b.V.k(0,q.V))if(b.c5.k(0,q.c5))if(b.aS.k(0,q.aS))if(b.ef.k(0,q.ef))if(b.e5.k(0,q.e5))if(b.fz.k(0,q.fz))if(b.iw.k(0,q.iw))if(b.eg.k(0,q.eg))if(b.co.k(0,q.co))if(b.cK.k(0,q.cK))if(b.ar.k(0,q.ar))if(b.cf.k(0,q.cf))if(b.eh.k(0,q.eh))if(b.bu.k(0,q.bu))if(b.cu.k(0,q.cu))if(b.fV.k(0,q.fV))if(b.dw.k(0,q.dw))if(b.cP.k(0,q.cP))if(b.e6.k(0,q.e6))if(b.hj.k(0,q.hj))if(b.bM.k(0,q.bM)){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.eM +s.toString +r=q.eM +r.toString +if(s.k(0,r)){s=b.eN +s.toString +r=q.eN +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.R(r,q.gbQ(q)) +B.b.R(r,q.gaY(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.b4) +r.push(s.bo) +r.push(s.av) +r.push(s.aM) +r.push(s.bt) +r.push(s.bL) +r.push(s.bz) +r.push(s.D) +r.push(s.ag) +r.push(s.aK) +r.push(s.az) +r.push(s.aP) +r.push(s.bc) +r.push(s.b9) +r.push(s.bg) +r.push(s.V) +r.push(s.c5) +r.push(s.aS) +r.push(s.ef) +r.push(s.e5) +r.push(s.fz) +r.push(s.iw) +r.push(s.eg) +r.push(s.co) +r.push(s.cK) +r.push(s.ar) +r.push(s.cf) +r.push(s.eh) +r.push(s.bu) +r.push(s.cu) +r.push(s.fV) +r.push(s.dw) +r.push(s.cP) +r.push(s.e6) +r.push(s.hj) +r.push(s.bM) +q=s.A +q.toString +r.push(q) +q=s.k1 +q.toString +r.push(q) +q=s.eM +q.toString +r.push(q) +q=s.eN +q.toString +r.push(q) +q=s.Q +q.toString +r.push(q) +return A.cy(r)}} +A.am3.prototype={ +$0(){var s=this.a,r=this.b +return s.aeG(r.cp(s.p2),r.cp(s.p3))}, +$S:220} +A.am0.prototype={ +$2(a,b){return new A.bk(a,b.amU(this.a.c.i(0,a),this.b),t.sw)}, +$S:221} +A.am1.prototype={ +$1(a){return!this.a.c.ai(0,a.a)}, +$S:222} +A.No.prototype={ +glU(){var s=this.ch.a +return s==null?this.ay.ax.a:s}, +gfZ(){var s=this.ch.b +return s==null?this.ay.ax.b:s}, +gmk(){var s=this.ch.c +return s==null?this.ay.ax.c:s}, +gmw(){var s=this.ch.f +return s==null?this.ay.go:s}, +dQ(a){return A.aPO(this.ay,this.ch.dQ(a))}} +A.w3.prototype={ +gu(a){return(A.oB(this.a)^A.oB(this.b))>>>0}, +k(a,b){if(b==null)return!1 +return b instanceof A.w3&&b.a===this.a&&b.b===this.b}} +A.Xe.prototype={ +bf(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.bf(r,A.k(r).h("bf<1>")) +r.B(0,s.gL(s))}s=c.$0() +r.m(0,b,s) +return s}} +A.lY.prototype={ +R9(a){var s=this.a,r=this.b,q=A.H(a.a+new A.i(s,r).aq(0,4).a,0,a.b) +return a.aeD(A.H(a.c+new A.i(s,r).aq(0,4).b,0,a.d),q)}, +k(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.lY&&b.a===this.a&&b.b===this.b}, +gu(a){return A.K(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)}, +cW(){return this.WO()+"(h: "+A.iO(this.a)+", v: "+A.iO(this.b)+")"}} +A.a1g.prototype={} +A.a23.prototype={} +A.Ct.prototype={ +gu(a){var s=this +return A.cy([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.O(b)!==A.r(s))return!1 +return b instanceof A.Ct&&J.d(b.a,s.a)&&J.d(b.b,s.b)&&J.d(b.c,s.c)&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.r,s.r)&&J.d(b.w,s.w)&&J.d(b.x,s.x)&&J.d(b.y,s.y)&&J.d(b.z,s.z)&&J.d(b.Q,s.Q)&&b.as==s.as&&J.d(b.at,s.at)&&J.d(b.ax,s.ax)&&J.d(b.ay,s.ay)&&J.d(b.ch,s.ch)&&J.d(b.CW,s.CW)&&J.d(b.cx,s.cx)&&J.d(b.db,s.db)&&J.d(b.dx,s.dx)}} +A.a1k.prototype={} +A.Cv.prototype={ +gu(a){var s=this +return A.K(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.O(b)!==A.r(s))return!1 +return b instanceof A.Cv&&J.d(b.a,s.a)&&J.d(b.b,s.b)&&J.d(b.c,s.c)&&J.d(b.d,s.d)&&J.d(b.e,s.e)&&J.d(b.f,s.f)&&J.d(b.r,s.r)&&J.d(b.w,s.w)&&J.d(b.y,s.y)&&J.d(b.x,s.x)&&J.d(b.z,s.z)&&J.d(b.Q,s.Q)&&J.d(b.as,s.as)&&J.d(b.ax,s.ax)&&b.at==s.at}} +A.a1l.prototype={} +A.Xb.prototype={ +aO(a){var s=new A.a_k(!0,this.e,null,this.r,B.cX,B.aH,null,A.ar()) +s.aN() +s.saV(null) +return s}} +A.a_k.prototype={ +cg(a,b){var s,r=this,q=$.ayK +$.ayK=!1 +if(r.gv(r).t(0,b)){s=r.cQ(a,b)||r.A===B.aH +if((s||r.A===B.c4)&&!$.ayJ){$.ayJ=!0 +a.E(0,new A.oO(b,r))}}else s=!1 +if(q){$.ayK=!0 +$.ayJ=!1}return s}} +A.Cw.prototype={ +ap(){return new A.vq(new A.aeP(),A.aM(t.S),B.M,null,null,B.n)}} +A.vq.prototype={ +gaaR(){this.a.toString +this.f===$&&A.b() +return B.ID}, +ga2w(){this.a.toString +this.f===$&&A.b() +return!0}, +gD9(){var s=this.a.c +return s==null?null.U0():s}, +glP(){var s,r=this,q=r.w +if(q==null){q=A.ct(B.L,null,B.f3,0,B.f6,1,null,r) +q.bD() +s=q.cO$ +s.b=!0 +s.a.push(r.gabC()) +r.w=q}return q}, +abD(a){var s,r,q,p,o,n,m,l,k,j,i=this +$label0$0:{s=new A.cs(A.aF1(i.Q),A.aF1(a)) +r=A.bj("#0#1",new A.amc(s)) +q=A.bj("#0#3",new A.amd(r)) +p=A.bj("#0#4",new A.ame(s)) +o=A.bj("#0#6",new A.amf(p)) +n=A.bj("#0#7",new A.amg(r)) +m=A.bj("#0#8",new A.amh(p)) +if(q.S()&&o.S()){B.b.B($.qK,i) +l=i.d +k=l.a +if(k!=null)k.nm() +else l.b=null +break $label0$0}if(n.S()&&m.S()){l=i.d +k=l.a +j=$.axR+1 +if(k!=null){$.axR=j +k.VR(0,j)}else l.b=$.axR=j +$.qK.push(i) +A.ajG(i.gD9()) +break $label0$0}if(!(q.S()&&m.S()))l=n.S()&&o.S() +else l=!0 +if(l)break $label0$0}i.Q=a}, +aa8(a,b){var s,r,q=this,p=new A.amj(q,a) +$label0$0:{s=q.glP().Q +s===$&&A.b() +r=A.bj("#0#2",new A.ami(s)) +if(r.S()&&b.a>0){if(q.r==null)q.r=A.c7(b,p) +break $label0$0}if(r.S()||B.b2===s||B.aV===s||B.a3===s)p.$0()}}, +Na(a){return this.aa8(null,a)}, +ou(a){var s=this,r=s.r +if(r!=null)r.b8(0) +s.r=null +r=s.w +if(r==null)r=null +else{r=r.Q +r===$&&A.b()}switch(r){case null:case void 0:case B.aV:case B.M:break +case B.b2:case B.a3:if(a.a>0){r=s.glP() +s.r=A.c7(a,r.gTN(r))}else s.glP().el(0) +break}}, +abB(a){var s,r=this +r.a.toString +r.f===$&&A.b() +switch(1){case 1:s=r.x +if(s==null)s=r.x=A.ad1(r,null,B.a_j) +s.p1=r.ga66() +s.p2=r.ga4I() +s.R8=r.ga5l() +s.xa(a) +break}}, +a4B(a){var s=this,r=s.y +r=r==null?null:r.CW +if(r!==a.gbG()){r=s.x +r=r==null?null:r.CW +r=r===a.gbG()}else r=!0 +if(r)return +if(s.r==null){r=s.glP().Q +r===$&&A.b() +r=r===B.M}else r=!1 +if(r||!t.c.b(a))return +s.ou(B.w) +s.z.a2(0)}, +a67(){this.ou(B.w) +this.z.a2(0)}, +a4J(){var s=this,r=s.e +r===$&&A.b() +if(!r)return +r=s.glP().Q +r===$&&A.b() +if(r===B.M){s.ga2w() +r=!0}else r=!1 +if(r){r=s.c +r.toString +A.aCe(r)}s.a.toString +s.Na(B.w)}, +a5m(){if(this.z.a!==0)return +this.ou(this.gaaR())}, +a4Q(a){var s,r,q,p,o,n,m=this +m.z.E(0,a.gim(a)) +s=A.a($.qK.slice(0),A.a1($.qK)) +for(r=s.length,q=!1,p=0;p") +return new A.iF(A.af(new A.S(s,new A.aop(b),r),!0,r.h("bd.E")))}, +dM(a,b){return A.aFu(a,this,b)}, +dN(a,b){return A.aFu(this,a,b)}, +eY(a,b){var s,r +for(s=this.a,r=0;r") +return new A.S(new A.cc(s,r),new A.aoq(),r.h("S")).bP(0," + ")}} +A.aon.prototype={ +$2(a,b){return a.E(0,b.gkU())}, +$S:230} +A.aop.prototype={ +$1(a){return a.br(0,this.a)}, +$S:231} +A.aoo.prototype={ +$1(a){return a.ghW()}, +$S:232} +A.aoq.prototype={ +$1(a){return a.j(0)}, +$S:233} +A.VG.prototype={} +A.Ii.prototype={ +K(){return"BoxShape."+this.b}} +A.Ie.prototype={ +i9(a,b,c){return null}, +E(a,b){return this.i9(a,b,!1)}, +eY(a,b){var s=$.a7().bd() +s.mS(this.gkU().af(b).Ei(a)) +return s}, +lp(a){return this.eY(a,null)}, +dD(a,b){var s=$.a7().bd() +s.mS(a) +return s}, +lq(a){return this.dD(a,null)}, +ju(a,b,c,d){a.dv(b,c)}, +ghW(){return!0}} +A.d8.prototype={ +gkU(){var s,r=this +if(r.gPb()){s=r.a.gdY() +return new A.b2(s,s,s,s)}return new A.b2(r.d.gdY(),r.a.gdY(),r.b.gdY(),r.c.gdY())}, +gtN(){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.gPb())if(r.grd()){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}, +gPb(){var s=this,r=s.a.b +return s.d.b===r&&s.c.b===r&&s.b.b===r}, +grd(){var s=this,r=s.a.c +return s.d.c===r&&s.c.c===r&&s.b.c===r}, +i9(a,b,c){var s=this +if(b instanceof A.d8&&A.kX(s.a,b.a)&&A.kX(s.b,b.b)&&A.kX(s.c,b.c)&&A.kX(s.d,b.d))return new A.d8(A.iS(s.a,b.a),A.iS(s.b,b.b),A.iS(s.c,b.c),A.iS(s.d,b.d)) +return null}, +E(a,b){return this.i9(a,b,!1)}, +br(a,b){var s=this +return new A.d8(s.a.br(0,b),s.b.br(0,b),s.c.br(0,b),s.d.br(0,b))}, +dM(a,b){if(a instanceof A.d8)return A.a59(a,this,b) +return this.Iw(a,b)}, +dN(a,b){if(a instanceof A.d8)return A.a59(this,a,b) +return this.Ix(a,b)}, +ze(a,b,c,d,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +if(e.gtN()){s=e.a +switch(s.c.a){case 0:return +case 1:switch(d.a){case 1:A.aBa(a,b,s) +break +case 0:if(c!=null&&!c.k(0,B.a_)){A.aBb(a,b,s,c) +return}A.aBc(a,b,s) +break}return}}if(e.grd()&&e.a.c===B.ar)return +r=A.aM(t.G) +s=e.a +q=s.c +p=q===B.ar +if(!p)r.E(0,s.a) +o=e.b +n=o.c +m=n===B.ar +if(!m)r.E(0,o.a) +l=e.c +k=l.c +j=k===B.ar +if(!j)r.E(0,l.a) +i=e.d +h=i.c +g=h===B.ar +if(!g)r.E(0,i.a) +if(!(q===B.V&&s.b===0))if(!(n===B.V&&o.b===0)){if(!(k===B.V&&l.b===0))q=h===B.V&&i.b===0 +else q=!0 +f=q}else f=!0 +else f=!0 +if(r.a===1)if(!f)if(d!==B.ly)q=c!=null&&!c.k(0,B.a_) +else q=!0 +else q=!1 +else q=!1 +if(q){if(p)s=B.v +q=m?B.v:o +p=j?B.v:l +o=g?B.v:i +A.aBe(a,b,c,p,r.gL(r),o,q,d,a0,s) +return}A.aHU(a,b,l,i,o,s)}, +jt(a,b,c){return this.ze(a,b,null,B.b3,c)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.d8&&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.K(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.gtN())return"Border.all("+q.a.j(0)+")" +s=A.a([],t.s) +r=q.a +if(!r.k(0,B.v))s.push("top: "+r.j(0)) +r=q.b +if(!r.k(0,B.v))s.push("right: "+r.j(0)) +r=q.c +if(!r.k(0,B.v))s.push("bottom: "+r.j(0)) +r=q.d +if(!r.k(0,B.v))s.push("left: "+r.j(0)) +return"Border("+B.b.bP(s,", ")+")"}, +ghp(a){return this.a}} +A.f0.prototype={ +gkU(){var s,r=this +if(r.gtN()){s=r.a.gdY() +return new A.eN(s,s,s,s)}return new A.eN(r.b.gdY(),r.a.gdY(),r.c.gdY(),r.d.gdY())}, +gtN(){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.grd()){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}, +grd(){var s=this,r=s.a.c +return s.b.c===r&&s.d.c===r&&s.c.c===r}, +i9(a,b,c){var s,r,q,p=this,o=null +if(b instanceof A.f0){s=p.a +r=b.a +if(A.kX(s,r)&&A.kX(p.b,b.b)&&A.kX(p.c,b.c)&&A.kX(p.d,b.d))return new A.f0(A.iS(s,r),A.iS(p.b,b.b),A.iS(p.c,b.c),A.iS(p.d,b.d)) +return o}if(b instanceof A.d8){s=b.a +r=p.a +if(!A.kX(s,r)||!A.kX(b.c,p.d))return o +q=p.b +if(!q.k(0,B.v)||!p.c.k(0,B.v)){if(!b.d.k(0,B.v)||!b.b.k(0,B.v))return o +return new A.f0(A.iS(s,r),q,p.c,A.iS(b.c,p.d))}return new A.d8(A.iS(s,r),b.b,A.iS(b.c,p.d),b.d)}return o}, +E(a,b){return this.i9(a,b,!1)}, +br(a,b){var s=this +return new A.f0(s.a.br(0,b),s.b.br(0,b),s.c.br(0,b),s.d.br(0,b))}, +dM(a,b){if(a instanceof A.f0)return A.awH(a,this,b) +return this.Iw(a,b)}, +dN(a,b){if(a instanceof A.f0)return A.awH(this,a,b) +return this.Ix(a,b)}, +ze(a,b,c,d,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +if(e.gtN()){s=e.a +switch(s.c.a){case 0:return +case 1:switch(d.a){case 1:A.aBa(a,b,s) +break +case 0:if(c!=null&&!c.k(0,B.a_)){A.aBb(a,b,s,c) +return}A.aBc(a,b,s) +break}return}}if(e.grd()&&e.a.c===B.ar)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.aM(t.G) +s=e.a +o=s.c +n=o===B.ar +if(!n)p.E(0,s.a) +m=e.c +l=m.c +if(l!==B.ar)p.E(0,m.a) +k=e.d +j=k.c +i=j===B.ar +if(!i)p.E(0,k.a) +h=e.b +g=h.c +if(g!==B.ar)p.E(0,h.a) +if(!(o===B.V&&s.b===0))if(!(l===B.V&&m.b===0)){if(!(j===B.V&&k.b===0))o=g===B.V&&h.b===0 +else o=!0 +f=o}else f=!0 +else f=!0 +if(p.a===1)if(!f)if(d!==B.ly)o=c!=null&&!c.k(0,B.a_) +else o=!0 +else o=!1 +else o=!1 +if(o){if(n)s=B.v +o=q.c===B.ar?B.v:q +n=i?B.v:k +m=r.c===B.ar?B.v:r +A.aBe(a,b,c,n,p.gL(p),m,o,d,a0,s) +return}A.aHU(a,b,k,r,q,s)}, +jt(a,b,c){return this.ze(a,b,null,B.b3,c)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.f0&&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.K(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.v))r.push("top: "+q.j(0)) +q=s.b +if(!q.k(0,B.v))r.push("start: "+q.j(0)) +q=s.c +if(!q.k(0,B.v))r.push("end: "+q.j(0)) +q=s.d +if(!q.k(0,B.v))r.push("bottom: "+q.j(0)) +return"BorderDirectional("+B.b.bP(r,", ")+")"}, +ghp(a){return this.a}} +A.dz.prototype={ +gdl(a){var s=this.c +s=s==null?null:s.gkU() +return s==null?B.bp:s}, +A1(a,b){var s,r,q +switch(this.w.a){case 1:s=A.lH(a.gb3(),a.gfK()/2) +r=$.a7().bd() +r.oE(s) +return r +case 0:r=this.d +if(r!=null){q=$.a7().bd() +q.hc(r.af(b).d6(a)) +return q}r=$.a7().bd() +r.mS(a) +return r}}, +br(a,b){var s=this,r=null,q=A.x(r,s.a,b),p=A.awZ(r,s.b,b),o=A.aBd(r,s.c,b),n=A.jK(r,s.d,b),m=A.awJ(r,s.e,b) +return new A.dz(q,p,o,n,m,r,s.w)}, +gyz(){return this.e!=null}, +dM(a,b){if(a==null)return this.br(0,b) +if(a instanceof A.dz)return A.aBf(a,this,b) +return this.I9(a,b)}, +dN(a,b){if(a==null)return this.br(0,1-b) +if(a instanceof A.dz)return A.aBf(this,a,b) +return this.Ia(a,b)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r===b)return!0 +if(J.O(b)!==A.r(r))return!1 +if(b instanceof A.dz)if(J.d(b.a,r.a))if(J.d(b.b,r.b))if(J.d(b.c,r.c))if(J.d(b.d,r.d))if(A.d7(b.e,r.e))s=b.w===r.w +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.cy(r) +return A.K(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)}, +Fi(a,b,c){var s +switch(this.w.a){case 0:s=this.d +if(s!=null)return s.af(c).d6(new A.A(0,0,0+a.a,0+a.b)).t(0,b) +return!0 +case 1:return b.a1(0,a.jU(B.f)).gd_()<=Math.min(a.a,a.b)/2}}, +E8(a){return new A.anM(this,a)}} +A.anM.prototype={ +Mn(a,b,c,d){var s=this.b +switch(s.w.a){case 1:a.kV(b.gb3(),b.gfK()/2,c) +break +case 0:s=s.d +if(s==null||s.k(0,B.a_))a.dv(b,c) +else a.dK(s.af(d).d6(b),c) +break}}, +a8u(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.cd(q.b) +n=q.d +this.Mn(a,new A.A(o.a-n,o.b-n,o.c+n,o.d+n),p,c)}}, +a8o(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.xF(q.a) +switch(p.w.a){case 1:s=A.lH(b.gb3(),b.gfK()/2) +r=$.a7().bd() +r.oE(s) +break +case 0:p=p.d +if(p!=null){r=$.a7().bd() +r.hc(p.af(c.d).d6(b))}else r=null +break +default:r=null}q.e.uc(a,b,r,c)}, +n(){var s=this.e +if(s!=null)s.n() +this.I5()}, +la(a,b,c){var s,r,q,p=this,o=c.e,n=b.a,m=b.b,l=new A.A(n,m,n+o.a,m+o.b),k=c.d +p.a8u(a,l,k) +o=p.b +n=o.a +m=n==null +if(!m||!1){s=p.c +if(s!=null)r=!1 +else r=!0 +if(r){q=$.a7().al() +if(!m)q.sa4(0,n) +p.c=q +n=q}else n=s +n.toString +p.Mn(a,l,n,k)}p.a8o(a,l,c) +n=o.c +if(n!=null){m=o.d +m=m==null?null:m.af(k) +n.ze(a,l,m,o.w,k)}}, +j(a){return"BoxPainter for "+this.b.j(0)}} +A.a5d.prototype={ +K(){return"BoxFit."+this.b}} +A.LO.prototype={} +A.e3.prototype={ +iK(){var s=$.a7().al() +s.sa4(0,this.a) +s.sl7(new A.pM(this.e,A.aRQ(this.c))) +return s}, +br(a,b){var s=this +return new A.e3(s.d*b,s.e,s.a,s.b.aq(0,b),s.c*b)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.e3&&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.K(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.iO(s.c)+", "+A.iO(s.d)+", "+s.e.j(0)+")"}} +A.dT.prototype={ +br(a,b){return new A.dT(this.b,this.a.br(0,b))}, +dM(a,b){var s,r +if(a instanceof A.dT){s=A.aO(a.a,this.a,b) +r=A.N(a.b,this.b,b) +r.toString +return new A.dT(A.H(r,0,1),s)}return this.o5(a,b)}, +dN(a,b){var s,r +if(a instanceof A.dT){s=A.aO(this.a,a.a,b) +r=A.N(this.b,a.b,b) +r.toString +return new A.dT(A.H(r,0,1),s)}return this.o6(a,b)}, +eY(a,b){var s=$.a7().bd() +s.oE(this.vu(a).d2(-this.a.gdY())) +return s}, +lp(a){return this.eY(a,null)}, +dD(a,b){var s=$.a7().bd() +s.oE(this.vu(a)) +return s}, +lq(a){return this.dD(a,null)}, +ju(a,b,c,d){if(this.b===0)a.kV(b.gb3(),b.gfK()/2,c) +else a.R4(this.vu(b),c)}, +ghW(){return!0}, +n0(a){var s=a==null?this.a:a +return new A.dT(this.b,s)}, +jt(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.kV(b.gb3(),(b.gfK()+s)/2,r.iK()) +else a.R4(this.vu(b).d2(s/2),r.iK()) +break}}, +vu(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.lH(a.gb3(),a.gfK()/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.avQ(b.b,s.b)}, +gu(a){return A.K(A.r(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.Wy(0)+")"}} +A.hX.prototype={ +cW(){return"Decoration"}, +gdl(a){return B.bp}, +gyz(){return!1}, +dM(a,b){return null}, +dN(a,b){return null}, +Fi(a,b,c){return!0}, +A1(a,b){throw A.c(A.V("This Decoration subclass does not expect to be used for clipping."))}} +A.Ig.prototype={ +n(){}} +A.WF.prototype={} +A.VE.prototype={ +xF(a){var s,r=this.a +r=r==null?null:r.xF(a) +s=this.b +s=s==null?null:s.xF(a) +return new A.anL(r,s,this.c)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.VE&&J.d(b.a,s.a)&&J.d(b.b,s.b)&&b.c===s.c}, +gu(a){return A.K(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.n(this.a)+", "+A.n(this.b)+", "+A.n(this.c)+")"}} +A.anL.prototype={ +G2(a,b,c,d,e,f){var s,r,q=this +a.eC(null,$.a7().al()) +s=q.a +r=s==null +if(!r)s.G2(a,b,c,d,e*(1-q.c),f) +s=q.b +if(s!=null){r=!r?B.Ff:f +s.G2(a,b,c,d,e*q.c,r)}a.bH(0)}, +uc(a,b,c,d){return this.G2(a,b,c,d,1,B.dx)}, +n(){var s=this.a +if(s!=null)s.n() +s=this.b +if(s!=null)s.n()}, +j(a){return"_BlendedDecorationImagePainter("+A.n(this.a)+", "+A.n(this.b)+", "+A.n(this.c)+")"}} +A.dt.prototype={ +ge7(){var s=this +return s.gf_(s)+s.gf0(s)+s.gha(s)+s.gh8()}, +acS(a){var s=this +switch(a.a){case 0:return s.ge7() +case 1:return s.gbV(s)+s.gc1(s)}}, +E(a,b){var s=this +return new A.ol(s.gf_(s)+b.gf_(b),s.gf0(s)+b.gf0(b),s.gha(s)+b.gha(b),s.gh8()+b.gh8(),s.gbV(s)+b.gbV(b),s.gc1(s)+b.gc1(b))}, +eK(a,b,c){var s=this +return new A.ol(A.H(s.gf_(s),b.a,c.a),A.H(s.gf0(s),b.c,c.b),A.H(s.gha(s),0,c.c),A.H(s.gh8(),0,c.d),A.H(s.gbV(s),b.b,c.e),A.H(s.gc1(s),b.d,c.f))}, +j(a){var s=this +if(s.gha(s)===0&&s.gh8()===0){if(s.gf_(s)===0&&s.gf0(s)===0&&s.gbV(s)===0&&s.gc1(s)===0)return"EdgeInsets.zero" +if(s.gf_(s)===s.gf0(s)&&s.gf0(s)===s.gbV(s)&&s.gbV(s)===s.gc1(s))return"EdgeInsets.all("+B.d.ad(s.gf_(s),1)+")" +return"EdgeInsets("+B.d.ad(s.gf_(s),1)+", "+B.d.ad(s.gbV(s),1)+", "+B.d.ad(s.gf0(s),1)+", "+B.d.ad(s.gc1(s),1)+")"}if(s.gf_(s)===0&&s.gf0(s)===0)return"EdgeInsetsDirectional("+B.d.ad(s.gha(s),1)+", "+B.d.ad(s.gbV(s),1)+", "+B.d.ad(s.gh8(),1)+", "+B.d.ad(s.gc1(s),1)+")" +return"EdgeInsets("+B.d.ad(s.gf_(s),1)+", "+B.d.ad(s.gbV(s),1)+", "+B.d.ad(s.gf0(s),1)+", "+B.d.ad(s.gc1(s),1)+") + EdgeInsetsDirectional("+B.d.ad(s.gha(s),1)+", 0.0, "+B.d.ad(s.gh8(),1)+", 0.0)"}, +k(a,b){var s=this +if(b==null)return!1 +return b instanceof A.dt&&b.gf_(b)===s.gf_(s)&&b.gf0(b)===s.gf0(s)&&b.gha(b)===s.gha(s)&&b.gh8()===s.gh8()&&b.gbV(b)===s.gbV(s)&&b.gc1(b)===s.gc1(s)}, +gu(a){var s=this +return A.K(s.gf_(s),s.gf0(s),s.gha(s),s.gh8(),s.gbV(s),s.gc1(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.b2.prototype={ +gf_(a){return this.a}, +gbV(a){return this.b}, +gf0(a){return this.c}, +gc1(a){return this.d}, +gha(a){return 0}, +gh8(){return 0}, +Fm(a){var s=this +return new A.A(a.a-s.a,a.b-s.b,a.c+s.c,a.d+s.d)}, +Ei(a){var s=this +return new A.A(a.a+s.a,a.b+s.b,a.c-s.c,a.d-s.d)}, +E(a,b){if(b instanceof A.b2)return this.X(0,b) +return this.Ib(0,b)}, +eK(a,b,c){var s=this +return new A.b2(A.H(s.a,b.a,c.a),A.H(s.b,b.b,c.e),A.H(s.c,b.c,c.b),A.H(s.d,b.d,c.f))}, +a1(a,b){var s=this +return new A.b2(s.a-b.a,s.b-b.b,s.c-b.c,s.d-b.d)}, +X(a,b){var s=this +return new A.b2(s.a+b.a,s.b+b.b,s.c+b.c,s.d+b.d)}, +aq(a,b){var s=this +return new A.b2(s.a*b,s.b*b,s.c*b,s.d*b)}, +af(a){return this}, +lY(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.b2(r,q,p,a==null?s.d:a)}, +rM(a){return this.lY(a,null,null,null)}, +aew(a){return this.lY(null,null,null,a)}, +Qh(a){return this.lY(null,a,null,null)}, +Qo(a,b){return this.lY(a,b,null,null)}} +A.eN.prototype={ +gha(a){return this.a}, +gbV(a){return this.b}, +gh8(){return this.c}, +gc1(a){return this.d}, +gf_(a){return 0}, +gf0(a){return 0}, +E(a,b){if(b instanceof A.eN)return this.X(0,b) +return this.Ib(0,b)}, +a1(a,b){var s=this +return new A.eN(s.a-b.a,s.b-b.b,s.c-b.c,s.d-b.d)}, +X(a,b){var s=this +return new A.eN(s.a+b.a,s.b+b.b,s.c+b.c,s.d+b.d)}, +aq(a,b){var s=this +return new A.eN(s.a*b,s.b*b,s.c*b,s.d*b)}, +af(a){var s=this +switch(a.a){case 0:return new A.b2(s.c,s.b,s.a,s.d) +case 1:return new A.b2(s.a,s.b,s.c,s.d)}}} +A.ol.prototype={ +aq(a,b){var s=this +return new A.ol(s.a*b,s.b*b,s.c*b,s.d*b,s.e*b,s.f*b)}, +af(a){var s=this +switch(a.a){case 0:return new A.b2(s.d+s.a,s.e,s.c+s.b,s.f) +case 1:return new A.b2(s.c+s.a,s.e,s.d+s.b,s.f)}}, +gf_(a){return this.a}, +gf0(a){return this.b}, +gha(a){return this.c}, +gh8(){return this.d}, +gbV(a){return this.e}, +gc1(a){return this.f}} +A.abH.prototype={ +a2(a){var s,r,q,p +for(s=this.b,r=s.gaY(s),r=new A.cS(J.aj(r.a),r.b),q=A.k(r).z[1];r.q();){p=r.a;(p==null?q.a(p):p).n()}s.a2(0) +for(s=this.a,r=s.gaY(s),r=new A.cS(J.aj(r.a),r.b),q=A.k(r).z[1];r.q();){p=r.a +if(p==null)p=q.a(p) +p.a.J(0,p.b)}s.a2(0) +this.f=0}, +afT(a){var s,r,q,p=this,o=p.c.B(0,a) +if(o!=null){s=o.a +r=o.d +r===$&&A.b() +if(s.x)A.J(A.a0(u.V)) +B.b.B(s.y,r) +o.Iz()}q=p.a.B(0,a) +if(q!=null){q.a.J(0,q.b) +return!0}o=p.b.B(0,a) +if(o!=null){s=p.f +r=o.b +r.toString +p.f=s-r +o.n() +return!0}return!1}, +Op(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.a0O(c)}else b.n()}, +Da(a,b,c){var s=this.c.bf(0,a,new A.abJ(this,b,a)) +if(s.b==null)s.b=c}, +Th(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.B(0,b) +if(q!=null){j=q.a +l.Da(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.J(A.a0(u.V)) +h=new A.z3(j) +h.II(j) +l.Op(b,new A.D7(j,i,h),k) +return j}try{g=j.a=c.$0() +l.Da(b,g,k) +h=g}catch(o){s=A.ag(o) +r=A.aA(o) +d.$2(s,r) +return k}j.b=!1 +n=A.aR("pendingImage") +m=new A.j3(new A.abK(j,l,b,!0,k,n),k) +n.b=new A.Zi(h,m) +i.m(0,b,n.aA()) +j.a.U(0,m) +return j.a}, +ai(a,b){return this.a.i(0,b)!=null||this.b.i(0,b)!=null}, +a0O(a){var s,r,q,p,o,n=this,m=n.b,l=A.k(m).h("bf<1>") +while(!0){if(!(n.f>104857600||m.a>1000))break +s=new A.bf(m,l) +r=s.ga6(s) +if(!r.q())A.J(A.c3()) +q=r.gG(r) +p=m.i(0,q) +s=n.f +o=p.b +o.toString +n.f=s-o +p.n() +m.B(0,q)}}} +A.abJ.prototype={ +$0(){return A.aTE(this.b,new A.abI(this.a,this.c))}, +$S:234} +A.abI.prototype={ +$0(){this.a.c.B(0,this.b)}, +$S:0} +A.abK.prototype={ +$2(a,b){var s,r,q,p,o,n=this +if(a!=null){s=a.a +r=s.gbX(s)*s.gd7(s)*4 +s.n()}else r=null +s=n.a +q=s.a +if(q.x)A.J(A.a0(u.V)) +p=new A.z3(q) +p.II(q) +o=new A.D7(q,r,p) +p=n.b +q=n.c +p.Da(q,s.a,r) +if(n.d)p.Op(q,o,n.e) +else o.n() +p.a.B(0,q) +if(!s.b){q=n.f.aA() +q.a.J(0,q.b)}s.b=!0}, +$S:235} +A.VP.prototype={ +n(){$.bV.y2$.push(new A.aoi(this))}} +A.aoi.prototype={ +$1(a){var s,r=this.a,q=r.c +if(q!=null){s=q.a;--s.w +s.wb() +q.a=null}r.c=null}, +$S:3} +A.D7.prototype={} +A.wc.prototype={ +a_y(a,b,c){var s=new A.aqr(this,b) +this.d=s +if(a.x)A.J(A.a0(u.V)) +a.y.push(s)}, +j(a){return"#"+A.bh(this)}} +A.aqr.prototype={ +$0(){var s,r,q +this.b.$0() +s=this.a +r=s.a +q=s.d +q===$&&A.b() +if(r.x)A.J(A.a0(u.V)) +B.b.B(r.y,q) +s.Iz()}, +$S:0} +A.Zi.prototype={} +A.tC.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.tC&&b.a==s.a&&b.b==s.b&&J.d(b.c,s.c)&&b.d==s.d&&J.d(b.e,s.e)&&b.f==s.f}, +gu(a){var s=this +return A.K(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.d.ad(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.j2.prototype={ +af(a){var s=new A.abT() +this.a1z(a,new A.abQ(this,a,s),new A.abR(this,a,s)) +return s}, +a1z(a,b,c){var s,r,q,p,o,n={} +n.a=null +n.b=!1 +s=new A.abN(n,c) +r=null +try{r=this.SQ(a)}catch(o){q=A.ag(o) +p=A.aA(o) +s.$2(q,p) +return}r.bF(new A.abM(n,this,b,s),t.H).mV(s)}, +alF(a,b,c,d){var s,r +if(b.a!=null){s=$.hA.tj$ +s===$&&A.b() +s.Th(0,c,new A.abO(b),d) +return}s=$.hA.tj$ +s===$&&A.b() +r=s.Th(0,c,new A.abP(this,c),d) +if(r!=null)b.HF(r)}, +FC(a,b){return A.aFp()}, +FD(a,b){return A.aFp()}, +j(a){return"ImageConfiguration()"}} +A.abQ.prototype={ +$2(a,b){this.a.alF(this.b,this.c,a,b)}, +$S(){return A.k(this.a).h("~(j2.T,~(o,bL?))")}} +A.abR.prototype={ +$3(a,b,c){return this.UE(a,b,c)}, +UE(a,b,c){var s=0,r=A.a5(t.H),q=this,p +var $async$$3=A.a6(function(d,e){if(d===1)return A.a2(e,r) +while(true)switch(s){case 0:p=A.h8(null,t.P) +s=2 +return A.ad(p,$async$$3) +case 2:p=q.c +if(p.a==null)p.HF(new A.ap2(A.a([],t.XZ),A.a([],t.SM),A.a([],t.u))) +p=p.a +p.toString +p.zB(A.be("while resolving an image"),b,null,!0,c) +return A.a3(null,r)}}) +return A.a4($async$$3,r)}, +$S(){return A.k(this.a).h("ai<~>(j2.T?,o,bL?)")}} +A.abN.prototype={ +UD(a,b){var s=0,r=A.a5(t.H),q,p=this,o +var $async$$2=A.a6(function(c,d){if(c===1)return A.a2(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.a3(q,r)}}) +return A.a4($async$$2,r)}, +$2(a,b){return this.UD(a,b)}, +$S:236} +A.abM.prototype={ +$1(a){var s,r,q,p=this +p.a.a=a +try{p.c.$2(a,p.d)}catch(q){s=A.ag(q) +r=A.aA(q) +p.d.$2(s,r)}}, +$S(){return A.k(this.b).h("aS(j2.T)")}} +A.abO.prototype={ +$0(){var s=this.a.a +s.toString +return s}, +$S:185} +A.abP.prototype={ +$0(){var s=this.a,r=this.b,q=s.FD(r,$.hA.gaig()) +return q instanceof A.V4?s.FC(r,$.hA.gaie()):q}, +$S:185} +A.V4.prototype={} +A.jJ.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.jJ&&b.a===s.a&&b.b===s.b&&b.c===s.c}, +gu(a){return A.K(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.n(this.c)+")"}} +A.HM.prototype={ +FD(a,b){return A.ae1(this.j4(a,b),a.b,null,a.c)}, +FC(a,b){return A.ae1(this.j4(a,b),a.b,null,a.c)}, +j4(a,b){return this.a7_(a,b)}, +a7_(a,b){var s=0,r=A.a5(t.hP),q,p=2,o,n,m,l,k +var $async$j4=A.a6(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:l=null +p=4 +s=7 +return A.ad(a.a.yH(a.b),$async$j4) +case 7:l=d +p=2 +s=6 +break +case 4:p=3 +k=o +if(A.ag(k) instanceof A.pe){m=$.hA.tj$ +m===$&&A.b() +m.afT(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.a3(q,r) +case 2:return A.a2(o,r)}}) +return A.a4($async$j4,r)}} +A.lu.prototype={ +SQ(a){return new A.bl(this,t.Q6)}, +FC(a,b){return A.ae1(this.j4(a,b),"MemoryImage("+("#"+A.bh(a.a))+")",null,1)}, +FD(a,b){return A.ae1(this.j4(a,b),"MemoryImage("+("#"+A.bh(a.a))+")",null,1)}, +j4(a,b){return this.a70(a,b)}, +a70(a,b){var s=0,r=A.a5(t.hP),q,p=this,o +var $async$j4=A.a6(function(c,d){if(c===1)return A.a2(d,r) +while(true)switch(s){case 0:o=b +s=3 +return A.ad(A.abV(p.a),$async$j4) +case 3:q=o.$1(d) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$j4,r)}, +k(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.lu&&b.a===this.a&&!0}, +gu(a){return A.K(J.v(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"MemoryImage("+("#"+A.bh(this.a))+", scale: "+B.e.ad(1,1)+")"}} +A.ap2.prototype={} +A.xf.prototype={ +ghR(){return this.a}, +SQ(a){var s,r={},q=a.a +if(q==null)q=$.He() +r.a=r.b=null +s=t.P +A.aOU(A.aMv(q).bF(new A.a4r(r,this,a,q),s),new A.a4s(r),s,t.K) +s=r.a +if(s!=null)return s +s=new A.ay($.an,t.Lv) +r.b=new A.bv(s,t.h8) +return s}, +a11(a,b,c){var s,r,q,p,o +if(c==null||c.length===0||b.b==null)return new A.mD(null,a) +s=A.aye(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.O(b)!==A.r(this))return!1 +return b instanceof A.xf&&b.ghR()===this.ghR()&&!0}, +gu(a){return A.K(this.ghR(),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.n(this.b)+', name: "'+this.ghR()+'")'}} +A.a4r.prototype={ +$1(a){var s,r,q=this,p=q.b,o=a.UL(p.ghR()),n=p.a11(p.ghR(),q.c,o) +p=n.a +if(p==null)p=1 +s=new A.jJ(q.d,n.b,p) +p=q.a +r=p.b +if(r!=null)r.e2(0,s) +else p.a=new A.bl(s,t.WT)}, +$S:238} +A.a4s.prototype={ +$2(a,b){this.a.b.mY(a,b)}, +$S:39} +A.j1.prototype={ +oS(a){return new A.j1(this.a.oS(0),this.b,this.c)}, +j(a){var s=this.c +s=s!=null?s+" ":"" +return s+this.a.j(0)+" @ "+A.iO(this.b)+"x"}, +gu(a){return A.K(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.O(b)!==A.r(s))return!1 +return b instanceof A.j1&&b.a===s.a&&b.b===s.b&&b.c==s.c}} +A.j3.prototype={ +gu(a){return A.K(this.a,null,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 +if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +if(b instanceof A.j3)if(J.d(b.a,this.a))s=J.d(b.c,this.c) +else s=!1 +else s=!1 +return s}, +ak_(a,b){return this.a.$2(a,b)}} +A.abT.prototype={ +HF(a){var s,r=this +r.a=a +s=r.b +if(s!=null){r.b=null +a.r=!0 +B.b.ah(s,a.gx9(a)) +r.a.r=!1}}, +U(a,b){var s=this.a +if(s!=null)return s.U(0,b) +s=this.b;(s==null?this.b=A.a([],t.XZ):s).push(b)}, +J(a,b){var s,r=this.a +if(r!=null)return r.J(0,b) +for(s=0;r=this.b,s")),t.kE),!0,t.CF) +n=i.b +B.b.R(o,n) +B.b.a2(n) +s=!1 +for(n=o.length,m=0;m=s.a}else r=!0 +if(r){s=p.ax +p.Kc(new A.j1(s.gno(s).oS(0),p.as,p.e)) +p.ay=a +s=p.ax +p.ch=s.gEG(s) +s=p.ax +s.gno(s).n() +p.ax=null +q=B.e.hw(p.CW,p.Q.gyf()) +if(p.Q.gGq()===-1||q<=p.Q.gGq())p.og() +return}s.toString +r=p.ay +r===$&&A.b() +p.cx=A.c7(new A.b1(B.e.am(s.a-(a.a-r.a))),new A.ae2(p))}, +og(){var s=0,r=A.a5(t.H),q,p=2,o,n=this,m,l,k,j,i +var $async$og=A.a6(function(a,b){if(a===1){o=b +s=p}while(true)switch(s){case 0:j=n.ax +if(j!=null)j.gno(j).n() +n.ax=null +p=4 +s=7 +return A.ad(n.Q.nO(),$async$og) +case 7:n.ax=b +p=2 +s=6 +break +case 4:p=3 +i=o +m=A.ag(i) +l=A.aA(i) +n.zB(A.be("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.gyf()===1){if(n.a.length===0){s=1 +break}j=n.ax +n.Kc(new A.j1(j.gno(j).oS(0),n.as,n.e)) +j=n.ax +j.gno(j).n() +n.ax=null +s=1 +break}n.N3() +case 1:return A.a3(q,r) +case 2:return A.a2(o,r)}}) +return A.a4($async$og,r)}, +N3(){if(this.cy)return +this.cy=!0 +$.bV.Hv(this.ga3P())}, +Kc(a){this.VE(a);++this.CW}, +U(a,b){var s,r=this +if(r.a.length===0){s=r.Q +if(s!=null)s=r.c==null||s.gyf()>1 +else s=!1}else s=!1 +if(s)r.og() +r.WX(0,b)}, +J(a,b){var s,r=this +r.WY(0,b) +if(r.a.length===0){s=r.cx +if(s!=null)s.b8(0) +r.cx=null}}, +wb(){this.WW() +if(this.x)this.z=null}} +A.ae3.prototype={ +$2(a,b){this.a.zB(A.be("resolving an image codec"),a,this.b,!0,b)}, +$S:39} +A.ae2.prototype={ +$0(){this.a.N3()}, +$S:0} +A.XZ.prototype={} +A.XY.prototype={} +A.Hn.prototype={} +A.lj.prototype={ +k(a,b){var s=this +if(b==null)return!1 +return b instanceof A.lj&&b.a===s.a&&b.b==s.b&&b.d===s.d&&A.d7(b.f,s.f)}, +gu(a){var s=this +return A.K(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){return"InlineSpanSemanticsInformation{text: "+this.a+", semanticsLabel: "+A.n(this.b)+", recognizer: "+A.n(this.c)+"}"}} +A.fY.prototype={ +Hg(a){var s={} +s.a=null +this.b5(new A.ac7(s,a,new A.Hn())) +return s.a}, +uu(a){var s,r=new A.bZ("") +this.E1(r,!0,a) +s=r.a +return s.charCodeAt(0)==0?s:s}, +U0(){return this.uu(!0)}, +ij(a,b){var s={} +if(b<0)return null +s.a=null +this.b5(new A.ac6(s,b,new A.Hn())) +return s.a}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.fY&&J.d(b.a,this.a)}, +gu(a){return J.v(this.a)}} +A.ac7.prototype={ +$1(a){var s=a.Hh(this.b,this.c) +this.a.a=s +return s==null}, +$S:49} +A.ac6.prototype={ +$1(a){var s=a.Q3(this.b,this.c) +this.a.a=s +return s==null}, +$S:49} +A.Q2.prototype={ +E1(a,b,c){a.a+=A.cV(65532)}, +xw(a){a.push(B.JS)}} +A.cN.prototype={ +br(a,b){var s=this.a.br(0,b) +return new A.cN(this.b.aq(0,b),s)}, +dM(a,b){var s,r,q=this +if(a instanceof A.cN){s=A.aO(a.a,q.a,b) +r=A.jK(a.b,q.b,b) +r.toString +return new A.cN(r,s)}if(a instanceof A.dT){s=A.aO(a.a,q.a,b) +return new A.fc(q.b,1-b,a.b,s)}return q.o5(a,b)}, +dN(a,b){var s,r,q=this +if(a instanceof A.cN){s=A.aO(q.a,a.a,b) +r=A.jK(q.b,a.b,b) +r.toString +return new A.cN(r,s)}if(a instanceof A.dT){s=A.aO(q.a,a.a,b) +return new A.fc(q.b,b,a.b,s)}return q.o6(a,b)}, +n0(a){var s=a==null?this.a:a +return new A.cN(this.b,s)}, +eY(a,b){var s=this.b.af(b).d6(a).d2(-this.a.gdY()),r=$.a7().bd() +r.hc(s) +return r}, +lp(a){return this.eY(a,null)}, +dD(a,b){var s=$.a7().bd() +s.hc(this.b.af(b).d6(a)) +return s}, +lq(a){return this.dD(a,null)}, +ju(a,b,c,d){var s=this.b +if(s.k(0,B.a_))a.dv(b,c) +else a.dK(s.af(d).d6(b),c)}, +ghW(){return!0}, +jt(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.dK(s.af(c).d6(b),o.iK()) +else{r=$.a7().al() +r.sa4(0,o.a) +q=s.af(c).d6(b) +p=q.d2(-o.gdY()) +a.EC(q.d2(o.go_()),p,r)}break}}, +k(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.cN&&b.a.k(0,this.a)&&b.b.k(0,this.b)}, +gu(a){return A.K(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.fc.prototype={ +br(a,b){var s=this.a.br(0,b) +return new A.fc(this.b.aq(0,b),b,this.d,s)}, +dM(a,b){var s,r,q,p=this +if(a instanceof A.cN){s=A.aO(a.a,p.a,b) +r=A.jK(a.b,p.b,b) +r.toString +return new A.fc(r,p.c*b,p.d,s)}if(a instanceof A.dT){s=A.aO(a.a,p.a,b) +r=p.c +return new A.fc(p.b,r+(1-r)*(1-b),a.b,s)}if(a instanceof A.fc){s=A.aO(a.a,p.a,b) +r=A.jK(a.b,p.b,b) +r.toString +q=A.N(a.c,p.c,b) +q.toString +return new A.fc(r,q,p.d,s)}return p.o5(a,b)}, +dN(a,b){var s,r,q,p=this +if(a instanceof A.cN){s=A.aO(p.a,a.a,b) +r=A.jK(p.b,a.b,b) +r.toString +return new A.fc(r,p.c*(1-b),p.d,s)}if(a instanceof A.dT){s=A.aO(p.a,a.a,b) +r=p.c +return new A.fc(p.b,r+(1-r)*b,a.b,s)}if(a instanceof A.fc){s=A.aO(p.a,a.a,b) +r=A.jK(p.b,a.b,b) +r.toString +q=A.N(p.c,a.c,b) +q.toString +return new A.fc(r,q,p.d,s)}return p.o6(a,b)}, +r7(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.ghW())p.x=A.af(new A.S(r,new A.asF(a),A.a1(r).h("S<1,A>")),!0,t.YT) +else p.y=A.af(new A.S(r,new A.asG(p,a,b),A.a1(r).h("S<1,un>")),!0,t.ke)}r=s.e +if(!r.ghW())q=p.r!=null||p.w!=null +else q=!1 +if(q)p.e=r.dD(a,b) +if(s.c!=null)p.f=r.eY(a,b) +p.c=a +p.d=b}, +aaM(a,b,c){var s,r,q,p,o=this +if(o.w!=null){s=o.b.e +if(s.ghW()){r=0 +while(!0){q=o.w +q.toString +if(!(r>>0)+r+-56613888 +break $label0$0}if(56320===s){r=r.ij(0,a-1) +r.toString +r=(r<<10>>>0)+q+-56613888 +break $label0$0}r=q +break $label0$0}return r}, +aaX(a,b){var s,r=this.a18(b?a-1:a),q=b?a:a-1,p=this.a.ij(0,q) +if(!(r==null||p==null||A.aFo(r)||A.aFo(p))){q=A.bF("[\\p{Space_Separator}\\p{Punctuation}]",!0,!1,!0) +s=A.cV(r) +q=!q.b.test(s)}else q=!0 +return q}, +gSJ(){var s=this,r=s.c +if(r===$){r!==$&&A.aK() +r=s.c=new A.a1X(s.gaaW(),s)}return r}} +A.a1X.prototype={ +fh(a){var s +if(a<0)return null +s=this.b.fh(a) +return s==null||this.a.$2(s,!1)?s:this.fh(s-1)}, +fj(a){var s=this.b.fj(Math.max(a,0)) +return s==null||this.a.$2(s,!0)?s:this.fj(s)}} +A.at8.prototype={ +uO(a){var s +switch(a.a){case 0:s=this.a +s=s.gacT(s) +break +case 1:s=this.a +s=s.gahY(s) +break +default:s=null}return s}} +A.atc.prototype={ +gkj(){var s,r,q=this.c +if(q===0)return B.f +s=this.a +r=s.a +if(!isFinite(r.gd7(r)))return B.XZ +r=this.b +s=s.a +return new A.i(q*(r-s.gd7(s)),0)}, +a9M(a,b,c){var s,r,q=this,p=q.a,o=A.aFW(a,b,c,p) +if(o===q.b)return!0 +if(!isFinite(q.gkj().a)){s=p.a +s=!isFinite(s.gd7(s))&&isFinite(a)}else s=!1 +if(s)return!1 +r=p.a.gpD() +p=p.a +if(p.gd7(p)-r>-1e-10&&b-r>-1e-10){q.b=o +return!0}return!1}} +A.r1.prototype={} +A.qZ.prototype={} +A.Cj.prototype={ +ae(){var s=this.b +if(s!=null)s.a.a.n() +this.b=null}, +sjz(a,b){var s,r,q,p=this +if(J.d(p.f,b))return +s=p.f +s=s==null?null:s.a +r=b==null +if(!J.d(s,r?null:b.a)){s=p.CW +if(s!=null)s.n() +p.CW=null}if(r)q=B.aQ +else{s=p.f +s=s==null?null:s.bB(0,b) +q=s==null?B.aQ:s}p.f=b +p.r=null +s=q.a +if(s>=3)p.ae() +else if(s>=2)p.c=!0}, +gkk(){var s=this.r +if(s==null){s=this.f +s=s==null?null:s.uu(!1) +this.r=s}return s==null?"":s}, +spU(a,b){if(this.w===b)return +this.w=b +this.ae()}, +sc_(a){var s,r=this +if(r.x===a)return +r.x=a +r.ae() +s=r.CW +if(s!=null)s.n() +r.CW=null}, +sdS(a){var s,r=this +if(a.k(0,r.y))return +r.y=a +r.ae() +s=r.CW +if(s!=null)s.n() +r.CW=null}, +safF(a){if(this.z==a)return +this.z=a +this.ae()}, +spB(a,b){if(J.d(this.Q,b))return +this.Q=b +this.ae()}, +spE(a){if(this.as==a)return +this.as=a +this.ae()}, +skC(a){if(J.d(this.at,a))return +this.at=a +this.ae()}, +spV(a){if(this.ax===a)return +this.ax=a}, +gS9(){var s,r,q,p=this.b +if(p==null)return null +s=p.gkj() +if(!isFinite(s.a)||!isFinite(s.b))return A.a([],t.Lx) +r=p.d +if(r==null)r=p.d=p.a.a.UM() +if(s.k(0,B.f))return r +q=A.a1(r).h("S<1,f9>") +return A.af(new A.S(r,new A.alR(s),q),!1,q.h("bd.E"))}, +mA(a){if(a==null||a.length===0||A.d7(a,this.ch))return +this.ch=a +this.ae()}, +JV(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.UZ(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.br(0,14) +q=n.as +p=n.ay +p=A.axS(n.z,m,r,m,m,m,n.Q,q,m,l,s,p) +l=p}return l}, +a1C(){return this.JV(null)}, +gcV(){var s,r,q=this,p=q.CW +if(p==null){p=q.JV(B.ay) +s=$.a7().Ea(p) +p=q.f +if(p==null)r=null +else{p=p.a +r=p==null?null:p.uU(q.y)}if(r!=null)s.uh(r) +s.xc(" ") +p=s.de() +p.hS(B.Yk) +q.CW=p}return p.gbX(p)}, +JU(a){var s=this,r=s.a1C(),q=$.a7().Ea(r) +r=s.y +a.xp(q,s.ch,r) +s.c=!1 +return q.de()}, +yF(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.b,i=j==null +if(!i&&j.a9M(b,a,k.ax))return +s=k.f +if(s==null)throw A.c(A.a0("TextPainter.text must be set to a non-null value before using the TextPainter.")) +r=k.x +if(r==null)throw A.c(A.a0("TextPainter.textDirection must be set to a non-null value before using the TextPainter.")) +q=A.aEU(k.w,r) +if(!(!isFinite(a)&&q!==0))p=a +else p=i?null:j.a.a.gpD() +o=p==null +k.d=o?a:p +n=i?null:j.a.a +if(n==null)n=k.JU(s) +n.hS(new A.nz(k.d)) +i=new A.at8(n) +m=A.aFW(b,a,k.ax,i) +if(o&&isFinite(b)){l=i.a.gpD() +n.hS(new A.nz(l)) +k.d=l}k.b=new A.atc(i,m,q)}, +yE(){return this.yF(1/0,0)}, +aJ(a,b){var s,r,q,p=this,o=p.b +if(o==null)throw A.c(A.a0("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.gkj().a)||!isFinite(o.gkj().b))return +if(p.c){s=o.a +r=s.a +q=p.f +q.toString +q=p.JU(q) +q.hS(new A.nz(p.d)) +s.a=q +r.n()}a.R6(o.a.a,b.X(0,o.gkj()))}, +H9(a){var s=this.f.ij(0,a) +if(s==null)return null +return(s&64512)===55296?a+2:a+1}, +Ha(a){var s=a-1,r=this.f.ij(0,s) +if(r==null)return null +return(r&64512)===56320?a-2:s}, +KJ(a){var s,r,q,p,o,n,m,l,k,j=this,i=j.gkk().length +if(i===0||a>i)return null +s=B.c.ij(j.gkk(),Math.max(0,a-1)) +r=s&64512 +q=r===55296||r===56320||j.f.ij(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.GW(Math.max(0,l),a,B.lx) +if(o.length===0){if(n&&m)break +if(l>>0,n=!q;o.length===0;){m=a+p +o=this.b.a.a.GW(a,m,B.lx) +if(o.length===0){if(n)break +if(m>=r)break +p*=2 +continue}l=B.b.gL(o).e===B.i?B.b.gL(o):B.b.gY(o) +r=l.e +n=r===B.i?l.a:l.c +k=l.b +return new A.r1(new A.i(n,k),r,l.d-k)}return null}, +kw(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.EK:i.JL(a) +$label0$0:{r=A.bj("#0#2",new A.alO(s)) +q=A.bj("#0#4",new A.alP(s)) +p=A.bj("#0#7",new A.alQ(s)) +if(s instanceof A.qZ)if(typeof r.S()=="number"){o=r.S() +n=!0}else{o=h +n=!1}else{o=h +n=!1}if(n){n=i.w +m=i.x +m.toString +l=A.aEU(n,m) +return new A.i(l===0?0:l*g.b,o)}n=s instanceof A.r1 +if(n)if(B.i===q.S())if(p.S() instanceof A.i){k=p.S() +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.ay===q.S())if(p.S() instanceof A.i){k=p.S() +n=!0}else{k=h +n=!1}else{k=h +n=!1}else{k=h +n=!1}j=n?new A.i(k.a-(b.c-b.a),k.b):h}return new A.i(A.H(j.a+g.gkj().a,0,g.b),j.b+g.gkj().b)}, +H0(a,b){var s,r,q,p,o=null +if(a.a<0)return o +s=this.JL(a) +r=A.bj("#0#2",new A.alN(s)) +$label0$0:{if(s instanceof A.r1)if(typeof r.S()=="number"){q=r.S() +p=!0}else{q=o +p=!1}else{q=o +p=!1}if(p){p=q +break $label0$0}if(s instanceof A.qZ){p=o +break $label0$0}p=o}return p}, +JL(a){var s,r,q=this,p=q.b +if(a.k(0,p.f)){s=q.cx +s===$&&A.b() +return s}r=a.a +switch(a.b.a){case 0:s=q.KJ(r) +if(s==null)s=q.KI(r) +break +case 1:s=q.KI(r) +if(s==null)s=q.KJ(r) +break +default:s=null}p.f=a +return q.cx=s==null?B.EK:s}, +nM(a,b,c){var s,r,q=this.b,p=q.gkj() +if(!isFinite(p.a)||!isFinite(p.b))return A.a([],t.Lx) +s=q.a.a.GX(a.a,a.b,b,c) +if(p.k(0,B.f))r=s +else{r=A.a1(s).h("S<1,f9>") +r=A.af(new A.S(s,new A.alM(p),r),!1,r.h("bd.E"))}return r}, +kt(a){return this.nM(a,B.dz,B.cU)}, +eB(a){var s=this.b +return s.a.a.eB(a.a1(0,s.gkj()))}, +rI(){var s,r,q=this.b,p=q.gkj() +if(!isFinite(p.a)||!isFinite(p.b))return B.QV +s=q.e +if(s==null){s=q.a.a.rI() +q.e=s}if(p.k(0,B.f))r=s +else{r=A.a1(s).h("S<1,nn>") +r=A.af(new A.S(s,new A.alL(p),r),!1,r.h("bd.E"))}return r}, +n(){var s=this,r=s.CW +if(r!=null)r.n() +s.CW=null +r=s.b +if(r!=null)r.a.a.n() +s.f=s.b=null}} +A.alR.prototype={ +$1(a){return A.aEV(a,this.a)}, +$S:77} +A.alE.prototype={ +$0(){return this.a.a}, +$S:248} +A.alG.prototype={ +$0(){return this.a.b}, +$S:183} +A.alF.prototype={ +$0(){return B.aT===this.a.S()}, +$S:4} +A.alH.prototype={ +$0(){return B.i===this.a.S()}, +$S:4} +A.alI.prototype={ +$0(){return B.ay===this.a.S()}, +$S:4} +A.alJ.prototype={ +$0(){return B.kQ===this.a.S()}, +$S:4} +A.alK.prototype={ +$0(){return B.kR===this.a.S()}, +$S:4} +A.alO.prototype={ +$0(){return t.Wt.a(this.a).a}, +$S:59} +A.alP.prototype={ +$0(){return t.YL.a(this.a).b}, +$S:183} +A.alQ.prototype={ +$0(){return t.YL.a(this.a).a}, +$S:116} +A.alN.prototype={ +$0(){return t.YL.a(this.a).c}, +$S:59} +A.alM.prototype={ +$1(a){return A.aEV(a,this.a)}, +$S:77} +A.alL.prototype={ +$1(a){var s=this.a,r=a.gRV(),q=a.gPE(),p=a.gEk(),o=a.gUd(),n=a.gbX(a),m=a.gd7(a),l=a.ghT(a),k=a.gjR(),j=a.gFB(a) +return $.a7().aeN(q,k+s.b,p,r,n,l+s.a,j,o,m)}, +$S:250} +A.fI.prototype={ +br(a,b){return b*this.a}, +PZ(a,b,c){var s=this.a,r=A.H(s,c,b) +return r===s?this:new A.fI(r)}, +adJ(a,b){return this.PZ(a,b,0)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.fI&&b.a===this.a}, +gu(a){return B.d.gu(this.a)}, +j(a){var s=this.a +return s===1?"no scaling":"linear ("+A.n(s)+"x)"}, +$iCk:1, +gzH(){return this.a}} +A.o_.prototype={ +gQB(a){return this.e}, +gGL(){return!0}, +jh(a,b){t.c.b(a)}, +xp(a,b,c){var s,r,q,p,o,n=this.a,m=n!=null +if(m)a.uh(n.uU(c)) +n=this.b +if(n!=null)try{a.xc(n)}catch(q){n=A.ag(q) +if(n instanceof A.iQ){s=n +r=A.aA(q) +A.cE(new A.bi(s,r,"painting library",A.be("while building a TextSpan"),null,!1)) +a.xc("\ufffd")}else throw q}p=this.c +if(p!=null)for(n=p.length,o=0;o0?q:B.bN +if(p===B.aQ)return p}else p=B.bN +s=n.c +if(s!=null)for(r=b.c,o=0;op.a)p=q +if(p===B.aQ)return p}return p}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +if(!s.Ih(0,b))return!1 +return b instanceof A.o_&&b.b==s.b&&s.e.k(0,b.e)&&A.d7(b.c,s.c)}, +gu(a){var s=this,r=null,q=A.fY.prototype.gu.call(s,s),p=s.c +p=p==null?r:A.cy(p) +return A.K(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)}, +cW(){return"TextSpan"}, +$ial:1, +$ik8:1, +gFR(){return null}, +gFT(){return null}} +A.q.prototype={ +gk5(){var s,r=this.e +if(!(this.f==null))if(r==null)r=null +else{s=A.a1(r).h("S<1,j>") +s=A.af(new A.S(r,new A.alU(this),s),!0,s.h("bd.E")) +r=s}return r}, +gmK(a){var s,r=this.f +if(r!=null){s=this.d +return s==null?null:B.c.bA(s,("packages/"+r+"/").length)}return this.d}, +oX(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=b5==null?a1.x:b5 +m=c1==null?a1.y:c1 +l=c7==null?a1.z:c7 +k=c6==null?a1.Q:c6 +j=b9==null?a1.as:b9 +i=c0==null?a1.at:c0 +a2=b8==null?a2:b8 +r=a3==null?r:a3 +h=c5==null?a1.dy:c5 +g=b6==null?a1.fx:b6 +f=a7==null?a1.CW:a7 +e=a8==null?a1.cx:a8 +d=a9==null?a1.cy:a9 +c=b0==null?a1.db:b0 +b=b1==null?a1.gmK(a1):b1 +a=b2==null?a1.e:b2 +a0=c4==null?a1.f:c4 +return A.o0(r,q,s,null,f,e,d,c,b,a,a1.fr,p,n,g,o,a2,j,a1.a,i,m,a1.ax,a1.fy,a0,h,k,l)}, +dH(a){return this.oX(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)}, +Qp(a,b){return this.oX(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)}, +Qq(a,b){return this.oX(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)}, +aen(a){return this.oX(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)}, +aeo(a){return this.oX(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)}, +fN(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=e==null?h.gmK(h):e +o=h.r +o=o==null?g:o*a2+a1 +n=h.w +n=n==null?g:B.pD[B.e.eK(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.o0(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)}, +cp(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.gmK(a4) +a2=a4.e +a3=a4.f +return this.oX(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)}, +uU(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.af) +if(s){s=i +break $label0$0}s=a.br(0,i) +break $label0$0}r=k.gk5() +q=new A.cs(k.ch,k.c) +p=A.bj("#1#1",new A.alV(q)) +o=A.bj("#1#2",new A.alW(q)) +$label1$1:{if(t.Q2.b(p.S())){n=p.S() +m=!0}else{n=j +m=!1}if(m){m=n +break $label1$1}if(o.S() instanceof A.F){l=o.S() +m=!0}else{l=j +m=!1}if(m){m=$.a7().al() +m.sa4(0,l) +break $label1$1}m=j +break $label1$1}return A.aEW(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)}, +UZ(a,b,c,d,e,a0,a1,a2){var s,r,q,p,o,n,m,l,k,j=this,i=null,h=j.at,g=h==null?i:new A.Cd(h),f=j.r +f=a2.br(0,f==null?14:f) +if(d==null)s=i +else{s=d.a +r=d.gk5() +q=d.d +$label0$0:{if(q==null){p=i +break $label0$0}p=a2.br(0,q) +break $label0$0}o=d.e +n=d.x +m=d.r +l=d.w +k=d.y +n=$.a7().aeU(s,r,p,l,m,k,o,n,i) +s=n}return A.axS(a,j.d,f,j.x,j.w,j.as,b,c,s,e,a0,g)}, +bB(a,b){var s=this +if(s===b)return B.bN +if(s.a!==b.a||s.d!=b.d||s.r!=b.r||s.w!=b.w||s.x!=b.x||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.d7(s.dy,b.dy)||!A.d7(s.fr,b.fr)||!A.d7(s.fx,b.fx)||!A.d7(s.gk5(),b.gk5())||!1)return B.aQ +if(!J.d(s.b,b.b)||!J.d(s.c,b.c)||!J.d(s.CW,b.CW)||!J.d(s.cx,b.cx)||s.cy!=b.cy||s.db!=b.db)return B.Zg +return B.bN}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.q&&b.a===s.a&&J.d(b.b,s.b)&&J.d(b.c,s.c)&&b.r==s.r&&b.w==s.w&&b.x==s.x&&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.d7(b.dy,s.dy)&&A.d7(b.fr,s.fr)&&A.d7(b.fx,s.fx)&&J.d(b.CW,s.CW)&&J.d(b.cx,s.cx)&&b.cy==s.cy&&b.db==s.db&&b.d==s.d&&A.d7(b.gk5(),s.gk5())&&b.f==s.f&&!0}, +gu(a){var s,r=this,q=null,p=r.gk5(),o=p==null?q:A.cy(p),n=A.K(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.cy(m) +s=l==null?q:A.cy(l) +return A.K(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)}, +cW(){return"TextStyle"}} +A.alU.prototype={ +$1(a){var s=this.a.f +return"packages/"+(s==null?A.bB(s):s)+"/"+a}, +$S:70} +A.alV.prototype={ +$0(){return this.a.a}, +$S:251} +A.alW.prototype={ +$0(){return this.a.b}, +$S:189} +A.a1a.prototype={} +A.M5.prototype={ +a_e(a,b,c,d,e){var s=this +s.r=A.aGM(new A.aa9(s),s.gEH(s),0,10,0)}, +em(a,b){var s,r,q=this +if(b>q.r)return q.gyd() +s=q.e +r=q.c +return q.d+s*Math.pow(q.b,b)/r-s/r-q.f/2*b*b}, +f5(a,b){var s=this +if(b>s.r)return 0 +return s.e*Math.pow(s.b,b)-s.f*b}, +gyd(){var s=this +if(s.f===0)return s.d-s.e/s.c +return s.em(0,s.r)}, +TX(a){var s,r=this,q=r.d +if(a===q)return 0 +s=r.e +if(s!==0)if(s>0)q=ar.gyd() +else q=a>q||a=r.b&&r.c>=r.d +else q=!0 +if(q){n.eF(0) +n=o.bS +o.id=n.a=n.b=new A.I(A.H(0,r.a,r.b),A.H(0,r.c,r.d)) +o.fR=B.D6 +n=o.k3$ +if(n!=null)n.hS(r) +return}s.bZ(r,!0) +switch(o.fR.a){case 0:n=o.bS +s=o.k3$ +n.a=n.b=s.gv(s) +o.fR=B.kk +break +case 1:s=o.bS +q=s.b +p=o.k3$ +if(!J.d(q,p.gv(p))){s.a=o.gv(o) +q=o.k3$ +s.b=q.gv(q) +o.d1=0 +n.ni(0,0) +o.fR=B.Ze}else{q=n.x +q===$&&A.b() +if(q===n.b){n=o.k3$ +s.a=s.b=n.gv(n)}else{s=n.r +if(!(s!=null&&s.a!=null))n.c7(0)}}break +case 2:s=o.bS +q=s.b +p=o.k3$ +if(!J.d(q,p.gv(p))){q=o.k3$ +s.a=s.b=q.gv(q) +o.d1=0 +n.ni(0,0) +o.fR=B.Zf}else{o.fR=B.kk +s=n.r +if(!(s!=null&&s.a!=null))n.c7(0)}break +case 3:s=o.bS +q=s.b +p=o.k3$ +if(!J.d(q,p.gv(p))){q=o.k3$ +s.a=s.b=q.gv(q) +o.d1=0 +n.ni(0,0)}else{n.eF(0) +o.fR=B.kk}break}n=o.bS +s=o.cU +s===$&&A.b() +s=n.a7(0,s.gl(s)) +s.toString +o.id=r.bC(s) +o.xf() +if(o.gv(o).a=a.b&&a.c>=a.d +else s=!0 +if(s)return new A.I(A.H(0,a.a,a.b),A.H(0,a.c,a.d)) +r=p.ku(a) +switch(q.fR.a){case 0:return a.bC(r) +case 1:if(!J.d(q.bS.b,r))return a.bC(q.gv(q)) +else{p=q.c3 +p===$&&A.b() +s=p.x +s===$&&A.b() +if(s===p.b)return a.bC(r)}break +case 3:case 2:if(!J.d(q.bS.b,r))return a.bC(r) +break}p=q.cU +p===$&&A.b() +p=q.bS.a7(0,p.gl(p)) +p.toString +return a.bC(p)}, +aJ(a,b){var s,r,q,p=this +if(p.k3$!=null){s=p.cN +s===$&&A.b() +s=s&&p.iq!==B.I}else s=!1 +r=p.Rk +if(s){s=p.gv(p) +q=p.cx +q===$&&A.b() +r.saI(0,a.nG(q,b,new A.A(0,0,0+s.a,0+s.b),A.qf.prototype.geV.call(p),p.iq,r.a))}else{r.saI(0,null) +p.XP(a,b)}}, +n(){var s,r=this +r.Rk.saI(0,null) +s=r.c3 +s===$&&A.b() +s.n() +s=r.cU +s===$&&A.b() +s.n() +r.hv()}} +A.agJ.prototype={ +$0(){var s=this.a,r=s.c3 +r===$&&A.b() +r=r.x +r===$&&A.b() +if(r!==s.d1)s.ae()}, +$S:0} +A.uK.prototype={ +gzi(){var s,r=this,q=r.fr$ +if(q===$){s=A.aQs(new A.ahs(r),new A.aht(r),new A.ahu(r)) +q!==$&&A.aK() +r.fr$=s +q=s}return q}, +aeW(a){var s,r=$.dq().d +if(r==null){s=self.window.devicePixelRatio +r=s===0?1:s}return new A.CE(a.go.gpN().iQ(0,r),r)}, +F3(){var s,r,q,p,o,n,m +for(s=this.go$,s=s.gaY(s),s=new A.cS(J.aj(s.a),s.b),r=A.k(s).z[1],q=!1;s.q();){p=s.a +if(p==null)p=r.a(p) +q=q||p.k3$!=null +o=p.go +n=$.dq().d +if(n==null){m=self.window.devicePixelRatio +n=m===0?1:m}m=o.x +if(m==null){m=o.r +m===$&&A.b() +m=o.x=m.mZ()}p.sxy(new A.CE(new A.I(m.a/n,m.b/n),n))}if(q)this.Vb()}, +Fb(){}, +F6(){}, +ai8(){var s,r=this.dy$ +if(r!=null){r.ok$=$.aD() +r.k4$=0}r=t.S +s=$.aD() +this.dy$=new A.Po(new A.ahr(this),new A.adS(B.bz,A.w(r,t.ZA)),A.w(r,t.xg),s)}, +a6k(a){B.Xc.kH("first-frame",null,!1,t.H)}, +a55(a){this.ED() +this.aa4()}, +aa4(){$.bV.y2$.push(new A.ahq(this))}, +Pp(){--this.k1$ +if(!this.k2$)this.Hw()}, +ED(){var s,r,q=this,p=q.fy$ +p===$&&A.b() +p.Rx() +q.fy$.Rw() +q.fy$.Ry() +if(q.k2$||q.k1$===0){for(p=q.go$,p=p.gaY(p),p=new A.cS(J.aj(p.a),p.b),s=A.k(p).z[1];p.q();){r=p.a;(r==null?s.a(r):r).ae0()}q.fy$.Rz() +q.k2$=!0}}, +$ial:1, +$ieC:1} +A.ahs.prototype={ +$0(){var s=this.a.gzi().e +if(s!=null)s.uZ()}, +$S:0} +A.ahu.prototype={ +$1(a){var s +if(this.a.gzi().e!=null){s=$.eb;(s==null?$.eb=A.l7():s).amm(a)}}, +$S:182} +A.aht.prototype={ +$0(){var s=this.a.gzi().e +if(s!=null)s.mW()}, +$S:0} +A.ahr.prototype={ +$2(a,b){var s=A.abi() +this.a.tB(s,a,b) +return s}, +$S:253} +A.ahq.prototype={ +$1(a){this.a.dy$.amd()}, +$S:3} +A.VD.prototype={} +A.WG.prototype={} +A.a_G.prototype={ +G8(){if(this.D)return +this.XR() +this.D=!0}, +uZ(){this.mW() +this.XG()}, +n(){this.saV(null)}} +A.aP.prototype={ +rN(a,b,c,d){var s=this,r=d==null?s.a:d,q=b==null?s.b:b,p=c==null?s.c:c +return new A.aP(r,q,p,a==null?s.d:a)}, +aeD(a,b){return this.rN(null,null,a,b)}, +aeq(a){return this.rN(null,a,null,null)}, +aeC(a,b){return this.rN(null,a,null,b)}, +aeB(a,b){return this.rN(a,null,b,null)}, +Qj(a){return this.rN(a,null,null,null)}, +QK(a){var s=this,r=a.ge7(),q=a.gbV(a)+a.gc1(a),p=Math.max(0,s.a-r),o=Math.max(0,s.c-q) +return new A.aP(p,Math.max(p,s.b-r),o,Math.max(o,s.d-q))}, +pf(a){var s=this,r=a.a,q=a.b,p=a.c,o=a.d +return new A.aP(A.H(s.a,r,q),A.H(s.b,r,q),A.H(s.c,p,o),A.H(s.d,p,o))}, +Gu(a,b){var s,r,q=this,p=b==null,o=q.a,n=p?o:A.H(b,o,q.b),m=q.b +p=p?m:A.H(b,o,m) +o=a==null +m=q.c +s=o?m:A.H(a,m,q.d) +r=q.d +return new A.aP(n,p,s,o?r:A.H(a,m,r))}, +zJ(a){return this.Gu(null,a)}, +zI(a){return this.Gu(a,null)}, +gRt(){var s=this +return new A.aP(s.c,s.d,s.a,s.b)}, +bC(a){var s=this +return new A.I(A.H(a.a,s.a,s.b),A.H(a.b,s.c,s.d))}, +ae4(a){var s,r,q,p,o,n=this,m=n.a,l=n.b +if(m>=l&&n.c>=n.d)return new A.I(A.H(0,m,l),A.H(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}, +aq(a,b){var s=this +return new A.aP(s.a*b,s.b*b,s.c*b,s.d*b)}, +gaiD(){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.O(b)!==A.r(s))return!1 +return b instanceof A.aP&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gu(a){var s=this +return A.K(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.gaiD()?"":"; 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.a5c() +return"BoxConstraints("+s.$3(p,r.b,"w")+", "+s.$3(r.c,r.d,"h")+q+")"}} +A.a5c.prototype={ +$3(a,b,c){if(a===b)return c+"="+B.d.ad(a,1) +return B.d.ad(a,1)+"<="+c+"<="+B.d.ad(b,1)}, +$S:254} +A.mK.prototype={ +xd(a,b,c){if(c!=null){c=A.pP(A.axU(c)) +if(c==null)return!1}return this.DC(a,b,c)}, +lS(a,b,c){var s,r=b==null,q=r?c:c.a1(0,b) +r=!r +if(r)this.c.push(new A.wi(new A.i(-b.a,-b.b))) +s=a.$2(this,q) +if(r)this.zm() +return s}, +DC(a,b,c){var s,r=c==null,q=r?b:A.bH(c,b) +r=!r +if(r)this.c.push(new A.Ea(c)) +s=a.$2(this,q) +if(r)this.zm() +return s}, +Pn(a,b,c){var s,r=this +if(b!=null)r.c.push(new A.wi(new A.i(-b.a,-b.b))) +else{c.toString +c=A.pP(A.axU(c)) +c.toString +r.c.push(new A.Ea(c))}s=a.$1(r) +r.zm() +return s}, +acO(a,b){return this.Pn(a,null,b)}, +acN(a,b){return this.Pn(a,b,null)}} +A.oO.prototype={ +j(a){return"#"+A.bh(this.a)+"@"+this.c.j(0)}} +A.fO.prototype={ +j(a){return"offset="+this.a.j(0)}} +A.xS.prototype={} +A.Y7.prototype={ +K(){return"_IntrinsicDimension."+this.b}} +A.E0.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.E0&&b.a===this.a&&b.b===this.b}, +gu(a){return A.K(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.D.prototype={ +fk(a){if(!(a.b instanceof A.fO))a.b=new A.fO(B.f)}, +cY(a,b,c){var s=this.fx +if(s==null)s=this.fx=A.w(t.oc,t.i) +return s.bf(0,new A.E0(a,b),new A.agL(c,b))}, +bj(a){return 0}, +bm(a){return 0}, +ku(a){var s=this.fy +if(s==null)s=this.fy=A.w(t.k,t.FW) +return s.bf(0,a,new A.agN(this,a))}, +cs(a){return B.F}, +gv(a){var s=this.id +return s==null?A.J(A.a0("RenderBox was not laid out: "+A.r(this).j(0)+"#"+A.bh(this))):s}, +gmy(){var s=this.gv(this) +return new A.A(0,0,0+s.a,0+s.b)}, +A2(a,b){var s=null +try{s=this.lo(a)}finally{}if(s==null&&!b)return this.gv(this).b +return s}, +uO(a){return this.A2(a,!1)}, +lo(a){var s=this.k1 +if(s==null)s=this.k1=A.w(t._0,t.PM) +return s.bf(0,a,new A.agM(this,a))}, +hH(a){return null}, +ga5(){return t.k.a(A.t.prototype.ga5.call(this))}, +a13(){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.a2(0) +q=r.fx +if(q!=null)q.a2(0) +q=r.fy +if(q!=null)q.a2(0) +return!0}return!1}, +ae(){var s=this +if(s.a13()&&s.gaT(s) instanceof A.t){s.tW() +return}s.XE()}, +bZ(a,b){var s,r=this +if(r.id!=null)if(!a.k(0,t.k.a(A.t.prototype.ga5.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.a2(0)}r.XD(a,b)}, +hS(a){return this.bZ(a,!1)}, +pM(){this.id=this.cs(t.k.a(A.t.prototype.ga5.call(this)))}, +bJ(){}, +cg(a,b){var s=this +if(s.id.t(0,b))if(s.cQ(a,b)||s.k6(b)){a.E(0,new A.oO(b,s)) +return!0}return!1}, +k6(a){return!1}, +cQ(a,b){return!1}, +dd(a,b){var s,r=a.b +r.toString +s=t.r.a(r).a +b.ba(0,s.a,s.b)}, +fJ(a){var s,r,q,p,o,n=this.bi(0,null) +if(n.kP(n)===0)return B.f +s=new A.eF(new Float64Array(3)) +s.iV(0,0,1) +r=new A.eF(new Float64Array(3)) +r.iV(0,0,0) +q=n.zh(r) +r=new A.eF(new Float64Array(3)) +r.iV(0,0,1) +p=n.zh(r).a1(0,q) +r=new A.eF(new Float64Array(3)) +r.iV(a.a,a.b,0) +o=n.zh(r) +r=o.a1(0,p.V9(s.R2(o)/s.R2(p))).a +return new A.i(r[0],r[1])}, +glb(){var s=this.gv(this) +return new A.A(0,0,0+s.a,0+s.b)}, +jh(a,b){this.XC(a,b)}} +A.agL.prototype={ +$0(){return this.a.$1(this.b)}, +$S:59} +A.agN.prototype={ +$0(){return this.a.cs(this.b)}, +$S:188} +A.agM.prototype={ +$0(){return this.a.hH(this.b)}, +$S:61} +A.ee.prototype={ +aff(a){var s,r,q,p=this.ao$ +for(s=A.k(this).h("ee.1?");p!=null;){r=s.a(p.b) +q=p.lo(a) +if(q!=null)return q+r.a.b +p=r.aH$}return null}, +QI(a){var s,r,q,p,o=this.ao$ +for(s=A.k(this).h("ee.1"),r=null;o!=null;){q=o.b +q.toString +s.a(q) +p=o.lo(a) +if(p!=null){p+=q.a.b +r=r!=null?Math.min(r,p):p}o=q.aH$}return r}, +Eh(a,b){var s,r,q={},p=q.a=this.dV$ +for(s=A.k(this).h("ee.1");p!=null;p=r){p=p.b +p.toString +s.a(p) +if(a.lS(new A.agK(q,b,p),p.a,b))return!0 +r=p.cC$ +q.a=r}return!1}, +rU(a,b){var s,r,q,p,o,n=this.ao$ +for(s=A.k(this).h("ee.1"),r=b.a,q=b.b;n!=null;){p=n.b +p.toString +s.a(p) +o=p.a +a.dO(n,new A.i(o.a+r,o.b+q)) +n=p.aH$}}} +A.agK.prototype={ +$2(a,b){return this.a.a.cg(a,b)}, +$S:10} +A.Di.prototype={ +ab(a){this.vm(0)}} +A.i9.prototype={ +j(a){return this.vi(0)+"; id="+A.n(this.e)}} +A.adZ.prototype={ +fC(a,b){var s=this.b.i(0,a) +s.bZ(b,!0) +return s.gv(s)}, +fY(a,b){var s=this.b.i(0,a).b +s.toString +t.Wz.a(s).a=b}, +a0H(a,b){var s,r,q,p,o,n,m=this,l=m.b +try{m.b=A.w(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.aH$}m.T3(a)}finally{m.b=l}}, +j(a){return"MultiChildLayoutDelegate"}} +A.AS.prototype={ +fk(a){if(!(a.b instanceof A.i9))a.b=new A.i9(null,null,B.f)}, +sEj(a){var s=this,r=s.D +if(r===a)return +if(A.r(a)!==A.r(r)||a.mC(r))s.ae() +s.D=a +s.y!=null}, +aj(a){this.Z_(a)}, +ab(a){this.Z0(0)}, +bj(a){var s=A.xu(a,1/0),r=s.bC(new A.I(A.H(1/0,s.a,s.b),A.H(1/0,s.c,s.d))).a +if(isFinite(r))return r +return 0}, +bm(a){var s=A.xu(1/0,a),r=s.bC(new A.I(A.H(1/0,s.a,s.b),A.H(1/0,s.c,s.d))).b +if(isFinite(r))return r +return 0}, +cs(a){return a.bC(new A.I(A.H(1/0,a.a,a.b),A.H(1/0,a.c,a.d)))}, +bJ(){var s=this,r=t.k.a(A.t.prototype.ga5.call(s)) +s.id=r.bC(new A.I(A.H(1/0,r.a,r.b),A.H(1/0,r.c,r.d))) +s.D.a0H(s.gv(s),s.ao$)}, +aJ(a,b){this.rU(a,b)}, +cQ(a,b){return this.Eh(a,b)}} +A.EH.prototype={ +aj(a){var s,r,q +this.eb(a) +s=this.ao$ +for(r=t.Wz;s!=null;){s.aj(a) +q=s.b +q.toString +s=r.a(q).aH$}}, +ab(a){var s,r,q +this.ec(0) +s=this.ao$ +for(r=t.Wz;s!=null;){s.ab(0) +q=s.b +q.toString +s=r.a(q).aH$}}} +A.a_h.prototype={} +A.KU.prototype={ +U(a,b){var s=this.a +return s==null?null:s.U(0,b)}, +J(a,b){var s=this.a +return s==null?null:s.J(0,b)}, +gHC(){return null}, +HR(a){return this.eE(a)}, +yq(a){return null}, +j(a){var s=A.bh(this),r=this.a +r=r==null?null:r.j(0) +if(r==null)r="" +return"#"+s+"("+r+")"}} +A.AT.prototype={ +snB(a){var s=this.A +if(s==a)return +this.A=a +this.K3(a,s)}, +sRD(a){var s=this.Z +if(s==a)return +this.Z=a +this.K3(a,s)}, +K3(a,b){var s=this,r=a==null +if(r)s.aL() +else if(b==null||A.r(a)!==A.r(b)||a.eE(b))s.aL() +if(s.y!=null){if(b!=null)b.J(0,s.gdi()) +if(!r)a.U(0,s.gdi())}if(r){if(s.y!=null)s.b6()}else if(b==null||A.r(a)!==A.r(b)||a.HR(b))s.b6()}, +sakW(a){if(this.ak.k(0,a))return +this.ak=a +this.ae()}, +bj(a){var s +if(this.k3$==null){s=this.ak.a +return isFinite(s)?s:0}return this.AT(a)}, +bm(a){var s +if(this.k3$==null){s=this.ak.b +return isFinite(s)?s:0}return this.AS(a)}, +aj(a){var s,r=this +r.qw(a) +s=r.A +if(s!=null)s.U(0,r.gdi()) +s=r.Z +if(s!=null)s.U(0,r.gdi())}, +ab(a){var s=this,r=s.A +if(r!=null)r.J(0,s.gdi()) +r=s.Z +if(r!=null)r.J(0,s.gdi()) +s.mH(0)}, +cQ(a,b){var s=this.Z +if(s!=null){s=s.yq(b) +s=s===!0}else s=!1 +if(s)return!0 +return this.vo(a,b)}, +k6(a){var s=this.A +if(s!=null){s=s.yq(a) +s=s!==!1}else s=!1 +return s}, +bJ(){this.qs() +this.b6()}, +rJ(a){return a.bC(this.ak)}, +Mt(a,b,c){A.aR("debugPreviousCanvasSaveCount") +a.cR(0) +if(!b.k(0,B.f))a.ba(0,b.a,b.b) +c.aJ(a,this.gv(this)) +a.bH(0)}, +aJ(a,b){var s,r,q=this +if(q.A!=null){s=a.gbK(a) +r=q.A +r.toString +q.Mt(s,b,r) +q.Nx(a)}q.j_(a,b) +if(q.Z!=null){s=a.gbK(a) +r=q.Z +r.toString +q.Mt(s,b,r) +q.Nx(a)}}, +Nx(a){}, +eL(a){var s,r=this +r.h5(a) +r.df=null +s=r.Z +r.hO=s==null?null:s.gHC() +a.a=!1}, +oM(a,b,c){var s,r,q,p,o=this +o.fW=A.aE9(o.fW,B.qZ) +o.hk=A.aE9(o.hk,B.qZ) +s=o.fW +r=s!=null&&!s.ga_(s) +s=o.hk +q=s!=null&&!s.ga_(s) +s=A.a([],t.d) +if(r){p=o.fW +p.toString +B.b.R(s,p)}B.b.R(s,c) +if(q){p=o.hk +p.toString +B.b.R(s,p)}o.Is(a,b,s)}, +mW(){this.AQ() +this.hk=this.fW=null}} +A.a6Z.prototype={} +A.qG.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.qG&&b.a.k(0,s.a)&&b.b==s.b}, +j(a){var s=this +switch(s.b){case B.i:return s.a.j(0)+"-ltr" +case B.ay:return s.a.j(0)+"-rtl" +case null:case void 0:return s.a.j(0)}}, +gu(a){return A.K(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.amV.prototype={ +gbY(){var s=this +if(!s.f)return!1 +if(s.e.ar.rI()!==s.d)s.f=!1 +return s.f}, +KZ(a){var s,r,q=this,p=q.r,o=p.i(0,a) +if(o!=null)return o +s=new A.i(q.a.a,q.d[a].gjR()) +r=new A.bk(s,q.e.ar.eB(s),t.tO) +p.m(0,a,r) +return r}, +gG(a){return this.c}, +q(){var s,r=this,q=r.b+1 +if(q>=r.d.length)return!1 +s=r.KZ(q);++r.b +r.a=s.a +r.c=s.b +return!0}, +SK(){var s,r=this,q=r.b +if(q<=0)return!1 +s=r.KZ(q-1);--r.b +r.a=s.a +r.c=s.b +return!0}, +ajA(a){var s,r=this,q=r.a +if(a>=0){for(s=q.b+a;r.a.bs;)if(!r.SK())break +return!q.k(0,r.a)}} +A.qe.prototype={ +n(){var s,r=this,q=r.D +if(q!=null)q.ch.saI(0,null) +r.D=null +q=r.ag +if(q!=null)q.ch.saI(0,null) +r.ag=null +r.Rj.saI(0,null) +q=r.bg +if(q!=null){q.ok$=$.aD() +q.k4$=0}q=r.V +if(q!=null){q.ok$=$.aD() +q.k4$=0}q=r.co +s=q.ok$=$.aD() +q.k4$=0 +q=r.cK +q.ok$=s +q.k4$=0 +q=r.b9 +q.ok$=s +q.k4$=0 +q=r.bc +q.ok$=s +q.k4$=0 +q=r.gep() +q.ok$=s +q.k4$=0 +r.ar.n() +r.hv()}, +OJ(a){var s,r=this,q=r.ga0D(),p=r.D +if(p==null){s=A.aFM(q) +r.ib(s) +r.D=s}else p.snB(q) +r.aK=a}, +OP(a){var s,r=this,q=r.ga0E(),p=r.ag +if(p==null){s=A.aFM(q) +r.ib(s) +r.ag=s}else p.snB(q) +r.az=a}, +gep(){var s,r,q=this.aP +if(q===$){s=$.a7().al() +r=$.aD() +this.aP!==$&&A.aK() +q=this.aP=new A.D9(s,B.f,r)}return q}, +ga0D(){var s=this,r=s.bg +if(r==null){r=A.a([],t.xT) +if(s.Z)r.push(s.gep()) +r=s.bg=new A.vM(r,$.aD())}return r}, +ga0E(){var s=this,r=s.V +if(r==null){r=A.a([s.b9,s.bc],t.xT) +if(!s.Z)r.push(s.gep()) +r=s.V=new A.vM(r,$.aD())}return r}, +szG(a){return}, +spV(a){var s=this.ar +if(s.ax===a)return +s.spV(a) +this.kg()}, +sp8(a,b){if(this.e5===b)return +this.e5=b +this.kg()}, +sajJ(a){if(this.fz===a)return +this.fz=a +this.ae()}, +sajI(a){return}, +q5(a){var s=this.ar.b.a.a.H5(a) +return A.c0(B.m,s.a,s.b,!1)}, +aca(a){var s,r,q,p,o,n,m=this +if(!m.bM.gbY()){m.co.sl(0,!1) +m.cK.sl(0,!1) +return}s=m.gv(m) +r=new A.A(0,0,0+s.a,0+s.b) +s=m.ar +q=m.bM +p=m.n9 +p===$&&A.b() +o=s.kw(new A.bg(q.a,q.e),p) +m.co.sl(0,r.d2(0.5).t(0,o.X(0,a))) +p=m.bM +n=s.kw(new A.bg(p.b,p.e),m.n9) +m.cK.sl(0,r.d2(0.5).t(0,n.X(0,a)))}, +lM(a,b){var s,r +if(a.gbY()){s=this.eg.a.c.a.a.length +a=a.xB(Math.min(a.c,s),Math.min(a.d,s))}r=this.eg.a.c.a.ik(a) +this.eg.h1(r,b)}, +aL(){this.XF() +var s=this.D +if(s!=null)s.aL() +s=this.ag +if(s!=null)s.aL()}, +kg(){this.aS=this.c5=null +this.ae()}, +qy(){var s=this +s.AO() +s.ar.ae() +s.aS=s.c5=null}, +sjz(a,b){var s=this,r=s.ar +if(J.d(r.f,b))return +s.kZ=null +r.sjz(0,b) +s.EP=s.eh=s.cf=null +s.kg() +s.b6()}, +spU(a,b){var s=this.ar +if(s.w===b)return +s.spU(0,b) +this.kg()}, +sc_(a){var s=this.ar +if(s.x===a)return +s.sc_(a) +this.kg() +this.b6()}, +spB(a,b){var s=this.ar +if(J.d(s.Q,b))return +s.spB(0,b) +this.kg()}, +skC(a){var s=this.ar +if(J.d(s.at,a))return +s.skC(a) +this.kg()}, +sVV(a){var s=this,r=s.bu +if(r===a)return +if(s.y!=null)r.J(0,s.gwG()) +s.bu=a +if(s.y!=null){s.gep().sAp(s.bu.a) +s.bu.U(0,s.gwG())}}, +aaS(){this.gep().sAp(this.bu.a)}, +scw(a){if(this.cu===a)return +this.cu=a +this.b6()}, +sagn(a){return}, +sGh(a,b){if(this.dw)return +this.dw=!0 +this.b6()}, +spE(a){var s,r=this +if(r.cP==a)return +r.cP=a +s=a===1?1:null +r.ar.spE(s) +r.kg()}, +sajt(a){return}, +safY(a){return}, +sdS(a){var s=this.ar +if(s.y.k(0,a))return +s.sdS(a) +this.kg()}, +sv3(a){var s=this +if(s.bM.k(0,a))return +s.bM=a +s.bc.syp(a) +s.aL() +s.b6()}, +ski(a,b){var s=this,r=s.eM +if(r===b)return +if(s.y!=null)r.J(0,s.gdi()) +s.eM=b +if(s.y!=null)b.U(0,s.gdi()) +s.ae()}, +saf2(a){if(this.eN===a)return +this.eN=a +this.ae()}, +saf1(a){return}, +sakD(a){var s=this +if(s.Z===a)return +s.Z=a +s.V=s.bg=null +s.OJ(s.aK) +s.OP(s.az)}, +sWe(a){if(this.ak===a)return +this.ak=a +this.aL()}, +safL(a){if(this.bp===a)return +this.bp=a +this.aL()}, +safH(a){var s=this +if(s.fW===a)return +s.fW=a +s.kg() +s.b6()}, +gHz(){var s=this.fW +return s}, +kt(a){var s,r +this.j3() +s=this.ar.kt(a) +r=A.a1(s).h("S<1,f9>") +return A.af(new A.S(s,new A.agR(this),r),!0,r.h("bd.E"))}, +eL(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this +d.h5(a) +s=d.ar +r=s.f +r.toString +q=A.a([],t.O_) +r.xw(q) +d.ix=q +if(B.b.jQ(q,new A.agQ())&&A.br()!==B.bA){a.c=a.a=!0 +return}r=d.cf +if(r==null){p=new A.bZ("") +o=A.a([],t.oU) +for(r=d.ix,n=r.length,m=0,l=0,k="";lh){d=c0[h].dy +d=d!=null&&d.t(0,new A.lB(i,b7))}else d=!1 +if(!d)break +b=c0[h] +d=s.b +d.toString +m.a(d) +b5.push(b);++h}b7=s.b +b7.toString +s=n.a(b7).aH$;++i}else{a=b6.kt(new A.fF(j,e,B.m,!1,c,d)) +if(a.length===0)continue +d=B.b.gL(a) +a0=new A.A(d.a,d.b,d.c,d.d) +a1=B.b.gL(a).e +for(d=A.a1(a),c=new A.fD(a,1,b4,d.h("fD<1>")),c.qA(a,1,b4,d.c),c=new A.dE(c,c.gp(c)),d=A.k(c).c;c.q();){a2=c.d +if(a2==null)a2=d.a(a2) +a0=a0.fQ(new A.A(a2.a,a2.b,a2.c,a2.d)) +a1=a2.e}d=a0.a +c=Math.max(0,d) +a2=a0.b +a3=Math.max(0,a2) +d=Math.min(a0.c-d,o.a(A.t.prototype.ga5.call(b3)).b) +a2=Math.min(a0.d-a2,o.a(A.t.prototype.ga5.call(b3)).d) +a4=Math.floor(c)-4 +a5=Math.floor(a3)-4 +d=Math.ceil(c+d)+4 +a2=Math.ceil(a3+a2)+4 +a6=new A.A(a4,a5,d,a2) +a7=A.kk() +a8=k+1 +a7.k2=new A.uf(k,b4) +a7.e=!0 +a7.b4=l +a3=f.b +b7=a3==null?b7:a3 +a7.RG=new A.cm(b7,f.f) +b7=b8.r +if(b7!=null){a9=b7.e8(a6) +if(a9.a>=a9.c||a9.b>=a9.d)b7=!(a4>=d||a5>=a2) +else b7=!1 +a7.bs(B.hP,b7)}b0=A.aR("newChild") +b7=b3.ej +d=b7==null?b4:b7.a!==0 +if(d===!0){b7.toString +d=new A.bf(b7,A.k(b7).h("bf<1>")) +b1=d.ga6(d) +if(!b1.q())A.J(A.c3()) +b7=b7.B(0,b1.gG(b1)) +b7.toString +if(b0.b!==b0)A.J(A.ln(b0.a)) +b0.b=b7}else{b2=new A.o4() +b7=A.BH(b2,b3.a2l(b2)) +if(b0.b!==b0)A.J(A.ln(b0.a)) +b0.b=b7}if(b7===b0)A.J(A.ew(b0.a)) +J.aAR(b7,a7) +if(!b7.e.k(0,a6)){b7.e=a6 +b7.hz()}b7=b0.b +if(b7===b0)A.J(A.ew(b0.a)) +d=b7.a +d.toString +r.m(0,d,b7) +b7=b0.b +if(b7===b0)A.J(A.ew(b0.a)) +b5.push(b7) +k=a8 +l=a1}}b3.ej=r +b8.ln(0,b5,b9)}, +a2l(a){return new A.agP(this,a)}, +a5P(a){this.lM(a,B.a6)}, +a4X(a){var s=this,r=s.ar.H9(s.bM.d) +if(r==null)return +s.lM(A.c0(B.m,!a?r:s.bM.c,r,!1),B.a6)}, +a4T(a){var s=this,r=s.ar.Ha(s.bM.d) +if(r==null)return +s.lM(A.c0(B.m,!a?r:s.bM.c,r,!1),B.a6)}, +a4Z(a){var s,r=this,q=r.bM.gee(),p=r.KL(r.ar.b.a.a.ls(q).b) +if(p==null)return +s=a?r.bM.c:p.a +r.lM(A.c0(B.m,s,p.a,!1),B.a6)}, +a4V(a){var s,r=this,q=r.bM.gee(),p=r.KO(r.ar.b.a.a.ls(q).a-1) +if(p==null)return +s=a?r.bM.c:p.a +r.lM(A.c0(B.m,s,p.a,!1),B.a6)}, +KL(a){var s,r,q +for(s=this.ar;!0;){r=s.b.a.a.ls(new A.bg(a,B.m)) +q=r.a +if(!(q>=0&&r.b>=0)||q===r.b)return null +if(!this.Mk(r))return r +a=r.b}}, +KO(a){var s,r,q +for(s=this.ar;a>=0;){r=s.b.a.a.ls(new A.bg(a,B.m)) +q=r.a +if(!(q>=0&&r.b>=0)||q===r.b)return null +if(!this.Mk(r))return r +a=q-1}return null}, +Mk(a){var s,r,q,p +for(s=a.a,r=a.b,q=this.ar;s=m.gkk().length)return A.vm(new A.bg(m.gkk().length,B.ap)) +s=m.b.a.a.ls(a) +switch(a.b.a){case 0:r=n-1 +break +case 1:r=n +break +default:r=null}if(r>0&&A.aET(m.gkk().charCodeAt(r))){m=s.a +q=o.KO(m) +switch(A.br().a){case 2:if(q==null){p=o.KL(m) +if(p==null)return A.qF(B.m,n) +return A.c0(B.m,n,p.b,!1)}return A.c0(B.m,q.a,n,!1) +case 0:if(o.dw){if(q==null)return A.c0(B.m,n,n+1,!1) +return A.c0(B.m,q.a,n,!1)}break +case 1:case 4:case 3:case 5:break}}return A.c0(B.m,s.a,s.b,!1)}, +r0(a,b){var s=this,r=Math.max(0,a-(1+s.eN)),q=Math.min(b,r),p=s.cP!==1?r:1/0 +s.ar.yF(p,q) +s.aS=b +s.c5=a}, +LN(a){return this.r0(a,0)}, +a6S(){return this.r0(1/0,0)}, +j3(){var s=t.k,r=s.a(A.t.prototype.ga5.call(this)) +this.r0(s.a(A.t.prototype.ga5.call(this)).b,r.a)}, +a1f(){var s,r,q=this +switch(A.br().a){case 2:case 4:s=q.eN +r=q.ar.gcV() +q.n9=new A.A(0,0,s,0+(r+2)) +break +case 0:case 1:case 3:case 5:s=q.eN +r=q.ar.gcV() +q.n9=new A.A(0,2,s,2+(r-4)) +break}}, +a2k(){var s=this.ar.f +s=s==null?null:s.b5(new A.agO()) +return s!==!1}, +cs(a){var s,r,q,p,o=this,n=o.EP +if(!(n==null?o.EP=o.a2k():n))return B.F +n=o.ar +s=a.b +n.mA(o.pA(s,A.oA())) +r=a.a +o.r0(s,r) +n=n.b +q=n.b +n=n.a.a +n.gbX(n) +p=A.H(q+(1+o.eN),r,s) +return new A.I(p,A.H(o.Cz(s),a.c,a.d))}, +bJ(){var s,r,q,p,o,n,m=this,l=t.k.a(A.t.prototype.ga5.call(m)),k=l.b,j=m.pA(k,A.rl()) +m.ag_=j +s=m.ar +s.mA(j) +m.j3() +j=s.gS9() +j.toString +m.T5(j) +m.a1f() +j=s.b +r=j.b +j=j.a.a +j=j.gbX(j) +s=s.b +q=s.b +s=s.a.a +s.gbX(s) +p=A.H(q+(1+m.eN),l.a,k) +m.id=new A.I(p,A.H(m.Cz(k),l.c,l.d)) +o=new A.I(r+(1+m.eN),j) +n=A.rH(o) +k=m.D +if(k!=null)k.hS(n) +k=m.ag +if(k!=null)k.hS(n) +m.hk=m.a3u(o) +m.eM.DI(m.gaco()) +m.eM.DG(0,m.hk)}, +HI(a,b,c,d){var s,r,q,p=this +if(a===B.mY){p.jZ=B.f +p.EQ=null +p.xZ=p.y_=p.y0=!1}s=a!==B.jj +p.df=s +p.Ri=d +if(s){p.hO=c +if(d!=null){s=A.a7S(B.mH,B.bp,d) +s.toString +r=s}else r=B.mH +s=p.gep() +q=p.n9 +q===$&&A.b() +s.sRu(r.Fm(q).cd(b))}else p.gep().sRu(null) +p.gep().w=p.Ri==null}, +Ag(a,b,c){return this.HI(a,b,c,null)}, +a6V(a,b){var s,r,q,p,o,n=this.ar.kw(a,B.G) +for(s=b.length,r=n.b,q=0;p=b.length,qr)return new A.bk(J.aAF(o),new A.i(n.a,o.gjR()),t.DC)}s=Math.max(0,p-1) +r=p!==0?B.b.gY(b).gjR()+B.b.gY(b).gEk():0 +return new A.bk(s,new A.i(n.a,r),t.DC)}, +Mo(a,b){var s,r,q=this,p=b.X(0,q.geH()),o=q.df +if(!o)q.aca(p) +s=q.D +r=q.ag +if(r!=null)a.dO(r,b) +q.ar.aJ(a.gbK(a),p) +q.SZ(a,p) +if(s!=null)a.dO(s,b)}, +dd(a,b){if(a===this.D||a===this.ag)return +this.QH(a,b)}, +aJ(a,b){var s,r,q,p,o,n,m=this +m.j3() +s=(m.hk>0||!m.geH().k(0,B.f))&&m.m8!==B.I +r=m.Rj +if(s){s=m.cx +s===$&&A.b() +q=m.gv(m) +r.saI(0,a.nG(s,b,new A.A(0,0,0+q.a,0+q.b),m.ga8r(),m.m8,r.a))}else{r.saI(0,null) +m.Mo(a,b)}p=m.bM +s=p.gbY() +if(s){s=m.A3(p) +o=s[0].a +r=A.H(o.a,0,m.gv(m).a) +q=A.H(o.b,0,m.gv(m).b) +a.mm(A.axA(m.ak,new A.i(r,q).X(0,b)),A.t.prototype.geV.call(m),B.f) +if(s.length===2){n=s[1].a +s=A.H(n.a,0,m.gv(m).a) +r=A.H(n.b,0,m.gv(m).b) +a.mm(A.axA(m.bp,new A.i(s,r).X(0,b)),A.t.prototype.geV.call(m),B.f)}}}, +m1(a){var s,r=this +switch(r.m8.a){case 0:return null +case 1:case 2:case 3:if(r.hk>0||!r.geH().k(0,B.f)){s=r.gv(r) +s=new A.A(0,0,0+s.a,0+s.b)}else s=null +return s}}} +A.agR.prototype={ +$1(a){var s=this.a +return new A.f9(a.a+s.geH().a,a.b+s.geH().b,a.c+s.geH().a,a.d+s.geH().b,a.e)}, +$S:77} +A.agQ.prototype={ +$1(a){return!1}, +$S:257} +A.agP.prototype={ +$0(){var s=this.a,r=s.ej.i(0,this.b) +r.toString +s.qk(s,r.e)}, +$S:0} +A.agS.prototype={ +$2(a,b){var s=a==null?null:a.fQ(new A.A(b.a,b.b,b.c,b.d)) +return s==null?new A.A(b.a,b.b,b.c,b.d):s}, +$S:258} +A.agO.prototype={ +$1(a){var s,r +if(a instanceof A.jA){s=a.b +$label0$0:{if(B.hs===s||B.ht===s||B.hu===s){r=!1 +break $label0$0}if(B.hv===s||B.hw===s||B.cf===s){r=!0 +break $label0$0}r=null}}else r=!0 +return r}, +$S:49} +A.a_i.prototype={ +gaT(a){return t.CA.a(A.t.prototype.gaT.call(this,this))}, +geO(){return!0}, +gkA(){return!0}, +snB(a){var s,r=this,q=r.D +if(a===q)return +r.D=a +s=a.eE(q) +if(s)r.aL() +if(r.y!=null){s=r.gdi() +q.J(0,s) +a.U(0,s)}}, +aJ(a,b){var s=this,r=t.CA.a(A.t.prototype.gaT.call(s,s)),q=s.D +if(r!=null){r.j3() +q.la(a.gbK(a),s.gv(s),r)}}, +aj(a){this.eb(a) +this.D.U(0,this.gdi())}, +ab(a){this.D.J(0,this.gdi()) +this.ec(0)}, +cs(a){return new A.I(A.H(1/0,a.a,a.b),A.H(1/0,a.c,a.d))}} +A.nK.prototype={} +A.FG.prototype={ +syo(a){if(J.d(a,this.w))return +this.w=a +this.aE()}, +syp(a){if(J.d(a,this.x))return +this.x=a +this.aE()}, +sHA(a){if(this.y===a)return +this.y=a +this.aE()}, +sHB(a){if(this.z===a)return +this.z=a +this.aE()}, +la(a,b,c){var s,r,q,p,o,n,m,l,k,j=this,i=j.x,h=j.w +if(i==null||h==null||i.a===i.b)return +s=j.r +s.sa4(0,h) +r=c.ar +q=r.nM(A.c0(B.m,i.a,i.b,!1),j.y,j.z) +for(p=q.length,o=0;o>>16&255,o>>>8&255,o&255)}if(r||l==null||!i.r)return +r=A.nG(s,B.D1) +k=i.y +if(k===$){j=$.a7().al() +i.y!==$&&A.aK() +i.y=j +k=j}k.sa4(0,l) +a.dK(r,k)}, +eE(a){var s=this +if(s===a)return!1 +return!(a instanceof A.D9)||a.r!==s.r||a.w!==s.w||!J.d(a.z,s.z)||!J.d(a.Q,s.Q)||!a.as.k(0,s.as)||!J.d(a.at,s.at)||!J.d(a.ax,s.ax)}} +A.vM.prototype={ +U(a,b){var s,r,q +for(s=this.r,r=s.length,q=0;q328){s-=128 +r+=64}p.hS(new A.nz(s)) +o=j.gv(j) +if(o.b>96+p.gbX(p)+12)q+=96 +o=a.gbK(a) +o.R6(p,b.X(0,new A.i(r,q)))}}catch(k){}}} +A.LS.prototype={ +K(){return"FlexFit."+this.b}} +A.fS.prototype={ +j(a){return this.vi(0)+"; flex="+A.n(this.e)+"; fit="+A.n(this.f)}} +A.Nl.prototype={ +K(){return"MainAxisSize."+this.b}} +A.zL.prototype={ +K(){return"MainAxisAlignment."+this.b}} +A.oW.prototype={ +K(){return"CrossAxisAlignment."+this.b}} +A.AW.prototype={ +sajh(a){if(this.ag!==a){this.ag=a +this.ae()}}, +saeX(a){if(this.az!==a){this.az=a +this.ae()}}, +fk(a){if(!(a.b instanceof A.fS))a.b=new A.fS(null,null,B.f)}, +KF(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g=this +if(g.az===B.f0)return 0 +s=g.D +r=g.ao$ +if(s===c){for(s=t.US,q=0,p=0,o=0;r!=null;){n=r.b +n.toString +m=s.a(n).e +if(m==null)m=0 +q+=m +if(m>0){n=a.$2(r,b) +l=r.b +l.toString +l=s.a(l).e +o=Math.max(o,n/(l==null?0:l))}else p+=a.$2(r,b) +n=r.b +n.toString +r=s.a(n).aH$}return o*q+p}else{for(s=t.US,q=0,p=0,k=0;r!=null;){n=r.b +n.toString +m=s.a(n).e +if(m==null)m=0 +q+=m +j=A.aR("mainSize") +i=A.aR("crossSize") +if(m===0){switch(g.D.a){case 0:n=r.cY(B.aU,1/0,r.gbW()) +if(j.b!==j)A.J(A.ln(j.a)) +j.b=n +n=a.$2(r,n) +if(i.b!==i)A.J(A.ln(i.a)) +i.b=n +break +case 1:n=r.cY(B.b1,1/0,r.gc2()) +if(j.b!==j)A.J(A.ln(j.a)) +j.b=n +n=a.$2(r,n) +if(i.b!==i)A.J(A.ln(i.a)) +i.b=n +break}n=j.b +if(n===j)A.J(A.ew(j.a)) +p+=n +n=i.b +if(n===i)A.J(A.ew(i.a)) +k=Math.max(k,A.iM(n))}n=r.b +n.toString +r=s.a(n).aH$}h=Math.max(0,(b-p)/q) +r=g.ao$ +for(;r!=null;){n=r.b +n.toString +m=s.a(n).e +if(m==null)m=0 +if(m>0)k=Math.max(k,A.iM(a.$2(r,h*m))) +n=r.b +n.toString +r=s.a(n).aH$}return k}}, +bj(a){return this.KF(new A.agU(),a,B.bc)}, +bm(a){return this.KF(new A.agT(),a,B.bd)}, +hH(a){if(this.D===B.bc)return this.QI(a) +return this.aff(a)}, +vS(a){switch(this.D.a){case 0:return a.b +case 1:return a.a}}, +vU(a){switch(this.D.a){case 0:return a.a +case 1:return a.b}}, +cs(a){var s +if(this.az===B.f0)return B.F +s=this.JM(a,A.oA()) +switch(this.D.a){case 0:return a.bC(new A.I(s.a,s.b)) +case 1:return a.bC(new A.I(s.b,s.a))}}, +JM(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.D===B.bc?a2.b:a2.d,a0=a<1/0,a1=c.ao$ +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.az===B.ms)switch(c.D.a){case 0:j=A.rI(q,b) +break +case 1:j=A.rI(b,r) +break +default:j=b}else switch(c.D.a){case 0:j=new A.aP(0,1/0,0,q) +break +case 1:j=new A.aP(0,r,0,1/0) +break +default:j=b}i=a3.$2(a1,j) +m+=c.vU(i) +n=Math.max(n,c.vS(i))}a1=l.aH$}h=Math.max(0,(a0?a:0)-m) +if(o>0){g=a0?h/o:0/0 +a1=c.ao$ +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.aR("minChildExtent") +l=a1.b +l.toString +l=s.a(l).f +switch((l==null?B.mX:l).a){case 0:if(d.b!==d)A.J(A.ln(d.a)) +d.b=e +break +case 1:if(d.b!==d)A.J(A.ln(d.a)) +d.b=0 +break}if(c.az===B.ms)switch(c.D.a){case 0:l=d.b +if(l===d)A.J(A.ew(d.a)) +j=new A.aP(l,e,q,q) +break +case 1:l=d.b +if(l===d)A.J(A.ew(d.a)) +j=new A.aP(r,r,l,e) +break +default:j=b}else switch(c.D.a){case 0:l=d.b +if(l===d)A.J(A.ew(d.a)) +j=new A.aP(l,e,0,q) +break +case 1:l=d.b +if(l===d)A.J(A.ew(d.a)) +j=new A.aP(0,r,l,e) +break +default:j=b}i=a3.$2(a1,j) +m+=c.vU(i) +f+=e +n=Math.max(n,c.vS(i))}l=a1.b +l.toString +a1=s.a(l).aH$}}return new A.aqm(a0&&c.aK===B.aO?a:m,n,m)}, +bJ(){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.t.prototype.ga5.call(a)),a2=a.JM(a1,A.rl()),a3=a2.a,a4=a2.b +if(a.az===B.f0){s=a.ao$ +for(r=t.US,q=0,p=0,o=0;s!=null;){n=a.b9 +n.toString +m=s.A2(n,!0) +if(m!=null){q=Math.max(q,m) +p=Math.max(m,p) +n=s.id +o=Math.max((n==null?A.J(A.a0(a0+A.r(s).j(0)+"#"+A.bh(s))):n).b-m,o) +a4=Math.max(p+o,a4)}n=s.b +n.toString +s=r.a(n).aH$}}else q=0 +switch(a.D.a){case 0:a.id=a1.bC(new A.I(a3,a4)) +a3=a.gv(a).a +a4=a.gv(a).b +break +case 1:a.id=a1.bC(new A.I(a4,a3)) +a3=a.gv(a).b +a4=a.gv(a).a +break}l=a3-a2.c +a.bg=Math.max(0,-l) +k=Math.max(0,l) +j=A.aR("leadingSpace") +i=A.aR("betweenSpace") +r=A.aH2(a.D,a.aP,a.bc) +h=r===!1 +switch(a.ag.a){case 0:j.scv(0) +i.scv(0) +break +case 1:j.scv(k) +i.scv(0) +break +case 2:j.scv(k/2) +i.scv(0) +break +case 3:j.scv(0) +r=a.es$ +i.scv(r>1?k/(r-1):0) +break +case 4:r=a.es$ +i.scv(r>0?k/r:0) +j.scv(i.aA()/2) +break +case 5:r=a.es$ +i.scv(r>0?k/(r+1):0) +j.scv(i.aA()) +break}g=h?a3-j.aA():j.aA() +s=a.ao$ +for(r=t.US,n=a4/2,f=i.a;s!=null;){e=s.b +e.toString +r.a(e) +d=a.az +switch(d.a){case 0:case 1:if(A.aH2(A.aXh(a.D),a.aP,a.bc)===(d===B.dI))c=0 +else{d=s.id +c=a4-a.vS(d==null?A.J(A.a0(a0+A.r(s).j(0)+"#"+A.bh(s))):d)}break +case 2:d=s.id +c=n-a.vS(d==null?A.J(A.a0(a0+A.r(s).j(0)+"#"+A.bh(s))):d)/2 +break +case 3:c=0 +break +case 4:if(a.D===B.bc){d=a.b9 +d.toString +m=s.A2(d,!0) +c=m!=null?q-m:0}else c=0 +break +default:c=null}if(h){d=s.id +g-=a.vU(d==null?A.J(A.a0(a0+A.r(s).j(0)+"#"+A.bh(s))):d)}switch(a.D.a){case 0:e.a=new A.i(g,c) +break +case 1:e.a=new A.i(c,g) +break}if(h){d=i.b +if(d===i)A.J(A.ew(f)) +g-=d}else{d=s.id +d=a.vU(d==null?A.J(A.a0(a0+A.r(s).j(0)+"#"+A.bh(s))):d) +b=i.b +if(b===i)A.J(A.ew(f)) +g+=d+b}s=e.aH$}}, +cQ(a,b){return this.Eh(a,b)}, +aJ(a,b){var s,r,q,p=this +if(!(p.bg>1e-10)){p.rU(a,b) +return}s=p.gv(p) +if(s.ga_(s))return +s=p.c5 +r=p.cx +r===$&&A.b() +q=p.gv(p) +s.saI(0,a.nG(r,b,new A.A(0,0,0+q.a,0+q.b),p.gafg(),p.V,s.a))}, +n(){this.c5.saI(0,null) +this.Z5()}, +m1(a){var s,r=this +switch(r.V.a){case 0:return null +case 1:case 2:case 3:if(r.bg>1e-10){s=r.gv(r) +s=new A.A(0,0,0+s.a,0+s.b)}else s=null +return s}}, +cW(){return this.XI()}} +A.agU.prototype={ +$2(a,b){return a.cY(B.aU,b,a.gbW())}, +$S:181} +A.agT.prototype={ +$2(a,b){return a.cY(B.b1,b,a.gc2())}, +$S:181} +A.aqm.prototype={} +A.a_l.prototype={ +aj(a){var s,r,q +this.eb(a) +s=this.ao$ +for(r=t.US;s!=null;){s.aj(a) +q=s.b +q.toString +s=r.a(q).aH$}}, +ab(a){var s,r,q +this.ec(0) +s=this.ao$ +for(r=t.US;s!=null;){s.ab(0) +q=s.b +q.toString +s=r.a(q).aH$}}} +A.a_m.prototype={} +A.EK.prototype={ +n(){var s,r,q +for(s=this.ag4$,r=s.length,q=0;q>")) +this.hl(new A.HC(s,c.h("HC<0>")),b,!0,c) +return s.length===0?null:B.b.gL(s).a}, +a0_(a){var s,r=this +if(!r.w&&r.x!=null){s=r.x +s.toString +a.acJ(s) +return}r.hF(a) +r.w=!1}, +cW(){var s=this.WP() +return s+(this.y==null?" DETACHED":"")}} +A.acU.prototype={ +$0(){this.b.$1(this.a)}, +$S:0} +A.acV.prototype={ +$0(){var s=this.a +s.a.B(0,this.b) +s.rk(-1)}, +$S:0} +A.N3.prototype={ +saI(a,b){var s=this.a +if(b==s)return +if(s!=null)if(--s.f===0)s.n() +this.a=b +if(b!=null)++b.f}, +j(a){var s=this.a +return"LayerHandle("+(s!=null?s.j(0):"DISPOSED")+")"}} +A.Q1.prototype={ +sT4(a){var s +this.eQ() +s=this.ay +if(s!=null)s.n() +this.ay=a}, +n(){this.sT4(null) +this.Ii()}, +hF(a){var s=this.ay +s.toString +a.acH(B.f,s,this.ch,this.CW)}, +hl(a,b,c){return!1}} +A.eM.prototype={ +qQ(a){var s +this.X4(a) +if(!a)return +s=this.ax +for(;s!=null;){s.qQ(!0) +s=s.Q}}, +adl(a){var s=this +s.zV() +s.hF(a) +if(s.b>0)s.qQ(!0) +s.w=!1 +return a.de()}, +n(){this.Gn() +this.a.a2(0) +this.Ii()}, +zV(){var s,r=this +r.X7() +s=r.ax +for(;s!=null;){s.zV() +r.w=r.w||s.w +s=s.Q}}, +hl(a,b,c,d){var s,r,q +for(s=this.ay,r=a.a;s!=null;s=s.as){if(s.hl(a,b,!0,d))return!0 +q=r.length +if(q!==0)return!1}return!1}, +aj(a){var s +this.X5(a) +s=this.ax +for(;s!=null;){s.aj(a) +s=s.Q}}, +ab(a){var s +this.X6(0) +s=this.ax +for(;s!=null;){s.ab(0) +s=s.Q}this.qQ(!1)}, +Pr(a,b){var s,r=this +if(!r.goG())r.eQ() +s=b.b +if(s!==0)r.rk(s) +b.r=r +s=r.y +if(s!=null)b.aj(s) +r.kp(b) +s=b.as=r.ay +if(s!=null)s.Q=b +r.ay=b +if(r.ax==null)r.ax=b +b.e.saI(0,b)}, +fE(){var s,r,q=this.ax +for(;q!=null;){s=q.z +r=this.z +if(s<=r){q.z=r+1 +q.fE()}q=q.Q}}, +kp(a){var s=a.z,r=this.z +if(s<=r){a.z=r+1 +a.fE()}}, +Ka(a){var s,r=this +if(!r.goG())r.eQ() +s=a.b +if(s!==0)r.rk(-s) +a.r=null +if(r.y!=null)a.ab(0)}, +Gn(){var s,r=this,q=r.ax +for(;q!=null;q=s){s=q.Q +q.Q=q.as=null +r.Ka(q) +q.e.saI(0,null)}r.ay=r.ax=null}, +hF(a){this.ia(a)}, +ia(a){var s=this.ax +for(;s!=null;){s.a0_(a) +s=s.Q}}, +oJ(a,b){}} +A.j9.prototype={ +ski(a,b){if(!b.k(0,this.k3))this.eQ() +this.k3=b}, +hl(a,b,c,d){return this.ly(a,b.a1(0,this.k3),!0,d)}, +oJ(a,b){var s=this.k3 +b.ba(0,s.a,s.b)}, +hF(a){var s=this,r=s.k3 +s.sfw(a.Te(r.a,r.b,t.Ff.a(s.x))) +s.ia(a) +a.fa()}} +A.xL.prototype={ +hl(a,b,c,d){if(!this.k3.t(0,b))return!1 +return this.ly(a,b,!0,d)}, +hF(a){var s=this,r=s.k3 +r.toString +s.sfw(a.al5(r,s.k4,t.GB.a(s.x))) +s.ia(a) +a.fa()}} +A.xK.prototype={ +hl(a,b,c,d){if(!this.k3.t(0,b))return!1 +return this.ly(a,b,!0,d)}, +hF(a){var s=this,r=s.k3 +r.toString +s.sfw(a.al4(r,s.k4,t.cW.a(s.x))) +s.ia(a) +a.fa()}} +A.xJ.prototype={ +hl(a,b,c,d){if(!this.k3.t(0,b))return!1 +return this.ly(a,b,!0,d)}, +hF(a){var s=this,r=s.k3 +r.toString +s.sfw(a.al2(r,s.k4,t.L5.a(s.x))) +s.ia(a) +a.fa()}} +A.z2.prototype={ +hF(a){var s=this +s.sfw(a.al6(s.b4,s.k3,t.C6.a(s.x))) +s.ia(a) +a.fa()}} +A.vs.prototype={ +sbR(a,b){var s=this +if(b.k(0,s.b4))return +s.b4=b +s.aM=!0 +s.eQ()}, +hF(a){var s,r,q=this +q.bo=q.b4 +if(!q.k3.k(0,B.f)){s=q.k3 +s=A.k6(s.a,s.b,0) +r=q.bo +r.toString +s.ci(0,r) +q.bo=s}q.sfw(a.zp(q.bo.a,t.qf.a(q.x))) +q.ia(a) +a.fa()}, +Dc(a){var s,r=this +if(r.aM){s=r.b4 +s.toString +r.av=A.pP(A.axU(s)) +r.aM=!1}s=r.av +if(s==null)return null +return A.bH(s,a)}, +hl(a,b,c,d){var s=this.Dc(b) +if(s==null)return!1 +return this.Xo(a,s,!0,d)}, +oJ(a,b){var s=this.bo +if(s==null){s=this.b4 +s.toString +b.ci(0,s)}else b.ci(0,s)}} +A.PN.prototype={ +sDD(a,b){var s=this,r=s.b4 +if(b!=r){if(b===255||r===255)s.sfw(null) +s.b4=b +s.eQ()}}, +hF(a){var s,r,q,p=this +if(p.ax==null){p.sfw(null) +return}s=p.b4 +s.toString +r=p.k3 +q=p.x +if(s<255)p.sfw(a.al8(s,r,t.Zr.a(q))) +else p.sfw(a.Te(r.a,r.b,t.Ff.a(q))) +p.ia(a) +a.fa()}} +A.xm.prototype={ +syb(a,b){if(!b.k(0,this.k3)){this.k3=b +this.eQ()}}, +hF(a){var s=this,r=s.k3 +r.toString +s.sfw(a.al1(r,s.k4,t.tX.a(s.x))) +s.ia(a) +a.fa()}} +A.tR.prototype={ +j(a){var s=A.bh(this),r=this.a!=null?"":"" +return"#"+s+"("+r+")"}} +A.zu.prototype={ +snt(a){var s=this,r=s.k3 +if(r===a)return +if(s.y!=null){if(r.a===s)r.a=null +a.a=s}s.k3=a}, +ski(a,b){if(b.k(0,this.k4))return +this.k4=b +this.eQ()}, +aj(a){this.WF(a) +this.k3.a=this}, +ab(a){var s=this.k3 +if(s.a===this)s.a=null +this.WG(0)}, +hl(a,b,c,d){return this.ly(a,b.a1(0,this.k4),!0,d)}, +hF(a){var s,r=this +if(!r.k4.k(0,B.f)){s=r.k4 +r.sfw(a.zp(A.k6(s.a,s.b,0).a,t.qf.a(r.x)))}else r.sfw(null) +r.ia(a) +if(!r.k4.k(0,B.f))a.fa()}, +oJ(a,b){var s +if(!this.k4.k(0,B.f)){s=this.k4 +b.ba(0,s.a,s.b)}}} +A.yL.prototype={ +Dc(a){var s,r,q,p,o=this +if(o.R8){s=o.H4() +s.toString +o.p4=A.pP(s) +o.R8=!1}if(o.p4==null)return null +r=new A.jq(new Float64Array(4)) +r.v8(a.a,a.b,0,1) +s=o.p4.a7(0,r).a +q=s[0] +p=o.p1 +return new A.i(q-p.a,s[1]-p.b)}, +hl(a,b,c,d){var s,r=this +if(r.k3.a==null){if(r.k4)return r.ly(a,b.a1(0,r.ok),!0,d) +return!1}s=r.Dc(b) +if(s==null)return!1 +return r.ly(a,s,!0,d)}, +H4(){var s,r +if(this.p3==null)return null +s=this.p2 +r=A.k6(-s.a,-s.b,0) +s=this.p3 +s.toString +r.ci(0,s) +return r}, +a2E(){var s,r,q,p,o,n,m=this +m.p3=null +s=m.k3.a +if(s==null)return +r=t.KV +q=A.a([s],r) +p=A.a([m],r) +A.a9L(s,m,q,p) +o=A.aCk(q) +s.oJ(null,o) +r=m.p1 +o.ba(0,r.a,r.b) +n=A.aCk(p) +if(n.kP(n)===0)return +n.ci(0,o) +m.p3=n +m.R8=!0}, +goG(){return!0}, +hF(a){var s,r,q=this +if(q.k3.a==null&&!q.k4){q.p2=q.p3=null +q.R8=!0 +q.sfw(null) +return}q.a2E() +s=q.p3 +r=t.qf +if(s!=null){q.p2=q.ok +q.sfw(a.zp(s.a,r.a(q.x))) +q.ia(a) +a.fa()}else{q.p2=null +s=q.ok +q.sfw(a.zp(A.k6(s.a,s.b,0).a,r.a(q.x))) +q.ia(a) +a.fa()}q.R8=!0}, +oJ(a,b){var s=this.p3 +if(s!=null)b.ci(0,s) +else{s=this.ok +b.ci(0,A.k6(s.a,s.b,0))}}} +A.xa.prototype={ +hl(a,b,c,d){var s,r,q,p=this,o=p.ly(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.A(q,r,q+s.a,r+s.b).t(0,b)}else s=!1 +if(s)return o +if(A.bQ(p.$ti.c)===A.bQ(d)){o=o||!1 +n.push(new A.xb(d.a(p.k3),b.a1(0,p.ok),d.h("xb<0>")))}return o}} +A.Yf.prototype={} +A.YQ.prototype={ +aly(a){var s=this.a +this.a=a +return s}, +j(a){var s="#",r=A.bh(this.b),q=this.a.a +return s+A.bh(this)+"("+("latestEvent: "+(s+r))+", "+("annotations: [list of "+q+"]")+")"}} +A.YR.prototype={ +gim(a){var s=this.c +return s.gim(s)}} +A.Po.prototype={ +Lt(a){var s,r,q,p,o,n,m=t._h,l=A.no(m,t.xV) +for(s=a.a,r=s.length,q=0;q") +this.b.agA(a.gim(a),a.d,A.pL(new A.bf(s,r),new A.adV(),r.h("l.E"),t.Pb))}, +amn(a,b){var s,r,q,p,o,n=this,m={} +if(a.gcM(a)!==B.aP)return +if(t.ks.b(a))return +m.a=null +if(t.PB.b(a))m.a=A.abi() +else{s=a.gpZ() +m.a=b==null?n.a.$2(a.gbN(a),s):b}r=a.gim(a) +q=n.c +p=q.i(0,r) +if(!A.aQa(p,a))return +o=q.a +new A.adY(m,n,p,a,r).$0() +if(o!==0!==(q.a!==0))n.aE()}, +amd(){new A.adW(this).$0()}} +A.adV.prototype={ +$1(a){return a.gQB(a)}, +$S:260} +A.adY.prototype={ +$0(){var s=this +new A.adX(s.a,s.b,s.c,s.d,s.e).$0()}, +$S:0} +A.adX.prototype={ +$0(){var s,r,q,p,o,n=this,m=n.c +if(m==null){s=n.d +if(t.PB.b(s))return +n.b.c.m(0,n.e,new A.YQ(A.no(t._h,t.xV),s))}else{s=n.d +if(t.PB.b(s))n.b.c.B(0,s.gim(s))}r=n.b +q=r.c.i(0,n.e) +if(q==null){m.toString +q=m}p=q.b +q.b=s +o=t.PB.b(s)?A.no(t._h,t.xV):r.Lt(n.a.a) +r.L9(new A.YR(q.aly(o),o,p,s))}, +$S:0} +A.adW.prototype={ +$0(){var s,r,q,p,o,n,m +for(s=this.a,r=s.c,r=r.gaY(r),r=new A.cS(J.aj(r.a),r.b),q=A.k(r).z[1];r.q();){p=r.a +if(p==null)p=q.a(p) +o=p.b +n=s.a2W(p) +m=p.a +p.a=n +s.L9(new A.YR(m,n,o,null))}}, +$S:0} +A.adT.prototype={ +$2(a,b){var s +if(!this.a.ai(0,a))if(a.gGL()&&a.gFT(a)!=null){s=a.gFT(a) +s.toString +s.$1(this.b.bk(this.c.i(0,a)))}}, +$S:261} +A.adU.prototype={ +$1(a){return!this.a.ai(0,a)}, +$S:262} +A.a2t.prototype={} +A.cU.prototype={ +ab(a){}, +j(a){return""}} +A.um.prototype={ +dO(a,b){var s,r=this +if(a.geO()){r.vh() +if(!a.cy){s=a.ay +s===$&&A.b() +s=!s}else s=!0 +if(s)A.aDK(a,null,!0) +else if(a.db)A.aQq(a) +s=a.ch.a +s.toString +t.gY.a(s) +s.ski(0,b) +r.Ps(s)}else{s=a.ay +s===$&&A.b() +if(s){a.ch.saI(0,null) +a.Cx(r,b)}else a.Cx(r,b)}}, +Ps(a){a.ew(0) +this.a.Pr(0,a)}, +gbK(a){var s +if(this.e==null)this.NQ() +s=this.e +s.toString +return s}, +NQ(){var s,r,q=this +q.c=A.aQr(q.b) +s=$.a7() +r=s.aeR() +q.d=r +q.e=s.aeK(r,null) +r=q.c +r.toString +q.a.Pr(0,r)}, +vh(){var s,r=this +if(r.e==null)return +s=r.c +s.toString +s.sT4(r.d.EN()) +r.e=r.d=r.c=null}, +HL(){if(this.c==null)this.NQ() +var s=this.c +if(!s.ch){s.ch=!0 +s.eQ()}}, +pP(a,b,c,d){var s,r=this +if(a.ax!=null)a.Gn() +r.vh() +r.Ps(a) +s=r.aeM(a,d==null?r.b:d) +b.$2(s,c) +s.vh()}, +mm(a,b,c){return this.pP(a,b,c,null)}, +aeM(a,b){return new A.um(a,b)}, +nG(a,b,c,d,e,f){var s,r,q=this +if(e===B.I){d.$2(q,b) +return null}s=c.cd(b) +if(a){r=f==null?new A.xL(B.a7,A.w(t.S,t.M),A.ar()):f +if(!s.k(0,r.k3)){r.k3=s +r.eQ()}if(e!==r.k4){r.k4=e +r.eQ()}q.pP(r,d,b,s) +return r}else{q.adT(s,e,s,new A.af0(q,d,b)) +return null}}, +Td(a,b,c,d,e,f,g){var s,r,q,p=this +if(f===B.I){e.$2(p,b) +return null}s=c.cd(b) +r=d.cd(b) +if(a){q=g==null?new A.xK(B.bY,A.w(t.S,t.M),A.ar()):g +if(!r.k(0,q.k3)){q.k3=r +q.eQ()}if(f!==q.k4){q.k4=f +q.eQ()}p.pP(q,e,b,s) +return q}else{p.adQ(r,f,s,new A.af_(p,e,b)) +return null}}, +Ga(a,b,c,d,e,f,g){var s,r,q,p=this +if(f===B.I){e.$2(p,b) +return null}s=c.cd(b) +r=d.cd(b) +if(a){q=g==null?new A.xJ(B.bY,A.w(t.S,t.M),A.ar()):g +if(r!==q.k3){q.k3=r +q.eQ()}if(f!==q.k4){q.k4=f +q.eQ()}p.pP(q,e,b,s) +return q}else{p.adN(r,f,s,new A.aeZ(p,e,b)) +return null}}, +al3(a,b,c,d,e,f){return this.Ga(a,b,c,d,e,B.bY,f)}, +ui(a,b,c,d,e){var s,r=this,q=b.a,p=b.b,o=A.k6(q,p,0) +o.ci(0,c) +o.ba(0,-q,-p) +if(a){s=e==null?A.aF7(null):e +s.sbR(0,o) +r.pP(s,d,b,A.aDs(o,r.b)) +return s}else{q=r.gbK(r) +q.cR(0) +q.a7(0,o.a) +d.$2(r,b) +r.gbK(r).bH(0) +return null}}, +Tf(a,b,c,d){var s=d==null?A.axQ():d +s.sDD(0,b) +s.ski(0,a) +this.mm(s,c,B.f) +return s}, +j(a){return"PaintingContext#"+A.ic(this)+"(layer: "+this.a.j(0)+", canvas bounds: "+this.b.j(0)+")"}} +A.af0.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.af_.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.aeZ.prototype={ +$0(){return this.b.$2(this.a,this.c)}, +$S:0} +A.a6x.prototype={} +A.lA.prototype={ +pS(){var s=this.cx +if(s!=null)s.a.EO()}, +sGs(a){var s=this.e +if(s==a)return +if(s!=null)s.ab(0) +this.e=a +if(a!=null)a.aj(this)}, +Rx(){var s,r,q,p,o,n,m,l,k,j,i,h=this +try{for(o=t.TT;n=h.r,n.length!==0;){s=n +h.r=A.a([],o) +J.aAO(s,new A.afa()) +for(r=0;r")) +i.qA(m,l,k,j.c) +B.b.R(n,i) +break}}q=J.aE(s,r) +if(q.z&&q.y===h)q.a6T()}h.f=!1}for(o=h.CW,o=A.cB(o,o.r),n=A.k(o).c;o.q();){m=o.d +p=m==null?n.a(m):m +p.Rx()}}finally{h.f=!1}}, +a2x(a){try{a.$0()}finally{this.f=!0}}, +Rw(){var s,r,q,p,o=this.z +B.b.i_(o,new A.af9()) +for(s=o.length,r=0;r0){if(s.at==null){r=t.bu +s.at=new A.RJ(s.c,A.aM(r),A.w(t.S,r),A.aM(r),$.aD()) +r=s.b +if(r!=null)r.$0()}}else{r=s.at +if(r!=null){r.n() +s.at=null +r=s.d +if(r!=null)r.$0()}}}, +Rz(){var s,r,q,p,o,n,m,l,k=this +if(k.at==null)return +try{p=k.ch +o=A.af(p,!0,A.k(p).c) +B.b.i_(o,new A.afc()) +s=o +p.a2(0) +for(p=s,n=p.length,m=0;m0;n=m){m=n-1 +r[n].dd(r[m],o)}return o}, +m1(a){return null}, +QQ(a){return null}, +uZ(){this.y.ch.E(0,this) +this.y.pS()}, +eL(a){}, +Ae(a){var s,r=this +if(r.y.at==null)return +s=r.fr +if(s!=null&&!s.y)s.Vv(a) +else if(r.gaT(r)!=null)r.gaT(r).Ae(a)}, +gwC(){var s,r=this +if(r.dx==null){s=A.kk() +r.dx=s +r.eL(s)}s=r.dx +s.toString +return s}, +mW(){this.dy=!0 +this.fr=null +this.b5(new A.ah2())}, +b6(){var s,r,q,p,o=this,n=o.y +if(n==null||n.at==null){o.dx=null +return}if(o.fr!=null){n=o.dx +n=n==null?null:n.a +s=n===!0}else s=!1 +n=o.dx +r=(n==null?null:n.k1)!=null||o.gwC().k1!=null +o.dx=null +q=o.gwC().a&&s +p=o +while(!0){if(p.gaT(p) instanceof A.t)n=r||!q +else n=!1 +if(!n)break +if(p!==o&&p.dy)break +p.dy=!0 +if(q)r=!1 +p=p.gaT(p) +if(p.dx==null){n=A.kk() +p.dx=n +p.eL(n)}q=p.dx.a +if(q&&p.fr==null)return}if(p!==o&&o.fr!=null&&o.dy)o.y.ch.B(0,o) +if(!p.dy){p.dy=!0 +n=o.y +if(n!=null){n.ch.E(0,p) +o.y.pS()}}}, +acc(){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.KU(s===!0,q===!0)) +s=t.d +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.oT(s==null?0:s,m,q,o,n)}, +KU(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e={},d=f.gwC() +e.a=d.d +e.b=!d.e&&!d.a +s=a||d.b +r=b||d.p4 +q=A.a([],t.Bd) +p=d.c||!(f.gaT(f) instanceof A.t) +o=d.k1!=null +n=t.pp +m=A.w(t.ZX,n) +l=t.CZ +k=A.a([],l) +j=A.a([],t.i1) +i=d.bL +i=i==null?null:i.a!==0 +f.h2(new A.agY(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].iD(0,new A.ah_(f,m),n).fH(0))}n=f.dy=!1 +if(!(f.gaT(f) instanceof A.t)){f.w8(k,!0) +B.b.ah(j,f.gLZ()) +n=e.a +g=new A.a_L(A.a([],l),A.a([f],t.TT),n)}else if(e.b){n=e.a +g=new A.W0(j,A.a([],l),n)}else{f.w8(k,!0) +B.b.ah(j,f.gLZ()) +i=e.a +g=new A.r9(b,d,j,A.a([],l),A.a([f],t.TT),i) +if(a?!d.b:n){g.vO() +g.f.b=!0}if(d.a)g.z=!0}g.R(0,k) +return g}, +w8(a,b){var s,r,q,p,o,n,m,l=this,k=A.aM(t.pp) +for(s=J.a9(a),r=0;r#"+A.bh(this)}, +j(a){return this.cW()}, +ht(a,b,c,d){var s,r=this +if(r.gaT(r) instanceof A.t){s=r.gaT(r) +s.toString +s.ht(a,b==null?r:b,c,d)}}, +Ar(){return this.ht(B.be,null,B.w,null)}, +qj(a){return this.ht(B.be,null,B.w,a)}, +vb(a,b,c){return this.ht(a,null,b,c)}, +qk(a,b){return this.ht(B.be,a,B.w,b)}, +$ial:1} +A.ah0.prototype={ +$0(){var s=A.a([],t.D),r=this.a +s.push(A.ax0("The following RenderObject was being processed when the exception was fired",B.Is,r)) +s.push(A.ax0("RenderObject",B.It,r)) +return s}, +$S:18} +A.ah3.prototype={ +$0(){this.b.$1(this.c.a(this.a.ga5()))}, +$S:0} +A.ah1.prototype={ +$1(a){var s +a.OA() +s=a.cx +s===$&&A.b() +if(s)this.a.cx=!0}, +$S:7} +A.ah2.prototype={ +$1(a){a.mW()}, +$S:7} +A.agY.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e=a.KU(f.d,f.c) +if(e.a){B.b.a2(f.e) +B.b.a2(f.f) +B.b.a2(f.r) +if(!f.w.a)f.a.a=!0}for(s=e.gSG(),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.a0b() +b.JN(a3,a4,c)}else b=a2 +c=b.c +c===$&&A.b() +a=b.d +a===$&&A.b() +a0=A.ez(c,a) +e=e==null?a0:e.fQ(a0) +c=b.b +if(c!=null){a1=A.ez(b.c,c) +f=f==null?a1:f.e8(a1)}c=b.a +if(c!=null){a1=A.ez(b.c,c) +g=g==null?a1:g.e8(a1)}d=d.c +if(d!=null)l.R(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.BH(a2,B.b.gL(o).gqi()) +a6.E(0,i.b) +i.dy=l +if(!i.e.k(0,e)){i.e=e +i.hz()}if(!A.axG(i.d,a2)){i.d=null +i.hz()}i.f=f +i.r=g +for(k=k.ga6(m);k.q();){j=k.gG(k) +if(j.ghI()!=null)B.b.gL(j.b).fr=i}i.Uo(0,h) +a5.push(i)}}}, +oT(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.aM(t.S),c=f.y +for(s=f.x,r=s.length,q=0;q");s.q();){n=s.gG(s) +if(n instanceof A.r9){if(n.z){m=n.b +m=B.b.gL(m).fr!=null&&d.t(0,B.b.gL(m).fr.b)}else m=!1 +if(m)B.b.gL(n.b).fr=null}m=n.b +l=new A.fD(r,1,e,p) +l.qA(r,1,e,o) +B.b.R(m,l) +n.oT(a+f.f.y1,b,a0,a1,a2)}return}k=f.a1j(b,a0) +s=f.e +r=!s +if(r){if(k==null)p=e +else{p=k.d +p===$&&A.b() +if(!p.ga_(p)){p=k.c +p===$&&A.b() +p=p.Sq()}else p=!0}p=p===!0}else p=!1 +if(p)return +p=f.b +o=B.b.gL(p) +if(o.fr==null)o.fr=A.BH(e,B.b.gL(p).gqi()) +j=B.b.gL(p).fr +j.sFt(s) +j.dy=f.c +j.w=a +if(a!==0){f.vO() +s=f.f +s.sf6(0,s.y1+a)}if(k!=null){s=k.d +s===$&&A.b() +j.sb7(0,s) +s=k.c +s===$&&A.b() +j.sbR(0,s) +j.f=k.b +j.r=k.a +if(r&&k.e){f.vO() +f.f.bs(B.hP,!0)}}s=t.d +i=A.a([],s) +f.M6(j.f,j.r,a2,d) +for(r=J.aj(c);r.q();){o=r.gG(r) +if(o instanceof A.r9){if(o.z){n=o.b +n=B.b.gL(n).fr!=null&&d.t(0,B.b.gL(n).fr.b)}else n=!1 +if(n)B.b.gL(o.b).fr=null}h=A.a([],s) +n=j.f +o.oT(0,j.r,n,i,h) +B.b.R(a2,h)}s=f.f +if(s.a)B.b.gL(p).oM(j,f.f,i) +else j.ln(0,i,s) +a1.push(j) +for(s=a2.length,r=t.g3,q=0;q1){s=new A.a0b() +s.JN(b,a,r) +r=s}else r=null +return r}, +ghI(){return this.z?null:this.f}, +R(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.QQ(q) +if(a!=null){m.b=a +m.a=A.aFR(m.a,r.m1(q))}else m.b=A.aFR(m.b,r.m1(q)) +l=$.aK2() +l.bl() +A.aU2(r,q,m.c,l) +m.b=A.aFS(m.b,l) +m.a=A.aFS(m.a,l)}p=B.b.gL(c) +l=m.b +l=l==null?p.gmy():l.e8(p.gmy()) +m.d=l +o=m.a +if(o!=null){n=o.e8(l) +if(n.ga_(n)){l=m.d +l=!l.ga_(l)}else l=!1 +m.e=l +if(!l)m.d=n}}} +A.Zk.prototype={} +A.a_o.prototype={} +A.lB.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.lB&&b.b===this.b}, +gu(a){return A.K(B.a5v,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.iw.prototype={ +ab(a){this.a=this.b=null +this.Zw(0)}, +j(a){var s=A.n(this.b),r=this.a +r=r==null?"not laid out":"offset: "+r.j(0) +return"widget: "+s+", "+r}} +A.QL.prototype={ +fk(a){if(!(a.b instanceof A.iw))a.b=new A.iw(null,null)}, +pA(a,b){var s,r=A.a([],t.tZ),q=this.ao$,p=A.k(this).h("aC.1") +while(q!=null){r.push(A.aRc(q,a,b)) +s=q.b +s.toString +q=p.a(s).aH$}return r}, +T5(a){var s,r,q,p,o,n,m=this.ao$ +for(s=a.length,r=t.E,q=A.k(this).h("aC.1"),p=0;ph){d=c0[h].dy +d=d!=null&&d.t(0,new A.lB(i,b7))}else d=!1 +if(!d)break +b=c0[h] +d=s.b +d.toString +if(m.a(d).a!=null)b5.push(b);++h}b7=s.b +b7.toString +s=n.a(b7).aH$;++i}else{a=o.a(A.t.prototype.ga5.call(b3)) +b6.mA(b3.ef) +a0=a.b +a0=b3.bc||b3.b9===B.bP?a0:1/0 +b6.yF(a0,a.a) +a1=b6.nM(new A.fF(j,e,B.m,!1,c,d),B.dz,B.cU) +if(a1.length===0)continue +d=B.b.gL(a1) +a2=new A.A(d.a,d.b,d.c,d.d) +a3=B.b.gL(a1).e +for(d=A.a1(a1),c=new A.fD(a1,1,b4,d.h("fD<1>")),c.qA(a1,1,b4,d.c),c=new A.dE(c,c.gp(c)),d=A.k(c).c;c.q();){a=c.d +if(a==null)a=d.a(a) +a2=a2.fQ(new A.A(a.a,a.b,a.c,a.d)) +a3=a.e}d=a2.a +c=Math.max(0,d) +a=a2.b +a0=Math.max(0,a) +d=Math.min(a2.c-d,o.a(A.t.prototype.ga5.call(b3)).b) +a=Math.min(a2.d-a,o.a(A.t.prototype.ga5.call(b3)).d) +a4=Math.floor(c)-4 +a5=Math.floor(a0)-4 +d=Math.ceil(c+d)+4 +a=Math.ceil(a0+a)+4 +a6=new A.A(a4,a5,d,a) +a7=A.kk() +a8=k+1 +a7.k2=new A.uf(k,b4) +a7.e=!0 +a7.b4=l +a0=f.b +b7=a0==null?b7:a0 +a7.RG=new A.cm(b7,f.f) +b7=b8.r +if(b7!=null){a9=b7.e8(a6) +if(a9.a>=a9.c||a9.b>=a9.d)b7=!(a4>=d||a5>=a) +else b7=!1 +a7.bs(B.hP,b7)}b0=A.aR("newChild") +b7=b3.fz +d=b7==null?b4:b7.a!==0 +if(d===!0){b7.toString +d=new A.bf(b7,A.k(b7).h("bf<1>")) +b1=d.ga6(d) +if(!b1.q())A.J(A.c3()) +b7=b7.B(0,b1.gG(b1)) +b7.toString +if(b0.b!==b0)A.J(A.ln(b0.a)) +b0.b=b7}else{b2=new A.o4() +b7=A.BH(b2,b3.a1G(b2)) +if(b0.b!==b0)A.J(A.ln(b0.a)) +b0.b=b7}if(b7===b0)A.J(A.ew(b0.a)) +J.aAR(b7,a7) +if(!b7.e.k(0,a6)){b7.e=a6 +b7.hz()}b7=b0.b +if(b7===b0)A.J(A.ew(b0.a)) +d=b7.a +d.toString +r.m(0,d,b7) +b7=b0.b +if(b7===b0)A.J(A.ew(b0.a)) +b5.push(b7) +k=a8 +l=a3}}b3.fz=r +b8.ln(0,b5,b9)}, +a1G(a){return new A.ah5(this,a)}, +mW(){this.AQ() +this.fz=null}} +A.ah7.prototype={ +$1(a){return a.y=null}, +$S:268} +A.ah8.prototype={ +$1(a){var s=a.x +s===$&&A.b() +return s.c!==B.dm}, +$S:269} +A.ah6.prototype={ +$2(a,b){return new A.I(a.cY(B.aU,1/0,a.gbW()),0)}, +$S:80} +A.ah4.prototype={ +$1(a){var s,r +if(a instanceof A.jA){s=a.b +$label0$0:{if(B.hs===s||B.ht===s||B.hu===s){r=!1 +break $label0$0}if(B.hv===s||B.hw===s||B.cf===s){r=!0 +break $label0$0}r=null}}else r=!0 +return r}, +$S:49} +A.ah5.prototype={ +$0(){var s=this.a,r=s.fz.i(0,this.b) +r.toString +s.qk(s,r.e)}, +$S:0} +A.md.prototype={ +gl(a){var s=this.x +s===$&&A.b() +return s}, +a8x(){var s=this,r=s.KT(),q=s.x +q===$&&A.b() +if(q.k(0,r))return +s.x=r +s.aE()}, +KT(){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.Dj +s=b.a +r=c.e.a +b=c.b +q=b.vW(new A.bg(s,B.m)) +p=s===r?q:b.vW(new A.bg(r,B.m)) +o=b.D +n=o.x +n.toString +m=s>r!==(B.ay===n) +l=A.k6(c.gfn().a,c.gfn().b,0) +l.kP(l) +k=A.c0(B.m,s,r,!1) +j=A.a([],t.AO) +for(b=b.kt(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.ol(e) +h.e=i?k.a:k.b}}l=g}s=l==null?n:l}l=h.Bh(s) +if(b)h.e=l +else h.d=l +s=l.a +p=h.a +if(s===p.b)return B.aC +if(s===p.a)return B.aR +return A.aji(h.gfn(),q)}, +Bh(a){var s,r=a.a,q=this.a,p=q.b +if(r<=p)s=r===p&&a.b===B.m +else s=!0 +if(s)return new A.bg(p,B.ap) +q=q.a +if(ro&&q.a.a>o)return B.aC}m.d=s +m.e=q.a +return B.aD}, +ol(a){var s,r,q,p,o=this.b +o.lI(t.k.a(A.t.prototype.ga5.call(o))) +s=o.D.b.a.a.ls(a) +r=A.aR("start") +q=A.aR("end") +o=a.a +p=s.b +if(o>p)r.b=q.b=new A.bg(o,B.m) +else{r.b=new A.bg(s.a,B.m) +q.b=new A.bg(p,B.ap)}o=r.aA() +return new A.a_8(q.aA(),o)}, +a48(a,b,c){var s,r,q,p,o,n,m,l=this,k=l.b,j=k.bi(0,null) +if(j.kP(j)===0)switch(c){case B.hM:case B.ev:return B.aR +case B.hN:case B.eu:return B.aC}s=A.bH(j,new A.i(a,0)).a +switch(c){case B.hM:case B.hN:if(b){k=l.e +k.toString +r=k}else{k=l.d +k.toString +r=k}q=l.a6i(r,!1,s) +p=q.a +o=q.b +break +case B.eu:case B.ev:n=l.e +if(n==null){n=new A.bg(l.a.b,B.ap) +l.e=n +r=n}else r=n +n=l.d +if(n==null){l.d=r +m=r}else m=n +p=k.eB(new A.i(s,k.vW(b?r:m).b-k.D.gcV()/2)) +o=B.aD +break +default:p=null +o=null}if(b)l.e=p +else l.d=p +return o}, +a4C(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.bg(l.a,B.m):new A.bg(l.b,B.ap) +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.aC +l=!a +if(l&&s.a===m.a.a)return B.aR +switch(c){case B.kT:l=m.a +q=m.Ci(s,a,new A.rN(B.c.T(m.c,l.a,l.b))) +p=B.aD +break +case B.a0s:l=m.b.D +o=l.f +o.toString +q=m.Ci(s,a,new A.vG(o,l.b.a.a).gSJ()) +p=B.aD +break +case B.a0t:q=m.a7t(s,a,new A.tS(m)) +p=B.aD +break +case B.a0u:o=m.a +n=o.a +o=o.b +q=m.Ci(s,a,new A.yi(B.c.T(m.c,n,o))) +if(a&&q.a===o)p=B.aC +else p=l&&q.a===n?B.aR:B.aD +break +default:p=null +q=null}if(b)m.e=q +else m.d=q +return p}, +Ci(a,b,c){var s,r=a.a +if(b){r=c.fj(r) +s=r==null?this.a.b:r}else{r=c.fh(r-1) +s=r==null?this.a.a:r}return new A.bg(s,B.m)}, +a7t(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.eG +r=o.a.a +s=new A.rN(o.c).fh(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.fj(q) +p=s==null?o.a.b:s}else{s=c.fh(q) +p=s==null?o.a.a:s}return new A.bg(p,B.m)}, +a6i(a,b,c){var s,r,q,p,o,n=this,m=n.b,l=m.D.rI(),k=m.kw(a,B.G),j=l.length,i=j-1 +for(s=k.b,r=0;rs){i=J.aAF(q) +break}}if(b&&i===l.length-1)p=new A.bg(n.a.b,B.ap) +else if(!b&&i===0)p=new A.bg(n.a.a,B.m) +else p=n.Bh(m.eB(new A.i(c,l[b?i+1:i-1].gjR()))) +m=p.a +j=n.a +if(m===j.a)o=B.aR +else o=m===j.b?B.aC:B.aD +return new A.bk(p,o,t.UH)}, +a97(a){var s,r,q,p,o=this +if(o.d==null||o.e==null)return!1 +s=A.aR("currentStart") +r=A.aR("currentEnd") +q=o.d +q.toString +p=o.e +p.toString +if(A.ayL(q,p)>0){s.b=q +r.b=p}else{s.b=p +r.b=q}return A.ayL(s.aA(),a)>=0&&A.ayL(r.aA(),a)<=0}, +bi(a,b){var s=A.k6(this.gfn().a,this.gfn().b,0) +s.ci(0,this.b.bi(0,b)) +return s}, +kn(a,b){if(this.b.y==null)return}, +gfn(){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.kt(A.c0(B.m,r,s.b,!1)) +if(q.length!==0){l=B.b.gL(q) +p=new A.A(l.a,l.b,l.c,l.d) +for(o=1;o=q)return r.a +s=this.AT(a) +r=this.A +q=r.a +if(!(q>=1/0))return A.H(s,q,r.b) +return s}, +bm(a){var s,r=this.A,q=r.d +if(q<1/0&&r.c>=q)return r.c +s=this.AS(a) +r=this.A +q=r.c +if(!(q>=1/0))return A.H(s,q,r.d) +return s}, +bJ(){var s=this,r=t.k.a(A.t.prototype.ga5.call(s)),q=s.k3$,p=s.A +if(q!=null){q.bZ(p.pf(r),!0) +q=s.k3$ +s.id=q.gv(q)}else s.id=p.pf(r).bC(B.F)}, +cs(a){var s=this.k3$,r=this.A +if(s!=null)return s.ku(r.pf(a)) +else return r.pf(a).bC(B.F)}} +A.QN.prototype={ +sajo(a,b){if(this.A===b)return +this.A=b +this.ae()}, +sajm(a,b){if(this.Z===b)return +this.Z=b +this.ae()}, +LP(a){var s,r,q=a.a,p=a.b +p=p<1/0?p:A.H(this.A,q,p) +s=a.c +r=a.d +return new A.aP(q,p,s,r<1/0?r:A.H(this.Z,s,r))}, +qK(a,b){var s=this.k3$ +if(s!=null)return a.bC(b.$2(s,this.LP(a))) +return this.LP(a).bC(B.F)}, +cs(a){return this.qK(a,A.oA())}, +bJ(){this.id=this.qK(t.k.a(A.t.prototype.ga5.call(this)),A.rl())}} +A.AY.prototype={ +sWh(a){return}, +sWg(a){return}, +bj(a){var s=this.k3$ +if(s==null)return 0 +return A.ay1(s.cY(B.aU,a,s.gbW()),this.A)}, +bm(a){var s,r=this +if(r.k3$==null)return 0 +if(!isFinite(a))a=r.bj(1/0) +s=r.k3$ +return A.ay1(s.cY(B.b1,a,s.gc2()),r.Z)}, +qK(a,b){var s=this.k3$ +if(s!=null){if(!(a.a>=a.b))a=a.zJ(A.ay1(s.cY(B.aU,a.d,s.gbW()),this.A)) +s=this.k3$ +s.toString +return b.$2(s,a)}else return new A.I(A.H(0,a.a,a.b),A.H(0,a.c,a.d))}, +cs(a){return this.qK(a,A.oA())}, +bJ(){this.id=this.qK(t.k.a(A.t.prototype.ga5.call(this)),A.rl())}} +A.QP.prototype={ +gjP(){return this.k3$!=null&&this.A>0}, +geO(){return this.k3$!=null&&this.A>0}, +seU(a,b){var s,r,q,p,o=this +if(o.Z===b)return +s=o.k3$!=null +r=s&&o.A>0 +q=o.A +o.Z=b +p=B.d.am(A.H(b,0,1)*255) +o.A=p +if(r!==(s&&p>0))o.kf() +o.SE() +if(q!==0!==(o.A!==0)&&!0)o.b6()}, +sxi(a){return}, +nC(a){return this.A>0}, +pY(a){var s=a==null?A.axQ():a +s.sDD(0,this.A) +return s}, +aJ(a,b){if(this.k3$==null||this.A===0)return +this.j_(a,b)}, +h2(a){var s,r=this.k3$ +if(r!=null)s=this.A!==0||!1 +else s=!1 +if(s){r.toString +a.$1(r)}}} +A.AO.prototype={ +geO(){if(this.k3$!=null){var s=this.ES$ +s.toString}else s=!1 +return s}, +pY(a){var s=a==null?A.axQ():a +s.sDD(0,this.pj$) +return s}, +seU(a,b){var s=this,r=s.m3$ +if(r===b)return +if(s.y!=null&&r!=null)r.J(0,s.gwW()) +s.m3$=b +if(s.y!=null)b.U(0,s.gwW()) +s.Dk()}, +sxi(a){if(!1===this.ET$)return +this.ET$=!1 +this.b6()}, +Dk(){var s,r=this,q=r.pj$,p=r.m3$ +p=r.pj$=B.d.am(A.H(p.gl(p),0,1)*255) +if(q!==p){s=r.ES$ +p=p>0 +r.ES$=p +if(r.k3$!=null&&s!==p)r.kf() +r.SE() +if(q===0||r.pj$===0)r.b6()}}, +nC(a){var s=this.m3$ +return s.gl(s)>0}, +h2(a){var s,r=this.k3$ +if(r!=null)if(this.pj$===0){s=this.ET$ +s.toString}else s=!0 +else s=!1 +if(s){r.toString +a.$1(r)}}} +A.AN.prototype={} +A.QB.prototype={ +syb(a,b){if(this.A.k(0,b))return +this.A=b +this.aL()}, +sds(a){if(this.Z===a)return +this.Z=a +this.aL()}, +gjP(){return this.k3$!=null}, +aJ(a,b){var s,r,q,p=this +if(p.k3$!=null){s=t.m2 +if(s.a(A.t.prototype.gaI.call(p,p))==null)p.ch.saI(0,A.aB3(null)) +s.a(A.t.prototype.gaI.call(p,p)).syb(0,p.A) +r=s.a(A.t.prototype.gaI.call(p,p)) +q=p.Z +if(q!==r.k4){r.k4=q +r.eQ()}s=s.a(A.t.prototype.gaI.call(p,p)) +s.toString +a.mm(s,A.eP.prototype.geV.call(p),b)}else p.ch.saI(0,null)}} +A.y6.prototype={ +U(a,b){return null}, +J(a,b){return null}, +j(a){return"CustomClipper"}} +A.nT.prototype={ +A0(a){return this.b.dD(new A.A(0,0,0+a.a,0+a.b),this.c)}, +Aq(a){if(A.r(a)!==B.a5L)return!0 +t.jH.a(a) +return!a.b.k(0,this.b)||a.c!=this.c}} +A.wr.prototype={ +soR(a){var s,r=this,q=r.A +if(q==a)return +r.A=a +s=a==null +if(s||q==null||A.r(a)!==A.r(q)||a.Aq(q))r.on() +if(r.y!=null){if(q!=null)q.J(0,r.gw6()) +if(!s)a.U(0,r.gw6())}}, +aj(a){var s +this.qw(a) +s=this.A +if(s!=null)s.U(0,this.gw6())}, +ab(a){var s=this.A +if(s!=null)s.J(0,this.gw6()) +this.mH(0)}, +on(){this.Z=null +this.aL() +this.b6()}, +smX(a){if(a!==this.ak){this.ak=a +this.aL()}}, +bJ(){var s=this,r=s.id!=null?s.gv(s):null +s.qs() +if(!J.d(r,s.gv(s)))s.Z=null}, +jK(){var s,r=this +if(r.Z==null){s=r.A +s=s==null?null:s.A0(r.gv(r)) +r.Z=s==null?r.gqM():s}}, +m1(a){var s,r=this +switch(r.ak.a){case 0:return null +case 1:case 2:case 3:if(r.A==null)s=null +else{s=r.gv(r) +s=new A.A(0,0,0+s.a,0+s.b)}if(s==null){s=r.gv(r) +s=new A.A(0,0,0+s.a,0+s.b)}return s}}, +n(){this.ei=null +this.hv()}} +A.QF.prototype={ +gqM(){var s=this.gv(this) +return new A.A(0,0,0+s.a,0+s.b)}, +cg(a,b){var s=this +if(s.A!=null){s.jK() +if(!s.Z.t(0,b))return!1}return s.jG(a,b)}, +aJ(a,b){var s,r,q=this,p=q.k3$ +if(p!=null){s=q.ch +if(q.ak!==B.I){q.jK() +p=q.cx +p===$&&A.b() +r=q.Z +r.toString +s.saI(0,a.nG(p,b,r,A.eP.prototype.geV.call(q),q.ak,t.VX.a(s.a)))}else{a.dO(p,b) +s.saI(0,null)}}else q.ch.saI(0,null)}} +A.QE.prototype={ +sDO(a,b){if(this.bS.k(0,b))return +this.bS=b +this.on()}, +sc_(a){if(this.cN==a)return +this.cN=a +this.on()}, +gqM(){var s=this.bS,r=this.gv(this) +return s.d6(new A.A(0,0,0+r.a,0+r.b))}, +cg(a,b){var s=this +if(s.A!=null){s.jK() +if(!s.Z.t(0,b))return!1}return s.jG(a,b)}, +aJ(a,b){var s,r,q=this,p=q.k3$ +if(p!=null){s=q.ch +if(q.ak!==B.I){q.jK() +p=q.cx +p===$&&A.b() +r=q.Z +s.saI(0,a.Td(p,b,new A.A(r.a,r.b,r.c,r.d),r,A.eP.prototype.geV.call(q),q.ak,t.eG.a(s.a)))}else{a.dO(p,b) +s.saI(0,null)}}else q.ch.saI(0,null)}} +A.QD.prototype={ +gqM(){var s=$.a7().bd(),r=this.gv(this) +s.mS(new A.A(0,0,0+r.a,0+r.b)) +return s}, +cg(a,b){var s=this +if(s.A!=null){s.jK() +if(!s.Z.t(0,b))return!1}return s.jG(a,b)}, +aJ(a,b){var s,r,q,p=this,o=p.k3$ +if(o!=null){s=p.ch +if(p.ak!==B.I){p.jK() +o=p.cx +o===$&&A.b() +r=p.gv(p) +q=p.Z +q.toString +s.saI(0,a.Ga(o,b,new A.A(0,0,0+r.a,0+r.b),q,A.eP.prototype.geV.call(p),p.ak,t.JG.a(s.a)))}else{a.dO(o,b) +s.saI(0,null)}}else p.ch.saI(0,null)}} +A.ER.prototype={ +sf6(a,b){if(this.bS===b)return +this.bS=b +this.aL()}, +sd9(a,b){if(this.cN.k(0,b))return +this.cN=b +this.aL()}, +sa4(a,b){if(this.d1.k(0,b))return +this.d1=b +this.aL()}, +eL(a){this.h5(a) +a.sf6(0,this.bS)}} +A.QQ.prototype={ +scX(a,b){if(this.EU===b)return +this.EU=b +this.on()}, +sDO(a,b){if(J.d(this.EV,b))return +this.EV=b +this.on()}, +gqM(){var s,r,q=this,p=q.gv(q),o=0+p.a +p=0+p.b +switch(q.EU.a){case 0:s=q.EV +if(s==null)s=B.a_ +return s.d6(new A.A(0,0,o,p)) +case 1:s=(o-0)/2 +r=(p-0)/2 +return new A.ie(0,0,o,p,s,r,s,r,s,r,s,r,s===r)}}, +cg(a,b){var s=this +if(s.A!=null){s.jK() +if(!s.Z.t(0,b))return!1}return s.jG(a,b)}, +aJ(a,b){var s,r,q,p,o,n,m,l,k,j=this +if(j.k3$==null){j.ch.saI(0,null) +return}j.jK() +s=j.Z.cd(b) +r=$.a7() +q=r.bd() +q.hc(s) +p=a.gbK(a) +o=j.bS +if(o!==0&&!0){n=j.cN +m=j.d1 +p.EF(q,n,o,(m.gl(m)>>>24&255)!==255)}l=j.ak===B.cY +if(!l){r=r.al() +r.sa4(0,j.d1) +p.dK(s,r)}r=j.cx +r===$&&A.b() +o=j.gv(j) +n=j.Z +n.toString +m=j.ch +k=t.eG.a(m.a) +m.saI(0,a.Td(r,b,new A.A(0,0,0+o.a,0+o.b),n,new A.ah9(j,l),j.ak,k))}} +A.ah9.prototype={ +$2(a,b){var s,r +if(this.b){s=a.gbK(a) +r=$.a7().al() +r.sa4(0,this.a.d1) +s.R5(r)}this.a.j_(a,b)}, +$S:9} +A.QR.prototype={ +gqM(){var s=$.a7().bd(),r=this.gv(this) +s.mS(new A.A(0,0,0+r.a,0+r.b)) +return s}, +cg(a,b){var s=this +if(s.A!=null){s.jK() +if(!s.Z.t(0,b))return!1}return s.jG(a,b)}, +aJ(a,b){var s,r,q,p,o,n,m,l,k=this +if(k.k3$==null){k.ch.saI(0,null) +return}k.jK() +s=k.Z.cd(b) +r=a.gbK(a) +q=k.bS +if(q!==0&&!0){p=k.cN +o=k.d1 +r.EF(s,p,q,(o.gl(o)>>>24&255)!==255)}n=k.ak===B.cY +if(!n){q=$.a7().al() +q.sa4(0,k.d1) +r.d0(s,q)}q=k.cx +q===$&&A.b() +p=k.gv(k) +o=k.Z +o.toString +m=k.ch +l=t.JG.a(m.a) +m.saI(0,a.Ga(q,b,new A.A(0,0,0+p.a,0+p.b),o,new A.aha(k,n),k.ak,l))}} +A.aha.prototype={ +$2(a,b){var s,r +if(this.b){s=a.gbK(a) +r=$.a7().al() +r.sa4(0,this.a.d1) +s.R5(r)}this.a.j_(a,b)}, +$S:9} +A.L_.prototype={ +K(){return"DecorationPosition."+this.b}} +A.QG.prototype={ +safc(a){var s,r=this +if(a.k(0,r.Z))return +s=r.A +if(s!=null)s.n() +r.A=null +r.Z=a +r.aL()}, +sbN(a,b){if(b===this.ak)return +this.ak=b +this.aL()}, +sxy(a){if(a.k(0,this.bp))return +this.bp=a +this.aL()}, +ab(a){var s=this,r=s.A +if(r!=null)r.n() +s.A=null +s.mH(0) +s.aL()}, +k6(a){var s=this +return s.Z.Fi(s.gv(s),a,s.bp.d)}, +aJ(a,b){var s,r,q,p=this +if(p.A==null)p.A=p.Z.E8(p.gdi()) +s=p.bp +r=p.gv(p) +q=new A.tC(s.a,s.b,s.c,s.d,r,s.f) +if(p.ak===B.c0){s=p.A +s.toString +s.la(a.gbK(a),b,q) +if(p.Z.gyz())a.HL()}p.j_(a,b) +if(p.ak===B.Ip){s=p.A +s.toString +s.la(a.gbK(a),b,q) +if(p.Z.gyz())a.HL()}}} +A.QY.prototype={ +sSX(a,b){return}, +sj8(a){var s=this +if(J.d(s.Z,a))return +s.Z=a +s.aL() +s.b6()}, +sc_(a){var s=this +if(s.ak==a)return +s.ak=a +s.aL() +s.b6()}, +gjP(){return this.k3$!=null&&this.df!=null}, +sbR(a,b){var s,r=this +if(J.d(r.ei,b))return +s=new A.aN(new Float64Array(16)) +s.dE(b) +r.ei=s +r.aL() +r.b6()}, +syc(a){var s,r,q=this,p=q.df +if(p==a)return +s=q.k3$!=null +r=s&&p!=null +q.df=a +if(r!==(s&&a!=null))q.kf() +q.aL()}, +gBD(){var s,r,q=this,p=q.Z,o=p==null?null:p.af(q.ak) +if(o==null)return q.ei +s=new A.aN(new Float64Array(16)) +s.bl() +r=o.xh(q.gv(q)) +s.ba(0,r.a,r.b) +p=q.ei +p.toString +s.ci(0,p) +s.ba(0,-r.a,-r.b) +return s}, +cg(a,b){return this.cQ(a,b)}, +cQ(a,b){var s=this.bp?this.gBD():null +return a.xd(new A.ahn(this),b,s)}, +aJ(a2,a3){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0,a1=this +if(a1.k3$!=null){s=a1.gBD() +s.toString +if(a1.df==null){r=A.axF(s) +if(r==null){q=s.a +p=q[0] +o=q[5] +n=q[1] +m=q[4] +l=p*o-n*m +k=q[6] +j=q[2] +i=p*k-j*m +h=q[7] +g=q[3] +f=p*h-g*m +e=n*k-j*o +d=n*h-g*o +c=j*h-g*k +k=q[8] +g=q[9] +h=q[10] +j=q[11] +b=-(g*c-h*d+j*e)*q[12]+(k*c-h*f+j*i)*q[13]-(k*d-g*f+j*l)*q[14]+(k*e-g*i+h*l)*q[15] +if(b===0||!isFinite(b)){a1.ch.saI(0,null) +return}q=a1.cx +q===$&&A.b() +p=A.eP.prototype.geV.call(a1) +o=a1.ch +n=o.a +o.saI(0,a2.ui(q,a3,s,p,n instanceof A.vs?n:null))}else{a1.j_(a2,a3.X(0,r)) +a1.ch.saI(0,null)}}else{q=a3.a +p=a3.b +a=A.k6(q,p,0) +a.ci(0,s) +a.ba(0,-q,-p) +p=a1.df +p.toString +a0=A.aCM(a.a,p) +s=a1.ch +q=s.a +if(q instanceof A.z2){if(!a0.k(0,q.b4)){q.b4=a0 +q.eQ()}}else s.saI(0,new A.z2(a0,B.f,A.w(t.S,t.M),A.ar())) +s=s.a +s.toString +a2.mm(s,A.eP.prototype.geV.call(a1),a3)}}}, +dd(a,b){var s=this.gBD() +s.toString +b.ci(0,s)}} +A.ahn.prototype={ +$2(a,b){return this.a.vo(a,b)}, +$S:10} +A.QJ.prototype={ +sam9(a){var s=this +if(s.A.k(0,a))return +s.A=a +s.aL() +s.b6()}, +cg(a,b){return this.cQ(a,b)}, +cQ(a,b){var s=this,r=s.Z?new A.i(s.A.a*s.gv(s).a,s.A.b*s.gv(s).b):null +return a.lS(new A.agW(s),r,b)}, +aJ(a,b){var s=this +if(s.k3$!=null)s.j_(a,new A.i(b.a+s.A.a*s.gv(s).a,b.b+s.A.b*s.gv(s).b))}, +dd(a,b){var s=this +b.ba(0,s.A.a*s.gv(s).a,s.A.b*s.gv(s).b)}} +A.agW.prototype={ +$2(a,b){return this.a.vo(a,b)}, +$S:10} +A.QS.prototype={ +rJ(a){return new A.I(A.H(1/0,a.a,a.b),A.H(1/0,a.c,a.d))}, +jh(a,b){var s,r=this,q=null +if(t.c.b(a)){s=r.cT +return s==null?q:s.$1(a)}if(t.n2.b(a))return q +if(t.oN.b(a)){s=r.c3 +return s==null?q:s.$1(a)}if(t.XA.b(a))return q +if(t.Ko.b(a)){s=r.bS +return s==null?q:s.$1(a)}if(t.w5.b(a)){s=r.cN +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.iq +return s==null?q:s.$1(a)}}} +A.B_.prototype={ +cg(a,b){return this.XN(a,b)&&!0}, +jh(a,b){var s=this.c3 +if(s!=null&&t.XA.b(a))return s.$1(a)}, +gQB(a){return this.bS}, +gGL(){return this.cN}, +aj(a){this.qw(a) +this.cN=!0}, +ab(a){this.cN=!1 +this.mH(0)}, +rJ(a){return new A.I(A.H(1/0,a.a,a.b),A.H(1/0,a.c,a.d))}, +$ik8:1, +gFR(a){return this.er}, +gFT(a){return this.cU}} +A.QV.prototype={ +geO(){return!0}} +A.AX.prototype={ +sS4(a){if(a===this.A)return +this.A=a +this.b6()}, +sFk(a){return}, +cg(a,b){return!this.A&&this.jG(a,b)}, +h2(a){this.qr(a)}, +eL(a){var s +this.h5(a) +if(this.A)s=!0 +else s=!1 +a.b=s}} +A.B0.prototype={ +syV(a){var s=this +if(a===s.A)return +s.A=a +s.ae() +s.tW()}, +bj(a){if(this.A)return 0 +return this.AT(a)}, +bm(a){if(this.A)return 0 +return this.AS(a)}, +hH(a){if(this.A)return null +return this.Z8(a)}, +gkA(){return this.A}, +cs(a){if(this.A)return new A.I(A.H(0,a.a,a.b),A.H(0,a.c,a.d)) +return this.XM(a)}, +pM(){this.XA()}, +bJ(){var s,r=this +if(r.A){s=r.k3$ +if(s!=null)s.hS(t.k.a(A.t.prototype.ga5.call(r)))}else r.qs()}, +cg(a,b){return!this.A&&this.jG(a,b)}, +nC(a){return!this.A}, +aJ(a,b){if(this.A)return +this.j_(a,b)}, +h2(a){if(this.A)return +this.qr(a)}} +A.AM.prototype={ +sPf(a){if(this.A===a)return +this.A=a +this.b6()}, +sFk(a){return}, +cg(a,b){var s=this +return s.A?s.gv(s).t(0,b):s.jG(a,b)}, +h2(a){this.qr(a)}, +eL(a){var s +this.h5(a) +if(this.A)s=!0 +else s=!1 +a.b=s}} +A.lI.prototype={ +samp(a){if(A.a3E(a,this.cT))return +this.cT=a +this.b6()}, +smi(a){var s,r=this +if(J.d(r.er,a))return +s=r.er +r.er=a +if(a!=null!==(s!=null))r.b6()}, +smh(a){var s,r=this +if(J.d(r.c3,a))return +s=r.c3 +r.c3=a +if(a!=null!==(s!=null))r.b6()}, +sSR(a){var s,r=this +if(J.d(r.cU,a))return +s=r.cU +r.cU=a +if(a!=null!==(s!=null))r.b6()}, +sSW(a){var s,r=this +if(J.d(r.bS,a))return +s=r.bS +r.bS=a +if(a!=null!==(s!=null))r.b6()}, +eL(a){var s,r=this +r.h5(a) +if(r.er!=null){s=r.cT +s=s==null||s.t(0,B.hO)}else s=!1 +if(s)a.smi(r.er) +if(r.c3!=null){s=r.cT +s=s==null||s.t(0,B.Dl)}else s=!1 +if(s)a.smh(r.c3) +if(r.cU!=null){s=r.cT +if(s==null||s.t(0,B.eA))a.sz8(r.ga8Z()) +s=r.cT +if(s==null||s.t(0,B.ez))a.sz7(r.ga8X())}if(r.bS!=null){s=r.cT +if(s==null||s.t(0,B.ex))a.sz9(r.ga90()) +s=r.cT +if(s==null||s.t(0,B.ey))a.sz6(r.ga8V())}}, +a8Y(){var s,r,q,p=this +if(p.cU!=null){s=p.gv(p).a*-0.8 +r=p.cU +r.toString +q=p.gv(p).jU(B.f) +q=A.bH(p.bi(0,null),q) +r.$1(new A.jV(null,new A.i(s,0),s,q))}}, +a9_(){var s,r,q,p=this +if(p.cU!=null){s=p.gv(p).a*0.8 +r=p.cU +r.toString +q=p.gv(p).jU(B.f) +q=A.bH(p.bi(0,null),q) +r.$1(new A.jV(null,new A.i(s,0),s,q))}}, +a91(){var s,r,q,p=this +if(p.bS!=null){s=p.gv(p).b*-0.8 +r=p.bS +r.toString +q=p.gv(p).jU(B.f) +q=A.bH(p.bi(0,null),q) +r.$1(new A.jV(null,new A.i(0,s),s,q))}}, +a8W(){var s,r,q,p=this +if(p.bS!=null){s=p.gv(p).b*0.8 +r=p.bS +r.toString +q=p.gv(p).jU(B.f) +q=A.bH(p.bi(0,null),q) +r.$1(new A.jV(null,new A.i(0,s),s,q))}}} +A.B5.prototype={ +sTa(a){var s=this +if(s.A===a)return +s.A=a +s.Ox(a) +s.b6()}, +sQa(a){if(this.Z===a)return +this.Z=a +this.b6()}, +safZ(a){if(this.ak===a)return +this.ak=a +this.b6()}, +safU(a){if(this.bp===a)return +this.bp=a +this.b6()}, +sade(a){return}, +Ox(a){var s=this,r=a.go +r=a.fy +r=r==null?null:new A.cm(r,B.ae) +s.df=r +r=a.k1 +r=a.id +r=r==null?null:new A.cm(r,B.ae) +s.hO=r +s.fW=null +s.hk=null +s.m8=null}, +sc_(a){if(this.ix==a)return +this.ix=a +this.b6()}, +h2(a){if(this.bp)return +this.qr(a)}, +eL(a){var s,r,q=this +q.h5(a) +a.a=q.Z +a.c=q.ak +a.b=!1 +s=q.A.a +if(s!=null){a.bs(B.kD,!0) +a.bs(B.kB,s)}s=q.A.r +if(s!=null)a.bs(B.Dx,s) +s=q.A.z +if(s!=null)a.bs(B.Dw,s) +s=q.A.x +if(s!=null)a.bs(B.Du,s) +s=q.A.at +if(s!=null)a.bs(B.Ds,s) +s=q.A.ax +if(s!=null)a.bs(B.kC,s) +s=q.df +if(s!=null){a.RG=s +a.e=!0}s=q.hO +if(s!=null){a.rx=s +a.e=!0}s=q.fW +if(s!=null){a.ry=s +a.e=!0}s=q.hk +if(s!=null){a.to=s +a.e=!0}s=q.m8 +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.bs(B.Dr,s) +s=q.A.db +if(s!=null)a.bs(B.Dt,s) +s=q.ix +if(s!=null){a.b4=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.DB(s) +if(q.A.ry!=null)a.smi(q.ga93()) +if(q.A.to!=null)a.smh(q.ga8Q()) +if(q.A.bc!=null)a.sz_(q.ga8N()) +if(q.A.bo!=null)a.syW(0,q.ga8H()) +if(q.A.av!=null)a.syX(0,q.ga8J()) +if(q.A.aM!=null)a.sz5(0,q.ga8S()) +if(q.A.az!=null)a.syZ(q.ga8L())}, +a94(){var s=this.A.ry +if(s!=null)s.$0()}, +a8R(){var s=this.A.to +if(s!=null)s.$0()}, +a8O(){var s=this.A.bc +if(s!=null)s.$0()}, +a8I(){var s=this.A.bo +if(s!=null)s.$0()}, +a8K(){var s=this.A.av +if(s!=null)s.$0()}, +a8T(){var s=this.A.aM +if(s!=null)s.$0()}, +a8M(){var s=this.A.az +if(s!=null)s.$0()}} +A.QC.prototype={ +sadf(a){return}, +eL(a){this.h5(a) +a.d=!0}} +A.QO.prototype={ +eL(a){this.h5(a) +a.e=a.p4=a.a=!0}} +A.QH.prototype={ +safV(a){if(a===this.A)return +this.A=a +this.b6()}, +h2(a){if(this.A)return +this.qr(a)}} +A.QK.prototype={ +sai4(a,b){if(b===this.A)return +this.A=b +this.b6()}, +eL(a){this.h5(a) +a.k3=this.A +a.e=!0}} +A.QM.prototype={ +snt(a){var s=this,r=s.A +if(r===a)return +r.d=null +s.A=a +r=s.Z +if(r!=null)a.d=r +s.aL()}, +gjP(){return!0}, +bJ(){var s=this +s.qs() +s.Z=s.gv(s) +s.A.d=s.gv(s)}, +aJ(a,b){var s=this.ch,r=s.a,q=this.A +if(r==null)s.saI(0,A.axA(q,b)) +else{t.rf.a(r) +r.snt(q) +r.ski(0,b)}s=s.a +s.toString +a.mm(s,A.eP.prototype.geV.call(this),B.f)}} +A.QI.prototype={ +snt(a){if(this.A===a)return +this.A=a +this.aL()}, +sVY(a){if(this.Z===a)return +this.Z=a +this.aL()}, +ski(a,b){if(this.ak.k(0,b))return +this.ak=b +this.aL()}, +saiS(a){if(this.bp.k(0,a))return +this.bp=a +this.aL()}, +sagl(a){if(this.ei.k(0,a))return +this.ei=a +this.aL()}, +ab(a){this.ch.saI(0,null) +this.mH(0)}, +gjP(){return!0}, +GY(){var s=t.RC.a(A.t.prototype.gaI.call(this,this)) +s=s==null?null:s.H4() +if(s==null){s=new A.aN(new Float64Array(16)) +s.bl()}return s}, +cg(a,b){if(this.A.a==null&&!this.Z)return!1 +return this.cQ(a,b)}, +cQ(a,b){return a.xd(new A.agV(this),b,this.GY())}, +aJ(a,b){var s,r=this,q=r.A.d,p=q==null?r.ak:r.bp.xh(q).a1(0,r.ei.xh(r.gv(r))).X(0,r.ak),o=t.RC +if(o.a(A.t.prototype.gaI.call(r,r))==null)r.ch.saI(0,new A.yL(r.A,r.Z,b,p,A.w(t.S,t.M),A.ar())) +else{s=o.a(A.t.prototype.gaI.call(r,r)) +if(s!=null){s.k3=r.A +s.k4=r.Z +s.p1=p +s.ok=b}}o=o.a(A.t.prototype.gaI.call(r,r)) +o.toString +a.pP(o,A.eP.prototype.geV.call(r),B.f,B.Zd)}, +dd(a,b){b.ci(0,this.GY())}} +A.agV.prototype={ +$2(a,b){return this.a.vo(a,b)}, +$S:10} +A.AP.prototype={ +sl(a,b){if(this.A.k(0,b))return +this.A=b +this.aL()}, +sW2(a){return}, +aJ(a,b){var s=this,r=s.A,q=s.gv(s) +a.mm(new A.xa(r,q,b,A.w(t.S,t.M),A.ar(),s.$ti.h("xa<1>")),A.eP.prototype.geV.call(s),b)}, +gjP(){return!0}} +A.a_c.prototype={ +aj(a){var s=this +s.qw(a) +s.m3$.U(0,s.gwW()) +s.Dk()}, +ab(a){this.m3$.J(0,this.gwW()) +this.mH(0)}, +aJ(a,b){if(this.pj$===0)return +this.j_(a,b)}} +A.ES.prototype={ +aj(a){var s +this.eb(a) +s=this.k3$ +if(s!=null)s.aj(a)}, +ab(a){var s +this.ec(0) +s=this.k3$ +if(s!=null)s.ab(0)}} +A.ET.prototype={ +hH(a){var s=this.k3$ +s=s==null?null:s.lo(a) +return s==null?this.vn(a):s}} +A.B4.prototype={ +salb(a){if(this.D===a)return +this.D=a +this.ae()}, +bj(a){var s=this.k3$ +if(s==null)return 0 +return(this.D&1)===1?s.cY(B.b1,a,s.gc2()):s.cY(B.aU,a,s.gbW())}, +bm(a){var s=this.k3$ +if(s==null)return 0 +return(this.D&1)===1?s.cY(B.aU,a,s.gbW()):s.cY(B.b1,a,s.gc2())}, +cs(a){var s,r=this.k3$ +if(r==null)return new A.I(A.H(0,a.a,a.b),A.H(0,a.c,a.d)) +s=r.ku((this.D&1)===1?a.gRt():a) +return(this.D&1)===1?new A.I(s.b,s.a):s}, +bJ(){var s,r,q,p=this +p.ag=null +s=p.k3$ +if(s!=null){r=t.k +s.bZ((p.D&1)===1?r.a(A.t.prototype.ga5.call(p)).gRt():r.a(A.t.prototype.ga5.call(p)),!0) +s=p.D +r=p.k3$ +if((s&1)===1){s=r.gv(r) +r=p.k3$ +r=new A.I(s.b,r.gv(r).a) +s=r}else s=r.gv(r) +p.id=s +s=new A.aN(new Float64Array(16)) +s.bl() +s.ba(0,p.gv(p).a/2,p.gv(p).b/2) +s.zE(1.5707963267948966*B.e.c0(p.D,4)) +r=p.k3$ +r=r.gv(r) +q=p.k3$ +s.ba(0,-r.a/2,-q.gv(q).b/2) +p.ag=s}else{s=t.k.a(A.t.prototype.ga5.call(p)) +p.id=new A.I(A.H(0,s.a,s.b),A.H(0,s.c,s.d))}}, +cQ(a,b){var s=this +if(s.k3$==null||s.ag==null)return!1 +return a.xd(new A.ahb(s),b,s.ag)}, +a8q(a,b){var s=this.k3$ +s.toString +a.dO(s,b)}, +aJ(a,b){var s,r,q=this,p=q.aK +if(q.k3$!=null){s=q.cx +s===$&&A.b() +r=q.ag +r.toString +p.saI(0,a.ui(s,b,r,q.ga8p(),p.a))}else p.saI(0,null)}, +n(){this.aK.saI(0,null) +this.hv()}, +dd(a,b){var s=this.ag +if(s!=null)b.ci(0,s) +this.Xz(a,b)}} +A.ahb.prototype={ +$2(a,b){return this.a.k3$.cg(a,b)}, +$S:10} +A.a_r.prototype={ +aj(a){var s +this.eb(a) +s=this.k3$ +if(s!=null)s.aj(a)}, +ab(a){var s +this.ec(0) +s=this.k3$ +if(s!=null)s.ab(0)}} +A.nQ.prototype={ +K(){return"SelectionResult."+this.b}} +A.eg.prototype={$iae:1} +A.RE.prototype={ +snH(a){var s=this,r=s.pl$ +if(a==r)return +if(a==null)s.J(0,s.gNm()) +else if(r==null)s.U(0,s.gNm()) +s.Nl() +s.pl$=a +s.Nn()}, +Nn(){var s=this +if(s.pl$==null){s.nb$=!1 +return}if(s.nb$&&!s.gl(s).e){s.pl$.B(0,s) +s.nb$=!1}else if(!s.nb$&&s.gl(s).e){s.pl$.E(0,s) +s.nb$=!0}}, +Nl(){var s=this +if(s.nb$){s.pl$.B(0,s) +s.nb$=!1}}} +A.BF.prototype={ +K(){return"SelectionEventType."+this.b}} +A.vk.prototype={ +K(){return"TextGranularity."+this.b}} +A.ajd.prototype={} +A.xI.prototype={} +A.BE.prototype={} +A.uX.prototype={ +K(){return"SelectionExtendDirection."+this.b}} +A.BG.prototype={ +K(){return"SelectionStatus."+this.b}} +A.nP.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.nP&&J.d(b.a,s.a)&&J.d(b.b,s.b)&&b.d===s.d&&b.c===s.c&&b.e===s.e}, +gu(a){var s=this +return A.K(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.qt.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.qt&&b.a.k(0,s.a)&&b.b===s.b&&b.c===s.c}, +gu(a){return A.K(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.Cn.prototype={ +K(){return"TextSelectionHandleType."+this.b}} +A.a08.prototype={} +A.qf.prototype={ +bj(a){var s=this.k3$ +s=s==null?null:s.cY(B.aU,a,s.gbW()) +return s==null?0:s}, +bm(a){var s=this.k3$ +s=s==null?null:s.cY(B.b1,a,s.gc2()) +return s==null?0:s}, +hH(a){var s,r,q=this.k3$ +if(q!=null){s=q.lo(a) +r=q.b +r.toString +t.r.a(r) +if(s!=null)s+=r.a.b}else s=this.vn(a) +return s}, +aJ(a,b){var s,r=this.k3$ +if(r!=null){s=r.b +s.toString +a.dO(r,t.r.a(s).a.X(0,b))}}, +cQ(a,b){var s,r=this.k3$ +if(r!=null){s=r.b +s.toString +t.r.a(s) +return a.lS(new A.ahc(b,s,r),s.a,b)}return!1}} +A.ahc.prototype={ +$2(a,b){return this.c.cg(a,b)}, +$S:10} +A.B1.prototype={ +ot(){var s=this +if(s.A!=null)return +s.A=s.Z.af(s.ak)}, +sdl(a,b){var s=this +if(s.Z.k(0,b))return +s.Z=b +s.A=null +s.ae()}, +sc_(a){var s=this +if(s.ak==a)return +s.ak=a +s.A=null +s.ae()}, +bj(a){var s,r,q,p +this.ot() +s=this.A +r=s.a+s.c +q=s.b +s=s.d +p=this.k3$ +if(p!=null)return p.cY(B.aU,Math.max(0,a-(q+s)),p.gbW())+r +return r}, +bm(a){var s,r,q,p +this.ot() +s=this.A +r=s.a +q=s.c +p=s.b+s.d +s=this.k3$ +if(s!=null)return s.cY(B.b1,Math.max(0,a-(r+q)),s.gc2())+p +return p}, +cs(a){var s,r,q,p=this +p.ot() +if(p.k3$==null){s=p.A +return a.bC(new A.I(s.a+s.c,s.b+s.d))}s=p.A +s.toString +r=a.QK(s) +q=p.k3$.ku(r) +s=p.A +return a.bC(new A.I(s.a+q.a+s.c,s.b+q.b+s.d))}, +bJ(){var s,r,q,p,o,n,m=this,l=t.k.a(A.t.prototype.ga5.call(m)) +m.ot() +if(m.k3$==null){s=m.A +m.id=l.bC(new A.I(s.a+s.c,s.b+s.d)) +return}s=m.A +s.toString +r=l.QK(s) +m.k3$.bZ(r,!0) +s=m.k3$ +q=s.b +q.toString +t.r.a(q) +p=m.A +o=p.a +q.a=new A.i(o,p.b) +s=s.gv(s) +p=m.A +q=p.c +p=p.b +n=m.k3$ +m.id=l.bC(new A.I(o+s.a+q,p+n.gv(n).b+m.A.d))}} +A.Qz.prototype={ +ot(){var s=this +if(s.A!=null)return +s.A=s.Z.af(s.ak)}, +sj8(a){var s=this +if(s.Z.k(0,a))return +s.Z=a +s.A=null +s.ae()}, +sc_(a){var s=this +if(s.ak==a)return +s.ak=a +s.A=null +s.ae()}, +xf(){var s,r,q,p,o=this +o.ot() +s=o.k3$.b +s.toString +t.r.a(s) +r=o.A +r.toString +q=o.gv(o) +p=o.k3$ +s.a=r.mT(t.o.a(q.a1(0,p.gv(p))))}} +A.QT.prototype={ +samx(a){if(this.c3==a)return +this.c3=a +this.ae()}, +sahL(a){if(this.cU==a)return +this.cU=a +this.ae()}, +cs(a){var s,r,q=this,p=q.c3!=null||a.b===1/0,o=q.cU!=null||a.d===1/0,n=q.k3$ +if(n!=null){s=n.ku(new A.aP(0,a.b,0,a.d)) +if(p){n=q.c3 +if(n==null)n=1 +n=s.a*n}else n=1/0 +if(o){r=q.cU +if(r==null)r=1 +r=s.b*r}else r=1/0 +return a.bC(new A.I(n,r))}n=p?0:1/0 +return a.bC(new A.I(n,o?0:1/0))}, +bJ(){var s,r,q=this,p=t.k.a(A.t.prototype.ga5.call(q)),o=q.c3!=null||p.b===1/0,n=q.cU!=null||p.d===1/0,m=q.k3$ +if(m!=null){m.bZ(new A.aP(0,p.b,0,p.d),!0) +if(o){m=q.k3$ +m=m.gv(m) +s=q.c3 +if(s==null)s=1 +s=m.a*s +m=s}else m=1/0 +if(n){s=q.k3$ +s=s.gv(s) +r=q.cU +if(r==null)r=1 +r=s.b*r +s=r}else s=1/0 +q.id=p.bC(new A.I(m,s)) +q.xf()}else{m=o?0:1/0 +q.id=p.bC(new A.I(m,n?0:1/0))}}} +A.ak0.prototype={ +q7(a){return new A.I(A.H(1/0,a.a,a.b),A.H(1/0,a.c,a.d))}} +A.AU.prototype={ +sEj(a){var s=this,r=s.A +if(r===a)return +if(A.r(a)!==A.r(r)||a.mC(r))s.ae() +s.A=a +s.y!=null}, +aj(a){this.IC(a)}, +ab(a){this.ID(0)}, +bj(a){var s=A.xu(a,1/0),r=s.bC(this.A.q7(s)).a +if(isFinite(r))return r +return 0}, +bm(a){var s=A.xu(1/0,a),r=s.bC(this.A.q7(s)).b +if(isFinite(r))return r +return 0}, +cs(a){return a.bC(this.A.q7(a))}, +bJ(){var s,r,q,p,o,n=this,m=t.k,l=m.a(A.t.prototype.ga5.call(n)) +n.id=l.bC(n.A.q7(l)) +if(n.k3$!=null){s=n.A.uM(m.a(A.t.prototype.ga5.call(n))) +m=n.k3$ +m.toString +l=s.a +r=s.b +q=l>=r +m.bZ(s,!(q&&s.c>=s.d)) +m=n.k3$.b +m.toString +t.r.a(m) +p=n.A +o=n.gv(n) +if(q&&s.c>=s.d)l=new A.I(A.H(0,l,r),A.H(0,s.c,s.d)) +else{l=n.k3$ +l=l.gv(l)}m.a=p.uR(o,l)}}} +A.EV.prototype={ +aj(a){var s +this.eb(a) +s=this.k3$ +if(s!=null)s.aj(a)}, +ab(a){var s +this.ec(0) +s=this.k3$ +if(s!=null)s.ab(0)}} +A.Mn.prototype={ +K(){return"GrowthDirection."+this.b}} +A.nU.prototype={ +gSn(){return!1}, +ad3(a,b){var s=this.w +switch(A.bM(this.a).a){case 0:return new A.aP(b,a,s,s) +case 1:return new A.aP(s,s,b,a)}}, +ad2(){return this.ad3(1/0,0)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(!(b instanceof A.nU))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.K(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.d.ad(s.d,1),"remainingPaintExtent: "+B.d.ad(s.r,1)],t.s),q=s.f +if(q!==0)r.push("overlap: "+B.d.ad(q,1)) +r.push("crossAxisExtent: "+B.d.ad(s.w,1)) +r.push("crossAxisDirection: "+s.x.j(0)) +r.push("viewportMainAxisExtent: "+B.d.ad(s.y,1)) +r.push("remainingCacheExtent: "+B.d.ad(s.Q,1)) +r.push("cacheOrigin: "+B.d.ad(s.z,1)) +return"SliverConstraints("+B.b.bP(r,", ")+")"}} +A.S0.prototype={ +cW(){return"SliverGeometry"}} +A.v7.prototype={} +A.S1.prototype={ +j(a){return A.r(this.a).j(0)+"@(mainAxis: "+A.n(this.c)+", crossAxis: "+A.n(this.d)+")"}} +A.BQ.prototype={ +j(a){var s=this.a +return"layoutOffset="+(s==null?"None":B.d.ad(s,1))}} +A.nV.prototype={ +j(a){return"paintOffset="+this.a.j(0)}} +A.lR.prototype={} +A.dj.prototype={ +ga5(){return t.q.a(A.t.prototype.ga5.call(this))}, +gmy(){return this.glb()}, +glb(){var s=this,r=t.q +switch(A.bM(r.a(A.t.prototype.ga5.call(s)).a).a){case 0:return new A.A(0,0,0+s.fx.c,0+r.a(A.t.prototype.ga5.call(s)).w) +case 1:return new A.A(0,0,0+r.a(A.t.prototype.ga5.call(s)).w,0+s.fx.c)}}, +pM(){}, +S0(a,b,c){var s=this +if(c>=0&&c=0&&br;j=h,i=o){o=a3.Sc(p,!0) +if(o==null){n=a3.ao$ +k=n.b +k.toString +m.a(k).a=0 +if(r===0){n.bZ(p,!0) +o=a3.ao$ +if(a5.a==null)a5.a=o +i=o +break}else{a3.fx=A.qA(a4,!1,a4,a4,0,0,0,0,-r) +return}}n=a3.ao$ +n.toString +h=j-a3.nA(n) +if(h<-1e-10){a3.fx=A.qA(a4,!1,a4,a4,0,0,0,0,-h) +a7=a3.ao$.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.ao$ +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.Sc(p,!0) +k=a3.ao$ +k.toString +h=n-a3.nA(k) +k=a3.ao$.b +k.toString +m.a(k).a=0 +if(h<-1e-10){a3.fx=A.qA(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.nA(o) +g=new A.ahf(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.Eq()}} +A.ahf.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.k(s).h("aC.1").a(o).aH$ +o=r==null +if(o)p.b=!1 +q=++p.d +if(!p.b){if(!o){o=r.b +o.toString +o=t.U.a(o).b +o.toString +q=o!==q +o=q}else o=!0 +q=this.c +if(o){r=s.aia(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.U.a(n) +q=p.e +n.a=q +p.e=q+s.nA(o) +return!0}, +$S:4} +A.k2.prototype={$icU:1} +A.ahj.prototype={ +fk(a){}} +A.kl.prototype={ +j(a){var s=this.b,r=this.tq$?"keepAlive; ":"" +return"index="+A.n(s)+"; "+r+this.Yk(0)}} +A.uI.prototype={ +fk(a){if(!(a.b instanceof A.kl))a.b=new A.kl(!1,null,null)}, +ib(a){var s +this.Ir(a) +s=a.b +s.toString +if(!t.U.a(s).c)this.av.El(t.x.a(a))}, +Fn(a,b,c){this.AD(0,b,c)}, +u0(a,b){var s,r=this,q=a.b +q.toString +t.U.a(q) +if(!q.c){r.WI(a,b) +r.av.El(a) +r.ae()}else{s=r.aM +if(s.i(0,q.b)===a)s.B(0,q.b) +r.av.El(a) +q=q.b +q.toString +s.m(0,q,a)}}, +B(a,b){var s=b.b +s.toString +t.U.a(s) +if(!s.c){this.WJ(0,b) +return}this.aM.B(0,s.b) +this.n5(b)}, +Bv(a,b){this.yx(new A.ahg(this,a,b),t.q)}, +JZ(a){var s,r=this,q=a.b +q.toString +t.U.a(q) +if(q.tq$){r.B(0,a) +s=q.b +s.toString +r.aM.m(0,s,a) +a.b=q +r.Ir(a) +q.c=!0}else r.av.Tv(a)}, +aj(a){var s,r,q +this.Z9(a) +for(s=this.aM,s=s.gaY(s),s=new A.cS(J.aj(s.a),s.b),r=A.k(s).z[1];s.q();){q=s.a;(q==null?r.a(q):q).aj(a)}}, +ab(a){var s,r,q +this.Za(0) +for(s=this.aM,s=s.gaY(s),s=new A.cS(J.aj(s.a),s.b),r=A.k(s).z[1];s.q();){q=s.a;(q==null?r.a(q):q).ab(0)}}, +fE(){this.I8() +var s=this.aM +s.gaY(s).ah(0,this.gTo())}, +b5(a){var s +this.vj(a) +s=this.aM +s.gaY(s).ah(0,a)}, +h2(a){this.vj(a)}, +acD(a,b){var s +this.Bv(a,null) +s=this.ao$ +if(s!=null){s=s.b +s.toString +t.U.a(s).a=b +return!0}this.av.p3=!0 +return!1}, +Pj(){return this.acD(0,0)}, +Sc(a,b){var s,r,q,p=this,o=p.ao$ +o.toString +o=o.b +o.toString +s=t.U +o=s.a(o).b +o.toString +r=o-1 +p.Bv(r,null) +o=p.ao$ +o.toString +q=o.b +q.toString +q=s.a(q).b +q.toString +if(q===r){o.bZ(a,b) +return p.ao$}p.av.p3=!0 +return null}, +aia(a,b,c){var s,r,q,p=b.b +p.toString +s=t.U +p=s.a(p).b +p.toString +r=p+1 +this.Bv(r,b) +p=b.b +p.toString +q=A.k(this).h("aC.1").a(p).aH$ +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.av.p3=!0 +return null}, +E_(a,b){var s={} +s.a=a +s.b=b +this.yx(new A.ahi(s,this),t.q)}, +nA(a){switch(A.bM(t.q.a(A.t.prototype.ga5.call(this)).a).a){case 0:return a.gv(a).a +case 1:return a.gv(a).b}}, +Fj(a,b,c){var s,r,q=this.dV$,p=A.aBg(a) +for(s=A.k(this).h("aC.1");q!=null;){if(this.ahT(p,q,b,c))return!0 +r=q.b +r.toString +q=s.a(r).cC$}return!1}, +DY(a){var s=a.b +s.toString +return t.U.a(s).a}, +nC(a){var s=t.MR.a(a.b) +return(s==null?null:s.b)!=null&&!this.aM.ai(0,s.b)}, +dd(a,b){if(!this.nC(a))b.HQ() +else this.ad_(a,b)}, +aJ(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d=this,c=null +if(d.ao$==null)return +s=t.q +switch(A.mr(s.a(A.t.prototype.ga5.call(d)).a,s.a(A.t.prototype.ga5.call(d)).b).a){case 0:r=b.X(0,new A.i(0,d.fx.c)) +q=B.XG +p=B.ej +o=!0 +break +case 1:r=b +q=B.ej +p=B.hm +o=!1 +break +case 2:r=b +q=B.hm +p=B.ej +o=!1 +break +case 3:r=b.X(0,new A.i(d.fx.c,0)) +q=B.Y0 +p=B.hm +o=!0 +break +default:o=c +r=o +p=r +q=p}n=d.ao$ +for(m=A.k(d).h("aC.1"),l=t.U;n!=null;){k=n.b +k.toString +k=l.a(k).a +k.toString +j=k-s.a(A.t.prototype.ga5.call(d)).d +k=r.a +i=q.a +k=k+i*j+p.a*0 +h=r.b +g=q.b +h=h+g*j+p.b*0 +f=new A.i(k,h) +if(o){e=d.nA(n) +f=new A.i(k+i*e,h+g*e)}if(j0)a.dO(n,f) +k=n.b +k.toString +n=m.a(k).aH$}}} +A.ahg.prototype={ +$1(a){var s=this.a,r=s.aM,q=this.b,p=this.c +if(r.ai(0,q)){r=r.B(0,q) +r.toString +q=r.b +q.toString +t.U.a(q) +s.n5(r) +r.b=q +s.AD(0,r,p) +q.c=!1}else s.av.aeL(q,p)}, +$S:176} +A.ahi.prototype={ +$1(a){var s,r,q +for(s=this.a,r=this.b;s.a>0;){q=r.ao$ +q.toString +r.JZ(q);--s.a}for(;s.b>0;){q=r.dV$ +q.toString +r.JZ(q);--s.b}s=r.aM +s=s.gaY(s) +q=A.k(s).h("aZ") +B.b.ah(A.af(new A.aZ(s,new A.ahh(),q),!0,q.h("l.E")),r.av.galo())}, +$S:176} +A.ahh.prototype={ +$1(a){var s=a.b +s.toString +return!t.U.a(s).tq$}, +$S:274} +A.EW.prototype={ +aj(a){var s,r,q +this.eb(a) +s=this.ao$ +for(r=t.U;s!=null;){s.aj(a) +q=s.b +q.toString +s=r.a(q).aH$}}, +ab(a){var s,r,q +this.ec(0) +s=this.ao$ +for(r=t.U;s!=null;){s.ab(0) +q=s.b +q.toString +s=r.a(q).aH$}}} +A.a_u.prototype={} +A.a_v.prototype={} +A.a0s.prototype={ +ab(a){this.vm(0)}} +A.a0t.prototype={} +A.B6.prototype={ +gDL(){var s=this,r=t.q +switch(A.mr(r.a(A.t.prototype.ga5.call(s)).a,r.a(A.t.prototype.ga5.call(s)).b).a){case 0:return s.bu.d +case 1:return s.bu.a +case 2:return s.bu.b +case 3:return s.bu.c}}, +gacP(){var s=this,r=t.q +switch(A.mr(r.a(A.t.prototype.ga5.call(s)).a,r.a(A.t.prototype.ga5.call(s)).b).a){case 0:return s.bu.b +case 1:return s.bu.c +case 2:return s.bu.d +case 3:return s.bu.a}}, +gaf_(){switch(A.bM(t.q.a(A.t.prototype.ga5.call(this)).a).a){case 0:var s=this.bu +return s.gbV(s)+s.gc1(s) +case 1:return this.bu.ge7()}}, +fk(a){if(!(a.b instanceof A.nV))a.b=new A.nV(B.f)}, +bJ(){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.q,a3=a2.a(A.t.prototype.ga5.call(a0)),a4=a0.gDL() +a0.gacP() +s=a0.bu +s.toString +r=s.acS(A.bM(a2.a(A.t.prototype.ga5.call(a0)).a)) +q=a0.gaf_() +if(a0.k3$==null){p=a0.jT(a3,0,r) +a0.fx=A.qA(a0.rE(a3,0,r),!1,a1,a1,r,Math.min(p,a3.r),0,r,a1) +return}o=a0.jT(a3,0,a4) +n=a3.f +if(n>0)n=Math.max(0,n-o) +a2=a0.k3$ +a2.toString +s=Math.max(0,a3.d-a4) +m=Math.min(0,a3.z+a4) +l=a3.r +k=a0.jT(a3,0,a4) +j=a3.Q +i=a0.rE(a3,0,a4) +h=Math.max(0,a3.w-q) +g=a3.a +f=a3.b +a2.bZ(new A.nU(g,f,a3.c,s,a4+a3.e,n,l-k,h,a3.x,a3.y,m,j-i),!0) +e=a0.k3$.fx +a2=e.y +if(a2!=null){a0.fx=A.qA(a1,!1,a1,a1,0,0,0,0,a2) +return}a2=e.a +s=a4+a2 +m=r+a2 +d=a0.jT(a3,s,m) +c=o+d +b=a0.rE(a3,0,a4) +a=a0.rE(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.qA(j,e.x,s,k,r+i,p,l,m,a1) +m=a0.k3$.b +m.toString +t.jB.a(m) +switch(A.mr(g,f).a){case 0:s=a0.bu +l=s.a +a2=s.d+a2 +m.a=new A.i(l,a0.jT(a3,a2,a2+s.b)) +break +case 1:m.a=new A.i(a0.jT(a3,0,a0.bu.a),a0.bu.b) +break +case 2:a2=a0.bu +m.a=new A.i(a2.a,a0.jT(a3,0,a2.b)) +break +case 3:s=a0.bu +a2=s.c+a2 +m.a=new A.i(a0.jT(a3,a2,a2+s.a),a0.bu.b) +break}}, +Fj(a,b,c){var s,r,q,p=this,o=p.k3$ +if(o!=null&&o.fx.r>0){o=o.b +o.toString +t.jB.a(o) +s=p.jT(t.q.a(A.t.prototype.ga5.call(p)),0,p.gDL()) +r=p.k3$ +r.toString +r=p.adG(r) +o=o.a +q=p.k3$.gahS() +a.c.push(new A.wi(new A.i(-o.a,-o.b))) +q.$3$crossAxisPosition$mainAxisPosition(a,b-r,c-s) +a.zm()}return!1}, +adG(a){var s=this,r=t.q +switch(A.mr(r.a(A.t.prototype.ga5.call(s)).a,r.a(A.t.prototype.ga5.call(s)).b).a){case 0:case 2:return s.bu.a +case 3:case 1:return s.bu.b}}, +DY(a){return this.gDL()}, +dd(a,b){var s=a.b +s.toString +s=t.jB.a(s).a +b.ba(0,s.a,s.b)}, +aJ(a,b){var s,r=this.k3$ +if(r!=null&&r.fx.w){s=r.b +s.toString +a.dO(r,b.X(0,t.jB.a(s).a))}}} +A.QX.prototype={ +ab4(){if(this.bu!=null)return +this.bu=this.cu}, +sdl(a,b){var s=this +if(s.cu.k(0,b))return +s.cu=b +s.bu=null +s.ae()}, +sc_(a){var s=this +if(s.fV===a)return +s.fV=a +s.bu=null +s.ae()}, +bJ(){this.ab4() +this.XQ()}} +A.a_t.prototype={ +aj(a){var s +this.eb(a) +s=this.k3$ +if(s!=null)s.aj(a)}, +ab(a){var s +this.ec(0) +s=this.k3$ +if(s!=null)s.ab(0)}} +A.hG.prototype={ +cd(a){var s=this,r=a.a,q=a.b +return new A.hG(s.a+r,s.b+q,s.c-r,s.d-q)}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.hG&&b.a===s.a&&b.b===s.b&&b.c===s.c&&b.d===s.d}, +gu(a){var s=this +return A.K(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.d.ad(s.a,1)+", "+B.d.ad(s.b,1)+", "+B.d.ad(s.c,1)+", "+B.d.ad(s.d,1)+")"}} +A.eD.prototype={ +gyC(){var s=this +return s.e!=null||s.f!=null||s.r!=null||s.w!=null||s.x!=null||s.y!=null}, +j(a){var s=this,r=A.a([],t.s),q=s.e +if(q!=null)r.push("top="+A.iO(q)) +q=s.f +if(q!=null)r.push("right="+A.iO(q)) +q=s.r +if(q!=null)r.push("bottom="+A.iO(q)) +q=s.w +if(q!=null)r.push("left="+A.iO(q)) +q=s.x +if(q!=null)r.push("width="+A.iO(q)) +q=s.y +if(q!=null)r.push("height="+A.iO(q)) +if(r.length===0)r.push("not positioned") +r.push(s.vi(0)) +return B.b.bP(r,"; ")}} +A.Sg.prototype={ +K(){return"StackFit."+this.b}} +A.B7.prototype={ +fk(a){if(!(a.b instanceof A.eD))a.b=new A.eD(null,null,B.f)}, +ab9(){var s=this +if(s.ag!=null)return +s.ag=s.aK.af(s.az)}, +sj8(a){var s=this +if(s.aK.k(0,a))return +s.aK=a +s.ag=null +s.ae()}, +sc_(a){var s=this +if(s.az==a)return +s.az=a +s.ag=null +s.ae()}, +bj(a){return A.ahm(this.ao$,new A.ahl(a))}, +bm(a){return A.ahm(this.ao$,new A.ahk(a))}, +hH(a){return this.QI(a)}, +cs(a){return this.NL(a,A.oA())}, +NL(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this +f.ab9() +if(f.es$===0){s=a.a +r=a.b +q=A.H(1/0,s,r) +p=a.c +o=a.d +n=A.H(1/0,p,o) +return isFinite(q)&&isFinite(n)?new A.I(A.H(1/0,s,r),A.H(1/0,p,o)):new A.I(A.H(0,s,r),A.H(0,p,o))}m=a.a +l=a.c +switch(f.aP.a){case 0:s=new A.aP(0,a.b,0,a.d) +break +case 1:s=A.rH(new A.I(A.H(1/0,m,a.b),A.H(1/0,l,a.d))) +break +case 2:s=a +break +default:s=null}k=f.ao$ +for(r=t.O,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.aH$}return h?new A.I(i,j):new A.I(A.H(1/0,m,a.b),A.H(1/0,l,a.d))}, +bJ(){var s,r,q,p,o,n,m,l=this,k="RenderBox was not laid out: ",j=t.k.a(A.t.prototype.ga5.call(l)) +l.D=!1 +l.id=l.NL(j,A.rl()) +s=l.ao$ +for(r=t.O,q=t.o;s!=null;){p=s.b +p.toString +r.a(p) +if(!p.gyC()){o=l.ag +o.toString +n=l.id +if(n==null)n=A.J(A.a0(k+A.r(l).j(0)+"#"+A.bh(l))) +m=s.id +p.a=o.mT(q.a(n.a1(0,m==null?A.J(A.a0(k+A.r(s).j(0)+"#"+A.bh(s))):m)))}else{o=l.id +if(o==null)o=A.J(A.a0(k+A.r(l).j(0)+"#"+A.bh(l))) +n=l.ag +n.toString +l.D=A.aEa(s,p,o,n)||l.D}s=p.aH$}}, +cQ(a,b){return this.Eh(a,b)}, +akG(a,b){this.rU(a,b)}, +aJ(a,b){var s,r=this,q=r.bc!==B.I&&r.D,p=r.b9 +if(q){q=r.cx +q===$&&A.b() +s=r.gv(r) +p.saI(0,a.nG(q,b,new A.A(0,0,0+s.a,0+s.b),r.gakF(),r.bc,p.a))}else{p.saI(0,null) +r.rU(a,b)}}, +n(){this.b9.saI(0,null) +this.hv()}, +m1(a){var s,r=this +switch(r.bc.a){case 0:return null +case 1:case 2:case 3:if(r.D){s=r.gv(r) +s=new A.A(0,0,0+s.a,0+s.b)}else s=null +return s}}} +A.ahl.prototype={ +$1(a){return a.cY(B.aU,this.a,a.gbW())}, +$S:62} +A.ahk.prototype={ +$1(a){return a.cY(B.b1,this.a,a.gc2())}, +$S:62} +A.a_w.prototype={ +aj(a){var s,r,q +this.eb(a) +s=this.ao$ +for(r=t.O;s!=null;){s.aj(a) +q=s.b +q.toString +s=r.a(q).aH$}}, +ab(a){var s,r,q +this.ec(0) +s=this.ao$ +for(r=t.O;s!=null;){s.ab(0) +q=s.b +q.toString +s=r.a(q).aH$}}} +A.a_x.prototype={} +A.CE.prototype={ +k(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.CE&&b.a.k(0,this.a)&&b.b===this.b}, +gu(a){return A.K(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.iO(this.b)+"x"}} +A.qg.prototype={ +sxy(a){var s,r,q,p=this +if(J.d(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.zY(r,r,1)}q=p.fy.b +if(!J.d(r,A.zY(q,q,1))){r=p.ON() +q=p.ch +q.a.ab(0) +q.saI(0,r) +p.aL()}p.ae()}, +G8(){var s=this +s.Q=s +s.y.r.push(s) +s.ch.saI(0,s.ON()) +s.y.Q.push(s)}, +ON(){var s,r=this.fy.b +r=A.zY(r,r,1) +this.k1=r +s=A.aF7(r) +s.aj(this) +return s}, +pM(){}, +bJ(){var s,r=this.fy.a +this.fx=r +s=this.k3$ +if(s!=null)s.hS(A.rH(r))}, +geO(){return!0}, +aJ(a,b){var s=this.k3$ +if(s!=null)a.dO(s,b)}, +dd(a,b){var s=this.k1 +s.toString +b.ci(0,s) +this.XB(a,b)}, +ae0(){var s,r,q +try{q=$.a7() +s=q.aeT() +r=this.ch.a.adl(s) +this.acg() +q.alv(r) +r.n()}finally{}}, +acg(){var s,r,q,p,o,n,m,l,k,j=null,i=this.glb(),h=i.gb3(),g=this.go +g.gmR() +s=i.gb3() +g.gmR() +g=this.ch +r=t.lu +q=g.a.Rp(0,new A.i(h.a,0),r) +switch(A.br().a){case 0:p=g.a.Rp(0,new A.i(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.aEK(new A.ko(p.a,p.b,p.c,p.d,s,h,g,r)) +return}o=A.br()===B.aS +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.aEK(new A.ko(m,l,k,o?n.d:j,s,h,g,r))}, +glb(){var s=this.fx.aq(0,this.fy.b) +return new A.A(0,0,0+s.a,0+s.b)}, +gmy(){var s,r=this.k1 +r.toString +s=this.fx +return A.ez(r,new A.A(0,0,0+s.a,0+s.b))}} +A.a_A.prototype={ +aj(a){var s +this.eb(a) +s=this.k3$ +if(s!=null)s.aj(a)}, +ab(a){var s +this.ec(0) +s=this.k3$ +if(s!=null)s.ab(0)}} +A.a5w.prototype={ +K(){return"CacheExtentStyle."+this.b}} +A.Be.prototype={ +j(a){return"RevealedOffset(offset: "+A.n(this.a)+", rect: "+this.b.j(0)+")"}} +A.qh.prototype={ +eL(a){this.h5(a) +a.DB(B.Dy)}, +h2(a){var s=this.gPY() +new A.aZ(s,new A.ahp(),A.a1(s).h("aZ<1>")).ah(0,a)}, +sie(a){if(a===this.D)return +this.D=a +this.ae()}, +saeY(a){if(a===this.ag)return +this.ag=a +this.ae()}, +ski(a,b){var s=this,r=s.aK +if(b===r)return +if(s.y!=null)r.J(0,s.gyO()) +s.aK=b +if(s.y!=null)b.U(0,s.gyO()) +s.ae()}, +sadv(a){if(250===this.az)return +this.az=250 +this.ae()}, +sadw(a){if(a===this.bc)return +this.bc=a +this.ae()}, +smX(a){var s=this +if(a!==s.b9){s.b9=a +s.aL() +s.b6()}}, +aj(a){this.Zd(a) +this.aK.U(0,this.gyO())}, +ab(a){this.aK.J(0,this.gyO()) +this.Ze(0)}, +bj(a){return 0}, +bm(a){return 0}, +geO(){return!0}, +Sv(a,b,c,d,e,f,g,h,a0,a1,a2){var s,r,q,p,o,n,m,l,k=this,j=A.aWi(k.aK.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.nU(k.D,e,j,q,r,i-s,Math.max(0,a1-s+f),d,k.ag,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.Uf(c,l,e) +else k.Uf(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.amh(e,n) +c=a.$1(c)}return 0}, +m1(a){var s,r,q,p,o,n,m=this +switch(m.b9.a){case 0:return null +case 1:case 2:case 3:break}s=m.gv(m) +r=0+s.a +q=0+s.b +s=t.q +if(s.a(A.t.prototype.ga5.call(a)).f===0||!isFinite(s.a(A.t.prototype.ga5.call(a)).y))return new A.A(0,0,r,q) +p=s.a(A.t.prototype.ga5.call(a)).y-s.a(A.t.prototype.ga5.call(a)).r+s.a(A.t.prototype.ga5.call(a)).f +switch(A.mr(m.D,s.a(A.t.prototype.ga5.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.A(n,o,r,q)}, +QQ(a){var s,r,q,p,o=this +if(o.aP==null){s=o.gv(o) +return new A.A(0,0,0+s.a,0+s.b)}switch(A.bM(o.D).a){case 1:o.gv(o) +o.gv(o) +s=o.aP +s.toString +r=o.gv(o) +q=o.gv(o) +p=o.aP +p.toString +return new A.A(0,0-s,0+r.a,0+q.b+p) +case 0:o.gv(o) +s=o.aP +s.toString +o.gv(o) +r=o.gv(o) +q=o.aP +q.toString +return new A.A(0-s,0,0+r.a+q,0+o.gv(o).b)}}, +aJ(a,b){var s,r,q,p=this +if(p.ao$==null)return +s=p.gahI()&&p.b9!==B.I +r=p.bg +if(s){s=p.cx +s===$&&A.b() +q=p.gv(p) +r.saI(0,a.nG(s,b,new A.A(0,0,0+q.a,0+q.b),p.gacn(),p.b9,r.a))}else{r.saI(0,null) +p.P7(a,b)}}, +n(){this.bg.saI(0,null) +this.hv()}, +P7(a,b){var s,r,q,p,o,n,m +for(s=this.gPY(),r=s.length,q=b.a,p=b.b,o=0;o0}, +$S:276} +A.aho.prototype={ +$1(a){var s=this,r=s.c,q=s.a,p=s.b.ae2(r,q.b) +return r.S0(s.d,q.a,p)}, +$S:177} +A.B9.prototype={ +fk(a){if(!(a.b instanceof A.lR))a.b=new A.lR(null,null,B.f)}, +sacU(a){if(a===this.ix)return +this.ix=a +this.ae()}, +sb3(a){if(a==this.ej)return +this.ej=a +this.ae()}, +gkA(){return!0}, +cs(a){return new A.I(A.H(1/0,a.a,a.b),A.H(1/0,a.c,a.d))}, +bJ(){var s,r,q,p,o,n,m,l,k,j=this +switch(A.bM(j.D).a){case 1:j.aK.DI(j.gv(j).b) +break +case 0:j.aK.DI(j.gv(j).a) +break}if(j.ej==null){j.m9=j.kZ=0 +j.ne=!1 +j.aK.DG(0,0) +return}switch(A.bM(j.D).a){case 1:s=j.gv(j).b +r=j.gv(j).a +break +case 0:s=j.gv(j).a +r=j.gv(j).b +break +default:s=null +r=null}j.ej.toString +q=0 +do{p=j.aK.at +p.toString +o=j.a0c(s,r,p+0) +if(o!==0)j.aK.aeI(o) +else{p=j.aK +n=j.kZ +n===$&&A.b() +m=j.ix +n=Math.min(0,n+s*m) +l=j.m9 +l===$&&A.b() +if(p.DG(n,Math.max(0,l-s*(1-m))))break}k=q+1 +if(k<10){q=k +continue}else break}while(!0)}, +a0c(a,b,c){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +e.m9=e.kZ=0 +e.ne=!1 +s=a*e.ix-c +r=A.H(s,0,a) +q=a-s +p=A.H(q,0,a) +switch(e.bc.a){case 0:e.aP=e.az +break +case 1:e.aP=a*e.az +break}o=e.aP +o.toString +n=a+2*o +m=s+o +l=A.H(m,0,n) +k=A.H(n-m,0,n) +j=e.ej.b +j.toString +i=A.k(e).h("aC.1").a(j).cC$ +j=i==null +if(!j){h=Math.max(a,s) +g=e.Sv(e.gadE(),A.H(q,-o,0),i,b,B.n4,p,a,0,l,r,h-a) +if(g!==0)return-g}q=e.ej +o=-s +h=Math.max(0,o) +o=j?Math.min(0,o):0 +j=s>=a?s:r +f=e.aP +f.toString +return e.Sv(e.gadC(),A.H(s,-f,0),q,b,B.n3,j,a,o,k,p,h)}, +gahI(){return this.ne}, +amh(a,b){var s,r=this +switch(a.a){case 0:s=r.m9 +s===$&&A.b() +r.m9=s+b.a +break +case 1:s=r.kZ +s===$&&A.b() +r.kZ=s-b.a +break}if(b.x)r.ne=!0}, +Uf(a,b,c){var s=a.b +s.toString +t.jB.a(s).a=this.ae1(a,b,c)}, +akE(a){var s=a.b +s.toString +return t.jB.a(s).a}, +Vi(a,b){var s,r,q,p,o=this +switch(t.q.a(A.t.prototype.ga5.call(a)).b.a){case 0:s=o.ej +for(r=A.k(o).h("aC.1"),q=0;s!==a;){q+=s.fx.a +p=s.b +p.toString +s=r.a(p).aH$}return q+b +case 1:r=o.ej.b +r.toString +p=A.k(o).h("aC.1") +s=p.a(r).cC$ +for(q=0;s!==a;){q-=s.fx.a +r=s.b +r.toString +s=p.a(r).cC$}return q-b}}, +ajn(a){var s,r,q,p=this +switch(t.q.a(A.t.prototype.ga5.call(a)).b.a){case 0:s=p.ej +for(r=A.k(p).h("aC.1");s!==a;){s.fx.toString +q=s.b +q.toString +s=r.a(q).aH$}return 0 +case 1:r=p.ej.b +r.toString +q=A.k(p).h("aC.1") +s=q.a(r).cC$ +for(;s!==a;){s.fx.toString +r=s.b +r.toString +s=q.a(r).cC$}return 0}}, +dd(a,b){var s=a.b +s.toString +s=t.jB.a(s).a +b.ba(0,s.a,s.b)}, +ae2(a,b){var s,r=a.b +r.toString +t.jB.a(r) +s=t.q +switch(A.mr(s.a(A.t.prototype.ga5.call(a)).a,s.a(A.t.prototype.ga5.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)}}, +gPY(){var s,r,q=this,p=A.a([],t.Ry),o=q.ao$ +if(o==null)return p +for(s=A.k(q).h("aC.1");o!=q.ej;){o.toString +p.push(o) +r=o.b +r.toString +o=s.a(r).aH$}o=q.dV$ +for(;!0;){o.toString +p.push(o) +if(o===q.ej)return p +r=o.b +r.toString +o=s.a(r).cC$}}, +gadH(){var s,r,q,p=this,o=A.a([],t.Ry) +if(p.ao$==null)return o +s=p.ej +for(r=A.k(p).h("aC.1");s!=null;){o.push(s) +q=s.b +q.toString +s=r.a(q).aH$}q=p.ej.b +q.toString +s=r.a(q).cC$ +for(;s!=null;){o.push(s) +q=s.b +q.toString +s=r.a(q).cC$}return o}} +A.kC.prototype={ +aj(a){var s,r,q +this.eb(a) +s=this.ao$ +for(r=A.k(this).h("kC.0");s!=null;){s.aj(a) +q=s.b +q.toString +s=r.a(q).aH$}}, +ab(a){var s,r,q +this.ec(0) +s=this.ao$ +for(r=A.k(this).h("kC.0");s!=null;){s.ab(0) +q=s.b +q.toString +s=r.a(q).aH$}}} +A.Br.prototype={ +K(){return"ScrollDirection."+this.b}} +A.jt.prototype={ +u1(a,b,c,d){var s=d.a===B.w.a +if(s){this.ek(b) +return A.d2(null,t.H)}else return this.ja(b,c,d)}, +j(a){var s=this,r=A.a([],t.s) +s.Yf(r) +r.push(A.r(s.w).j(0)) +r.push(s.r.j(0)) +r.push(A.n(s.fr)) +r.push(s.k4.j(0)) +return"#"+A.bh(s)+"("+B.b.bP(r,", ")+")"}, +dJ(a){var s=this.at +if(s!=null)a.push("offset: "+B.d.ad(s,1))}} +A.vY.prototype={} +A.qn.prototype={ +K(){return"SchedulerPhase."+this.b}} +A.af6.prototype={} +A.eC.prototype={ +TA(a){var s=this.R8$ +B.b.B(s,a) +if(s.length===0){s=$.b3() +s.ch=null +s.CW=$.an}}, +a2I(a){var s,r,q,p,o,n,m,l,k=this.R8$,j=A.af(k,!0,t.ph) +for(p=j.length,o=0;o0)return!1 +if(j)A.J(A.a0(l)) +s=k.vN(0) +j=s.gT9() +if(m.rx$.$2$priority$scheduler(j,m)){try{if(k.c===0)A.J(A.a0(l));++k.d +k.vN(0) +p=k.c-1 +o=k.vN(p) +k.b[p]=null +k.c=p +if(p>0)k.a0g(o,0) +s.an0()}catch(n){r=A.ag(n) +q=A.aA(n) +j=A.be("during a task callback") +A.cE(new A.bi(r,q,"scheduler library",j,null,!1))}return k.c!==0}return!1}, +qa(a,b){var s,r=this +r.ky() +s=++r.x1$ +r.x2$.m(0,s,new A.vY(a)) +return r.x1$}, +Hv(a){return this.qa(a,!1)}, +gafN(){var s=this +if(s.b4$==null){if(s.av$===B.dl)s.ky() +s.b4$=new A.bv(new A.ay($.an,t.W),t.gR) +s.y2$.push(new A.aiC(s))}return s.b4$.a}, +gRE(){return this.aM$}, +Nt(a){if(this.aM$===a)return +this.aM$=a +if(a)this.ky()}, +Rf(){var s=$.b3() +if(s.x==null){s.x=this.ga3U() +s.y=$.an}if(s.z==null){s.z=this.ga4j() +s.Q=$.an}}, +EO(){switch(this.av$.a){case 0:case 4:this.ky() +return +case 1:case 2:case 3:return}}, +ky(){var s,r=this +if(!r.bo$)s=!(A.eC.prototype.gRE.call(r)&&r.eg$) +else s=!0 +if(s)return +r.Rf() +$.b3().ky() +r.bo$=!0}, +Vb(){if(this.bo$)return +this.Rf() +$.b3().ky() +this.bo$=!0}, +Hw(){var s,r=this +if(r.bt$||r.av$!==B.dl)return +r.bt$=!0 +s=r.bo$ +A.c7(B.w,new A.aiE(r)) +A.c7(B.w,new A.aiF(r,s)) +r.aj9(new A.aiG(r))}, +IU(a){var s=this.bL$ +return A.bT(0,0,B.d.am((s==null?B.w:new A.b1(a.a-s.a)).a/1)+this.bz$.a,0,0)}, +a3V(a){if(this.bt$){this.aP$=!0 +return}this.RL(a)}, +a4k(){var s=this +if(s.aP$){s.aP$=!1 +s.y2$.push(new A.aiB(s)) +return}s.RN()}, +RL(a){var s,r,q=this +if(q.bL$==null)q.bL$=a +r=a==null +q.ag$=q.IU(r?q.D$:a) +if(!r)q.D$=a +q.bo$=!1 +try{q.av$=B.Dd +s=q.x2$ +q.x2$=A.w(t.S,t.h1) +J.fj(s,new A.aiD(q)) +q.xr$.a2(0)}finally{q.av$=B.Zr}}, +alB(a){var s=this,r=s.b9$,q=r==null +if(!q&&r!==a)return null +if(r===a)++s.bg$ +else if(q){s.b9$=a +s.bg$=1}return new A.af6(s.ga27())}, +a28(){if(--this.bg$===0){this.b9$=null +$.b3()}}, +RN(){var s,r,q,p,o,n,m,l,k=this +try{k.av$=B.ks +for(p=t.Vu,o=A.af(k.y1$,!0,p),n=o.length,m=0;m0&&r<4){s=s.ag$ +s.toString +q.c=s}s=q.a +s.toString +return s}, +nZ(a,b){var s=this,r=s.a +if(r==null)return +s.c=s.a=null +s.zS() +if(b)r.Oj(s) +else r.Ok()}, +eF(a){return this.nZ(a,!1)}, +abt(a){var s,r=this +r.e=null +s=r.c +if(s==null)s=r.c=a +r.d.$1(new A.b1(a.a-s.a)) +if(!r.b&&r.a!=null&&r.e==null)r.e=$.bV.qa(r.gwR(),!0)}, +zS(){var s,r=this.e +if(r!=null){s=$.bV +s.x2$.B(0,r) +s.xr$.E(0,r) +this.e=null}}, +n(){var s=this,r=s.a +if(r!=null){s.a=null +s.zS() +r.Oj(s)}}, +alZ(a,b){var s=""+"Ticker()" +return s.charCodeAt(0)==0?s:s}, +j(a){return this.alZ(a,!1)}} +A.qJ.prototype={ +Ok(){this.c=!0 +this.a.hG(0) +var s=this.b +if(s!=null)s.hG(0)}, +Oj(a){var s +this.c=!1 +s=this.b +if(s!=null)s.xv(new A.Cs(a))}, +amv(a){var s,r,q=this,p=new A.am4(a) +if(q.b==null){s=q.b=new A.bv(new A.ay($.an,t.W),t.gR) +r=q.c +if(r!=null)if(r)s.hG(0) +else s.xv(B.a50)}q.b.a.eX(p,p,t.H)}, +oQ(a,b){return this.a.a.oQ(a,b)}, +mV(a){return this.oQ(a,null)}, +eX(a,b,c){return this.a.a.eX(a,b,c)}, +bF(a,b){return this.eX(a,null,b)}, +iO(a){return this.a.a.iO(a)}, +j(a){var s=A.bh(this),r=this.c +if(r==null)r="active" +else r=r?"complete":"canceled" +return"#"+s+"("+r+")"}, +$iai:1} +A.am4.prototype={ +$1(a){this.a.$0()}, +$S:37} +A.Cs.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.'}, +$icp:1} +A.RG.prototype={ +gwD(){var s,r,q=this.d1$ +if(q===$){s=$.b3().a +r=$.aD() +q!==$&&A.aK() +q=this.d1$=new A.bq(s.c,r,t.uh)}return q}, +a1Z(){--this.fR$ +this.gwD().sl(0,this.fR$>0)}, +Lm(){var s,r=this +if($.b3().a.c){if(r.iq$==null){++r.fR$ +r.gwD().sl(0,!0) +r.iq$=new A.aju(r.ga1Y())}}else{s=r.iq$ +if(s!=null)s.a.$0() +r.iq$=null}}, +a5M(a){var s,r,q=a.d +if(t.V4.b(q)){s=B.as.fO(q) +if(J.d(s,B.lK))s=q +r=new A.uZ(a.a,a.b,a.c,s)}else r=a +s=this.go$.i(0,r.b) +if(s!=null){s=s.y +if(s!=null){s=s.at +if(s!=null)s.akP(r.c,r.a,r.d)}}}} +A.aju.prototype={} +A.lP.prototype={ +j(a){return"SemanticsTag("+this.a+")"}} +A.xC.prototype={} +A.a5V.prototype={} +A.cm.prototype={ +X(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.af(this.b,!0,t.Vc) +q=b.b +p=q.length +if(p!==0)for(o=0;o=0;--o)r[o]=n[q-o-1].b}n=a3.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.O(l)===J.O(o)){if(l!=null)o.toString +k=!0}else k=!1 +else k=!0 +if(!k&&p.length!==0){if(o!=null)B.b.hZ(p) +B.b.R(q,p) +B.b.a2(p)}p.push(new A.mg(m,l,n))}if(o!=null)B.b.hZ(p) +B.b.R(q,p) +s=t.rB +return A.af(new A.S(q,new A.ajw(),s),!0,s.h("bd.E"))}, +Vv(a){if(this.ay==null)return +B.lu.qd(0,a.U_(this.b))}, +cW(){return"SemanticsNode#"+this.b}, +alW(a,b,c){return new A.a0a(a,this,b,!0,!0,null,c)}, +TY(a){return this.alW(B.Io,null,a)}} +A.ajy.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&$.a3L():q) +if(p.x==null)p.x=a.p1 +if(p.z==null)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.aM(t.g3):r).R(0,s)}for(s=this.b.db,s=A.k4(s,s.r),r=this.c;s.q();)r.E(0,A.aBF(s.d)) +a.ok!=null +s=p.c +r=p.x +p.c=A.auh(a.fx,a.p1,s,r) +r=p.r +s=p.x +p.r=A.auh(a.k1,a.p1,r,s) +p.cy=Math.max(p.cy,a.k4+a.k3) +return!0}, +$S:82} +A.ajw.prototype={ +$1(a){return a.a}, +$S:283} +A.m0.prototype={ +bB(a,b){return B.d.bB(this.b,b.b)}, +$icx:1} +A.jB.prototype={ +bB(a,b){return B.d.bB(this.a,b.a)}, +Wa(){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.af(new A.iZ(n,new A.asC(),s),!0,s.h("l.E"))}, +W9(){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.w(s,t.bu) +q=A.w(s,s) +for(p=this.b,o=p===B.ay,p=p===B.i,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.a1(a3)) +B.b.i_(a2,new A.asy()) +new A.S(a2,new A.asz(),A.a1(a2).h("S<1,m>")).ah(0,new A.asB(A.aM(s),q,a1)) +a3=t.qn +a3=A.af(new A.S(a1,new A.asA(r),a3),!0,a3.h("bd.E")) +a4=A.a1(a3).h("cc<1>") +return A.af(new A.cc(a3,a4),!0,a4.h("bd.E"))}, +$icx:1} +A.asC.prototype={ +$1(a){return a.W9()}, +$S:196} +A.asy.prototype={ +$2(a,b){var s,r,q=a.e,p=A.rg(a,new A.i(q.a,q.b)) +q=b.e +s=A.rg(b,new A.i(q.a,q.b)) +r=B.d.bB(p.b,s.b) +if(r!==0)return-r +return-B.d.bB(p.a,s.a)}, +$S:83} +A.asB.prototype={ +$1(a){var s=this,r=s.a +if(r.t(0,a))return +r.E(0,a) +r=s.b +if(r.ai(0,a)){r=r.i(0,a) +r.toString +s.$1(r)}s.c.push(a)}, +$S:50} +A.asz.prototype={ +$1(a){return a.b}, +$S:286} +A.asA.prototype={ +$1(a){var s=this.a.i(0,a) +s.toString +return s}, +$S:287} +A.aug.prototype={ +$1(a){return a.Wa()}, +$S:196} +A.mg.prototype={ +bB(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.bB(0,s)}, +$icx:1} +A.RJ.prototype={ +n(){var s=this +s.b.a2(0) +s.c.a2(0) +s.d.a2(0) +s.eZ()}, +Vx(){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.aM(t.S) +r=A.a([],t.d) +for(q=A.k(f).h("aZ<1>"),p=q.h("l.E"),o=g.d;f.a!==0;){n=A.af(new A.aZ(f,new A.ajC(g),q),!0,p) +f.a2(0) +o.a2(0) +B.b.i_(n,new A.ajD()) +B.b.R(r,n) +for(m=n.length,l=0;l#"+A.bh(this)}} +A.ajC.prototype={ +$1(a){return!this.a.d.t(0,a)}, +$S:82} +A.ajD.prototype={ +$2(a,b){return a.CW-b.CW}, +$S:83} +A.ajE.prototype={ +$2(a,b){return a.CW-b.CW}, +$S:83} +A.ajB.prototype={ +$1(a){if(a.cy.ai(0,this.b)){this.a.a=a +return!1}return!0}, +$S:82} +A.jh.prototype={ +mI(a,b){var s=this +s.f.m(0,a,b) +s.r=s.r|a.a +s.e=!0}, +h6(a,b){this.mI(a,new A.ajj(b))}, +smi(a){a.toString +this.h6(B.hO,a)}, +smh(a){a.toString +this.h6(B.Dl,a)}, +sz7(a){this.h6(B.ez,a)}, +sz_(a){this.h6(B.ZR,a)}, +sz8(a){this.h6(B.eA,a)}, +sz9(a){this.h6(B.ex,a)}, +sz6(a){this.h6(B.ey,a)}, +sz0(a){this.h6(B.Dm,a)}, +syY(a){this.h6(B.Dk,a)}, +syW(a,b){this.h6(B.ZS,b)}, +syX(a,b){this.h6(B.ZV,b)}, +sz5(a,b){this.h6(B.ZN,b)}, +sz3(a){this.mI(B.ZT,new A.ajn(a))}, +sz1(a){this.mI(B.ZW,new A.ajl(a))}, +sz4(a){this.mI(B.ZU,new A.ajo(a))}, +sz2(a){this.mI(B.ZM,new A.ajm(a))}, +sza(a){this.mI(B.ZO,new A.ajp(a))}, +szb(a){this.mI(B.ZP,new A.ajq(a))}, +syZ(a){this.h6(B.kz,a)}, +sFQ(a){this.h6(B.kA,a)}, +sVg(a){if(a==this.k4)return +this.k4=a +this.e=!0}, +sVh(a){if(a==this.ok)return +this.ok=a +this.e=!0}, +sFH(a){return}, +sEb(a){return}, +sf6(a,b){if(b===this.y1)return +this.y1=b +this.e=!0}, +DB(a){var s=this.bL;(s==null?this.bL=A.aM(t.g3):s).E(0,a)}, +bs(a,b){var s=this,r=s.bz,q=a.a +if(b)s.bz=r|q +else s.bz=r&~q +s.e=!0}, +Sj(a){var s=this +if(a==null||!a.e||!s.e)return!0 +if((s.r&a.r)!==0)return!1 +if((s.bz&a.bz)!==0)return!1 +if(s.rx.a.length!==0&&a.rx.a.length!==0)return!1 +return!0}, +oC(a){var s,r,q,p=this +if(!a.e)return +s=a.f +if(a.b)s.ah(0,new A.ajk(p)) +else p.f.R(0,s) +s=p.r +r=a.b +q=a.r +p.r=s|(r?q&$.a3L():q) +p.R8.R(0,a.R8) +p.bz=p.bz|a.bz +if(p.bo==null)p.bo=a.bo +if(p.av==null)p.av=a.av +if(p.aM==null)p.aM=a.aM +if(p.bt==null)p.bt=a.bt +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.b4 +if(s==null){s=p.b4=a.b4 +p.e=!0}if(p.k2==null)p.k2=a.k2 +r=p.RG +p.RG=A.auh(a.RG,a.b4,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.b4 +p.x1=A.auh(a.x1,a.b4,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}, +aei(){var s=this,r=A.kk() +r.a=s.a +r.c=s.c +r.d=s.d +r.e=s.e +r.p4=s.p4 +r.b4=s.b4 +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.bz=s.bz +r.bL=s.bL +r.bo=s.bo +r.av=s.av +r.aM=s.aM +r.bt=s.bt +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.R(0,s.f) +r.R8.R(0,s.R8) +r.b=s.b +return r}} +A.ajj.prototype={ +$1(a){this.a.$0()}, +$S:8} +A.ajn.prototype={ +$1(a){a.toString +this.a.$1(A.rd(a))}, +$S:8} +A.ajl.prototype={ +$1(a){a.toString +this.a.$1(A.rd(a))}, +$S:8} +A.ajo.prototype={ +$1(a){a.toString +this.a.$1(A.rd(a))}, +$S:8} +A.ajm.prototype={ +$1(a){a.toString +this.a.$1(A.rd(a))}, +$S:8} +A.ajp.prototype={ +$1(a){var s,r,q +a.toString +s=J.a3P(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.c0(B.m,r,q,!1))}, +$S:8} +A.ajq.prototype={ +$1(a){a.toString +this.a.$1(A.bB(a))}, +$S:8} +A.ajk.prototype={ +$2(a,b){if(($.a3L()&a.a)>0)this.a.f.m(0,a,b)}, +$S:289} +A.a7_.prototype={ +K(){return"DebugSemanticsDumpOrder."+this.b}} +A.v_.prototype={ +bB(a,b){var s=this.afC(b) +return s}, +$icx:1} +A.uf.prototype={ +afC(a){var s=a.b,r=this.b +if(s===r)return 0 +return B.e.bB(r,s)}} +A.a09.prototype={} +A.a0c.prototype={} +A.a0d.prototype={} +A.ajs.prototype={ +U_(a){var s=A.aJ(["type",this.a,"data",this.uN()],t.N,t.z) +if(a!=null)s.m(0,"nodeId",a) +return s}, +alY(){return this.U_(null)}, +j(a){var s,r,q,p=A.a([],t.s),o=this.uN(),n=J.Hk(o.gbQ(o)) +B.b.hZ(n) +for(s=n.length,r=0;r#"+A.bh(this)+"()"}} +A.a5x.prototype={ +nu(a,b){if(b)return this.a.bf(0,a,new A.a5y(this,a)) +return this.I3(a,!0)}, +aj8(a,b,c){var s,r=this,q={},p=r.b +if(p.ai(0,a)){q=p.i(0,a) +q.toString +return c.h("ai<0>").a(q)}q.a=q.b=null +r.nu(a,!1).bF(b,c).eX(new A.a5z(q,r,a,c),new A.a5A(q,r,a),t.H) +s=q.a +if(s!=null)return s +s=new A.ay($.an,c.h("ay<0>")) +q.b=new A.bv(s,c.h("bv<0>")) +p.m(0,a,s) +return q.b.a}} +A.a5y.prototype={ +$0(){return this.a.I3(this.b,!0)}, +$S:290} +A.a5z.prototype={ +$1(a){var s=this,r=new A.bl(a,s.d.h("bl<0>")),q=s.a +q.a=r +s.b.b.m(0,s.c,r) +q=q.b +if(q!=null)q.e2(0,a)}, +$S(){return this.d.h("aS(0)")}} +A.a5A.prototype={ +$2(a,b){this.b.b.B(0,this.c) +this.a.b.mY(a,b)}, +$S:39} +A.afd.prototype={ +hm(a,b){var s,r=null,q=B.aW.cG(A.d_(r,r,A.rb(B.ju,b,B.Q,!1),r,r,r).e),p=$.io.e6$ +p===$&&A.b() +s=p.v4(0,"flutter/assets",A.a5u(q)).bF(new A.afe(b),t.V4) +return s}, +yH(a){return this.aj4(a)}, +aj4(a){var s=0,r=A.a5(t.SG),q,p=this,o,n +var $async$yH=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:o=A +n=A +s=3 +return A.ad(p.hm(0,a),$async$yH) +case 3:q=o.abV(n.amE(c,0,null)) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$yH,r)}} +A.afe.prototype={ +$1(a){if(a==null)throw A.c(A.tk(A.a([A.aVd(this.a),A.be("The asset does not exist or has empty data.")],t.D))) +return a}, +$S:291} +A.a4w.prototype={ +$1(a){return this.UB(a)}, +UB(a){var s=0,r=A.a5(t.CL),q +var $async$$1=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:q=new A.qR(t.F.a(B.as.fO(A.a5u(B.lA.cG(A.bB(B.bV.hK(0,a)))))),A.w(t.N,t.Rk)) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$$1,r)}, +$S:292} +A.qR.prototype={ +UL(a){var s,r,q,p=this.b +if(!p.ai(0,a)){s=this.a +r=J.a9(s) +if(r.i(s,a)==null)return null +q=r.i(s,a) +if(q==null)q=[] +q=J.kQ(t.VG.a(q),t.F) +p.m(0,a,q.iD(q,new A.anv(a),t.pR).fH(0)) +r.B(s,a)}p=p.i(0,a) +p.toString +return p}, +$ia4v:1} +A.anv.prototype={ +$1(a){var s,r=J.a9(a),q=r.i(a,"asset") +q.toString +A.bB(q) +s=r.i(a,"dpr") +r=r.i(a,"asset") +r.toString +A.bB(r) +return new A.mD(A.aUD(s),r)}, +$S:293} +A.mD.prototype={} +A.a4L.prototype={ +lk(){var s,r=this +if(r.a){s=A.w(t.N,t.z) +s.m(0,"uniqueIdentifier",r.b) +s.m(0,"hints",r.c) +s.m(0,"editingValue",r.d.Gx())}else s=null +return s}} +A.a55.prototype={} +A.v0.prototype={ +a6s(){var s,r,q=this,p=t.v3,o=new A.ab8(A.w(p,t.bd),A.aM(t.SQ),A.a([],t.sA)) +q.dw$!==$&&A.bA() +q.dw$=o +s=$.awg() +r=A.a([],t.K0) +q.cP$!==$&&A.bA() +q.cP$=new A.N0(o,s,r,A.aM(p)) +p=q.dw$ +p===$&&A.b() +p.vq().bF(new A.ajM(q),t.P)}, +ty(){var s=$.He() +s.a.a2(0) +s.b.a2(0) +s.c.a2(0)}, +mb(a){return this.ahn(a)}, +ahn(a){var s=0,r=A.a5(t.H),q,p=this +var $async$mb=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:switch(A.bB(J.aE(t.a.a(a),"type"))){case"memoryPressure":p.ty() +break}s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$mb,r)}, +a_U(){var s=A.aR("controller") +s.scv(new A.vK(new A.ajL(s),null,null,null,t.qj)) +return J.aLQ(s.aA())}, +ale(){if(this.RG$==null)$.b3() +return}, +BX(a){return this.a4H(a)}, +a4H(a){var s=0,r=A.a5(t.R),q,p=this,o,n +var $async$BX=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:a.toString +o=A.aRO(a) +n=p.RG$ +o.toString +B.b.ah(p.a3c(n,o),p.gagx()) +q=null +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$BX,r)}, +a3c(a,b){var s,r,q,p +if(a===b)return B.QZ +if(a===B.eP&&b===B.dw)return B.MF +s=A.a([],t.QP) +if(a==null)s.push(b) +else{r=B.b.iB(B.ft,a) +q=B.b.iB(B.ft,b) +if(r>q)for(p=q;p") +r=A.fw(new A.bf(e,s),s.h("l.E")) +q=A.a([],t.K0) +p=e.i(0,d) +o=$.io.D$ +n=a.a +if(n==="")n=f +if(a instanceof A.kf)if(p==null){m=new A.pB(d,c,n,o,!1) +r.E(0,d)}else m=new A.zn(d,p,n,o,!1) +else if(p==null)m=f +else{m=new A.nm(d,p,f,o,!1) +r.B(0,d)}for(s=this.c.d,l=A.k(s).h("bf<1>"),k=l.h("l.E"),j=r.n1(A.fw(new A.bf(s,l),k)),j=j.ga6(j),i=this.e;j.q();){h=j.gG(j) +if(h.k(0,d))q.push(new A.nm(h,c,f,o,!0)) +else{g=e.i(0,h) +g.toString +i.push(new A.nm(h,g,f,o,!0))}}for(e=A.fw(new A.bf(s,l),k).n1(r),e=e.ga6(e);e.q();){l=e.gG(e) +k=s.i(0,l) +k.toString +i.push(new A.pB(l,k,f,o,!0))}if(m!=null)i.push(m) +B.b.R(i,q)}} +A.Yc.prototype={} +A.acM.prototype={ +j(a){return"KeyboardInsertedContent("+this.a+", "+this.b+", "+A.n(this.c)+")"}, +k(a,b){var s,r,q=this +if(b==null)return!1 +if(J.O(b)!==A.r(q))return!1 +if(b instanceof A.acM)if(b.a===q.a)if(b.b===q.b){s=b.c +r=q.c +r=s==null?r==null:s===r +s=r}else s=!1 +else s=!1 +else s=!1 +return s}, +gu(a){return A.K(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.acN.prototype={} +A.f.prototype={ +gu(a){return B.e.gu(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.f&&b.a===this.a}} +A.p.prototype={ +gu(a){return B.e.gu(this.a)}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.p&&b.a===this.a}} +A.Yd.prototype={} +A.k7.prototype={ +j(a){return"MethodCall("+this.a+", "+A.n(this.b)+")"}} +A.pZ.prototype={ +j(a){var s=this +return"PlatformException("+s.a+", "+A.n(s.b)+", "+A.n(s.c)+", "+A.n(s.d)+")"}, +$icp:1} +A.A1.prototype={ +j(a){return"MissingPluginException("+A.n(this.a)+")"}, +$icp:1} +A.akI.prototype={ +fO(a){if(a==null)return null +return B.Q.hK(0,A.amE(a,0,null))}, +cb(a){if(a==null)return null +return A.a5u(B.aW.cG(a))}} +A.aci.prototype={ +cb(a){if(a==null)return null +return B.iz.cb(B.bV.xW(a))}, +fO(a){var s +if(a==null)return a +s=B.iz.fO(a) +s.toString +return B.bV.hK(0,s)}} +A.ack.prototype={ +je(a){var s=B.cp.cb(A.aJ(["method",a.a,"args",a.b],t.N,t.X)) +s.toString +return s}, +il(a){var s,r,q,p=null,o=B.cp.fO(a) +if(!t.f.b(o))throw A.c(A.bG("Expected method call Map, got "+A.n(o),p,p)) +s=J.a9(o) +r=s.i(o,"method") +q=s.i(o,"args") +if(typeof r=="string")return new A.k7(r,q) +throw A.c(A.bG("Invalid method call: "+A.n(o),p,p))}, +QF(a){var s,r,q,p=null,o=B.cp.fO(a) +if(!t.j.b(o))throw A.c(A.bG("Expected envelope List, got "+A.n(o),p,p)) +s=J.a9(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.bB(s.i(o,0)) +q=A.d6(s.i(o,1)) +throw A.c(A.afg(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.bB(s.i(o,0)) +q=A.d6(s.i(o,1)) +throw A.c(A.afg(r,s.i(o,2),q,A.d6(s.i(o,3))))}throw A.c(A.bG("Invalid envelope: "+A.n(o),p,p))}, +tb(a){var s=B.cp.cb([a]) +s.toString +return s}, +n6(a,b,c){var s=B.cp.cb([a,c,b]) +s.toString +return s}, +Rd(a,b){return this.n6(a,null,b)}} +A.akx.prototype={ +cb(a){var s +if(a==null)return null +s=A.an5(64) +this.ez(0,s,a) +return s.m2()}, +fO(a){var s,r +if(a==null)return null +s=new A.AJ(a) +r=this.iF(0,s) +if(s.b=J.a3R(b.a))throw A.c(B.b4) +return this.lh(b.nR(0),b)}, +lh(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=$.dP() +q=J.aLS(b.a,s,r) +b.b+=4 +return q +case 4:return b.A4(0) +case 6:b.j5(8) +s=b.b +r=$.dP() +q=J.aLR(b.a,s,r) +b.b+=8 +return q +case 5:case 7:p=k.fc(b) +return B.ck.cG(b.nS(p)) +case 8:return b.nS(k.fc(b)) +case 9:p=k.fc(b) +b.j5(4) +s=b.a +r=J.bs(s) +o=J.aLG(r.geJ(s),r.gf8(s)+b.b,p) +b.b=b.b+4*p +return o +case 10:p=k.fc(b) +b.j5(8) +s=b.a +r=J.bs(s) +o=J.aLH(r.geJ(s),r.gf8(s)+b.b,p) +b.b=b.b+8*p +return o +case 14:p=k.fc(b) +b.j5(4) +s=b.a +r=J.bs(s) +o=J.aLE(r.geJ(s),r.gf8(s)+b.b,p) +b.b=b.b+4*p +return o +case 11:p=k.fc(b) +b.j5(8) +s=b.a +r=J.bs(s) +o=J.aLF(r.geJ(s),r.gf8(s)+b.b,p) +b.b=b.b+8*p +return o +case 12:p=k.fc(b) +n=A.ax(p,null,!1,t.X) +for(s=b.a,r=J.bs(s),m=0;m=r.giC(s))A.J(B.b4) +n[m]=k.lh(r.q9(s,b.b++),b)}return n +case 13:p=k.fc(b) +s=t.X +n=A.w(s,s) +for(s=b.a,r=J.bs(s),m=0;m=r.giC(s))A.J(B.b4) +l=k.lh(r.q9(s,b.b++),b) +if(b.b>=r.giC(s))A.J(B.b4) +n.m(0,l,k.lh(r.q9(s,b.b++),b))}return n +default:throw A.c(B.b4)}}, +fg(a,b){var s,r +if(b<254)a.eI(0,b) +else{s=a.d +if(b<=65535){a.eI(0,254) +r=$.dP() +s.setUint16(0,b,B.t===r) +a.r8(a.e,0,2)}else{a.eI(0,255) +r=$.dP() +s.setUint32(0,b,B.t===r) +a.r8(a.e,0,4)}}}, +fc(a){var s,r,q=a.nR(0) +switch(q){case 254:s=a.b +r=$.dP() +q=J.aLW(a.a,s,r) +a.b+=2 +return q +case 255:s=a.b +r=$.dP() +q=J.aAI(a.a,s,r) +a.b+=4 +return q +default:return q}}} +A.akz.prototype={ +$2(a,b){var s=this.a,r=this.b +s.ez(0,r,a) +s.ez(0,r,b)}, +$S:67} +A.akB.prototype={ +je(a){var s=A.an5(64) +B.as.ez(0,s,a.a) +B.as.ez(0,s,a.b) +return s.m2()}, +il(a){var s,r,q +a.toString +s=new A.AJ(a) +r=B.as.iF(0,s) +q=B.as.iF(0,s) +if(typeof r=="string"&&s.b>=J.a3R(a))return new A.k7(r,q) +else throw A.c(B.n_)}, +tb(a){var s=A.an5(64) +s.eI(0,0) +B.as.ez(0,s,a) +return s.m2()}, +n6(a,b,c){var s=A.an5(64) +s.eI(0,1) +B.as.ez(0,s,a) +B.as.ez(0,s,c) +B.as.ez(0,s,b) +return s.m2()}, +Rd(a,b){return this.n6(a,null,b)}, +QF(a){var s,r,q,p,o,n=J.bs(a) +if(n.giC(a)===0)throw A.c(B.Ju) +s=new A.AJ(a) +if(s.nR(0)===0)return B.as.iF(0,s) +r=B.as.iF(0,s) +q=B.as.iF(0,s) +p=B.as.iF(0,s) +o=s.b=n.giC(a) +else n=!1 +if(n)throw A.c(A.afg(r,p,A.d6(q),o)) +else throw A.c(B.Jv)}} +A.adS.prototype={ +agA(a,b,c){var s,r,q,p +if(t.PB.b(b)){this.b.B(0,a) +return}s=this.b +r=s.i(0,a) +q=A.aTu(c) +if(q==null)q=this.a +if(J.d(r==null?null:t.ZC.a(r.a),q))return +p=q.xG(a) +s.m(0,a,p) +B.Y7.dg("activateSystemCursor",A.aJ(["device",p.b,"kind",t.ZC.a(p.a).a],t.N,t.z),t.H)}} +A.A2.prototype={} +A.dd.prototype={ +j(a){var s=this.grT() +return s}} +A.WK.prototype={ +xG(a){throw A.c(A.fb(null))}, +grT(){return"defer"}} +A.a0O.prototype={} +A.kn.prototype={ +grT(){return"SystemMouseCursor("+this.a+")"}, +xG(a){return new A.a0O(this,a)}, +k(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.kn&&b.a===this.a}, +gu(a){return B.c.gu(this.a)}} +A.YP.prototype={} +A.mH.prototype={ +grA(){var s=$.io.e6$ +s===$&&A.b() +return s}, +qd(a,b){return this.Vu(0,b,this.$ti.h("1?"))}, +Vu(a,b,c){var s=0,r=A.a5(c),q,p=this,o,n,m +var $async$qd=A.a6(function(d,e){if(d===1)return A.a2(e,r) +while(true)switch(s){case 0:o=p.b +n=p.grA().v4(0,p.a,o.cb(b)) +m=o +s=3 +return A.ad(t.T8.b(n)?n:A.h8(n,t.CD),$async$qd) +case 3:q=m.fO(e) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$qd,r)}, +Ah(a){this.grA().Ai(this.a,new A.a54(this,a))}} +A.a54.prototype={ +$1(a){return this.UC(a)}, +UC(a){var s=0,r=A.a5(t.CD),q,p=this,o,n +var $async$$1=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:o=p.a.b +n=o +s=3 +return A.ad(p.b.$1(o.fO(a)),$async$$1) +case 3:q=n.cb(c) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$$1,r)}, +$S:172} +A.nr.prototype={ +grA(){var s,r=this.c +if(r==null){s=$.io.e6$ +s===$&&A.b() +r=s}return r}, +kH(a,b,c,d){return this.a6L(a,b,c,d,d.h("0?"))}, +a6L(a,b,c,d,e){var s=0,r=A.a5(e),q,p=this,o,n,m,l,k +var $async$kH=A.a6(function(f,g){if(f===1)return A.a2(g,r) +while(true)switch(s){case 0:o=p.b +n=o.je(new A.k7(a,b)) +m=p.a +l=p.grA().v4(0,m,n) +s=3 +return A.ad(t.T8.b(l)?l:A.h8(l,t.CD),$async$kH) +case 3:k=g +if(k==null){if(c){q=null +s=1 +break}throw A.c(A.axI("No implementation found for method "+a+" on channel "+m))}q=d.h("0?").a(o.QF(k)) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$kH,r)}, +dg(a,b,c){return this.kH(a,b,!1,c)}, +yy(a,b,c){return this.ais(a,b,c,b.h("@<0>").an(c).h("aH<1,2>?"))}, +ais(a,b,c,d){var s=0,r=A.a5(d),q,p=this,o +var $async$yy=A.a6(function(e,f){if(e===1)return A.a2(f,r) +while(true)switch(s){case 0:s=3 +return A.ad(p.dg(a,null,t.f),$async$yy) +case 3:o=f +q=o==null?null:J.a3P(o,b,c) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$yy,r)}, +mz(a){var s=this.grA() +s.Ai(this.a,new A.adE(this,a))}, +vY(a,b){return this.a3R(a,b)}, +a3R(a,b){var s=0,r=A.a5(t.CD),q,p=2,o,n=this,m,l,k,j,i,h,g,f,e +var $async$vY=A.a6(function(c,d){if(c===1){o=d +s=p}while(true)switch(s){case 0:h=n.b +g=h.il(a) +p=4 +e=h +s=7 +return A.ad(b.$1(g),$async$vY) +case 7:k=e.tb(d) +q=k +s=1 +break +p=2 +s=6 +break +case 4:p=3 +f=o +k=A.ag(f) +if(k instanceof A.pZ){m=k +k=m.a +i=m.b +q=h.n6(k,m.c,i) +s=1 +break}else if(k instanceof A.A1){q=null +s=1 +break}else{l=k +h=h.Rd("error",J.eX(l)) +q=h +s=1 +break}s=6 +break +case 3:s=2 +break +case 6:case 1:return A.a3(q,r) +case 2:return A.a2(o,r)}}) +return A.a4($async$vY,r)}} +A.adE.prototype={ +$1(a){return this.a.vY(a,this.b)}, +$S:172} +A.ja.prototype={ +dg(a,b,c){return this.ait(a,b,c,c.h("0?"))}, +kb(a,b){return this.dg(a,null,b)}, +ait(a,b,c,d){var s=0,r=A.a5(d),q,p=this +var $async$dg=A.a6(function(e,f){if(e===1)return A.a2(f,r) +while(true)switch(s){case 0:q=p.Xa(a,b,!0,c) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$dg,r)}} +A.pC.prototype={ +K(){return"KeyboardSide."+this.b}} +A.hx.prototype={ +K(){return"ModifierKey."+this.b}} +A.AF.prototype={ +gajx(){var s,r,q=A.w(t.xS,t.LE) +for(s=0;s<9;++s){r=B.t4[s] +if(this.aiC(r))q.m(0,r,B.d3)}return q}} +A.jf.prototype={} +A.agk.prototype={ +$0(){var s,r,q,p=this.b,o=J.a9(p),n=A.d6(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.d6(o.i(p,"code")) +if(s==null)s="" +m=m?"":n +r=A.hQ(o.i(p,"location")) +if(r==null)r=0 +q=A.hQ(o.i(p,"metaState")) +if(q==null)q=0 +p=A.hQ(o.i(p,"keyCode")) +return new A.Qu(s,m,r,q,p==null?0:p)}, +$S:301} +A.kf.prototype={} +A.uC.prototype={} +A.agp.prototype={ +aha(a){var s,r,q,p,o,n,m,l,k,j,i=this +if(a instanceof A.kf){p=a.c +i.d.m(0,p.gjv(),p.gtT())}else if(a instanceof A.uC)i.d.B(0,a.c.gjv()) +i.abh(a) +for(p=i.a,o=A.af(p,!0,t.iS),n=o.length,m=0;m")),e),a0=a1 instanceof A.kf +if(a0)a.E(0,g.gjv()) +for(s=g.a,r=null,q=0;q<9;++q){p=B.t4[q] +o=$.aJb() +n=o.i(0,new A.cZ(p,B.bJ)) +if(n==null)continue +m=B.z6.i(0,s) +if(n.t(0,m==null?new A.p(98784247808+B.c.gu(s)):m))r=p +if(f.i(0,p)===B.d3){c.R(0,n) +if(n.jQ(0,a.gkO(a)))continue}l=f.i(0,p)==null?A.aM(e):o.i(0,new A.cZ(p,f.i(0,p))) +if(l==null)continue +for(o=new A.w9(l,l.r),o.c=l.e,m=A.k(o).c;o.q();){k=o.d +if(k==null)k=m.a(k) +j=$.aJa().i(0,k) +j.toString +d.m(0,k,j)}}i=b.i(0,B.cE)!=null&&!J.d(b.i(0,B.cE),B.e2) +for(e=$.aA0(),e=A.k4(e,e.r);e.q();){a=e.d +h=i&&a.k(0,B.cE) +if(!c.t(0,a)&&!h)b.B(0,a)}b.B(0,B.el) +b.R(0,d) +if(a0&&r!=null&&!b.ai(0,g.gjv())){e=g.gjv().k(0,B.di) +if(e)b.m(0,g.gjv(),g.gtT())}}} +A.cZ.prototype={ +k(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.cZ&&b.a===this.a&&b.b==this.b}, +gu(a){return A.K(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.a_0.prototype={} +A.a__.prototype={} +A.Qu.prototype={ +gjv(){var s=this.a,r=B.z6.i(0,s) +return r==null?new A.p(98784247808+B.c.gu(s)):r}, +gtT(){var s,r=this.b,q=B.WS.i(0,r),p=q==null?null:q[this.c] +if(p!=null)return p +s=B.Vj.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.c.gu(this.a)+98784247808)}, +aiC(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.O(b)!==A.r(s))return!1 +return b instanceof A.Qu&&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.K(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.Bd.prototype={ +galK(){var s=this +if(s.c)return new A.bl(s.a,t.hr) +if(s.b==null){s.b=new A.bv(new A.ay($.an,t.X6),t.EZ) +s.vX()}return s.b.a}, +vX(){var s=0,r=A.a5(t.H),q,p=this,o +var $async$vX=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:s=3 +return A.ad(B.k5.kb("get",t.F),$async$vX) +case 3:o=b +if(p.b==null){s=1 +break}p.Mu(o) +case 1:return A.a3(q,r)}}) +return A.a4($async$vX,r)}, +Mu(a){var s,r=a==null +if(!r){s=J.aE(a,"enabled") +s.toString +A.rd(s)}else s=!1 +this.ahc(r?null:t.nc.a(J.aE(a,"data")),s)}, +ahc(a,b){var s,r,q=this,p=q.c&&b +q.d=p +if(p)$.bV.y2$.push(new A.ahC(q)) +s=q.a +if(b){p=q.a1M(a) +r=t.N +if(p==null){p=t.X +p=A.w(p,p)}r=new A.dk(p,q,null,"root",A.w(r,t.z4),A.w(r,t.I1)) +p=r}else p=null +q.a=p +q.c=!0 +r=q.b +if(r!=null)r.e2(0,p) +q.b=null +if(q.a!=s){q.aE() +if(s!=null)s.n()}}, +Cg(a){return this.a7l(a)}, +a7l(a){var s=0,r=A.a5(t.H),q=this,p +var $async$Cg=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:p=a.a +switch(p){case"push":q.Mu(t.F.a(a.b)) +break +default:throw A.c(A.fb(p+" was invoked but isn't implemented by "+A.r(q).j(0)))}return A.a3(null,r)}}) +return A.a4($async$Cg,r)}, +a1M(a){var s +if(a==null)return null +s=J.bs(a) +return t.J1.a(B.as.fO(J.awq(s.geJ(a),s.gf8(a),s.giC(a))))}, +Vc(a){var s=this +s.r.E(0,a) +if(!s.f){s.f=!0 +$.bV.y2$.push(new A.ahD(s))}}, +K7(){var s,r,q,p,o,n=this +if(!n.f)return +n.f=!1 +for(s=n.r,r=A.cB(s,s.r),q=A.k(r).c;r.q();){p=r.d;(p==null?q.a(p):p).w=!1}s.a2(0) +o=B.as.cb(n.a.a) +B.k5.dg("put",A.nu(o.buffer,o.byteOffset,o.byteLength),t.H)}, +agg(){if($.bV.bo$)return +this.K7()}} +A.ahC.prototype={ +$1(a){this.a.d=!1}, +$S:3} +A.ahD.prototype={ +$1(a){return this.a.K7()}, +$S:3} +A.dk.prototype={ +gr5(){var s=J.wW(this.a,"c",new A.ahz()) +s.toString +return t.F.a(s)}, +glK(){var s=J.wW(this.a,"v",new A.ahA()) +s.toString +return t.F.a(s)}, +adI(a,b){var s,r,q,p,o=this,n=o.f +if(n.ai(0,a)||!J.mx(o.gr5(),a)){n=t.N +s=new A.dk(A.w(n,t.X),null,null,a,A.w(n,t.z4),A.w(n,t.I1)) +o.ib(s) +return s}r=t.N +q=o.c +p=J.aE(o.gr5(),a) +p.toString +s=new A.dk(t.F.a(p),q,o,a,A.w(r,t.z4),A.w(r,t.I1)) +n.m(0,a,s) +return s}, +ib(a){var s=this,r=a.d +if(r!==s){if(r!=null)r.ws(a) +a.d=s +s.IM(a) +if(a.c!=s.c)s.MN(a)}}, +a9R(a){this.ws(a) +a.d=null +if(a.c!=null){a.Dj(null) +a.P8(this.gMM())}}, +oo(){var s,r=this +if(!r.w){r.w=!0 +s=r.c +if(s!=null)s.Vc(r)}}, +MN(a){a.Dj(this.c) +a.P8(this.gMM())}, +Dj(a){var s=this,r=s.c +if(r==a)return +if(s.w)if(r!=null)r.r.B(0,s) +s.c=a +if(s.w&&a!=null){s.w=!1 +s.oo()}}, +ws(a){var s,r,q,p=this +if(J.d(p.f.B(0,a.e),a)){J.my(p.gr5(),a.e) +s=p.r +r=s.i(0,a.e) +if(r!=null){q=J.bN(r) +p.Kk(q.fG(r)) +if(q.ga_(r))s.B(0,a.e)}if(J.hf(p.gr5()))J.my(p.a,"c") +p.oo() +return}s=p.r +q=s.i(0,a.e) +if(q!=null)J.my(q,a) +q=s.i(0,a.e) +q=q==null?null:J.hf(q) +if(q===!0)s.B(0,a.e)}, +IM(a){var s=this +if(s.f.ai(0,a.e)){J.fN(s.r.bf(0,a.e,new A.ahy()),a) +s.oo() +return}s.Kk(a) +s.oo()}, +Kk(a){this.f.m(0,a.e,a) +J.eW(this.gr5(),a.e,a.a)}, +P9(a,b){var s,r,q=this.f +q=q.gaY(q) +s=this.r +s=s.gaY(s) +r=q.F0(0,new A.iZ(s,new A.ahB(),A.k(s).h("iZ"))) +J.fj(b?A.af(r,!1,A.k(r).h("l.E")):r,a)}, +P8(a){return this.P9(a,!1)}, +als(a){var s,r=this +if(a===r.e)return +s=r.d +if(s!=null)s.ws(r) +r.e=a +s=r.d +if(s!=null)s.IM(r)}, +n(){var s,r=this +r.P9(r.ga9Q(),!0) +r.f.a2(0) +r.r.a2(0) +s=r.d +if(s!=null)s.ws(r) +r.d=null +r.Dj(null) +r.x=!0}, +j(a){return"RestorationBucket(restorationId: "+this.e+", owner: "+A.n(this.b)+")"}} +A.ahz.prototype={ +$0(){var s=t.X +return A.w(s,s)}, +$S:168} +A.ahA.prototype={ +$0(){var s=t.X +return A.w(s,s)}, +$S:168} +A.ahy.prototype={ +$0(){return A.a([],t.QT)}, +$S:305} +A.ahB.prototype={ +$1(a){return a}, +$S:306} +A.vd.prototype={ +k(a,b){var s,r +if(b==null)return!1 +if(this===b)return!0 +if(b instanceof A.vd){s=b.a +r=this.a +s=s.a===r.a&&s.b===r.b&&A.d7(b.b,this.b)}else s=!1 +return s}, +gu(a){var s=this.a +return A.K(s.a,s.b,A.cy(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.Sd.prototype={ +k(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.Sd&&b.a===this.a&&A.d7(b.b,this.b)}, +gu(a){return A.K(this.a,A.cy(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.a74.prototype={} +A.a4q.prototype={} +A.ko.prototype={ +Ol(){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.K() +q=o.r.K() +p=o.c +p=p==null?null:p.K() +return A.aJ(["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.Ol().j(0)+")"}, +gu(a){var s=this +return A.K(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.O(b)!==A.r(r))return!1 +if(b instanceof A.ko)if(J.d(b.a,r.a))if(J.d(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.akP.prototype={ +$0(){if(!J.d($.ve,$.ayg)){B.b8.dg("SystemChrome.setSystemUIOverlayStyle",$.ve.Ol(),t.H) +$.ayg=$.ve}$.ve=null}, +$S:0} +A.So.prototype={ +K(){return"SystemSoundType."+this.b}} +A.hM.prototype={ +fh(a){var s +if(a<0)return null +s=this.q8(a).a +return s>=0?s:null}, +fj(a){var s=this.q8(Math.max(0,a)).b +return s>=0?s:null}, +q8(a){var s,r=this.fh(a) +if(r==null)r=-1 +s=this.fj(a) +return new A.c_(r,s==null?-1:s)}} +A.rN.prototype={ +fh(a){var s +if(a<0)return null +s=this.a +return A.akH(s,Math.min(a,s.length)).b}, +fj(a){var s,r=this.a +if(a>=r.length)return null +s=A.akH(r,Math.max(0,a+1)) +return s.b+s.gG(s).length}, +q8(a){var s,r,q,p=this +if(a<0){s=p.fj(a) +return new A.c_(-1,s==null?-1:s)}else{s=p.a +if(a>=s.length){s=p.fh(a) +return new A.c_(s==null?-1:s,-1)}}r=A.akH(s,a) +s=r.b +if(s!==r.c)s=new A.c_(s,s+r.gG(r).length) +else{q=p.fj(a) +s=new A.c_(s,q==null?-1:q)}return s}} +A.tS.prototype={ +q8(a){return this.a.q5(new A.bg(Math.max(a,0),B.m))}} +A.Aq.prototype={ +fh(a){var s,r,q +if(a<0||this.a.length===0)return null +s=this.a +r=s.length +if(a>=r)return r +if(a===0)return 0 +if(a>1&&s.charCodeAt(a)===10&&s.charCodeAt(a-1)===13)q=a-2 +else q=A.ayk(s.charCodeAt(a))?a-1:a +for(;q>0;){if(A.ayk(s.charCodeAt(q)))return q+1;--q}return Math.max(q,0)}, +fj(a){var s,r=this.a,q=r.length +if(a>=q||q===0)return null +if(a<0)return 0 +for(s=a;!A.ayk(r.charCodeAt(s));){++s +if(s===q)return s}return s=s?null:s}} +A.fF.prototype={ +gkM(){var s,r=this +if(!r.gbY()||r.c===r.d)s=r.e +else s=r.c=n&&o<=p.b)return p +s=p.c +r=p.d +q=s<=r +if(o<=n){if(b)return p.oY(a.b,p.b,o) +n=q?o:s +return p.xB(n,q?r:o)}if(b)return p.oY(a.b,n,o) +n=q?s:o +return p.xB(n,q?o:r)}, +Rh(a){if(this.gee().k(0,a))return this +return this.aey(a.b,a.a)}} +A.nY.prototype={} +A.Sx.prototype={} +A.Sw.prototype={} +A.Sy.prototype={} +A.vi.prototype={} +A.a0Z.prototype={} +A.nZ.prototype={} +A.YT.prototype={} +A.at7.prototype={} +A.LN.prototype={ +ago(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=null,h=b.b +h=h.gbY()?new A.YT(h.c,h.d):i +s=b.c +s=s.gbY()&&s.a!==s.b?new A.YT(s.a,s.b):i +r=new A.at7(b,new A.bZ(""),h,s) +s=b.a +q=B.c.lT(j.a,s) +for(h=new A.a0H(q.a,q.b,q.c),p=i;h.q();p=o){o=h.d +o.toString +n=p==null?i:p.a+p.c.length +if(n==null)n=0 +m=o.a +j.CB(!1,n,m,r) +j.CB(!0,m,m+o.c.length,r)}h=p==null?i:p.a+p.c.length +if(h==null)h=0 +j.CB(!1,h,s.length,r) +s=r.e=!0 +l=r.c +k=r.d +h=r.b.a +s=(k!=null?k.a===k.b:s)?B.bB:new A.c_(k.a,k.b) +if(l==null)o=B.kV +else{o=r.a.b +o=A.c0(o.e,l.a,l.b,o.f)}return new A.d5(h.charCodeAt(0)==0?h:h,o,s)}, +CB(a,b,c,d){var s,r,q,p +if(a)s=b===c?"":this.c +else s=B.c.T(d.a.a,b,c) +d.b.a+=s +if(s.length===c-b)return +r=new A.a9n(b,c,s) +q=d.c +p=q==null +if(!p)q.a=q.a+r.$1(d.a.b.c) +if(!p)q.b=q.b+r.$1(d.a.b.d) +q=d.d +p=q==null +if(!p)q.a=q.a+r.$1(d.a.c.a) +if(!p)q.b=q.b+r.$1(d.a.c.b)}} +A.a9n.prototype={ +$1(a){var s=this,r=s.a,q=a<=r&&a=r.a&&s<=this.a.length}else r=!1 +return r}, +alA(a,b){var s,r,q,p,o=this +if(!a.gbY())return o +s=a.a +r=a.b +q=B.c.iH(o.a,s,r,b) +if(r-s===b.length)return o.aeu(q) +s=new A.al3(a,b) +r=o.b +p=o.c +return new A.d5(q,A.c0(B.m,s.$1(r.c),s.$1(r.d),!1),new A.c_(s.$1(p.a),s.$1(p.b)))}, +Gx(){var s=this.b,r=this.c +return A.aJ(["text",this.a,"selectionBase",s.c,"selectionExtent",s.d,"selectionAffinity",s.e.K(),"selectionIsDirectional",s.f,"composingBase",r.a,"composingExtent",r.b],t.N,t.z)}, +j(a){return"TextEditingValue(text: \u2524"+this.a+"\u251c, selection: "+this.b.j(0)+", composing: "+this.c.j(0)+")"}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return b instanceof A.d5&&b.a===s.a&&b.b.k(0,s.b)&&b.c.k(0,s.c)}, +gu(a){var s=this.b,r=this.c +return A.K(B.c.gu(this.a),s.gu(s),A.K(B.e.gu(r.a),B.e.gu(r.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),B.a,B.a,B.a,B.a,B.a,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.al3.prototype={ +$1(a){var s=this.a,r=s.a,q=a<=r&&a") +l=p.f +k=A.k(l).h("bf<1>") +j=k.h("dF>") +q=A.af(new A.dF(new A.aZ(new A.bf(l,k),new A.alv(p,A.af(new A.S(n,new A.alw(),m),!0,m.h("bd.E"))),k.h("aZ")),new A.alx(p),j),!0,j.h("l.E")) +s=1 +break}else if(b==="TextInputClient.scribbleInteractionBegan"){p.r=!0 +s=1 +break}else if(b==="TextInputClient.scribbleInteractionFinished"){p.r=!1 +s=1 +break}n=p.d +if(n==null){s=1 +break}if(b==="TextInputClient.requestExistingInputState"){m=p.e +m===$&&A.b() +p.B7(n,m) +p.wE(p.d.r.a.c.a) +s=1 +break}n=t.j +o=n.a(a.b) +if(b===u.m){n=t.a +i=n.a(J.aE(o,1)) +for(m=J.bs(i),l=J.aj(m.gbQ(i));l.q();)A.aEQ(n.a(m.i(i,l.gG(l)))) +s=1 +break}m=J.a9(o) +h=A.e_(m.i(o,0)) +l=p.d +if(h!==l.f){s=1 +break}switch(b){case"TextInputClient.updateEditingState":g=A.aEQ(t.a.a(m.i(o,1))) +$.cg().abT(g,$.awi()) +break +case u.s:f=A.a([],t.sD) +l=t.a +for(n=J.aj(n.a(J.aE(l.a(m.i(o,1)),"deltas")));n.q();)f.push(A.aSs(l.a(n.gG(n)))) +t.Je.a(p.d.r).an2(f) +break +case"TextInputClient.performAction":if(A.bB(m.i(o,1))==="TextInputAction.commitContent"){n=t.a.a(m.i(o,2)) +m=J.a9(n) +A.bB(m.i(n,"mimeType")) +A.bB(m.i(n,"uri")) +if(m.i(n,"data")!=null)new Uint8Array(A.mo(A.hv(t.JY.a(m.i(n,"data")),!0,t.S))) +p.d.r.a.toString}else p.d.r.akO(A.aW7(A.bB(m.i(o,1)))) +break +case"TextInputClient.performSelectors":e=J.kQ(n.a(m.i(o,1)),t.N) +e.ah(e,p.d.r.gakQ()) +break +case"TextInputClient.performPrivateCommand":n=t.a +d=n.a(m.i(o,1)) +m=p.d.r +l=J.a9(d) +A.bB(l.i(d,"action")) +if(l.i(d,"data")!=null)n.a(l.i(d,"data")) +m.a.toString +break +case"TextInputClient.updateFloatingCursor":n=l.r +l=A.aW6(A.bB(m.i(o,1))) +m=t.a.a(m.i(o,2)) +if(l===B.ji){k=J.a9(m) +c=new A.i(A.jC(k.i(m,"X")),A.jC(k.i(m,"Y")))}else c=B.f +n.amg(new A.agj(c,l)) +break +case"TextInputClient.onConnectionClosed":n=l.r +if(n.ghy()){n.z.toString +n.fy=n.z=$.cg().d=null +n.a.d.mq()}break +case"TextInputClient.showAutocorrectionPromptRect":l.r.VU(A.e_(m.i(o,1)),A.e_(m.i(o,2))) +break +case"TextInputClient.showToolbar":l.r.jD() +break +case"TextInputClient.insertTextPlaceholder":l.r.aib(new A.I(A.jC(m.i(o,1)),A.jC(m.i(o,2)))) +break +case"TextInputClient.removeTextPlaceholder":l.r.Tz() +break +default:throw A.c(A.axI(null))}case 1:return A.a3(q,r)}}) +return A.a4($async$C_,r)}, +aa2(){if(this.w)return +this.w=!0 +A.eV(new A.alz(this))}, +aax(a,b){var s,r,q,p,o,n,m,l,k,j +for(s=this.b,s=A.cB(s,s.r),r=t.jl,q=t.H,p=A.k(s).c,o=t.N,n=t.z;s.q();){m=s.d +if(m==null)p.a(m) +m=$.cg() +l=m.c +l===$&&A.b() +k=m.d.f +j=b.lk() +if(m.a!==$.awi())j.m(0,"inputType",A.aJ(["name","TextInputType.none","signed",null,"decimal",null],o,n)) +l.dg("TextInput.setClient",A.a([k,j],r),q)}}, +JB(){var s,r,q,p,o=this +o.d.toString +for(s=o.b,s=A.cB(s,s.r),r=t.H,q=A.k(s).c;s.q();){p=s.d +if(p==null)q.a(p) +p=$.cg().c +p===$&&A.b() +p.kb("TextInput.clearClient",r)}o.d=null +o.aa2()}, +wE(a){var s,r,q,p +for(s=this.b,s=A.cB(s,s.r),r=t.H,q=A.k(s).c;s.q();){p=s.d +if(p==null)q.a(p) +p=$.cg().c +p===$&&A.b() +p.dg("TextInput.setEditingState",a.Gx(),r)}}, +CY(){var s,r,q,p +for(s=this.b,s=A.cB(s,s.r),r=t.H,q=A.k(s).c;s.q();){p=s.d +if(p==null)q.a(p) +p=$.cg().c +p===$&&A.b() +p.kb("TextInput.show",r)}}, +a6n(){var s,r,q,p +for(s=this.b,s=A.cB(s,s.r),r=t.H,q=A.k(s).c;s.q();){p=s.d +if(p==null)q.a(p) +p=$.cg().c +p===$&&A.b() +p.kb("TextInput.hide",r)}}, +aaA(a,b){var s,r,q,p,o,n,m,l,k +for(s=this.b,s=A.cB(s,s.r),r=a.a,q=a.b,p=b.a,o=t.N,n=t.z,m=t.H,l=A.k(s).c;s.q();){k=s.d +if(k==null)l.a(k) +k=$.cg().c +k===$&&A.b() +k.dg("TextInput.setEditableSizeAndTransform",A.aJ(["width",r,"height",q,"transform",p],o,n),m)}}, +aay(a){var s,r,q,p,o,n,m,l,k,j +for(s=this.b,s=A.cB(s,s.r),r=a.a,q=a.c-r,p=a.b,o=a.d-p,n=t.N,m=t.z,l=t.H,k=A.k(s).c;s.q();){j=s.d +if(j==null)k.a(j) +j=$.cg().c +j===$&&A.b() +j.dg("TextInput.setMarkedTextRect",A.aJ(["width",q,"height",o,"x",r,"y",p],n,m),l)}}, +aaw(a){var s,r,q,p,o,n,m,l,k,j +for(s=this.b,s=A.cB(s,s.r),r=a.a,q=a.c-r,p=a.b,o=a.d-p,n=t.N,m=t.z,l=t.H,k=A.k(s).c;s.q();){j=s.d +if(j==null)k.a(j) +j=$.cg().c +j===$&&A.b() +j.dg("TextInput.setCaretRect",A.aJ(["width",q,"height",o,"x",r,"y",p],n,m),l)}}, +aaE(a){var s,r,q +for(s=this.b,s=A.cB(s,s.r),r=A.k(s).c;s.q();){q=s.d;(q==null?r.a(q):q).VM(a)}}, +aaF(a,b,c,d,e){var s,r,q,p,o,n,m,l,k +for(s=this.b,s=A.cB(s,s.r),r=d.a,q=e.a,p=t.N,o=t.z,n=t.H,m=c==null,l=A.k(s).c;s.q();){k=s.d +if(k==null)l.a(k) +k=$.cg().c +k===$&&A.b() +k.dg("TextInput.setStyle",A.aJ(["fontFamily",a,"fontSize",b,"fontWeightIndex",m?null:c.a,"textAlignIndex",r,"textDirectionIndex",q],p,o),n)}}, +a9K(){var s,r,q,p +for(s=this.b,s=A.cB(s,s.r),r=t.H,q=A.k(s).c;s.q();){p=s.d +if(p==null)q.a(p) +p=$.cg().c +p===$&&A.b() +p.kb("TextInput.requestAutofill",r)}}, +abT(a,b){var s,r,q,p +if(this.d==null)return +for(s=$.cg().b,s=A.cB(s,s.r),r=A.k(s).c,q=t.H;s.q();){p=s.d +if((p==null?r.a(p):p)!==b){p=$.cg().c +p===$&&A.b() +p.dg("TextInput.setEditingState",a.Gx(),q)}}$.cg().d.r.amf(a)}} +A.aly.prototype={ +$0(){var s=null +return A.a([A.iW("call",this.a,!0,B.az,s,!1,s,s,B.ah,s,!1,!0,!0,B.bo,s,t.O5)],t.D)}, +$S:18} +A.alw.prototype={ +$1(a){return a}, +$S:307} +A.alv.prototype={ +$1(a){var s,r,q,p=this.b,o=p[0],n=p[1],m=p[2] +p=p[3] +s=this.a.f +r=s.i(0,a) +p=r==null?null:r.aiz(new A.A(o,n,o+m,n+p)) +if(p!==!0)return!1 +p=s.i(0,a) +q=p==null?null:p.gDP(p) +if(q==null)q=B.G +if(!q.k(0,B.G)){p=q.a +p=isNaN(p)||isNaN(q.b)||isNaN(q.c)||isNaN(q.d)||p>=1/0||q.b>=1/0||q.c>=1/0||q.d>=1/0}else p=!0 +return!p}, +$S:13} +A.alx.prototype={ +$1(a){var s,r,q=this.a.f.i(0,a),p=q.gDP(q) +q=[a] +s=p.a +r=p.b +B.b.R(q,[s,r,p.c-s,p.d-r]) +return q}, +$S:308} +A.alz.prototype={ +$0(){var s=this.a +s.w=!1 +if(s.d==null)s.a6n()}, +$S:0} +A.Ce.prototype={} +A.Zl.prototype={ +VM(a){var s,r=$.cg().c +r===$&&A.b() +s=A.a1(a).h("S<1,z>") +r.dg("TextInput.setSelectionRects",A.af(new A.S(a,new A.are(),s),!0,s.h("bd.E")),t.H)}} +A.are.prototype={ +$1(a){var s=a.b,r=s.a,q=s.b +return A.a([r,q,s.c-r,s.d-q,a.a,a.c.a],t.a0)}, +$S:309} +A.a2x.prototype={} +A.SV.prototype={ +K(){return"UndoDirection."+this.b}} +A.SX.prototype={ +gabK(){var s=this.a +s===$&&A.b() +return s}, +C0(a){return this.a6g(a)}, +a6g(a){var s=0,r=A.a5(t.z),q,p=this,o,n +var $async$C0=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:n=t.j.a(a.b) +if(a.a==="UndoManagerClient.handleUndo"){o=p.b +o.toString +o.ah4(p.abz(A.bB(J.aE(n,0)))) +s=1 +break}throw A.c(A.axI(null)) +case 1:return A.a3(q,r)}}) +return A.a4($async$C0,r)}, +abz(a){switch(a){case"undo":return B.a6c +case"redo":return B.a6d}throw A.c(A.tk(A.a([A.mX("Unknown undo direction: "+a)],t.D)))}} +A.amG.prototype={} +A.auB.prototype={ +$1(a){this.a.scv(a) +return!1}, +$S:24} +A.b_.prototype={} +A.bb.prototype={ +f2(a){this.b=a}, +l2(a,b){return this.gjl()}, +qW(a,b){var s=this +if(A.k(s).h("d1").b(s))return s.l3(0,a,b) +return s.l2(0,a)}, +gjl(){return!0}, +oV(a){return!0}, +Gy(a,b){return this.oV(a)?B.dP:B.fg}, +qV(a,b){var s=this +if(A.k(s).h("d1").b(s))return s.dX(a,b) +return s.dW(a)}, +Dw(a){var s=this.a +s.b=!0 +s.a.push(a) +return null}, +zw(a){return this.a.B(0,a)}, +dr(a){return new A.Eq(this,a,!1,!1,!1,!1,new A.b0(A.a([],t.g),t.b),A.k(this).h("Eq"))}} +A.d1.prototype={ +l3(a,b,c){return this.Wo(0,b)}, +l2(a,b){return this.l3(a,b,null)}, +dr(a){return new A.Er(this,a,!1,!1,!1,!1,new A.b0(A.a([],t.g),t.b),A.k(this).h("Er"))}} +A.cw.prototype={ +dW(a){return this.c.$1(a)}} +A.a4_.prototype={ +Sg(a,b,c){return a.qV(b,c)}, +aiq(a,b,c){if(a.qW(b,c))return new A.cs(!0,a.qV(b,c)) +return B.Zc}} +A.kT.prototype={ +ap(){return new A.CS(A.aM(t.od),new A.o(),B.n)}} +A.a41.prototype={ +$1(a){var s=a.e +s.toString +t.L1.a(s) +return!1}, +$S:47} +A.a44.prototype={ +$1(a){var s,r=this,q=a.e +q.toString +s=A.a40(t.L1.a(q),r.b,r.d) +if(s!=null){r.c.AH(a,null) +r.a.a=s +return!0}return!1}, +$S:47} +A.a42.prototype={ +$1(a){var s,r=a.e +r.toString +s=A.a40(t.L1.a(r),this.b,this.c) +if(s!=null){this.a.a=s +return!0}return!1}, +$S:47} +A.a43.prototype={ +$1(a){var s,r,q=this,p=a.e +p.toString +s=q.b +r=A.a40(t.L1.a(p),s,q.d) +p=r!=null +if(p&&r.qW(s,q.c))q.a.a=A.aww(a).Sg(r,s,q.c) +return p}, +$S:47} +A.a45.prototype={ +$1(a){var s,r,q=this,p=a.e +p.toString +s=q.b +r=A.a40(t.L1.a(p),s,q.d) +p=r!=null +if(p&&r.qW(s,q.c))q.a.a=A.aww(a).Sg(r,s,q.c) +return p}, +$S:47} +A.CS.prototype={ +aW(){this.bb() +this.Ov()}, +a3I(a){this.aF(new A.and(this))}, +Ov(){var s,r,q,p,o=this,n=o.a.d +n=n.gaY(n) +s=A.fw(n,A.k(n).h("l.E")) +r=o.d.n1(s) +n=o.d +n.toString +q=s.n1(n) +for(n=r.ga6(r),p=o.gL5();n.q();)n.gG(n).zw(p) +for(n=q.ga6(q);n.q();)n.gG(n).Dw(p) +o.d=s}, +aX(a){this.bh(a) +this.Ov()}, +n(){var s,r,q,p,o=this +o.aZ() +for(s=o.d,s=A.cB(s,s.r),r=o.gL5(),q=A.k(s).c;s.q();){p=s.d;(p==null?q.a(p):p).zw(r)}o.d=null}, +I(a){var s=this.a +return new A.CR(null,s.d,this.e,s.e,null)}} +A.and.prototype={ +$0(){this.a.e=new A.o()}, +$S:0} +A.CR.prototype={ +cq(a){var s +if(this.w===a.w)s=!A.avQ(a.r,this.r) +else s=!0 +return s}} +A.pg.prototype={ +ap(){return new A.DM(new A.bp(null,t.B),B.n)}} +A.DM.prototype={ +aW(){this.bb() +$.bV.y2$.push(new A.app(this)) +$.a8.V$.f.a.d.E(0,this.gLc())}, +n(){$.a8.V$.f.a.d.B(0,this.gLc()) +this.aZ()}, +OL(a){this.wa(new A.apn(this))}, +a4A(a){if(this.c==null)return +this.OL(a)}, +a_H(a){if(!this.e)this.wa(new A.api(this))}, +a_J(a){if(this.e)this.wa(new A.apj(this))}, +a4w(a){var s=this +if(s.f!==a){s.wa(new A.aph(s,a)) +s.a.toString}}, +M1(a,b){var s,r,q,p,o,n,m=this,l=new A.apm(m),k=new A.apl(m,new A.apk(m)) +if(a==null){s=m.a +s.toString +r=s}else r=a +q=l.$1(r) +p=k.$1(r) +if(b!=null)b.$0() +s=m.a +s.toString +o=l.$1(s) +s=m.a +s.toString +n=k.$1(s) +if(p!==n)m.a.y.$1(n) +if(q!==o)m.a.z.$1(o)}, +wa(a){return this.M1(null,a)}, +a7b(a){return this.M1(a,null)}, +aX(a){this.bh(a) +if(this.a.c!==a.c)$.bV.y2$.push(new A.apo(this,a))}, +ga_F(){var s,r=this.c +r.toString +r=A.dc(r,B.eM) +s=r==null?null:r.ch +switch((s==null?B.ei:s).a){case 0:return this.a.c +case 1:return!0}}, +I(a){var s,r,q,p=this,o=null,n=p.a,m=n.as +n=n.d +s=p.ga_F() +r=p.a +q=A.ns(A.tn(!1,s,r.ax,o,!0,!0,n,!0,o,p.ga4v(),o,o,o,o),m,p.r,p.ga_G(),p.ga_I(),o) +n=r.c +if(n)m=r.w.a!==0 +else m=!1 +if(m)q=A.rr(r.w,q) +if(n){n=r.x +n=n.gbT(n)}else n=!1 +return n?A.ajY(q,o,p.a.x):q}} +A.app.prototype={ +$1(a){var s=$.a8.V$.f.a.b +if(s==null)s=A.w2() +this.a.OL(s)}, +$S:3} +A.apn.prototype={ +$0(){var s=$.a8.V$.f.a.b +switch((s==null?A.w2():s).a){case 0:this.a.d=!1 +break +case 1:this.a.d=!0 +break}}, +$S:0} +A.api.prototype={ +$0(){this.a.e=!0}, +$S:0} +A.apj.prototype={ +$0(){this.a.e=!1}, +$S:0} +A.aph.prototype={ +$0(){this.a.f=this.b}, +$S:0} +A.apm.prototype={ +$1(a){var s=this.a +return s.e&&a.c&&s.d}, +$S:75} +A.apk.prototype={ +$1(a){var s,r=this.a.c +r.toString +r=A.dc(r,B.eM) +s=r==null?null:r.ch +switch((s==null?B.ei:s).a){case 0:return a.c +case 1:return!0}}, +$S:75} +A.apl.prototype={ +$1(a){var s=this.a +return s.f&&s.d&&this.b.$1(a)}, +$S:75} +A.apo.prototype={ +$1(a){this.a.a7b(this.b)}, +$S:3} +A.Tf.prototype={ +dW(a){a.amL() +return null}} +A.yg.prototype={ +oV(a){return this.c}, +dW(a){}} +A.rs.prototype={} +A.rK.prototype={} +A.fQ.prototype={} +A.Lh.prototype={} +A.lG.prototype={} +A.Qh.prototype={ +l3(a,b,c){var s,r,q,p,o,n=$.a8.V$.f.c +if(n==null||n.e==null)return!1 +for(s=t.vz,r=0;r<2;++r){q=B.PK[r] +p=n.e +p.toString +o=A.awy(p,q,s) +if(o!=null&&o.qW(q,c)){this.e=o +this.f=q +return!0}}return!1}, +l2(a,b){return this.l3(a,b,null)}, +dX(a,b){var s,r=this.e +r===$&&A.b() +s=this.f +s===$&&A.b() +r.qV(s,b)}, +dW(a){return this.dX(a,null)}} +A.wl.prototype={ +LE(a,b,c){var s +a.f2(this.gm0()) +s=a.qV(b,c) +a.f2(null) +return s}, +dX(a,b){var s=this,r=A.awx(s.gtU(),A.k(s).c) +return r==null?s.Si(a,s.b,b):s.LE(r,a,b)}, +dW(a){return this.dX(a,null)}, +gjl(){var s,r,q=this,p=A.awy(q.gtU(),null,A.k(q).c) +if(p!=null){p.f2(q.gm0()) +s=p.gjl() +p.f2(null) +r=s}else r=q.gm0().gjl() +return r}, +l3(a,b,c){var s,r=this,q=A.awx(r.gtU(),A.k(r).c),p=q==null +if(!p)q.f2(r.gm0()) +s=(p?r.gm0():q).qW(b,c) +if(!p)q.f2(null) +return s}, +l2(a,b){return this.l3(a,b,null)}, +oV(a){var s,r=this,q=A.awx(r.gtU(),A.k(r).c),p=q==null +if(!p)q.f2(r.gm0()) +s=(p?r.gm0():q).oV(a) +if(!p)q.f2(null) +return s}} +A.Eq.prototype={ +Si(a,b,c){var s=this.e +if(b==null)return s.dW(a) +else return s.dW(a)}, +gm0(){return this.e}, +gtU(){return this.f}} +A.Er.prototype={ +LE(a,b,c){var s +c.toString +a.f2(new A.Dj(c,this.e,new A.b0(A.a([],t.g),t.b),this.$ti.h("Dj<1>"))) +s=a.qV(b,c) +a.f2(null) +return s}, +Si(a,b,c){var s=this.e +if(b==null)return s.dX(a,c) +else return s.dX(a,c)}, +gm0(){return this.e}, +gtU(){return this.f}} +A.Dj.prototype={ +f2(a){this.d.f2(a)}, +l2(a,b){return this.d.l3(0,b,this.c)}, +gjl(){return this.d.gjl()}, +oV(a){return this.d.oV(a)}, +Dw(a){var s +this.Wn(a) +s=this.d.a +s.b=!0 +s.a.push(a)}, +zw(a){this.Wp(a) +this.d.a.B(0,a)}, +dW(a){return this.d.dX(a,this.c)}} +A.V9.prototype={} +A.V7.prototype={} +A.Y5.prototype={} +A.GA.prototype={ +f2(a){this.I2(a) +this.e.f2(a)}} +A.GB.prototype={ +f2(a){this.I2(a) +this.e.f2(a)}} +A.x2.prototype={ +ap(){return new A.Vi(null,null,B.n)}} +A.Vi.prototype={ +I(a){var s=this.a +return new A.Vh(B.Z,s.e,s.f,null,this,B.a7,s.c,null)}, +$ib5:1} +A.Vh.prototype={ +aO(a){var s=this +return A.aRb(s.e,s.y,s.f,s.r,s.w,A.e8(a),s.x)}, +aR(a,b){var s,r=this +b.sj8(r.e) +b.sEG(0,r.r) +b.salJ(r.w) +b.saf3(0,r.f) +b.sGO(r.x) +b.sc_(A.e8(a)) +s=r.y +if(s!==b.iq){b.iq=s +b.aL() +b.b6()}}} +A.a2d.prototype={ +n(){var s=this,r=s.cJ$ +if(r!=null)r.J(0,s.gjL()) +s.cJ$=null +s.aZ()}, +ce(){this.dF() +this.dc() +this.jM()}} +A.x9.prototype={ +aO(a){var s=new A.AP(this.e,!0,null,A.ar(),this.$ti.h("AP<1>")) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.sl(0,this.e) +b.sW2(!0)}} +A.vF.prototype={ +ap(){return new A.Gf(B.n)}} +A.Gf.prototype={ +ga6t(){$.a8.toString +var s=$.b3() +if(s.gxL()!=="/"){$.a8.toString +s=s.gxL()}else{this.a.toString +$.a8.toString +s=s.gxL()}return s}, +a1S(a){switch(this.d){case null:case void 0:case B.dw:case B.ip:return!0 +case B.eO:case B.iq:case B.eP:A.ayh(a.a) +return!0}}, +xN(a){this.d=a +this.YC(a)}, +aW(){var s=this +s.bb() +s.ac4() +$.a8.toString +s.w=s.MZ($.b3().a.f,s.a.go) +$.a8.aS$.push(s) +s.d=$.a8.RG$}, +aX(a){this.bh(a) +this.OU(a)}, +n(){B.b.B($.a8.aS$,this) +var s=this.e +if(s!=null)s.n() +this.aZ()}, +JC(){var s=this.e +if(s!=null)s.n() +this.f=this.e=null}, +OU(a){var s,r=this +r.a.toString +if(r.gP6()){r.JC() +if(r.r!=null){r.a.toString +a.toString +s=!1}else s=!0 +if(s){s=r.a.c +r.r=new A.pm(r,t.TX)}}else{r.JC() +r.r=null}}, +ac4(){return this.OU(null)}, +gP6(){this.a.toString +var s=!1 +return s}, +a7S(a){var s,r=a.a +if(r==="/")this.a.toString +s=this.a.as.i(0,r) +return this.a.f.$1$2(a,s,t.z)}, +a8e(a){return this.a.at.$1(a)}, +rZ(){var s=0,r=A.a5(t.y),q,p=this,o,n +var $async$rZ=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:p.a.toString +o=p.r +n=o==null?null:o.ga0() +if(n==null){q=!1 +s=1 +break}q=n.FI() +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$rZ,r)}, +pa(a){return this.afq(a)}, +afq(a){var s=0,r=A.a5(t.y),q,p=this,o,n,m,l +var $async$pa=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:p.a.toString +o=p.r +n=o==null?null:o.ga0() +if(n==null){q=!1 +s=1 +break}m=a.gff() +o=m.gcD(m).length===0?"/":m.gcD(m) +l=m.gle() +l=l.ga_(l)?null:m.gle() +o=A.d_(m.giz().length===0?null:m.giz(),null,o,null,l,null).gmQ() +o=n.CN(A.hP(o,0,o.length,B.Q,!1),null,t.X) +o.toString +o=A.aFN(o,B.lg,!1,null) +l=n.e +l.a.push(o) +l.aE() +n.vR() +n.Jj() +q=!0 +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$pa,r)}, +MZ(a,b){this.a.toString +return A.aWo(a,b)}, +QS(a){var s=this,r=s.MZ(a,s.a.go) +if(!r.k(0,s.w))s.aF(new A.atV(s,r))}, +I(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=null,g={} +g.a=null +i.a.toString +if(i.gP6()){s=i.r +r=i.ga6t() +q=i.a +q=q.ch +q.toString +g.a=A.aCf(!0,A.aDx(B.I,r,s,q,A.aHQ(),i.ga7R(),h,i.ga8d(),B.QR,!0,!0,"nav"),"Navigator Scope",h,h)}else{s=i.a.z +if(s!=null){r=s.d +r===$&&A.b() +q=s.e +q===$&&A.b() +p=s.c +p===$&&A.b() +g.a=new A.uP(r,q,p,s.b,"router",h,t.SB)}}g.b=null +s=i.a +s.toString +o=new A.en(new A.atU(g,i),h) +g.b=o +g.b=A.fp(o,h,B.aE,!0,s.db,h,h,B.a2) +s=i.a +r=s.cx +s=s.dx +s=A.M(255,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255) +g=g.b +q=i.a +q.toString +p=i.w +p.toString +n=A.aTe() +m=A.pG($.aJP(),t.n,t.od) +m.m(0,B.l0,new A.Bp(new A.b0(A.a([],t.g),t.b)).dr(a)) +l=A.axZ() +k=t.a9 +j=A.a([],k) +B.b.R(j,i.a.fr) +j.push(B.GS) +k=A.a(j.slice(0),k) +return new A.Bi(new A.BL(new A.dG(i.ga1R(),A.ajY(new A.L6(A.rr(m,A.aCh(new A.Ss(new A.BM(new A.zE(p,k,new A.SL(r,s,g,h),h),h),h),l)),h),"",n),h,t.w3),h),q.p4,h)}} +A.atV.prototype={ +$0(){this.a.w=this.b}, +$S:0} +A.atU.prototype={ +$1(a){return this.b.a.CW.$2(a,this.a.a)}, +$S:6} +A.a3j.prototype={} +A.xO.prototype={ +K(){return"ConnectionState."+this.b}} +A.hV.prototype={ +j(a){var s=this +return"AsyncSnapshot("+s.a.j(0)+", "+A.n(s.b)+", "+A.n(s.c)+", "+A.n(s.d)+")"}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +return s.$ti.b(b)&&b.a===s.a&&J.d(b.b,s.b)&&J.d(b.c,s.c)&&b.d==s.d}, +gu(a){return A.K(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.ts.prototype={ +ap(){return new A.DO(B.n,this.$ti.h("DO<1>"))}} +A.DO.prototype={ +aW(){var s=this +s.bb() +s.a.toString +s.e=new A.hV(B.ml,null,null,null,s.$ti.h("hV<1>")) +s.J5()}, +aX(a){var s,r=this +r.bh(a) +if(a.c==r.a.c)return +if(r.d!=null){r.d=null +s=r.e +s===$&&A.b() +r.e=new A.hV(B.ml,s.b,s.c,s.d,s.$ti)}r.J5()}, +I(a){var s,r=this.a +r.toString +s=this.e +s===$&&A.b() +return r.d.$2(a,s)}, +n(){this.d=null +this.aZ()}, +J5(){var s,r=this,q=r.a.c +if(q==null)return +s=r.d=new A.o() +q.eX(new A.aps(r,s),new A.apt(r,s),t.H) +q=r.e +q===$&&A.b() +if(q.a!==B.iR)r.e=new A.hV(B.HZ,q.b,q.c,q.d,q.$ti)}} +A.aps.prototype={ +$1(a){var s=this.a +if(s.d===this.b)s.aF(new A.apr(s,a))}, +$S(){return this.a.$ti.h("aS(1)")}} +A.apr.prototype={ +$0(){var s=this.a +s.e=new A.hV(B.iR,this.b,null,null,s.$ti.h("hV<1>"))}, +$S:0} +A.apt.prototype={ +$2(a,b){var s=this.a +if(s.d===this.b)s.aF(new A.apq(s,a,b))}, +$S:39} +A.apq.prototype={ +$0(){var s=this.a +s.e=new A.hV(B.iR,null,this.b,this.c,s.$ti.h("hV<1>"))}, +$S:0} +A.xk.prototype={ +ap(){return new A.D1(B.n)}} +A.D1.prototype={ +aW(){this.bb() +this.J8()}, +aX(a){this.bh(a) +this.J8()}, +J8(){this.e=new A.dG(this.ga_P(),this.a.c,null,t.Jc)}, +n(){var s,r,q=this.d +if(q!=null)for(q=A.k4(q,q.r);q.q();){s=q.d +r=this.d.i(0,s) +r.toString +s.J(0,r)}this.aZ()}, +a_Q(a){var s,r=this,q=a.a,p=r.d +if(p==null)p=r.d=A.w(t.I_,t.M) +p.m(0,q,r.a1x(q)) +p=r.d.i(0,q) +p.toString +q.U(0,p) +if(!r.f){r.f=!0 +s=r.KA() +if(s!=null)r.OQ(s) +else $.bV.y2$.push(new A.anC(r))}return!1}, +KA(){var s={},r=this.c +r.toString +s.a=null +r.b5(new A.anH(s)) +return t.xO.a(s.a)}, +OQ(a){var s,r +this.c.toString +s=this.f +r=this.e +r===$&&A.b() +a.J3(t.Fw.a(A.aPm(r,s)))}, +a1x(a){var s=A.aR("callback"),r=new A.anG(this,a,s) +s.scv(r) +return r}, +I(a){var s=this.f,r=this.e +r===$&&A.b() +return new A.zj(s,r,null)}} +A.anC.prototype={ +$1(a){var s,r=this.a +if(r.c==null)return +s=r.KA() +s.toString +r.OQ(s)}, +$S:3} +A.anH.prototype={ +$1(a){this.a.a=a}, +$S:12} +A.anG.prototype={ +$0(){var s=this.a,r=this.b +s.d.B(0,r) +r.J(0,this.c.aA()) +if(s.d.a===0)if($.bV.av$.a<3)s.aF(new A.anE(s)) +else{s.f=!1 +A.eV(new A.anF(s))}}, +$S:0} +A.anE.prototype={ +$0(){this.a.f=!1}, +$S:0} +A.anF.prototype={ +$0(){var s=this.a +if(s.c!=null&&s.d.a===0)s.aF(new A.anD(s))}, +$S:0} +A.anD.prototype={ +$0(){}, +$S:0} +A.tN.prototype={} +A.MZ.prototype={} +A.oL.prototype={ +qP(){var s=new A.MZ($.aD()) +this.hN$=s +this.c.ed(new A.tN(s))}, +nL(){var s,r=this +if(r.guF()){if(r.hN$==null)r.qP()}else{s=r.hN$ +if(s!=null){s.aE() +s.eZ() +r.hN$=null}}}, +I(a){if(this.guF()&&this.hN$==null)this.qP() +return B.a9a}} +A.Z4.prototype={ +I(a){throw A.c(A.tl("Widgets that mix AutomaticKeepAliveClientMixin into their State must call super.build() but must ignore the return value of the superclass."))}} +A.a1N.prototype={ +HG(a,b){}, +pG(a){A.aFY(this,new A.atD(this,a))}} +A.atD.prototype={ +$1(a){var s=a.y +if(s!=null&&s.t(0,this.a))a.by()}, +$S:12} +A.atC.prototype={ +$1(a){A.aFY(a,this.a)}, +$S:12} +A.a1O.prototype={ +ct(a){return new A.a1N(A.eu(null,null,null,t.h,t.X),this,B.R)}} +A.hY.prototype={ +cq(a){return this.w!==a.w}} +A.PK.prototype={ +aO(a){var s=this.e +s=new A.QP(B.d.am(A.H(s,0,1)*255),s,!1,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.seU(0,this.e) +b.sxi(!1)}} +A.I_.prototype={ +aO(a){var s=new A.QB(this.e,B.dx,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.syb(0,this.e) +b.sds(B.dx)}} +A.t4.prototype={ +aO(a){var s=new A.AT(this.e,this.f,this.r,!1,!1,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.snB(this.e) +b.sRD(this.f) +b.sakW(this.r) +b.ei=b.bp=!1}, +xR(a){a.snB(null) +a.sRD(null)}} +A.IL.prototype={ +aO(a){var s=new A.QF(null,this.f,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.soR(null) +b.smX(this.f)}, +xR(a){a.soR(null)}} +A.IJ.prototype={ +aO(a){var s=new A.QE(this.e,A.e8(a),null,B.bY,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.sDO(0,this.e) +b.smX(B.bY) +b.soR(null) +b.sc_(A.e8(a))}} +A.rR.prototype={ +aO(a){var s=new A.QD(this.e,this.f,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.soR(this.e) +b.smX(this.f)}, +xR(a){a.soR(null)}} +A.a6e.prototype={ +$1(a){return A.a6d(this.c,this.b,new A.nT(this.a,A.e8(a)))}, +$S:319} +A.PZ.prototype={ +aO(a){var s=this,r=new A.QQ(s.e,s.r,s.w,s.y,s.x,null,s.f,null,A.ar()) +r.aN() +r.saV(null) +return r}, +aR(a,b){var s=this +b.scX(0,s.e) +b.smX(s.f) +b.sDO(0,s.r) +b.sf6(0,s.w) +b.sa4(0,s.x) +b.sd9(0,s.y)}} +A.Q_.prototype={ +aO(a){var s=this,r=new A.QR(s.r,s.x,s.w,s.e,s.f,null,A.ar()) +r.aN() +r.saV(null) +return r}, +aR(a,b){var s=this +b.soR(s.e) +b.smX(s.f) +b.sf6(0,s.r) +b.sa4(0,s.w) +b.sd9(0,s.x)}} +A.vr.prototype={ +aO(a){var s=this,r=A.e8(a),q=new A.QY(s.w,null,A.ar()) +q.aN() +q.saV(null) +q.sbR(0,s.e) +q.sj8(s.r) +q.sc_(r) +q.syc(s.x) +q.sSX(0,null) +return q}, +aR(a,b){var s=this +b.sbR(0,s.e) +b.sSX(0,null) +b.sj8(s.r) +b.sc_(A.e8(a)) +b.bp=s.w +b.syc(s.x)}} +A.oT.prototype={ +aO(a){var s=new A.QM(this.e,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.snt(this.e)}} +A.rU.prototype={ +aO(a){var s=new A.QI(this.e,this.f,this.x,B.cR,B.cR,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.snt(this.e) +b.sVY(this.f) +b.ski(0,this.x) +b.saiS(B.cR) +b.sagl(B.cR)}} +A.M3.prototype={ +aO(a){var s=new A.QJ(this.e,this.f,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.sam9(this.e) +b.Z=this.f}} +A.R7.prototype={ +aO(a){var s=new A.B4(this.e,A.ar(),null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.salb(this.e)}} +A.bI.prototype={ +aO(a){var s=new A.B1(this.e,A.e8(a),null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.sdl(0,this.e) +b.sc_(A.e8(a))}} +A.e1.prototype={ +aO(a){var s=new A.QT(this.f,this.r,this.e,A.e8(a),null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.sj8(this.e) +b.samx(this.f) +b.sahL(this.r) +b.sc_(A.e8(a))}} +A.oQ.prototype={} +A.l4.prototype={ +aO(a){var s=new A.AU(this.e,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.sEj(this.e)}} +A.zs.prototype={ +oH(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.gaT(a) +if(r instanceof A.t)r.ae()}}} +A.y7.prototype={ +aO(a){var s=new A.AS(this.e,0,null,null,A.ar()) +s.aN() +s.R(0,null) +return s}, +aR(a,b){b.sEj(this.e)}} +A.h3.prototype={ +aO(a){return A.aE7(A.rI(this.f,this.e))}, +aR(a,b){b.sPo(A.rI(this.f,this.e))}, +cW(){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.hk.prototype={ +aO(a){return A.aE7(this.e)}, +aR(a,b){b.sPo(this.e)}} +A.Na.prototype={ +aO(a){var s=new A.QN(this.e,this.f,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.sajo(0,this.e) +b.sajm(0,this.f)}} +A.Ak.prototype={ +aO(a){var s=new A.B0(this.e,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.syV(this.e)}, +ct(a){return new A.Za(this,B.R)}} +A.Za.prototype={} +A.MP.prototype={ +aO(a){var s=null,r=new A.AY(s,s,s,A.ar()) +r.aN() +r.saV(s) +return r}, +aR(a,b){b.sWh(null) +b.sWg(null)}} +A.S3.prototype={ +aO(a){var s=a.au(t.I) +s.toString +s=new A.QX(this.e,s.w,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){var s +b.sdl(0,this.e) +s=a.au(t.I) +s.toString +b.sc_(s.w)}} +A.qB.prototype={ +aO(a){var s=A.e8(a) +s=new A.B7(this.e,s,this.r,this.w,A.ar(),0,null,null,A.ar()) +s.aN() +s.R(0,null) +return s}, +aR(a,b){var s +b.sj8(this.e) +s=A.e8(a) +b.sc_(s) +s=this.r +if(b.aP!==s){b.aP=s +b.ae()}s=this.w +if(s!==b.bc){b.bc=s +b.aL() +b.b6()}}} +A.kd.prototype={ +oH(a){var s,r,q,p=this,o=a.b +o.toString +t.O.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}s=p.z +if(o.y!=s){o.y=s +r=!0}if(r){q=a.gaT(a) +if(q instanceof A.t)q.ae()}}} +A.Qb.prototype={ +I(a){var s=this,r=a.au(t.I) +r.toString +return A.aQP(s.f,s.x,null,null,s.c,r.w,s.d,s.r)}} +A.LR.prototype={ +ga7y(){switch(this.e.a){case 0:return!0 +case 1:var s=this.w +return s===B.dI||s===B.iS}}, +GZ(a){var s=this.x +s=this.ga7y()?A.e8(a):null +return s}, +aO(a){var s=this,r=null,q=new A.AW(s.e,s.f,s.r,s.w,s.GZ(a),s.y,s.z,B.I,A.ar(),A.ax(4,A.vl(r,r,r,r,r,B.aT,B.i,r,B.af,B.a2),!1,t.mi),!0,0,r,r,A.ar()) +q.aN() +q.R(0,r) +return q}, +aR(a,b){var s=this,r=s.e +if(b.D!==r){b.D=r +b.ae()}b.sajh(s.f) +r=s.r +if(b.aK!==r){b.aK=r +b.ae()}b.saeX(s.w) +r=s.GZ(a) +if(b.aP!=r){b.aP=r +b.ae()}r=s.y +if(b.bc!==r){b.bc=r +b.ae()}r=s.z +if(b.b9!=r){b.b9=r +b.ae()}if(B.I!==b.V){b.V=B.I +b.aL() +b.b6()}}} +A.uR.prototype={} +A.rT.prototype={} +A.yF.prototype={ +oH(a){var s,r,q,p=a.b +p.toString +t.US.a(p) +s=this.f +if(p.e!==s){p.e=s +r=!0}else r=!1 +s=this.r +if(p.f!==s){p.f=s +r=!0}if(r){q=a.gaT(a) +if(q instanceof A.t)q.ae()}}} +A.LH.prototype={} +A.R2.prototype={ +aO(a){var s,r,q,p,o=this,n=null,m=o.r +if(m==null){m=a.au(t.I) +m.toString +m=m.w}s=o.x +r=o.y +q=A.zF(a) +if(r.k(0,B.af))r=new A.fI(1) +p=s===B.bP?"\u2026":n +s=new A.B2(A.vl(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.ar()) +s.aN() +s.R(0,n) +s.snH(o.ay) +return s}, +aR(a,b){var s,r=this +b.sjz(0,r.e) +b.spU(0,r.f) +s=r.r +if(s==null){s=a.au(t.I) +s.toString +s=s.w}b.sc_(s) +b.sW6(r.w) +b.sakx(0,r.x) +b.sdS(r.y) +b.spE(r.z) +b.skC(r.as) +b.spV(r.at) +b.szG(r.ax) +s=A.zF(a) +b.spB(0,s) +b.snH(r.ay) +b.sVq(r.ch)}} +A.ahF.prototype={ +$0(){return this.a.a}, +$S:320} +A.ahG.prototype={ +$0(){return this.a.b}, +$S:59} +A.Nc.prototype={ +aO(a){var s=this,r=null,q=new A.QS(s.e,r,s.r,r,s.x,s.y,r,r,s.as,s.at,r,A.ar()) +q.aN() +q.saV(r) +return q}, +aR(a,b){var s=this +b.cT=s.e +b.er=null +b.c3=s.r +b.cU=null +b.bS=s.x +b.cN=s.y +b.fR=b.d1=null +b.iq=s.as +b.A=s.at}} +A.A3.prototype={ +aO(a){var s=this +return A.aRd(s.w,null,s.e,s.r,s.f,!0)}, +aR(a,b){var s,r=this +b.er=r.e +b.c3=r.f +b.cU=r.r +s=r.w +if(!b.bS.k(0,s)){b.bS=s +b.aL()}if(b.A!==B.aH){b.A=B.aH +b.aL()}}} +A.ih.prototype={ +aO(a){var s=new A.QV(null,A.ar()) +s.aN() +s.saV(null) +return s}} +A.tA.prototype={ +aO(a){var s=new A.AX(this.e,null,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.sS4(this.e) +b.sFk(null)}} +A.Hl.prototype={ +aO(a){var s=new A.AM(!1,null,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.sPf(!1) +b.sFk(null)}} +A.RF.prototype={ +aO(a){var s=this,r=new A.B5(s.e,s.f,s.r,s.w,!1,s.KX(a),null,A.ar()) +r.aN() +r.saV(null) +r.Ox(r.A) +return r}, +KX(a){var s,r=this.e,q=r.R8 +if(q!=null)return q +if(r.fy==null){if(r.id==null)r=r.p3!=null +else r=!0 +s=r}else s=!0 +if(!s)return null +return A.e8(a)}, +aR(a,b){var s=this +b.sQa(s.f) +b.safZ(s.r) +b.safU(s.w) +b.sade(!1) +b.sTa(s.e) +b.sc_(s.KX(a))}} +A.Pj.prototype={ +aO(a){var s=new A.QO(null,A.ar()) +s.aN() +s.saV(null) +return s}} +A.I9.prototype={ +aO(a){var s=new A.QC(!0,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.sadf(!0)}} +A.mY.prototype={ +aO(a){var s=new A.QH(this.e,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.safV(this.e)}} +A.MI.prototype={ +aO(a){var s=new A.QK(this.e,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.sai4(0,this.e)}} +A.j4.prototype={ +I(a){return this.c}} +A.en.prototype={ +I(a){return this.c.$1(a)}} +A.oS.prototype={ +aO(a){var s=new A.EG(this.e,B.aH,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){t.ri.a(b).sa4(0,this.e)}} +A.EG.prototype={ +sa4(a,b){if(b.k(0,this.cT))return +this.cT=b +this.aL()}, +aJ(a,b){var s,r,q,p,o=this,n=o.gv(o) +if(n.a>0&&n.b>0){n=a.gbK(a) +s=o.gv(o) +r=b.a +q=b.b +p=$.a7().al() +p.sa4(0,o.cT) +n.dv(new A.A(r,q,r+s.a,q+s.b),p)}n=o.k3$ +if(n!=null)a.dO(n,b)}} +A.atX.prototype={ +$1(a){var s=a==null?t.K.a(a):a +return this.a.mb(s)}, +$S:321} +A.eG.prototype={ +rZ(){return A.d2(!1,t.y)}, +QV(a){return A.d2(!1,t.y)}, +pa(a){var s=null,r=a.gff(),q=r.gcD(r).length===0?"/":r.gcD(r),p=r.gle() +p=p.ga_(p)?s:r.gle() +q=A.d_(r.giz().length===0?s:r.giz(),s,q,s,p,s).gmQ() +return this.QV(A.hP(q,0,q.length,B.Q,!1))}, +Em(){}, +QU(){}, +QT(){}, +QS(a){}, +xN(a){}, +Es(){var s=0,r=A.a5(t.s1),q +var $async$Es=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:q=B.ls +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$Es,r)}} +A.CG.prototype={ +yk(){var s=0,r=A.a5(t.s1),q,p=this,o,n,m,l +var $async$yk=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:o=A.af(p.aS$,!0,t.X5),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.Na(0,0,new A.hk(B.lw,n,n),n) +else{s=o.d +if(s!=null)m=new A.e1(s,n,n,m,n)}r=o.ga8n() +if(r!=null)m=new A.bI(r,m,n) +s=o.f +if(s!=null)m=new A.oS(s,m,n) +s=o.as +if(s!==B.I){q=A.e8(a) +p=o.r +p.toString +m=A.a6d(m,s,new A.WE(q==null?B.i:q,p))}s=o.r +if(s!=null)m=A.t6(m,s,B.c0) +s=o.x +if(s!=null)m=new A.hk(s,m,n) +s=o.y +if(s!=null)m=new A.bI(s,m,n) +m.toString +return m}} +A.WE.prototype={ +A0(a){return this.c.A1(new A.A(0,0,0+a.a,0+a.b),this.b)}, +Aq(a){return!a.c.k(0,this.c)||a.b!==this.b}} +A.jP.prototype={ +K(){return"ContextMenuButtonType."+this.b}} +A.ds.prototype={ +k(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.ds&&J.d(b.a,this.a)&&b.b===this.b}, +gu(a){return A.K(null,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"ContextMenuButtonItem "+this.b.j(0)+", null"}} +A.IX.prototype={ +VS(a,b,c){var s,r +A.aBv() +s=A.ad8(b,t.N1) +s.toString +r=A.aDz(b) +if(r==null)r=null +else{r=r.c +r.toString}r=A.nw(new A.a6B(A.aCQ(b,r),c),!1) +$.oV=r +s.yv(0,r) +$.l3=this}, +ew(a){if($.l3!==this)return +A.aBv()}} +A.a6B.prototype={ +$1(a){return new A.D8(this.a.a,this.b.$1(a),null)}, +$S:6} +A.mV.prototype={ +uH(a,b,c){return A.a72(c,this.w,null,this.y,this.x)}, +cq(a){return!J.d(this.w,a.w)||!J.d(this.x,a.x)||!J.d(this.y,a.y)}} +A.a73.prototype={ +$1(a){var s=a.au(t.Uf) +if(s==null)s=B.dM +return A.a72(this.e,s.w,this.a,this.d,s.x)}, +$S:322} +A.Z5.prototype={ +I(a){throw A.c(A.tl("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.L6.prototype={ +a3m(){return $.aIF()}, +I(a){var s=A.ajY(this.c,"",this.a3m()) +return A.ajY(s,"",A.aNJ())}} +A.Lb.prototype={ +uM(a){return new A.aP(0,a.b,0,a.d)}, +uR(a,b){var s,r=this.b,q=r.a,p=q+b.a-a.a +r=r.b +s=r+b.b-a.b +if(p>0)q-=p +return new A.i(q,s>0?r-s:r)}, +mC(a){return!this.b.k(0,a.b)}} +A.t9.prototype={ +ap(){return new A.DB(A.uz(null),A.uz(null),B.n)}, +agv(a,b,c){return this.d.$3(a,b,c)}, +alI(a,b,c){return this.e.$3(a,b,c)}} +A.DB.prototype={ +aW(){var s,r=this +r.bb() +s=r.a.c +r.d=s.gbx(s) +s=r.a.c +s.bD() +s=s.cO$ +s.b=!0 +s.a.push(r.gB4()) +r.Ow()}, +J0(a){var s,r=this,q=r.d +q===$&&A.b() +s=r.a0F(a,q) +r.d=s +if(q!==s)r.Ow()}, +aX(a){var s,r,q=this +q.bh(a) +s=a.c +if(s!==q.a.c){r=q.gB4() +s.dA(r) +s=q.a.c +s.bD() +s=s.cO$ +s.b=!0 +s.a.push(r) +r=q.a.c +q.J0(r.gbx(r))}}, +a0F(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}}, +Ow(){var s=this,r=s.d +r===$&&A.b() +switch(r.a){case 0:case 1:s.e.saT(0,s.a.c) +s.f.saT(0,B.cq) +break +case 2:case 3:s.e.saT(0,B.dA) +s.f.saT(0,new A.jg(s.a.c,new A.b0(A.a([],t.x8),t.jc),0)) +break}}, +n(){this.a.c.dA(this.gB4()) +this.aZ()}, +I(a){var s=this.a +return s.agv(a,this.e,s.alI(a,this.f,s.f))}} +A.VY.prototype={ +aO(a){var s=new A.a_f(this.e,this.f,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){var s +this.XK(a,b) +s=this.f +b.ak=s +if(!s){s=b.Z +if(s!=null)s.$0() +b.Z=null}else if(b.Z==null)b.aL()}} +A.a_f.prototype={ +aJ(a,b){var s=this +if(s.ak)if(s.Z==null)s.Z=a.a.acA(s.A) +s.j_(a,b)}} +A.Sv.prototype={ +sl(a,b){this.qv(0,b)}, +sv3(a){var s,r,q,p,o=this +if(!o.Sm(a))throw A.c(A.tl("invalid text selection: "+a.j(0))) +s=a.a +r=a.b +if(s===r){q=o.a.c +s=s>=q.a&&r<=q.b}else s=!1 +p=s?o.a.c:B.bB +o.qv(0,o.a.aeA(p,a))}, +Sm(a){var s=this.a.a.length +return a.a<=s&&a.b<=s}} +A.SN.prototype={} +A.h9.prototype={} +A.ap_.prototype={ +f5(a,b){return 0}, +l1(a){return a>=this.b}, +em(a,b){var s,r,q,p=this.c,o=this.d +if(p[o].a>b){s=o +o=0}else s=11 +for(r=s-1;o0){d.jZ=new A.i(n.a- -4,d.jZ.b) +d.ER=!1}else if(d.xZ&&k.a<0){d.jZ=new A.i(n.a-l,d.jZ.b) +d.xZ=!1}if(d.y_&&k.b>0){d.jZ=new A.i(d.jZ.a,n.b- -4) +d.y_=!1}else if(d.y0&&k.b<0){d.jZ=new A.i(d.jZ.a,n.b-m) +d.y0=!1}r=d.jZ +j=n.a-r.a +i=n.b-r.b +h=Math.min(Math.max(j,-4),l) +g=Math.min(Math.max(i,-4),m) +if(j<-4&&k.a<0)d.ER=!0 +else if(j>l&&k.a>0)d.xZ=!0 +if(i<-4&&k.b<0)d.y_=!0 +else if(i>m&&k.b>0)d.y0=!0 +d.EQ=n +f.k2=new A.i(h,g) +d=f.ga3() +r=f.ga3() +p=f.k2 +p.toString +p=p.X(0,new A.i(0,f.ga3().ar.gcV()/2)) +f.id=d.fi(A.bH(r.bi(0,e),p)) +p=f.ga3() +r=f.k2 +r.toString +d=f.id +d.toString +p.Ag(s,r,d) +break +case 2:f.rb() +if(f.id!=null&&f.k2!=null){f.dy.sl(0,0) +d=f.dy +d.z=B.aq +d.j0(1,B.eS,B.j3)}break}}, +Mi(){var s,r,q,p,o=this,n=o.ga3(),m=o.id +m.toString +s=n.iS(m).gadA().a1(0,new A.i(0,o.ga3().ar.gcV()/2)) +n=o.dy +if(n.gbx(n)===B.a3){n=o.ga3() +m=o.id +m.toString +n.Ag(B.jj,s,m) +n=o.ga3().bM +if(n.a===n.b){n=o.id +n.toString +o.w1(A.vm(n),B.hL)}o.k2=o.k1=o.id=o.go=null}else{n=o.dy.x +n===$&&A.b() +m=o.k2 +r=A.N(m.a,s.a,n) +r.toString +m=A.N(m.b,s.b,n) +m.toString +q=o.ga3() +p=o.id +p.toString +q.HI(B.ji,new A.i(r,m),p,n)}}, +BK(a,b){var s,r,q,p,o,n=this,m=n.a.c +m.qv(0,m.a.Qg(B.bB)) +if(b){switch(a.a){case 0:case 1:case 2:case 3:case 4:case 5:case 8:case 9:case 10:case 11:case 12:n.a.d.mq() +break +case 6:m=n.a.d +p=m.e +p.toString +A.to(p).wg(m,!0) +break +case 7:m=n.a.d +p=m.e +p.toString +A.to(p).wg(m,!1) +break}b=!0}m=n.a +m.toString +s=null +if(s==null)return +try{s.$1(m.c.a.a)}catch(o){r=A.ag(o) +q=A.aA(o) +m=A.be("while calling onSubmitted for "+a.j(0)) +A.cE(new A.bi(r,q,"widgets",m,null,!1))}if(b)n.aa6()}, +Dm(){var s,r=this +if(r.k3>0||!r.ghy())return +s=r.a.c.a +if(s.k(0,r.fy))return +r.z.toString +$.cg().wE(s) +r.fy=s}, +KM(a){var s,r,q,p,o,n,m,l,k=this +B.b.gca(k.gfo().f) +s=k.ga3() +r=s.gv(s) +if(k.a.k2===1){s=a.c +q=a.a +p=r.a +o=s-q>=p?p/2-a.gb3().a:A.H(0,s-p,q) +n=B.ej}else{m=A.ay_(a.gb3(),Math.max(a.d-a.b,k.ga3().ar.gcV()),a.c-a.a) +s=m.d +q=m.b +p=r.b +o=s-q>=p?p/2-m.gb3().b:A.H(0,s-p,q) +n=B.hm}s=B.b.gca(k.gfo().f).at +s.toString +q=B.b.gca(k.gfo().f).z +q.toString +p=B.b.gca(k.gfo().f).Q +p.toString +l=A.H(o+s,q,p) +p=B.b.gca(k.gfo().f).at +p.toString +return new A.Be(l,a.cd(n.aq(0,p-l)))}, +wk(){var s,r,q,p,o,n=this +if(!n.ghy()){s=n.a.c.a +n.gur() +n.a.toString +r=n.gur() +q=A.aER(n) +$.cg().B7(q,r) +r=q +n.z=r +n.P_() +n.N6() +r=n.z +r.toString +p=n.db +p===$&&A.b() +o=n.grg() +r.Al(p.d,p.r,p.w,n.a.db,o) +o=$.cg() +o.wE(s) +o.CY() +n.a.toString +if(n.gur().e.a){n.z.toString +o.a9K()}n.fy=s}else{n.z.toString +$.cg().CY()}}, +JE(){var s,r,q=this +if(q.ghy()){s=q.z +s.toString +r=$.cg() +if(r.d===s)r.JB() +q.R8=q.fy=q.z=null +q.Tz()}}, +aa6(){if(this.k4)return +this.k4=!0 +A.eV(this.ga9O())}, +a9P(){var s,r,q,p,o,n=this +n.k4=!1 +if(n.ghy())s=!1 +else s=!0 +if(s)return +s=n.z +s.toString +r=$.cg() +if(r.d===s)r.JB() +n.fy=n.z=null +n.a.toString +n.gur() +n.a.toString +s=n.gur() +q=A.aER(n) +r.B7(q,s) +p=q +n.z=p +r.CY() +s=n.db +s===$&&A.b() +o=n.grg() +p.Al(s.d,s.r,s.w,n.a.db,o) +r.wE(n.a.c.a) +n.fy=n.a.c.a}, +abL(){this.ok=!1 +$.a8.V$.f.J(0,this.gwU())}, +TH(){var s=this +if(s.a.d.gcw())s.wk() +else{s.ok=!0 +$.a8.V$.f.U(0,s.gwU()) +s.a.d.li()}}, +OO(){var s,r,q=this +if(q.Q!=null){s=q.a.d.gcw() +r=q.Q +if(s){r.toString +r.ck(0,q.a.c.a)}else{r.n() +q.Q=null}}}, +a7L(){var s=this.Q +if(s!=null){s.oB() +s=s.e +s===$&&A.b() +s.cA()}this.R8=null}, +Bw(){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=h.a,f=g.eg,e=h.c +e.toString +s=g.c.a +r=h.ga3() +q=h.a +p=q.p2 +o=q.aP +n=q.x1 +q=q.cK +m=$.aD() +l=t.uh +k=new A.bq(!1,m,l) +j=new A.bq(!1,m,l) +l=new A.bq(!1,m,l) +i=new A.SD(e,r,p,h,new A.a7W(h,f),s,k,j,l) +s=i.gP0() +r.co.U(0,s) +r.cK.U(0,s) +i.Do() +s=i.ga3N() +r=r.ph +i.e!==$&&A.bA() +i.e=new A.RD(e,new A.bq(B.Vb,m,t.kr),new A.pJ(),q,B.eH,0,k,i.ga5H(),i.ga5J(),s,B.eH,0,j,i.ga5B(),i.ga5D(),s,l,B.R0,g,h.ax,h.ay,h.ch,p,h,o,n,h.x,r,new A.IX(),new A.IX()) +return i}, +w1(a,b){var s,r,q,p,o,n=this +if(!n.a.c.Sm(a))return +n.a.c.sv3(a) +switch(b){case null:case void 0:case B.Di:case B.a1:case B.hL:case B.ch:case B.kw:case B.b0:case B.al:n.TH() +break +case B.a6:if(n.a.d.gcw())n.TH() +break}q=n.a +q.toString +p=n.Q +if(p==null)n.Q=n.Bw() +else p.ck(0,q.c.a) +q=n.Q +q.toString +q.sRU(n.a.Q) +q=n.Q +q.oB() +q=q.e +q===$&&A.b() +q.VW() +try{n.a.to.$2(a,b)}catch(o){s=A.ag(o) +r=A.aA(o) +q=A.be("while calling onSelectionChanged for "+A.n(b)) +A.cE(new A.bi(s,r,"widgets",q,null,!1))}if(n.gwF()&&n.d!=null){n.wN(!1) +n.rb()}}, +CO(a){if(this.p1)return +this.p1=!0 +$.bV.y2$.push(new A.a83(this,a))}, +Em(){var s,r=this,q=r.c +if(q==null)return +s=A.amX(q) +s.toString +q=r.p2 +q===$&&A.b() +if(q!==s.w.d){$.bV.y2$.push(new A.a8u(r)) +if(r.p2>>24&255)/255,s) +s=q.ga3() +p=q.a.go +p=A.M(B.d.am(255*r),p.gl(p)>>>16&255,p.gl(p)>>>8&255,p.gl(p)&255) +s.gep().sDV(p) +if(q.a.as){p=q.gjI().x +p===$&&A.b() +p=p>0}else p=!1 +q.r.sl(0,p)}, +gwF(){var s,r +if(this.a.d.gcw()){s=this.a +r=s.c.a.b +s=r.a===r.b&&s.as&&this.fx}else s=!1 +return s}, +rb(){var s,r=this +if(!r.a.as)return +if(!r.fx)return +s=r.d +if(s!=null)s.b8(0) +r.gjI().sl(0,1) +if(r.a.aM)r.gjI().DE(r.gLF()).a.a.iO(r.gMh()) +else r.d=A.aEY(B.c1,new A.a87(r))}, +Cp(){var s,r=this,q=r.p3 +if(q>0){$.a8.toString +$.b3();--q +r.p3=q +if(q===0)r.aF(new A.a80())}if(r.a.aM){q=r.d +if(q!=null)q.b8(0) +r.d=A.c7(B.w,new A.a81(r))}else{q=r.d +q=q==null?null:q.b!=null +if(q!==!0&&r.fx)r.d=A.aEY(B.c1,new A.a82(r)) +q=r.gjI() +s=r.gjI().x +s===$&&A.b() +q.sl(0,s===0?1:0)}}, +wN(a){var s,r=this +r.gjI().sl(0,0) +s=r.d +if(s!=null)s.b8(0) +r.d=null +if(a)r.p3=0}, +NS(){return this.wN(!0)}, +D3(){var s=this +if(!s.gwF())s.NS() +else if(s.d==null)s.rb()}, +K2(){var s,r,q,p=this +if(p.a.d.gcw()&&!p.a.c.a.b.gbY()){s=p.gvI() +p.a.c.J(0,s) +r=p.a.c +q=p.IX() +q.toString +r.sv3(q) +p.a.c.U(0,s)}p.Dm() +p.D3() +p.OO() +p.aF(new A.a7X()) +p.gDs().Wj()}, +a2q(){var s,r,q,p=this +if(p.a.d.gcw()&&p.a.d.ae5())p.wk() +else if(!p.a.d.gcw()){p.JE() +s=p.a.c +s.qv(0,s.a.Qg(B.bB))}p.D3() +p.OO() +s=p.a.d.gcw() +r=$.a8 +if(s){r.aS$.push(p) +s=p.c +s.toString +p.p2=A.amX(s).w.d +p.a.toString +q=p.IX() +if(q!=null)p.w1(q,null)}else{B.b.B(r.aS$,p) +p.aF(new A.a7Z(p))}p.nL()}, +IX(){var s,r=this.a +if(r.az&&r.k2===1&&!this.ok)s=A.c0(B.m,0,r.c.a.a.length,!1) +else s=!r.c.a.b.gbY()?A.qF(B.m,this.a.c.a.a.length):null +return s}, +a1e(a){if(this.ga3().y==null||!this.ghy())return +this.P_()}, +P_(){var s=this.ga3(),r=s.gv(s),q=this.ga3().bi(0,null) +s=this.z +if(!r.k(0,s.a)||!q.k(0,s.b)){s.a=r +s.b=q +$.cg().aaA(r,q)}}, +N7(a){var s,r,q,p=this +if(!p.ghy())return +p.acb() +s=p.a.c.a.c +r=p.ga3().q6(s) +if(r==null){q=s.gbY()?s.a:0 +r=p.ga3().iS(new A.bg(q,B.m))}p.z.VB(r) +p.abS() +$.bV.y2$.push(p.gaa5())}, +N6(){return this.N7(null)}, +OW(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,a5=null +a4.a.toString +s=A.br() +if(s!==B.ao)return +if(B.b.gca(a4.gfo().f).k4!==B.hI)return +s=a4.ga3().ar.f +s.toString +r=new A.cs(a4.a.fy,a5) +q=A.bj("#0#1",new A.a88(r)) +p=A.bj("#0#4",new A.a89(q)) +o=A.bj("#0#2",new A.a8a(r)) +$label0$0:{if(t.tp.b(q.S())){n=q.S() +m=!0}else{n=a5 +m=!1}if(m){m=n +break $label0$0}if(p.S())if(typeof o.S()=="number"){l=o.S() +m=!0}else{l=a5 +m=!1}else{l=a5 +m=!1}if(m){m=new A.fI(l) +break $label0$0}if(p.S()&&o.S()==null){m=a4.c +m.toString +m=A.dc(m,B.eN) +m=m==null?a5:m.gdS() +if(m==null)m=B.af +break $label0$0}m=a5}k=a4.a.db +j=a4.grg() +a4.a.toString +i=a4.c +i.toString +i=A.ax_(i) +h=a4.a.gkC() +g=a4.rx +f=a4.ga3() +e=new A.asl(k,j,m,i,a5,h,g,f.gv(f),s) +if(a6)d=B.aQ +else{m=a4.R8 +m=m==null?a5:m.adX(e) +d=m==null?B.aQ:m}if(d.a<3)return +a4.R8=e +c=A.a([],t.u1) +b=s.uu(!1) +a=new A.nX(b,0,0) +for(a0=0;a.ob(1,a.c);a0=a1){s=a.d +a1=a0+(s==null?a.d=B.c.T(b,a.b,a.c):s).length +s=a4.ga3() +m=a01){m=n.a.c.a.b +m=m.a!==m.b||m.c===0}else m=!0 +if(m)return +m=n.a.c.a +s=m.a +m=m.b.c +r=A.akH(s,m) +q=r.b +if(m===s.length)r.N_(2,q) +else{r.N_(1,q) +r.ob(1,r.b)}m=r.a +q=B.c.T(m,0,r.b) +p=new A.dX(r.gG(r)) +p=p.gY(p) +o=new A.dX(r.gG(r)) +n.h1(new A.d5(q+p+o.gL(o)+B.c.bA(m,r.c),A.qF(B.m,r.b+r.gG(r).length),B.bB),B.a6)}, +a9G(a){var s=this.a.c.a,r=a.a.alA(a.c,a.b) +this.h1(r,a.d) +if(r.k(0,s))this.K2()}, +aac(a){if(a.a)this.jS(new A.bg(this.a.c.a.a.length,B.m)) +else this.jS(B.eG)}, +a2s(a){var s,r,q,p,o,n,m,l=this +if(a.b!==B.es)return +s=B.b.gca(l.gfo().f) +if(l.a.k2===1){r=l.gfo() +q=s.Q +q.toString +r.ek(q) +return}r=s.Q +r.toString +if(r===0){r=s.z +r.toString +r=r===0}else r=!1 +if(r)return +p=t._N.a(l.as.ga0()) +p.toString +o=A.aiP(p,a) +r=s.at +r.toString +q=s.z +q.toString +n=s.Q +n.toString +m=A.H(r+o,q,n) +if(m===r)return +l.gfo().ek(m)}, +a2N(a){var s,r,q,p,o,n,m,l,k,j,i=this +if(i.a.k2===1)return +s=i.ga3().iS(i.a.c.a.b.gee()) +r=t._N.a(i.as.ga0()) +r.toString +q=A.aiP(r,new A.ef(a.gye(a)?B.P:B.S,B.es)) +p=B.b.gca(i.gfo().f) +if(a.gye(a)){o=i.a.c.a +if(o.b.d>=o.a.length)return +o=s.b+q +n=p.Q +n.toString +m=i.ga3() +m=m.gv(m) +l=p.at +l.toString +k=o+l>=n+m.b?new A.bg(i.a.c.a.a.length,B.m):i.ga3().fi(A.bH(i.ga3().bi(0,null),new A.i(s.a,o))) +j=i.a.c.a.b.E5(k.a)}else{if(i.a.c.a.b.d<=0)return +o=s.b+q +n=p.at +n.toString +k=o+n<=0?B.eG:i.ga3().fi(A.bH(i.ga3().bi(0,null),new A.i(s.a,o))) +j=i.a.c.a.b.E5(k.a)}i.jS(j.gee()) +i.h1(i.a.c.a.ik(j),B.a6)}, +ac7(a){var s=a.b +this.jS(s.gee()) +this.h1(a.a.ik(s),a.c)}, +gDs(){var s,r=this,q=r.xr +if(q===$){s=A.a([],t.g) +r.xr!==$&&A.aK() +q=r.xr=new A.G6(r,new A.b0(s,t.b),t.Wp)}return q}, +a6p(a){var s=this.Q +if(s==null)s=null +else{s=s.e +s===$&&A.b() +s=s.gzN()}if(s===!0){this.nn(!1) +return null}s=this.c +s.toString +return A.oF(s,a,t.xm)}, +a1U(a){switch(A.br().a){case 0:case 2:case 1:switch(a.gcM(a).a){case 0:this.a.d.mq() +break +case 1:case 2:case 3:case 5:this.a.d.mq() +break +case 4:throw A.c(A.fb("Unexpected pointer down event for trackpad"))}break +case 3:case 4:case 5:this.a.d.mq() +break}}, +ga_E(){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=this,b1=b0.y1 +if(b1===$){s=t.g +r=A.a([],s) +q=t.b +b1=b0.x1 +if(b1===$){p=A.a([],s) +b0.x1!==$&&A.aK() +b1=b0.x1=new A.cw(b0.ga9F(),new A.b0(p,q),t.Tx)}o=b0.x2 +if(o===$){p=A.a([],s) +b0.x2!==$&&A.aK() +o=b0.x2=new A.cw(b0.gac6(),new A.b0(p,q),t.ZQ)}p=A.a([],s) +n=A.a([],s) +m=b0.ga0N() +l=b0.ga7p() +k=A.a([],s) +j=b0.c +j.toString +j=new A.m2(b0,m,l,new A.b0(k,q),t.dA).dr(j) +k=b0.ga7B() +i=A.a([],s) +h=b0.c +h.toString +h=new A.m2(b0,k,l,new A.b0(i,q),t.Uz).dr(h) +i=b0.ga6W() +g=b0.ga7r() +f=A.a([],s) +e=b0.c +e.toString +e=new A.m2(b0,i,g,new A.b0(f,q),t.Fb).dr(e) +m=A.ou(b0,m,l,!1,!1,!1,t._w) +f=b0.c +f.toString +f=m.dr(f) +m=A.a([],s) +d=b0.c +d.toString +d=new A.cw(b0.ga2M(),new A.b0(m,q),t.vr).dr(d) +m=A.ou(b0,k,l,!1,!0,!1,t.P9) +c=b0.c +c.toString +c=m.dr(c) +m=b0.ga8y() +b=A.ou(b0,m,l,!1,!0,!1,t.cP) +a=b0.c +a.toString +a=b.dr(a) +b=A.ou(b0,i,g,!1,!0,!1,t.OO) +a0=b0.c +a0.toString +a0=b.dr(a0) +b=b0.gDs() +a1=b0.c +a1.toString +a1=b.dr(a1) +b=b0.gDs() +a2=b0.c +a2.toString +a2=b.dr(a2) +m=A.ou(b0,m,l,!1,!0,!1,t.b6) +b=b0.c +b.toString +b=m.dr(b) +m=b0.ga2a() +a3=A.ou(b0,m,l,!1,!0,!1,t.HH) +a4=b0.c +a4.toString +a4=a3.dr(a4) +l=A.ou(b0,k,l,!1,!0,!1,t.eI) +k=b0.c +k.toString +k=l.dr(k) +l=A.a([],s) +a3=b0.c +a3.toString +a3=new A.cw(b0.gaab(),new A.b0(l,q),t.sl).dr(a3) +l=A.a([],s) +i=A.ou(b0,i,g,!1,!0,!0,t.oB) +a5=b0.c +a5.toString +a5=i.dr(a5) +g=A.ou(b0,m,g,!0,!0,!0,t.bh) +m=b0.c +m.toString +m=g.dr(m) +g=A.a([],s) +i=b0.c +i.toString +i=new A.a04(b0,new A.b0(g,q)).dr(i) +g=A.a([],s) +a6=b0.c +a6.toString +a6=new A.Wg(b0,new A.b0(g,q)).dr(a6) +g=A.a([],s) +a7=b0.c +a7.toString +a7=new A.cw(new A.a7V(b0),new A.b0(g,q),t.gv).dr(a7) +a8=b0.to +if(a8===$){s=A.a([],s) +b0.to!==$&&A.aK() +a8=b0.to=new A.cw(b0.gabE(),new A.b0(s,q),t.j5)}s=b0.c +s.toString +a9=A.aJ([B.a66,new A.yg(!1,new A.b0(r,q)),B.a5I,b1,B.a5V,o,B.Ex,new A.ye(!0,new A.b0(p,q)),B.kY,new A.cw(b0.ga6o(),new A.b0(n,q),t.OX),B.a5n,j,B.a6b,h,B.a5o,e,B.a5e,f,B.a5s,d,B.a5b,c,B.a5g,a,B.a5d,a0,B.a62,a1,B.a63,a2,B.a69,b,B.a5c,a4,B.a67,k,B.a5f,a3,B.l0,new A.cw(b0.ga2r(),new A.b0(l,q),t.AX),B.a68,a5,B.a64,m,B.a5K,i,B.a5l,a6,B.a5E,a7,B.a5P,a8.dr(s)],t.n,t.od) +b0.y1!==$&&A.aK() +b0.y1=a9 +b1=a9}return b1}, +I(a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b=this,a=null +b.AC(a0) +s=b.a +r=s.p2 +q=new A.cs(s.fy,a) +p=A.bj("#0#1",new A.a8c(q)) +o=A.bj("#0#4",new A.a8d(p)) +n=A.bj("#0#2",new A.a8e(q)) +$label0$0:{if(t.tp.b(p.S())){m=p.S() +s=!0}else{m=a +s=!1}if(s){s=m +break $label0$0}if(o.S())if(typeof n.S()=="number"){l=n.S() +s=!0}else{l=a +s=!1}else{l=a +s=!1}if(s){s=new A.fI(l) +break $label0$0}if(o.S()&&n.S()==null){s=A.dc(a0,B.eN) +s=s==null?a:s.gdS() +if(s==null)s=B.af +break $label0$0}s=a}k=b.ghy() +b.a.toString +j=b.ga_E() +i=b.a +h=i.c +g=i.d +i=i.k2!==1?B.P:B.cS +f=b.gfo() +e=b.a +d=e.b9 +e=e.aP +c=A.aiT(a0).Qr(!1,b.a.k2!==1) +return new A.VY(b.ga1d(),k,A.al5(A.ns(A.rr(j,new A.vx(h,new A.a8f(b),new A.a8g(b),g,a,A.tn(!1,a,A.aEn(i,B.a7,f,e,!0,b.as,d,a,c,a,new A.a8h(b,r,s)),a,a,a,g,!1,a,a,a,a,a,a),a,t.pm)),B.E8,a,a,a,a),a,b.ga1T()),a)}, +PR(){var s,r,q,p,o,n=this,m=null,l=n.a +l.toString +s=n.rx +if(s>=0&&s<=l.c.a.a.length){r=A.a([],t.s6) +l=n.a +q=l.c.a.a.length-n.rx +if(l.k2!==1){r.push(B.a9n) +l=n.ga3() +r.push(new A.jA(new A.I(l.gv(l).a,0),B.av,B.cf,m,m))}else r.push(B.a9o) +l=n.db +l===$&&A.b() +s=A.a([A.cA(m,m,B.c.T(n.a.c.a.a,0,q))],t.VO) +B.b.R(s,r) +s.push(A.cA(m,m,B.c.bA(n.a.c.a.a,q))) +return A.cA(s,l,m)}if(n.gab7()){n.a.c.a.gaiw() +l=n.a.c.a +s=n.db +s===$&&A.b() +p=n.cy +p===$&&A.b() +p=p.c +p.toString +o=n.dx +o.toString +return A.aWw(l,!0,s,p,o)}l=n.a.c +n.c.toString +s=n.db +s===$&&A.b() +return A.cA(A.a([l.ax],t.Ne),s,m)}, +$ib5:1} +A.a8_.prototype={ +$0(){}, +$S:0} +A.a8i.prototype={ +$0(){this.a.xI(B.al)}, +$S:0} +A.a8j.prototype={ +$0(){this.a.xA(B.al)}, +$S:0} +A.a8k.prototype={ +$0(){this.a.pK(B.al)}, +$S:0} +A.a8l.prototype={ +$0(){this.a.Ab(B.al)}, +$S:0} +A.a8m.prototype={ +$0(){return this.a.xA(B.al)}, +$S:0} +A.a8n.prototype={ +$0(){return this.a.xI(B.al)}, +$S:0} +A.a8o.prototype={ +$0(){return this.a.pK(B.al)}, +$S:0} +A.a8p.prototype={ +$0(){return this.a.Ab(B.al)}, +$S:0} +A.a8q.prototype={ +$0(){return this.a.yK(B.al)}, +$S:0} +A.a8r.prototype={ +$0(){return this.a.v1(B.al)}, +$S:0} +A.a8s.prototype={ +$0(){return this.a.v9(B.al)}, +$S:0} +A.a8t.prototype={ +$0(){return this.a.abd(B.al)}, +$S:0} +A.a8v.prototype={ +$1(a){this.a.wk()}, +$S:3} +A.a7W.prototype={ +$1(a){return this.b.$2(a,this.a)}, +$S:6} +A.a83.prototype={ +$1(a){var s,r,q,p,o,n,m,l,k,j,i,h=this.a +h.p1=!1 +s=$.a8.V$.z.i(0,h.w) +s=s==null?null:s.gW() +t.CA.a(s) +if(s!=null){r=s.bM.gbY() +r=!r||h.gfo().f.length===0}else r=!0 +if(r)return +q=s.ar.gcV() +h.a.toString +r=h.Q +if((r==null?null:r.c)!=null){p=r.c.q4(q).b +o=Math.max(p,48) +n=Math.max(p/2-h.Q.c.q3(B.eH,q).b+o/2,20)}else n=20 +h.a.toString +m=B.j5.rM(n) +l=h.KM(s.iS(s.bM.gee())) +k=h.a.c.a.b +if(k.a===k.b)j=l.b +else{i=s.kt(k) +if(i.length===0)j=l.b +else if(k.c>>24&255)/255,n) +n=b0.a.go +n=A.M(B.d.am(255*m),n.gl(n)>>>16&255,n.gl(n)>>>8&255,n.gl(n)&255) +p=b0.a +l=p.k1 +p=p.d.gcw() +k=b0.a +j=k.k2 +i=k.k3 +k=k.gkC() +h=b0.Q +if(h==null)h=a9 +else{h=h.e +h===$&&A.b() +h=$.l3===h.p1}if(h===!0){b0.cy===$&&A.b() +h=b0.a +g=h.p1 +f=g +g=h +h=f}else{h=b0.a +g=h.p1 +f=g +g=h +h=f}e=this.c +d=b0.grg() +b0.a.toString +c=A.ax_(b4) +b=b0.a +a=b.w +a0=b.b4 +a1=b.bo +a2=b.av +a3=b.bt +if(a3==null)a3=B.f +a4=b.bz +a5=b.D +a6=b.bL +if(b.az)b=!0 +else b=!1 +a7=b0.c +a7.toString +a7=A.bU(a7,B.cl,t.l).w +a8=b0.ry +b0.a.toString +return new A.oT(b0.ax,A.cW(a9,new A.F4(new A.DC(q,o,n,b0.ay,b0.ch,l,b0.r,!1,!0,p,j,i,!1,k,h,e,g.db,d,a9,"\u2022",!1,c,a,b5,!0,a0,a1,a2,a3,a6,a4,a5,b,b0,a7.b,a8,a9,B.a7,A.aFm(q,e),r),s,r,new A.a8b(b0),!0,a9),!1,a9,!1,!1,a9,a9,a9,a9,a9,b2,b3,a9,a9,a9,b1,a9,a9,a9,a9,a9,a9,a9,a9,a9,a9),a9)}, +$S:340} +A.a8b.prototype={ +$0(){var s=this.a +s.wk() +s.OW(!0)}, +$S:0} +A.DC.prototype={ +aO(a){var s,r=this,q=null,p=r.ax,o=r.cy,n=A.zF(a),m=r.f.b,l=A.aFV(),k=A.aFV(),j=$.aD(),i=t.uh,h=A.ar() +if(o.k(0,B.af))o=new A.fI(1) +s=p===1?1:q +o=A.vl(q,n,s,r.CW,r.e,r.db,r.dx,r.fy,o,r.go) +p=new A.qe(l,k,!0,r.RG,r.fr,!1,r.R8,new A.bq(!0,j,i),new A.bq(!0,j,i),o,r.z,r.at,!1,!0,p,r.ay,!1,m,r.id,r.k2,r.k3,r.p1,r.w,r.x,r.p4,r.to,B.f,h,0,q,q,!1,A.ar()) +p.aN() +l.syo(r.cx) +l.syp(m) +l.sHA(r.p2) +l.sHB(r.p3) +k.syo(r.ry) +k.syp(r.rx) +p.gep().sDV(r.r) +p.gep().sQD(r.k4) +p.gep().sQC(r.ok) +p.gep().sPI(r.y) +p.OJ(q) +p.OP(q) +p.R(0,q) +return p}, +aR(a,b){var s,r,q=this +b.sjz(0,q.e) +b.gep().sDV(q.r) +b.sWe(q.w) +b.safL(q.x) +b.gep().sPI(q.y) +b.sVV(q.z) +b.sagn(!1) +b.sGh(0,!0) +b.scw(q.at) +b.spE(q.ax) +b.sajt(q.ay) +b.safY(!1) +b.skC(q.CW) +s=b.bc +s.syo(q.cx) +b.sdS(q.cy) +b.spU(0,q.db) +b.sc_(q.dx) +r=A.zF(a) +b.spB(0,r) +b.sv3(q.f.b) +b.ski(0,q.id) +b.ef=!0 +b.szG(q.fy) +b.spV(q.go) +b.sajJ(q.fr) +b.sajI(!1) +b.saf2(q.k2) +b.saf1(q.k3) +b.gep().sQD(q.k4) +b.gep().sQC(q.ok) +s.sHA(q.p2) +s.sHB(q.p3) +b.safH(q.p4) +b.eg=q.R8 +b.sp8(0,q.RG) +b.sakD(q.p1) +s=b.b9 +s.syo(q.ry) +r=q.to +if(r!==b.m8){b.m8=r +b.aL() +b.b6()}s.syp(q.rx)}} +A.asl.prototype={ +adX(a){var s,r,q=this +if(a===q)return B.bN +if(q.a===a.a)if(q.b===a.b){if(q.c.k(0,a.c))s=!B.Eg.k(0,B.Eg)||!q.f.k(0,a.f)||q.r!==a.r||!q.w.k(0,a.w) +else s=!0 +r=s}else r=!0 +else r=!0 +return r?B.aQ:q.x.bB(0,a.x)}} +A.F4.prototype={ +ap(){var s=$.aFP +$.aFP=s+1 +return new A.a_X(B.e.j(s),B.n)}, +aml(){return this.f.$0()}} +A.a_X.prototype={ +aW(){var s=this +s.bb() +s.a.toString +$.cg().f.m(0,s.d,s)}, +aX(a){this.bh(a) +this.a.toString}, +n(){$.cg().f.B(0,this.d) +this.aZ()}, +ga3(){var s=this.a.e +s=$.a8.V$.z.i(0,s) +s=s==null?null:s.gW() +return t.CA.a(s)}, +aiz(a){var s,r,q,p,o=this,n=o.gDP(o),m=o.ga3() +m=m==null?null:m.dw +if(m===!0)return!1 +if(n.k(0,B.G))return!1 +if(!n.zc(a))return!1 +s=n.e8(a) +r=A.abi() +m=$.a8 +m.toString +q=s.gb3() +p=o.c +p.toString +m.tB(r,q,A.amX(p).a) +return B.b.jQ(r.a,new A.asm(o))}, +gDP(a){var s=t.Qv.a(this.c.gW()) +if(s==null||this.c==null||s.y==null)return B.G +return A.ez(s.bi(0,null),new A.A(0,0,0+s.gv(s).a,0+s.gv(s).b))}, +I(a){return this.a.c}, +$iaEm:1} +A.asm.prototype={ +$1(a){return a.a.k(0,this.a.ga3())}, +$S:341} +A.jA.prototype={ +xp(a,b,c){var s=this.a,r=s!=null +if(r)a.uh(s.uU(c)) +s=this.x +a.acI(s.a*c.gzH(),s.b*c.gzH(),this.b) +if(r)a.fa()}} +A.m2.prototype={ +dX(a,b){var s,r,q,p,o,n=this.e,m=n.a.c.a.b +if(!m.gbY())return null +s=n.Jl() +r=m.a +q=m.b +if(r!==q){r=s.fh(r) +if(r==null)r=n.a.c.a.a.length +q=s.fj(q-1) +if(q==null)q=0 +b.toString +return A.oF(b,new A.kg(n.a.c.a,"",new A.c_(r,q),B.a6),t.UM)}r=a.a +p=this.r.$3(m.gkM(),r,this.f.$0()).a +q=m.c +if(r){r=s.fh(q) +if(r==null)r=n.a.c.a.a.length}else{r=s.fj(q-1) +if(r==null)r=0}o=A.c0(B.m,r,p,!1) +b.toString +return A.oF(b,new A.kg(n.a.c.a,"",o,B.a6),t.UM)}, +dW(a){return this.dX(a,null)}, +gjl(){this.e.a.toString +return!1}} +A.G5.prototype={ +dX(a,b){var s,r,q,p,o,n,m,l,k=this,j=k.e,i=j.a,h=i.c.a,g=h.b,f=a.b||!i.az +i=g.a +s=g.b +r=i===s +if(!r&&!k.f&&f){b.toString +return A.oF(b,new A.iC(h,A.qF(B.m,a.a?s:i),B.a6),t.gU)}q=g.gee() +if(a.d){i=a.a +if(i){h=j.ga3().q5(q).b +if(new A.bg(h,B.ap).k(0,q)){s=j.a.c.a.a +h=h!==s.length&&s.charCodeAt(q.a)!==10}else h=!1}else h=!1 +if(h)q=new A.bg(q.a,B.m) +else{if(!i){i=j.ga3().q5(q).a +i=new A.bg(i,B.m).k(0,q)&&i!==0&&j.a.c.a.a.charCodeAt(q.a-1)!==10}else i=!1 +if(i)q=new A.bg(q.a,B.ap)}}i=k.r +if(i){h=g.c +s=g.d +p=a.a?h>s:h"))}, +gj9(){var s,r,q=this.x +if(q==null){s=A.a([],t.bp) +r=this.Q +for(;r!=null;){s.push(r) +r=r.Q}this.x=s +q=s}return q}, +gcw(){if(!this.gmc()){var s=this.w +if(s==null)s=null +else{s=s.c +s=s==null?null:B.b.t(s.gj9(),this)}s=s===!0}else s=!0 +return s}, +gmc(){var s=this.w +return(s==null?null:s.c)===this}, +gnw(){return this.gfP()}, +gfP(){var s,r,q,p +for(s=this.gj9(),r=s.length,q=0;q#"+s+q}, +$iae:1} +A.a9G.prototype={ +$1(a){return!a.ghu()&&a.gdu()}, +$S:20} +A.n3.prototype={ +gnw(){return this}, +gux(){if(!this.gdu())return B.FY +return A.d9.prototype.gux.call(this)}, +v5(a){if(a.Q==null)this.CJ(a) +if(this.gcw())a.lF(!0) +else a.ow()}, +ad6(a,b){var s,r=this +if(b.Q==null)r.CJ(b) +s=r.w +if(s!=null)s.f.push(new A.Vx(r,b)) +s=r.w +if(s!=null)s.w7()}, +lF(a){var s,r,q=this,p=q.fr +while(!0){if((p.length!==0?B.b.gY(p):null)!=null)s=!(p.length!==0?B.b.gY(p):null).gdu() +else s=!1 +if(!s)break +p.pop()}r=p.length!==0?B.b.gY(p):null +if(!a||r==null){if(q.gdu()){q.ow() +q.LY(q)}return}r.lF(!0)}} +A.n2.prototype={ +K(){return"FocusHighlightMode."+this.b}} +A.a9E.prototype={ +K(){return"FocusHighlightStrategy."+this.b}} +A.yJ.prototype={ +w7(){if(this.r)return +this.r=!0 +A.eV(this.gacY())}, +acZ(){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.ga6(s).q())p=null +else p=b?s.gY(s):s.gL(s)}return p==null?a:p}, +a2Z(a,b){return this.Kl(a,!1,b)}, +aio(a){}, +DX(a,b){}, +NH(a,b){var s,r,q,p,o=A.a9H(a),n=A.aOF(a,o,b) +for(s=A.k4(n,n.r);s.q();){r=s.d +q=n.i(0,r).b.W7(n.i(0,r).c,b) +q=A.a(q.slice(0),A.a1(q)) +B.b.a2(n.i(0,r).c) +B.b.R(n.i(0,r).c,q)}p=A.a([],t.bp) +if(n.a!==0&&n.ai(0,o)){s=n.i(0,o) +s.toString +new A.a9K(n,p).$1(s)}if(!!p.fixed$length)A.J(A.V("removeWhere")) +B.b.wu(p,new A.a9J(b),!0) +return p}, +wg(a,b){var s,r,q,p,o,n,m=this,l=a.gnw() +l.toString +m.o3(l) +m.tk$.B(0,l) +s=l.fr +r=s.length!==0?B.b.gY(s):null +s=r==null +if(s){q=b?m.a2Z(a,!1):m.Kl(a,!0,!1) +l=b?B.cH:B.cI +m.a.$2$alignmentPolicy(q,l) +return!0}if(s)r=l +p=m.NH(l,r) +if(p.length<2)return!1 +if(b&&r===B.b.gY(p))switch(l.dy.a){case 1:r.mq() +return!1 +case 0:m.a.$2$alignmentPolicy(B.b.gL(p),B.cH) +return!0}if(!b&&r===B.b.gL(p))switch(l.dy.a){case 1:r.mq() +return!1 +case 0:m.a.$2$alignmentPolicy(B.b.gY(p),B.cI) +return!0}for(l=J.aj(b?p:new A.cc(p,A.a1(p).h("cc<1>"))),o=null;l.q();o=n){n=l.gG(l) +if(o===r){l=b?B.cH:B.cI +m.a.$2$alignmentPolicy(n,l) +return!0}}return!1}} +A.a9I.prototype={ +$1(a){return a.gdu()&&!a.ghu()}, +$S:20} +A.a9K.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.ga_(o))q=o}n=J.awv(q,new A.a7t(new A.A(g.gb7(g).a,-1/0,g.gb7(g).c,1/0))) +if(!n.ga_(n)){p=B.b.gL(A.aNR(g.gb7(g).gb3(),n)) +break}p=B.b.gL(A.aNS(g.gb7(g).gb3(),q)) +break +case B.bD:case B.bF:q=k.ab5(b,g.gb7(g),i.gux()) +if(q.length===0){p=j +break}if(r!=null&&!r.d.gPF()){o=new A.aZ(q,new A.a7u(r),A.a1(q).h("aZ<1>")) +if(!o.ga_(o))q=o}n=J.awv(q,new A.a7v(new A.A(-1/0,g.gb7(g).b,1/0,g.gb7(g).d))) +if(!n.ga_(n)){p=B.b.gL(A.aNQ(g.gb7(g).gb3(),n)) +break}p=B.b.gL(A.aNT(g.gb7(g).gb3(),q)) +break +default:p=j}if(p!=null){h=k.tk$ +m=h.i(0,i) +l=new A.vU(b,g) +if(m!=null)m.a.push(l) +else h.m(0,i,new A.WP(A.a([l],t.Kj))) +switch(b){case B.bC:case B.bF:k.a.$2$alignmentPolicy(p,B.cI) +break +case B.bE:case B.bD:k.a.$2$alignmentPolicy(p,B.cH) +break}return!0}return!1}} +A.art.prototype={ +$1(a){return a.b===this.a}, +$S:345} +A.a7n.prototype={ +$2(a,b){if(this.a)if(this.b)return B.d.bB(a.gb7(a).b,b.gb7(b).b) +else return B.d.bB(b.gb7(b).d,a.gb7(a).d) +else if(this.b)return B.d.bB(a.gb7(a).a,b.gb7(b).a) +else return B.d.bB(b.gb7(b).c,a.gb7(a).c)}, +$S:34} +A.a7p.prototype={ +$2(a,b){var s=a.gb7(a).gb3(),r=b.gb7(b).gb3(),q=this.a,p=A.ax3(q,s,r) +if(p===0)return A.ax2(q,s,r) +return p}, +$S:34} +A.a7o.prototype={ +$2(a,b){var s=a.gb7(a).gb3(),r=b.gb7(b).gb3(),q=this.a,p=A.ax2(q,s,r) +if(p===0)return A.ax3(q,s,r) +return p}, +$S:34} +A.a7q.prototype={ +$2(a,b){var s,r,q,p=this.a,o=a.gb7(a),n=b.gb7(b),m=o.a,l=p.a,k=o.c +m=Math.abs(m-l)=s.c}, +$S:20} +A.a7j.prototype={ +$2(a,b){return B.d.bB(a.gb7(a).gb3().a,b.gb7(b).gb3().a)}, +$S:34} +A.a7k.prototype={ +$1(a){var s=this.a +return!a.gb7(a).k(0,s)&&a.gb7(a).gb3().b<=s.b}, +$S:20} +A.a7l.prototype={ +$1(a){var s=this.a +return!a.gb7(a).k(0,s)&&a.gb7(a).gb3().b>=s.d}, +$S:20} +A.a7m.prototype={ +$2(a,b){return B.d.bB(a.gb7(a).gb3().b,b.gb7(b).gb3().b)}, +$S:34} +A.a7g.prototype={ +$1(a){var s,r,q=this,p=q.b.a.pop().b,o=p.e +o.toString +o=A.il(o) +s=$.a8.V$.f.c.e +s.toString +if(o!=A.il(s)){o=q.a +s=q.c +o.o3(s) +o.tk$.B(0,s) +return!1}switch(a){case B.bC:case B.bF:r=B.cI +break +case B.bD:case B.bE:r=B.cH +break +default:r=null}q.a.a.$2$alignmentPolicy(p,r) +return!0}, +$S:347} +A.a7s.prototype={ +$1(a){var s=a.e +s.toString +return A.il(s)===this.a}, +$S:20} +A.a7t.prototype={ +$1(a){var s=a.gb7(a).e8(this.a) +return!s.ga_(s)}, +$S:20} +A.a7u.prototype={ +$1(a){var s=a.e +s.toString +return A.il(s)===this.a}, +$S:20} +A.a7v.prototype={ +$1(a){var s=a.gb7(a).e8(this.a) +return!s.ga_(s)}, +$S:20} +A.dM.prototype={ +gQY(){var s=this.d +if(s==null){s=this.c.e +s.toString +s=this.d=new A.arr().$1(s)}s.toString +return s}} +A.arq.prototype={ +$1(a){var s=a.gQY() +return A.tV(s,A.a1(s).c)}, +$S:348} +A.ars.prototype={ +$2(a,b){switch(this.a.a){case 1:return B.d.bB(a.b.a,b.b.a) +case 0:return B.d.bB(b.b.c,a.b.c)}}, +$S:159} +A.arr.prototype={ +$1(a){var s,r,q=A.a([],t.vl),p=t.I,o=a.iR(p) +for(;o!=null;){s=o.e +s.toString +q.push(p.a(s)) +s=A.aVl(o) +if(s==null)o=null +else{s=s.x +r=s==null?null:s.i(0,A.bQ(p)) +o=r}}return q}, +$S:350} +A.kB.prototype={ +gb7(a){var s,r,q,p,o=this +if(o.b==null)for(s=o.a,s=new A.S(s,new A.aro(),A.a1(s).h("S<1,A>")),s=new A.dE(s,s.gp(s)),r=A.k(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.fQ(q)}s=o.b +s.toString +return s}} +A.aro.prototype={ +$1(a){return a.b}, +$S:351} +A.arp.prototype={ +$2(a,b){switch(this.a.a){case 1:return B.d.bB(a.gb7(a).a,b.gb7(b).a) +case 0:return B.d.bB(b.gb7(b).c,a.gb7(a).c)}}, +$S:352} +A.agC.prototype={ +a19(a){var s,r,q,p,o,n=B.b.gL(a).a,m=t.qi,l=A.a([],m),k=A.a([],t.jE) +for(s=a.length,r=0;r") +return A.af(new A.aZ(b,new A.agF(new A.A(-1/0,s.b,1/0,s.d)),r),!0,r.h("l.E"))}, +$S:353} +A.agF.prototype={ +$1(a){var s=a.b.e8(this.a) +return!s.ga_(s)}, +$S:354} +A.yK.prototype={ +ap(){return new A.Xw(B.n)}} +A.DL.prototype={} +A.Xw.prototype={ +gc6(a){var s,r,q,p=this,o=p.d +if(o===$){s=p.a.c +r=A.a([],t.bp) +q=$.aD() +p.d!==$&&A.aK() +o=p.d=new A.DL(s,!1,!0,!0,!0,null,null,r,q)}return o}, +n(){this.gc6(this).n() +this.aZ()}, +aX(a){var s=this +s.bh(a) +if(a.c!==s.a.c)s.gc6(s).dy=s.a.c}, +I(a){var s=null,r=this.gc6(this) +return A.tn(!1,!1,this.a.f,s,!0,!0,r,!1,s,s,s,s,s,!0)}} +A.R0.prototype={ +dW(a){a.an_(a.gc6(a))}} +A.pX.prototype={} +A.Py.prototype={ +dW(a){var s=$.a8.V$.f.c,r=s.e +r.toString +return A.to(r).wg(s,!0)}, +Gy(a,b){return b?B.dP:B.fg}} +A.q9.prototype={} +A.Qd.prototype={ +dW(a){var s=$.a8.V$.f.c,r=s.e +r.toString +return A.to(r).wg(s,!1)}, +Gy(a,b){return b?B.dP:B.fg}} +A.ye.prototype={ +dW(a){var s,r +if(!this.c){s=$.a8.V$.f.c +r=s.e +r.toString +A.to(r).ai0(s,a.a)}}} +A.Xx.prototype={} +A.a_3.prototype={ +DX(a,b){var s +this.WS(a,b) +s=this.tk$.i(0,b) +if(s!=null){s=s.a +if(!!s.fixed$length)A.J(A.V("removeWhere")) +B.b.wu(s,new A.art(a),!0)}}} +A.a2A.prototype={} +A.a2B.prototype={} +A.fU.prototype={ +ga0(){var s,r=$.a8.V$.z.i(0,this) +if(r instanceof A.eQ){s=r.k3 +s.toString +if(A.k(this).c.b(s))return s}return null}} +A.bp.prototype={ +j(a){var s,r=this,q=r.a +if(q!=null)s=" "+q +else s="" +if(A.r(r)===B.a5A)return"[GlobalKey#"+A.bh(r)+s+"]" +return"["+("#"+A.bh(r))+s+"]"}} +A.pm.prototype={ +k(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return this.$ti.b(b)&&b.a===this.a}, +gu(a){return A.oB(this.a)}, +j(a){var s="GlobalObjectKey",r=B.c.ip(s,">")?B.c.T(s,0,-8):s +return"["+r+" "+("#"+A.bh(this.a))+"]"}} +A.h.prototype={ +cW(){var s=this.a +return s==null?"Widget":"Widget-"+s.j(0)}, +k(a,b){if(b==null)return!1 +return this.AM(0,b)}, +gu(a){return A.o.prototype.gu.call(this,this)}} +A.aq.prototype={ +ct(a){return new A.vb(this,B.R)}} +A.a_.prototype={ +ct(a){return A.aSd(this)}} +A.asR.prototype={ +K(){return"_StateLifecycle."+this.b}} +A.au.prototype={ +aW(){}, +aX(a){}, +aF(a){a.$0() +this.c.cA()}, +dI(){}, +ce(){}, +n(){}, +by(){}} +A.aX.prototype={} +A.dW.prototype={ +ct(a){return new A.nA(this,B.R,A.k(this).h("nA"))}} +A.b7.prototype={ +ct(a){return A.aP7(this)}} +A.av.prototype={ +aR(a,b){}, +xR(a){}} +A.N7.prototype={ +ct(a){return new A.N6(this,B.R)}} +A.aY.prototype={ +ct(a){return new A.BN(this,B.R)}} +A.fz.prototype={ +ct(a){return A.aQb(this)}} +A.vV.prototype={ +K(){return"_ElementLifecycle."+this.b}} +A.Y_.prototype={ +Ou(a){a.b5(new A.apX(this,a)) +a.hq()}, +abP(){var s,r,q,p=this +p.a=!0 +r=p.b +q=A.af(r,!0,A.k(r).c) +B.b.i_(q,A.azu()) +s=q +r.a2(0) +try{r=s +new A.cc(r,A.bn(r).h("cc<1>")).ah(0,p.gabN())}finally{p.a=!1}}} +A.apX.prototype={ +$1(a){this.a.Ou(a)}, +$S:12} +A.a5p.prototype={ +Hu(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}, +SB(a){try{a.$0()}finally{}}, +rD(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.i_(i,A.azu()) +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.i_(i,A.azu()) +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.bh(this)+"(DEFUNCT)":s}, +cA(){var s=this +if(s.r!==B.cP)return +if(s.Q)return +s.Q=!0 +s.f.Hu(s)}, +zu(a){var s +if(this.r===B.cP)s=!this.Q&&!a +else s=!0 +if(s)return +try{this.iE()}finally{}}, +Tm(){return this.zu(!1)}, +iE(){this.Q=!1}, +$iQ:1} +A.a8F.prototype={ +$1(a){this.a.a=a}, +$S:12} +A.a8D.prototype={ +$1(a){this.a.push(a) +return!0}, +$S:24} +A.a8C.prototype={ +$1(a){var s=null +return A.iW("",a,!0,B.az,s,!1,s,s,B.ah,s,!1,!0,!0,B.cr,s,t.h)}, +$S:355} +A.a8G.prototype={ +$1(a){var s=this.a.t(0,a) +return s?null:a}, +$S:356} +A.a8H.prototype={ +$2(a,b){return new A.nb(b,a,t.Bc)}, +$S:357} +A.a8I.prototype={ +$1(a){var s +a.uA(this.a) +s=a.gzA() +if(s!=null)this.$1(s)}, +$S:12} +A.a8A.prototype={ +$1(a){a.OD(this.a)}, +$S:12} +A.a8E.prototype={ +$1(a){a.p7()}, +$S:12} +A.a8B.prototype={ +$1(a){a.rw(this.a)}, +$S:12} +A.LE.prototype={ +aO(a){var s=this.d,r=new A.AV(s,A.ar()) +r.aN() +r.a_r(s) +return r}} +A.xN.prototype={ +gzA(){return this.ax}, +eR(a,b){this.AJ(a,b) +this.BL()}, +BL(){this.Tm()}, +iE(){var s,r,q,p,o,n,m=this,l=null +try{l=m.de() +m.e.toString}catch(o){s=A.ag(o) +r=A.aA(o) +m.ay=!1 +n=A.yx(A.azc(A.be("building "+m.j(0)),s,r,new A.a6r())) +l=n}finally{m.o1()}try{m.ax=m.dB(m.ax,l,m.c)}catch(o){q=A.ag(o) +p=A.aA(o) +n=A.yx(A.azc(A.be("building "+m.j(0)),q,p,new A.a6s())) +l=n +m.ax=m.dB(null,l,m.c)}}, +b5(a){var s=this.ax +if(s!=null)a.$1(s)}, +iy(a){this.ax=null +this.jF(a)}} +A.a6r.prototype={ +$0(){var s=A.a([],t.D) +return s}, +$S:18} +A.a6s.prototype={ +$0(){var s=A.a([],t.D) +return s}, +$S:18} +A.vb.prototype={ +de(){var s=this.e +s.toString +return t.Iz.a(s).I(this)}, +ck(a,b){this.o2(0,b) +this.zu(!0)}} +A.eQ.prototype={ +de(){return this.k3.I(this)}, +BL(){this.k3.aW() +this.k3.by() +this.Wz()}, +iE(){var s=this +if(s.k4){s.k3.by() +s.k4=!1}s.WB()}, +ck(a,b){var s,r,q,p=this +p.o2(0,b) +s=p.k3 +r=s.a +r.toString +q=p.e +q.toString +s.a=t.d2.a(q) +s.aX(r) +p.zu(!0)}, +ce(){this.AF() +this.k3.ce() +this.cA()}, +dI(){this.k3.dI() +this.AG()}, +hq(){var s=this +s.qp() +s.k3.n() +s.k3=s.k3.c=null}, +p0(a,b){return this.AH(a,b)}, +QN(a){return this.p0(a,null)}, +by(){this.AI() +this.k4=!0}} +A.AC.prototype={ +de(){var s=this.e +s.toString +return t.yH.a(s).b}, +ck(a,b){var s=this,r=s.e +r.toString +t.yH.a(r) +s.o2(0,b) +s.GJ(r) +s.zu(!0)}, +GJ(a){this.pG(a)}} +A.nA.prototype={ +J3(a){this.b5(new A.af1(a))}, +pG(a){var s=this.e +s.toString +this.J3(this.$ti.h("dW<1>").a(s))}} +A.af1.prototype={ +$1(a){if(a instanceof A.b9)this.a.oH(a.gW()) +else a.b5(this)}, +$S:12} +A.fu.prototype={ +Di(){var s=this,r=s.a,q=r==null?null:r.x +if(q==null)q=B.Yl +r=s.e +r.toString +s.x=q.al9(0,A.r(r),s)}, +HG(a,b){this.y2.m(0,a,b)}, +Uh(a,b){this.HG(a,null)}, +SO(a,b){b.by()}, +GJ(a){var s=this.e +s.toString +if(t.WB.a(s).cq(a))this.Xy(a)}, +pG(a){var s,r,q +for(s=this.y2,s=new A.DT(s,s.vC()),r=A.k(s).c;s.q();){q=s.d +this.SO(a,q==null?r.a(q):q)}}} +A.b9.prototype={ +gW(){var s=this.ax +s.toString +return s}, +gzA(){return null}, +a2V(){var s,r=this.a,q=r +while(!0){s=q==null +if(!(!s&&!(q instanceof A.b9)))break +r=s?null:q.a +q=r}return t.c_.a(q)}, +a2U(){var s=this.a,r=A.a([],t.OM),q=s +while(!0){if(!(q!=null&&!(q instanceof A.b9)))break +if(q instanceof A.nA)r.push(q) +s=q.a +q=s}return r}, +eR(a,b){var s,r=this +r.AJ(a,b) +s=r.e +s.toString +r.ax=t.F5.a(s).aO(r) +r.rw(b) +r.o1()}, +ck(a,b){this.o2(0,b) +this.My()}, +iE(){this.My()}, +My(){var s=this,r=s.e +r.toString +t.F5.a(r).aR(s,s.gW()) +s.o1()}, +dI(){this.AG()}, +hq(){var s=this,r=s.e +r.toString +t.F5.a(r) +s.qp() +r.xR(s.gW()) +s.ax.n() +s.ax=null}, +uA(a){var s,r=this,q=r.c +r.WR(a) +s=r.ch +if(s!=null)s.jr(r.gW(),q,r.c)}, +rw(a){var s,r,q,p,o,n=this +n.c=a +s=n.ch=n.a2V() +if(s!=null)s.ji(n.gW(),a) +r=n.a2U() +for(s=r.length,q=t.IL,p=0;p"))}, +ji(a,b){var s=this.gW(),r=b.a +s.Fn(0,a,r==null?null:r.gW())}, +jr(a,b,c){var s=this.gW(),r=c.a +s.u0(a,r==null?null:r.gW())}, +kq(a,b){this.gW().B(0,a)}, +b5(a){var s,r,q,p,o=this.k4 +o===$&&A.b() +s=o.length +r=this.ok +q=0 +for(;q") +h.d=new A.aw(t.m.a(p),new A.dK(new A.fn(new A.hs(n,1,B.ad)),o,m),m.h("aw"))}}if(s)s=!(isFinite(q.a)&&isFinite(q.b)) +else s=!0 +h.w=s}, +Wb(a,b){var s,r,q,p=this +p.f=b +switch(b.a.a){case 1:s=p.e +s===$&&A.b() +s.saT(0,new A.jg(b.gjb(b),new A.b0(A.a([],t.x8),t.jc),0)) +r=!1 +break +case 0:s=p.e +s===$&&A.b() +s.saT(0,b.gjb(b)) +r=!0 +break +default:r=null}s=p.f +p.b=s.rR(s.gRH(),p.f.gzK()) +p.f.f.Au(r) +p.f.r.At() +s=p.f +q=A.nw(p.ga0p(),!1) +p.r=q +s.b.yv(0,q) +q=p.e +q===$&&A.b() +q.bD() +q=q.cI$ +q.b=!0 +q.a.push(p.gFZ())}, +j(a){var s,r,q,p,o,n=this.f +n===$&&A.b() +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.b() +return"HeroFlight(for: "+n+", from: "+q+", to: "+p+" "+A.n(o.c)+")"}} +A.apN.prototype={ +$2(a,b){var s,r=null,q=this.a,p=q.b +p===$&&A.b() +s=q.e +s===$&&A.b() +s=p.a7(0,s.gl(s)) +s.toString +p=q.f +p===$&&A.b() +p=p.c +return A.us(p.b-s.d,A.tB(A.es(!1,b,q.d),!0,r),r,r,s.a,p.a-s.c,s.b,r)}, +$S:375} +A.apO.prototype={ +$0(){var s,r=this.a +r.x=!1 +this.b.cx.J(0,this) +s=r.e +s===$&&A.b() +r.Mw(s.gbx(s))}, +$S:0} +A.i1.prototype={ +xQ(){var s,r,q,p=$.jF() +A.mZ(this) +if(p.a.get(this).cx.a)return +p=this.b +p=p.gaY(p) +s=A.k(p).h("aZ") +r=A.af(new A.aZ(p,new A.abf(),s),!1,s.h("l.E")) +for(p=r.length,q=0;q"),a=t.k2;s.q();){a0=s.gG(s) +a1=a0.a +a2=a0.b +a3=k.i(0,a1) +a4=p.i(0,a1) +if(a3==null)a5=null +else{a0=o.id +if(a0==null)a0=A.J(A.a0("RenderBox was not laid out: "+A.r(o).j(0)+"#"+A.bh(o))) +a6=a3.a.f +if(a6==null)a6=a2.a.f +if(a6==null)a6=j +a5=new A.apM(b2,q,a0,b0,b1,a2,a3,r,a6,b3,a4!=null)}if(a5!=null&&a5.gbY()){k.B(0,a1) +if(a4!=null){a0=a4.f +a0===$&&A.b() +a6=a0.a +if(a6===B.cv&&a5.a===B.cw){a0=a4.e +a0===$&&A.b() +a0.saT(0,new A.jg(a5.gjb(a5),new A.b0(A.a([],h),g),0)) +a0=a4.b +a0===$&&A.b() +a4.b=new A.Bf(a0,a0.b,a0.a,a)}else{a6=a6===B.cw&&a5.a===B.cv +a7=a4.e +if(a6){a7===$&&A.b() +a0=a5.gjb(a5) +a6=a4.f +a6=a6.gjb(a6) +a6=a6.gl(a6) +a7.saT(0,new A.aw(c.a(a0),new A.aB(a6,1,d),b)) +a0=a4.f +a6=a0.f +a7=a5.r +if(a6!==a7){a6.pe(!0) +a7.At() +a0=a4.f +a6=a4.b +a6===$&&A.b() +a4.b=a0.rR(a6.b,a5.gzK())}else{a6=a4.b +a6===$&&A.b() +a4.b=a0.rR(a6.b,a6.a)}}else{a6=a4.b +a6===$&&A.b() +a7===$&&A.b() +a4.b=a0.rR(a6.a7(0,a7.gl(a7)),a5.gzK()) +a4.c=null +a0=a5.a +a6=a4.e +if(a0===B.cw)a6.saT(0,new A.jg(a5.gjb(a5),new A.b0(A.a([],h),g),0)) +else a6.saT(0,a5.gjb(a5)) +a4.f.f.pe(!0) +a4.f.r.pe(!0) +a5.f.Au(a0===B.cv) +a5.r.At() +a0=a4.r.f.ga0() +if(a0!=null)a0.LX()}}a4.f=a5}else{a0=new A.m8(i,B.dA) +a6=A.a([],h) +a7=new A.b0(a6,g) +a8=new A.AB(a7,new A.b0(A.a([],f),e),0) +a8.a=B.M +a8.b=0 +a8.bD() +a7.b=!0 +a6.push(a0.gL6()) +a0.e=a8 +a0.Wb(0,a5) +p.m(0,a1,a0)}}else if(a4!=null)a4.w=!0}for(s=J.aj(k.gaY(k));s.q();)s.gG(s).Re()}, +a4t(a){var s=a.f +s===$&&A.b() +this.b.B(0,s.f.a.c)}, +a1Q(a,b,c,d,e){var s,r,q=e.e +q.toString +t.rA.a(q) +s=A.dc(e,null) +r=A.dc(d,null) +if(s==null||r==null)return q.e +return A.oI(b,new A.abd(s,c,r.r,s.r,b,q),null)}, +n(){var s,r,q,p,o,n,m,l +for(s=this.b,s=s.gaY(s),s=new A.cS(J.aj(s.a),s.b),r=A.k(s).z[1];s.q();){q=s.a +if(q==null)q=r.a(q) +p=q.r +if(p!=null){p.ew(0) +q.r.n() +q.r=null +p=q.e +p===$&&A.b() +p.saT(0,null) +p=q.e +o=q.gFZ() +n=p.cI$ +n.b=!0 +m=n.c +if(m===$){l=A.cF(n.$ti.c) +n.c!==$&&A.aK() +n.c=l +m=l}if(m.a>0){m.b=m.c=m.d=m.e=null +m.a=0}if(B.b.B(n.a,o))p.kT() +p=q.e +q=q.gL6() +o=p.cO$ +o.b=!0 +m=o.c +if(m===$){l=A.cF(o.$ti.c) +o.c!==$&&A.aK() +o.c=l +m=l}if(m.a>0){m.b=m.c=m.d=m.e=null +m.a=0}if(B.b.B(o.a,q))p.kT()}}}} +A.abf.prototype={ +$1(a){var s=a.f +s===$&&A.b() +if(s.y)if(s.a===B.cw){s=a.e +s===$&&A.b() +s=s.gbx(s)===B.M}else s=!1 +else s=!1 +return s}, +$S:378} +A.abe.prototype={ +$1(a){var s=this,r=s.b +if(r.a==null||s.c.a==null)return +s.a.NM(r,s.c,s.d,s.e)}, +$S:3} +A.abd.prototype={ +$2(a,b){var s=this,r=s.c,q=s.d,p=s.e +r=s.b===B.cv?new A.yp(r,q).a7(0,p.gl(p)):new A.yp(q,r).a7(0,p.gl(p)) +return A.pQ(s.f.e,s.a.Qk(r),null)}, +$S:379} +A.yZ.prototype={ +I(a){var s,r,q,p,o,n,m,l,k,j,i,h,g=null,f=a.au(t.I) +f.toString +s=f.w +r=A.axo(a) +q=r.a +p=r.b +o=r.c +n=r.d +m=r.e +l=r.geU(r) +if(l==null)l=1 +f=r.f +f.toString +if(l!==1)k=A.M(B.d.am(255*((f.gl(f)>>>24&255)/255*l)),f.gl(f)>>>16&255,f.gl(f)>>>8&255,f.gl(f)&255) +else k=f +f=this.c +j=A.cV(f.a) +i=A.a([],t.uf) +if(p!=null)i.push(new A.n5("FILL",p)) +if(o!=null)i.push(new A.n5("wght",o)) +if(n!=null)i.push(new A.n5("GRAD",n)) +if(m!=null)i.push(new A.n5("opsz",m)) +h=A.ay3(g,g,B.Ek,g,g,!0,g,A.cA(g,A.o0(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.aT,s,g,B.af,B.a2) +if(f.d)switch(s.a){case 0:f=new A.aN(new Float64Array(16)) +f.bl() +f.nT(0,-1,1,1) +h=A.SQ(B.Z,h,g,f,!1) +break +case 1:break}return A.cW(g,new A.mY(!0,A.is(A.mL(h,g,g),q,q),g),!1,g,!1,!1,g,g,g,this.z,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g)}} +A.jX.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.jX&&b.a===s.a&&b.b===s.b&&b.c==s.c&&b.d===s.d&&A.d7(null,null)}, +gu(a){var s=this +return A.K(s.a,s.b,s.c,s.d,A.cy(B.QS),B.a,B.a,B.a,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.c.d4(B.e.iL(this.a,16).toUpperCase(),5,"0")+")"}} +A.pu.prototype={ +cq(a){return!this.w.k(0,a.w)}, +uH(a,b,c){return A.MB(c,this.w,null)}} +A.abG.prototype={ +$1(a){return A.MB(this.c,A.aCK(a).cp(this.b),this.a)}, +$S:380} +A.cQ.prototype={ +rQ(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.geU(s):d +return new A.cQ(r,q,p,o,n,m,l,f==null?s.w:f)}, +dH(a){return this.rQ(a,null,null,null,null,null,null,null)}, +cp(a){return this.rQ(a.f,a.b,a.d,a.geU(a),a.e,a.w,a.a,a.c)}, +af(a){return this}, +geU(a){var s=this.r +if(s==null)s=null +else s=A.H(s,0,1) +return s}, +k(a,b){var s=this +if(b==null)return!1 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.cQ&&b.a==s.a&&b.b==s.b&&b.c==s.c&&b.d==s.d&&b.e==s.e&&J.d(b.f,s.f)&&b.geU(b)==s.geU(s)&&A.d7(b.w,s.w)}, +gu(a){var s=this,r=s.geU(s),q=s.w +q=q==null?null:A.cy(q) +return A.K(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.XX.prototype={} +A.L0.prototype={ +ev(a){var s=A.a71(this.a,this.b,a) +s.toString +return s}} +A.yp.prototype={ +ev(a){var s=A.a7S(this.a,this.b,a) +s.toString +return s}} +A.oM.prototype={ +ev(a){return A.rF(this.a,this.b,a)}} +A.Id.prototype={ +ev(a){return A.a59(this.a,this.b,a)}} +A.kr.prototype={ +ev(a){var s=A.ba(this.a,this.b,a) +s.toString +return s}} +A.MG.prototype={} +A.tE.prototype={ +gmJ(){var s,r=this,q=r.d +if(q===$){s=A.ct(B.L,null,r.a.d,0,null,1,null,r) +r.d!==$&&A.aK() +r.d=s +q=s}return q}, +geG(){var s,r=this,q=r.e +if(q===$){s=r.gmJ() +q=r.e=A.dB(r.a.c,s,null)}return q}, +aW(){var s,r=this +r.bb() +s=r.gmJ() +s.bD() +s=s.cO$ +s.b=!0 +s.a.push(new A.abZ(r)) +r.JO() +r.QW()}, +aX(a){var s,r=this +r.bh(a) +if(r.a.c!==a.c){r.geG().n() +s=r.gmJ() +r.e=A.dB(r.a.c,s,null)}r.gmJ().e=r.a.d +if(r.JO()){r.po(new A.abY(r)) +s=r.gmJ() +s.sl(0,0) +s.c7(0) +r.QW()}}, +n(){this.geG().n() +this.gmJ().n() +this.YQ()}, +ach(a,b){var s +if(a==null)return +s=this.geG() +a.sDM(a.a7(0,s.gl(s))) +a.sio(0,b)}, +JO(){var s={} +s.a=!1 +this.po(new A.abX(s,this)) +return s.a}, +QW(){}, +$ib5:1} +A.abZ.prototype={ +$1(a){switch(a.a){case 3:this.a.a.toString +break +case 0:case 1:case 2:break}}, +$S:5} +A.abY.prototype={ +$3(a,b,c){this.a.ach(a,b) +return a}, +$S:144} +A.abX.prototype={ +$3(a,b,c){var s +if(b!=null){if(a==null)a=c.$1(b) +s=a.b +if(!J.d(b,s==null?a.a:s))this.a.a=!0 +else if(a.b==null)a.sio(0,a.a)}else a=null +return a}, +$S:144} +A.ru.prototype={ +aW(){this.WZ() +var s=this.gmJ() +s.bD() +s=s.cI$ +s.b=!0 +s.a.push(this.ga3L())}, +a3M(){this.aF(new A.a4i())}} +A.a4i.prototype={ +$0(){}, +$S:0} +A.x1.prototype={ +ap(){return new A.Vg(null,null,B.n)}} +A.Vg.prototype={ +po(a){var s,r=this,q=null,p=t.ir +r.CW=p.a(a.$3(r.CW,r.a.w,new A.ank())) +r.cx=p.a(a.$3(r.cx,r.a.x,new A.anl())) +s=r.cy +r.a.toString +r.cy=p.a(a.$3(s,q,new A.anm())) +s=r.db +r.a.toString +r.db=p.a(a.$3(s,q,new A.ann())) +s=r.dx +r.a.toString +r.dx=p.a(a.$3(s,q,new A.ano())) +s=r.dy +r.a.toString +r.dy=p.a(a.$3(s,q,new A.anp()))}, +I(a){var s,r,q,p,o,n,m=this,l=null,k=m.CW +if(k==null)k=l +else{s=m.geG() +s=k.a7(0,s.gl(s)) +k=s}s=m.cx +if(s==null)s=l +else{r=m.geG() +r=s.a7(0,r.gl(r)) +s=r}r=m.cy +if(r==null)r=l +else{q=m.geG() +q=r.a7(0,q.gl(q)) +r=q}q=m.db +if(q==null)q=l +else{p=m.geG() +p=q.a7(0,p.gl(p)) +q=p}p=m.dx +if(p==null)p=l +else{o=m.geG() +o=p.a7(0,o.gl(o)) +p=o}o=m.dy +if(o==null)o=l +else{n=m.geG() +n=o.a7(0,n.gl(n)) +o=n}return A.us(q,m.a.r,o,l,k,r,s,p)}} +A.ank.prototype={ +$1(a){return new A.aB(A.mk(a),null,t.Y)}, +$S:28} +A.anl.prototype={ +$1(a){return new A.aB(A.mk(a),null,t.Y)}, +$S:28} +A.anm.prototype={ +$1(a){return new A.aB(A.mk(a),null,t.Y)}, +$S:28} +A.ann.prototype={ +$1(a){return new A.aB(A.mk(a),null,t.Y)}, +$S:28} +A.ano.prototype={ +$1(a){return new A.aB(A.mk(a),null,t.Y)}, +$S:28} +A.anp.prototype={ +$1(a){return new A.aB(A.mk(a),null,t.Y)}, +$S:28} +A.wZ.prototype={ +ap(){return new A.Ve(null,null,B.n)}} +A.Ve.prototype={ +po(a){this.CW=t.Dh.a(a.$3(this.CW,this.a.w,new A.anf()))}, +I(a){var s,r=this.CW +r.toString +s=this.geG() +s=r.a7(0,s.gl(s)) +return A.fp(this.a.r,null,B.aE,!0,s,null,null,B.a2)}} +A.anf.prototype={ +$1(a){return new A.kr(t.em.a(a),null)}, +$S:382} +A.x0.prototype={ +ap(){return new A.Vf(null,null,B.n)}} +A.Vf.prototype={ +po(a){var s=this,r=s.CW +s.a.toString +s.CW=t.eJ.a(a.$3(r,B.a_,new A.ang())) +s.cx=t.ir.a(a.$3(s.cx,s.a.z,new A.anh())) +r=t.YJ +s.cy=r.a(a.$3(s.cy,s.a.Q,new A.ani())) +s.db=r.a(a.$3(s.db,s.a.at,new A.anj()))}, +I(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.geG() +r=s.a7(0,r.gl(r)) +s=n.cx +s.toString +q=n.geG() +q=s.a7(0,q.gl(q)) +s=n.a.Q +p=n.db +p.toString +o=n.geG() +o=p.a7(0,o.gl(o)) +o.toString +return new A.PZ(l,m,r,q,s,o,n.a.r,null)}} +A.ang.prototype={ +$1(a){return new A.oM(t.m_.a(a),null)}, +$S:383} +A.anh.prototype={ +$1(a){return new A.aB(A.mk(a),null,t.Y)}, +$S:28} +A.ani.prototype={ +$1(a){return new A.e5(t.G.a(a),null)}, +$S:69} +A.anj.prototype={ +$1(a){return new A.e5(t.G.a(a),null)}, +$S:69} +A.w4.prototype={ +n(){var s=this,r=s.cJ$ +if(r!=null)r.J(0,s.gjL()) +s.cJ$=null +s.aZ()}, +ce(){this.dF() +this.dc() +this.jM()}} +A.jY.prototype={ +ct(a){return new A.z6(A.eu(null,null,null,t.h,t.X),this,B.R,A.k(this).h("z6"))}} +A.z6.prototype={ +Uh(a,b){var s=this.y2,r=this.$ti,q=r.h("c5<1>?").a(s.i(0,a)),p=q==null +if(!p&&q.ga_(q))return +if(b==null)s.m(0,a,A.cF(r.c)) +else{p=p?A.cF(r.c):q +p.E(0,r.c.a(b)) +s.m(0,a,p)}}, +SO(a,b){var s,r=this.$ti,q=r.h("c5<1>?").a(this.y2.i(0,b)) +if(q==null)return +if(!q.ga_(q)){s=this.e +s.toString +s=r.h("jY<1>").a(s).Um(a,q) +r=s}else r=!0 +if(r)b.by()}} +A.i2.prototype={ +cq(a){return a.f!==this.f}, +ct(a){var s=new A.w5(A.eu(null,null,null,t.h,t.X),this,B.R,A.k(this).h("w5")) +this.f.U(0,s.gC1()) +return s}} +A.w5.prototype={ +ck(a,b){var s,r,q=this,p=q.e +p.toString +s=q.$ti.h("i2<1>").a(p).f +r=b.f +if(s!==r){p=q.gC1() +s.J(0,p) +r.U(0,p)}q.Xx(0,b)}, +de(){var s,r=this +if(r.c5){s=r.e +s.toString +r.Ig(r.$ti.h("i2<1>").a(s)) +r.c5=!1}return r.Iq()}, +a6h(){this.c5=!0 +this.cA()}, +pG(a){this.Ig(a) +this.c5=!1}, +hq(){var s=this,r=s.e +r.toString +s.$ti.h("i2<1>").a(r).f.J(0,s.gC1()) +s.qp()}} +A.dU.prototype={} +A.ac5.prototype={ +$1(a){var s,r,q +if(a.k(0,this.a))return!1 +if(a instanceof A.fu){s=a.e +s.toString +s=s instanceof A.dU}else s=!1 +if(s){s=a.e +s.toString +t.og.a(s) +r=A.r(s) +q=this.c +if(!q.t(0,r)){q.E(0,r) +this.d.push(s)}}return!0}, +$S:24} +A.Io.prototype={} +A.D8.prototype={ +I(a){var s,r,q,p=this.d +for(s=this.c,r=s.length,q=0;q"))}} +A.w8.prototype={ +gW(){return this.$ti.h("hH<1,t>").a(A.b9.prototype.gW.call(this))}, +b5(a){var s=this.k4 +if(s!=null)a.$1(s)}, +iy(a){this.k4=null +this.jF(a)}, +eR(a,b){var s=this +s.o7(a,b) +s.$ti.h("hH<1,t>").a(A.b9.prototype.gW.call(s)).GD(s.gLM())}, +ck(a,b){var s,r=this +r.mG(0,b) +s=r.$ti.h("hH<1,t>") +s.a(A.b9.prototype.gW.call(r)).GD(r.gLM()) +s=s.a(A.b9.prototype.gW.call(r)) +s.y8$=!0 +s.ae()}, +iE(){var s=this.$ti.h("hH<1,t>").a(A.b9.prototype.gW.call(this)) +s.y8$=!0 +s.ae() +this.AR()}, +hq(){this.$ti.h("hH<1,t>").a(A.b9.prototype.gW.call(this)).GD(null) +this.Iu()}, +a6Q(a){this.f.rD(this,new A.aqj(this,a))}, +ji(a,b){this.$ti.h("hH<1,t>").a(A.b9.prototype.gW.call(this)).saV(a)}, +jr(a,b,c){}, +kq(a,b){this.$ti.h("hH<1,t>").a(A.b9.prototype.gW.call(this)).saV(null)}} +A.aqj.prototype={ +$0(){var s,r,q,p,o,n,m,l,k=this,j=null +try{o=k.a +n=o.e +n.toString +j=o.$ti.h("mP<1>").a(n).c.$2(o,k.b) +o.e.toString}catch(m){s=A.ag(m) +r=A.aA(m) +l=A.yx(A.aGT(A.be("building "+k.a.e.j(0)),s,r,new A.aqk())) +j=l}try{o=k.a +o.k4=o.dB(o.k4,j,null)}catch(m){q=A.ag(m) +p=A.aA(m) +o=k.a +l=A.yx(A.aGT(A.be("building "+o.e.j(0)),q,p,new A.aql())) +j=l +o.k4=o.dB(null,j,o.c)}}, +$S:0} +A.aqk.prototype={ +$0(){var s=A.a([],t.D) +return s}, +$S:18} +A.aql.prototype={ +$0(){var s=A.a([],t.D) +return s}, +$S:18} +A.hH.prototype={ +GD(a){if(J.d(a,this.EW$))return +this.EW$=a +this.ae()}} +A.N5.prototype={ +aO(a){var s=new A.EO(null,!0,null,null,A.ar()) +s.aN() +return s}} +A.EO.prototype={ +bj(a){return 0}, +bm(a){return 0}, +cs(a){return B.F}, +bJ(){var s=this,r=t.k,q=r.a(A.t.prototype.ga5.call(s)) +if(s.y8$||!r.a(A.t.prototype.ga5.call(s)).k(0,s.Rl$)){s.Rl$=r.a(A.t.prototype.ga5.call(s)) +s.y8$=!1 +r=s.EW$ +r.toString +s.yx(r,A.k(s).h("hH.0"))}r=s.k3$ +if(r!=null){r.bZ(q,!0) +r=s.k3$ +s.id=q.bC(r.gv(r))}else s.id=new A.I(A.H(1/0,q.a,q.b),A.H(1/0,q.c,q.d))}, +hH(a){var s=this.k3$ +if(s!=null)return s.lo(a) +return this.vn(a)}, +cQ(a,b){var s=this.k3$ +s=s==null?null:s.cg(a,b) +return s===!0}, +aJ(a,b){var s=this.k3$ +if(s!=null)a.dO(s,b)}} +A.a2F.prototype={ +aj(a){var s +this.eb(a) +s=this.k3$ +if(s!=null)s.aj(a)}, +ab(a){var s +this.ec(0) +s=this.k3$ +if(s!=null)s.ab(0)}} +A.a2G.prototype={} +A.wm.prototype={} +A.auL.prototype={ +$1(a){return this.a.a=a}, +$S:54} +A.auM.prototype={ +$1(a){return a.b}, +$S:384} +A.auN.prototype={ +$1(a){var s,r,q,p +for(s=J.a9(a),r=this.a,q=this.b,p=0;ps.b?B.k7:B.k6}, +oZ(a,b,c,d){var s=this,r=b==null?s.gdS():b,q=a==null?s.r:a,p=d==null?s.w:d,o=c==null?s.f:c +return new A.zZ(s.a,s.b,r,s.e,o,q,p,s.x,!1,s.z,s.Q,s.as,s.at,s.ax,s.ay,s.ch,s.CW,s.cx)}, +Qk(a){return this.oZ(a,null,null,null)}, +aeF(a,b){return this.oZ(a,null,null,b)}, +Qm(a){return this.oZ(null,a,null,null)}, +aex(a){return this.oZ(null,null,a,null)}, +aeE(a,b){return this.oZ(a,null,b,null)}, +aeH(a,b){return this.oZ(null,null,a,b)}, +Go(a,b,c,d){var s,r,q,p,o,n,m=this,l=null +if(!(b||d||c||a))return m +s=m.r +r=b?0:l +q=d?0:l +p=c?0:l +r=s.lY(a?0:l,r,p,q) +q=m.w +p=b?Math.max(0,q.a-s.a):l +o=d?Math.max(0,q.b-s.b):l +n=c?Math.max(0,q.c-s.c):l +return m.aeF(r,q.lY(a?Math.max(0,q.d-s.d):l,p,n,o))}, +alq(a){return this.Go(!1,!1,!1,a)}, +alr(a){var s=this,r=null,q=s.w,p=s.f,o=Math.max(0,q.d-p.d) +q=q.lY(o,r,r,r) +return s.aeH(p.lY(0,r,r,r),q)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.zZ&&b.a.k(0,s.a)&&b.b===s.b&&b.gdS().a===s.gdS().a&&b.e===s.e&&b.r.k(0,s.r)&&b.w.k(0,s.w)&&b.f.k(0,s.f)&&b.x.k(0,s.x)&&b.as===s.as&&b.at===s.at&&b.ax===s.ax&&b.Q===s.Q&&b.z===s.z&&b.ay===s.ay&&b.ch===s.ch&&b.CW.k(0,s.CW)&&A.d7(b.cx,s.cx)}, +gu(a){var s=this +return A.K(s.a,s.b,s.gdS().a,s.e,s.r,s.w,s.f,!1,s.as,s.at,s.ax,s.Q,s.z,s.ay,s.ch,s.CW,A.cy(s.cx),B.a,B.a,B.a)}, +j(a){var s=this +return"MediaQueryData("+B.b.bP(A.a(["size: "+s.a.j(0),"devicePixelRatio: "+B.d.ad(s.b,1),"textScaler: "+s.gdS().j(0),"platformBrightness: "+s.e.j(0),"padding: "+s.r.j(0),"viewPadding: "+s.w.j(0),"viewInsets: "+s.f.j(0),"systemGestureInsets: "+s.x.j(0),"alwaysUse24HourFormat: false","accessibleNavigation: "+s.z,"highContrast: "+s.as,"onOffSwitchLabels: "+s.at,"disableAnimations: "+s.ax,"invertColors: "+s.Q,"boldText: "+s.ay,"navigationMode: "+s.ch.b,"gestureSettings: "+s.CW.j(0),"displayFeatures: "+A.n(s.cx)],t.s),", ")+")"}} +A.lt.prototype={ +cq(a){return!this.w.k(0,a.w)}, +Um(a8,a9){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 +for(s=a9.ga6(a9),r=this.w,q=a8.w,p=r.cx!==q.cx,o=r.CW,n=q.CW,m=r.ch!==q.ch,l=r.ay!==q.ay,k=r.ax!==q.ax,j=r.at!==q.at,i=r.as!==q.as,h=r.Q!==q.Q,g=r.z!==q.z,f=r.w,e=q.w,d=r.x,c=q.x,b=r.f,a=q.f,a0=r.r,a1=q.r,a2=r.e!==q.e,a3=r.b!==q.b,a4=r.a,a5=q.a,a6=a4.a,a4=a4.b;s.q();){a7=s.gG(s) +if(a7 instanceof A.eI)switch(a7.a){case 0:if(!(a5.a===a6&&a5.b===a4))return!0 +break +case 1:a7=a6>a4?B.k7:B.k6 +if(a7!==(a5.a>a5.b?B.k7:B.k6))return!0 +break +case 2:if(a3)return!0 +break +case 3:if(r.gdS().a!==q.gdS().a)return!0 +break +case 4:if(!r.gdS().k(0,q.gdS()))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.adA.prototype={ +$1(a){return A.pQ(this.a,A.bU(a,null,t.l).w.Qm(B.af),null)}, +$S:143} +A.adz.prototype={ +$1(a){var s=A.bU(a,null,t.l).w +return A.pQ(this.c,s.Qm(s.gdS().PZ(0,this.b,this.a)),null)}, +$S:143} +A.aem.prototype={ +K(){return"NavigationMode."+this.b}} +A.Eb.prototype={ +ap(){return new A.YE(B.n)}} +A.YE.prototype={ +aW(){this.bb() +$.a8.aS$.push(this)}, +by(){this.dZ() +this.ac0() +this.ri()}, +aX(a){var s,r=this +r.bh(a) +s=r.a +s.toString +if(r.e==null||a.c!==s.c)r.ri()}, +ac0(){var s,r=this +r.a.toString +s=r.c +s.toString +s=A.dc(s,null) +r.d=s +r.e=null}, +ri(){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.gpN(),a1=$.dq(),a2=a1.d +if(a2==null){a2=self.window.devicePixelRatio +if(a2===0)a2=1}a2=a0.iQ(0,a2) +a0=a1.d +if(a0==null){a0=self.window.devicePixelRatio +if(a0===0)a0=1}s=a==null +r=s?c:a.gdS().a +if(r==null)r=b.b.a.e +q=r===1?B.af:new A.fI(r) +p=s?c:a.e +if(p==null)p=b.b.a.d +b.gmR() +o=a1.d +if(o==null){o=self.window.devicePixelRatio +if(o===0)o=1}o=A.a7R(B.eJ,o) +b.gmR() +n=a1.d +if(n==null){n=self.window.devicePixelRatio +if(n===0)n=1}n=A.a7R(B.eJ,n) +m=b.w +l=a1.d +if(l==null){l=self.window.devicePixelRatio +if(l===0)l=1}l=A.a7R(m,l) +b.gmR() +a1=a1.d +if(a1==null){a1=self.window.devicePixelRatio +if(a1===0)a1=1}a1=A.a7R(B.eJ,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.ei +b.gmR() +b.gmR() +e=new A.zZ(a2,a0,q,p,l,o,n,a1,f===!0,m,k,h,g,j,i,a,new A.Lc(c),B.QX) +if(!e.k(0,d.e))d.aF(new A.aqG(d,e))}, +Em(){this.ri()}, +QU(){if(this.d==null)this.ri()}, +QT(){if(this.d==null)this.ri()}, +n(){B.b.B($.a8.aS$,this) +this.aZ()}, +I(a){var s=this.e +s.toString +return A.pQ(this.a.e,s,null)}} +A.aqG.prototype={ +$0(){this.a.e=this.b}, +$S:0} +A.a2r.prototype={} +A.Pn.prototype={ +I(a){var s,r,q=null +switch(A.br().a){case 1:case 3:case 5:break +case 0:case 2:case 4:break}s=this.c +r=A.cW(q,A.ns(new A.hk(B.lw,s==null?q:new A.oS(s,q,q),q),B.bz,q,q,q,q),!1,q,!1,!1,q,q,q,q,q,q,q,q,q,q,q,q,this.x,q,q,q,q,q,q,q,q) +return A.aMy(new A.mY(!0,new A.YN(r,new A.adN(this,a),q),q))}} +A.adN.prototype={ +$0(){A.Sp(B.a0l)}, +$S:0} +A.Hz.prototype={ +I(a){var s=t.Bs.a(this.c) +return A.axJ(!0,null,s.gl(s),!1,null,this.f,null)}} +A.vJ.prototype={ +hQ(a){if(this.av==null)return!1 +return this.o4(a)}, +RS(a){}, +RT(a,b){var s=this.av +if(s!=null)this.cL("onAnyTapUp",s)}, +yl(a,b,c){}} +A.Vo.prototype={ +Q9(){var s=t.S,r=A.cF(s) +return new A.vJ(B.aG,18,B.c3,A.w(s,t.C),r,null,null,A.H3(),A.w(s,t.A))}, +S8(a){a.av=this.a}} +A.YN.prototype={ +I(a){return new A.ke(this.c,A.aJ([B.a5Z,new A.Vo(this.d)],t.n,t.xR),B.aH,!1,null)}} +A.Ad.prototype={ +I(a){var s,r,q=this,p=a.au(t.I) +p.toString +s=A.a([],t.p) +r=q.c +if(r!=null)s.push(A.acW(r,B.ik)) +r=q.d +if(r!=null)s.push(A.acW(r,B.il)) +r=q.e +if(r!=null)s.push(A.acW(r,B.im)) +return new A.y7(new A.att(q.f,q.r,p.w),s,null)}} +A.FR.prototype={ +K(){return"_ToolbarSlot."+this.b}} +A.att.prototype={ +T3(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this +if(e.b.i(0,B.ik)!=null){s=a.a +r=a.b +q=e.fC(B.ik,new A.aP(0,s,r,r)).a +switch(e.f.a){case 0:p=s-q +break +case 1:p=0 +break +default:p=null}e.fY(B.ik,new A.i(p,0))}else q=0 +if(e.b.i(0,B.im)!=null){o=e.fC(B.im,A.a5b(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.fY(B.im,new A.i(n,(a.b-o.b)/2))}else m=0 +if(e.b.i(0,B.il)!=null){s=a.a +r=e.e +l=Math.max(s-q-m-r*2,0) +k=e.fC(B.il,A.a5b(a).aeq(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}, +gaiv(){var s=this.a +if(s==null)return!1 +s=s.Kp(A.aFO(this)) +s=s==null?null:s.gSk() +return s===!0}} +A.aim.prototype={ +$1(a){var s=this.a.a,r=s==null?null:s.a.ax +if(r===!0){s=s.y.gfP() +if(s!=null)s.li()}}, +$S:22} +A.ail.prototype={ +$1(a){var s=this.a.a +if(s!=null){s=s.y.gfP() +if(s!=null)s.li()}}, +$S:22} +A.fA.prototype={ +j(a){var s=this.a +s=s==null?"none":'"'+s+'"' +return"RouteSettings("+s+", "+A.n(this.b)+")"}} +A.cT.prototype={ +j(a){return'Page("'+A.n(this.a)+'", '+A.n(this.c)+", "+A.n(this.b)+")"}} +A.k9.prototype={} +A.pq.prototype={ +cq(a){return a.f!=this.f}} +A.lK.prototype={} +A.SS.prototype={} +A.L8.prototype={ +alD(a,b,c){var s,r,q,p,o=A.a([],t.Fm),n=new A.a79(a,c,o) +n.$2(null,b.length===0) +for(s=b.length,r=0;r=10)return +s.x=!0 +s.w=b +s.d=B.a9k}, +e2(a,b){return this.ae_(a,b,t.z)}, +n(){var s,r,q,p,o,n,m,l=this,k={} +l.d=B.a9h +s=l.a +r=s.gzd() +q=new A.as4() +p=new A.aZ(r,q,A.a1(r).h("aZ<1>")) +if(!p.ga6(p).q()){l.d=B.ib +s.n() +return}k.a=p.gp(p) +o=s.a +o.f.E(0,l) +for(s=B.b.ga6(r),q=new A.lZ(s,q);q.q();){r=s.gG(s) +n=A.aR("listener") +m=new A.as5(k,l,r,n,o) +n.b=m +r=r.d +if(r!=null)r.U(0,m)}}, +gUs(){var s=this.d.a +return s<=7&&s>=1}, +gSk(){var s=this.d.a +return s<=10&&s>=1}, +SD(a){var s +for(s=this.a;s.guG();)s.jW(a) +this.zj(a) +this.y=!1}} +A.as6.prototype={ +$0(){var s=this.a +if(s.d===B.ET){s.d=B.du +this.b.vR()}}, +$S:0} +A.as4.prototype={ +$1(a){return a.gSI()}, +$S:392} +A.as5.prototype={ +$0(){var s=this,r=s.a;--r.a +s.c.J(0,s.d.aA()) +if(r.a===0)return A.eV(new A.as3(s.b,s.e))}, +$S:0} +A.as3.prototype={ +$0(){var s=this.a +if(!this.b.f.B(0,s))return +s.d=B.ib +s.a.n()}, +$S:0} +A.as7.prototype={ +$1(a){return a.a===this.a}, +$S:51} +A.om.prototype={} +A.wh.prototype={ +nx(a){a.we(this.b,this.a,B.cv,!1)}} +A.wg.prototype={ +nx(a){var s=$.jF() +A.mZ(a) +if(!s.a.get(a).cx.a)a.we(this.a,this.b,B.cw,!1)}} +A.El.prototype={ +nx(a){}} +A.Em.prototype={ +nx(a){var s=this.a,r=s.gnr() +if(r)a.we(this.b,s,B.cv,!1)}} +A.XK.prototype={ +R(a,b){B.b.R(this.a,b) +if(J.kR(b))this.aE()}, +i(a,b){return this.a[b]}, +ga6(a){var s=this.a +return new J.e2(s,s.length)}, +j(a){return A.pw(this.a,"[","]")}, +$iae:1} +A.h0.prototype={ +a4D(){var s,r,q=this,p=q.PS(),o=A.aR("routeBlocksPop"),n=!p +if(n){s=q.r_(A.mv()) +o.scv(s!=null&&s.a.gnD()===B.er)}else o.scv(!1) +r=new A.pW(!n||o.aA()) +n=$.bV +switch(n.av$.a){case 4:q.c.ed(r) +break +case 0:case 2:case 3:case 1:n.y2$.push(new A.aep(q,r)) +break}}, +aW(){var s,r,q,p=this +p.bb() +for(s=J.aj(p.a.x);s.q();){r=s.gG(s) +q=$.jF() +q.a.set(r,p)}p.as=p.a.x +s=p.c.iR(t.mS) +if(s==null)s=null +else{s=s.e +s.toString}t.ZG.a(s) +p.Dh(s==null?null:s.f) +if(p.a.as)B.ho.kb("selectSingleEntryHistory",t.H) +p.e.U(0,p.gLe())}, +lj(a,b){var s,r,q,p,o,n,m,l,k=this +k.pQ(k.at,"id") +s=k.r +k.pQ(s,"history") +k.Kt() +k.d=new A.bp(null,t.ku) +r=k.e +r.R(0,s.TL(null,k)) +for(q=J.aj(k.a.c),p=r.a;q.q();){o=q.gG(q) +n=k.c +n.toString +n=o.lZ(n) +o=$.a3H() +m=new A.dY(n,null,!0,B.ia,o,new A.kJ(new WeakRef(o)),o) +p.push(m) +r.aE() +o=s.TL(m,k) +B.b.R(p,o) +if(B.b.gbT(o))r.aE()}if(s.y==null){s=k.a +l=s.f +if((J.hf(s.c)?l==null?"/":l:l)!=null){s=k.a +q=s.f +r.R(0,J.kS(s.ajZ(k,q==null?"/":q),new A.aev(k),t.Ez))}}k.vR()}, +Eu(a){var s,r=this +r.XX(a) +s=r.r +if(r.c4$!=null)s.ck(0,r.e) +else s.a2(0)}, +geW(){return this.a.y}, +by(){var s,r,q,p,o=this +o.YV() +s=o.c.au(t.mS) +o.Dh(s==null?null:s.f) +for(r=o.e.a,r=new J.e2(r,r.length),q=A.k(r).c;r.q();){p=r.d;(p==null?q.a(p):p).a.xu()}}, +Kt(){var s,r,q +this.f.a2Q(new A.aeo(),!0) +for(s=this.e,r=s.a;!s.ga_(s);){q=r.pop() +s.aE() +A.aDy(q,!1)}}, +Dh(a){var s,r,q=this +if(q.Q!=a){if(a!=null)$.jF().m(0,a,q) +s=q.Q +if(s==null)s=null +else{r=$.jF() +A.mZ(s) +s=r.a.get(s)}if(s===q){s=$.jF() +r=q.Q +r.toString +s.m(0,r,null)}q.Q=a +q.OG()}}, +OG(){var s=this,r=s.Q,q=s.a +if(r!=null)s.as=J.aAC(q.x,A.a([r],t.tc)) +else s.as=q.x}, +aX(a){var s,r,q,p=this +p.YW(a) +s=a.x +r=J.he(s) +if(!r.k(s,p.a.x)){for(s=r.ga6(s);s.q();){r=s.gG(s) +q=$.jF() +q.a.set(r,null)}for(s=J.aj(p.a.x);s.q();){r=s.gG(s) +q=$.jF() +q.a.set(r,p)}p.OG()}if(!J.d(a.c,p.a.c)&&!p.gnJ())p.ac_() +for(s=p.e.a,s=new J.e2(s,s.length),r=A.k(s).c;s.q();){q=s.d;(q==null?r.a(q):q).a.xu()}}, +dI(){var s,r,q=this.as +q===$&&A.b() +q=J.aj(q) +for(;q.q();){s=q.gG(q) +r=$.jF() +r.a.set(s,null)}this.qu()}, +ce(){var s,r,q +this.YT() +s=this.as +s===$&&A.b() +s=J.aj(s) +for(;s.q();){r=s.gG(s) +q=$.jF() +q.a.set(r,this)}}, +n(){var s,r,q=this +q.Dh(null) +q.y.n() +q.Kt() +q.at.n() +q.r.n() +s=q.cx +r=$.aD() +s.ok$=r +s.k4$=0 +s=q.e +s.J(0,q.gLe()) +s.ok$=r +s.k4$=0 +q.YX()}, +gIZ(){var s,r,q,p=A.a([],t.wi) +for(s=this.e.a,s=new J.e2(s,s.length),r=A.k(s).c;s.q();){q=s.d +B.b.R(p,(q==null?r.a(q):q).a.gzd())}return p}, +ac_(){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={} +a4.a=a4.b=0 +a4.c=J.b6(a2.a.c)-1 +s=a2.e +r=a4.d=s.gp(s)-1 +q=t.uD +p=A.a([],q) +o=A.w(t.IA,t.Z4) +for(n=s.a,m=a3,l=0;l<=r;l=i){k=n[l] +if(!k.c){J.fN(o.bf(0,m,new A.aeq()),k) +j=l+1 +a4.a=j +i=j +continue}i=a4.b +if(i>a4.c)break +h=J.aE(a2.a.c,i) +if(!k.DU(h))break +g=k.a +if(g.b!==h){g.b=h +g.lX()}p.push(k) +a4.b=i+1 +j=l+1 +a4.a=j +i=j +m=k}f=A.a([],q) +q=r +while(!0){if(!(l<=q&&a4.b<=a4.c))break +c$1:{i=n[q] +if(!i.c){f.push(i) +r=q-1 +a4.d=r +q=r +break c$1}g=a2.a.c +e=a4.c +if(!i.DU(J.aE(g,e)))break +if(f.length!==0){o.bf(0,i,new A.aer(f)) +B.b.a2(f)}r=q-1 +a4.d=r +a4.c=e-1 +q=r}}r=q+f.length +a4.d=r +q=t.Ez +d=A.w(t.f0,q) +c=A.aM(q) +for(q=t.pw;l<=r;){i=n[l];++l +if(!i.c)continue +g=q.a(i.a.b).c +if(g==null)continue +e=i.d.a +if(!(e<=7&&e>=1)){c.E(0,i) +continue}d.m(0,g,i)}for(b=!1;i=a4.b,i<=a4.c;){a=J.aE(a2.a.c,i) +a4.b=i+1 +i=a.c +if(i==null||!d.ai(0,i)||!d.i(0,i).DU(a)){i=a2.c +i.toString +i=a.lZ(i) +g=$.a3H() +p.push(new A.dY(i,a3,!0,B.ER,g,new A.kJ(new WeakRef(g)),g)) +b=!0}else{i=d.B(0,i) +i.toString +g=i.a +if(g.b!==a){g.b=a +g.lX()}p.push(i)}}a0=A.w(t.oW,t.Kh) +for(;i=a4.a,i<=a4.d;){k=n[i] +a4.a=i+1 +if(!k.c){J.fN(o.bf(0,m,new A.aes()),k) +if(m.y){i=k.d.a +i=i<=7&&i>=1}else i=!1 +if(i)k.y=!0 +continue}i=q.a(k.a.b).c +if(i==null||d.ai(0,i)||c.t(0,k)){a0.m(0,m,k) +i=k.d.a +if(i<=7&&i>=1)k.y=!0}m=k}a4.c=J.b6(a2.a.c)-1 +r=s.gp(s)-1 +a4.d=r +q=i +while(!0){if(!(q<=r&&a4.b<=a4.c))break +c$4:{k=n[q] +if(!k.c){J.fN(o.bf(0,m,new A.aet()),k) +break c$4}i=a2.a.c +g=a4.b +h=J.aE(i,g) +i=k.a +if(i.b!==h){i.b=h +i.lX()}p.push(k) +j=q+1 +a4.a=j +a4.b=g+1 +q=j +m=k}}if(b||a0.a!==0){a2.a.toString +a1=B.FT.alD(a0,p,o) +a1=new A.e4(a1,A.a1(a1).h("e4<1,dY>"))}else a1=p +q=n.length +B.b.a2(n) +if(q!==0)s.aE() +if(o.ai(0,a3)){q=o.i(0,a3) +q.toString +s.R(0,q)}for(q=J.aj(a1);q.q();){i=q.gG(q) +n.push(i) +s.aE() +if(o.ai(0,i)){i=o.i(0,i) +i.toString +B.b.R(n,i) +if(J.kR(i))s.aE()}}a2.vR()}, +BN(a2){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=this,a1=null +a0.ch=!0 +s=a0.e +r=s.gp(s)-1 +q=s.a +p=q[r] +o=r>0?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.lG(r-1,A.mv()) +f=g>=0?q[g]:a1 +f=f==null?a1:f.a +e=p.a +e.a=a0 +e.me() +p.d=B.a9i +l.fl(0,new A.wh(e,f)) +continue $label0$1 +case 2:if(i||j==null){f=p.a +f.rW() +p.d=B.du +if(j==null)f.rX(a1) +continue $label0$1}break +case 3:case 4:case 6:f=o==null?a1:o.a +g=a0.lG(r-1,A.mv()) +e=g>=0?q[g]:a1 +e=e==null?a1:e.a +p.ah8(j==null,a0,f,e) +if(p.d===B.du)continue $label0$1 +break +case 5:if(!h&&k!=null){p.a.p9(k) +p.f=new A.kJ(new WeakRef(k))}h=!0 +break +case 7:if(!h&&k!=null){p.a.p9(k) +p.f=new A.kJ(new WeakRef(k))}i=!0 +h=!0 +break +case 8:g=a0.lG(r,A.H0()) +f=g>=0?q[g]:a1 +if(!p.ah7(a0,f==null?a1:f.a))continue $label0$1 +if(!h){if(k!=null){p.a.p9(k) +p.f=new A.kJ(new WeakRef(k))}k=p.a}f=p.a +g=a0.lG(r,A.H0()) +e=g>=0?q[g]:a1 +m.fl(0,new A.wg(f,e==null?a1:e.a)) +if(p.d===B.lf)continue $label0$1 +i=!0 +break +case 11:break +case 9:f=p.a +f=f.d.a +if((f.a&30)!==0)A.J(A.a0("Future already completed")) +f.lC(a1) +p.w=null +p.d=B.a9e +continue $label0$1 +case 10:if(!h){if(k!=null)p.a.p9(k) +k=a1}g=a0.lG(r,A.H0()) +f=g>=0?q[g]:a1 +f=f==null?a1:f.a +p.d=B.a9g +if(p.x)m.fl(0,new A.El(p.a,f)) +continue $label0$1 +case 12:if(!i&&j!=null)break +p.d=B.lf +continue $label0$1 +case 13:p=B.b.iG(q,r) +s.aE() +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.a30() +a0.a32() +if(a0.a.as){c=a0.r_(A.mv()) +b=c==null?a1:c.a.b.a +if(b!=null&&b!==a0.ax){A.aEN(a1,!1,a1,A.bm(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.a3z(k+1,A.aHR()) +r=q==null +p=r?m:q.a +if(p!=s.r){if(!((r?m:q.a)==null&&J.d(s.f.a.deref(),s.r))){p=s.a +p.rX(r?m:q.a)}s.r=r?m:q.a}--k +o=this.lG(k,A.aHR()) +n=o>=0?l[o]:m +r=n==null +p=r?m:n.a +if(p!=s.e){p=s.a +p.rY(r?m:n.a) +s.e=r?m:n.a}}}, +KQ(a,b){a=this.lG(a,b) +return a>=0?this.e.a[a]:null}, +lG(a,b){var s=this.e.a +while(!0){if(!(a>=0&&!b.$1(s[a])))break;--a}return a}, +a3z(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}, +CN(a,b,c){return this.wA(a,!1,b,c)}, +PS(){var s,r=this.e +r=r.ga6(r) +s=new A.lZ(r,A.mv()) +if(!s.q())return!1 +if(r.gG(r).a.guG())return!0 +if(!s.q())return!1 +return!0}, +tY(a){var s=0,r=A.a5(t.y),q,p=this,o,n,m +var $async$tY=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)$async$outer:switch(s){case 0:m=p.r_(A.mv()) +if(m==null){q=!1 +s=1 +break}o=m.a +s=3 +return A.ad(o.iP(),$async$tY) +case 3:n=c +if(p.c==null){q=!0 +s=1 +break}if(n===B.er){q=!0 +s=1 +break}if(m!==p.r_(A.mv())){q=!0 +s=1 +break}switch(o.gnD().a){case 2:q=!1 +s=1 +break $async$outer +case 0:p.zj(a) +q=!0 +s=1 +break $async$outer +case 1:o.FW(!1) +q=!0 +s=1 +break $async$outer}case 1:return A.a3(q,r)}}) +return A.a4($async$tY,r)}, +FI(){return this.tY(null,t.X)}, +ajp(a){return this.tY(a,t.X)}, +zk(a){var s=this,r=s.e.aiO(0,A.mv()) +if(r.c){if(s.a.d.$2(r.a,a)&&r.d===B.du)r.d=B.lh}else r.zj(a) +if(r.d===B.lh)s.BN(!1) +s.Jj()}, +fa(){return this.zk(null,t.X)}, +zj(a){return this.zk(a,t.X)}, +Ro(a){var s,r=this,q=r.e.a,p=B.b.ai6(q,A.aFO(a),0) +q=q[p] +if(q.c&&q.d.a<8){s=r.KQ(p-1,A.H0()) +s=s==null?null:s.a +r.x.fl(0,new A.wg(a,s))}q.d=B.lf +if(!r.ch)r.BN(!1)}, +sP5(a){this.CW=a +this.cx.sl(0,a>0)}, +afr(){var s,r,q,p,o=this +o.sP5(o.CW+1) +if(o.CW===1){s=o.e +r=o.lG(s.gp(s)-1,A.H0()) +q=s.a[r].a +p=!q.guG()&&r>0?o.KQ(r-1,A.H0()).a:null +s=o.as +s===$&&A.b() +s=J.aj(s) +for(;s.q();)s.gG(s).we(q,p,B.cw,!0)}}, +xQ(){var s,r=this +r.sP5(r.CW-1) +if(r.CW===0){s=r.as +s===$&&A.b() +s=J.aj(s) +for(;s.q();)s.gG(s).xQ()}}, +a7x(a){this.cy.E(0,a.gbG())}, +a5i(a){this.cy.B(0,a.gbG())}, +Jj(){if($.bV.av$===B.dl){var s=this.d +s===$&&A.b() +s=$.a8.V$.z.i(0,s) +this.aF(new A.aen(s==null?null:s.ng(t.MY)))}s=this.cy +B.b.ah(A.af(s,!0,A.k(s).c),$.a8.gadx())}, +Kp(a){var s,r,q +for(s=this.e.a,s=new J.e2(s,s.length),r=A.k(s).c;s.q();){q=s.d +if(q==null)q=r.a(q) +if(a.$1(q))return q}return null}, +r_(a){var s,r,q,p,o +for(s=this.e.a,s=new J.e2(s,s.length),r=A.k(s).c,q=null;s.q();){p=s.d +o=p==null?r.a(p):p +if(a.$1(o))q=o}return q}, +I(a){var s,r,q=this,p=null,o=q.ga5h(),n=A.to(a),m=q.c4$,l=q.d +l===$&&A.b() +s=q.a.at +if(l.ga0()==null){r=q.gIZ() +r=J.ni(r.slice(0),A.a1(r).c)}else r=B.qY +return new A.pq(p,new A.dG(new A.aeu(q,a),A.zC(B.bI,new A.Hl(!1,A.aCh(A.tn(!0,p,A.amH(m,new A.ug(r,s,l)),p,p,p,q.y,!1,p,p,p,p,p,!0),n),p),o,q.ga7w(),p,p,o),p,t.w3),p)}, +$ib5:1} +A.aep.prototype={ +$1(a){var s=this.a.c +if(s==null)return +s.ed(this.b)}, +$S:3} +A.aev.prototype={ +$1(a){var s,r,q=a.b.a +if(q!=null){s=this.a.at +r=s.y +if(r==null)r=s.$ti.h("cG.T").a(r) +s.XW(0,r+1) +q=new A.YU(r,q,null,B.li)}else q=null +return A.aFN(a,B.ia,!1,q)}, +$S:395} +A.aeo.prototype={ +$1(a){a.d=B.ib +a.a.n() +return!0}, +$S:51} +A.aeq.prototype={ +$0(){return A.a([],t.uD)}, +$S:66} +A.aer.prototype={ +$0(){return A.hv(this.a,!0,t.Ez)}, +$S:66} +A.aes.prototype={ +$0(){return A.a([],t.uD)}, +$S:66} +A.aet.prototype={ +$0(){return A.a([],t.uD)}, +$S:66} +A.aen.prototype={ +$0(){var s=this.a +if(s!=null)s.sPf(!0)}, +$S:0} +A.aeu.prototype={ +$1(a){if(a.a||!this.a.PS())return!1 +this.b.ed(B.Xl) +return!0}, +$S:165} +A.F_.prototype={ +K(){return"_RouteRestorationType."+this.b}} +A.a_E.prototype={ +gSl(){return!0}, +xx(){return A.a([this.a.a],t.jl)}} +A.YU.prototype={ +xx(){var s=this,r=s.Zh(),q=A.a([s.c,s.d],t.jl),p=s.e +if(p!=null)q.push(p) +B.b.R(r,q) +return r}, +lZ(a){var s=a.CN(this.d,this.e,t.z) +s.toString +return s}, +gTK(){return this.c}} +A.ayx.prototype={ +gSl(){return!1}, +xx(){A.aQw(this.d)}, +lZ(a){var s=a.c +s.toString +return this.d.$2(s,this.e)}, +gTK(){return this.c}} +A.XL.prototype={ +ck(a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this,b=null,a=c.y==null +if(a)c.y=A.w(t.N,t.UX) +s=t.jl +r=A.a([],s) +q=c.y +q.toString +p=J.aE(q,null) +if(p==null)p=B.dX +o=A.w(t.R,t.UX) +q=c.y +q.toString +n=J.aMc(J.a3Q(q)) +for(q=a1.a,q=new J.e2(q,q.length),m=A.k(q).c,l=b,k=a,j=!0;q.q();){i=q.d +h=i==null?m.a(i):i +if(h.d.a>7){i=h.a +i.c.sl(0,b) +continue}if(h.c){k=k||r.length!==J.b6(p) +if(r.length!==0){g=l==null?b:l.geW() +o.m(0,g,r) +n.B(0,g)}j=h.geW()!=null +i=h.a +f=j?h.geW():b +i.c.sl(0,f) +if(j){r=A.a([],s) +i=c.y +i.toString +p=J.aE(i,h.geW()) +if(p==null)p=B.dX}else{r=B.dX +p=B.dX}l=h +continue}if(j){i=h.b +i=i==null?b:i.gSl() +j=i===!0}else j=!1 +i=h.a +f=j?h.geW():b +i.c.sl(0,f) +if(j){i=h.b +f=i.b +i=f==null?i.b=i.xx():f +if(!k){f=J.a9(p) +e=f.gp(p) +d=r.length +k=e<=d||!J.d(f.i(p,d),i)}else k=!0 +B.b.E(r,i)}}k=k||r.length!==J.b6(p) +c.a2R(r,l,o,n) +if(k||n.gbT(n)){c.y=o +c.aE()}}, +a2R(a,b,c,d){var s +if(a.length!==0){s=b==null?null:b.geW() +c.m(0,s,a) +d.B(0,s)}}, +a2(a){if(this.y==null)return +this.y=null +this.aE()}, +TL(a,b){var s,r,q,p,o,n=A.a([],t.uD) +if(this.y!=null)s=a!=null&&a.geW()==null +else s=!0 +if(s)return n +s=this.y +s.toString +r=J.aE(s,a==null?null:a.geW()) +if(r==null)return n +for(s=J.aj(r);s.q();){q=A.aTZ(s.gG(s)) +p=q.lZ(b) +o=$.a3H() +n.push(new A.dY(p,q,!1,B.ia,o,new A.kJ(new WeakRef(o)),o))}return n}, +xE(){return null}, +pp(a){a.toString +return J.aAK(t.f.a(a),new A.apR(),t.R,t.UX)}, +S6(a){this.y=a}, +pW(){return this.y}, +gpd(a){return this.y!=null}} +A.apR.prototype={ +$2(a,b){return new A.bk(A.d6(a),A.hv(t.j.a(b),!0,t.K),t.qE)}, +$S:397} +A.pW.prototype={ +j(a){return"NavigationNotification canHandlePop: "+this.a}} +A.aqZ.prototype={ +$2(a,b){if(!a.a)a.J(0,b)}, +$S:57} +A.En.prototype={ +ce(){this.dF() +this.dc() +this.fs()}, +n(){var s=this,r=s.bn$ +if(r!=null)r.J(0,s.gf3()) +s.bn$=null +s.aZ()}} +A.Eo.prototype={ +aX(a){this.bh(a) +this.t2()}, +by(){var s,r,q,p,o=this +o.dZ() +s=o.c4$ +r=o.gnJ() +q=o.c +q.toString +q=A.uL(q) +o.is$=q +p=o.oA(q,r) +if(r){o.lj(s,o.fS$) +o.fS$=!1}if(p)if(s!=null)s.n()}, +n(){var s,r=this +r.ir$.ah(0,new A.aqZ()) +s=r.c4$ +if(s!=null)s.n() +r.c4$=null +r.YU()}} +A.a2m.prototype={} +A.PB.prototype={ +j(a){var s=A.a([],t.s) +this.dJ(s) +return"Notification("+B.b.bP(s,", ")+")"}, +dJ(a){}} +A.dG.prototype={ +ct(a){return new A.Ep(this,B.R,this.$ti.h("Ep<1>"))}} +A.Ep.prototype={ +ST(a){var s,r=this.e +r.toString +s=this.$ti +s.h("dG<1>").a(r) +if(s.c.b(a))return r.d.$1(a) +return!1}, +pG(a){}} +A.i4.prototype={} +A.a2w.prototype={} +A.lx.prototype={ +snz(a){var s +if(this.b===a)return +this.b=a +s=this.e +if(s!=null)s.K1()}, +snv(a){if(this.c)return +this.c=!0 +this.e.K1()}, +gSI(){var s=this.d +return(s==null?null:s.a)!=null}, +J(a,b){var s=this.d +if(s!=null)s.J(0,b)}, +ew(a){var s,r=this.e +r.toString +this.e=null +if(r.c==null)return +B.b.B(r.d,this) +s=$.bV +if(s.av$===B.ks)s.y2$.push(new A.aeO(r)) +else r.Ml()}, +cA(){var s=this.f.ga0() +if(s!=null)s.LX()}, +n(){var s,r=this +r.r=!0 +if(!r.gSI()){s=r.d +if(s!=null){s.ok$=$.aD() +s.k4$=0}r.d=null}}, +j(a){var s=this,r=A.bh(s),q=s.b,p=s.c,o=s.r?"(DISPOSED)":"" +return"#"+r+"(opaque: "+q+"; maintainState: "+p+")"+o}, +$iae:1} +A.aeO.prototype={ +$1(a){this.a.Ml()}, +$S:3} +A.ma.prototype={ +ap(){return new A.wj(B.n)}} +A.wj.prototype={ +a8j(a,b){var s,r,q,p=this.e +if(p==null)p=this.e=new A.fx(t.oM) +s=p.b===0?null:p.gY(p) +r=b.a +while(!0){q=s==null +if(!(!q&&s.a>r))break +s=s.gpO()}if(q){p.om(p.c,b,!0) +p.c=b}else s.fT$.om(s.fU$,b,!1)}, +gCw(){var s,r=this,q=r.f +if(q===$){s=r.Bu(!1) +r.f!==$&&A.aK() +r.f=s +q=s}return q}, +Bu(a){return new A.hc(this.a1y(a),t.bm)}, +a1y(a){var s=this +return function(){var r=a +var q=0,p=2,o,n,m,l +return function $async$Bu(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.gY(l):l.gL(l) +case 3:if(!(n!=null)){q=4 +break}m=n.d +n=r?n.gpO():n.gl8(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}}}}, +aW(){var s,r=this +r.bb() +r.a.c.d.sl(0,r) +s=r.c.ng(t.im) +s.toString +r.d=s}, +aX(a){var s,r=this +r.bh(a) +if(a.d!==r.a.d){s=r.c.ng(t.im) +s.toString +r.d=s}}, +n(){var s,r=this,q=r.a.c.d +if(q!=null)q.sl(0,null) +q=r.a.c +if(q.r){s=q.d +if(s!=null){s.ok$=$.aD() +s.k4$=0}q.d=null}r.e=null +r.aZ()}, +I(a){var s=this.a,r=s.e,q=this.d +q===$&&A.b() +return new A.vp(r,new A.r4(q,this,s.c.a.$1(a),null),null)}, +LX(){this.aF(new A.ar8())}} +A.ar8.prototype={ +$0(){}, +$S:0} +A.ug.prototype={ +ap(){return new A.ui(A.a([],t.wi),null,null,B.n)}} +A.ui.prototype={ +aW(){this.bb() +this.Sb(0,this.a.c)}, +C9(a,b){if(a!=null)return B.b.iB(this.d,a) +return this.d.length}, +Sa(a,b,c){b.e=this +this.aF(new A.aeT(this,c,null,b))}, +yv(a,b){return this.Sa(a,b,null)}, +Sb(a,b){var s,r=b.length +if(r===0)return +for(s=0;s")),s=new A.dE(s,s.gp(s)),r=A.k(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.ma(o,n,!0,o.f)) +q=!o.b||!1}else if(o.c)m.push(new A.ma(o,n,!1,o.f))}s=t.MV +return new A.FO(m.length-p,n.a.d,A.af(new A.cc(m,s),!1,s.h("bd.E")),null)}, +$ib5:1} +A.aeT.prototype={ +$0(){var s=this,r=s.a +B.b.fB(r.d,r.C9(s.b,s.c),s.d)}, +$S:0} +A.aeS.prototype={ +$0(){var s=this,r=s.a +B.b.tI(r.d,r.C9(s.b,s.c),s.d)}, +$S:0} +A.aeU.prototype={ +$0(){var s,r,q=this,p=q.a,o=p.d +B.b.a2(o) +s=q.b +B.b.R(o,s) +r=q.c +r.Tu(s) +B.b.tI(o,p.C9(q.d,q.e),r)}, +$S:0} +A.aeR.prototype={ +$0(){}, +$S:0} +A.aeQ.prototype={ +$0(){}, +$S:0} +A.FO.prototype={ +ct(a){return new A.a1f(A.cF(t.h),this,B.R)}, +aO(a){var s=a.au(t.I) +s.toString +s=new A.oq(s.w,this.e,this.f,A.ar(),0,null,null,A.ar()) +s.aN() +s.R(0,null) +return s}, +aR(a,b){var s=this.e +if(b.aK!==s){b.aK=s +if(!b.aP)b.mF()}s=a.au(t.I) +s.toString +b.sc_(s.w) +s=this.f +if(s!==b.az){b.az=s +b.aL() +b.b6()}}} +A.a1f.prototype={ +gW(){return t.im.a(A.hy.prototype.gW.call(this))}, +ji(a,b){var s,r +this.Ik(a,b) +s=a.b +s.toString +t.i9.a(s) +r=this.e +r.toString +s.at=t.yI.a(t.f2.a(r).c[b.b]).c}, +jr(a,b,c){this.Il(a,b,c)}} +A.r5.prototype={ +fk(a){if(!(a.b instanceof A.eD))a.b=new A.eD(null,null,B.f)}, +gkA(){return!0}, +bJ(){var s,r,q,p,o,n,m,l=this,k="RenderBox was not laid out: ",j=l.qE(),i=j.ga6(j) +j=l.ga5() +s=A.rH(new A.I(A.H(1/0,j.a,j.b),A.H(1/0,j.c,j.d))) +j=l.gTV() +r=j.D +if(r==null)r=j.D=B.bS.af(j.ag) +for(j=t.O,q=t.o;i.q();){p=i.gG(i) +o=p.b +o.toString +j.a(o) +if(!o.gyC()){p.bZ(s,!0) +n=l.id +if(n==null)n=A.J(A.a0(k+A.r(l).j(0)+"#"+A.bh(l))) +m=p.id +o.a=r.mT(q.a(n.a1(0,m==null?A.J(A.a0(k+A.r(p).j(0)+"#"+A.bh(p))):m)))}else{n=l.id +A.aEa(p,o,n==null?A.J(A.a0(k+A.r(l).j(0)+"#"+A.bh(l))):n,r)}}}, +cQ(a,b){var s,r,q,p=this.Bg(),o=p.ga6(p) +p=t.O +s=!1 +while(!0){if(!(!s&&o.q()))break +r=o.gG(o) +q=r.b +q.toString +s=a.lS(new A.arT(r),p.a(q).a,b)}return s}, +aJ(a,b){var s,r,q,p,o,n +for(s=this.qE(),s=s.ga6(s),r=t.O,q=b.a,p=b.b;s.q();){o=s.gG(s) +n=o.b +n.toString +n=r.a(n).a +a.dO(o,new A.i(n.a+q,n.b+p))}}} +A.arT.prototype={ +$2(a,b){return this.a.cg(a,b)}, +$S:10} +A.wC.prototype={ +GN(a){var s=this.at +if(s==null)s=null +else{s=s.d +s=s==null?null:s.a.gCw().ah(0,a)}return s}} +A.oq.prototype={ +gTV(){return this}, +fk(a){if(!(a.b instanceof A.wC))a.b=new A.wC(null,null,B.f)}, +aj(a){var s,r,q,p,o +this.ZX(a) +s=this.ao$ +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.os(p.a.gCw().a())}if(o!=null)for(;o.q();)o.b.aj(a) +s=q.aH$}}, +ab(a){var s,r,q +this.ZY(0) +s=this.ao$ +for(r=t.i9;s!=null;){q=s.b +q.toString +r.a(q) +q.GN(A.aYg()) +s=q.aH$}}, +fE(){return this.b5(this.gTo())}, +sc_(a){var s=this +if(s.ag===a)return +s.ag=a +s.D=null +if(!s.aP)s.mF()}, +AY(a){this.aP=!0 +this.ib(a) +this.aP=!1 +a.A.ae()}, +CG(a){this.aP=!0 +this.n5(a) +this.aP=!1}, +ae(){if(!this.aP)this.mF()}, +gqR(){var s,r,q,p,o=this +if(o.aK===A.aC.prototype.gPW.call(o))return null +s=A.aC.prototype.gagc.call(o,o) +for(r=o.aK,q=t.O;r>0;--r){p=s.b +p.toString +s=q.a(p).aH$}return s}, +bj(a){return A.ahm(this.gqR(),new A.arV(a))}, +bm(a){return A.ahm(this.gqR(),new A.arU(a))}, +hH(a){var s,r,q,p,o=this.gqR() +for(s=t.O,r=null;o!=null;){q=o.b +q.toString +s.a(q) +p=o.lo(a) +if(p!=null){p+=q.a.b +r=r!=null?Math.min(r,p):p}o=q.aH$}return r}, +cs(a){return new A.I(A.H(1/0,a.a,a.b),A.H(1/0,a.c,a.d))}, +qE(){return new A.hc(this.a1_(),t.bm)}, +a1_(){var s=this +return function(){var r=0,q=1,p,o,n,m,l,k +return function $async$qE(a,b,c){if(b===1){p=c +r=q}while(true)switch(r){case 0:k=s.gqR() +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.os(m.a.gCw().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.aH$ +r=2 +break +case 3:return 0 +case 1:return a.c=p,3}}}}, +Bg(){return new A.hc(this.a0Z(),t.bm)}, +a0Z(){var s=this +return function(){var r=0,q=1,p,o,n,m,l,k,j,i,h +return function $async$Bg(a,b,c){if(b===1){p=c +r=q}while(true)switch(r){case 0:i=s.aK===A.aC.prototype.gPW.call(s)?null:s.dV$ +h=s.es$-s.aK +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.Bu(!0) +m.r!==$&&A.aK() +m.r=j +k=j}m=new A.os(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.cC$ +r=2 +break +case 3:return 0 +case 1:return a.c=p,3}}}}, +aJ(a,b){var s,r,q=this,p=q.bc +if(q.az!==B.I){s=q.cx +s===$&&A.b() +r=q.gv(q) +p.saI(0,a.nG(s,b,new A.A(0,0,0+r.a,0+r.b),A.r5.prototype.geV.call(q),q.az,p.a))}else{p.saI(0,null) +q.Zb(a,b)}}, +n(){this.bc.saI(0,null) +this.hv()}, +b5(a){var s,r,q=this.ao$ +for(s=t.i9;q!=null;){a.$1(q) +r=q.b +r.toString +s.a(r) +r.GN(a) +q=r.aH$}}, +h2(a){var s,r,q=this.gqR() +for(s=t.i9;q!=null;){a.$1(q) +r=q.b +r.toString +s.a(r) +r.GN(a) +q=r.aH$}}, +m1(a){var s +switch(this.az.a){case 0:return null +case 1:case 2:case 3:s=this.gv(this) +return new A.A(0,0,0+s.a,0+s.b)}}} +A.arV.prototype={ +$1(a){return a.cY(B.aU,this.a,a.gbW())}, +$S:62} +A.arU.prototype={ +$1(a){return a.cY(B.b1,this.a,a.gc2())}, +$S:62} +A.aeP.prototype={ +j(a){return"OverlayPortalController"+(this.a!=null?"":" DETACHED")}} +A.An.prototype={ +ap(){return new A.Ze(B.n)}} +A.Ze.prototype={ +a3t(a,b){var s,r,q=this,p=q.f,o=A.bj("marker",new A.ar9(q,!1)) +if(p!=null)if(q.e){s=o.S() +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.on(a,o.S().r,o.S().f)}, +aW(){this.bb() +this.Nz(this.a.c)}, +Nz(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}, +by(){this.dZ() +this.e=!0}, +aX(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.Nz(r)}}, +n(){this.a.c.a=null +this.f=null +this.aZ()}, +VR(a,b){this.aF(new A.arb(this,b)) +this.f=null}, +nm(){this.aF(new A.ara(this)) +this.f=null}, +I(a){var s,r,q=this,p=null,o=q.d +if(o==null)return new A.wk(p,q.a.e,p,p) +q.a.toString +s=q.a3t(o,!1) +r=q.a +return new A.wk(new A.WJ(new A.en(r.d,p),p),r.e,s,p)}} +A.ar9.prototype={ +$0(){var s=this.a.c +s.toString +return A.aTX(s,this.b)}, +$S:398} +A.arb.prototype={ +$0(){this.a.d=this.b}, +$S:0} +A.ara.prototype={ +$0(){this.a.d=null}, +$S:0} +A.on.prototype={ +IS(a){var s,r=this +r.d=a +r.b.a8j(0,r) +s=r.c +s.aL() +s.kf() +s.b6()}, +MT(a){var s,r=this +r.d=null +s=r.b.e +if(s!=null)s.B(0,r) +s=r.c +s.aL() +s.kf() +s.b6()}, +j(a){var s=A.bh(this) +return"_OverlayEntryLocation["+s+"] "}} +A.r4.prototype={ +cq(a){return a.f!==this.f||a.r!==this.r}} +A.wk.prototype={ +ct(a){return new A.Zd(this,B.R)}, +aO(a){var s=new A.EP(null,A.ar()) +s.aN() +s.saV(null) +return s}} +A.Zd.prototype={ +gW(){return t.SN.a(A.b9.prototype.gW.call(this))}, +eR(a,b){var s,r=this +r.o7(a,b) +s=r.e +s.toString +t.eU.a(s) +r.ok=r.dB(r.ok,s.d,null) +r.k4=r.dB(r.k4,s.c,s.e)}, +ck(a,b){var s=this +s.mG(0,b) +s.ok=s.dB(s.ok,b.d,null) +s.k4=s.dB(s.k4,b.c,b.e)}, +iy(a){this.ok=null +this.jF(a)}, +b5(a){var s=this.ok,r=this.k4 +if(s!=null)a.$1(s) +if(r!=null)a.$1(r)}, +ce(){var s,r,q +this.AF() +s=this.k4 +if(s!=null){r=t.Kp.a(s.gW()) +if(r!=null){q=s.c +q.toString +t.Vl.a(q) +q.c.AY(r) +q.d=r}}}, +dI(){var s,r,q=this.k4 +if(q!=null){s=t.Kp.a(q.gW()) +if(s!=null){r=q.c +r.toString +t.Vl.a(r) +r.c.CG(s) +r.d=null}}this.It()}, +ji(a,b){var s=t.SN +if(b!=null){s=s.a(A.b9.prototype.gW.call(this)) +t.Lj.a(a) +s.A=a +b.IS(a) +b.c.AY(a)}else s.a(A.b9.prototype.gW.call(this)).saV(a)}, +jr(a,b,c){var s=b.c,r=c.c +if(s!==r){s.CG(a) +r.AY(a)}if(b.b!==c.b||b.a!==c.a){b.MT(a) +c.IS(a)}}, +kq(a,b){if(b==null){t.SN.a(A.b9.prototype.gW.call(this)).saV(null) +return}t.Lj.a(a) +b.MT(a) +b.c.CG(a) +t.SN.a(A.b9.prototype.gW.call(this)).A=null}} +A.WJ.prototype={ +aO(a){var s,r=a.ng(t.SN) +r.toString +s=new A.op(r,null,A.ar()) +s.aN() +s.saV(null) +return r.A=s}, +aR(a,b){}} +A.op.prototype={ +qE(){var s=this.k3$ +return s==null?B.G_:A.aPc(1,new A.arE(s),t.x)}, +Bg(){return this.qE()}, +gTV(){var s=this.d +return s instanceof A.oq?s:A.J(A.tl(A.n(s)+" of "+this.j(0)+" is not a _RenderTheater"))}, +fE(){this.A.kp(this) +this.Iv()}, +tW(){var s=this +if(s.Z)return +s.ak=s.Z=!0 +s.mF() +s.A.ae() +s.Z=!1}, +ae(){this.ak=!0 +this.mF()}, +aiR(){var s,r=t.gW.a(this.d) +if(r==null||this.y==null)return +s=t.k.a(A.t.prototype.ga5.call(r)) +this.AP(A.rH(new A.I(A.H(1/0,s.a,s.b),A.H(1/0,s.c,s.d))),!1)}, +bZ(a,b){var s,r=this,q=r.ak||!t.k.a(A.t.prototype.ga5.call(r)).k(0,a) +r.bp=!0 +r.AP(a,b) +r.ak=r.bp=!1 +if(q){s=r.d +s.toString +t.im.a(s).yx(new A.arF(r),t.k)}}, +hS(a){return this.bZ(a,!1)}, +pM(){var s=t.k.a(A.t.prototype.ga5.call(this)) +this.id=new A.I(A.H(1/0,s.a,s.b),A.H(1/0,s.c,s.d))}, +bJ(){var s=this +if(s.bp){s.ak=!1 +return}if(s.k3$==null){s.ak=!1 +return}s.Zc() +s.ak=!1}, +dd(a,b){var s,r=a.b +r.toString +s=t.r.a(r).a +b.ba(0,s.a,s.b)}} +A.arE.prototype={ +$1(a){return this.a}, +$S:399} +A.arF.prototype={ +$1(a){var s=this.a +s.ak=!0 +s.mF()}, +$S:400} +A.EP.prototype={ +fE(){this.Iv() +var s=this.A +if(s!=null&&s.y!=null)this.kp(s)}, +bJ(){this.qs() +var s=this.A +if(s!=null)s.aiR()}} +A.Zf.prototype={ +ce(){this.dF() +this.dc() +this.fs()}, +n(){var s=this,r=s.bn$ +if(r!=null)r.J(0,s.gf3()) +s.bn$=null +s.aZ()}} +A.a2D.prototype={} +A.a2E.prototype={} +A.GG.prototype={ +aj(a){var s,r,q +this.eb(a) +s=this.ao$ +for(r=t.O;s!=null;){s.aj(a) +q=s.b +q.toString +s=r.a(q).aH$}}, +ab(a){var s,r,q +this.ec(0) +s=this.ao$ +for(r=t.O;s!=null;){s.ab(0) +q=s.b +q.toString +s=r.a(q).aH$}}} +A.a2J.prototype={} +A.yR.prototype={ +ap(){var s=t.y +return new A.DR(A.aJ([!1,!0,!0,!0],s,s),null,null,B.n)}, +pF(a){return A.azI().$1(a)}} +A.DR.prototype={ +aW(){var s,r,q=this +q.bb() +s=q.a +r=s.f +q.d=A.aFA(A.bM(s.e),r,q) +r=q.a +s=r.f +s=A.aFA(A.bM(r.e),s,q) +q.e=s +r=q.d +r.toString +q.f=new A.Ed(A.a([r,s],t.Eo))}, +aX(a){var s,r=this +r.bh(a) +if(!a.f.k(0,r.a.f)||A.bM(a.e)!==A.bM(r.a.e)){s=r.d +s.toString +s.sa4(0,r.a.f) +s=r.d +s.toString +s.sPH(A.bM(r.a.e)) +s=r.e +s.toString +s.sa4(0,r.a.f) +s=r.e +s.toString +s.sPH(A.bM(r.a.e))}}, +a8l(a){var s,r,q,p,o,n,m,l,k,j,i=this +if(!i.a.pF(a))return!1 +s=a.a +r=s.e +if(A.bM(r)!==A.bM(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.ly){s=a.e +if(s<0)n=q +else if(s>0)n=o +else n=null +m=n===q +q=i.c +q.ed(new A.PS(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.b8(0) +n.c=null +l=A.H(Math.abs(q),100,1e4) +s=n.f +if(n.a===B.i7)r=0.3 +else{r=n.r +r===$&&A.b() +q=r.a +q=r.b.a7(0,q.gl(q)) +r=q}s.a=r +r.toString +s.b=A.H(l*0.00006,r,0.5) +r=n.w +s=n.x +s===$&&A.b() +q=s.a +r.a=s.b.a7(0,q.gl(q)) +r.b=Math.min(0.025+75e-8*l*l,1) +r=n.b +r===$&&A.b() +r.e=A.bT(0,0,0,B.d.am(0.15+l*0.02),0) +r.ni(0,0) +n.as=0.5 +n.a=B.a8B}else{q=a.d +if(q!=null){p=a.b.gW() +p.toString +t.x.a(p) +k=p.gv(p) +j=p.fJ(q.d) +switch(A.bM(r).a){case 0:n.toString +r=k.b +n.Tb(0,Math.abs(s),k.a,A.H(j.b,0,r),r) +break +case 1:n.toString +r=k.a +n.Tb(0,Math.abs(s),k.b,A.H(j.a,0,r),r) +break}}}}else{if(!(a instanceof A.qp&&a.d!=null))s=a instanceof A.kj&&a.d!=null +else s=!0 +if(s){if(q.a===B.i8)q.wq(B.f5) +s=i.e +if(s.a===B.i8)s.wq(B.f5)}}i.r=A.r(a) +return!1}, +n(){this.d.n() +this.e.n() +this.ZO()}, +I(a){var s=this,r=null,q=s.a,p=s.d,o=s.e,n=q.e,m=s.f +return new A.dG(s.ga8k(),new A.ih(A.mU(new A.ih(q.w,r),new A.XE(p,o,n,m),r,r,B.F),r),r,t.WA)}, +$ib5:1} +A.w0.prototype={ +K(){return"_GlowState."+this.b}} +A.DQ.prototype={ +sa4(a,b){if(this.ax.k(0,b))return +this.ax=b +this.aE()}, +sPH(a){if(this.ay===a)return +this.ay=a +this.aE()}, +n(){var s=this,r=s.b +r===$&&A.b() +r.n() +r=s.y +r===$&&A.b() +r.w.e4$.B(0,r) +r.Iy() +r=s.c +if(r!=null)r.b8(0) +s.eZ()}, +Tb(a,b,c,d,e){var s,r,q,p=this,o=p.c +if(o!=null)o.b8(0) +p.at=p.at+b/200 +o=p.f +s=p.r +s===$&&A.b() +r=s.b +s=s.a +o.a=r.a7(0,s.gl(s)) +o.b=Math.min(r.a7(0,s.gl(s))+b/c*0.8,0.5) +q=Math.min(c,e*0.20096189432249995) +s=p.w +r=p.x +r===$&&A.b() +o=r.b +r=r.a +s.a=o.a7(0,r.gl(r)) +s.b=Math.max(1-1/(0.7*Math.sqrt(p.at*q)),A.iM(o.a7(0,r.gl(r)))) +r=d/e +p.Q=r +if(r!==p.as){o=p.y +o===$&&A.b() +if(!o.gaiI())o.kB(0)}else{o=p.y +o===$&&A.b() +o.eF(0) +p.z=null}o=p.b +o===$&&A.b() +o.e=B.mz +if(p.a!==B.i8){o.ni(0,0) +p.a=B.i8}else{o=o.r +if(!(o!=null&&o.a!=null))p.aE()}p.c=A.c7(B.mz,new A.apJ(p))}, +a0L(a){var s=this +if(a!==B.a3)return +switch(s.a.a){case 1:s.wq(B.f5) +break +case 3:s.a=B.i7 +s.at=0 +break +case 2:case 0:break}}, +wq(a){var s,r,q=this,p=q.a +if(p===B.EM||p===B.i7)return +p=q.c +if(p!=null)p.b8(0) +q.c=null +p=q.f +s=q.r +s===$&&A.b() +r=s.a +p.a=s.b.a7(0,r.gl(r)) +p.b=0 +p=q.w +r=q.x +r===$&&A.b() +s=r.a +p.a=r.b.a7(0,s.gl(s)) +p.b=0 +p=q.b +p===$&&A.b() +p.e=a +p.ni(0,0) +q.a=B.EM}, +abv(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)/$.aJW().a) +r.aE()}if(A.H1(r.Q,r.as,0.001)){q=r.y +q===$&&A.b() +q.eF(0) +r.z=null}else r.z=a}, +aJ(a,b){var s,r,q,p,o,n,m,l,k,j=this,i=j.r +i===$&&A.b() +s=i.a +if(J.d(i.b.a7(0,s.gl(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.b() +n=r.a +n=r.b.a7(0,n.gl(n)) +r=j.as +m=$.a7().al() +l=j.ax +k=i.a +m.sa4(0,A.M(B.d.am(255*i.b.a7(0,k.gl(k))),l.gl(l)>>>16&255,l.gl(l)>>>8&255,l.gl(l)&255)) +a.cR(0) +a.ba(0,0,j.d+j.e) +a.jC(0,1,n*q) +a.rH(new A.A(0,0,0+s,0+o)) +a.kV(new A.i(s/2*(0.5+r),o-p),p,m) +a.bH(0)}, +j(a){return"_GlowController(color: "+this.ax.j(0)+", axis: "+this.ay.b+")"}} +A.apJ.prototype={ +$0(){return this.a.wq(B.f4)}, +$S:0} +A.XE.prototype={ +Mq(a,b,c,d,e){var s +if(c==null)return +switch(A.mr(d,e).a){case 0:c.aJ(a,b) +break +case 2:a.cR(0) +a.ba(0,0,b.b) +a.jC(0,1,-1) +c.aJ(a,b) +a.bH(0) +break +case 3:a.cR(0) +a.TR(0,1.5707963267948966) +a.jC(0,1,-1) +c.aJ(a,new A.I(b.b,b.a)) +a.bH(0) +break +case 1:a.cR(0) +s=b.a +a.ba(0,s,0) +a.TR(0,1.5707963267948966) +c.aJ(a,new A.I(b.b,s)) +a.bH(0) +break}}, +aJ(a,b){var s=this,r=s.d +s.Mq(a,b,s.b,r,B.n4) +s.Mq(a,b,s.c,r,B.n3)}, +eE(a){return a.b!=this.b||a.c!=this.c}, +j(a){return"_GlowingOverscrollIndicatorPainter("+A.n(this.b)+", "+A.n(this.c)+")"}} +A.PS.prototype={ +dJ(a){this.YY(a) +a.push("side: "+(this.a?"leading edge":"trailing edge"))}} +A.Es.prototype={ +dJ(a){var s,r +this.AL(a) +s=this.hh$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.Gw.prototype={ +ce(){this.dF() +this.dc() +this.fs()}, +n(){var s=this,r=s.bn$ +if(r!=null)r.J(0,s.gf3()) +s.bn$=null +s.aZ()}} +A.Fx.prototype={ +k(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.Fx&&A.d7(b.a,this.a)}, +gu(a){return A.cy(this.a)}, +j(a){return"StorageEntryIdentifier("+B.b.bP(this.a,":")+")"}} +A.Ao.prototype={ +IY(a){var s=A.a([],t.g8) +if(A.aDH(a,s))a.ms(new A.aeW(s)) +return s}, +alg(a){var s +if(this.a==null)return null +s=this.IY(a) +return s.length!==0?this.a.i(0,new A.Fx(s)):null}} +A.aeW.prototype={ +$1(a){return A.aDH(a,this.a)}, +$S:24} +A.uj.prototype={ +I(a){return this.c}} +A.ia.prototype={ +gnz(){return!0}, +grz(){return!1}, +DT(a){return!0}, +gjg(){return this.bL}} +A.adB.prototype={} +A.afi.prototype={} +A.L5.prototype={ +Cf(a){return this.a7j(a)}, +a7j(a){var s=0,r=A.a5(t.H),q,p=this,o,n,m +var $async$Cf=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:n=A.e_(a.b) +m=p.a +if(!m.ai(0,n)){s=1 +break}m=m.i(0,n) +m.toString +o=a.a +if(o==="Menu.selectedCallback"){m.gamY().$0() +m.gak5() +o=$.a8.V$.f.c.e +o.toString +A.aMh(o,m.gak5(),t.vz)}else if(o==="Menu.opened")m.gamW(m).$0() +else if(o==="Menu.closed")m.gamV(m).$0() +case 1:return A.a3(q,r)}}) +return A.a4($async$Cf,r)}} +A.uv.prototype={ +cq(a){return this.f!=a.f}} +A.nL.prototype={ +ap(){return new A.a_F(null,A.w(t.yb,t.M),null,!0,null,B.n)}} +A.a_F.prototype={ +geW(){return this.a.d}, +lj(a,b){}, +I(a){return A.amH(this.c4$,this.a.c)}} +A.CB.prototype={ +cq(a){return a.f!=this.f}} +A.Bi.prototype={ +ap(){return new A.EZ(B.n)}} +A.EZ.prototype={ +by(){var s,r=this +r.dZ() +s=r.c +s.toString +r.r=A.uL(s) +r.Cc() +if(r.d==null){r.a.toString +r.d=!1}}, +aX(a){this.bh(a) +this.Cc()}, +gLI(){this.a.toString +return!1}, +Cc(){var s,r=this +if(r.gLI()&&!r.w){r.w=!0;++$.qi.k1$ +s=$.io.hj$ +s===$&&A.b() +s.galK().bF(new A.as_(r),t.P)}}, +a9D(){var s,r=this +r.e=!1 +r.f=null +s=$.io.hj$ +s===$&&A.b() +s.J(0,r.gCK()) +r.Cc()}, +n(){if(this.e){var s=$.io.hj$ +s===$&&A.b() +s.J(0,this.gCK())}this.aZ()}, +I(a){var s,r,q=this,p=q.d +p.toString +if(p&&q.gLI())return B.av +p=q.r +if(p==null)p=q.f +s=q.a +r=s.d +return A.amH(p,new A.nL(s.c,r,null))}} +A.as_.prototype={ +$1(a){var s,r=this.a +r.w=!1 +if(r.c!=null){s=$.io.hj$ +s===$&&A.b() +s.U(0,r.gCK()) +r.aF(new A.arZ(r,a))}$.qi.Pp()}, +$S:402} +A.arZ.prototype={ +$0(){var s=this.a +s.f=this.b +s.e=!0 +s.d=!1}, +$S:0} +A.eA.prototype={ +gpd(a){return!0}, +n(){var s=this,r=s.c +if(r!=null){r=r.ir$.B(0,s) +r.toString +s.J(0,r) +s.c=s.b=null}s.eZ() +s.a=!0}} +A.kh.prototype={ +Eu(a){}, +pQ(a,b){var s,r,q=this,p=q.c4$ +p=p==null?null:J.mx(p.glK(),b) +s=p===!0 +r=s?a.pp(J.aE(q.c4$.glK(),b)):a.xE() +if(a.b==null){a.b=b +a.c=q +p=new A.ahE(q,a) +a.U(0,p) +q.ir$.m(0,a,p)}a.S6(r) +if(!s&&a.gpd(a)&&q.c4$!=null)q.Dl(a)}, +t2(){var s,r,q=this +if(q.is$!=null){s=q.c4$ +s=s==null?null:s.e +s=s==q.geW()||q.gnJ()}else s=!0 +if(s)return +r=q.c4$ +if(q.oA(q.is$,!1))if(r!=null)r.n()}, +gnJ(){var s,r,q=this +if(q.fS$)return!0 +if(q.geW()==null)return!1 +s=q.c +s.toString +r=A.uL(s) +if(r!=q.is$){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}, +oA(a,b){var s,r,q=this +if(q.geW()==null||a==null)return q.Nv(null,b) +if(b||q.c4$==null){s=q.geW() +s.toString +return q.Nv(a.adI(s,q),b)}s=q.c4$ +s.toString +r=q.geW() +r.toString +s.als(r) +r=q.c4$ +r.toString +a.ib(r) +return!1}, +Nv(a,b){var s,r=this,q=r.c4$ +if(a==q)return!1 +r.c4$=a +if(!b){if(a!=null){s=r.ir$ +new A.bf(s,A.k(s).h("bf<1>")).ah(0,r.gac1())}r.Eu(q)}return!0}, +Dl(a){var s,r,q=a.gpd(a),p=this.c4$ +if(q){if(p!=null){q=a.b +q.toString +s=a.pW() +if(!J.d(J.aE(p.glK(),q),s)||!J.mx(p.glK(),q)){J.eW(p.glK(),q,s) +p.oo()}}}else if(p!=null){q=a.b +q.toString +r=J.mx(p.glK(),q) +J.my(p.glK(),q) +if(J.hf(p.glK()))J.my(p.a,"v") +if(r)p.oo()}}} +A.ahE.prototype={ +$0(){var s=this.a +if(s.c4$==null)return +s.Dl(this.b)}, +$S:0} +A.au7.prototype={ +$2(a,b){if(!a.a)a.J(0,b)}, +$S:57} +A.a2K.prototype={ +aX(a){this.bh(a) +this.t2()}, +by(){var s,r,q,p,o=this +o.dZ() +s=o.c4$ +r=o.gnJ() +q=o.c +q.toString +q=A.uL(q) +o.is$=q +p=o.oA(q,r) +if(r){o.lj(s,o.fS$) +o.fS$=!1}if(p)if(s!=null)s.n()}, +n(){var s,r=this +r.ir$.ah(0,new A.au7()) +s=r.c4$ +if(s!=null)s.n() +r.c4$=null +r.aZ()}} +A.cG.prototype={ +sl(a,b){var s=this.y +if(b==null?s!=null:b!==s){this.y=b +this.Ew(s)}}, +S6(a){this.y=a}} +A.jz.prototype={ +xE(){return this.cy}, +Ew(a){this.aE()}, +pp(a){return A.k(this).h("jz.T").a(a)}, +pW(){var s=this.y +return s==null?A.k(this).h("cG.T").a(s):s}} +A.EX.prototype={ +pp(a){return this.Zf(a)}, +pW(){var s=this.Zg() +s.toString +return s}} +A.Bc.prototype={} +A.Bb.prototype={} +A.au8.prototype={ +$2(a,b){if(!a.a)a.J(0,b)}, +$S:57} +A.hJ.prototype={ +ghn(a){var s,r=this,q=null,p=r.a +if(p!=null)return p +p=r.gff() +if(p.gcD(p).length===0)p="/" +else{p=r.gff() +p=p.gcD(p)}s=r.gff().gle() +s=s.ga_(s)?q:r.gff().gle() +p=A.d_(r.gff().giz().length===0?q:r.gff().giz(),q,p,q,s,q).gmQ() +return A.hP(p,0,p.length,B.Q,!1)}, +gff(){var s=this.b +if(s!=null)return s +s=this.a +s.toString +return A.bm(s,0,null)}} +A.uP.prototype={ +ap(){return new A.wu(new A.a_C($.aD()),null,A.w(t.yb,t.M),null,!0,null,B.n,this.$ti.h("wu<1>"))}} +A.aie.prototype={ +K(){return"RouteInformationReportingType."+this.b}} +A.wu.prototype={ +geW(){return this.a.r}, +aW(){var s,r=this +r.bb() +s=r.a.c +if(s!=null)s.U(0,r.gw0()) +r.a.f.x6(r.gBT()) +r.a.e.U(0,r.gBY())}, +lj(a,b){var s,r,q=this,p=q.f +q.pQ(p,"route") +s=p.y +r=s==null +if((r?A.k(p).h("cG.T").a(s):s)!=null){p=r?A.k(p).h("cG.T").a(s):s +p.toString +q.wo(p,new A.asf(q))}else{p=q.a.c +if(p!=null)q.wo(p.gl(p),new A.asg(q))}}, +aa7(){var s=this +if(s.w||s.a.c==null)return +s.w=!0 +$.bV.y2$.push(s.ga9I())}, +a9J(a){var s,r,q,p=this +p.w=!1 +s=p.f +r=s.y +q=r==null +if((q?A.k(s).h("cG.T").a(r):r)!=null){s=q?A.k(s).h("cG.T").a(r):r +s.toString +r=p.a.c +r.toString +q=p.e +q.toString +r.alM(s,q)}p.e=B.Db}, +a9U(){var s=this.a,r=s.e.d +s=s.d +return s==null?null:s.alG(r)}, +wc(){var s=this +s.f.sl(0,s.a9U()) +if(s.e==null)s.e=B.Db +s.aa7()}, +by(){var s,r=this +r.r=!0 +r.a_0() +s=r.a.c +if(s!=null&&r.r)r.wo(s.gl(s),new A.ase(r)) +r.r=!1 +r.wc()}, +aX(a){var s,r,q,p=this +p.a_1(a) +s=p.a +r=a.c +q=s.c==r +if(!q||s.f!==a.f||s.d!=a.d||s.e!==a.e)p.d=new A.o() +if(!q){s=r==null +if(!s)r.J(0,p.gw0()) +q=p.a.c +if(q!=null)q.U(0,p.gw0()) +s=s?null:r.gl(r) +r=p.a.c +if(s!=(r==null?null:r.gl(r)))p.Ll()}s=a.f +if(p.a.f!==s){r=p.gBT() +s.zx(r) +p.a.f.x6(r)}s=a.e +if(p.a.e!==s){r=p.gBY() +s.J(0,r) +p.a.e.U(0,r) +p.wc()}}, +n(){var s=this,r=s.a.c +if(r!=null)r.J(0,s.gw0()) +s.a.f.zx(s.gBT()) +s.a.e.J(0,s.gBY()) +s.d=null +s.a_2()}, +wo(a,b){var s,r,q=this +q.r=!1 +q.d=new A.o() +s=q.a.d +s.toString +r=q.c +r.toString +s.T1(a,r).bF(q.a9g(q.d,b),t.H)}, +a9g(a,b){return new A.asc(this,a,b)}, +Ll(){var s,r=this +r.r=!0 +s=r.a.c +r.wo(s.gl(s),new A.as9(r))}, +a3T(){var s=this +s.d=new A.o() +return s.a.e.zl().bF(s.a5r(s.d),t.y)}, +a5r(a){return new A.asa(this,a)}, +N1(){this.aF(new A.asd()) +this.wc() +return new A.bl(null,t.kO)}, +a5s(){this.aF(new A.asb()) +this.wc()}, +I(a){var s=this.c4$,r=this.a,q=r.c,p=r.f,o=r.d +r=r.e +return A.amH(s,new A.a_R(q,p,o,r,this,new A.en(r.gadh(),null),null))}} +A.asf.prototype={ +$0(){return this.a.a.e.gVK()}, +$S(){return this.a.$ti.h("ai<~>(1)()")}} +A.asg.prototype={ +$0(){return this.a.a.e.gVF()}, +$S(){return this.a.$ti.h("ai<~>(1)()")}} +A.ase.prototype={ +$0(){return this.a.a.e.gHM()}, +$S(){return this.a.$ti.h("ai<~>(1)()")}} +A.asc.prototype={ +$1(a){var s=0,r=A.a5(t.H),q,p=this,o,n +var $async$$1=A.a6(function(b,c){if(b===1)return A.a2(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.ad(p.c.$0().$1(a),$async$$1) +case 3:if(o.d==n)o.N1() +case 1:return A.a3(q,r)}}) +return A.a4($async$$1,r)}, +$S(){return this.a.$ti.h("ai<~>(1)")}} +A.as9.prototype={ +$0(){return this.a.a.e.gHM()}, +$S(){return this.a.$ti.h("ai<~>(1)()")}} +A.asa.prototype={ +$1(a){var s=this.a +if(this.b!=s.d)return new A.bl(!0,t.d9) +s.N1() +return new A.bl(a,t.d9)}, +$S:404} +A.asd.prototype={ +$0(){}, +$S:0} +A.asb.prototype={ +$0(){}, +$S:0} +A.a_R.prototype={ +cq(a){var s=this +return s.f!=a.f||s.r!==a.r||s.w!=a.w||s.x!==a.x||s.y!==a.y}} +A.iE.prototype={ +gRW(){return this.a.a.length!==0}, +x6(a){var s=this.a +s.b=!0 +s.a.push(a) +return null}, +zx(a){return this.a.B(0,a)}, +Fq(a){var s,r,q,p=this.a +if(p.a.length===0)return a +try{p=p.W1(0) +return p}catch(q){s=A.ag(q) +r=A.aA(q) +p=A.be("while invoking the callback for "+A.r(this).j(0)) +A.cE(new A.bi(s,r,"widget library",p,new A.aoj(this),!1)) +return a}}} +A.aoj.prototype={ +$0(){var s=null,r=this.a +return A.a([A.iW("The "+A.r(r).j(0)+" that invoked the callback was",r,!0,B.az,s,!1,s,s,B.ah,s,!1,!0,!0,B.bo,s,A.k(r).h("iE"))],t.D)}, +$S:18} +A.HY.prototype={ +gvA(a){var s,r=this.b +if(r===$){s=t.uF.a(A.aM(t.Ox)) +r!==$&&A.aK() +this.b=s +r=s}return r}, +Fq(a){var s,r,q,p=this,o={} +if(p.gvA(p).a!==0){s=p.gvA(p) +r=A.af(s,!0,A.k(s).c) +q=r.length-1 +o.a=q +return r[q].ajH(a).bF(new A.a4N(o,p,r,a),t.y)}return p.IA(a)}} +A.a4N.prototype={ +$1(a){var s,r,q,p=this +if(a)return new A.bl(!0,t.d9) +s=p.a +r=s.a +if(r>0){q=r-1 +s.a=q +return p.c[q].ajH(p.d).bF(p,t.y)}return p.b.IA(p.d)}, +$S:405} +A.R3.prototype={ +x6(a){var s=this +if(!(A.iE.prototype.gRW.call(s)||s.gvA(s).a!==0))$.a8.aS$.push(s) +s.YI(a)}, +zx(a){var s=this +s.YJ(a) +if(!(A.iE.prototype.gRW.call(s)||s.gvA(s).a!==0))B.b.B($.a8.aS$,s)}, +rZ(){return this.Fq(A.d2(!1,t.y))}} +A.Rd.prototype={} +A.uQ.prototype={ +VG(a){return this.Aj(a)}, +VL(a){return this.Aj(a)}} +A.Re.prototype={} +A.a_C.prototype={ +xE(){return null}, +Ew(a){this.aE()}, +pp(a){var s,r,q=null +if(a==null)return q +t.Dn.a(a) +s=J.bN(a) +r=A.d6(s.gL(a)) +if(r==null)return q +return new A.hJ(q,A.bm(r,0,q),s.gY(a))}, +pW(){var s,r=this,q=r.y,p=q==null +if((p?A.k(r).h("cG.T").a(q):q)==null)q=null +else{q=(p?A.k(r).h("cG.T").a(q):q).gff().j(0) +s=r.y +q=[q,(s==null?A.k(r).h("cG.T").a(s):s).c]}return q}} +A.a_K.prototype={} +A.wJ.prototype={ +aX(a){this.bh(a) +this.t2()}, +by(){var s,r,q,p,o=this +o.dZ() +s=o.c4$ +r=o.gnJ() +q=o.c +q.toString +q=A.uL(q) +o.is$=q +p=o.oA(q,r) +if(r){o.lj(s,o.fS$) +o.fS$=!1}if(p)if(s!=null)s.n()}, +n(){var s,r=this +r.ir$.ah(0,new A.au8()) +s=r.c4$ +if(s!=null)s.n() +r.c4$=null +r.aZ()}} +A.uh.prototype={ +gzd(){return this.e}, +me(){var s,r=this,q=A.nw(r.ga0l(),!1) +r.p1=q +r.gnv() +s=A.nw(r.ga0n(),!0) +r.p3=s +B.b.R(r.e,A.a([q,s],t.wi)) +r.Y7()}, +jW(a){var s,r=this +r.Y2(a) +s=r.at.Q +s===$&&A.b() +if(s===B.M&&!r.Q)r.a.Ro(r) +return!0}, +n(){var s,r,q +for(s=this.e,r=s.length,q=0;q"))}} +A.m9.prototype={ +aW(){var s,r,q=this +q.bb() +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.Ed(s)}, +aX(a){this.bh(a) +this.OH()}, +by(){this.dZ() +this.d=null +this.OH()}, +OH(){var s,r,q=this.a.c +q.a.a.toString +s=this.f +s.dy=B.a5a +if(q.gnr()&&this.a.c.a.a.ax){r=q.a.y.gfP() +if(r!=null)r.v5(s)}}, +a3a(){this.aF(new A.aqH(this))}, +n(){this.f.n() +this.r.n() +this.aZ()}, +gNC(){var s=this.a.c.go +if((s==null?null:s.gbx(s))!==B.aV){s=this.a.c.a +s=s==null?null:s.cx.a +s=s===!0}else s=!0 +return s}, +I(a){var s,r,q=this,p=null,o=q.a.c,n=o.gnr(),m=q.a.c +if(!m.gpr()){m=m.it$ +m=m!=null&&m.length!==0}else m=!0 +s=q.a.c +s=s.gpr()||s.tl$>0 +r=q.a.c +return A.oI(o.c,new A.aqL(q),new A.Ef(n,m,s,o,new A.Ak(r.fy,new A.uj(new A.en(new A.aqM(q),p),r.ok,p),p),p))}} +A.aqH.prototype={ +$0(){this.a.d=null}, +$S:0} +A.aqL.prototype={ +$2(a,b){var s=this.a.a.c.c.a +b.toString +return new A.nL(b,s,null)}, +$S:407} +A.aqM.prototype={ +$1(a){var s,r=null,q=A.aJ([B.kY,new A.WR(a,new A.b0(A.a([],t.g),t.b))],t.n,t.od),p=this.a,o=p.e +o===$&&A.b() +s=p.d +if(s==null)s=p.d=new A.ih(new A.en(new A.aqJ(p),r),p.a.c.k4) +return A.rr(q,new A.uv(p.r,B.bd,B.a_c,A.aCf(!1,new A.ih(A.oI(o,new A.aqK(p),s),r),r,r,p.f),r))}, +$S:408} +A.aqK.prototype={ +$2(a,b){var s,r,q=this.a,p=q.a.c,o=p.go +o.toString +s=p.id +s.toString +r=p.a +r=r==null?null:r.cx +if(r==null)r=new A.bq(!1,$.aD(),t.uh) +return p.xs(a,o,s,A.oI(r,new A.aqI(q),b))}, +$S:85} +A.aqI.prototype={ +$2(a,b){var s=this.a,r=s.gNC() +s.f.sdu(!r) +return A.tB(b,r,null)}, +$S:409} +A.aqJ.prototype={ +$1(a){var s,r=this.a.a.c,q=r.go +q.toString +s=r.id +s.toString +return r.kN(a,q,s)}, +$S:6} +A.hw.prototype={ +aF(a){var s,r=this.k3 +if(r.ga0()!=null){r=r.ga0() +if(r.a.c.gnr()&&!r.gNC()&&r.a.c.a.a.ax){s=r.a.c.a.y.gfP() +if(s!=null)s.v5(r.f)}r.aF(a)}else a.$0()}, +xs(a,b,c,d){return d}, +me(){var s=this +s.Yz() +s.go=A.uz(A.eR.prototype.gjb.call(s,s)) +s.id=A.uz(A.eR.prototype.gHx.call(s))}, +t_(){var s,r=this,q=r.k3 +if(q.ga0()!=null&&r.a.a.ax){s=r.a.y.gfP() +if(s!=null)s.v5(q.ga0().f)}return r.Yx()}, +rW(){var s,r=this,q=r.k3 +if(q.ga0()!=null&&r.a.a.ax){s=r.a.y.gfP() +if(s!=null)s.v5(q.ga0().f)}r.Yv()}, +syV(a){var s,r=this +if(r.fy===a)return +r.aF(new A.adP(r,a)) +s=r.go +s.toString +s.saT(0,r.fy?B.dA:A.eR.prototype.gjb.call(r,r)) +s=r.id +s.toString +s.saT(0,r.fy?B.cq:A.eR.prototype.gHx.call(r)) +r.lX()}, +iP(){var s=0,r=A.a5(t.oj),q,p=this,o,n,m +var $async$iP=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:p.k3.ga0() +o=A.af(p.k1,!0,t.Ev),n=o.length,m=0 +case 3:if(!(m>>24&255)!==0&&!n.fy){s=n.go +s.toString +r=n.goO().a +r=A.M(0,r>>>16&255,r>>>8&255,r&255) +q=n.goO() +p=t.IC.h("dK") +t.m.a(s) +n.grz() +o=new A.Hz(!1,n.gxm(),!0,new A.aw(s,new A.dK(new A.fn(B.be),new A.e5(r,q),p),p.h("aw")),m)}else{n.grz() +o=A.axJ(!0,m,m,!1,m,n.gxm(),m)}s=n.go +if(s.gbx(s)!==B.aV){s=n.go +s=s.gbx(s)===B.M}else s=!0 +o=A.tB(o,s,m) +n.grz() +return o}, +a0o(a){var s=this,r=null,q=s.p2 +return q==null?s.p2=A.cW(r,new A.wf(s,s.k3,A.k(s).h("wf<1>")),!1,r,!1,!1,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,B.Ya,r,r,r,r):q}, +j(a){return"ModalRoute("+this.b.j(0)+", animation: "+A.n(this.as)+")"}} +A.adP.prototype={ +$0(){this.a.fy=this.b}, +$S:0} +A.adQ.prototype={ +$1(a){var s=a.gamM() +return s.gl(s)}, +$S:410} +A.adO.prototype={ +$0(){}, +$S:0} +A.r2.prototype={ +iP(){var s=0,r=A.a5(t.oj),q,p=this,o +var $async$iP=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:o=p.it$ +if(o!=null&&o.length!==0){q=B.hH +s=1 +break}q=p.Y8() +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$iP,r)}, +gnD(){var s=this.it$ +if(s!=null&&s.length!==0)return B.hH +return A.ce.prototype.gnD.call(this)}, +jW(a){var s,r,q=this,p=q.it$ +if(p!=null&&p.length!==0){s=p.pop() +s.b=null +s.amI() +r=s.c&&--q.tl$===0 +if(q.it$.length===0||r)q.lX() +return!1}q.Yw(a) +return!0}} +A.Rj.prototype={ +I(a){var s,r,q,p=t.l,o=A.bU(a,B.bb,p).w.r,n=Math.max(o.a,0),m=this.d,l=m?o.b:0 +l=Math.max(l,0) +s=Math.max(o.c,0) +r=this.f +q=r?o.d:0 +return new A.bI(new A.b2(n,l,s,Math.max(q,0)),A.pQ(this.x,A.bU(a,null,p).w.Go(r,!0,!0,m),null),null)}} +A.Rs.prototype={ +TI(){}, +R_(a,b){if(b!=null)b.ed(new A.Bv(null,a,b,0))}, +R0(a,b,c){b.ed(A.ay7(b,null,null,a,c))}, +xS(a,b,c){b.ed(new A.ly(null,c,0,a,b,0))}, +QZ(a,b){b.ed(new A.qp(null,a,b,0))}, +rt(){}, +n(){this.b=!0}, +j(a){return"#"+A.bh(this)}} +A.n9.prototype={ +rt(){this.a.iU(0)}, +gkz(){return!1}, +gjn(){return!1}, +ghr(){return 0}} +A.abj.prototype={ +gkz(){return!1}, +gjn(){return!1}, +ghr(){return 0}, +n(){this.c.$0() +this.vp()}} +A.aiV.prototype={ +a01(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.hg(a)}else return 0}}}, +ck(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.a01(s,q) +if(p===0)return +s=o.a +if(A.av6(s.w.a.c))p=-p +s.GI(p>0?B.kt:B.ku) +r=s.at +r.toString +s.AU(r-s.r.DH(s,p))}, +n(){this.x=null +this.b.$0()}, +j(a){return"#"+A.bh(this)}} +A.a7J.prototype={ +R_(a,b){var s=t.uL.a(this.c.x) +if(b!=null)b.ed(new A.Bv(s,a,b,0))}, +R0(a,b,c){b.ed(A.ay7(b,null,t.zk.a(this.c.x),a,c))}, +xS(a,b,c){b.ed(new A.ly(t.zk.a(this.c.x),c,0,a,b,0))}, +QZ(a,b){var s=this.c.x +b.ed(new A.qp(s instanceof A.hm?s:null,a,b,0))}, +gkz(){var s=this.c +return(s==null?null:s.w)!==B.aJ}, +gjn(){return!0}, +ghr(){return 0}, +n(){this.c=null +this.vp()}, +j(a){return"#"+A.bh(this)+"("+A.n(this.c)+")"}} +A.I1.prototype={ +TI(){var s=this.a,r=this.c +r===$&&A.b() +s.iU(r.ghr())}, +rt(){var s=this.a,r=this.c +r===$&&A.b() +s.iU(r.ghr())}, +CS(){var s=this.c +s===$&&A.b() +s=s.x +s===$&&A.b() +if(!(Math.abs(this.a.AU(s))<1e-10)){s=this.a +s.ig(new A.n9(s))}}, +CQ(){if(!this.b)this.a.iU(0)}, +xS(a,b,c){var s=this.c +s===$&&A.b() +b.ed(new A.ly(null,c,s.ghr(),a,b,0))}, +gjn(){return!0}, +ghr(){var s=this.c +s===$&&A.b() +return s.ghr()}, +n(){var s=this.c +s===$&&A.b() +s.n() +this.vp()}, +j(a){var s=A.bh(this),r=this.c +r===$&&A.b() +return"#"+s+"("+r.j(0)+")"}, +gkz(){return this.d}} +A.Lq.prototype={ +CS(){var s=this.a,r=this.d +r===$&&A.b() +r=r.x +r===$&&A.b() +if(s.AU(r)!==0){s=this.a +s.ig(new A.n9(s))}}, +CQ(){var s,r +if(!this.b){s=this.a +r=this.d +r===$&&A.b() +s.iU(r.ghr())}}, +xS(a,b,c){var s=this.d +s===$&&A.b() +b.ed(new A.ly(null,c,s.ghr(),a,b,0))}, +gkz(){return!0}, +gjn(){return!0}, +ghr(){var s=this.d +s===$&&A.b() +return s.ghr()}, +n(){var s=this.c +s===$&&A.b() +s.hG(0) +s=this.d +s===$&&A.b() +s.n() +this.vp()}, +j(a){var s=A.bh(this),r=this.d +r===$&&A.b() +return"#"+s+"("+r.j(0)+")"}} +A.Rt.prototype={ +rP(a,b,c,d,e,f){return new A.atZ(this,f,b!==!1,c,d,a,e)}, +aes(a){return this.rP(null,null,null,null,null,a)}, +Qr(a,b){return this.rP(null,a,null,null,null,b)}, +lr(a){return A.br()}, +gjX(){return B.a_d}, +gue(){return A.cR([B.ce,B.cD],t.bd)}, +DR(a,b,c){var s=null +switch(this.lr(a).a){case 3:case 4:case 5:return A.aR4(b,c.b,B.d0,s,s,A.azI(),B.w,s,s,s,s,B.f5,s) +case 0:case 1:case 2:return b}}, +DQ(a,b,c){switch(this.lr(a).a){case 2:case 3:case 4:case 5:return b +case 0:case 1:return A.aOY(c.a,b,B.k)}}, +zW(a){switch(this.lr(a).a){case 2:return new A.aiQ() +case 4:return new A.aiR() +case 0:case 1:case 3:case 5:return new A.aiS()}}, +nP(a){switch(this.lr(a).a){case 2:return B.Fu +case 4:return B.Fv +case 0:case 1:case 3:case 5:return B.H_}}, +Ao(a){return!1}, +j(a){return"ScrollBehavior"}} +A.aiQ.prototype={ +$1(a){return A.aP4(a.gcM(a))}, +$S:411} +A.aiR.prototype={ +$1(a){var s=a.gcM(a),r=t.av,q=A.ax(20,null,!1,r) +$.kO() +return new A.u_(q,s,new A.km(),A.ax(20,null,!1,r))}, +$S:412} +A.aiS.prototype={ +$1(a){var s=a.gcM(a) +$.kO() +return new A.jr(s,new A.km(),A.ax(20,null,!1,t.av))}, +$S:109} +A.atZ.prototype={ +gjX(){var s=this.f +return s==null?this.a.gjX():s}, +gue(){var s=this.r +return s==null?A.cR([B.ce,B.cD],t.bd):s}, +DQ(a,b,c){if(this.c)return this.a.DQ(a,b,c) +return b}, +DR(a,b,c){if(this.b)return this.a.DR(a,b,c) +return b}, +rP(a,b,c,d,e,f){var s=this,r=s.gjX(),q=s.gue() +return s.a.rP(r,!1,s.d,s.e,q,f)}, +Qr(a,b){return this.rP(null,a,null,null,null,b)}, +lr(a){var s=this.a.lr(a) +return s}, +nP(a){var s=this.a.nP(a) +return s}, +Ao(a){var s,r=this +if(A.r(a.a)===A.r(r.a))if(a.b===r.b)if(a.c===r.c)if(A.a3E(a.gjX(),r.gjX()))if(A.a3E(a.gue(),r.gue()))s=!1 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +else s=!0 +return s}, +zW(a){return this.a.zW(a)}, +j(a){return"_WrappedScrollBehavior"}} +A.Bq.prototype={ +cq(a){var s=this.f,r=a.f +if(A.r(s)===A.r(r))s=s!==r&&s.Ao(r) +else s=!0 +return s}} +A.Ru.prototype={ +ja(a,b,c){return this.acX(a,b,c)}, +acX(a,b,c){var s=0,r=A.a5(t.H),q=this,p,o,n +var $async$ja=A.a6(function(d,e){if(d===1)return A.a2(e,r) +while(true)switch(s){case 0:n=A.a([],t.mo) +for(p=q.f,o=0;o#"+A.bh(this)+"("+B.b.bP(s,", ")+")"}} +A.akf.prototype={ +j(a){var s=A.a([],t.s) +this.dJ(s) +return"#"+A.bh(this)+"("+B.b.bP(s,", ")+")"}, +dJ(a){var s,r,q +try{s=this.b +if(s!=null)a.push("estimated child count: "+A.n(s))}catch(q){r=A.ag(q) +a.push("estimated child count: EXCEPTION ("+J.O(r).j(0)+")")}}} +A.a_T.prototype={} +A.ake.prototype={ +aga(a){return null}, +dt(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.ag(o) +q=A.aA(o) +n=new A.bi(r,q,"widgets library",A.be("building"),k,!1) +A.cE(n) +s=A.yx(n)}if(s==null)return k +if(s.a!=null){p=s.a +p.toString +m=new A.a_T(p)}else m=k +p=s +s=new A.ih(p,k) +l=A.aGJ(s,b) +if(l!=null)s=new A.MI(l,s,k) +p=s +s=new A.xk(new A.Fh(p,k),k) +return new A.j4(s,m)}} +A.Fh.prototype={ +ap(){return new A.Fi(null,B.n)}} +A.Fi.prototype={ +guF(){return this.r}, +aj0(a){return new A.asw(this,a)}, +wX(a,b){var s,r=this +if(b){s=r.d;(s==null?r.d=A.aM(t.x9):s).E(0,a)}else{s=r.d +if(s!=null)s.B(0,a)}s=r.d +s=s==null?null:s.a!==0 +s=s===!0 +if(r.r!==s){r.r=s +r.nL()}}, +by(){var s,r,q,p=this +p.dZ() +s=p.c +s.toString +r=A.RC(s) +s=p.f +if(s!=r){if(s!=null){q=p.e +if(q!=null)new A.bf(q,A.k(q).h("bf<1>")).ah(0,s.gGm(s))}p.f=r +if(r!=null){s=p.e +if(s!=null)new A.bf(s,A.k(s).h("bf<1>")).ah(0,r.glQ(r))}}}, +E(a,b){var s,r=this,q=r.aj0(b) +b.U(0,q) +s=r.e;(s==null?r.e=A.w(t.x9,t.M):s).m(0,b,q) +r.f.E(0,b) +if(b.gl(b).c!==B.dm)r.wX(b,!0)}, +B(a,b){var s=this.e +if(s==null)return +s=s.B(0,b) +s.toString +b.J(0,s) +this.f.B(0,b) +this.wX(b,!1)}, +n(){var s,r,q=this,p=q.e +if(p!=null){for(p=A.k4(p,p.r);p.q();){s=p.d +q.f.B(0,s) +r=q.e.i(0,s) +r.toString +s.J(0,r)}q.e=null}q.d=null +q.aZ()}, +I(a){var s=this +s.AC(a) +if(s.f==null)return s.a.c +return A.aEq(s.a.c,s)}} +A.asw.prototype={ +$0(){var s=this.b,r=this.a +if(s.gl(s).c!==B.dm)r.wX(s,!0) +else r.wX(s,!1)}, +$S:0} +A.a2O.prototype={ +aW(){this.bb() +if(this.r)this.qP()}, +dI(){var s=this.hN$ +if(s!=null){s.aE() +s.eZ() +this.hN$=null}this.qu()}} +A.lL.prototype={ +kQ(){var s=this,r=null,q=s.gFc()?s.ghV():r,p=s.gFc()?s.ghU():r,o=s.gRY()?s.gdz():r,n=s.gS_()?s.guE():r,m=s.gie(),l=s.gp8(s) +return new A.LP(q,p,o,n,m,l)}, +gG_(){var s=this +return s.gdz()s.ghU()}, +gPF(){var s=this +return s.gdz()===s.ghV()||s.gdz()===s.ghU()}, +gn8(){var s=this +return s.guE()-A.H(s.ghV()-s.gdz(),0,s.guE())-A.H(s.gdz()-s.ghU(),0,s.guE())}} +A.LP.prototype={ +ghV(){var s=this.a +s.toString +return s}, +ghU(){var s=this.b +s.toString +return s}, +gFc(){return this.a!=null&&this.b!=null}, +gdz(){var s=this.c +s.toString +return s}, +gRY(){return this.c!=null}, +guE(){var s=this.d +s.toString +return s}, +gS_(){return this.d!=null}, +j(a){var s=this +return"FixedScrollMetrics("+B.d.ad(Math.max(s.gdz()-s.ghV(),0),1)+"..["+B.d.ad(s.gn8(),1)+"].."+B.d.ad(Math.max(s.ghU()-s.gdz(),0),1)+")"}, +gie(){return this.e}, +gp8(a){return this.f}} +A.Xk.prototype={} +A.h7.prototype={} +A.amY.prototype={ +ST(a){if(t.rS.b(a))++a.hh$ +return!1}} +A.fB.prototype={ +dJ(a){this.Zo(a) +a.push(this.a.j(0))}} +A.Bv.prototype={ +dJ(a){var s +this.qt(a) +s=this.d +if(s!=null)a.push(s.j(0))}} +A.kj.prototype={ +dJ(a){var s +this.qt(a) +a.push("scrollDelta: "+A.n(this.e)) +s=this.d +if(s!=null)a.push(s.j(0))}} +A.ly.prototype={ +dJ(a){var s,r=this +r.qt(a) +a.push("overscroll: "+B.d.ad(r.e,1)) +a.push("velocity: "+B.d.ad(r.f,1)) +s=r.d +if(s!=null)a.push(s.j(0))}} +A.qp.prototype={ +dJ(a){var s +this.qt(a) +s=this.d +if(s!=null)a.push(s.j(0))}} +A.T4.prototype={ +dJ(a){this.qt(a) +a.push("direction: "+this.d.j(0))}} +A.F7.prototype={ +dJ(a){var s,r +this.AL(a) +s=this.hh$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.F6.prototype={ +cq(a){return this.f!==a.f}} +A.oj.prototype={ +aj_(a,b){return this.a.$1(b)}} +A.Bs.prototype={ +ap(){return new A.Bt(new A.fx(t.z_),B.n)}} +A.Bt.prototype={ +J(a,b){var s,r,q=this.d +q.toString +q=A.ayF(q) +s=A.k(q).c +for(;q.q();){r=q.c +if(r==null)r=s.a(r) +if(J.d(r.a,b)){q=r.fT$ +q.toString +q.Dd(A.k(r).h("f4.E").a(r)) +return}}}, +Mc(a){var s,r,q,p,o,n,m,l,k=this.d +if(k.b===0)return +p=A.af(k,!0,t.kM) +for(k=p.length,o=0;o "+s.j(0)}} +A.Qt.prototype={ +ru(a){return new A.Qt(this.rC(a))}, +xe(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.RF((o-Math.abs(b))/s)}else{s.toString +m=this.RF(o/s)}l=J.hg(b) +if(n&&this.b===B.Df)return l*Math.abs(b) +return l*A.aME(o,Math.abs(b),m)}, +rs(a,b){return 0}, +xD(a,b){var s,r,q,p,o,n,m,l=this.zM(a) +if(Math.abs(b)>=l.c||a.gG_()){switch(this.b.a){case 1:s=1400 +break +case 0:s=0 +break +default:s=null}r=this.gqn() +q=a.at +q.toString +p=a.z +p.toString +o=a.Q +o.toString +n=new A.a5a(p,o,r,l) +if(qo){n.f=new A.qs(o,A.a0B(r,q-o,b),B.bR) +n.r=-1/0}else{q=n.e=A.aOT(0.135,q,b,s) +m=q.gyd() +if(b>0&&m>o){p=q.TX(o) +n.r=p +n.f=new A.qs(o,A.a0B(r,o-o,Math.min(q.f5(0,p),5000)),B.bR)}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.a67(r,b,n) +p=$.aw8() +s=p*0.35*Math.pow(s/2223.8657884799995,1/(p-1)) +r.e=s +r.f=b*s/p +return r}} +A.wY.prototype={ +ru(a){return new A.wY(this.rC(a))}, +lv(a){return!0}} +A.qr.prototype={ +K(){return"ScrollPositionAlignmentPolicy."+this.b}} +A.lM.prototype={ +a_s(a,b,c,d,e){var s,r,q,p=this +if(d!=null)p.oC(d) +if(p.at==null){s=p.w +r=s.c +r.toString +r=A.aDJ(r) +if(r==null)q=null +else{s=s.c +s.toString +q=r.alg(s)}if(q!=null)p.at=q}}, +ghV(){var s=this.z +s.toString +return s}, +ghU(){var s=this.Q +s.toString +return s}, +gFc(){return this.z!=null&&this.Q!=null}, +gdz(){var s=this.at +s.toString +return s}, +gRY(){return this.at!=null}, +guE(){var s=this.ax +s.toString +return s}, +gS_(){return this.ax!=null}, +oC(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.r(a)!==A.r(s))s.fr.TI() +s.w.HJ(s.fr.gkz()) +s.dy.sl(0,s.fr.gjn())}, +gp8(a){var s=this.w.f +s===$&&A.b() +return s}, +VI(a){var s,r,q,p=this,o=p.at +o.toString +if(a!==o){s=p.r.rs(p,a) +o=p.at +o.toString +r=a-s +p.at=r +if(r!==o){p.Dn() +p.qo() +r=p.at +r.toString +p.Ev(r-o)}if(Math.abs(s)>1e-10){o=p.fr +o.toString +r=p.kQ() +q=$.a8.V$.z.i(0,p.w.Q) +q.toString +o.xS(r,q,s) +return s}}return 0}, +aeI(a){var s=this.at +s.toString +this.at=s+a +this.ch=!0}, +RC(a){var s=this +s.at.toString +s.at=a +s.Dn() +s.qo() +$.bV.y2$.push(new A.aiZ(s))}, +DI(a){if(this.ax!==a){this.ax=a +this.ch=!0}return!0}, +DG(a,b){var s,r,q,p=this +if(!A.H1(p.z,a,0.001)||!A.H1(p.Q,b,0.001)||p.ch||p.db!==A.bM(p.gie())){p.z=a +p.Q=b +p.db=A.bM(p.gie()) +s=p.ay?p.kQ():null +p.ch=!1 +p.CW=!0 +if(p.ay){r=p.cx +r.toString +s.toString +r=!p.aeJ(r,s)}else r=!1 +if(r)return!1 +p.ay=!0}if(p.CW){p.Yd() +p.w.Vz(p.r.lv(p)) +p.CW=!1}s=p.kQ() +if(p.cx!=null){r=Math.max(s.gdz()-s.ghV(),0) +q=p.cx +if(r===Math.max(q.gdz()-q.ghV(),0))if(s.gn8()===p.cx.gn8()){r=Math.max(s.ghU()-s.gdz(),0) +q=p.cx +r=r===Math.max(q.ghU()-q.gdz(),0)&&s.e===p.cx.e}else r=!1 +else r=!1 +r=!r}else r=!0 +if(r){if(!p.cy){A.eV(p.gafu()) +p.cy=!0}p.cx=p.kQ()}return!0}, +aeJ(a,b){var s=this,r=s.r.xe(s.fr.gjn(),b,a,s.fr.ghr()),q=s.at +q.toString +if(r!==q){s.at=r +return!1}return!0}, +rt(){this.fr.rt() +this.Dn()}, +Dn(){var s,r,q,p,o,n=this,m=n.w +switch(m.a.c.a){case 0:s=B.ey +r=B.ex +break +case 1:s=B.ez +r=B.eA +break +case 2:s=B.ex +r=B.ey +break +case 3:s=B.eA +r=B.ez +break +default:s=null +r=null}q=A.aM(t._S) +p=n.at +p.toString +o=n.z +o.toString +if(p>o)q.E(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.d2(m,t.H) +if(e.a===B.w.a){n.ek(o) +return A.d2(m,t.H)}return n.ja(o,d,e)}, +u1(a,b,c,d){var s,r=this.z +r.toString +s=this.Q +s.toString +b=A.H(b,r,s) +return this.YB(0,b,c,d)}, +ig(a){var s,r,q=this,p=q.fr +if(p!=null){s=p.gkz() +r=q.fr.gjn() +if(r&&!a.gjn())q.Eo() +q.fr.n()}else{r=!1 +s=!1}q.fr=a +if(s!==a.gkz())q.w.HJ(q.fr.gkz()) +q.dy.sl(0,q.fr.gjn()) +if(!r&&q.fr.gjn())q.Et()}, +Et(){var s=this.fr +s.toString +s.R_(this.kQ(),$.a8.V$.z.i(0,this.w.Q))}, +Ev(a){var s,r,q=this.fr +q.toString +s=this.kQ() +r=$.a8.V$.z.i(0,this.w.Q) +r.toString +q.R0(s,r,a)}, +Eo(){var s,r,q,p=this,o=p.fr +o.toString +s=p.kQ() +r=p.w +q=$.a8.V$.z.i(0,r.Q) +q.toString +o.QZ(s,q) +q=p.at +q.toString +r.r.sl(0,q) +q=$.io.hj$ +q===$&&A.b() +q.agg() +o=r.c +o.toString +o=A.aDJ(o) +if(o!=null){s=r.c +s.toString +r=p.at +r.toString +if(o.a==null)o.a=A.w(t.K,t.z) +s=o.IY(s) +if(s.length!==0)o.a.m(0,new A.Fx(s),r)}}, +afv(){var s,r,q +this.cy=!1 +s=this.w.Q +if($.a8.V$.z.i(0,s)!=null){r=this.kQ() +q=$.a8.V$.z.i(0,s) +q.toString +s=$.a8.V$.z.i(0,s) +if(s!=null)s.ed(new A.qq(r,q,0))}}, +n(){var s=this,r=s.fr +if(r!=null)r.n() +s.fr=null +r=s.dy +r.ok$=$.aD() +r.k4$=0 +s.eZ()}, +dJ(a){var s,r,q=this +q.YA(a) +s=q.z +s=s==null?null:B.d.ad(s,1) +r=q.Q +r=r==null?null:B.d.ad(r,1) +a.push("range: "+A.n(s)+".."+A.n(r)) +r=q.ax +a.push("viewport: "+A.n(r==null?null:B.d.ad(r,1)))}} +A.aiZ.prototype={ +$1(a){}, +$S:3} +A.qq.prototype={ +PB(){return A.ay7(this.b,this.hh$,null,this.a,null)}, +dJ(a){this.Zn(a) +a.push(this.a.j(0))}} +A.F5.prototype={ +dJ(a){var s,r +this.AL(a) +s=this.hh$ +r=s===0?"local":"remote" +a.push("depth: "+s+" ("+r+")")}} +A.a_Y.prototype={} +A.Bu.prototype={ +gie(){return this.w.a.c}, +oC(a){var s,r=this +r.Yc(a) +r.fr.a=r +r.k4=a.k4 +s=a.ok +if(s!=null){r.ok=s +s.a=r +a.ok=null}}, +ig(a){var s,r=this +r.k3=0 +r.Ye(a) +s=r.ok +if(s!=null)s.n() +r.ok=null +if(!r.fr.gjn())r.GI(B.hI)}, +iU(a){var s,r,q,p=this,o=p.r.xD(p,a) +if(o!=null){s=p.fr +s=s==null?null:s.gkz() +s=new A.I1(s!==!1,p) +r=A.aAZ(null,0,p.w) +r.bD() +q=r.cI$ +q.b=!0 +q.a.push(s.gCR()) +r.DE(o).a.a.iO(s.gCP()) +s.c=r +p.ig(s)}else p.ig(new A.n9(p))}, +GI(a){var s,r,q,p=this +if(p.k4===a)return +p.k4=a +s=p.kQ() +r=p.w.Q +q=$.a8.V$.z.i(0,r) +q.toString +r=$.a8.V$.z.i(0,r) +if(r!=null)r.ed(new A.T4(a,s,q,0))}, +ja(a,b,c){var s,r,q,p=this,o=p.at +o.toString +if(A.H1(a,o,p.r.zM(p).a)){p.ek(a) +return A.d2(null,t.H)}o=p.at +o.toString +s=new A.Lq(p) +r=new A.bv(new A.ay($.an,t.W),t.gR) +s.c=r +o=A.aAZ("DrivenScrollActivity",o,p.w) +o.bD() +q=o.cI$ +q.b=!0 +q.a.push(s.gCR()) +o.z=B.aq +o.j0(a,b,c).a.a.iO(s.gCP()) +s.d!==$&&A.bA() +s.d=o +p.ig(s) +return r.a}, +ek(a){var s,r,q=this +q.ig(new A.n9(q)) +s=q.at +s.toString +if(s!==a){q.RC(a) +q.Et() +r=q.at +r.toString +q.Ev(r-s) +q.Eo()}q.iU(0)}, +G7(a){var s,r,q,p,o=this +if(a===0){o.iU(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.ig(new A.n9(o)) +o.GI(-a>0?B.kt:B.ku) +s=o.at +s.toString +o.dy.sl(0,!0) +o.RC(p) +o.Et() +r=o.at +r.toString +o.Ev(r-s) +o.Eo() +o.iU(0)}}, +n(){var s=this.ok +if(s!=null)s.n() +this.ok=null +this.Yg()}} +A.a5a.prototype={ +CZ(a){var s,r=this,q=r.r +q===$&&A.b() +if(a>q){if(!isFinite(q))q=0 +r.w=q +q=r.f +q===$&&A.b() +s=q}else{r.w=0 +q=r.e +q===$&&A.b() +s=q}s.a=r.a +return s}, +em(a,b){return this.CZ(b).em(0,b-this.w)}, +f5(a,b){return this.CZ(b).f5(0,b-this.w)}, +l1(a){return this.CZ(a).l1(a-this.w)}, +j(a){return"BouncingScrollSimulation(leadingExtent: "+A.n(this.b)+", trailingExtent: "+A.n(this.c)+")"}} +A.a67.prototype={ +em(a,b){var s,r=this.e +r===$&&A.b() +s=A.H(b/r,0,1) +r=this.f +r===$&&A.b() +return this.b+r*(1-Math.pow(1-s,$.aw8()))}, +f5(a,b){var s=this.e +s===$&&A.b() +return this.c*Math.pow(1-A.H(b/s,0,1),$.aw8()-1)}, +l1(a){var s=this.e +s===$&&A.b() +return a>=s}} +A.Ry.prototype={ +K(){return"ScrollViewKeyboardDismissBehavior."+this.b}} +A.Rx.prototype={ +adp(a,b,c,d){return new A.CF(c,0,b,null,this.Q,this.ch,d,null)}, +I(a){var s,r,q,p=this,o=null,n=p.adj(a),m=A.a([new A.S3(p.cx,n,o)],t.p),l=p.c,k=A.aXA(a,l,!1),j=p.f +j=A.aQQ(a,l) +s=j?A.Qf(a):p.e +r=A.aEn(k,p.ch,s,p.at,!1,o,p.r,p.ay,o,p.as,new A.aj_(p,k,m)) +q=j&&s!=null?new A.uv(o,o,B.a_o,r,o):r +if(p.ax===B.ZA)return new A.dG(new A.aj0(a),q,o,t.ZE) +else return q}} +A.aj_.prototype={ +$2(a,b){return this.a.adp(a,b,this.b,this.c)}, +$S:416} +A.aj0.prototype={ +$1(a){var s=A.aCg(this.a) +if(a.d!=null&&s.gcw())s.mq() +return!1}, +$S:417} +A.Ih.prototype={} +A.Nb.prototype={ +adj(a){return new A.S2(this.RG,null)}} +A.asq.prototype={ +$2(a,b){if(!a.a)a.J(0,b)}, +$S:57} +A.Bw.prototype={ +ap(){var s=null,r=t.B +return new A.uV(new A.a_D($.aD()),new A.bp(s,r),new A.bp(s,t.hA),new A.bp(s,r),B.z2,s,A.w(t.yb,t.M),s,!0,s,s,s,B.n)}, +amr(a,b){return this.f.$2(a,b)}} +A.aj7.prototype={ +$1(a){return null}, +$S:418} +A.F8.prototype={ +cq(a){return this.r!==a.r}} +A.uV.prototype={ +gQM(){var s,r=this +switch(r.a.c.a){case 2:s=r.d.at +s.toString +return new A.i(0,s) +case 0:s=r.d.at +s.toString +return new A.i(0,-s) +case 3:s=r.d.at +s.toString +return new A.i(-s,0) +case 1:s=r.d.at +s.toString +return new A.i(s,0)}}, +gqO(){var s=this.a.d +if(s==null){s=this.x +s.toString}return s}, +geW(){return this.a.z}, +OS(){var s,r,q,p=this,o=p.a.Q +if(o==null){o=p.c +o.toString +o=A.aiT(o)}p.w=o +s=p.c +s.toString +s=o.nP(s) +p.e=s +o=p.a +r=o.e +if(r!=null)p.e=new A.wY(r.rC(s)) +else{o=o.Q +if(o!=null){s=p.c +s.toString +p.e=o.nP(s).ru(p.e)}}q=p.d +if(q!=null){p.gqO().rV(0,q) +A.eV(q.gpc())}p.gqO() +o=p.e +o.toString +s=$.aD() +s=new A.Bu(B.hI,o,p,!0,null,new A.bq(!1,s,t.uh),s) +s.a_s(p,null,!0,q,o) +if(s.at==null&&!0)s.at=0 +if(s.fr==null)s.ig(new A.n9(s)) +p.d=s +o=p.gqO() +s=p.d +s.toString +o.aj(s)}, +lj(a,b){var s,r,q,p=this.r +this.pQ(p,"offset") +s=p.y +r=s==null +if((r?A.k(p).h("cG.T").a(s):s)!=null){q=this.d +q.toString +p=r?A.k(p).h("cG.T").a(s):s +p.toString +if(b)q.at=p +else q.ek(p)}}, +aW(){if(this.a.d==null)this.x=A.aiU() +this.bb()}, +by(){var s=this,r=s.c +r.toString +r=A.dc(r,B.i9) +s.y=r==null?null:r.CW +r=s.c +r.toString +r=A.dc(r,B.cl) +r=r==null?null:r.b +if(r==null){r=s.c +r.toString +A.amX(r).toString +r=$.dq().d +if(r==null){r=self.window.devicePixelRatio +if(r===0)r=1}}s.f=r +s.OS() +s.Zq()}, +aaQ(a){var s,r,q=this,p=null,o=q.a.Q,n=o==null,m=a.Q,l=m==null +if(n!==l)return!0 +if(!n&&!l&&o.Ao(m))return!0 +o=q.a +s=o.e +if(s==null){o=o.Q +if(o==null)s=p +else{n=q.c +n.toString +n=o.nP(n) +s=n}}r=a.e +if(r==null)if(l)r=p +else{o=q.c +o.toString +o=m.nP(o) +r=o}do{o=s==null +n=o?p:A.r(s) +m=r==null +if(n!=(m?p:A.r(r)))return!0 +s=o?p:s.a +r=m?p:r.a}while(s!=null||r!=null) +o=q.a.d +o=o==null?p:A.r(o) +n=a.d +return o!=(n==null?p:A.r(n))}, +aX(a){var s,r,q=this +q.Zr(a) +s=a.d +if(q.a.d!=s){if(s==null){s=q.x +s.toString +r=q.d +r.toString +s.rV(0,r) +q.x.n() +q.x=null}else{r=q.d +r.toString +s.rV(0,r) +if(q.a.d==null)q.x=A.aiU()}s=q.gqO() +r=q.d +r.toString +s.aj(r)}if(q.aaQ(a))q.OS()}, +n(){var s,r=this,q=r.a.d +if(q!=null){s=r.d +s.toString +q.rV(0,s)}else{q=r.x +if(q!=null){s=r.d +s.toString +q.rV(0,s)}q=r.x +if(q!=null)q.n()}r.d.n() +r.r.n() +r.Zs()}, +Vz(a){var s,r,q=this +if(a===q.ay)s=!a||A.bM(q.a.c)===q.ch +else s=!1 +if(s)return +if(!a){q.at=B.z2 +q.Nd()}else{switch(A.bM(q.a.c).a){case 1:q.at=A.aJ([B.l3,new A.cj(new A.aj3(q),new A.aj4(q),t.ok)],t.n,t.xR) +break +case 0:q.at=A.aJ([B.l2,new A.cj(new A.aj5(q),new A.aj6(q),t.Uv)],t.n,t.xR) +break}a=!0}q.ay=a +q.ch=A.bM(q.a.c) +s=q.Q +if(s.ga0()!=null){s=s.ga0() +s.D5(q.at) +if(!s.a.f){r=s.c.gW() +r.toString +t.Wx.a(r) +s.e.ad4(r)}}}, +HJ(a){var s,r=this +if(r.ax===a)return +r.ax=a +s=r.as +if($.a8.V$.z.i(0,s)!=null){s=$.a8.V$.z.i(0,s).gW() +s.toString +t.f1.a(s).sS4(r.ax)}}, +a4b(a){var s=this.d,r=s.fr.ghr(),q=new A.abj(this.ga25(),s) +s.ig(q) +s.k3=r +this.cx=q}, +aae(a){var s,r,q=this.d,p=q.r,o=p.DW(q.k3) +p=p.gEA() +s=p==null?null:0 +r=new A.aiV(q,this.ga23(),o,p,a.a,o!==0,s,a.d,a) +q.ig(new A.a7J(r,q)) +this.CW=q.ok=r}, +aaf(a){var s=this.CW +if(s!=null)s.ck(0,a)}, +aad(a){var s,r,q,p,o=this.CW +if(o!=null){s=a.b +s.toString +r=-s +if(A.av6(o.a.w.a.c))r=-r +o.x=a +if(o.f){s=J.hg(r) +q=o.c +p=Math.abs(r)>Math.abs(q)*0.5 +if(s===J.hg(q)&&p)r+=q}o.a.iU(r)}}, +Nd(){if($.a8.V$.z.i(0,this.Q)==null)return +var s=this.cx +if(s!=null)s.a.iU(0) +s=this.CW +if(s!=null)s.a.iU(0)}, +a26(){this.cx=null}, +a24(){this.CW=null}, +Ni(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)}, +Nh(a){var s,r,q=A.aR("delta"),p=$.io.dw$ +p===$&&A.b() +p=p.a +p=p.gaY(p) +s=A.fw(p,A.k(p).h("l.E")) +p=this.w +p===$&&A.b() +p=p.gue() +r=s.jQ(0,p.gkO(p))&&a.gcM(a)===B.aP +switch(A.bM(this.a.c).a){case 0:q.b=r?a.gmx().b:a.gmx().a +break +case 1:q.b=r?a.gmx().a:a.gmx().b +break}if(A.av6(this.a.c))q.b=q.aA()*-1 +return q.aA()}, +a9r(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.lv(r) +s=r}else s=!1 +if(s)return +q=o.Nh(a) +p=o.Ni(q) +if(q!==0){s=o.d.at +s.toString +s=p!==s}else s=!1 +if(s)$.fs.cf$.Tr(0,a,o.gaag())}else if(t.xb.b(a))o.d.G7(0)}, +aah(a){var s,r=this,q=r.Nh(a),p=r.Ni(q) +if(q!==0){s=r.d.at +s.toString +s=p!==s}else s=!1 +if(s)r.d.G7(q)}, +a5w(a){var s,r +if(a.hh$===0){s=$.a8.V$.z.i(0,this.z) +r=s==null?null:s.gW() +if(r!=null)r.b6()}return!1}, +I(a){var s,r,q,p,o,n,m,l=this,k=null,j=l.d +j.toString +s=l.at +r=l.a +q=r.w +p=l.ax +o=new A.F8(l,j,A.zC(B.bI,new A.ke(A.cW(k,A.tB(r.amr(a,j),p,l.as),!1,k,!1,!q,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k),s,B.aH,q,l.Q),k,k,k,l.ga9q(),k),k) +j=l.a +if(!j.w){s=l.d +s.toString +l.e.toString +o=new A.dG(l.ga5v(),new A.a_Z(s,!0,j.x,o,l.z),k,t.ji)}j=j.c +s=l.gqO() +r=l.a.as +n=new A.Rz(j,s,r) +j=l.w +j===$&&A.b() +o=j.DR(a,j.DQ(a,o,n),n) +m=A.RC(a) +if(m!=null){j=l.d +j.toString +o=new A.Fa(l,j,o,m,k)}return o}, +$ib5:1} +A.aj3.prototype={ +$0(){var s=this.a.w +s===$&&A.b() +return A.aFj(null,s.gjX())}, +$S:110} +A.aj4.prototype={ +$1(a){var s,r,q=this.a +a.ax=q.gLa() +a.ay=q.gNf() +a.ch=q.gNg() +a.CW=q.gNe() +a.cx=q.gNc() +s=q.e +a.cy=s==null?null:s.gFJ() +s=q.e +a.db=s==null?null:s.gyS() +s=q.e +a.dx=s==null?null:s.gtX() +s=q.w +s===$&&A.b() +r=q.c +r.toString +a.fr=s.zW(r) +a.at=q.a.y +a.b=q.y +a.c=q.w.gjX()}, +$S:153} +A.aj5.prototype={ +$0(){var s=this.a.w +s===$&&A.b() +return A.abk(null,s.gjX())}, +$S:130} +A.aj6.prototype={ +$1(a){var s,r,q=this.a +a.ax=q.gLa() +a.ay=q.gNf() +a.ch=q.gNg() +a.CW=q.gNe() +a.cx=q.gNc() +s=q.e +a.cy=s==null?null:s.gFJ() +s=q.e +a.db=s==null?null:s.gyS() +s=q.e +a.dx=s==null?null:s.gtX() +s=q.w +s===$&&A.b() +r=q.c +r.toString +a.fr=s.zW(r) +a.at=q.a.y +a.b=q.y +a.c=q.w.gjX()}, +$S:151} +A.Fa.prototype={ +ap(){return new A.a0_(B.n)}} +A.a0_.prototype={ +aW(){var s,r,q,p +this.bb() +s=this.a +r=s.c +s=s.d +q=t.x9 +p=t.i +q=new A.F9(r,new A.a7Q(r,30),s,A.w(q,p),A.w(q,p),A.a([],t.D1),A.aM(q),B.ZK,$.aD()) +s.U(0,q.gN5()) +this.d=q}, +aX(a){var s,r +this.bh(a) +s=this.a.d +if(a.d!==s){r=this.d +r===$&&A.b() +r.sbN(0,s)}}, +n(){var s=this.d +s===$&&A.b() +s.n() +this.aZ()}, +I(a){var s=this.a,r=s.f,q=this.d +q===$&&A.b() +return new A.uW(r,s.e,q,null)}} +A.F9.prototype={ +sbN(a,b){var s,r=this.id +if(b===r)return +s=this.gN5() +r.J(0,s) +this.id=b +b.U(0,s)}, +aa3(){if(this.fr)return +this.fr=!0 +$.bV.y2$.push(new A.asn(this))}, +En(){var s=this,r=s.b,q=A.tV(r,A.a1(r).c) +r=s.k1 +r.ul(r,new A.aso(q)) +r=s.k2 +r.ul(r,new A.asp(q)) +s.Xf()}, +F9(a){var s,r,q,p,o,n,m=this +if(m.fy==null&&m.fx==null)m.go=m.L1(a.b) +s=A.a3p(m.dx) +r=a.b +q=a.c +p=-s.a +o=-s.b +if(a.a===B.et){r=m.fy=m.Lw(r) +a=A.aEo(new A.i(r.a+p,r.b+o),q)}else{r=m.fx=m.Lw(r) +a=A.aEp(new A.i(r.a+p,r.b+o),q)}n=m.Xn(a) +if(n===B.kx){m.dy.e=!1 +return n}if(m.go){r=m.dy +r.Wc(A.ay_(a.b,0,0)) +if(r.e)return B.kx}return n}, +Lw(a){var s,r,q,p=this.dx,o=p.c.gW() +o.toString +t.x.a(o) +s=o.fJ(a) +if(!this.go){r=s.b +if(r<0||s.a<0)return A.bH(o.bi(0,null),B.f) +if(r>o.gv(o).b||s.a>o.gv(o).a)return B.XV}q=A.a3p(p) +return A.bH(o.bi(0,null),new A.i(s.a+q.a,s.b+q.b))}, +Dg(a,b){var s,r,q,p=this,o=p.dx,n=A.a3p(o) +o=o.c.gW() +o.toString +t.x.a(o) +s=o.bi(0,null) +r=p.d +if(r!==-1)q=p.fx==null||b +else q=!1 +if(q){r=J.hS(p.b[r]).a +r.toString +p.fx=A.bH(s,A.bH(J.awt(p.b[p.d],o),r.a.X(0,new A.i(0,-r.b/2))).X(0,n))}r=p.c +if(r!==-1)q=!0 +else q=!1 +if(q){r=J.hS(p.b[r]).b +r.toString +p.fy=A.bH(s,A.bH(J.awt(p.b[p.c],o),r.a.X(0,new A.i(0,-r.b/2))).X(0,n))}}, +OE(){return this.Dg(!0,!0)}, +LJ(a){var s,r,q,p,o,n,m,l,k=this,j=k.b +if(a){s=j[k.c] +r=s.gl(s).b +q=s.gl(s).b.b}else{s=j[k.d] +r=s.gl(s).a +j=s.gl(s).a +q=j==null?null:j.b}if(q==null||r==null)return +j=k.dx +p=j.c.gW() +p.toString +t.x.a(p) +o=A.bH(s.bi(0,p),r.a) +n=p.gv(p).a +p=p.gv(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.ek(n+p-m) +return}if(l<0){j=k.id +p=j.at +p.toString +j.ek(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.ek(p+r-n) +return}if(r<0){j=k.id +p=j.at +p.toString +j.ek(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.ek(n+m-p) +return}if(l<0){j=k.id +p=j.at +p.toString +j.ek(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.ek(p+n-r) +return}if(r<0){j=k.id +p=j.at +p.toString +j.ek(p+0-r)}return}}, +L1(a){var s,r=this.dx.c.gW() +r.toString +t.x.a(r) +s=r.fJ(a) +return new A.A(0,0,0+r.gv(r).a,0+r.gv(r).b).t(0,s)}, +fv(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.xX(a) +break +case 1:s=q.dx.d.at +s.toString +q.k2.m(0,a,s) +q.xX(a) +break +case 5:case 6:q.xX(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.B(0,a) +q.k1.B(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.Xg(a,b)}, +xX(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.a3p(l) +a.pb(A.aEp(new A.i(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.a3p(l) +a.pb(A.aEo(new A.i(q.a+-o.a,q.b+-o.b),null)) +l=l.d.at +l.toString +s.m(0,a,l)}}, +n(){var s=this +s.k1.a2(0) +s.k2.a2(0) +s.fr=!1 +s.dy.e=!1 +s.Xh()}} +A.asn.prototype={ +$1(a){var s=this.a +if(!s.fr)return +s.fr=!1 +s.wY()}, +$S:3} +A.aso.prototype={ +$2(a,b){return!this.a.t(0,a)}, +$S:138} +A.asp.prototype={ +$2(a,b){return!this.a.t(0,a)}, +$S:138} +A.a_Z.prototype={ +aO(a){var s=this.e,r=new A.a_s(s,!0,this.r,null,A.ar()) +r.aN() +r.saV(null) +s.U(0,r.gSF()) +return r}, +aR(a,b){b.sacQ(!0) +b.sbN(0,this.e) +b.sVs(this.r)}} +A.a_s.prototype={ +sbN(a,b){var s,r=this,q=r.A +if(b===q)return +s=r.gSF() +q.J(0,s) +r.A=b +b.U(0,s) +r.b6()}, +sacQ(a){return}, +sVs(a){if(a==this.ak)return +this.ak=a +this.b6()}, +eL(a){var s,r,q=this +q.h5(a) +a.a=!0 +if(q.A.ay){a.bs(B.a_1,!0) +s=q.A +r=s.at +r.toString +a.av=r +a.e=!0 +r=s.Q +r.toString +a.aM=r +s=s.z +s.toString +a.bt=s +a.sVg(q.ak)}}, +oM(a,b,c){var s,r,q,p,o,n,m,l=this +if(c.length!==0){s=B.b.gL(c).dy +s=!(s!=null&&s.t(0,B.Dy))}else s=!0 +if(s){l.bp=null +l.Is(a,b,c) +return}s=l.bp +if(s==null)s=l.bp=A.BH(null,l.gqi()) +s.sFt(a.Q||a.y) +s.sb7(0,a.e) +s=l.bp +s.toString +r=t.d +q=A.a([s],r) +p=A.a([],r) +for(s=c.length,o=null,n=0;n#"+A.bh(r)+"("+B.b.bP(q,", ")+")"}, +gu(a){return A.K(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.O(b)!==A.r(r))return!1 +if(b instanceof A.Rz)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.aj2.prototype={ +$2(a,b){if(b!=null)this.a.push(a+b.j(0))}, +$S:422} +A.a7Q.prototype={ +Co(a,b){switch(b.a){case 0:return a.a +case 1:return a.b}}, +aaV(a,b){switch(b.a){case 0:return a.a +case 1:return a.b}}, +Wc(a){var s=this,r=s.a.gQM() +s.d=a.ba(0,r.a,r.b) +if(s.e)return +s.ov()}, +ov(){var s=0,r=A.a5(t.H),q,p=this,o,n,m,l,k,j,i,h,g,f,e,d,c +var $async$ov=A.a6(function(a,b){if(a===1)return A.a2(b,r) +while(true)switch(s){case 0:d=p.a +c=d.c.gW() +c.toString +t.x.a(c) +o=A.ez(c.bi(0,null),new A.A(0,0,0+c.gv(c).a,0+c.gv(c).b)) +c=p.e=!0 +n=d.gQM() +m=o.a +l=o.b +k=p.Co(new A.i(m+n.a,l+n.b),A.bM(d.a.c)) +j=k+p.aaV(new A.I(o.c-m,o.d-l),A.bM(d.a.c)) +l=p.d +l===$&&A.b() +i=p.Co(new A.i(l.a,l.b),A.bM(d.a.c)) +l=p.d +h=p.Co(new A.i(l.c,l.d),A.bM(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.gl(q))),r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255)) +return s}, +Ms(a){var s,r,q,p=this +if(a){s=$.a7().al() +r=p.c +q=p.r +s.sa4(0,A.M(B.d.am(255*((r.gl(r)>>>24&255)/255*q.gl(q))),r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255)) +s.sdq(0,B.aI) +s.sh4(1) +return s}s=$.a7().al() +r=p.b +q=p.r +s.sa4(0,A.M(B.d.am(255*((r.gl(r)>>>24&255)/255*q.gl(q))),r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255)) +return s}, +a8v(){return this.Ms(!1)}, +a8t(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=this,d=null +e.gwy() +switch(e.gwy().a){case 0:s=e.f +r=e.cy +r===$&&A.b() +q=new A.I(s,r) +s+=2*e.x +r=e.db.d +r.toString +p=e.dx +p=p===B.P||p===B.S +o=e.Q +n=new A.I(s,r-(p?o.gbV(o)+o.gc1(o):o.ge7())) +r=e.x +m=r+e.Q.a +o=e.cx +o===$&&A.b() +r=m-r +l=e.gw3() +k=new A.i(r,l) +j=k.X(0,new A.i(s,0)) +i=e.db.d +i.toString +p=e.dx +p=p===B.P||p===B.S +h=e.Q +p=p?h.gbV(h)+h.gc1(h):h.ge7() +g=new A.i(r+s,l+(i-p)) +f=o +break +case 1:s=e.f +r=e.cy +r===$&&A.b() +q=new A.I(s,r) +r=e.x +p=e.db.d +p.toString +o=e.dx +o=o===B.P||o===B.S +l=e.Q +o=o?l.gbV(l)+l.gc1(l):l.ge7() +n=new A.I(s+2*r,p-o) +o=e.f +p=e.x +m=b.a-o-p-e.Q.c +o=e.cx +o===$&&A.b() +p=m-p +r=e.gw3() +k=new A.i(p,r) +s=e.db.d +s.toString +l=e.dx +l=l===B.P||l===B.S +i=e.Q +g=new A.i(p,r+(s-(l?i.gbV(i)+i.gc1(i):i.ge7()))) +j=k +f=o +break +case 2:s=e.cy +s===$&&A.b() +q=new A.I(s,e.f) +s=e.db.d +s.toString +r=e.dx +r=r===B.P||r===B.S +p=e.Q +r=r?p.gbV(p)+p.gc1(p):p.ge7() +p=e.f +o=e.x +p+=2*o +n=new A.I(s-r,p) +r=e.cx +r===$&&A.b() +f=o+e.Q.b +o=e.gw3() +s=f-e.x +k=new A.i(o,s) +j=k.X(0,new A.i(0,p)) +l=e.db.d +l.toString +i=e.dx +i=i===B.P||i===B.S +h=e.Q +g=new A.i(o+(l-(i?h.gbV(h)+h.gc1(h):h.ge7())),s+p) +m=r +break +case 3:s=e.cy +s===$&&A.b() +q=new A.I(s,e.f) +s=e.db.d +s.toString +r=e.dx +r=r===B.P||r===B.S +p=e.Q +r=r?p.gbV(p)+p.gc1(p):p.ge7() +p=e.f +o=e.x +n=new A.I(s-r,p+2*o) +r=e.cx +r===$&&A.b() +f=b.b-p-o-e.Q.d +o=e.gw3() +p=f-e.x +k=new A.i(o,p) +s=e.db.d +s.toString +l=e.dx +l=l===B.P||l===B.S +i=e.Q +g=new A.i(o+(s-(l?i.gbV(i)+i.gc1(i):i.ge7())),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.A(s,r,s+n.a,r+n.b) +e.CW=new A.A(m,f,m+q.a,f+q.b) +s=e.r +if(s.gl(s)!==0){s=e.ch +s.toString +a.dv(s,e.a8v()) +a.n4(j,g,e.Ms(!0)) +s=e.y +if(s!=null){r=e.CW +r.toString +a.dK(A.nG(r,s),e.gMr()) +return}s=e.CW +s.toString +a.dv(s,e.gMr()) +return}}, +aJ(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.P||f===B.S +r=g.Q +f=f?r.gbV(r)+r.gc1(r):r.ge7() +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.gn8() +s=g.dx +s=s===B.P||s===B.S +r=g.Q +s=s?r.gbV(r)+r.gc1(r):r.ge7() +r=g.db +q=r.b +q.toString +p=r.a +p.toString +r=r.d +r.toString +o=g.dx +o=o===B.P||o===B.S +n=g.Q +o=o?n.gbV(n)+n.gc1(n):n.ge7() +m=A.H((f-s)/(q-p+r-o),0,1) +o=g.db.d +o.toString +f=g.dx +f=f===B.P||f===B.S +s=g.Q +f=f?s.gbV(s)+s.gc1(s):s.ge7() +f=Math.min(o-f-2*g.w,g.at) +o=g.db.d +o.toString +s=g.dx +s=s===B.P||s===B.S +r=g.Q +s=s?r.gbV(r)+r.gc1(r):r.ge7() +l=Math.max(f,(o-s-2*g.w)*m) +s=g.db.gn8() +o=g.db.d +o.toString +f=g.as +r=g.dx +r=r===B.P||r===B.S +q=g.Q +r=r?q.gbV(q)+q.gc1(q):q.ge7() +k=Math.min(f,o-r-2*g.w) +f=g.dx +f=f===B.S||f===B.bT +r=g.db +if((f?Math.max(r.ghU()-r.gdz(),0):Math.max(r.gdz()-r.ghV(),0))>0){f=g.dx +f=f===B.S||f===B.bT +r=g.db +r=(f?Math.max(r.gdz()-r.ghV(),0):Math.max(r.ghU()-r.gdz(),0))>0 +f=r}else f=!1 +j=f?k:k*(1-A.H(1-s/o,0,0.2)/0.2) +f=g.db.d +f.toString +s=g.dx +s=s===B.P||s===B.S +r=g.Q +s=s?r.gbV(r)+r.gc1(r):r.ge7() +s=A.H(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.H((r-q)/i,0,1)}else h=0 +r=g.dx +q=r===B.S +p=q||r===B.bT?1-h:h +f=f.d +f.toString +r=r===B.P||q +q=g.Q +r=r?q.gbV(q)+q.gc1(q):q.ge7() +g.cx=p*(f-r-2*g.w-s)+g.ga6U() +return g.a8t(a,b)}, +Hk(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.P||r===B.S +q=o.Q +r=r?q.gbV(q)+q.gc1(q):q.ge7() +q=o.w +p=o.cy +p===$&&A.b() +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.gl(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)}, +S2(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.fQ(A.lH(p.CW.gb3(),24)) +s=p.r +if(s.gl(s)===0){if(c&&b===B.aP)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)}}, +ahU(a,b){return this.S2(a,b,!1)}, +S3(a,b){var s,r,q=this +if(q.CW==null)return!1 +if(q.ay)return!1 +s=q.r +if(s.gl(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.fQ(A.lH(s.gb3(),24)).t(0,a) +case 1:case 2:case 3:case 5:return q.CW.t(0,a)}}, +eE(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.d(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}, +HR(a){return!1}, +gHC(){return null}, +j(a){return"#"+A.bh(this)}} +A.ajb.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:423} +A.AI.prototype={ +ap(){return A.aR5(t.jV)}, +pF(a){return this.cx.$1(a)}} +A.uE.prototype={ +gmN(){var s=this.a.d +return s}, +gAs(){var s=this.a.e +return s===!0}, +gNE(){if(this.gAs())this.a.toString +return!1}, +gta(){this.a.toString +return!0}, +aW(){var s,r,q,p,o=this,n=null +o.bb() +s=A.ct(B.L,n,o.a.ay,0,n,1,n,o) +s.bD() +r=s.cO$ +r.b=!0 +r.a.push(o.gacj()) +o.x=s +s=o.y=A.dB(B.bf,s,n) +r=o.a +q=r.w +if(q==null)q=6 +p=r.r +r=r.db +r=new A.By(B.iF,B.D,B.D,n,q,s,0,0,p,n,B.bp,18,18,r,$.aD()) +s.a.U(0,r.gfD()) +o.at!==$&&A.bA() +o.at=r}, +by(){this.dZ()}, +ack(a){if(a!==B.M)if(this.gmN()!=null)this.gta()}, +amk(){var s,r=this,q=r.at +q===$&&A.b() +r.a.toString +q.sa4(0,B.iF) +r.a.toString +q.sam7(null) +if(r.gNE()){r.a.toString +s=B.H6}else s=B.D +q.sam6(s) +if(r.gNE()){r.a.toString +s=B.HT}else s=B.D +q.sam5(s) +s=r.c.au(t.I) +s.toString +q.sc_(s.w) +s=r.a.w +q.salU(s==null?6:s) +q.sGc(r.a.r) +r.a.toString +s=r.c +s.toString +s=A.bU(s,B.bb,t.l).w +q.sdl(0,s.r) +q.sVj(r.a.db) +r.a.toString +q.saji(0) +r.a.toString +q.scX(0,null) +r.a.toString +q.saeZ(0) +r.a.toString +q.sajs(0,18) +r.a.toString +q.saju(18) +q.sahZ(!r.gta())}, +aX(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.b8(0) +s=r.x +s===$&&A.b() +s.z=B.aq +s.j0(1,B.ad,null)}else{s=r.x +s===$&&A.b() +s.el(0)}}, +ac5(a){var s,r,q,p,o,n=this,m=B.b.gca(n.r.f),l=A.aR("primaryDeltaFromDragStart"),k=A.aR("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.b() +r=l.aA() +q=n.f +q.toString +p=s.Hk(r+q) +if(l.aA()>0){r=m.at +r.toString +r=pr}else r=!1 +else r=!0 +if(r){r=m.at +r.toString +p=r+s.Hk(k.aA())}s=m.at +s.toString +if(p!==s){o=p-m.r.rs(m,p) +s=n.c +s.toString +s=A.aiT(s) +r=n.c +r.toString +switch(s.lr(r).a){case 1:case 3:case 4:case 5:s=m.z +s.toString +r=m.Q +r.toString +o=A.H(o,s,r) +break +case 2:case 0:break}m.ek(o)}}, +wd(){var s,r=this +if(!r.gAs()){s=r.w +if(s!=null)s.b8(0) +r.w=A.c7(r.a.ch,new A.agz(r))}}, +uT(){var s=this.r.f +if(s.length!==0)return A.bM(B.b.gca(s).gie()) +return null}, +ahz(){if(this.uT()==null)return +var s=this.w +if(s!=null)s.b8(0)}, +ahB(a){var s,r,q,p,o,n,m=this +m.r=m.gmN() +if(m.uT()==null)return +s=m.w +if(s!=null)s.b8(0) +s=m.x +s===$&&A.b() +s.c7(0) +m.e=m.d=a +s=m.at +s===$&&A.b() +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.H(q/o,0,1)}else n=0 +r=r.d +r.toString +q=s.dx +q=q===B.P||q===B.S +p=s.Q +q=q?p.gbV(p)+p.gc1(p):p.ge7() +p=s.w +s=s.cy +s===$&&A.b() +m.f=n*(r-q-2*p-s) +m.as=!0}, +ahC(a){var s,r=this +if(J.d(r.e,a))return +s=B.b.gca(r.r.f) +if(!s.r.lv(s))return +if(r.uT()==null)return +r.ac5(a) +r.e=a}, +ahA(a,b){var s=this +s.as=!1 +if(s.uT()==null)return +s.wd() +s.r=s.f=s.e=s.d=null}, +a6e(a){var s,r,q,p,o,n=this,m=n.gmN() +n.r=m +s=B.b.gca(m.f) +if(!s.r.lv(s))return +m=s.w +switch(m.a.c.a){case 0:case 2:r=n.at +r===$&&A.b() +r=r.cx +r===$&&A.b() +q=a.c.b>r?B.P:B.S +break +case 3:case 1:r=n.at +r===$&&A.b() +r=r.cx +r===$&&A.b() +q=a.c.a>r?B.cS:B.bT +break +default:q=null}m=$.a8.V$.z.i(0,m.Q) +m.toString +p=A.il(m) +p.toString +o=A.aiP(p,new A.ef(q,B.es)) +m=B.b.gca(n.r.f) +r=B.b.gca(n.r.f).at +r.toString +m.u1(0,r+o,B.dK,B.aG)}, +CX(a){var s,r,q=this.gmN() +if(q==null)return!0 +s=q.f +r=s.length +if(r>1)return!1 +return r===0||A.bM(B.b.gca(s).gie())===a}, +aaj(a){var s,r,q=this,p=q.a +p.toString +if(!p.pF(a.PB()))return!1 +if(q.gAs()){p=q.x +p===$&&A.b() +s=p.Q +s===$&&A.b() +if(s!==B.b2&&s!==B.a3)p.c7(0)}r=a.a +p=r.e +if(q.CX(A.bM(p))){s=q.at +s===$&&A.b() +s.fI(0,r,p)}return!1}, +a5y(a){var s,r,q,p=this +if(!p.a.pF(a))return!1 +s=a.a +r=s.b +r.toString +q=s.a +q.toString +if(r<=q){r=p.x +r===$&&A.b() +q=r.Q +q===$&&A.b() +if(q!==B.M&&q!==B.aV)r.el(0) +r=s.e +if(p.CX(A.bM(r))){q=p.at +q===$&&A.b() +q.fI(0,s,r)}return!1}if(a instanceof A.kj||a instanceof A.ly){r=p.x +r===$&&A.b() +q=r.Q +q===$&&A.b() +if(q!==B.b2&&q!==B.a3)r.c7(0) +r=p.w +if(r!=null)r.b8(0) +r=s.e +if(p.CX(A.bM(r))){q=p.at +q===$&&A.b() +q.fI(0,s,r)}}else if(a instanceof A.qp)if(p.d==null)p.wd() +return!1}, +ga3d(){var s=this,r=A.w(t.n,t.xR) +if(s.gmN()==null||!s.gta())return r +r.m(0,B.a60,new A.cj(new A.agv(s),new A.agw(s),t.fg)) +r.m(0,B.a61,new A.cj(new A.agx(s),new A.agy(s),t.Bk)) +return r}, +aiE(a,b,c){var s,r=this.z +if($.a8.V$.z.i(0,r)==null)return!1 +s=A.az5(r,a) +r=this.at +r===$&&A.b() +return r.S2(s,b,!0)}, +agL(a){var s,r=this +if(r.aiE(a.gbN(a),a.gcM(a),!0)){r.Q=!0 +s=r.x +s===$&&A.b() +s.c7(0) +s=r.w +if(s!=null)s.b8(0)}else if(r.Q){r.Q=!1 +r.wd()}}, +agM(a){this.Q=!1 +this.wd()}, +MB(a){var s=A.bM(B.b.gca(this.r.f).gie())===B.bc?a.gmx().a:a.gmx().b +return A.av6(B.b.gca(this.r.f).w.a.c)?s*-1:s}, +O4(a){var s,r=B.b.gca(this.r.f).at +r.toString +s=B.b.gca(this.r.f).z +s.toString +s=Math.max(r+a,s) +r=B.b.gca(this.r.f).Q +r.toString +return Math.min(s,r)}, +a5g(a){var s,r,q,p=this +p.r=p.gmN() +s=p.MB(a) +r=p.O4(s) +if(s!==0){q=B.b.gca(p.r.f).at +q.toString +q=r!==q}else q=!1 +if(q)B.b.gca(p.r.f).G7(s)}, +aal(a){var s,r,q,p,o=this +o.r=o.gmN() +s=o.at +s===$&&A.b() +s=s.yq(a.gdh()) +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.gca(o.r.f) +if(t.Mj.b(a)){if(!r.r.lv(r))return +q=o.MB(a) +p=o.O4(q) +if(q!==0){s=r.at +s.toString +s=p!==s}else s=!1 +if(s)$.fs.cf$.Tr(0,a,o.ga5f())}else if(t.xb.b(a)){s=r.at +s.toString +r.ek(s)}}}, +n(){var s=this,r=s.x +r===$&&A.b() +r.n() +r=s.w +if(r!=null)r.b8(0) +r=s.at +r===$&&A.b() +r.r.a.J(0,r.gfD()) +r.eZ() +s.YZ()}, +I(a){var s,r,q=this,p=null +q.amk() +s=q.ga3d() +r=q.at +r===$&&A.b() +return new A.dG(q.gaai(),new A.dG(q.ga5x(),new A.ih(A.zC(B.bI,new A.ke(A.ns(A.mU(new A.ih(q.a.c,p),r,q.z,p,B.F),B.cX,p,p,new A.agA(q),new A.agB(q)),s,p,!1,p),p,p,p,q.gaak(),p),p),p,t.WA),p,t.ji)}, +$ib5:1} +A.agz.prototype={ +$0(){var s=this.a,r=s.x +r===$&&A.b() +r.el(0) +s.w=null}, +$S:0} +A.agv.prototype={ +$0(){var s=this.a,r=s.a.CW,q=t.S,p=A.cF(q),o=A.aHL() +return new A.kG(s.z,r,null,B.c3,A.w(q,t.C),p,s,null,o,A.w(q,t.A))}, +$S:424} +A.agw.prototype={ +$1(a){var s=this.a +a.p2=s.gahy() +a.p3=new A.ags(s) +a.p4=new A.agt(s) +a.RG=new A.agu(s)}, +$S:425} +A.ags.prototype={ +$1(a){return this.a.ahB(a.b)}, +$S:96} +A.agt.prototype={ +$1(a){return this.a.ahC(a.b)}, +$S:86} +A.agu.prototype={ +$1(a){return this.a.ahA(a.b,a.c)}, +$S:99} +A.agx.prototype={ +$0(){var s=this.a,r=t.S,q=A.cF(r) +return new A.kH(s.z,B.aG,18,B.c3,A.w(r,t.C),q,s,null,A.H3(),A.w(r,t.A))}, +$S:427} +A.agy.prototype={ +$1(a){a.av=this.a.ga6d()}, +$S:428} +A.agA.prototype={ +$1(a){var s +switch(a.gcM(a).a){case 1:case 4:s=this.a +if(s.gta())s.agM(a) +break +case 2:case 3:case 5:case 0:break}}, +$S:42} +A.agB.prototype={ +$1(a){var s +switch(a.gcM(a).a){case 1:case 4:s=this.a +if(s.gta())s.agL(a) +break +case 2:case 3:case 5:case 0:break}}, +$S:429} +A.kG.prototype={ +hQ(a){if(!this.C6(this.co,a.gbN(a),a.gcM(a)))return!1 +return this.X9(a)}, +C6(a,b,c){var s +if($.a8.V$.z.i(0,a)==null)return!1 +s=$.a8.V$.z.i(0,a).e +s.toString +s=t.ip.a(s).f +s.toString +return t.sm.a(s).S3(A.az5(a,b),c)}} +A.kH.prototype={ +hQ(a){if(!this.C6(this.e6,a.gbN(a),a.gcM(a)))return!1 +return this.Yt(a)}, +C6(a,b,c){var s,r +if($.a8.V$.z.i(0,a)==null)return!1 +s=$.a8.V$.z.i(0,a).e +s.toString +s=t.ip.a(s).f +s.toString +t.sm.a(s) +r=A.az5(a,b) +return s.ahU(r,c)&&!s.S3(r,c)}} +A.wo.prototype={ +ce(){this.dF() +this.dc() +this.fs()}, +n(){var s=this,r=s.bn$ +if(r!=null)r.J(0,s.gf3()) +s.bn$=null +s.aZ()}} +A.u9.prototype={ +E(a,b){this.Q.E(0,b) +this.N9()}, +B(a,b){var s,r,q=this +if(q.Q.B(0,b))return +s=B.b.iB(q.b,b) +B.b.iG(q.b,s) +r=q.c +if(s<=r)q.c=r-1 +r=q.d +if(s<=r)q.d=r-1 +b.J(0,q.gBZ()) +q.N9()}, +N9(){var s,r +if(!this.y){this.y=!0 +s=new A.aef(this) +r=$.bV +if(r.av$===B.De)A.eV(s) +else r.y2$.push(s)}}, +a3_(){var s,r,q,p,o,n,m,l,k=this,j=k.Q,i=A.af(j,!0,A.k(j).c) +B.b.i_(i,k.gBo()) +s=k.b +k.b=A.a([],t.D1) +r=k.d +q=k.c +j=k.gBZ() +p=0 +o=0 +while(!0){n=i.length +if(!(pMath.min(n,l))k.xX(m) +m.U(0,j) +B.b.E(k.b,m);++p}}k.c=q +k.d=r +k.Q=A.aM(t.x9)}, +En(){this.wY()}, +wY(){var s=this,r=s.V5() +if(!s.at.k(0,r)){s.at=r +s.aE()}s.abU()}, +gadY(){return this.gBo()}, +a1a(a,b){var s=A.ez(a.bi(0,null),new A.A(0,0,0+a.gv(a).a,0+a.gv(a).b)),r=A.ez(b.bi(0,null),new A.A(0,0,0+b.gv(b).a,0+b.gv(b).b)),q=A.aQd(s,r) +if(q!==0)return q +return A.aQc(s,r)}, +a5A(){if(this.x)return +this.wY()}, +V5(){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.nP(c,c,B.dm,B.jA,d.b.length!==0) +if(!d.as){b=d.IW(d.d,b) +d.d=b +d.c=d.IW(d.c,b)}s=J.hS(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.hS(d.b[r])}b=s.a +if(b!=null){p=d.b[r] +o=d.a.gW() +o.toString +n=A.bH(p.bi(0,t.x.a(o)),b.a) +m=isFinite(n.a)&&isFinite(n.b)?new A.qt(n,b.b,b.c):c}else m=c +l=J.hS(d.b[d.c]) +k=d.c +while(!0){if(!(k!==d.d&&l.b==null))break +k+=q?-1:1 +l=J.hS(d.b[k])}b=l.b +if(b!=null){p=d.b[k] +o=d.a.gW() +o.toString +j=A.bH(p.bi(0,t.x.a(o)),b.a) +i=isFinite(j.a)&&isFinite(j.b)?new A.qt(j,b.b,b.c):c}else i=c +h=A.a([],t.AO) +g=d.gahG()?new A.A(0,0,0+d.gQb().a,0+d.gQb().b):c +for(f=d.d;f<=d.c;++f){e=J.hS(d.b[f]).d +b=new A.S(e,new A.aeg(d,f,g),A.a1(e).h("S<1,A>")).vk(0,new A.aeh()) +B.b.R(h,A.af(b,!0,b.$ti.h("l.E")))}return new A.nP(m,i,!s.k(0,l)?B.ky:s.c,h,!0)}, +IW(a,b){var s=b>a +while(!0){if(!(a!==b&&J.hS(this.b[a]).c!==B.ky))break +a+=s?1:-1}return a}, +kn(a,b){return}, +abU(){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.kn(q,q) +r.f=null}n=r.w +if(n!=null){n.kn(q,q) +r.w=null}return}if(!J.d(r.b[n],r.f)){n=r.f +if(n!=null)n.kn(q,q)}if(!J.d(r.b[r.c],r.w)){n=r.w +if(n!=null)n.kn(q,q)}n=r.b +s=r.d +n=r.f=n[s] +if(s===r.c){r.w=n +n.kn(p,o) +return}n.kn(p,q) +n=r.b[r.c] +r.w=n +n.kn(q,o)}, +Kq(){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.aZ(n,new A.aed(p,o),A.a1(n).h("aZ<1>")).ah(0,new A.aee(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.fv(n[q],B.iC)}}, +ahl(a){var s,r,q,p=this +for(s=p.b,r=s.length,q=0;q")).ah(0,new A.aej(n)) +n.d=n.c=r}return B.aD}else if(s===B.aC){n.d=n.c=r-1 +return B.aD}}return B.aD}, +agz(a){var s,r,q,p=this +for(s=p.b,r=s.length,q=0;q0&&r===B.aR))break;--s +r=p.fv(p.b[s],a)}if(a.gjm())p.c=s +else p.d=s +return r}, +agB(a){var s,r,q,p=this +if(p.d===-1)switch(a.gQX(a)){case B.hM:case B.ev:p.d=p.c=p.b.length +break +case B.hN:case B.eu:p.d=p.c=0 +break}s=a.gjm()?p.c:p.d +r=p.fv(p.b[s],a) +switch(a.gQX(a)){case B.hM:if(r===B.aR)if(s>0){--s +r=p.fv(p.b[s],a.aem(B.ev))}break +case B.hN:if(r===B.aC){q=p.b +if(s=0&&q==null))break +o=s.b=n.fv(m[r],a) +switch(o.a){case 2:case 3:case 4:q=o +break +case 0:if(p===!1){++r +q=B.aD}else if(r===n.b.length-1)q=o +else{++r +p=!0}break +case 1:if(p===!0){--r +q=B.aD}else if(r===0)q=o +else{--r +p=!1}break}}if(a0)n.c=r +else n.d=r +n.Kq() +q.toString +return q}, +adZ(a,b){return this.gadY().$2(a,b)}} +A.aef.prototype={ +$1(a){var s=this.a +if(!s.y)return +s.y=!1 +if(s.Q.a!==0)s.a3_() +s.En()}, +$0(){return this.$1(null)}, +$C:"$1", +$R:0, +$D(){return[null]}, +$S:164} +A.aeg.prototype={ +$1(a){var s,r=this.a,q=r.b[this.b] +r=r.a.gW() +r.toString +s=A.ez(q.bi(0,t.x.a(r)),a) +r=this.c +if(r!=null)return r.e8(s) +return s}, +$S:431} +A.aeh.prototype={ +$1(a){return a.gtL(a)&&!a.ga_(a)}, +$S:432} +A.aed.prototype={ +$1(a){return a!==this.a.b[this.b]}, +$S:136} +A.aee.prototype={ +$1(a){return this.a.fv(a,B.iC)}, +$S:44} +A.aei.prototype={ +$1(a){return a!==this.a.b[this.b]}, +$S:136} +A.aej.prototype={ +$1(a){return this.a.fv(a,B.iC)}, +$S:44} +A.ae4.prototype={ +$0(){return this.a.a}, +$S:4} +A.ae5.prototype={ +$0(){return!0===this.a.S()}, +$S:4} +A.ae6.prototype={ +$0(){return this.a.b}, +$S:4} +A.ae7.prototype={ +$0(){return!0===this.a.S()}, +$S:4} +A.ae8.prototype={ +$0(){return this.a.c}, +$S:4} +A.ae9.prototype={ +$0(){return!0===this.a.S()}, +$S:4} +A.aea.prototype={ +$0(){return!1===this.a.S()}, +$S:4} +A.aeb.prototype={ +$0(){return!1===this.a.S()}, +$S:4} +A.aec.prototype={ +$0(){return!1===this.a.S()}, +$S:4} +A.YS.prototype={} +A.uW.prototype={ +ap(){return new A.a07(A.aM(t.M),null,!1,B.n)}} +A.a07.prototype={ +aW(){var s,r,q,p=this +p.bb() +s=p.a +r=s.e +if(r!=null){q=p.c +q.toString +r.a=q +s=s.c +if(s!=null)p.snH(s)}}, +aX(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.ah(0,s.gTw(s))}q=n.a.e +if(q!=null){p=n.c +p.toString +q.a=p +n.d.ah(0,q.gx9(q))}s=r?null:s.at +r=n.a.e +if(!J.d(s,r==null?null:r.at))for(s=n.d,s=A.af(s,!1,A.k(s).c),r=s.length,o=0;o").an(h.h("fd<1,2>")).h("me<1,2>"),h=A.af(new A.me(i,h),!0,h.h("l.E")),g=h.length,f=t.MR,e=a.k4,d=0;d").an(g.h("fd<1,2>")).h("me<1,2>")).ah(0,p) +if(!a1.a&&a.p3){b=i.Su() +k=b==null?-1:b +j=k+1 +J.eW(s,j,i.i(0,j)) +p.$1(j)}}finally{a.p2=null +a.gW()}}, +aeL(a,b){this.f.rD(this,new A.akg(this,b,a))}, +dB(a,b,c){var s,r,q,p,o=null +if(a==null)s=o +else{s=a.gW() +s=s==null?o:s.b}r=t.MR +r.a(s) +q=this.WQ(a,b,c) +if(q==null)p=o +else{p=q.gW() +p=p==null?o:p.b}r.a(p) +if(s!=p&&s!=null&&p!=null)p.a=s.a +return q}, +iy(a){this.ok.B(0,a.c) +this.jF(a)}, +Tv(a){var s,r=this +r.gW() +s=a.b +s.toString +s=t.U.a(s).b +s.toString +r.f.rD(r,new A.akk(r,s))}, +afS(a,b,c,d,e){var s=this.e +s.toString +t.M0.a(s) +d.toString +s=A.aS6(b,c,d,e,s.d.b) +return s}, +Eq(){var s=this.ok +s.agd() +s.Su() +s=this.e +s.toString +t.M0.a(s)}, +El(a){var s=a.b +s.toString +t.U.a(s).b=this.p2}, +ji(a,b){this.gW().AD(0,t.x.a(a),this.p1)}, +jr(a,b,c){this.gW().u0(t.x.a(a),this.p1)}, +kq(a,b){this.gW().B(0,t.x.a(a))}, +b5(a){var s=this.ok,r=s.$ti +r=r.h("@<1>").an(r.z[1]).h("r7<1,2>") +r=A.cd(new A.r7(s,r),r.h("l.E"),t.h) +B.b.ah(A.af(r,!0,A.k(r).h("l.E")),a)}} +A.akj.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.d(q.i(0,a),o.c.i(0,a))){q.m(0,a,n.dB(q.i(0,a),null,a)) +o.a.a=!0}s=n.dB(o.c.i(0,a),o.d.d.dt(n,a),a) +if(s!=null){p=o.a +p.a=p.a||!J.d(q.i(0,a),s) +q.m(0,a,s) +q=s.gW().b +q.toString +r=t.U.a(q) +if(a===0)r.a=0 +else{q=o.e +if(q.ai(0,a))r.a=q.i(0,a)}if(!r.c)n.p1=t.Qv.a(s.gW())}else{o.a.a=!0 +q.B(0,a)}}, +$S:50} +A.akh.prototype={ +$0(){return null}, +$S:15} +A.aki.prototype={ +$0(){return this.a.ok.i(0,this.b)}, +$S:438} +A.akg.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).gW()) +s=null +try{q=o.e +q.toString +r=t.M0.a(q) +q=o.p2=p.c +s=o.dB(o.ok.i(0,q),r.d.dt(o,q),q)}finally{o.p2=null}q=p.c +o=o.ok +if(s!=null)o.m(0,q,s) +else o.B(0,q)}, +$S:0} +A.akk.prototype={ +$0(){var s,r,q,p=this +try{r=p.a +q=r.p2=p.b +s=r.dB(r.ok.i(0,q),null,q)}finally{p.a.p2=null}p.a.ok.B(0,p.b)}, +$S:0} +A.zj.prototype={ +oH(a){var s,r,q=a.b +q.toString +t.Cl.a(q) +s=this.f +if(q.tq$!==s){q.tq$=s +r=a.gaT(a) +if(r instanceof A.t&&!s)r.ae()}}} +A.S5.prototype={ +K(){return"SnapshotMode."+this.b}} +A.BT.prototype={ +sxg(a){return}} +A.S7.prototype={ +aO(a){var s=new A.wt(A.bU(a,B.cl,t.l).w.b,this.w,this.e,this.f,!0,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){t.xL.a(b) +b.saec(0,this.e) +b.sajw(0,this.f) +b.sp8(0,A.bU(a,B.cl,t.l).w.b) +b.snB(this.w) +b.sad7(!0)}} +A.wt.prototype={ +sp8(a,b){var s,r=this +if(b===r.A)return +r.A=b +s=r.df +if(s==null)return +else{s.n() +r.df=null +r.aL()}}, +snB(a){var s,r=this,q=r.Z +if(a===q)return +s=r.gdi() +q.J(0,s) +r.Z=a +if(A.r(q)!==A.r(r.Z)||r.Z.eE(q))r.aL() +if(r.y!=null)r.Z.U(0,s)}, +saec(a,b){var s,r=this,q=r.ak +if(b===q)return +s=r.gwj() +q.J(0,s) +r.ak=b +if(r.y!=null)b.U(0,s)}, +sajw(a,b){if(b===this.bp)return +this.bp=b +this.aL()}, +sad7(a){return}, +aj(a){var s=this +s.ak.U(0,s.gwj()) +s.Z.U(0,s.gdi()) +s.qw(a)}, +ab(a){var s,r=this +r.fW=!1 +r.ak.J(0,r.gwj()) +r.Z.J(0,r.gdi()) +s=r.df +if(s!=null)s.n() +r.hO=r.df=null +r.mH(0)}, +n(){var s,r=this +r.ak.J(0,r.gwj()) +r.Z.J(0,r.gdi()) +s=r.df +if(s!=null)s.n() +r.hO=r.df=null +r.hv()}, +a83(){var s,r=this +r.fW=!1 +s=r.df +if(s!=null)s.n() +r.hO=r.df=null +r.aL()}, +aJ(a,b){var s=this,r=s.gv(s) +if(r.ga_(r)){r=s.df +if(r!=null)r.n() +s.hO=s.df=null +return}r=s.df +if(r!=null)r.n() +s.hO=s.df=null +s.Z.uc(a,b,s.gv(s),A.eP.prototype.geV.call(s)) +return}} +A.S6.prototype={} +A.WH.prototype={ +J(a,b){}, +$iae:1} +A.Sa.prototype={ +I(a){return A.LI(B.av,1)}} +A.Sc.prototype={ +j(a){var s=this +return B.c.iN(" spell check enabled : "+s.e+"\n spell check service : "+A.n(s.a)+"\n misspelled text style : "+A.n(s.c)+"\n spell check suggestions toolbar builder: "+A.n(s.d)+"\n")}, +k(a,b){var s +if(b==null)return!1 +if(this===b)return!0 +if(b instanceof A.Sc)s=b.e===this.e +else s=!1 +return s}, +gu(a){var s=this +return A.K(s.a,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,B.a)}} +A.Ss.prototype={ +aO(a){var s=new A.B8(new A.yz(new WeakMap(),null),A.aM(t.Cn),A.w(t.X,t.hh),B.bI,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){}} +A.B8.prototype={ +zR(a){var s +this.er.B(0,a) +s=this.c3 +s.i(0,a.cN).B(0,a) +if(s.i(0,a.cN).a===0)s.B(0,a.cN)}, +cg(a,b){var s,r,q=this +if(!q.gv(q).t(0,b))return!1 +s=q.cQ(a,b)||q.A===B.aH +if(s){r=new A.oO(b,q) +q.cT.m(0,r,a) +a.E(0,r)}return s}, +jh(a,b){var s,r,q,p,o,n,m,l,k=this +if(!t.c.b(a)||a.gdG(a)!==1)return +s=k.er +if(s.a===0)return +A.mZ(b) +r=k.cT.a.get(b) +if(r==null)return +q=k.a3y(s,r.a) +p=t.Cn +o=A.ajN(q,q.gCl(),A.k(q).c,p).a15() +n=A.aM(p) +for(q=o.ga6(o),p=k.c3;q.q();){m=q.gG(q) +m=p.i(0,m.cN) +m.toString +n.R(0,m)}l=s.n1(n) +for(s=l.ga6(l);s.q();){q=s.gG(s).er +if(q!=null)q.$1(a)}for(s=A.cB(n,n.r),q=A.k(s).c;s.q();){p=s.d +if(p==null)q.a(p)}}, +a3y(a,b){var s,r,q,p,o=A.aM(t.zE) +for(s=b.length,r=this.er,q=0;q1)return +if(p.c){q=o.ga0() +q.toString +q.ga3() +q=o.ga0() +q.toString +q=q.ga3().bM.gbY()}else q=!1 +if(q)switch(A.br().a){case 2:case 4:p.a2L(r,B.a1) +break +case 0:case 1:case 3:case 5:p.vQ(r,B.a1) +break}else switch(A.br().a){case 2:switch(s){case B.aP:case B.aJ:o=o.ga0() +o.toString +o.ga3().hs(B.a1,r) +break +case B.b_:case B.cg:case B.an:case B.by:q=o.ga0() +q.toString +if(q.ga3().cu){q=p.r +q.toString}else q=!1 +if(q){o=o.ga0() +o.toString +o.ga3().hs(B.a1,r) +p.r9(r)}break +case null:case void 0:break}break +case 0:case 1:switch(s){case B.aP:case B.aJ:o=o.ga0() +o.toString +o.ga3().hs(B.a1,r) +break +case B.b_:case B.cg:case B.an:case B.by:q=o.ga0() +q.toString +if(q.ga3().cu){o=o.ga0() +o.toString +o.ga3().hs(B.a1,r) +p.r9(r)}break +case null:case void 0:break}break +case 3:case 4:case 5:o=o.ga0() +o.toString +o.ga3().hs(B.a1,r) +break}}, +ajV(a){var s,r,q,p,o,n,m,l,k,j,i=this,h=i.a +h.a.toString +if(!i.c){s=h.x +r=s.ga0() +r.toString +if(r.ga3().cP===1){r=s.ga0() +r.toString +r=r.ga3().eM.at +r.toString +q=new A.i(r-i.e,0)}else{r=s.ga0() +r.toString +r=r.ga3().eM.at +r.toString +q=new A.i(0,r-i.e)}p=new A.i(0,i.gNb()-i.d) +r=a.d +o=r.a1(0,a.r) +n=a.x +if(A.wA(n)===2){m=s.ga0() +m.toString +m.ga3().Ac(B.a1,o.a1(0,q).a1(0,p),r) +switch(a.f){case B.b_:case B.cg:case B.an:case B.by:return i.r9(r) +case B.aP:case B.aJ:case null:case void 0:return}}if(A.wA(n)===3)switch(A.br().a){case 0:case 1:case 2:switch(a.f){case B.aP:case B.aJ:return i.CT(B.a1,o.a1(0,q).a1(0,p),r) +case B.b_:case B.cg:case B.an:case B.by:case null:case void 0:break}return +case 3:return i.Nj(B.a1,o.a1(0,q).a1(0,p),r) +case 5:case 4:return i.CT(B.a1,o.a1(0,q).a1(0,p),r)}switch(A.br().a){case 2:switch(a.f){case B.aP:case B.aJ:h=s.ga0() +h.toString +return h.ga3().v2(B.a1,o.a1(0,q).a1(0,p),r) +case B.b_:case B.cg:case B.an:case B.by:h=s.ga0() +h.toString +if(h.ga3().cu){h=i.f +if(h.a===h.b){h=i.r +h.toString}else h=!1}else h=!1 +if(h){h=s.ga0() +h.toString +h.ga3().hs(B.a1,r) +return i.r9(r)}break +case null:case void 0:break}return +case 0:case 1:switch(a.f){case B.aP:case B.aJ:case B.b_:case B.cg:h=s.ga0() +h.toString +return h.ga3().v2(B.a1,o.a1(0,q).a1(0,p),r) +case B.an:case B.by:h=s.ga0() +h.toString +if(h.ga3().cu){h=s.ga0() +h.toString +h.ga3().hs(B.a1,r) +return i.r9(r)}break +case null:case void 0:break}return +case 4:case 3:case 5:h=s.ga0() +h.toString +return h.ga3().v2(B.a1,o.a1(0,q).a1(0,p),r)}}s=i.f +if(s.a!==s.b)s=A.br()!==B.ao&&A.br()!==B.bA +else s=!0 +if(s)return i.vQ(a.d,B.a1) +h=h.x +s=h.ga0() +s.toString +l=s.a.c.a.b +s=h.ga0() +s.toString +r=a.d +k=s.ga3().fi(r) +s=i.f +n=s.c +m=k.a +j=nn +if(j&&l.c===n){s=h.ga0() +s.toString +h=h.ga0() +h.toString +s.h1(h.a.c.a.ik(A.c0(B.m,i.f.d,m,!1)),B.a1)}else if(!j&&m!==n&&l.c!==n){s=h.ga0() +s.toString +h=h.ga0() +h.toString +s.h1(h.a.c.a.ik(A.c0(B.m,i.f.c,m,!1)),B.a1)}else i.vQ(r,B.a1)}, +ajR(a){var s,r=this +r.r=null +if(r.b&&A.wA(a.c)===2){s=r.a.x.ga0() +s.toString +s.jD()}if(r.c)r.f=null +r.Ls()}} +A.Cl.prototype={ +ap(){return new A.FJ(B.n)}} +A.FJ.prototype={ +a69(){this.a.c.$0()}, +a68(){this.a.d.$0()}, +abp(a){var s +this.a.e.$1(a) +s=a.d +if(A.wA(s)===2){s=this.a.ax.$1(a) +return s}if(A.wA(s)===3){s=this.a.ay.$1(a) +return s}}, +abq(a){if(A.wA(a.d)===1)this.a.y.$1(a)}, +abo(){this.a.z.$0()}, +abm(a){this.a.ch.$1(a)}, +abn(a){this.a.CW.$1(a)}, +abl(a){this.a.cx.$1(a)}, +a39(a){var s=this.a.f +if(s!=null)s.$1(a)}, +a37(a){var s=this.a.r +if(s!=null)s.$1(a)}, +a4P(a){this.a.Q.$1(a)}, +a4N(a){this.a.as.$1(a)}, +a4L(a){this.a.at.$1(a)}, +I(a){var s,r,q=this,p=A.w(t.n,t.xR) +p.m(0,B.l1,new A.cj(new A.atd(q),new A.ate(q),t.UN)) +q.a.toString +p.m(0,B.kZ,new A.cj(new A.atf(q),new A.atg(q),t.jn)) +q.a.toString +switch(A.br().a){case 0:case 1:case 2:p.m(0,B.a65,new A.cj(new A.ath(q),new A.ati(q),t.hg)) +break +case 3:case 4:case 5:p.m(0,B.a5O,new A.cj(new A.atj(q),new A.atk(q),t.Qm)) +break}s=q.a +if(s.f!=null||s.r!=null)p.m(0,B.Ey,new A.cj(new A.atl(q),new A.atm(q),t.C1)) +s=q.a +r=s.cy +return new A.ke(s.db,p,r,!0,null)}} +A.atd.prototype={ +$0(){return A.akS(this.a,null)}, +$S:158} +A.ate.prototype={ +$1(a){var s=this.a.a +a.bz=s.w +a.D=s.x}, +$S:157} +A.atf.prototype={ +$0(){return A.ad1(this.a,null,A.cR([B.an],t.A))}, +$S:156} +A.atg.prototype={ +$1(a){var s=this.a +a.p3=s.ga4O() +a.p4=s.ga4M() +a.RG=s.ga4K()}, +$S:155} +A.ath.prototype={ +$0(){var s=null,r=t.S,q=A.cF(r) +return new A.kp(B.au,B.eK,A.aM(r),s,s,0,s,s,s,s,s,s,A.w(r,t.C),q,this.a,s,A.H3(),A.w(r,t.A))}, +$S:444} +A.ati.prototype={ +$1(a){var s +a.at=B.my +s=this.a +a.y6$=s.gLp() +a.y7$=s.gLo() +a.ch=s.gOc() +a.cx=s.gO9() +a.cy=s.gOa() +a.db=s.gO8() +a.CW=s.gOd() +a.dx=s.gOb()}, +$S:445} +A.atj.prototype={ +$0(){var s=null,r=t.S,q=A.cF(r) +return new A.kq(B.au,B.eK,A.aM(r),s,s,0,s,s,s,s,s,s,A.w(r,t.C),q,this.a,s,A.H3(),A.w(r,t.A))}, +$S:446} +A.atk.prototype={ +$1(a){var s +a.at=B.my +s=this.a +a.y6$=s.gLp() +a.y7$=s.gLo() +a.ch=s.gOc() +a.cx=s.gO9() +a.cy=s.gOa() +a.db=s.gO8() +a.CW=s.gOd() +a.dx=s.gOb()}, +$S:447} +A.atl.prototype={ +$0(){return A.aCl(this.a,null)}, +$S:148} +A.atm.prototype={ +$1(a){var s=this.a,r=s.a +a.at=r.f!=null?s.ga38():null +a.ch=r.r!=null?s.ga36():null}, +$S:147} +A.IN.prototype={ +U(a,b){var s=this +if(s.k4$<=0)$.a8.aS$.push(s) +if(s.ay===B.iE)A.d2(null,t.H) +s.I6(0,b)}, +J(a,b){var s=this +s.I7(0,b) +if(!s.w&&s.k4$<=0)B.b.B($.a8.aS$,s)}, +xN(a){switch(a.a){case 1:A.d2(null,t.H) +break +case 0:case 2:case 3:case 4:break}}, +n(){B.b.B($.a8.aS$,this) +this.w=!0 +this.eZ()}} +A.rS.prototype={ +K(){return"ClipboardStatus."+this.b}} +A.jm.prototype={ +F5(a){return this.ah2(a)}, +ah2(a){var s=0,r=A.a5(t.H) +var $async$F5=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)switch(s){case 0:return A.a3(null,r)}}) +return A.a4($async$F5,r)}} +A.VU.prototype={} +A.GJ.prototype={ +n(){var s=this,r=s.cJ$ +if(r!=null)r.J(0,s.gjL()) +s.cJ$=null +s.aZ()}, +ce(){this.dF() +this.dc() +this.jM()}} +A.GK.prototype={ +n(){var s=this,r=s.cJ$ +if(r!=null)r.J(0,s.gjL()) +s.cJ$=null +s.aZ()}, +ce(){this.dF() +this.dc() +this.jM()}} +A.Cp.prototype={} +A.SF.prototype={ +uM(a){return new A.aP(0,a.b,0,a.d)}, +uR(a,b){var s,r,q,p=this,o=p.d +if(o==null)o=p.b.b>=b.b +s=o?p.b:p.c +r=A.aSx(s.a,b.a,a.a) +q=s.b +return new A.i(r,o?Math.max(0,q-b.b):q)}, +mC(a){return!this.b.k(0,a.b)||!this.c.k(0,a.c)||this.d!=a.d}} +A.vp.prototype={ +ap(){return new A.a1h(new A.bq(!0,$.aD(),t.uh),B.n)}} +A.a1h.prototype={ +by(){var s,r=this +r.dZ() +s=r.c +s.toString +r.d=A.ayo(s) +r.OF()}, +aX(a){this.bh(a) +this.OF()}, +n(){var s=this.e +s.ok$=$.aD() +s.k4$=0 +this.aZ()}, +OF(){var s=this.d&&this.a.c +this.e.sl(0,s)}, +I(a){var s=this.e +return new A.DF(s.a,s,this.a.d,null)}} +A.DF.prototype={ +cq(a){return this.f!==a.f}} +A.ir.prototype={ +kR(a){var s,r=this +r.hg$=new A.kt(a,null) +r.dc() +r.jM() +s=r.hg$ +s.toString +return s}, +jM(){var s,r=this.hg$ +if(r!=null){s=this.cJ$ +r.su2(0,!s.gl(s))}}, +dc(){var s,r=this,q=r.c +q.toString +s=A.aEX(q) +q=r.cJ$ +if(s===q)return +if(q!=null)q.J(0,r.gjL()) +s.U(0,r.gjL()) +r.cJ$=s}} +A.ek.prototype={ +kR(a){var s,r,q=this +if(q.bn$==null)q.dc() +if(q.e4$==null)q.e4$=A.aM(t.DH) +s=new A.wH(q,a,null) +r=q.bn$ +s.su2(0,!r.gl(r)) +q.e4$.E(0,s) +return s}, +fs(){var s,r,q,p +if(this.e4$!=null){s=this.bn$ +r=!s.gl(s) +for(s=this.e4$,s=A.cB(s,s.r),q=A.k(s).c;s.q();){p=s.d;(p==null?q.a(p):p).su2(0,r)}}}, +dc(){var s,r=this,q=r.c +q.toString +s=A.aEX(q) +q=r.bn$ +if(s===q)return +if(q!=null)q.J(0,r.gf3()) +s.U(0,r.gf3()) +r.bn$=s}} +A.wH.prototype={ +n(){this.w.e4$.B(0,this) +this.Iy()}} +A.Dh.prototype={ +U(a,b){}, +J(a,b){}, +$iae:1, +gl(){return!0}} +A.SL.prototype={ +I(a){A.akO(new A.a4q(this.c,this.d.a)) +return this.e}} +A.x4.prototype={ +ap(){return new A.CT(B.n)}, +gl5(){return this.c}} +A.CT.prototype={ +aW(){this.bb() +this.a.gl5().U(0,this.gBU())}, +aX(a){var s,r=this +r.bh(a) +if(r.a.gl5()!==a.gl5()){s=r.gBU() +a.gl5().J(0,s) +r.a.gl5().U(0,s)}}, +n(){this.a.gl5().J(0,this.gBU()) +this.aZ()}, +a3Y(){this.aF(new A.anq())}, +I(a){return this.a.I(a)}} +A.anq.prototype={ +$0(){}, +$S:0} +A.RZ.prototype={ +I(a){var s=this,r=t.so.a(s.c),q=r.gl(r) +if(s.e===B.ay)q=new A.i(-q.a,q.b) +return new A.M3(q,s.f,s.r,null)}} +A.Pd.prototype={ +I(a){var s,r,q=this,p=t.m.a(q.c) +switch(p.gbx(p).a){case 0:case 3:s=!1 +break +case 1:case 2:s=!0 +break +default:s=null}p=q.e.$1(p.gl(p)) +r=s?q.r:null +return A.SQ(q.f,q.w,r,p,!0)}} +A.Rm.prototype={} +A.R8.prototype={} +A.LK.prototype={ +aO(a){var s=null,r=new A.AN(s,s,s,s,s,A.ar()) +r.aN() +r.saV(s) +r.seU(0,this.e) +r.sxi(!1) +return r}, +aR(a,b){b.seU(0,this.e) +b.sxi(!1)}} +A.uG.prototype={ +ev(a){var s=A.aR9(this.a,this.b,a) +s.toString +return s}} +A.Ax.prototype={ +I(a){var s=t.Jo.a(this.c) +return A.ut(this.e,s.gl(s))}} +A.KZ.prototype={ +I(a){var s=this.e,r=s.a +return A.t6(this.r,s.b.a7(0,r.gl(r)),B.c0)}} +A.L7.prototype={ +I(a){var s=this,r=t.rb.a(s.c) +return A.fp(s.x,s.w,s.r,!0,r.gl(r),null,null,B.a2)}} +A.zB.prototype={ +gl5(){return this.c}, +I(a){return this.ads(a,this.f)}} +A.Hx.prototype={ +gl5(){return A.zB.prototype.gl5.call(this)}, +gadr(){return this.e}, +ads(a,b){return this.gadr().$2(a,b)}} +A.vx.prototype={ +ap(){var s=this.$ti +return new A.vy(new A.a1P(A.a([],s.h("u<1>")),s.h("a1P<1>")),B.n,s.h("vy<1>"))}} +A.vy.prototype={ +gabr(){var s=this.e +s===$&&A.b() +return s}, +gqN(){var s=this.a.r,r=this.x +if(r==null){s=$.aD() +s=new A.SW(new A.eo(s),new A.eo(s),B.a6e,s) +this.x=s}else s=r +return s}, +uy(){var s,r,q,p=this,o=p.d +if(o.grS()==null)return +s=p.f +r=s==null +q=r?null:s.b!=null +if(q===!0){if(!r)s.b8(0) +p.De(0,o.grS())}else p.De(0,o.uy()) +p.wZ()}, +uj(){this.De(0,this.d.uj()) +this.wZ()}, +wZ(){var s=this.gqN(),r=this.d,q=r.a,p=q.length!==0&&r.b>0 +s.sl(0,new A.vz(p,r.gPT())) +if(A.br()!==B.ao)return +s=$.aA3() +if(s.b===this){q=q.length!==0&&r.b>0 +r=r.gPT() +s=s.a +s===$&&A.b() +s.dg("UndoManager.setUndoState",A.aJ(["canUndo",q,"canRedo",r],t.N,t.y),t.H)}}, +abJ(a){this.uy()}, +a9v(a){this.uj()}, +De(a,b){var s=this +if(b==null)return +if(J.d(b,s.w))return +s.w=b +s.r=!0 +try{s.a.e.$1(b)}finally{s.r=!1}}, +MH(){var s,r=this +if(J.d(r.a.c.a,r.w))return +if(r.r)return +s=r.a +s=s.d.$2(r.w,s.c.a) +if(!(s==null?!0:s))return +s=r.a.c.a +r.w=s +r.f=r.abs(s)}, +Lb(){if(!this.a.f.gcw())return +$.aA3().b=this +this.wZ()}, +ah4(a){switch(a.a){case 0:this.uy() +break +case 1:this.uj() +break}}, +aW(){var s,r=this +r.bb() +s=A.aW2(B.c1,new A.amF(r),r.$ti.c) +r.e!==$&&A.bA() +r.e=s +r.MH() +r.a.c.U(0,r.gCC()) +r.Lb() +r.a.f.U(0,r.gBV()) +r.gqN().w.U(0,r.gUc()) +r.gqN().x.U(0,r.gTp())}, +aX(a){var s,r,q=this +q.bh(a) +s=a.c +if(q.a.c!==s){r=q.d +B.b.a2(r.a) +r.b=-1 +r=q.gCC() +s.J(0,r) +q.a.c.U(0,r)}s=a.f +if(q.a.f!==s){r=q.gBV() +s.J(0,r) +q.a.f.U(0,r)}q.a.toString}, +n(){var s,r=this +r.a.c.J(0,r.gCC()) +r.a.f.J(0,r.gBV()) +r.gqN().w.J(0,r.gUc()) +r.gqN().x.J(0,r.gTp()) +s=r.x +if(s!=null)s.n() +s=r.f +if(s!=null)s.b8(0) +r.aZ()}, +I(a){var s=t.g,r=t.b +return A.rr(A.aJ([B.a5U,new A.cw(this.gabI(),new A.b0(A.a([],s),r),t._n).dr(a),B.a5H,new A.cw(this.ga9u(),new A.b0(A.a([],s),r),t.fN).dr(a)],t.n,t.od),this.a.w)}, +abs(a){return this.gabr().$1(a)}} +A.amF.prototype={ +$1(a){var s=this.a +s.d.nF(a) +s.wZ()}, +$S(){return this.a.$ti.h("~(1)")}} +A.vz.prototype={ +j(a){return"UndoHistoryValue(canUndo: "+this.a+", canRedo: "+this.b+")"}, +k(a,b){if(b==null)return!1 +if(this===b)return!0 +return b instanceof A.vz&&b.a===this.a&&b.b===this.b}, +gu(a){var s=this.a?519018:218159 +return A.K(s,this.b?519018:218159,B.a,B.a,B.a,B.a,B.a,B.a,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.SW.prototype={ +n(){var s=this.w,r=$.aD() +s.ok$=r +s.k4$=0 +s=this.x +s.ok$=r +s.k4$=0 +this.eZ()}} +A.a1P.prototype={ +grS(){var s=this.a +return s.length===0?null:s[this.b]}, +gPT(){var s=this.a.length +return s!==0&&this.b"))}} +A.wG.prototype={ +aW(){var s,r=this +r.bb() +s=r.a.c +r.d=s.a +s.U(0,r.gDr())}, +aX(a){var s,r,q=this +q.bh(a) +s=a.c +if(s!==q.a.c){r=q.gDr() +s.J(0,r) +s=q.a.c +q.d=s.a +s.U(0,r)}}, +n(){this.a.c.J(0,this.gDr()) +this.aZ()}, +acm(){this.aF(new A.atQ(this))}, +I(a){var s,r=this.a +r.toString +s=this.d +s===$&&A.b() +return r.d.$3(a,s,null)}} +A.atQ.prototype={ +$0(){var s=this.a +s.d=s.a.c.a}, +$S:0} +A.Ta.prototype={ +I(a){var s=this,r=s.c,q=s.e,p=s.f +return new A.ED(r,new A.amW(s),q,p,new A.Dv(r,q,p,t.Q8))}} +A.amW.prototype={ +$2(a,b){var s=this.a,r=s.c +return new A.rc(r,new A.Ex(b,new A.Eb(r,s.d,null),null),null)}, +$S:450} +A.ED.prototype={ +ct(a){return new A.a_2(this,B.R)}, +aO(a){return this.f}} +A.a_2.prototype={ +gkF(){var s=this.e +s.toString +t.mP.a(s) +return s.e}, +gW(){return t.Ju.a(A.b9.prototype.gW.call(this))}, +Df(){var s,r,q,p,o,n,m,l=this +try{n=l.e +n.toString +s=t.mP.a(n).d.$2(l,l.gkF()) +l.av=l.dB(l.av,s,null)}catch(m){r=A.ag(m) +q=A.aA(m) +n=A.be("building "+l.j(0)) +p=new A.bi(r,q,"widgets library",n,null,!1) +A.cE(p) +o=A.yx(p) +l.av=l.dB(null,o,l.c)}}, +eR(a,b){var s,r=this +r.o7(a,b) +s=t.Ju +r.gkF().sGs(s.a(A.b9.prototype.gW.call(r))) +r.J6() +r.Df() +s.a(A.b9.prototype.gW.call(r)).G8() +if(r.gkF().at!=null)s.a(A.b9.prototype.gW.call(r)).uZ()}, +J7(a){var s,r,q=this +if(a==null)a=A.aFk(q) +s=q.gkF() +a.CW.E(0,s) +r=a.cx +if(r!=null)s.aj(r) +s=$.qi +s.toString +r=t.Ju.a(A.b9.prototype.gW.call(q)) +s.go$.m(0,r.go.a,r) +r.sxy(s.aeW(r)) +q.aM=a}, +J6(){return this.J7(null)}, +K_(){var s,r=this,q=r.aM +if(q!=null){s=$.qi +s.toString +s.go$.B(0,t.Ju.a(A.b9.prototype.gW.call(r)).go.a) +s=r.gkF() +q.CW.B(0,s) +if(q.cx!=null)s.ab(0) +r.aM=null}}, +by(){var s,r=this +r.AI() +if(r.aM==null)return +s=A.aFk(r) +if(s!==r.aM){r.K_() +r.J7(s)}}, +iE(){this.AR() +this.Df()}, +ce(){var s=this +s.AF() +s.gkF().sGs(t.Ju.a(A.b9.prototype.gW.call(s))) +s.J6()}, +dI(){this.K_() +this.gkF().sGs(null) +this.It()}, +ck(a,b){this.mG(0,b) +this.Df()}, +b5(a){var s=this.av +if(s!=null)a.$1(s)}, +iy(a){this.av=null +this.jF(a)}, +ji(a,b){t.Ju.a(A.b9.prototype.gW.call(this)).saV(a)}, +jr(a,b,c){}, +kq(a,b){t.Ju.a(A.b9.prototype.gW.call(this)).saV(null)}, +hq(){var s=this,r=s.gkF(),q=s.e +q.toString +if(r!==t.mP.a(q).e){r=s.gkF() +q=r.at +if(q!=null)q.n() +r.at=null +B.b.a2(r.r) +B.b.a2(r.z) +B.b.a2(r.Q) +r.ch.a2(0)}s.Iu()}} +A.rc.prototype={ +cq(a){return this.f!==a.f}} +A.Ex.prototype={ +cq(a){return this.f!==a.f}} +A.Dv.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(J.O(b)!==A.r(s))return!1 +return s.$ti.b(b)&&b.a===s.a&&b.b===s.b&&b.c===s.c}, +gu(a){return A.K(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"[_DeprecatedRawViewKey "+("#"+A.bh(this.a))+"]"}} +A.CF.prototype={ +aO(a){var s=this,r=s.e,q=A.aFl(a,r),p=A.ar() +r=new A.B9(s.r,r,q,s.w,250,B.lV,s.Q,p,0,null,null,A.ar()) +r.aN() +r.R(0,null) +q=r.ao$ +if(q!=null)r.ej=q +return r}, +aR(a,b){var s=this,r=s.e +b.sie(r) +r=A.aFl(a,r) +b.saeY(r) +b.sacU(s.r) +b.ski(0,s.w) +b.sadv(s.y) +b.sadw(B.lV) +b.smX(s.Q)}, +ct(a){return new A.a20(A.cF(t.h),this,B.R)}} +A.a20.prototype={ +gW(){return t.E1.a(A.hy.prototype.gW.call(this))}, +eR(a,b){var s=this +s.aM=!0 +s.Xc(a,b) +s.Oz() +s.aM=!1}, +ck(a,b){var s=this +s.aM=!0 +s.Xe(0,b) +s.Oz() +s.aM=!1}, +Oz(){var s,r=this,q=r.e +q.toString +t.Dg.a(q) +q=r.gPX(r) +s=t.E1 +if(!q.ga_(q)){q=s.a(A.hy.prototype.gW.call(r)) +s=r.gPX(r) +q.sb3(t.IT.a(s.gL(s).gW())) +r.bt=0}else{s.a(A.hy.prototype.gW.call(r)).sb3(null) +r.bt=null}}, +ji(a,b){var s=this +s.Ik(a,b) +if(!s.aM&&b.b===s.bt)t.E1.a(A.hy.prototype.gW.call(s)).sb3(t.IT.a(a))}, +jr(a,b,c){this.Il(a,b,c)}, +kq(a,b){var s=this +s.Xd(a,b) +if(!s.aM&&t.E1.a(A.hy.prototype.gW.call(s)).ej===a)t.E1.a(A.hy.prototype.gW.call(s)).sb3(null)}} +A.a3h.prototype={} +A.a3i.prototype={} +A.Td.prototype={ +I(a){var s=new A.a21(!1,!1,A.tB(this.c,!0,null),null) +return new A.a22(!1,s,null)}} +A.a22.prototype={ +cq(a){return!1}} +A.a21.prototype={ +aO(a){var s=new A.a_B(!1,!1,null,A.ar()) +s.aN() +s.saV(null) +return s}, +aR(a,b){b.sams(0,!1) +b.sajj(!1)}} +A.a_B.prototype={ +sams(a,b){return}, +sajj(a){return}, +h2(a){}, +aJ(a,b){return}} +A.vE.prototype={ +xp(a,b,c){var s,r=this.a,q=r!=null +if(q)a.uh(r.uU(c)) +b.toString +s=b[a.gakT()] +r=s.a +a.Pl(r.a,r.b,this.b,s.d,s.c) +if(q)a.fa()}, +b5(a){return a.$1(this)}, +Ur(a){return!0}, +Hh(a,b){var s=b.a +if(a.a===s)return this +b.a=s+1 +return null}, +Q3(a,b){var s=b.a +b.a=s+1 +return a-s===0?65532:null}, +bB(a,b){var s,r,q,p,o,n=this +if(n===b)return B.bN +if(A.r(b)!==A.r(n))return B.aQ +s=n.a +r=s==null +q=b.a +if(r!==(q==null))return B.aQ +t.a7.a(b) +if(!n.e.AM(0,b.e)||n.b!==b.b)return B.aQ +if(!r){q.toString +p=s.bB(0,q) +o=p.a>0?p:B.bN +if(o===B.aQ)return o}else o=B.bN +return o}, +k(a,b){var s=this +if(b==null)return!1 +if(s===b)return!0 +if(J.O(b)!==A.r(s))return!1 +if(!s.Ih(0,b))return!1 +return b instanceof A.jA&&b.e.AM(0,s.e)&&b.b===s.b&&!0}, +gu(a){var s=this +return A.K(A.fY.prototype.gu.call(s,s),s.e,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.an_.prototype={ +$1(a){var s,r,q,p,o=this,n=null,m=a.a,l=m==null?n:m.r +$label0$0:{if(typeof l=="number"){m=l!==B.b.gY(o.b) +s=l}else{s=n +m=!1}if(m){m=s +break $label0$0}m=n +break $label0$0}r=m!=null +if(r)o.b.push(m) +if(a instanceof A.jA){q=B.b.gY(o.b) +p=q===0?0:o.c.br(0,q)/q +m=o.a.a++ +o.d.push(new A.a26(a,A.cW(n,new A.Vw(a,p,a.e,n),!1,n,!1,!1,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,new A.lB(m,"PlaceholderSpanIndexSemanticsTag("+m+")"),n,n,n),n))}a.Ur(o) +if(r)o.b.pop() +return!0}, +$S:49} +A.a26.prototype={ +oH(a){var s=a.b +s.toString +t.E.a(s).b=this.f}} +A.Vw.prototype={ +aO(a){var s=this.e +s=new A.EU(this.f,s.b,s.c,null,A.ar()) +s.aN() +return s}, +aR(a,b){var s=this.e +b.sj8(s.b) +b.sjR(s.c) +b.sV8(0,this.f)}} +A.EU.prototype={ +sV8(a,b){if(b===this.D)return +this.D=b +this.ae()}, +sj8(a){if(this.ag===a)return +this.ag=a +this.ae()}, +sjR(a){return}, +bm(a){var s=this.k3$ +s=s==null?null:s.bm(a/this.D) +if(s==null)s=0 +return s*this.D}, +bj(a){var s=this.k3$ +s=s==null?null:s.bj(a/this.D) +if(s==null)s=0 +return s*this.D}, +hH(a){var s=this.k3$,r=s==null?null:s.lo(a) +$label0$0:{if(r==null){s=this.vn(a) +break $label0$0}s=this.D*r +break $label0$0}return s}, +cs(a){var s=this.k3$,r=s==null?null:s.cs(new A.aP(0,a.b/this.D,0,1/0)) +if(r==null)r=B.F +return a.bC(r.aq(0,this.D))}, +bJ(){var s,r=this,q=r.k3$ +if(q==null)return +s=t.k +q.bZ(new A.aP(0,s.a(A.t.prototype.ga5.call(r)).b/r.D,0,1/0),!0) +r.id=s.a(A.t.prototype.ga5.call(r)).bC(q.gv(q).aq(0,r.D))}, +dd(a,b){var s=this.D +b.jC(0,s,s)}, +aJ(a,b){var s,r,q,p=this,o=p.k3$ +if(o==null){p.ch.saI(0,null) +return}s=p.D +if(s===1){a.dO(o,b) +p.ch.saI(0,null) +return}r=p.cx +r===$&&A.b() +q=p.ch +q.saI(0,a.ui(r,b,A.zY(s,s,1),new A.arJ(o),t.zV.a(q.a)))}, +cQ(a,b){var s,r=this.k3$ +if(r==null)return!1 +s=this.D +return a.xd(new A.arI(r),b,A.zY(s,s,1))}} +A.arJ.prototype={ +$2(a,b){return a.dO(this.a,b)}, +$S:9} +A.arI.prototype={ +$2(a,b){return this.a.cg(a,b)}, +$S:10} +A.a2H.prototype={ +aj(a){var s +this.eb(a) +s=this.k3$ +if(s!=null)s.aj(a)}, +ab(a){var s +this.ec(0) +s=this.k3$ +if(s!=null)s.ab(0)}} +A.kV.prototype={} +A.Vr.prototype={ +hm(a,b){return new A.bl(A.aY4(b),t.kL)}, +ns(a){return B.b.t(A.a(["en"],t.s),a.gd3(a))}, +mD(a){return!1}} +A.HE.prototype={} +A.fW.prototype={} +A.fX.prototype={ +yt(){}, +n(){}, +t1(a){}, +aF(a){var s +a.$0() +s=this.a +s.iv$=!1 +s.cA()}} +A.iG.prototype={} +A.Mt.prototype={ +e1(a,b){var s,r,q,p,o=this +if(o.f7$==null){s=new A.iG(A.aGz(o,a),t.BZ) +o.f7$=s +r=o.m5$ +r.om(r.c,s,!1)}else{s=A.r(a) +r=o.f7$.a.c +r.toString +if(s!==A.r(r)){s=o.f7$.a.c +s.toString +q=A.r(s) +A.az0(o) +throw A.c(A.a0("Type mismatch between hooks:\n- previous hook: "+q.j(0)+"\n- new hook: "+A.r(a).j(0)+"\n"))}else{s=o.f7$.a.c +s.toString +if(a!==s)if(A.aP3(s,a)){r=o.f7$.a +r.c=a +r.t1(s)}else{s=o.iu$ +if(s==null)s=o.iu$=new A.fx(t.n_) +r=o.f7$.a +s.om(s.c,new A.iG(r,t.BZ),!1) +r=o.f7$ +r.toString +r.a=A.aGz(o,a)}}}p=b.a(o.f7$.a.I(o)) +s=o.f7$ +o.f7$=s.gl8(s) +return p}} +A.au9.prototype={ +$1(a){return a.a.$0()}, +$S:152} +A.Mu.prototype={ +ct(a){return new A.a0D(null,new A.fx(t.n_),new A.fx(t.gL),null,!1,null,!1,!1,this,B.R)}} +A.a0D.prototype={} +A.XO.prototype={} +A.XN.prototype={} +A.a2R.prototype={ +ck(a,b){this.iv$=!1 +this.Ys(0,b)}, +by(){this.iv$=!1 +this.AI()}, +de(){var s,r,q=this,p=q.iv$!==!0||q.tm$.jQ(0,new A.au9()) +q.iv$=null +q.tm$.a2(0) +if(!p){r=q.na$ +r.toString +return r}r=q.m5$ +q.f7$=r.b===0?null:r.gL(r) +$.cL=q +try{q.na$=q.Yr()}finally{q.iv$=null +A.az0(q) +$.cL=null +r=q.iu$ +if(r!=null&&!r.ga_(r)){for(r=q.iu$,s=r.gY(r);s!=null;s=s.gpO())s.a.n() +q.iu$=null}}r=q.na$ +r.toString +return r}, +au(a){return this.Ic(null,a)}, +hq(){var s,r,q,p,o,n,m,l=null +this.qp() +p=this.m5$ +if(!p.ga_(p))for(s=p.gY(p),p=t.f6;s!=null;s=s.gpO())try{s.a.n()}catch(o){r=A.ag(o) +q=A.aA(o) +n=A.r(s).j(0) +m=$.fi() +if(m!=null)m.$1(new A.bi(r,q,"hooks library",new A.e7("while disposing "+n,!1,!0,l,l,l,!1,l,B.az,B.ah,"",!0,!1,l,B.cr,p),l,!1))}}, +dI(){var s,r,q,p,o,n,m,l,k,j=null +for(p=A.ayF(this.m5$),o=t.f6,n=A.k(p).c;p.q();){m=p.c +s=m==null?n.a(m):m +try{s.toString}catch(l){r=A.ag(l) +q=A.aA(l) +m=A.r(s).j(0) +k=$.fi() +if(k!=null)k.$1(new A.bi(r,q,"hooks library",new A.e7("while deactivating "+m,!1,!0,j,j,j,!1,j,B.az,B.ah,"",!0,!1,j,B.cr,o),j,!1))}}this.AG()}} +A.Gb.prototype={ +ap(){return new A.a1Y()}} +A.a1Y.prototype={} +A.CU.prototype={ +ap(){return new A.Vk()}} +A.Vk.prototype={ +gvw(){var s,r,q,p,o,n,m,l,k=this,j=k.d +if(j===$){s=k.c +r=s.w +q=s.b +p=s.c +o=s.d +n=s.f +m=s.r +l=A.ct(s.x,o,q,n,p,m,s.e,r) +k.d!==$&&A.aK() +k.d=l +j=l}return j}, +t1(a){var s,r=this +r.AK(a) +if(r.c.w!==a.w)r.gvw().TM(r.c.w) +s=r.c.b +if(s.a!==a.b.a)r.gvw().e=r.c.b}, +I(a){return this.gvw()}, +n(){this.gvw().n()}} +A.Fn.prototype={ +ap(){return new A.a1i()}} +A.a1i.prototype={ +kR(a){var s=this.a +s.toString +return this.d=new A.kt(a,"created by "+s.j(0))}, +n(){}, +I(a){var s=this.d +if(s!=null)s.su2(0,!A.ayo(a)) +return this}, +$ib5:1} +A.wa.prototype={ +ap(){return new A.wb()}} +A.wb.prototype={ +yt(){this.If() +var s=this.c.b +s.gaT(s).U(0,this.gr1())}, +t1(a){var s,r,q=this +q.AK(a) +s=a.b +if(q.c.b!==s){r=q.gr1() +s.gaT(s).J(0,r) +s=q.c.b +s.gaT(s).U(0,r)}}, +I(a){}, +Cb(){this.aF(new A.aqq())}, +n(){var s=this.c.b +s.gaT(s).J(0,this.gr1())}} +A.aqq.prototype={ +$0(){}, +$S:0} +A.pY.prototype={} +A.aw4.prototype={ +$0(){return new A.pY(this.a,this.b.h("pY<0>"))}, +$S(){return this.b.h("pY<0>()")}} +A.ok.prototype={ +ap(){return new A.Ec(this.$ti.h("Ec<1>"))}, +amq(){return this.b.$0()}} +A.Ec.prototype={ +I(a){var s,r=this,q=r.d +if(q===$){s=r.c.amq() +r.d!==$&&A.aK() +r.d=s +q=s}return q}} +A.hO.prototype={ +ap(){return new A.X5()}, +R7(a){return this.b.$0()}} +A.X5.prototype={ +yt(){this.If() +this.d=this.c.R7(0)}, +t1(a){var s,r=this +r.AK(a) +if(r.c.a==null){s=r.d +if(s!=null)s.$0() +r.d=r.c.R7(0)}}, +I(a){}, +n(){var s=this.d +return s==null?null:s.$0()}} +A.fg.prototype={ +ap(){return new A.wx(this.$ti.h("wx<1>"))}} +A.wx.prototype={ +gNR(){var s,r=this,q=r.d +if(q===$){s=new A.bq(r.c.b,$.aD(),r.$ti.h("bq<1>")) +s.U(0,r.gr1()) +r.d!==$&&A.aK() +r.d=s +q=s}return q}, +n(){var s=this.gNR() +s.ok$=$.aD() +s.k4$=0}, +I(a){return this.gNR()}, +Cb(){this.aF(new A.asQ())}} +A.asQ.prototype={ +$0(){}, +$S:0} +A.Mc.prototype={$iZ:1} +A.XD.prototype={ +ns(a){return $.aAp().t(0,a.gd3(a))}, +hm(a,b){return $.aTy.bf(0,b,new A.apH(b))}, +mD(a){return!1}, +j(a){return"GlobalCupertinoLocalizations.delegate("+$.aAp().a+" locales)"}} +A.apH.prototype={ +$0(){var s,r,q,p,o,n,m,l,k,j,i +A.aHJ() +s=this.a +r=A.GV(s.CD("_")) +q=A.aR("fullYearFormat") +p=A.aR("dayFormat") +o=A.aR("mediumDateFormat") +n=A.aR("singleDigitHourFormat") +m=A.aR("singleDigitMinuteFormat") +l=A.aR("doubleDigitMinuteFormat") +k=A.aR("singleDigitSecondFormat") +j=A.aR("decimalFormat") +i=new A.apI(q,p,o,n,m,l,k,j) +if(A.KW(r))i.$1(r) +else if(A.KW(s.gd3(s)))i.$1(s.gd3(s)) +else i.$1(null) +s=A.aXC(s,q.aA(),p.aA(),o.aA(),n.aA(),m.aA(),l.aA(),k.aA(),j.aA()) +s.toString +return new A.bl(s,t.u4)}, +$S:452} +A.apI.prototype={ +$1(a){var s=this +s.a.b=A.a6V(a) +s.b.b=A.aNx(a) +s.c.b=A.a6U(a) +s.d.b=A.aBG("HH",a) +s.e.b=A.aNy(a) +s.f.b=A.aBG("mm",a) +s.r.b=A.aNz(a) +s.w.b=A.aeH(a)}, +$S:124} +A.J3.prototype={ +gM(){return"Kopieer"}, +gN(){return"Knip"}, +gC(){return"Look Up"}, +gO(){return"Plak"}, +gP(){return"Search Web"}, +gH(){return"Kies alles"}, +gaG(){return"Share..."}} +A.J4.prototype={ +gM(){return"\u1245\u12f3"}, +gN(){return"\u1241\u1228\u1325"}, +gC(){return"Look Up"}, +gO(){return"\u1208\u1325\u134d"}, +gP(){return"Search Web"}, +gH(){return"\u1201\u1209\u1295\u121d \u121d\u1228\u1325"}, +gaG(){return"Share..."}} +A.J5.prototype={ +gM(){return"\u0646\u0633\u062e"}, +gN(){return"\u0642\u0635"}, +gC(){return"Look Up"}, +gO(){return"\u0644\u0635\u0642"}, +gP(){return"Search Web"}, +gH(){return"\u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u0643\u0644"}, +gaG(){return"Share..."}} +A.J6.prototype={ +gM(){return"\u09aa\u09cd\u09f0\u09a4\u09bf\u09b2\u09bf\u09aa\u09bf \u0995\u09f0\u0995"}, +gN(){return"\u0995\u09be\u099f \u0995\u09f0\u0995"}, +gC(){return"Look Up"}, +gO(){return"\u09aa\u09c7'\u09b7\u09cd\u099f \u0995\u09f0\u0995"}, +gP(){return"Search Web"}, +gH(){return"\u09b8\u0995\u09b2\u09cb \u09ac\u09be\u099b\u09a8\u09bf \u0995\u09f0\u0995"}, +gaG(){return"Share..."}} +A.J7.prototype={ +gM(){return"Kopyalay\u0131n"}, +gN(){return"K\u0259sin"}, +gC(){return"Look Up"}, +gO(){return"Yerl\u0259\u015fdirin"}, +gP(){return"Search Web"}, +gH(){return"Ham\u0131s\u0131n\u0131 se\xe7in"}, +gaG(){return"Share..."}} +A.J8.prototype={ +gM(){return"\u041a\u0430\u043f\u0456\u0440\u0430\u0432\u0430\u0446\u044c"}, +gN(){return"\u0412\u044b\u0440\u0430\u0437\u0430\u0446\u044c"}, +gC(){return"Look Up"}, +gO(){return"\u0423\u0441\u0442\u0430\u0432\u0456\u0446\u044c"}, +gP(){return"Search Web"}, +gH(){return"\u0412\u044b\u0431\u0440\u0430\u0446\u044c \u0443\u0441\u0435"}, +gaG(){return"Share..."}} +A.J9.prototype={ +gM(){return"\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u0435"}, +gN(){return"\u0418\u0437\u0440\u044f\u0437\u0432\u0430\u043d\u0435"}, +gC(){return"Look Up"}, +gO(){return"\u041f\u043e\u0441\u0442\u0430\u0432\u044f\u043d\u0435"}, +gP(){return"Search Web"}, +gH(){return"\u0418\u0437\u0431\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0432\u0441\u0438\u0447\u043a\u0438"}, +gaG(){return"Share..."}} +A.Ja.prototype={ +gM(){return"\u0995\u09aa\u09bf \u0995\u09b0\u09c1\u09a8"}, +gN(){return"\u0995\u09be\u099f \u0995\u09b0\u09c1\u09a8"}, +gC(){return"Look Up"}, +gO(){return"\u09aa\u09c7\u09b8\u09cd\u099f \u0995\u09b0\u09c1\u09a8"}, +gP(){return"Search Web"}, +gH(){return"\u09b8\u09ac \u09ac\u09c7\u099b\u09c7 \u09a8\u09bf\u09a8"}, +gaG(){return"Share..."}} +A.Jb.prototype={ +gM(){return"Kopiraj"}, +gN(){return"Izre\u017ei"}, +gC(){return"Pogled prema gore"}, +gO(){return"Zalijepi"}, +gP(){return"Search Web"}, +gH(){return"Odaberi sve"}, +gaG(){return"Share..."}} +A.Jc.prototype={ +gM(){return"Copia"}, +gN(){return"Retalla"}, +gC(){return"Look Up"}, +gO(){return"Enganxa"}, +gP(){return"Search Web"}, +gH(){return"Selecciona-ho tot"}, +gaG(){return"Share..."}} +A.Jd.prototype={ +gM(){return"Kop\xedrovat"}, +gN(){return"Vyjmout"}, +gC(){return"Look Up"}, +gO(){return"Vlo\u017eit"}, +gP(){return"Search Web"}, +gH(){return"Vybrat v\u0161e"}, +gaG(){return"Share..."}} +A.Je.prototype={ +gM(){return"Cop\xefo"}, +gN(){return"Torri"}, +gC(){return"Look Up"}, +gO(){return"Gludo"}, +gP(){return"Search Web"}, +gH(){return"Dewis y Cyfan"}, +gaG(){return"Share..."}} +A.Jf.prototype={ +gM(){return"Kopi\xe9r"}, +gN(){return"Klip"}, +gC(){return"Look Up"}, +gO(){return"Inds\xe6t"}, +gP(){return"Search Web"}, +gH(){return"V\xe6lg alle"}, +gaG(){return"Share..."}} +A.xU.prototype={ +gM(){return"Kopieren"}, +gN(){return"Ausschneiden"}, +gC(){return"Look Up"}, +gO(){return"Einsetzen"}, +gP(){return"Search Web"}, +gH(){return"Alles ausw\xe4hlen"}, +gaG(){return"Share..."}} +A.Jg.prototype={} +A.Jh.prototype={ +gM(){return"\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae"}, +gN(){return"\u0391\u03c0\u03bf\u03ba\u03bf\u03c0\u03ae"}, +gC(){return"Look Up"}, +gO(){return"\u0395\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7"}, +gP(){return"Search Web"}, +gH(){return"\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03cc\u03bb\u03c9\u03bd"}, +gaG(){return"Share..."}} +A.xV.prototype={ +gM(){return"Copy"}, +gN(){return"Cut"}, +gC(){return"Look Up"}, +gO(){return"Paste"}, +gP(){return"Search Web"}, +gH(){return"Select All"}, +gaG(){return"Share..."}} +A.Ji.prototype={ +gC(){return"Look up"}, +gH(){return"Select all"}} +A.Jj.prototype={ +gH(){return"Select all"}} +A.Jk.prototype={ +gC(){return"Look up"}, +gH(){return"Select all"}} +A.Jl.prototype={ +gC(){return"Look up"}, +gH(){return"Select all"}} +A.Jm.prototype={ +gC(){return"Look up"}, +gH(){return"Select all"}} +A.Jn.prototype={ +gC(){return"Look up"}, +gH(){return"Select all"}} +A.Jo.prototype={ +gC(){return"Look up"}, +gH(){return"Select all"}} +A.Jp.prototype={ +gC(){return"Look up"}, +gH(){return"Select all"}} +A.xW.prototype={ +gM(){return"Copiar"}, +gN(){return"Cortar"}, +gC(){return"Look Up"}, +gO(){return"Pegar"}, +gP(){return"Search Web"}, +gH(){return"Seleccionar todo"}, +gaG(){return"Share..."}} +A.Jq.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.Jr.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.Js.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.Jt.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.Ju.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.Jv.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.Jw.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.Jx.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.Jy.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.Jz.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.JA.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.JB.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.JC.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.JD.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.JE.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.JF.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.JG.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.JH.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.JI.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.JJ.prototype={ +gC(){return"Mirar hacia arriba"}, +gH(){return"Seleccionar todos"}} +A.JK.prototype={ +gM(){return"Kopeeri"}, +gN(){return"L\xf5ika"}, +gC(){return"Look Up"}, +gO(){return"Kleebi"}, +gP(){return"Search Web"}, +gH(){return"Vali k\xf5ik"}, +gaG(){return"Share..."}} +A.JL.prototype={ +gM(){return"Kopiatu"}, +gN(){return"Ebaki"}, +gC(){return"Look Up"}, +gO(){return"Itsatsi"}, +gP(){return"Search Web"}, +gH(){return"Hautatu dena"}, +gaG(){return"Share..."}} +A.JM.prototype={ +gM(){return"\u06a9\u067e\u06cc"}, +gN(){return"\u0628\u0631\u0634"}, +gC(){return"Look Up"}, +gO(){return"\u062c\u0627\u06cc\u200c\u06af\u0630\u0627\u0631\u06cc"}, +gP(){return"Search Web"}, +gH(){return"\u0627\u0646\u062a\u062e\u0627\u0628 \u0647\u0645\u0647"}, +gaG(){return"Share..."}} +A.JN.prototype={ +gM(){return"Kopioi"}, +gN(){return"Leikkaa"}, +gC(){return"Look Up"}, +gO(){return"Liit\xe4"}, +gP(){return"Search Web"}, +gH(){return"Valitse kaikki"}, +gaG(){return"Share..."}} +A.JO.prototype={ +gM(){return"Kopyahin"}, +gN(){return"I-cut"}, +gC(){return"Tumingin sa Itaas"}, +gO(){return"I-paste"}, +gP(){return"Search Web"}, +gH(){return"Piliin Lahat"}, +gaG(){return"Share..."}} +A.xX.prototype={ +gM(){return"Copier"}, +gN(){return"Couper"}, +gC(){return"Look Up"}, +gO(){return"Coller"}, +gP(){return"Search Web"}, +gH(){return"Tout s\xe9lect."}, +gaG(){return"Share..."}} +A.JP.prototype={ +gH(){return"Tout s\xe9lectionner"}} +A.JQ.prototype={ +gM(){return"Copiar"}, +gN(){return"Cortar"}, +gC(){return"Mirar cara arriba"}, +gO(){return"Pegar"}, +gP(){return"Search Web"}, +gH(){return"Seleccionar todo"}, +gaG(){return"Share..."}} +A.JR.prototype={ +gM(){return"Kopieren"}, +gN(){return"Ausschneiden"}, +gC(){return"Look Up"}, +gO(){return"Einsetzen"}, +gP(){return"Search Web"}, +gH(){return"Alles ausw\xe4hlen"}, +gaG(){return"Share..."}} +A.JS.prototype={ +gM(){return"\u0a95\u0ac9\u0aaa\u0abf \u0a95\u0ab0\u0acb"}, +gN(){return"\u0a95\u0abe\u0aaa\u0acb"}, +gC(){return"Look Up"}, +gO(){return"\u0aaa\u0ac7\u0ab8\u0acd\u0a9f \u0a95\u0ab0\u0acb"}, +gP(){return"Search Web"}, +gH(){return"\u0aac\u0aa7\u0abe \u0aaa\u0ab8\u0a82\u0aa6 \u0a95\u0ab0\u0acb"}, +gaG(){return"Share..."}} +A.JT.prototype={ +gM(){return"\u05d4\u05e2\u05ea\u05e7\u05d4"}, +gN(){return"\u05d2\u05d6\u05d9\u05e8\u05d4"}, +gC(){return"Look Up"}, +gO(){return"\u05d4\u05d3\u05d1\u05e7\u05d4"}, +gP(){return"Search Web"}, +gH(){return"\u05d1\u05d7\u05d9\u05e8\u05ea \u05d4\u05db\u05d5\u05dc"}, +gaG(){return"Share..."}} +A.JU.prototype={ +gM(){return"\u0915\u0949\u092a\u0940 \u0915\u0930\u0947\u0902"}, +gN(){return"\u0915\u093e\u091f\u0947\u0902"}, +gC(){return"Look Up"}, +gO(){return"\u091a\u093f\u092a\u0915\u093e\u090f\u0902"}, +gP(){return"Search Web"}, +gH(){return"\u0938\u092d\u0940 \u091a\u0941\u0928\u0947\u0902"}, +gaG(){return"Share..."}} +A.JV.prototype={ +gM(){return"Kopiraj"}, +gN(){return"Izre\u017ei"}, +gC(){return"Pogled prema gore"}, +gO(){return"Zalijepi"}, +gP(){return"Search Web"}, +gH(){return"Odaberi sve"}, +gaG(){return"Share..."}} +A.JW.prototype={ +gM(){return"M\xe1sol\xe1s"}, +gN(){return"Kiv\xe1g\xe1s"}, +gC(){return"Felfel\xe9 n\xe9z\xe9s"}, +gO(){return"Beilleszt\xe9s"}, +gP(){return"Search Web"}, +gH(){return"\xd6sszes kijel\xf6l\xe9se"}, +gaG(){return"Share..."}} +A.JX.prototype={ +gM(){return"\u054a\u0561\u057f\u0573\u0565\u0576\u0565\u056c"}, +gN(){return"\u053f\u057f\u0580\u0565\u056c"}, +gC(){return"Look Up"}, +gO(){return"\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c"}, +gP(){return"Search Web"}, +gH(){return"\u0546\u0577\u0565\u056c \u0562\u0578\u056c\u0578\u0580\u0568"}, +gaG(){return"Share..."}} +A.JY.prototype={ +gM(){return"Salin"}, +gN(){return"Potong"}, +gC(){return"Look Up"}, +gO(){return"Tempel"}, +gP(){return"Search Web"}, +gH(){return"Pilih Semua"}, +gaG(){return"Share..."}} +A.JZ.prototype={ +gM(){return"Afrita"}, +gN(){return"Klippa"}, +gC(){return"Look Up"}, +gO(){return"L\xedma"}, +gP(){return"Search Web"}, +gH(){return"Velja allt"}, +gaG(){return"Share..."}} +A.K_.prototype={ +gM(){return"Copia"}, +gN(){return"Taglia"}, +gC(){return"Cerca"}, +gO(){return"Incolla"}, +gP(){return"Search Web"}, +gH(){return"Seleziona tutto"}, +gaG(){return"Share..."}} +A.K0.prototype={ +gM(){return"\u30b3\u30d4\u30fc"}, +gN(){return"\u5207\u308a\u53d6\u308a"}, +gC(){return"\u8abf\u3079\u308b"}, +gO(){return"\u8cbc\u308a\u4ed8\u3051"}, +gP(){return"Search Web"}, +gH(){return"\u3059\u3079\u3066\u9078\u629e"}, +gaG(){return"Share..."}} +A.K1.prototype={ +gM(){return"\u10d9\u10dd\u10de\u10d8\u10e0\u10d4\u10d1\u10d0"}, +gN(){return"\u10d0\u10db\u10dd\u10ed\u10e0\u10d0"}, +gC(){return"Look Up"}, +gO(){return"\u10e9\u10d0\u10e1\u10db\u10d0"}, +gP(){return"Search Web"}, +gH(){return"\u10e7\u10d5\u10d4\u10da\u10d0\u10e1 \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0"}, +gaG(){return"Share..."}} +A.K2.prototype={ +gM(){return"\u041a\u04e9\u0448\u0456\u0440\u0443"}, +gN(){return"\u049a\u0438\u044e"}, +gC(){return"Look Up"}, +gO(){return"\u049a\u043e\u044e"}, +gP(){return"Search Web"}, +gH(){return"\u0411\u0430\u0440\u043b\u044b\u0493\u044b\u043d \u0442\u0430\u04a3\u0434\u0430\u0443"}, +gaG(){return"Share..."}} +A.K3.prototype={ +gM(){return"\u1785\u1798\u17d2\u179b\u1784"}, +gN(){return"\u1780\u17b6\u178f\u17cb"}, +gC(){return"\u179a\u1780\u1798\u17be\u179b"}, +gO(){return"\u178a\u17b6\u1780\u17cb\u200b\u1785\u17bc\u179b"}, +gP(){return"Search Web"}, +gH(){return"\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb"}, +gaG(){return"Share..."}} +A.K4.prototype={ +gM(){return"\u0ca8\u0c95\u0cb2\u0cbf\u0cb8\u0cbf"}, +gN(){return"\u0c95\u0ca4\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf"}, +gC(){return"Look Up"}, +gO(){return"\u0c85\u0c82\u0c9f\u0cbf\u0cb8\u0cbf"}, +gP(){return"Search Web"}, +gH(){return"\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2 \u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf"}, +gaG(){return"Share..."}} +A.K5.prototype={ +gM(){return"\ubcf5\uc0ac"}, +gN(){return"\uc798\ub77c\ub0c4"}, +gC(){return"Look Up"}, +gO(){return"\ubd99\uc5ec\ub123\uae30"}, +gP(){return"Search Web"}, +gH(){return"\uc804\uccb4 \uc120\ud0dd"}, +gaG(){return"Share..."}} +A.K6.prototype={ +gM(){return"\u041a\u04e9\u0447\u04af\u0440\u04af\u04af"}, +gN(){return"\u041a\u0435\u0441\u04af\u04af"}, +gC(){return"Look Up"}, +gO(){return"\u0427\u0430\u043f\u0442\u043e\u043e"}, +gP(){return"Search Web"}, +gH(){return"\u0411\u0430\u0430\u0440\u044b\u043d \u0442\u0430\u043d\u0434\u043e\u043e"}, +gaG(){return"Share..."}} +A.K7.prototype={ +gM(){return"\u0eaa\u0eb3\u0ec0\u0e99\u0ebb\u0eb2"}, +gN(){return"\u0e95\u0eb1\u0e94"}, +gC(){return"Look Up"}, +gO(){return"\u0ea7\u0eb2\u0e87"}, +gP(){return"Search Web"}, +gH(){return"\u0ec0\u0ea5\u0eb7\u0ead\u0e81\u0e97\u0eb1\u0e87\u0edd\u0ebb\u0e94"}, +gaG(){return"Share..."}} +A.K8.prototype={ +gM(){return"Kopijuoti"}, +gN(){return"I\u0161kirpti"}, +gC(){return"Look Up"}, +gO(){return"\u012eklijuoti"}, +gP(){return"Search Web"}, +gH(){return"Pasirinkti visk\u0105"}, +gaG(){return"Share..."}} +A.K9.prototype={ +gM(){return"Kop\u0113t"}, +gN(){return"Izgriezt"}, +gC(){return"Look Up"}, +gO(){return"Iel\u012bm\u0113t"}, +gP(){return"Search Web"}, +gH(){return"Atlas\u012bt visu"}, +gaG(){return"Share..."}} +A.Ka.prototype={ +gM(){return"\u041a\u043e\u043f\u0438\u0440\u0430\u0458"}, +gN(){return"\u0418\u0441\u0435\u0447\u0438"}, +gC(){return"Look Up"}, +gO(){return"\u0417\u0430\u043b\u0435\u043f\u0438"}, +gP(){return"Search Web"}, +gH(){return"\u0418\u0437\u0431\u0435\u0440\u0438 \u0433\u0438 \u0441\u0438\u0442\u0435"}, +gaG(){return"Share..."}} +A.Kb.prototype={ +gM(){return"\u0d2a\u0d15\u0d7c\u0d24\u0d4d\u0d24\u0d41\u0d15"}, +gN(){return"\u0d2e\u0d41\u0d31\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15"}, +gC(){return"\u0d2e\u0d41\u0d15\u0d33\u0d3f\u0d32\u0d47\u0d15\u0d4d\u0d15\u0d4d \u0d28\u0d4b\u0d15\u0d4d\u0d15\u0d41\u0d15"}, +gO(){return"\u0d12\u0d1f\u0d4d\u0d1f\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15"}, +gP(){return"Search Web"}, +gH(){return"\u0d0e\u0d32\u0d4d\u0d32\u0d3e\u0d02 \u0d24\u0d3f\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d41\u0d15"}, +gaG(){return"Share..."}} +A.Kc.prototype={ +gM(){return"\u0425\u0443\u0443\u043b\u0430\u0445"}, +gN(){return"\u0422\u0430\u0441\u043b\u0430\u0445"}, +gC(){return"Look Up"}, +gO(){return"\u0411\u0443\u0443\u043b\u0433\u0430\u0445"}, +gP(){return"Search Web"}, +gH(){return"\u0411\u04af\u0433\u0434\u0438\u0439\u0433 \u0441\u043e\u043d\u0433\u043e\u0445"}, +gaG(){return"Share..."}} +A.Kd.prototype={ +gM(){return"\u0915\u0949\u092a\u0940 \u0915\u0930\u093e"}, +gN(){return"\u0915\u091f \u0915\u0930\u093e"}, +gC(){return"Look Up"}, +gO(){return"\u092a\u0947\u0938\u094d\u091f \u0915\u0930\u093e"}, +gP(){return"Search Web"}, +gH(){return"\u0938\u0930\u094d\u0935 \u0928\u093f\u0935\u0921\u093e"}, +gaG(){return"Share..."}} +A.Ke.prototype={ +gM(){return"Salin"}, +gN(){return"Potong"}, +gC(){return"Lihat ke Atas"}, +gO(){return"Tampal"}, +gP(){return"Search Web"}, +gH(){return"Pilih Semua"}, +gaG(){return"Share..."}} +A.Kf.prototype={ +gM(){return"\u1019\u102d\u1010\u1039\u1010\u1030\u1000\u1030\u1038\u101b\u1014\u103a"}, +gN(){return"\u1016\u103c\u1010\u103a\u101a\u1030\u101b\u1014\u103a"}, +gC(){return"Look Up"}, +gO(){return"\u1000\u1030\u1038\u1011\u100a\u1037\u103a\u101b\u1014\u103a"}, +gP(){return"Search Web"}, +gH(){return"\u1021\u102c\u1038\u101c\u102f\u1036\u1038 \u101b\u103d\u1031\u1038\u101b\u1014\u103a"}, +gaG(){return"Share..."}} +A.Kg.prototype={ +gM(){return"Kopi\xe9r"}, +gN(){return"Klipp ut"}, +gC(){return"Look Up"}, +gO(){return"Lim inn"}, +gP(){return"Search Web"}, +gH(){return"Velg alle"}, +gaG(){return"Share..."}} +A.Kh.prototype={ +gM(){return"\u092a\u094d\u0930\u0924\u093f\u0932\u093f\u092a\u093f \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d"}, +gN(){return"\u0915\u093e\u091f\u094d\u0928\u0941\u0939\u094b\u0938\u094d"}, +gC(){return"Look Up"}, +gO(){return"\u091f\u093e\u0901\u0938\u094d\u0928\u0941\u0939\u094b\u0938\u094d"}, +gP(){return"Search Web"}, +gH(){return"\u0938\u092c\u0948 \u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d"}, +gaG(){return"Share..."}} +A.Ki.prototype={ +gM(){return"Kopi\xebren"}, +gN(){return"Knippen"}, +gC(){return"Look Up"}, +gO(){return"Plakken"}, +gP(){return"Search Web"}, +gH(){return"Alles selecteren"}, +gaG(){return"Share..."}} +A.Kj.prototype={ +gM(){return"Kopi\xe9r"}, +gN(){return"Klipp ut"}, +gC(){return"Look Up"}, +gO(){return"Lim inn"}, +gP(){return"Search Web"}, +gH(){return"Velg alle"}, +gaG(){return"Share..."}} +A.Kk.prototype={ +gM(){return"\u0b15\u0b2a\u0b3f \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41"}, +gN(){return"\u0b15\u0b1f\u0b4d \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41"}, +gC(){return"Look Up"}, +gO(){return"\u0b2a\u0b47\u0b37\u0b4d\u0b1f \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41"}, +gP(){return"Search Web"}, +gH(){return"\u0b38\u0b2e\u0b38\u0b4d\u0b24 \u0b1a\u0b5f\u0b28 \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41"}, +gaG(){return"Share..."}} +A.Kl.prototype={ +gM(){return"\u0a15\u0a3e\u0a2a\u0a40 \u0a15\u0a30\u0a4b"}, +gN(){return"\u0a15\u0a71\u0a1f \u0a15\u0a30\u0a4b"}, +gC(){return"Look Up"}, +gO(){return"\u0a2a\u0a47\u0a38\u0a1f \u0a15\u0a30\u0a4b"}, +gP(){return"Search Web"}, +gH(){return"\u0a38\u0a2d \u0a1a\u0a41\u0a23\u0a4b"}, +gaG(){return"Share..."}} +A.Km.prototype={ +gM(){return"Kopiuj"}, +gN(){return"Wytnij"}, +gC(){return"Sprawd\u017a"}, +gO(){return"Wklej"}, +gP(){return"Search Web"}, +gH(){return"Wybierz wszystkie"}, +gaG(){return"Share..."}} +A.xY.prototype={ +gM(){return"Copiar"}, +gN(){return"Cortar"}, +gC(){return"Pesquisar"}, +gO(){return"Colar"}, +gP(){return"Search Web"}, +gH(){return"Selecionar Tudo"}, +gaG(){return"Share..."}} +A.Kn.prototype={ +gC(){return"Procurar"}, +gH(){return"Selecionar tudo"}} +A.Ko.prototype={ +gM(){return"Copia\u021bi"}, +gN(){return"Decupa\u021bi"}, +gC(){return"Look Up"}, +gO(){return"Insera\u021bi"}, +gP(){return"Search Web"}, +gH(){return"Selecta\u021bi-le pe toate"}, +gaG(){return"Share..."}} +A.Kp.prototype={ +gM(){return"\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c"}, +gN(){return"\u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c"}, +gC(){return"Look Up"}, +gO(){return"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c"}, +gP(){return"Search Web"}, +gH(){return"\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0435"}, +gaG(){return"Share..."}} +A.Kq.prototype={ +gM(){return"\u0db4\u0dd2\u0da7\u0db4\u0dad\u0dca \u0d9a\u0dbb\u0db1\u0dca\u0db1"}, +gN(){return"\u0d9a\u0db4\u0db1\u0dca\u0db1"}, +gC(){return"Look Up"}, +gO(){return"\u0d85\u0dbd\u0dc0\u0db1\u0dca\u0db1"}, +gP(){return"Search Web"}, +gH(){return"\u0dc3\u0dd2\u0dba\u0dbd\u0dca\u0dbd \u0dad\u0ddd\u0dbb\u0db1\u0dca\u0db1"}, +gaG(){return"Share..."}} +A.Kr.prototype={ +gM(){return"Kop\xedrova\u0165"}, +gN(){return"Vystrihn\xfa\u0165"}, +gC(){return"Look Up"}, +gO(){return"Prilepi\u0165"}, +gP(){return"Search Web"}, +gH(){return"Vybra\u0165 v\u0161etko"}, +gaG(){return"Share..."}} +A.Ks.prototype={ +gM(){return"Kopiraj"}, +gN(){return"Izre\u017ei"}, +gC(){return"Look Up"}, +gO(){return"Prilepi"}, +gP(){return"Search Web"}, +gH(){return"Izberi vse"}, +gaG(){return"Share..."}} +A.Kt.prototype={ +gM(){return"Kopjo"}, +gN(){return"Prit"}, +gC(){return"Look Up"}, +gO(){return"Ngjit"}, +gP(){return"Search Web"}, +gH(){return"Zgjidhi t\xeb gjitha"}, +gaG(){return"Share..."}} +A.xZ.prototype={ +gM(){return"\u041a\u043e\u043f\u0438\u0440\u0430\u0458"}, +gN(){return"\u0418\u0441\u0435\u0446\u0438"}, +gC(){return"Look Up"}, +gO(){return"\u041d\u0430\u043b\u0435\u043f\u0438"}, +gP(){return"Search Web"}, +gH(){return"\u0418\u0437\u0430\u0431\u0435\u0440\u0438 \u0441\u0432\u0435"}, +gaG(){return"Share..."}} +A.Ku.prototype={} +A.Kv.prototype={ +gM(){return"Kopiraj"}, +gN(){return"Iseci"}, +gO(){return"Nalepi"}, +gH(){return"Izaberi sve"}} +A.Kw.prototype={ +gM(){return"Kopiera"}, +gN(){return"Klipp ut"}, +gC(){return"Look Up"}, +gO(){return"Klistra in"}, +gP(){return"Search Web"}, +gH(){return"Markera alla"}, +gaG(){return"Share..."}} +A.Kx.prototype={ +gM(){return"Nakili"}, +gN(){return"Kata"}, +gC(){return"Look Up"}, +gO(){return"Bandika"}, +gP(){return"Search Web"}, +gH(){return"Teua Zote"}, +gaG(){return"Share..."}} +A.Ky.prototype={ +gM(){return"\u0ba8\u0b95\u0bb2\u0bc6\u0b9f\u0bc1"}, +gN(){return"\u0bb5\u0bc6\u0b9f\u0bcd\u0b9f\u0bc1"}, +gC(){return"Look Up"}, +gO(){return"\u0b92\u0b9f\u0bcd\u0b9f\u0bc1"}, +gP(){return"Search Web"}, +gH(){return"\u0b8e\u0bb2\u0bcd\u0bb2\u0bbe\u0bae\u0bcd \u0ba4\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4\u0bc6\u0b9f\u0bc1"}, +gaG(){return"Share..."}} +A.Kz.prototype={ +gM(){return"\u0c15\u0c3e\u0c2a\u0c40 \u0c1a\u0c47\u0c2f\u0c3f"}, +gN(){return"\u0c15\u0c24\u0c4d\u0c24\u0c3f\u0c30\u0c3f\u0c02\u0c1a\u0c02\u0c21\u0c3f"}, +gC(){return"Look Up"}, +gO(){return"\u0c2a\u0c47\u0c38\u0c4d\u0c1f\u0c4d \u0c1a\u0c47\u0c2f\u0c02\u0c21\u0c3f"}, +gP(){return"Search Web"}, +gH(){return"\u0c05\u0c28\u0c4d\u0c28\u0c3f\u0c02\u0c1f\u0c3f\u0c28\u0c40 \u0c0e\u0c02\u0c1a\u0c41\u0c15\u0c4b\u0c02\u0c21\u0c3f"}, +gaG(){return"Share..."}} +A.KA.prototype={ +gM(){return"\u0e04\u0e31\u0e14\u0e25\u0e2d\u0e01"}, +gN(){return"\u0e15\u0e31\u0e14"}, +gC(){return"Look Up"}, +gO(){return"\u0e27\u0e32\u0e07"}, +gP(){return"Search Web"}, +gH(){return"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14"}, +gaG(){return"Share..."}} +A.KB.prototype={ +gM(){return"Kopyahin"}, +gN(){return"I-cut"}, +gC(){return"Tumingin sa Itaas"}, +gO(){return"I-paste"}, +gP(){return"Search Web"}, +gH(){return"Piliin Lahat"}, +gaG(){return"Share..."}} +A.KC.prototype={ +gM(){return"Kopyala"}, +gN(){return"Kes"}, +gC(){return"Look Up"}, +gO(){return"Yap\u0131\u015ft\u0131r"}, +gP(){return"Search Web"}, +gH(){return"T\xfcm\xfcn\xfc Se\xe7"}, +gaG(){return"Share..."}} +A.KD.prototype={ +gM(){return"\u041a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438"}, +gN(){return"\u0412\u0438\u0440\u0456\u0437\u0430\u0442\u0438"}, +gC(){return"Look Up"}, +gO(){return"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438"}, +gP(){return"Search Web"}, +gH(){return"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u0435"}, +gaG(){return"Share..."}} +A.KE.prototype={ +gM(){return"\u06a9\u0627\u067e\u06cc \u06a9\u0631\u06cc\u06ba"}, +gN(){return"\u06a9\u0679 \u06a9\u0631\u06cc\u06ba"}, +gC(){return"Look Up"}, +gO(){return"\u067e\u06cc\u0633\u0679 \u06a9\u0631\u06cc\u06ba"}, +gP(){return"Search Web"}, +gH(){return"\u0633\u0628\u06be\u06cc \u0645\u0646\u062a\u062e\u0628 \u06a9\u0631\u06cc\u06ba"}, +gaG(){return"Share..."}} +A.KF.prototype={ +gM(){return"Nusxa olish"}, +gN(){return"Kesib olish"}, +gC(){return"Tepaga qarang"}, +gO(){return"Joylash"}, +gP(){return"Search Web"}, +gH(){return"Barchasini tanlash"}, +gaG(){return"Share..."}} +A.KG.prototype={ +gM(){return"Sao ch\xe9p"}, +gN(){return"C\u1eaft"}, +gC(){return"Look Up"}, +gO(){return"D\xe1n"}, +gP(){return"Search Web"}, +gH(){return"Ch\u1ecdn t\u1ea5t c\u1ea3"}, +gaG(){return"Share..."}} +A.y_.prototype={ +gM(){return"\u590d\u5236"}, +gN(){return"\u526a\u5207"}, +gC(){return"Look Up"}, +gO(){return"\u7c98\u8d34"}, +gP(){return"Search Web"}, +gH(){return"\u5168\u9009"}, +gaG(){return"Share..."}} +A.KH.prototype={} +A.y0.prototype={ +gM(){return"\u8907\u88fd"}, +gN(){return"\u526a\u4e0b"}, +gC(){return"\u67e5\u8a62"}, +gO(){return"\u8cbc\u4e0a"}, +gH(){return"\u5168\u9078"}} +A.KI.prototype={} +A.KJ.prototype={} +A.KK.prototype={ +gM(){return"Kopisha"}, +gN(){return"Sika"}, +gC(){return"Look Up"}, +gO(){return"Namathisela"}, +gP(){return"Search Web"}, +gH(){return"Khetha konke"}, +gaG(){return"Share..."}} +A.Nq.prototype={ +gaB(){return"Terug"}, +gM(){return"Kopieer"}, +gN(){return"Knip"}, +gac(){return"Vee uit"}, +gC(){return"Look Up"}, +gaC(){return"Nog"}, +ga8(){return"Maak navigasiekieslys oop"}, +gO(){return"Plak"}, +gaa(){return"Skandeer teks"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Kies alles"}} +A.Nr.prototype={ +gaB(){return"\u1270\u1218\u1208\u1235"}, +gM(){return"\u1245\u12f3"}, +gN(){return"\u1241\u1228\u1325"}, +gac(){return"\u1230\u122d\u12dd"}, +gC(){return"Look Up"}, +gaC(){return"\u1270\u1328\u121b\u122a"}, +ga8(){return"\u12e8\u12f3\u1230\u1233 \u121d\u1293\u120c\u1295 \u12ad\u1348\u1275"}, +gO(){return"\u1208\u1325\u134d"}, +gaa(){return"\u133d\u1201\u134d\u1295 \u1243\u129d"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"\u1201\u1209\u1295\u121d \u121d\u1228\u1325"}} +A.Ns.prototype={ +gaB(){return"\u0631\u062c\u0648\u0639"}, +gM(){return"\u0646\u0633\u062e"}, +gN(){return"\u0642\u0635"}, +gac(){return"\u062d\u0630\u0641"}, +gC(){return"Look Up"}, +gaC(){return"\u0627\u0644\u0645\u0632\u064a\u062f"}, +ga8(){return"\u0641\u062a\u062d \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u062a\u0646\u0642\u0644"}, +gO(){return"\u0644\u0635\u0642"}, +gaa(){return"\u0645\u0633\u062d \u0627\u0644\u0646\u0635 \u0636\u0648\u0626\u064a\u064b\u0627"}, +gaD(){return B.aK}, +gP(){return"Search Web"}, +gH(){return"\u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u0643\u0644"}} +A.Nt.prototype={ +gaB(){return"\u0989\u09ad\u09a4\u09bf \u09af\u09be\u0993\u0995"}, +gM(){return"\u09aa\u09cd\u09f0\u09a4\u09bf\u09b2\u09bf\u09aa\u09bf \u0995\u09f0\u0995"}, +gN(){return"\u0995\u09be\u099f \u0995\u09f0\u0995"}, +gac(){return"\u09ae\u099a\u0995"}, +gC(){return"Look Up"}, +gaC(){return"\u0985\u09a7\u09bf\u0995"}, +ga8(){return"\u09a8\u09c7\u09ad\u09bf\u0997\u09c7\u09b6\u09cd\u09ac\u09a8 \u09ae\u09c7\u09a8\u09c1 \u0996\u09cb\u09b2\u0995"}, +gO(){return"\u09aa\u09c7'\u09b7\u09cd\u099f \u0995\u09f0\u0995"}, +gaa(){return"\u09aa\u09be\u09a0 \u09b8\u09cd\u0995\u09c7\u09a8 \u0995\u09f0\u0995"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"\u09b8\u0995\u09b2\u09cb \u09ac\u09be\u099b\u09a8\u09bf \u0995\u09f0\u0995"}} +A.Nu.prototype={ +gaB(){return"Geri"}, +gM(){return"Kopyalay\u0131n"}, +gN(){return"K\u0259sin"}, +gac(){return"Silin"}, +gC(){return"Look Up"}, +gaC(){return"Daha \xe7ox"}, +ga8(){return"Naviqasiya menyusunu a\xe7\u0131n"}, +gO(){return"Yerl\u0259\u015fdirin"}, +gaa(){return"M\u0259tni skan edin"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Ham\u0131s\u0131n\u0131 se\xe7in"}} +A.Nv.prototype={ +gaB(){return"\u041d\u0430\u0437\u0430\u0434"}, +gM(){return"\u041a\u0430\u043f\u0456\u0440\u0430\u0432\u0430\u0446\u044c"}, +gN(){return"\u0412\u044b\u0440\u0430\u0437\u0430\u0446\u044c"}, +gac(){return"\u0412\u044b\u0434\u0430\u043b\u0456\u0446\u044c"}, +gC(){return"Look Up"}, +gaC(){return"\u042f\u0448\u0447\u044d"}, +ga8(){return"\u0410\u0434\u043a\u0440\u044b\u0446\u044c \u043c\u0435\u043d\u044e \u043d\u0430\u0432\u0456\u0433\u0430\u0446\u044b\u0456"}, +gO(){return"\u0423\u0441\u0442\u0430\u0432\u0456\u0446\u044c"}, +gaa(){return"\u0421\u043a\u0430\u043d\u0456\u0440\u0430\u0432\u0430\u0446\u044c \u0442\u044d\u043a\u0441\u0442"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"\u0412\u044b\u0431\u0440\u0430\u0446\u044c \u0443\u0441\u0435"}} +A.Nw.prototype={ +gaB(){return"\u041d\u0430\u0437\u0430\u0434"}, +gM(){return"\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u0435"}, +gN(){return"\u0418\u0437\u0440\u044f\u0437\u0432\u0430\u043d\u0435"}, +gac(){return"\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435"}, +gC(){return"Look Up"}, +gaC(){return"\u041e\u0449\u0435"}, +ga8(){return"\u041e\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u043d\u0430 \u043c\u0435\u043d\u044e\u0442\u043e \u0437\u0430 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f"}, +gO(){return"\u041f\u043e\u0441\u0442\u0430\u0432\u044f\u043d\u0435"}, +gaa(){return"\u0421\u043a\u0430\u043d\u0438\u0440\u0430\u0439\u0442\u0435 \u0442\u0435\u043a\u0441\u0442"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"\u0418\u0437\u0431\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0432\u0441\u0438\u0447\u043a\u0438"}} +A.Nx.prototype={ +gaB(){return"\u09ab\u09bf\u09b0\u09c7 \u09af\u09be\u09a8"}, +gM(){return"\u0995\u09aa\u09bf \u0995\u09b0\u09c1\u09a8"}, +gN(){return"\u0995\u09be\u099f \u0995\u09b0\u09c1\u09a8"}, +gac(){return"\u09ae\u09c1\u099b\u09c7 \u09a6\u09bf\u09a8"}, +gC(){return"Look Up"}, +gaC(){return"\u0986\u09b0\u0993"}, +ga8(){return"\u09a8\u09c7\u09ad\u09bf\u0997\u09c7\u09b6\u09a8 \u09ae\u09c7\u09a8\u09c1 \u0996\u09c1\u09b2\u09c1\u09a8"}, +gO(){return"\u09aa\u09c7\u09b8\u09cd\u099f \u0995\u09b0\u09c1\u09a8"}, +gaa(){return"\u099f\u09c7\u0995\u09cd\u09b8\u099f \u09b8\u09cd\u0995\u09cd\u09af\u09be\u09a8 \u0995\u09b0\u09c1\u09a8"}, +gaD(){return B.aK}, +gP(){return"Search Web"}, +gH(){return"\u09b8\u09ac \u09ac\u09c7\u099b\u09c7 \u09a8\u09bf\u09a8"}} +A.Ny.prototype={ +gaB(){return"Nazad"}, +gM(){return"Kopiraj"}, +gN(){return"Izre\u017ei"}, +gac(){return"Brisanje"}, +gC(){return"Pogled prema gore"}, +gaC(){return"Vi\u0161e"}, +ga8(){return"Otvorite meni za navigaciju"}, +gO(){return"Zalijepi"}, +gaa(){return"Skeniraj tekst"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Odaberi sve"}} +A.Nz.prototype={ +gaB(){return"Enrere"}, +gM(){return"Copia"}, +gN(){return"Retalla"}, +gac(){return"Suprimeix"}, +gC(){return"Look Up"}, +gaC(){return"M\xe9s"}, +ga8(){return"Obre el men\xfa de navegaci\xf3"}, +gO(){return"Enganxa"}, +gaa(){return"Escaneja text"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Selecciona-ho tot"}} +A.NA.prototype={ +gaB(){return"Zp\u011bt"}, +gM(){return"Kop\xedrovat"}, +gN(){return"Vyjmout"}, +gac(){return"Smazat"}, +gC(){return"Look Up"}, +gaC(){return"V\xedce"}, +ga8(){return"Otev\u0159\xedt naviga\u010dn\xed nab\xeddku"}, +gO(){return"Vlo\u017eit"}, +gaa(){return"Naskenovat text"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Vybrat v\u0161e"}} +A.NB.prototype={ +gaB(){return"N\xf4l"}, +gM(){return"Cop\xefo"}, +gN(){return"Torri"}, +gac(){return"Dileu"}, +gC(){return"Look Up"}, +gaC(){return"Rhagor"}, +ga8(){return"Agor y ddewislen llywio"}, +gO(){return"Gludo"}, +gaa(){return"Sganio testun"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Dewis y Cyfan"}} +A.NC.prototype={ +gaB(){return"Tilbage"}, +gM(){return"Kopi\xe9r"}, +gN(){return"Klip"}, +gac(){return"Slet"}, +gC(){return"Look Up"}, +gaC(){return"Mere"}, +ga8(){return"\xc5bn navigationsmenuen"}, +gO(){return"Inds\xe6t"}, +gaa(){return"Scan tekst"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Mark\xe9r alt"}} +A.zO.prototype={ +gaB(){return"Zur\xfcck"}, +gM(){return"Kopieren"}, +gN(){return"Ausschneiden"}, +gac(){return"L\xf6schen"}, +gC(){return"Look Up"}, +gaC(){return"Mehr"}, +ga8(){return"Navigationsmen\xfc \xf6ffnen"}, +gO(){return"Einsetzen"}, +gaa(){return"Text scannen"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Alle ausw\xe4hlen"}} +A.ND.prototype={} +A.NE.prototype={ +gaB(){return"\u03a0\u03af\u03c3\u03c9"}, +gM(){return"\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae"}, +gN(){return"\u0391\u03c0\u03bf\u03ba\u03bf\u03c0\u03ae"}, +gac(){return"\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae"}, +gC(){return"Look Up"}, +gaC(){return"\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1"}, +ga8(){return"\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03bc\u03b5\u03bd\u03bf\u03cd \u03c0\u03bb\u03bf\u03ae\u03b3\u03b7\u03c3\u03b7\u03c2"}, +gO(){return"\u0395\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7"}, +gaa(){return"\u03a3\u03ac\u03c1\u03c9\u03c3\u03b7 \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03cc\u03bb\u03c9\u03bd"}} +A.zP.prototype={ +gaB(){return"Back"}, +gM(){return"Copy"}, +gN(){return"Cut"}, +gac(){return"Delete"}, +gC(){return"Look Up"}, +gaC(){return"More"}, +ga8(){return"Open navigation menu"}, +gO(){return"Paste"}, +gaa(){return"Scan text"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Select all"}} +A.NF.prototype={ +gC(){return"Look up"}} +A.NG.prototype={} +A.NH.prototype={ +gC(){return"Look up"}} +A.NI.prototype={ +gC(){return"Look up"}} +A.NJ.prototype={ +gC(){return"Look up"}} +A.NK.prototype={ +gC(){return"Look up"}} +A.NL.prototype={ +gC(){return"Look up"}} +A.NM.prototype={ +gC(){return"Look up"}} +A.zQ.prototype={ +gaB(){return"Atr\xe1s"}, +gM(){return"Copiar"}, +gN(){return"Cortar"}, +gac(){return"Eliminar"}, +gC(){return"Look Up"}, +gaC(){return"M\xe1s"}, +ga8(){return"Abrir el men\xfa de navegaci\xf3n"}, +gO(){return"Pegar"}, +gaa(){return"Escanear texto"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Seleccionar todo"}} +A.NN.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.NO.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.NP.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.NQ.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.NR.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.NS.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.NT.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.NU.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.NV.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.NW.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.NX.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.NY.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.NZ.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.O_.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.O0.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.O1.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.O2.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.O3.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +gac(){return"Borrar"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}} +A.O4.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.O5.prototype={ +gaa(){return"Analizar texto"}, +gC(){return"Mirar hacia arriba"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gac(){return"Borrar"}} +A.O6.prototype={ +gaB(){return"Tagasi"}, +gM(){return"Kopeeri"}, +gN(){return"L\xf5ika"}, +gac(){return"Kustuta"}, +gC(){return"Look Up"}, +gaC(){return"Rohkem"}, +ga8(){return"Ava navigeerimismen\xfc\xfc"}, +gO(){return"Kleebi"}, +gaa(){return"Skanni tekst"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Vali k\xf5ik"}} +A.O7.prototype={ +gaB(){return"Atzera"}, +gM(){return"Kopiatu"}, +gN(){return"Ebaki"}, +gac(){return"Ezabatu"}, +gC(){return"Look Up"}, +gaC(){return"Gehiago"}, +ga8(){return"Ireki nabigazio-menua"}, +gO(){return"Itsatsi"}, +gaa(){return"Eskaneatu testua"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Hautatu guztiak"}} +A.O8.prototype={ +gaB(){return"\u0628\u0631\u06af\u0634\u062a"}, +gM(){return"\u06a9\u067e\u06cc"}, +gN(){return"\u0628\u0631\u0634"}, +gac(){return"\u062d\u0630\u0641"}, +gC(){return"Look Up"}, +gaC(){return"\u0628\u06cc\u0634\u062a\u0631"}, +ga8(){return"\u0628\u0627\u0632 \u06a9\u0631\u062f\u0646 \u0645\u0646\u0648\u06cc \u067e\u06cc\u0645\u0627\u06cc\u0634"}, +gO(){return"\u062c\u0627\u06cc\u200c\u06af\u0630\u0627\u0631\u06cc"}, +gaa(){return"\u0627\u0633\u06a9\u0646 \u06a9\u0631\u062f\u0646 \u0646\u0648\u0634\u062a\u0627\u0631"}, +gaD(){return B.aK}, +gP(){return"Search Web"}, +gH(){return"\u0627\u0646\u062a\u062e\u0627\u0628 \u0647\u0645\u0647"}} +A.O9.prototype={ +gaB(){return"Takaisin"}, +gM(){return"Kopioi"}, +gN(){return"Leikkaa"}, +gac(){return"Poista"}, +gC(){return"Look Up"}, +gaC(){return"Lis\xe4\xe4"}, +ga8(){return"Avaa navigointivalikko"}, +gO(){return"Liit\xe4"}, +gaa(){return"Skannaa teksti\xe4"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Valitse kaikki"}} +A.Oa.prototype={ +gaB(){return"Bumalik"}, +gM(){return"Kopyahin"}, +gN(){return"I-cut"}, +gac(){return"I-delete"}, +gC(){return"Tumingin sa Itaas"}, +gaC(){return"Higit Pa"}, +ga8(){return"Buksan ang menu ng navigation"}, +gO(){return"I-paste"}, +gaa(){return"I-scan ang text"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Piliin lahat"}} +A.zR.prototype={ +gaB(){return"Retour"}, +gM(){return"Copier"}, +gN(){return"Couper"}, +gac(){return"Supprimer"}, +gC(){return"Look Up"}, +gaC(){return"Plus"}, +ga8(){return"Ouvrir le menu de navigation"}, +gO(){return"Coller"}, +gaa(){return"Scanner du texte"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Tout s\xe9lectionner"}} +A.Ob.prototype={ +gaa(){return"Balayer un texte"}} +A.Oc.prototype={ +gaB(){return"Atr\xe1s"}, +gM(){return"Copiar"}, +gN(){return"Cortar"}, +gac(){return"Eliminar"}, +gC(){return"Mirar cara arriba"}, +gaC(){return"M\xe1is"}, +ga8(){return"Abrir men\xfa de navegaci\xf3n"}, +gO(){return"Pegar"}, +gaa(){return"Escanear texto"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Seleccionar todo"}} +A.Od.prototype={ +gaB(){return"Zur\xfcck"}, +gM(){return"Kopieren"}, +gN(){return"Ausschneiden"}, +gac(){return"L\xf6schen"}, +gC(){return"Look Up"}, +gaC(){return"Mehr"}, +ga8(){return"Navigationsmen\xfc \xf6ffnen"}, +gO(){return"Einsetzen"}, +gaa(){return"Text scannen"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Alle ausw\xe4hlen"}} +A.Oe.prototype={ +gaB(){return"\u0aaa\u0abe\u0a9b\u0ab3"}, +gM(){return"\u0a95\u0ac9\u0aaa\u0abf \u0a95\u0ab0\u0acb"}, +gN(){return"\u0a95\u0abe\u0aaa\u0acb"}, +gac(){return"\u0aa1\u0abf\u0ab2\u0ac0\u0a9f \u0a95\u0ab0\u0acb"}, +gC(){return"Look Up"}, +gaC(){return"\u0ab5\u0aa7\u0ac1"}, +ga8(){return"\u0aa8\u0ac5\u0ab5\u0abf\u0a97\u0ac7\u0ab6\u0aa8 \u0aae\u0ac7\u0aa8\u0ac2 \u0a96\u0acb\u0ab2\u0acb"}, +gO(){return"\u0aaa\u0ac7\u0ab8\u0acd\u0a9f \u0a95\u0ab0\u0acb"}, +gaa(){return"\u0a9f\u0ac7\u0a95\u0acd\u0ab8\u0acd\u0a9f \u0ab8\u0acd\u0a95\u0ac5\u0aa8 \u0a95\u0ab0\u0acb"}, +gaD(){return B.aK}, +gP(){return"Search Web"}, +gH(){return"\u0aac\u0aa7\u0abe \u0aaa\u0ab8\u0a82\u0aa6 \u0a95\u0ab0\u0acb"}} +A.Of.prototype={ +gaB(){return"\u05d4\u05e7\u05d5\u05d3\u05dd"}, +gM(){return"\u05d4\u05e2\u05ea\u05e7\u05d4"}, +gN(){return"\u05d2\u05d6\u05d9\u05e8\u05d4"}, +gac(){return"\u05de\u05d7\u05d9\u05e7\u05d4"}, +gC(){return"Look Up"}, +gaC(){return"\u05e2\u05d5\u05d3"}, +ga8(){return"\u05e4\u05ea\u05d9\u05d7\u05d4 \u05e9\u05dc \u05ea\u05e4\u05e8\u05d9\u05d8 \u05d4\u05e0\u05d9\u05d5\u05d5\u05d8"}, +gO(){return"\u05d4\u05d3\u05d1\u05e7\u05d4"}, +gaa(){return"\u05e1\u05e8\u05d9\u05e7\u05ea \u05d8\u05e7\u05e1\u05d8"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"\u05d1\u05d7\u05d9\u05e8\u05ea \u05d4\u05db\u05d5\u05dc"}} +A.Og.prototype={ +gaB(){return"\u0935\u093e\u092a\u0938 \u091c\u093e\u090f\u0902"}, +gM(){return"\u0915\u0949\u092a\u0940 \u0915\u0930\u0947\u0902"}, +gN(){return"\u0915\u093e\u091f\u0947\u0902"}, +gac(){return"\u092e\u093f\u091f\u093e\u090f\u0902"}, +gC(){return"Look Up"}, +gaC(){return"\u095b\u094d\u092f\u093e\u0926\u093e"}, +ga8(){return"\u0928\u0947\u0935\u093f\u0917\u0947\u0936\u0928 \u092e\u0947\u0928\u094d\u092f\u0942 \u0916\u094b\u0932\u0947\u0902"}, +gO(){return"\u091a\u093f\u092a\u0915\u093e\u090f\u0902"}, +gaa(){return"\u091f\u0947\u0915\u094d\u0938\u094d\u091f \u0938\u094d\u0915\u0948\u0928 \u0915\u0930\u0947\u0902"}, +gaD(){return B.cG}, +gP(){return"Search Web"}, +gH(){return"\u0938\u092d\u0940 \u0915\u094b \u091a\u0941\u0928\u0947\u0902"}} +A.Oh.prototype={ +gaB(){return"Natrag"}, +gM(){return"Kopiraj"}, +gN(){return"Izre\u017ei"}, +gac(){return"Brisanje"}, +gC(){return"Pogled prema gore"}, +gaC(){return"Vi\u0161e"}, +ga8(){return"Otvaranje izbornika za navigaciju"}, +gO(){return"Zalijepi"}, +gaa(){return"Skeniranje teksta"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Odaberi sve"}} +A.Oi.prototype={ +gaB(){return"Vissza"}, +gM(){return"M\xe1sol\xe1s"}, +gN(){return"Kiv\xe1g\xe1s"}, +gac(){return"T\xf6rl\xe9s"}, +gC(){return"Felfel\xe9 n\xe9z\xe9s"}, +gaC(){return"T\xf6bb"}, +ga8(){return"Navig\xe1ci\xf3s men\xfc megnyit\xe1sa"}, +gO(){return"Beilleszt\xe9s"}, +gaa(){return"Sz\xf6veg beolvas\xe1sa"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"\xd6sszes kijel\xf6l\xe9se"}} +A.Oj.prototype={ +gaB(){return"\u0540\u0565\u057f"}, +gM(){return"\u054a\u0561\u057f\u0573\u0565\u0576\u0565\u056c"}, +gN(){return"\u053f\u057f\u0580\u0565\u056c"}, +gac(){return"\u054b\u0576\u057b\u0565\u056c"}, +gC(){return"Look Up"}, +gaC(){return"\u0531\u0575\u056c"}, +ga8(){return"\u0532\u0561\u0581\u0565\u056c \u0576\u0561\u057e\u056b\u0563\u0561\u0581\u056b\u0561\u0575\u056b \u0568\u0576\u057f\u0580\u0561\u0581\u0561\u0576\u056f\u0568"}, +gO(){return"\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c"}, +gaa(){return"\u054d\u056f\u0561\u0576\u0561\u057e\u0578\u0580\u0565\u056c \u057f\u0565\u0584\u057d\u057f"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"\u0546\u0577\u0565\u056c \u0562\u0578\u056c\u0578\u0580\u0568"}} +A.Ok.prototype={ +gaB(){return"Kembali"}, +gM(){return"Salin"}, +gN(){return"Potong"}, +gac(){return"Hapus"}, +gC(){return"Look Up"}, +gaC(){return"Lainnya"}, +ga8(){return"Buka menu navigasi"}, +gO(){return"Tempel"}, +gaa(){return"Pindai teks"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Pilih semua"}} +A.Ol.prototype={ +gaB(){return"Til baka"}, +gM(){return"Afrita"}, +gN(){return"Klippa"}, +gac(){return"Ey\xf0a"}, +gC(){return"Look Up"}, +gaC(){return"Meira"}, +ga8(){return"Opna yfirlitsvalmynd"}, +gO(){return"L\xedma"}, +gaa(){return"Skanna texta"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Velja allt"}} +A.Om.prototype={ +gaB(){return"Indietro"}, +gM(){return"Copia"}, +gN(){return"Taglia"}, +gac(){return"Elimina"}, +gC(){return"Cerca"}, +gaC(){return"Altro"}, +ga8(){return"Apri il menu di navigazione"}, +gO(){return"Incolla"}, +gaa(){return"Scansiona testo"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Seleziona tutto"}} +A.On.prototype={ +gaB(){return"\u623b\u308b"}, +gM(){return"\u30b3\u30d4\u30fc"}, +gN(){return"\u5207\u308a\u53d6\u308a"}, +gac(){return"\u524a\u9664"}, +gC(){return"\u8abf\u3079\u308b"}, +gaC(){return"\u305d\u306e\u4ed6"}, +ga8(){return"\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3 \u30e1\u30cb\u30e5\u30fc\u3092\u958b\u304f"}, +gO(){return"\u8cbc\u308a\u4ed8\u3051"}, +gaa(){return"\u30c6\u30ad\u30b9\u30c8\u3092\u30b9\u30ad\u30e3\u30f3"}, +gaD(){return B.cG}, +gP(){return"Search Web"}, +gH(){return"\u3059\u3079\u3066\u9078\u629e"}} +A.Oo.prototype={ +gaB(){return"\u10e3\u10d9\u10d0\u10dc"}, +gM(){return"\u10d9\u10dd\u10de\u10d8\u10e0\u10d4\u10d1\u10d0"}, +gN(){return"\u10d0\u10db\u10dd\u10ed\u10e0\u10d0"}, +gac(){return"\u10ec\u10d0\u10e8\u10da\u10d0"}, +gC(){return"Look Up"}, +gaC(){return"\u10db\u10d4\u10e2\u10d8"}, +ga8(){return"\u10e1\u10d0\u10dc\u10d0\u10d5\u10d8\u10d2\u10d0\u10ea\u10d8\u10dd \u10db\u10d4\u10dc\u10d8\u10e3\u10e1 \u10d2\u10d0\u10ee\u10e1\u10dc\u10d0"}, +gO(){return"\u10e9\u10d0\u10e1\u10db\u10d0"}, +gaa(){return"\u10e2\u10d4\u10e5\u10e1\u10e2\u10d8\u10e1 \u10e1\u10d9\u10d0\u10dc\u10d8\u10e0\u10d4\u10d1\u10d0"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"\u10e7\u10d5\u10d4\u10da\u10d0\u10e1 \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0"}} +A.Op.prototype={ +gaB(){return"\u0410\u0440\u0442\u049b\u0430"}, +gM(){return"\u041a\u04e9\u0448\u0456\u0440\u0443"}, +gN(){return"\u049a\u0438\u044e"}, +gac(){return"\u0416\u043e\u044e"}, +gC(){return"Look Up"}, +gaC(){return"\u0416\u0430\u044e"}, +ga8(){return"\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f \u043c\u04d9\u0437\u0456\u0440\u0456\u043d \u0430\u0448\u0443"}, +gO(){return"\u049a\u043e\u044e"}, +gaa(){return"\u041c\u04d9\u0442\u0456\u043d\u0434\u0456 \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"\u0411\u0430\u0440\u043b\u044b\u0493\u044b\u043d \u0442\u0430\u04a3\u0434\u0430\u0443"}} +A.Oq.prototype={ +gaB(){return"\u1790\u1799\u1780\u17d2\u179a\u17c4\u1799"}, +gM(){return"\u1785\u1798\u17d2\u179b\u1784"}, +gN(){return"\u1780\u17b6\u178f\u17cb"}, +gac(){return"\u179b\u17bb\u1794"}, +gC(){return"\u179a\u1780\u1798\u17be\u179b"}, +gaC(){return"\u1785\u17d2\u179a\u17be\u1793\u200b\u1791\u17c0\u178f"}, +ga8(){return"\u1794\u17be\u1780\u200b\u1798\u17c9\u17ba\u1793\u17bb\u1799\u179a\u17bb\u1780\u179a\u1780"}, +gO(){return"\u178a\u17b6\u1780\u17cb\u200b\u1785\u17bc\u179b"}, +gaa(){return"\u179f\u17d2\u1780\u17c1\u1793\u200b\u17a2\u1780\u17d2\u179f\u179a"}, +gaD(){return B.cG}, +gP(){return"Search Web"}, +gH(){return"\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb"}} +A.Or.prototype={ +gaB(){return"\u0cb9\u0cbf\u0c82\u0ca4\u0cbf\u0cb0\u0cc1\u0c97\u0cbf"}, +gM(){return"\u0ca8\u0c95\u0cb2\u0cbf\u0cb8\u0cbf"}, +gN(){return"\u0c95\u0ca4\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf"}, +gac(){return"\u0c85\u0cb3\u0cbf\u0cb8\u0cbf"}, +gC(){return"Look Up"}, +gaC(){return"\u0c87\u0ca8\u0ccd\u0ca8\u0cb7\u0ccd\u0c9f\u0cc1"}, +ga8(){return"\u0ca8\u0ccd\u0caf\u0cbe\u0cb5\u0cbf\u0c97\u0cc7\u0cb6\u0ca8\u0ccd\u200c \u0cae\u0cc6\u0ca8\u0cc1 \u0ca4\u0cc6\u0cb0\u0cc6\u0caf\u0cbf\u0cb0\u0cbf"}, +gO(){return"\u0c85\u0c82\u0c9f\u0cbf\u0cb8\u0cbf"}, +gaa(){return"\u0caa\u0ca0\u0ccd\u0caf\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1 \u0cb8\u0ccd\u0c95\u0ccd\u0caf\u0cbe\u0ca8\u0ccd \u0cae\u0cbe\u0ca1\u0cbf"}, +gaD(){return B.aK}, +gP(){return"Search Web"}, +gH(){return"\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2 \u0c86\u0caf\u0ccd\u0c95\u0cc6 \u0cae\u0cbe\u0ca1\u0cbf"}} +A.Os.prototype={ +gaB(){return"\ub4a4\ub85c"}, +gM(){return"\ubcf5\uc0ac"}, +gN(){return"\uc798\ub77c\ub0c4"}, +gac(){return"\uc0ad\uc81c"}, +gC(){return"Look Up"}, +gaC(){return"\ub354\ubcf4\uae30"}, +ga8(){return"\ud0d0\uc0c9 \uba54\ub274 \uc5f4\uae30"}, +gO(){return"\ubd99\uc5ec\ub123\uae30"}, +gaa(){return"\ud14d\uc2a4\ud2b8 \uc2a4\uce94"}, +gaD(){return B.cG}, +gP(){return"Search Web"}, +gH(){return"\uc804\uccb4 \uc120\ud0dd"}} +A.Ot.prototype={ +gaB(){return"\u0410\u0440\u0442\u043a\u0430"}, +gM(){return"\u041a\u04e9\u0447\u04af\u0440\u04af\u04af"}, +gN(){return"\u041a\u0435\u0441\u04af\u04af"}, +gac(){return"\u0416\u043e\u043a \u043a\u044b\u043b\u0443\u0443"}, +gC(){return"Look Up"}, +gaC(){return"\u0414\u0430\u0433\u044b"}, +ga8(){return"\u0427\u0430\u0431\u044b\u0442\u0442\u043e\u043e \u043c\u0435\u043d\u044e\u0441\u0443\u043d \u0430\u0447\u0443\u0443"}, +gO(){return"\u0427\u0430\u043f\u0442\u043e\u043e"}, +gaa(){return"\u0422\u0435\u043a\u0441\u0442\u0442\u0438 \u0441\u043a\u0430\u043d\u0434\u043e\u043e"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"\u0411\u0430\u0430\u0440\u044b\u043d \u0442\u0430\u043d\u0434\u043e\u043e"}} +A.Ou.prototype={ +gaB(){return"\u0e81\u0eb1\u0e9a\u0e84\u0eb7\u0e99"}, +gM(){return"\u0eaa\u0eb3\u0ec0\u0e99\u0ebb\u0eb2"}, +gN(){return"\u0e95\u0eb1\u0e94"}, +gac(){return"\u0ea5\u0eb6\u0e9a"}, +gC(){return"Look Up"}, +gaC(){return"\u0ec0\u0e9e\u0eb5\u0ec8\u0ea1\u0ec0\u0e95\u0eb5\u0ea1"}, +ga8(){return"\u0ec0\u0e9b\u0eb5\u0e94\u0ec0\u0ea1\u0e99\u0eb9\u0e81\u0eb2\u0e99\u0e99\u0eb3\u0e97\u0eb2\u0e87"}, +gO(){return"\u0ea7\u0eb2\u0e87"}, +gaa(){return"\u0eaa\u0eb0\u0ec1\u0e81\u0e99\u0e82\u0ecd\u0ec9\u0e84\u0ea7\u0eb2\u0ea1"}, +gaD(){return B.aK}, +gP(){return"Search Web"}, +gH(){return"\u0ec0\u0ea5\u0eb7\u0ead\u0e81\u0e97\u0eb1\u0e87\u0edd\u0ebb\u0e94"}} +A.Ov.prototype={ +gaB(){return"Atgal"}, +gM(){return"Kopijuoti"}, +gN(){return"I\u0161kirpti"}, +gac(){return"I\u0161trinti"}, +gC(){return"Look Up"}, +gaC(){return"Daugiau"}, +ga8(){return"Atidaryti nar\u0161ymo meniu"}, +gO(){return"\u012eklijuoti"}, +gaa(){return"Nuskaityti tekst\u0105"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Pasirinkti visk\u0105"}} +A.Ow.prototype={ +gaB(){return"Atpaka\u013c"}, +gM(){return"Kop\u0113t"}, +gN(){return"Izgriezt"}, +gac(){return"Dz\u0113st"}, +gC(){return"Look Up"}, +gaC(){return"Vair\u0101k"}, +ga8(){return"Atv\u0113rt navig\u0101cijas izv\u0113lni"}, +gO(){return"Iel\u012bm\u0113t"}, +gaa(){return"Sken\u0113t tekstu"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Atlas\u012bt visu"}} +A.Ox.prototype={ +gaB(){return"\u041d\u0430\u0437\u0430\u0434"}, +gM(){return"\u041a\u043e\u043f\u0438\u0440\u0430\u0458"}, +gN(){return"\u0418\u0441\u0435\u0447\u0438"}, +gac(){return"\u0418\u0437\u0431\u0440\u0438\u0448\u0438"}, +gC(){return"Look Up"}, +gaC(){return"\u0423\u0448\u0442\u0435"}, +ga8(){return"\u041e\u0442\u0432\u043e\u0440\u0435\u0442\u0435 \u0433\u043e \u043c\u0435\u043d\u0438\u0442\u043e \u0437\u0430 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0430"}, +gO(){return"\u0417\u0430\u043b\u0435\u043f\u0438"}, +gaa(){return"\u0421\u043a\u0435\u043d\u0438\u0440\u0430\u0458\u0442\u0435 \u0433\u043e \u0442\u0435\u043a\u0441\u0442\u043e\u0442"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"\u0418\u0437\u0431\u0435\u0440\u0438 \u0433\u0438 \u0441\u0438\u0442\u0435"}} +A.Oy.prototype={ +gaB(){return"\u0d2e\u0d1f\u0d19\u0d4d\u0d19\u0d41\u0d15"}, +gM(){return"\u0d2a\u0d15\u0d7c\u0d24\u0d4d\u0d24\u0d41\u0d15"}, +gN(){return"\u0d2e\u0d41\u0d31\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15"}, +gac(){return"\u0d07\u0d32\u0d4d\u0d32\u0d3e\u0d24\u0d3e\u0d15\u0d4d\u0d15\u0d41\u0d15"}, +gC(){return"\u0d2e\u0d41\u0d15\u0d33\u0d3f\u0d32\u0d47\u0d15\u0d4d\u0d15\u0d4d \u0d28\u0d4b\u0d15\u0d4d\u0d15\u0d41\u0d15"}, +gaC(){return"\u0d15\u0d42\u0d1f\u0d41\u0d24\u0d7d"}, +ga8(){return"\u0d28\u0d3e\u0d35\u0d3f\u0d17\u0d47\u0d37\u0d7b \u0d2e\u0d46\u0d28\u0d41 \u0d24\u0d41\u0d31\u0d15\u0d4d\u0d15\u0d41\u0d15"}, +gO(){return"\u0d12\u0d1f\u0d4d\u0d1f\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15"}, +gaa(){return"\u0d1f\u0d46\u0d15\u0d4d\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4d \u0d38\u0d4d\u200c\u0d15\u0d3e\u0d7b \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15"}, +gaD(){return B.aK}, +gP(){return"Search Web"}, +gH(){return"\u0d0e\u0d32\u0d4d\u0d32\u0d3e\u0d02 \u0d24\u0d3f\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d41\u0d15"}} +A.Oz.prototype={ +gaB(){return"\u0411\u0443\u0446\u0430\u0445"}, +gM(){return"\u0425\u0443\u0443\u043b\u0430\u0445"}, +gN(){return"\u0422\u0430\u0441\u043b\u0430\u0445"}, +gac(){return"\u0423\u0441\u0442\u0433\u0430\u0445"}, +gC(){return"Look Up"}, +gaC(){return"\u0411\u0443\u0441\u0430\u0434"}, +ga8(){return"\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u044b\u043d \u0446\u044d\u0441\u0438\u0439\u0433 \u043d\u044d\u044d\u0445"}, +gO(){return"\u0411\u0443\u0443\u043b\u0433\u0430\u0445"}, +gaa(){return"\u0422\u0435\u043a\u0441\u0442\u0438\u0439\u0433 \u0441\u043a\u0430\u043d \u0445\u0438\u0439\u0445"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"\u0411\u04af\u0433\u0434\u0438\u0439\u0433 \u0441\u043e\u043d\u0433\u043e\u0445"}} +A.OA.prototype={ +gaB(){return"\u092e\u093e\u0917\u0947"}, +gM(){return"\u0915\u0949\u092a\u0940 \u0915\u0930\u093e"}, +gN(){return"\u0915\u091f \u0915\u0930\u093e"}, +gac(){return"\u0939\u091f\u0935\u093e"}, +gC(){return"Look Up"}, +gaC(){return"\u0906\u0923\u0916\u0940"}, +ga8(){return"\u0928\u0947\u0935\u094d\u0939\u093f\u0917\u0947\u0936\u0928 \u092e\u0947\u0928\u0942 \u0909\u0918\u0921\u093e"}, +gO(){return"\u092a\u0947\u0938\u094d\u091f \u0915\u0930\u093e"}, +gaa(){return"\u092e\u091c\u0915\u0942\u0930 \u0938\u094d\u0915\u0945\u0928 \u0915\u0930\u093e"}, +gaD(){return B.cG}, +gP(){return"Search Web"}, +gH(){return"\u0938\u0930\u094d\u0935 \u0928\u093f\u0935\u0921\u093e"}} +A.OB.prototype={ +gaB(){return"Kembali"}, +gM(){return"Salin"}, +gN(){return"Potong"}, +gac(){return"Padam"}, +gC(){return"Lihat ke Atas"}, +gaC(){return"Lagi"}, +ga8(){return"Buka menu navigasi"}, +gO(){return"Tampal"}, +gaa(){return"Imbas teks"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Pilih semua"}} +A.OC.prototype={ +gaB(){return"\u1014\u1031\u102c\u1000\u103a\u101e\u102d\u102f\u1037"}, +gM(){return"\u1019\u102d\u1010\u1039\u1010\u1030\u1000\u1030\u1038\u101b\u1014\u103a"}, +gN(){return"\u1016\u103c\u1010\u103a\u101a\u1030\u101b\u1014\u103a"}, +gac(){return"\u1016\u103b\u1000\u103a\u101b\u1014\u103a"}, +gC(){return"Look Up"}, +gaC(){return"\u1014\u1031\u102c\u1000\u103a\u1011\u1015\u103a"}, +ga8(){return"\u101c\u1019\u103a\u1038\u100a\u103d\u103e\u1014\u103a\u1019\u102e\u1014\u1030\u1038\u1000\u102d\u102f \u1016\u103d\u1004\u1037\u103a\u101b\u1014\u103a"}, +gO(){return"\u1000\u1030\u1038\u1011\u100a\u1037\u103a\u101b\u1014\u103a"}, +gaa(){return"\u1005\u102c\u101e\u102c\u1038 \u1005\u1000\u1004\u103a\u1016\u1010\u103a\u101b\u1014\u103a"}, +gaD(){return B.aK}, +gP(){return"Search Web"}, +gH(){return"\u1021\u102c\u1038\u101c\u102f\u1036\u1038 \u101b\u103d\u1031\u1038\u101b\u1014\u103a"}} +A.OD.prototype={ +gaB(){return"Tilbake"}, +gM(){return"Kopi\xe9r"}, +gN(){return"Klipp ut"}, +gac(){return"Slett"}, +gC(){return"Look Up"}, +gaC(){return"Mer"}, +ga8(){return"\xc5pne navigasjonsmenyen"}, +gO(){return"Lim inn"}, +gaa(){return"Skann tekst"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Velg alle"}} +A.OE.prototype={ +gaB(){return"\u092a\u091b\u093e\u0921\u093f \u091c\u093e\u0928\u0941\u0939\u094b\u0938\u094d"}, +gM(){return"\u092a\u094d\u0930\u0924\u093f\u0932\u093f\u092a\u093f \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d"}, +gN(){return"\u0915\u093e\u091f\u094d\u0928\u0941\u0939\u094b\u0938\u094d"}, +gac(){return"\u092e\u0947\u091f\u094d\u0928\u0941\u0939\u094b\u0938\u094d"}, +gC(){return"Look Up"}, +gaC(){return"\u0925\u092a"}, +ga8(){return"\u0928\u0947\u092d\u093f\u0917\u0947\u0938\u0928 \u092e\u0947\u0928\u0941 \u0916\u094b\u0932\u094d\u0928\u0941\u0939\u094b\u0938\u094d"}, +gO(){return"\u091f\u093e\u0901\u0938\u094d\u0928\u0941\u0939\u094b\u0938\u094d"}, +gaa(){return"\u091f\u0947\u0915\u094d\u0938\u094d\u091f \u0938\u094d\u0915\u094d\u092f\u093e\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d"}, +gaD(){return B.aK}, +gP(){return"Search Web"}, +gH(){return"\u0938\u092c\u0948 \u092c\u091f\u0928\u0939\u0930\u0942 \u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d"}} +A.OF.prototype={ +gaB(){return"Terug"}, +gM(){return"Kopi\xebren"}, +gN(){return"Knippen"}, +gac(){return"Verwijderen"}, +gC(){return"Look Up"}, +gaC(){return"Meer"}, +ga8(){return"Navigatiemenu openen"}, +gO(){return"Plakken"}, +gaa(){return"Tekst scannen"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Alles selecteren"}} +A.OG.prototype={ +gaB(){return"Tilbake"}, +gM(){return"Kopi\xe9r"}, +gN(){return"Klipp ut"}, +gac(){return"Slett"}, +gC(){return"Look Up"}, +gaC(){return"Mer"}, +ga8(){return"\xc5pne navigasjonsmenyen"}, +gO(){return"Lim inn"}, +gaa(){return"Skann tekst"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Velg alle"}} +A.OH.prototype={ +gaB(){return"\u0b2a\u0b1b\u0b15\u0b41 \u0b2b\u0b47\u0b30\u0b28\u0b4d\u0b24\u0b41"}, +gM(){return"\u0b15\u0b2a\u0b3f \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41"}, +gN(){return"\u0b15\u0b1f\u0b4d \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41"}, +gac(){return"\u0b21\u0b3f\u0b32\u0b3f\u0b1f\u0b4d \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41"}, +gC(){return"Look Up"}, +gaC(){return"\u0b05\u0b27\u0b3f\u0b15"}, +ga8(){return"\u0b28\u0b3e\u0b2d\u0b3f\u0b17\u0b47\u0b38\u0b28\u0b4d \u0b2e\u0b47\u0b28\u0b41 \u0b16\u0b4b\u0b32\u0b28\u0b4d\u0b24\u0b41"}, +gO(){return"\u0b2a\u0b47\u0b37\u0b4d\u0b1f \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41"}, +gaa(){return"\u0b1f\u0b47\u0b15\u0b4d\u0b38\u0b1f\u0b4d \u0b38\u0b4d\u0b15\u0b3e\u0b28\u0b4d \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41"}, +gaD(){return B.aK}, +gP(){return"Search Web"}, +gH(){return"\u0b38\u0b2c\u0b41 \u0b1a\u0b5f\u0b28 \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41"}} +A.OI.prototype={ +gaB(){return"\u0a2a\u0a3f\u0a71\u0a1b\u0a47"}, +gM(){return"\u0a15\u0a3e\u0a2a\u0a40 \u0a15\u0a30\u0a4b"}, +gN(){return"\u0a15\u0a71\u0a1f \u0a15\u0a30\u0a4b"}, +gac(){return"\u0a2e\u0a3f\u0a1f\u0a3e\u0a13"}, +gC(){return"Look Up"}, +gaC(){return"\u0a39\u0a4b\u0a30"}, +ga8(){return"\u0a28\u0a48\u0a35\u0a40\u0a17\u0a47\u0a36\u0a28 \u0a2e\u0a40\u0a28\u0a42 \u0a16\u0a4b\u0a32\u0a4d\u0a39\u0a4b"}, +gO(){return"\u0a2a\u0a47\u0a38\u0a1f \u0a15\u0a30\u0a4b"}, +gaa(){return"\u0a32\u0a3f\u0a16\u0a24 \u0a28\u0a42\u0a70 \u0a38\u0a15\u0a48\u0a28 \u0a15\u0a30\u0a4b"}, +gaD(){return B.aK}, +gP(){return"Search Web"}, +gH(){return"\u0a38\u0a2d \u0a1a\u0a41\u0a23\u0a4b"}} +A.OJ.prototype={ +gaB(){return"Wstecz"}, +gM(){return"Kopiuj"}, +gN(){return"Wytnij"}, +gac(){return"Usu\u0144"}, +gC(){return"Sprawd\u017a"}, +gaC(){return"Wi\u0119cej"}, +ga8(){return"Otw\xf3rz menu nawigacyjne"}, +gO(){return"Wklej"}, +gaa(){return"Skanuj tekst"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Zaznacz wszystko"}} +A.OK.prototype={ +gaB(){return"\u0634\u0627\u062a\u0647"}, +gM(){return"\u06a9\u0627\u067e\u06cc"}, +gN(){return"\u06a9\u0645 \u06a9\u0693\u0626"}, +gac(){return""}, +gC(){return"Look Up"}, +gaC(){return"More"}, +ga8(){return"\u062f \u067e\u0631\u0627\u0646\u06cc\u0633\u062a\u06cc \u0646\u06cc\u06cc\u0646\u06ab \u0645\u06cc\u0646\u0648"}, +gO(){return"\u067e\u06cc\u067c \u06a9\u0693\u0626"}, +gaa(){return"\u0645\u062a\u0646 \u0633\u06a9\u06cc\u0646 \u06a9\u0693\u0626"}, +gaD(){return B.aK}, +gP(){return"Search Web"}, +gH(){return"\u063a\u0648\u0631\u0647 \u06a9\u0693\u0626"}} +A.zS.prototype={ +gaB(){return"Voltar"}, +gM(){return"Copiar"}, +gN(){return"Cortar"}, +gac(){return"Excluir"}, +gC(){return"Pesquisar"}, +gaC(){return"Mais"}, +ga8(){return"Abrir menu de navega\xe7\xe3o"}, +gO(){return"Colar"}, +gaa(){return"Digitalizar texto"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Selecionar tudo"}} +A.OL.prototype={ +gC(){return"Procurar"}, +gac(){return"Eliminar"}} +A.OM.prototype={ +gaB(){return"\xcenapoi"}, +gM(){return"Copia\u021bi"}, +gN(){return"Decupa\u021bi"}, +gac(){return"\u0218terge\u021bi"}, +gC(){return"Look Up"}, +gaC(){return"Mai multe"}, +ga8(){return"Deschide\u021bi meniul de navigare"}, +gO(){return"Insera\u021bi"}, +gaa(){return"Scana\u021bi textul"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Selecta\u021bi tot"}} +A.ON.prototype={ +gaB(){return"\u041d\u0430\u0437\u0430\u0434"}, +gM(){return"\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c"}, +gN(){return"\u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c"}, +gac(){return"\u0423\u0434\u0430\u043b\u0438\u0442\u044c"}, +gC(){return"Look Up"}, +gaC(){return"\u0415\u0449\u0451"}, +ga8(){return"\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043c\u0435\u043d\u044e \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438"}, +gO(){return"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c"}, +gaa(){return"\u0421\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0435\u043a\u0441\u0442"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0435"}} +A.OO.prototype={ +gaB(){return"\u0d86\u0db4\u0dc3\u0dd4"}, +gM(){return"\u0db4\u0dd2\u0da7\u0db4\u0dad\u0dca \u0d9a\u0dbb\u0db1\u0dca\u0db1"}, +gN(){return"\u0d9a\u0db4\u0db1\u0dca\u0db1"}, +gac(){return"\u0db8\u0d9a\u0db1\u0dca\u0db1"}, +gC(){return"Look Up"}, +gaC(){return"\u0dad\u0dc0"}, +ga8(){return"\u0dc3\u0d82\u0da0\u0dcf\u0dbd\u0db1 \u0db8\u0dd9\u0db1\u0dd4\u0dc0 \u0dc0\u0dd2\u0dc0\u0dd8\u0dad \u0d9a\u0dbb\u0db1\u0dca\u0db1"}, +gO(){return"\u0d85\u0dbd\u0dc0\u0db1\u0dca\u0db1"}, +gaa(){return"\u0db4\u0dd9\u0dc5 \u0dc3\u0dca\u0d9a\u0dd1\u0db1\u0dca \u0d9a\u0dbb\u0db1\u0dca\u0db1"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"\u0dc3\u0dd2\u0dba\u0dbd\u0dca\u0dbd \u0dad\u0ddd\u0dbb\u0db1\u0dca\u0db1"}} +A.OP.prototype={ +gaB(){return"Sp\xe4\u0165"}, +gM(){return"Kop\xedrova\u0165"}, +gN(){return"Vystrihn\xfa\u0165"}, +gac(){return"Odstr\xe1ni\u0165"}, +gC(){return"Look Up"}, +gaC(){return"Viac"}, +ga8(){return"Otvori\u0165 naviga\u010dn\xfa ponuku"}, +gO(){return"Prilepi\u0165"}, +gaa(){return"Naskenova\u0165 text"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Vybra\u0165 v\u0161etko"}} +A.OQ.prototype={ +gaB(){return"Nazaj"}, +gM(){return"Kopiraj"}, +gN(){return"Izre\u017ei"}, +gac(){return"Brisanje"}, +gC(){return"Look Up"}, +gaC(){return"Ve\u010d"}, +ga8(){return"Odpiranje menija za krmarjenje"}, +gO(){return"Prilepi"}, +gaa(){return"Opti\u010dno preberite besedilo"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Izberi vse"}} +A.OR.prototype={ +gaB(){return"Prapa"}, +gM(){return"Kopjo"}, +gN(){return"Prit"}, +gac(){return"Fshi"}, +gC(){return"Look Up"}, +gaC(){return"M\xeb shum\xeb"}, +ga8(){return"Hap menyn\xeb e navigimit"}, +gO(){return"Ngjit"}, +gaa(){return"Skano tekstin"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Zgjidh t\xeb gjitha"}} +A.zT.prototype={ +gaB(){return"\u041d\u0430\u0437\u0430\u0434"}, +gM(){return"\u041a\u043e\u043f\u0438\u0440\u0430\u0458"}, +gN(){return"\u0418\u0441\u0435\u0446\u0438"}, +gac(){return"\u0418\u0437\u0431\u0440\u0438\u0448\u0438\u0442\u0435"}, +gC(){return"Look Up"}, +gaC(){return"\u0408\u043e\u0448"}, +ga8(){return"\u041e\u0442\u0432\u043e\u0440\u0438\u0442\u0435 \u043c\u0435\u043d\u0438 \u0437\u0430 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0443"}, +gO(){return"\u041d\u0430\u043b\u0435\u043f\u0438"}, +gaa(){return"\u0421\u043a\u0435\u043d\u0438\u0440\u0430\u0458 \u0442\u0435\u043a\u0441\u0442"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"\u0418\u0437\u0430\u0431\u0435\u0440\u0438 \u0441\u0432\u0435"}} +A.OS.prototype={} +A.OT.prototype={ +gaB(){return"Nazad"}, +gM(){return"Kopiraj"}, +gN(){return"Iseci"}, +gac(){return"Izbri\u0161ite"}, +gaC(){return"Jo\u0161"}, +ga8(){return"Otvorite meni za navigaciju"}, +gO(){return"Nalepi"}, +gaa(){return"Skeniraj tekst"}, +gH(){return"Izaberi sve"}} +A.OU.prototype={ +gaB(){return"Tillbaka"}, +gM(){return"Kopiera"}, +gN(){return"Klipp ut"}, +gac(){return"Radera"}, +gC(){return"Look Up"}, +gaC(){return"Mer"}, +ga8(){return"\xd6ppna navigeringsmenyn"}, +gO(){return"Klistra in"}, +gaa(){return"Skanna text"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Markera allt"}} +A.OV.prototype={ +gaB(){return"Rudi Nyuma"}, +gM(){return"Nakili"}, +gN(){return"Kata"}, +gac(){return"Futa"}, +gC(){return"Look Up"}, +gaC(){return"Zaidi"}, +ga8(){return"Fungua menyu ya kusogeza"}, +gO(){return"Bandika"}, +gaa(){return"Changanua maandishi"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Chagua vyote"}} +A.OW.prototype={ +gaB(){return"\u0bae\u0bc1\u0ba8\u0bcd\u0ba4\u0bc8\u0baf \u0baa\u0b95\u0bcd\u0b95\u0bae\u0bcd"}, +gM(){return"\u0ba8\u0b95\u0bb2\u0bc6\u0b9f\u0bc1"}, +gN(){return"\u0bb5\u0bc6\u0b9f\u0bcd\u0b9f\u0bc1"}, +gac(){return"\u0ba8\u0bc0\u0b95\u0bcd\u0b95\u0bc1"}, +gC(){return"Look Up"}, +gaC(){return"\u0bae\u0bc7\u0bb2\u0bc1\u0bae\u0bcd"}, +ga8(){return"\u0bb5\u0bb4\u0bbf\u0b9a\u0bc6\u0bb2\u0bc1\u0ba4\u0bcd\u0ba4\u0bb2\u0bcd \u0bae\u0bc6\u0ba9\u0bc1\u0bb5\u0bc8\u0ba4\u0bcd \u0ba4\u0bbf\u0bb1"}, +gO(){return"\u0b92\u0b9f\u0bcd\u0b9f\u0bc1"}, +gaa(){return"\u0bb5\u0bbe\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0bc8\u0b95\u0bb3\u0bc8 \u0bb8\u0bcd\u0b95\u0bc7\u0ba9\u0bcd \u0b9a\u0bc6\u0baf\u0bcd"}, +gaD(){return B.cG}, +gP(){return"Search Web"}, +gH(){return"\u0b85\u0ba9\u0bc8\u0ba4\u0bcd\u0ba4\u0bc8\u0baf\u0bc1\u0bae\u0bcd \u0ba4\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4\u0bc6\u0b9f\u0bc1"}} +A.OX.prototype={ +gaB(){return"\u0c35\u0c46\u0c28\u0c41\u0c15\u0c15\u0c41"}, +gM(){return"\u0c15\u0c3e\u0c2a\u0c40 \u0c1a\u0c47\u0c2f\u0c3f"}, +gN(){return"\u0c15\u0c24\u0c4d\u0c24\u0c3f\u0c30\u0c3f\u0c02\u0c1a\u0c02\u0c21\u0c3f"}, +gac(){return"\u0c24\u0c4a\u0c32\u0c17\u0c3f\u0c02\u0c1a\u0c02\u0c21\u0c3f"}, +gC(){return"Look Up"}, +gaC(){return"\u0c2e\u0c30\u0c3f\u0c28\u0c4d\u0c28\u0c3f"}, +ga8(){return"\u0c28\u0c3e\u0c35\u0c3f\u0c17\u0c47\u0c37\u0c28\u0c4d \u0c2e\u0c46\u0c28\u0c42\u0c28\u0c41 \u0c24\u0c46\u0c30\u0c41\u0c35\u0c41"}, +gO(){return"\u0c2a\u0c47\u0c38\u0c4d\u0c1f\u0c4d \u0c1a\u0c47\u0c2f\u0c02\u0c21\u0c3f"}, +gaa(){return"\u0c1f\u0c46\u0c15\u0c4d\u0c38\u0c4d\u0c1f\u0c4d\u200c\u0c28\u0c41 \u0c38\u0c4d\u0c15\u0c3e\u0c28\u0c4d \u0c1a\u0c47\u0c2f\u0c02\u0c21\u0c3f"}, +gaD(){return B.aK}, +gP(){return"Search Web"}, +gH(){return"\u0c05\u0c28\u0c4d\u0c28\u0c3f\u0c02\u0c1f\u0c3f\u0c28\u0c40 \u0c0e\u0c02\u0c1a\u0c41\u0c15\u0c4b\u0c02\u0c21\u0c3f"}} +A.OY.prototype={ +gaB(){return"\u0e01\u0e25\u0e31\u0e1a"}, +gM(){return"\u0e04\u0e31\u0e14\u0e25\u0e2d\u0e01"}, +gN(){return"\u0e15\u0e31\u0e14"}, +gac(){return"\u0e25\u0e1a"}, +gC(){return"Look Up"}, +gaC(){return"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21"}, +ga8(){return"\u0e40\u0e1b\u0e34\u0e14\u0e40\u0e21\u0e19\u0e39\u0e01\u0e32\u0e23\u0e19\u0e33\u0e17\u0e32\u0e07"}, +gO(){return"\u0e27\u0e32\u0e07"}, +gaa(){return"\u0e2a\u0e41\u0e01\u0e19\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21"}, +gaD(){return B.aK}, +gP(){return"Search Web"}, +gH(){return"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14"}} +A.OZ.prototype={ +gaB(){return"Bumalik"}, +gM(){return"Kopyahin"}, +gN(){return"I-cut"}, +gac(){return"I-delete"}, +gC(){return"Tumingin sa Itaas"}, +gaC(){return"Higit Pa"}, +ga8(){return"Buksan ang menu ng navigation"}, +gO(){return"I-paste"}, +gaa(){return"I-scan ang text"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Piliin lahat"}} +A.P_.prototype={ +gaB(){return"Geri"}, +gM(){return"Kopyala"}, +gN(){return"Kes"}, +gac(){return"Sil"}, +gC(){return"Look Up"}, +gaC(){return"Di\u011fer"}, +ga8(){return"Gezinme men\xfcs\xfcn\xfc a\xe7"}, +gO(){return"Yap\u0131\u015ft\u0131r"}, +gaa(){return"Metin tara"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"T\xfcm\xfcn\xfc se\xe7"}} +A.P0.prototype={ +gaB(){return"\u041d\u0430\u0437\u0430\u0434"}, +gM(){return"\u041a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438"}, +gN(){return"\u0412\u0438\u0440\u0456\u0437\u0430\u0442\u0438"}, +gac(){return"\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438"}, +gC(){return"Look Up"}, +gaC(){return"\u0406\u043d\u0448\u0456"}, +ga8(){return"\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u043c\u0435\u043d\u044e \u043d\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457"}, +gO(){return"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438"}, +gaa(){return"\u0412\u0456\u0434\u0441\u043a\u0430\u043d\u0443\u0432\u0430\u0442\u0438 \u0442\u0435\u043a\u0441\u0442"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u0456"}} +A.P1.prototype={ +gaB(){return"\u067e\u06cc\u0686\u06be\u06d2"}, +gM(){return"\u06a9\u0627\u067e\u06cc \u06a9\u0631\u06cc\u06ba"}, +gN(){return"\u06a9\u0679 \u06a9\u0631\u06cc\u06ba"}, +gac(){return"\u062d\u0630\u0641 \u06a9\u0631\u06cc\u06ba"}, +gC(){return"Look Up"}, +gaC(){return"\u0645\u0632\u06cc\u062f"}, +ga8(){return"\u0646\u06cc\u0648\u06cc\u06af\u06cc\u0634\u0646 \u0645\u06cc\u0646\u06cc\u0648 \u06a9\u06be\u0648\u0644\u06cc\u06ba"}, +gO(){return"\u067e\u06cc\u0633\u0679 \u06a9\u0631\u06cc\u06ba"}, +gaa(){return"\u0679\u06cc\u06a9\u0633\u0679 \u0627\u0633\u06a9\u06cc\u0646 \u06a9\u0631\u06cc\u06ba"}, +gaD(){return B.aK}, +gP(){return"Search Web"}, +gH(){return"\u0633\u0628\u06be\u06cc \u06a9\u0648 \u0645\u0646\u062a\u062e\u0628 \u06a9\u0631\u06cc\u06ba"}} +A.P2.prototype={ +gaB(){return"Orqaga"}, +gM(){return"Nusxa olish"}, +gN(){return"Kesib olish"}, +gac(){return"Olib tashlash"}, +gC(){return"Tepaga qarang"}, +gaC(){return"Yana"}, +ga8(){return"Navigatsiya menyusini ochish"}, +gO(){return"Joylash"}, +gaa(){return"Matnni skanerlash"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Hammasi"}} +A.P3.prototype={ +gaB(){return"Quay l\u1ea1i"}, +gM(){return"Sao ch\xe9p"}, +gN(){return"C\u1eaft"}, +gac(){return"X\xf3a"}, +gC(){return"Look Up"}, +gaC(){return"Th\xeam"}, +ga8(){return"M\u1edf menu di chuy\u1ec3n"}, +gO(){return"D\xe1n"}, +gaa(){return"Qu\xe9t v\u0103n b\u1ea3n"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Ch\u1ecdn t\u1ea5t c\u1ea3"}} +A.zU.prototype={ +gaB(){return"\u8fd4\u56de"}, +gM(){return"\u590d\u5236"}, +gN(){return"\u526a\u5207"}, +gac(){return"\u5220\u9664"}, +gC(){return"Look Up"}, +gaC(){return"\u66f4\u591a"}, +ga8(){return"\u6253\u5f00\u5bfc\u822a\u83dc\u5355"}, +gO(){return"\u7c98\u8d34"}, +gaa(){return"\u626b\u63cf\u6587\u5b57"}, +gaD(){return B.cG}, +gP(){return"Search Web"}, +gH(){return"\u5168\u9009"}} +A.P4.prototype={} +A.zV.prototype={ +gM(){return"\u8907\u88fd"}, +gN(){return"\u526a\u4e0b"}, +gac(){return"\u522a\u9664"}, +gC(){return"\u67e5\u8a62"}, +ga8(){return"\u958b\u555f\u5c0e\u89bd\u9078\u55ae"}, +gO(){return"\u8cbc\u4e0a"}, +gaa(){return"\u6383\u7784\u6587\u5b57"}, +gH(){return"\u5168\u90e8\u9078\u53d6"}} +A.P5.prototype={} +A.P6.prototype={ +gaa(){return"\u6383\u63cf\u6587\u5b57"}, +gH(){return"\u5168\u9078"}} +A.P7.prototype={ +gaB(){return"Emuva"}, +gM(){return"Kopisha"}, +gN(){return"Sika"}, +gac(){return"Susa"}, +gC(){return"Look Up"}, +gaC(){return"Okuningi"}, +ga8(){return"Vula imenyu yokuzulazula"}, +gO(){return"Namathisela"}, +gaa(){return"Skena umbhalo"}, +gaD(){return B.r}, +gP(){return"Search Web"}, +gH(){return"Khetha konke"}} +A.Ti.prototype={} +A.Tj.prototype={} +A.Tk.prototype={} +A.Tl.prototype={} +A.Tm.prototype={} +A.Tn.prototype={} +A.To.prototype={} +A.Tp.prototype={} +A.Tq.prototype={} +A.Tr.prototype={} +A.Ts.prototype={} +A.Tt.prototype={} +A.Tu.prototype={} +A.CH.prototype={} +A.Tv.prototype={} +A.Tw.prototype={} +A.CI.prototype={} +A.Tx.prototype={} +A.Ty.prototype={} +A.Tz.prototype={} +A.TA.prototype={} +A.TB.prototype={} +A.TC.prototype={} +A.TD.prototype={} +A.TE.prototype={} +A.CJ.prototype={} +A.TF.prototype={} +A.TG.prototype={} +A.TH.prototype={} +A.TI.prototype={} +A.TJ.prototype={} +A.TK.prototype={} +A.TL.prototype={} +A.TM.prototype={} +A.TN.prototype={} +A.TO.prototype={} +A.TP.prototype={} +A.TQ.prototype={} +A.TR.prototype={} +A.TS.prototype={} +A.TT.prototype={} +A.TU.prototype={} +A.TV.prototype={} +A.TW.prototype={} +A.TX.prototype={} +A.TY.prototype={} +A.TZ.prototype={} +A.U_.prototype={} +A.U0.prototype={} +A.U1.prototype={} +A.U2.prototype={} +A.CK.prototype={} +A.U3.prototype={} +A.U4.prototype={} +A.U5.prototype={} +A.U6.prototype={} +A.U7.prototype={} +A.U8.prototype={} +A.U9.prototype={} +A.Ua.prototype={} +A.Ub.prototype={} +A.Uc.prototype={} +A.Ud.prototype={} +A.Ue.prototype={} +A.Uf.prototype={} +A.Ug.prototype={} +A.Uh.prototype={} +A.Ui.prototype={} +A.Uj.prototype={} +A.Uk.prototype={} +A.Ul.prototype={} +A.Um.prototype={} +A.Un.prototype={} +A.Uo.prototype={} +A.Up.prototype={} +A.Uq.prototype={} +A.Ur.prototype={} +A.Us.prototype={} +A.Ut.prototype={} +A.Uu.prototype={} +A.Uv.prototype={} +A.Uw.prototype={} +A.Ux.prototype={} +A.Uy.prototype={} +A.Uz.prototype={} +A.UA.prototype={} +A.UB.prototype={} +A.UC.prototype={} +A.CL.prototype={} +A.UD.prototype={} +A.UE.prototype={} +A.UF.prototype={} +A.UG.prototype={} +A.UH.prototype={} +A.UI.prototype={} +A.UJ.prototype={} +A.CM.prototype={} +A.UK.prototype={} +A.UL.prototype={} +A.UM.prototype={} +A.UN.prototype={} +A.UO.prototype={} +A.UP.prototype={} +A.UQ.prototype={} +A.UR.prototype={} +A.US.prototype={} +A.UT.prototype={} +A.UU.prototype={} +A.UV.prototype={} +A.UW.prototype={} +A.CN.prototype={} +A.UX.prototype={} +A.CO.prototype={} +A.UY.prototype={} +A.UZ.prototype={} +A.V_.prototype={} +A.Md.prototype={$iU:1} +A.YA.prototype={ +ns(a){return $.aAs().t(0,a.gd3(a))}, +hm(a,b){return $.aTF.bf(0,b,new A.aqE(b))}, +mD(a){return!1}, +j(a){return"GlobalMaterialLocalizations.delegate("+$.aAs().a+" locales)"}} +A.aqE.prototype={ +$0(){var s,r,q,p,o,n,m,l,k,j,i,h=null +A.aHJ() +s=this.a +r=A.GV(s.CD("_")) +if(A.KW(r)){q=A.a6V(r) +p=A.awY(r) +o=A.awX(r) +n=A.a6U(r) +m=A.awW(r) +l=A.awV(r) +k=A.awU(r)}else if(A.KW(s.gd3(s))){q=A.a6V(s.gd3(s)) +p=A.awY(s.gd3(s)) +o=A.awX(s.gd3(s)) +n=A.a6U(s.gd3(s)) +m=A.awW(s.gd3(s)) +l=A.awV(s.gd3(s)) +k=A.awU(s.gd3(s))}else{q=A.a6V(h) +p=A.awY(h) +o=A.awX(h) +n=A.a6U(h) +m=A.awW(h) +l=A.awV(h) +k=A.awU(h)}if(A.axP(r)){j=A.aeH(r) +i=A.axO("00",r)}else if(A.axP(s.gd3(s))){j=A.aeH(s.gd3(s)) +i=A.axO("00",s.gd3(s))}else{j=A.aeH(h) +i=A.axO("00",h)}s=A.aXE(s,q,p,o,n,m,l,k,j,i) +s.toString +return new A.bl(s,t.az)}, +$S:453} +A.avG.prototype={ +$2(a,b){var s,r=B.WT.i(0,a) +if($.Hb() instanceof A.vA){$.aV0=A.aVa() +$.a3B=$.a3t=null}if($.a3N() instanceof A.vA)$.aWX=A.aV9() +if(r==null)A.J(A.bK("Missing DateTime formatting patterns",null)) +s=b.a +if(a!==s)A.J(A.dS(A.a([a,s],t._m),"Locale does not match symbols.NAME",null)) +J.eW($.Hb(),s,b) +J.eW($.a3N(),s,r)}, +$S:454} +A.Me.prototype={$iY:1, +gc_(){return this.a}} +A.a28.prototype={ +ns(a){return $.aAv().t(0,a.gd3(a))}, +hm(a,b){return $.aUA.bf(0,b,new A.atY(b))}, +mD(a){return!1}, +j(a){return"GlobalWidgetsLocalizations.delegate("+$.aAv().a+" locales)"}} +A.atY.prototype={ +$0(){var s=A.aXG(this.a) +s.toString +return new A.bl(s,t.E8)}, +$S:455} +A.xR.prototype={ +ap(){return new A.W_(B.n)}} +A.W_.prototype={ +I(a){var s,r=this.a +r.toString +s=this.c +s.toString +return r.dt(a,t.jA.a(s))}} +A.IT.prototype={ +ct(a){return A.aN9(this)}} +A.xQ.prototype={} +A.rY.prototype={ +gBq(){var s=this.bo +return s===$?this.bo=A.axW(this,!0):s}, +by(){var s,r,q,p,o=this +o.Yo() +s=A.axW(o,!0) +if(o.gBq()!==s){o.bo=s +for(r=o.av,r=r.gaY(r),r=new A.cS(J.aj(r.a),r.b),q=A.k(r).z[1];r.q();){p=r.a;(p==null?q.a(p):p).aQ(0)}o.av.a2(0)}}, +de(){var s,r,q,p,o,n=this +try{n.aM=n.av +for(s=0,q=n.bt;s>>24&255)/255*q)),p.gl(p)>>>16&255,p.gl(p)>>>8&255,p.gl(p)&255) +l=this.c +o=A.cV(l.a) +n=A.ay3(m,m,B.Ek,m,m,!0,m,A.cA(m,A.o0(m,m,p,m,m,m,m,m,l.b,m,m,this.d,m,m,m,m,m,!1,m,m,m,m,l.c,r.w,m,m),o),B.aT,s,m,B.af,B.a2) +if(l.d)switch(s.a){case 0:l=new A.aN(new Float64Array(16)) +l.bl() +l.nT(0,-1,1,1) +n=A.SQ(B.Z,n,m,l,!1) +break +case 1:break}return A.cW(m,new A.mY(!0,n,m),!1,m,!1,!1,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m,m)}} +A.MA.prototype={} +A.abF.prototype={} +A.Ra.prototype={ +adi(a,b,c){if(b.a.length===0&&b.e==null)return B.av +return this.a.$2(a,new A.en(new A.ai4(this,b,!1),null))}, +a0t(a,b,c,d,e,f){var s,r,q=this,p=t.Bt,o=t.Uh +if(b.e!=null)s=A.aJ([e,A.a([q.Jc(a,q.Jd(b))],t.Im)],p,o) +else{s=A.w(p,o) +q.vz(a,b,0,c,!1,s,e,f)}p=A.k(s).h("bf<1>") +r=A.fw(new A.bf(s,p),p.h("l.E")) +r.R(0,A.aRo(b)) +p=q.y +p.ul(p,new A.ahU(r)) +p=s.i(0,e) +p.toString +return p}, +vz(a,b,c,d,e,f,g,h){var s,r,q,p,o,n,m,l,k=this,j=b.a +if(c>=j.length)return +s=j[c] +r=s.a +q=k.adn(b,s) +if(q.x!=null){p=k.Jc(a,q) +J.fN(f.bf(0,g,new A.ahW()),p) +k.vz(a,b,c+1,d,!1,f,g,h)}else{o=r.b +if(o==null)o=g +if(r instanceof A.fV){p=k.a0r(a,q,s,r,d) +if(p!=null)J.fN(f.bf(0,o,new A.ahX()),p) +k.vz(a,b,c+1,d,!1,f,g,h)}else if(r instanceof A.iq){n=J.b6(f.bf(0,o,new A.ahY())) +m=c+1 +j[m].toString +l=r.w +f.bf(0,l,new A.ahZ()) +k.vz(a,b,m,d,!1,f,l,h) +p=k.a0s(a,q,s,r,d,new A.ajP(new A.ahV(d,f,l,k.y.bf(0,l,new A.ai_(k,a))))) +m=f.i(0,o) +m.toString +J.awu(m,n,p)}else p=null}if(p!=null){h.m(0,p,q) +d.a6C(p,s)}}, +adn(a,b){var s,r,q,p,o=b.a +if(o instanceof A.fV){s=o.c +r=o.d}else{s=null +r=""}if(b instanceof A.ft){q=b.d +if(q.e!=null)return this.Jd(q)}else q=a +p=t.N +return new A.by(q.c,b.b,s,r,q.f,A.aD9(q.b,p,p),q.d,q.e,b.c)}, +a0r(a,b,c,d,e){var s,r=d.e +if(r!=null){s=r.$2(a,b) +if(!(s instanceof A.ub))return s}return this.a0G(a,b,d)}, +a0G(a,b,c){return this.kN(a,b,new A.en(new A.ai3(c.f,b),null))}, +a0s(a,b,c,d,e,f){var s=d.kN(a,b,f) +if(s instanceof A.ub)s=null +return s==null?this.kN(a,b,new A.en(new A.ahT(this,b,d,f),null)):s}, +Jh(a){var s,r=this +if(r.z==null){s=a.nh(t.fc) +if(s!=null){if($.mn)$.kP().l6(B.bK,"Using MaterialApp configuration") +r.z=A.aY8() +r.Q=new A.ai0()}else{s=a.nh(t.VD) +if(s!=null){if($.mn)$.kP().l6(B.bK,"Using CupertinoApp configuration") +r.z=A.aWU() +r.Q=new A.ai1()}else{if($.mn)$.kP().l6(B.bK,"Using WidgetsApp configuration") +r.z=r.gakA() +r.Q=new A.ai2()}}}}, +kN(a,b,c){var s,r,q +this.Jh(a) +s=this.z +s.toString +r=b.y +q=t.N +q=A.pG(b.r,q,q) +q.R(0,b.b.gGb()) +return s.$5$arguments$child$key$name$restorationId(q,c,r,b.e,r.a)}, +akB(a,b,c,d,e){return new A.Ag(b,B.w,B.w,A.aWV(),c,e,d,a,t.hC)}, +Jd(a){var s=a.c +return new A.by(s,s.gcD(s),null,null,a.f,a.b,null,a.e,new A.dx(s.j(0)+"(error)",t.kK))}, +Jc(a,b){var s +this.Jh(a) +s=this.Q.$2(a,b) +s=this.kN(a,b,s) +return s}, +a3r(a){if(a.nh(t.fc)!=null)return A.aDm() +else if(a.nh(t.VD)!=null)return new A.i1(null,A.w(t.K,t.Qu)) +return new A.i1(null,A.w(t.K,t.Qu))}} +A.ai4.prototype={ +$1(a){var s=t.sd,r=A.w(s,t.Js),q=this.a,p=q.d.b,o=new A.Zg(A.w(s,t.RS),q.x) +p=q.a.$2(a,A.aEg(o.gSU(),q.a0t(a,this.b,o,this.c,p,r),p,null,q.r,!0,q.e)) +q=q.w +q.amj(r) +return new A.po(q,p,null)}, +$S:459} +A.ahU.prototype={ +$2(a,b){return!this.a.t(0,a)}, +$S:460} +A.ahW.prototype={ +$0(){return A.a([],t.Im)}, +$S:73} +A.ahX.prototype={ +$0(){return A.a([],t.Im)}, +$S:73} +A.ahY.prototype={ +$0(){return A.a([],t.Im)}, +$S:73} +A.ahZ.prototype={ +$0(){return A.a([],t.Im)}, +$S:73} +A.ai_.prototype={ +$0(){return this.a.a3r(this.b)}, +$S:462} +A.ahV.prototype={ +$3$requestFocus(a,b,c){var s,r=this,q=r.c,p=r.b.i(0,q) +p.toString +s=a==null?B.QW:a +return A.aEg(r.a.gSU(),p,q,r.d,s,c,b)}, +$2(a,b){return this.$3$requestFocus(a,b,!0)}, +$C:"$3$requestFocus", +$R:2, +$D(){return{requestFocus:!0}}, +$S:463} +A.ai3.prototype={ +$1(a){return this.a.$2(a,this.b)}, +$S:6} +A.ahT.prototype={ +$1(a){var s=this.c,r=s.adq(a,this.b,this.d) +if(r==null)A.J(A.aaP("No builder provided to ShellRoute: "+s.j(0))) +return r}, +$S:6} +A.ai0.prototype={ +$2(a,b){return new A.u4(b.x,null)}, +$S:464} +A.ai1.prototype={ +$2(a,b){return new A.t1(b.x,null)}, +$S:465} +A.ai2.prototype={ +$2(a,b){return new A.tf(b.x,null)}, +$S:466} +A.Zg.prototype={ +a6C(a,b){J.awu(this.a.bf(0,a,new A.arc()),0,b)}, +ak0(a,b){var s=t.sd.a(a.b),r=this.a,q=r.i(0,s) +q.toString +if(this.b.$3(a,b,J.wV(q))){r=r.i(0,s) +r.toString +J.aAL(r) +return!0}return!1}} +A.arc.prototype={ +$0(){return A.a([],t.Om)}, +$S:468} +A.ai7.prototype={ +a84(){var s,r=this +r.d.a2(0) +r.B8("",r.a.a.a) +s=r.af7() +if($.mn)$.kP().l6(B.bK,s)}, +ado(a){var s=a.c +return new A.by(s,s.gcD(s),null,null,a.f,a.b,a.d,null,B.a6g)}, +EX(a,b){var s,r,q,p,o=A.bm(a,0,null).j(0) +if(B.c.ip(o,"?"))o=B.c.T(o,0,o.length-1) +s=A.bm(B.c.TF(B.c.ip(o,"/")&&o!=="/"&&!B.c.t(o,"?")?B.c.T(o,0,o.length-1):o,"/?","?",1),0,null) +r=t.N +q=A.w(r,r) +p=this.KG(s.gcD(s),"","",q,s.gcD(s),this.a.a.a) +if(p==null)return new A.cz(B.dW,B.dd,s,b,new A.tv("no routes for location: "+s.j(0)),A.Bk(B.dW)) +return new A.cz(p,q,s,b,null,A.Bk(p))}, +agb(a){return this.EX(a,null)}, +KG(a,b,c,a0,a1,a2){var s,r,q,p,o,n,m,l,k,j,i=A.aR("subPathParameters"),h=a2.length,g=t.By,f=t.N,e=i.a,d=0 +while(!0){if(!(d=n.length)return null +s=n[c] +n=new A.ai9(this,a,b,c) +r=s.a +if(r instanceof A.fV&&r.r!=null){q=s instanceof A.ft?s.d:b +p=r.r.$2(a,new A.by(q.c,s.b,r.c,r.d,q.f,q.b,q.d,null,s.c))}else p=null +o=t.R +if(o.b(p))return n.$1(p) +return p.bF(n,o)}, +KK(a,b,c){var s,r,q,p,o,n=this +try{s=n.agb(a) +q=s +if(B.b.t(c,q)){p=A.af(c,!0,t.LQ) +p.push(q) +A.J(A.aCw("redirect loop detected "+n.Kv(p)))}if(c.length>n.a.a.c){p=A.af(c,!0,t.LQ) +p.push(q) +A.J(A.aCw("too many redirects "+n.Kv(p)))}c.push(q) +q=q.j(0) +if($.mn)$.kP().l6(B.bK,"redirecting to "+q) +return s}catch(o){q=A.ag(o) +if(q instanceof A.tv){r=q +q=r.a +if($.mn)$.kP().l6(B.bK,"Redirection exception: "+q) +return new A.cz(B.dW,B.dd,b,null,r,A.Bk(B.dW))}else throw o}}, +Kv(a){return new A.S(a,new A.ai8(),A.a1(a).h("S<1,j>")).bP(0," => ")}, +j(a){return"RouterConfiguration: "+A.n(this.a.a.a)}, +af7(){var s,r,q=new A.bZ("") +q.a=""+"Full paths for routes:\n" +this.By(this.a.a.a,"",0,q) +s=this.d +if(s.a!==0){q.a+="known full paths for route names:\n" +for(s=s.ge3(s),s=s.ga6(s);s.q();){r=s.gG(s) +q.a+=" "+A.n(r.a)+" => "+A.n(r.b)+"\n"}}s=q.a +return s.charCodeAt(0)==0?s:s}, +By(a,b,c,d){var s,r,q,p,o,n +for(s=a.length,r=c*2,q=c+1,p=0;p")),o),!0,o.h("l.E")) +return A.aCy(n.length-1,s,n).bF(new A.ab0(m,a),t.H)}}return m.Nr(a)}, +Nr(a){this.d=a +this.aE() +return new A.bl(null,t.kO)}} +A.ab_.prototype={ +$1(a){return a.a}, +$S:178} +A.ab0.prototype={ +$1(a){if(!a)return new A.bl(null,t.kO) +return this.a.Nr(this.b)}, +$S:475} +A.aqY.prototype={ +gG(a){var s=this.d +s===$&&A.b() +return s}, +Kn(){var s,r=this,q=r.b,p=r.a.a,o=p[q].a.b +if(o==null){r.b=q-1 +return}for(q=r.b=q-1;q>=0;--q,r.b=q){s=p[q].a +if(s instanceof A.iq){p[q+1].toString +if(s.w===o)return}}}, +q(){var s,r,q,p,o,n,m,l=this +if(l.b<0)return!1 +l.Kn() +for(s=l.a.a,r=t.Y8,q=t.Fe;p=l.b,p>=0;){o=s[p].a +if(o instanceof A.iq){s[p+1].toString +n=o.w +m=$.a8.V$.z.i(0,n).au(q) +if(r.a(m==null?null:m.x).gnr()){s=n.ga0() +s.toString +l.d=s +return!0}}l.Kn()}l.d=l.c +return!0}} +A.XI.prototype={} +A.ael.prototype={ +K(){return"NavigatingType."+this.b}} +A.qm.prototype={} +A.yS.prototype={ +alM(a,b){var s,r,q=this +switch(b.a){case 0:s=q.c +if(s.ghn(s)===a.ghn(a)&&B.iV.eq(q.c.c,a.c))return +r=q.c===B.kr +break +case 1:r=!0 +break +case 2:r=!1 +break +default:r=null}B.ho.kb("selectMultiEntryHistory",t.H) +A.aEN(a.ghn(a),r,a.c,null) +q.b=q.c=a}, +gl(a){return this.b}, +aE(){this.qo()}, +aaG(a,b){var s=this,r=s.b,q=r.ghn(r)!==a||!J.d(s.b.c,b) +s.b=new A.hJ(a,null,b) +if(q)s.qo()}, +MA(a){var s=this +if(s.b===a)return +if(a.c!=null)s.b=s.c=a +else{s.b=new A.hJ(a.ghn(a),null,new A.qm(null,null,B.k3)) +s.c=B.kr}s.qo()}, +U(a,b){if(this.k4$<=0)$.a8.aS$.push(this) +this.I6(0,b)}, +J(a,b){this.I7(0,b) +if(this.k4$<=0)B.b.B($.a8.aS$,this)}, +pa(a){this.MA(a) +return new A.bl(!0,t.d9)}, +QV(a){this.MA(new A.hJ(a,null,null)) +return new A.bl(!0,t.d9)}} +A.XG.prototype={} +A.XH.prototype={} +A.aw0.prototype={ +$1(a){if(a.a.b>=1000)A.axd(new A.bi(new A.DH(a.r),a.w,a.d,A.be(a.b),null,!1),!1)}, +$S:476} +A.dI.prototype={ +k(a,b){var s=this +if(b==null)return!1 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.dI&&s.a===b.a&&s.b===b.b&&s.c.k(0,b.c)}, +gu(a){return A.K(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.ft.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.ft&&this.e===b.e&&this.d.k(0,b.d)&&this.Y9(0,b)}, +gu(a){var s=this,r=s.d +return A.K(A.dI.prototype.gu.call(s,s),s.e,r.gu(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,B.a,B.a,B.a,B.a)}} +A.abW.prototype={ +$2(a,b){return A.J(A.fb(null))}, +$S:477} +A.cz.prototype={ +nF(a){var s=A.af(this.a,!0,t.UV) +s.push(a) +return this.Bt(s)}, +B(a,b){var s,r,q,p,o,n=this,m=n.a,l=A.a(m.slice(0),A.a1(m)) +B.b.Tx(l,B.b.iB(l,b),l.length) +m=t.By +while(!0){if(l.length!==0)if(!(B.b.gY(l).a instanceof A.iq)){m.a(B.b.gY(l).a) +s=!1}else s=!0 +else s=!1 +if(!s)break +l.pop()}if(b instanceof A.ft)return n.Bt(l) +r=A.Bk(new A.aZ(l,new A.aih(),A.a1(l).h("aZ<1>"))) +q=A.a([],t.s) +A.aHZ(r,q) +m=t.N +p=A.tV(q,m) +s=n.b +s=s.ge3(s) +o=A.aDk(s.hY(s,new A.aii(p)),m,m) +return n.JS(l,o,n.c.TD(0,A.aHY(r,o)))}, +galN(){var s=this.a,r=A.a1(s).h("S<1,ij>") +return A.af(new A.S(s,new A.aij(),r),!0,r.h("bd.E"))}, +JS(a,b,c){var s=this,r=c==null?s.c:c,q=b==null?s.b:b +return new A.cz(a,q,r,s.d,s.e,A.Bk(a))}, +Bt(a){return this.JS(a,null,null)}, +k(a,b){var s=this +if(b==null)return!1 +if(J.O(b)!==A.r(s))return!1 +return b instanceof A.cz&&s.c.k(0,b.c)&&J.d(s.d,b.d)&&s.e==b.e&&B.Kh.eq(s.a,b.a)&&B.Vc.eq(s.b,b.b)}, +gu(a){var s=this,r=A.cy(s.a),q=s.b +q=q.ge3(q) +return A.K(r,s.c,s.d,s.e,A.aQn(q.iD(q,new A.aig(),t.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,B.a)}, +j(a){return"RouteMatchList("+this.f+")"}} +A.aif.prototype={ +$1(a){return!(a instanceof A.ft)}, +$S:166} +A.aih.prototype={ +$1(a){return!(a instanceof A.ft)}, +$S:166} +A.aii.prototype={ +$1(a){return this.a.t(0,a.a)}, +$S:479} +A.aij.prototype={ +$1(a){return a.a}, +$S:178} +A.aig.prototype={ +$1(a){return A.K(a.a,a.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)}, +$S:480} +A.Rf.prototype={} +A.a_Q.prototype={ +cG(a){var s,r=t.S6 +r=A.pL(new A.cO(a.a,r),new A.as8(this),r.h("l.E"),t.F) +s=A.af(r,!0,A.k(r).h("l.E")) +return this.abx(a.c.j(0),a.d,s)}, +On(a,b,c,d){var s,r,q,p=null +try{p=A.ayD(b,B.bV.gEM().b,null)}catch(s){if(A.ag(s) instanceof A.tL){p=A.ayD(null,B.bV.gEM().b,null) +r=J.O(b).j(0) +if($.mn)$.kP().l6(B.Kg,"An extra with complex data type "+r+" is provided without a codec. Consider provide a codec to GoRouter to prevent extra being dropped during serialization.")}else throw s}q=A.aJ(["codec","json","encoded",p],t.N,t.X) +r=t.X +r=A.w(r,r) +r.m(0,"location",a) +r.m(0,"state",q) +if(c!=null)r.m(0,"imperativeMatches",c) +if(d!=null)r.m(0,"pageKey",d) +return r}, +abx(a,b,c){return this.On(a,b,c,null)}, +aby(a,b,c){return this.On(a,b,null,c)}} +A.as8.prototype={ +$1(a){var s=a.d +return this.a.aby(s.c.j(0),s.d,a.c.a)}, +$S:481} +A.a_P.prototype={ +cG(a){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e=J.a9(a),d=e.i(a,"location") +d.toString +A.bB(d) +s=e.i(a,"state") +s.toString +r=t.F +r.a(s) +q=J.a9(s) +if(J.d(q.i(s,"codec"),"json")){p=B.bV.gQG() +s=q.i(s,"encoded") +s.toString +o=A.az8(A.bB(s),p.a)}else o=null +n=this.a.EX(d,o) +m=t.wh.a(e.i(a,"imperativeMatches")) +if(m!=null)for(e=J.aMe(m,r),d=J.aj(e.a),e=e.$ti,s=new A.kx(d,e.h("kx<1>")),e=e.c,r=t.kK,q=t.Kw,p=t.oe,l=t.UV;s.q();){k=e.a(d.gG(d)) +j=this.cG(k) +k=J.aE(k,"pageKey") +k.toString +A.bB(k) +i=$.an +h=A.aCN(j) +g=A.aCO(j) +f=A.af(n.a,!0,l) +f.push(new A.ft(j,new A.bv(new A.ay(i,q),p),h,g,new A.dx(k,r))) +n=n.Bt(f)}return n}} +A.tf.prototype={ +I(a){var s=null,r=this.c +r=r==null?s:"GoException: "+r.a +return A.ay5(!0,A.mL(A.hW(A.a([B.a4W,B.E4,A.ej(r==null?"page not found":r,s,s,s,s),B.E4,new A.D5(new A.a9b(a),B.a4X,s)],t.p),B.ag,B.hd,B.aO),s,s),!0)}} +A.a9b.prototype={ +$0(){return A.pp(this.a).lt(0,"/",null)}, +$S:0} +A.D5.prototype={ +ap(){return new A.VL(B.n)}} +A.VL.prototype={ +by(){var s,r=this +r.dZ() +s=r.c.nh(t.iM) +s=s==null?null:s.dx +if(s==null)s=B.iK +r.d!==$&&A.bA() +r.d=s}, +I(a){var s=null,r=this.a,q=r.c,p=this.d +p===$&&A.b() +return A.ld(s,A.mQ(s,r.d,B.I,p,s,s,s,s,B.j6,s),B.au,!1,s,s,s,s,s,s,s,s,s,s,s,s,s,s,q,s,s,s)}} +A.Mg.prototype={ +j(a){return"GoError: "+this.a}} +A.tv.prototype={ +j(a){return"GoException: "+this.a}, +$icp:1} +A.nc.prototype={ +cq(a){return!1}} +A.t1.prototype={ +I(a){var s=null,r=this.c +r=r==null?s:"GoException: "+r.a +return new A.y2(B.Ih,A.mL(A.hW(A.a([A.ej(r==null?"page not found":r,s,s,s,s),A.a6G(B.Z,B.eQ,B.Ep,s,B.iU,44,new A.a6J(a),s,0.4)],t.p),B.ag,B.hd,B.aO),s,s),s)}} +A.a6J.prototype={ +$0(){return A.pp(this.a).lt(0,"/",null)}, +$S:0} +A.fo.prototype={ +lZ(a){var s=null,r=this.$ti,q=A.a([],t.Zt),p=$.an,o=r.h("ay<1?>"),n=r.h("bv<1?>"),m=A.uz(B.cq),l=A.a([],t.wi),k=$.aD(),j=$.an +return new A.Du(!1,!0,!1,q,A.aM(t.kj),new A.bp(s,r.h("bp>")),new A.bp(s,t.B),new A.Ao(),s,0,new A.bv(new A.ay(p,o),n),m,l,this,new A.bq(s,k,t.XR),new A.bv(new A.ay(j,o),n),r.h("Du<1>"))}} +A.Du.prototype={ +grz(){this.$ti.h("fo<1>").a(this.b) +return!1}, +goO(){this.$ti.h("fo<1>").a(this.b) +return null}, +gxm(){this.$ti.h("fo<1>").a(this.b) +return null}, +gzO(a){return this.$ti.h("fo<1>").a(this.b).w}, +gTP(){return this.$ti.h("fo<1>").a(this.b).x}, +gnv(){this.$ti.h("fo<1>").a(this.b) +return!0}, +gjg(){this.$ti.h("fo<1>").a(this.b) +return!1}, +gnz(){this.$ti.h("fo<1>").a(this.b) +return!0}, +kN(a,b,c){var s=null +return A.cW(s,this.$ti.h("fo<1>").a(this.b).r,!1,s,!1,!0,s,s,s,s,s,s,s,s,s,s,s,s,s,!0,s,s,s,s,s,s,s)}, +xs(a,b,c,d){return this.$ti.h("fo<1>").a(this.b).ay.$4(a,b,c,d)}} +A.Ag.prototype={} +A.u4.prototype={ +I(a){var s=null,r=this.c +r=r==null?s:"GoException: "+r.a +if(r==null)r="page not found" +return A.ay6(new A.xc(B.Eo,new A.ZU(s,s,1/0,56),s),A.mL(A.hW(A.a([new A.BD(r,s),A.ayj(B.Ep,new A.adr(a),s)],t.p),B.ag,B.hd,B.aO),s,s))}} +A.adr.prototype={ +$0(){return A.pp(this.a).lt(0,"/",null)}, +$S:0} +A.aaW.prototype={ +T1(a,b){var s,r,q=this,p=a.c +p.toString +if(!(p instanceof A.qm))return q.MP(b,q.c.b.cG(t.F.a(p))).bF(new A.aaX(q,b),t.LQ) +s=A.aR("initialMatches") +s.scv(q.a.EX(a.ghn(a),p.a)) +if(s.aA().e!=null){r=a.ghn(a) +if($.mn)$.kP().l6(B.bK,"No initial matches: "+r)}return q.MP(b,s.aA()).bF(new A.aaY(q,b,p),t.LQ)}, +alG(a){var s +if(a.a.length===0)return null +s=a.c.j(0) +return new A.hJ(s,null,this.c.a.cG(a))}, +MP(a,b){var s=this.a.Gj(0,a,b,A.a([],t.k4)) +if(s instanceof A.cz)return new A.bl(s,t.Q4) +return s}, +ac3(a,b,c,d){var s,r +switch(d.a){case 0:b.toString +s=this.L_() +c.toString +return b.nF(A.axr(c,a,s)) +case 1:s=b.B(0,B.b.gY(b.a)) +r=this.L_() +c.toString +return s.nF(A.axr(c,a,r)) +case 2:s=B.b.gY(b.a) +r=b.B(0,s) +s=s.c +c.toString +return r.nF(A.axr(c,a,s)) +case 3:return a +case 4:return b.c.j(0)!==a.c.j(0)?a:b}}, +L_(){var s,r,q=J.acf(32,t.S) +for(s=this.d,r=0;r<32;++r)q[r]=s.ajF(33)+89 +return new A.dx(A.qC(q,0,null),t.kK)}} +A.aaX.prototype={ +$1(a){if(a.e!=null&&this.a.b!=null)return this.a.b.$2(this.b,a) +return a}, +$S:154} +A.aaY.prototype={ +$1(a){var s,r=this +if(a.e!=null&&r.a.b!=null)return r.a.b.$2(r.b,a) +s=r.c +return r.a.ac3(a,s.c,null,s.d)}, +$S:154} +A.auv.prototype={ +$1(a){return"\\"+A.n(a.b[0])}, +$S:146} +A.ij.prototype={} +A.fV.prototype={} +A.RR.prototype={} +A.ajP.prototype={} +A.iq.prototype={ +adq(a,b,c){var s=c.e.$2(this.r,this.x) +return this.e.$3(a,b,s)}, +kN(a,b,c){var s=c.e.$2(this.r,this.x) +return this.f.$3(a,b,s)}} +A.a_O.prototype={} +A.aid.prototype={} +A.aaR.prototype={ +dt(a,b){return A.J(A.fb("One of `build` or `buildPage` must be implemented."))}} +A.aaT.prototype={ +$1(a){var s,r,q=a.w,p=this.a +if(p.b(q))return q +s=$.aIQ() +A.mZ(a) +r=s.a.get(a) +if(r==null){r=this.b.$1(a) +s.m(0,a,r) +s=r}else s=r +return p.a(s)}, +$S(){return this.a.h("0(by)")}} +A.aaS.prototype={ +$2(a,b){return this.a.$1(b).dt(a,b)}, +$S:484} +A.aaU.prototype={ +$2(a,b){this.a.$1(b) +return B.zk}, +$S:485} +A.aaV.prototype={ +$2(a,b){this.a.$1(b) +return null}, +$S:486} +A.ajQ.prototype={} +A.ajS.prototype={ +$1(a){var s,r=$.aJx() +A.mZ(a) +s=r.a.get(a) +if(s==null){s=this.a.$1(a) +r.m(0,a,s) +r=s}else r=s +return this.b.a(r)}, +$S(){return this.b.h("0(by)")}} +A.ajR.prototype={ +$3(a,b,c){this.a.$1(b) +return new A.R6(c,null)}, +$S:487} +A.ajT.prototype={ +$3(a,b,c){this.a.$1(b) +return B.zk}, +$S:488} +A.ub.prototype={ +lZ(a){return A.J(A.V("Should never be called"))}} +A.aio.prototype={} +A.pn.prototype={ +a_f(a,b,c,d,e,f,g,h,i,j,k,l,m,a0,a1){var s,r,q,p,o,n=this +A.aYL(!0) +if($.a8==null)A.aFn() +$.a8.toString +s=t.N +s=new A.ai7(n.r,g,d,A.w(s,s)) +s.a84() +n.a!==$&&A.bA() +n.a=s +n.e!==$&&A.bA() +n.e=new A.aaW(s,null,new A.Rf(new A.a_Q(s),new A.a_P(s)),B.bX) +r=n.a2u(f) +q=$.aD() +r=new A.yS(k,new A.hJ(r,null,new A.qm(e,null,B.k3)),B.kr,q) +k.c=r.gfD() +n.d!==$&&A.bA() +n.d=r +r=A.a([],t.tc) +r=A.af(r,!0,t.JS) +p=new A.yT(!1,s,$.aJk(),q) +o=t.sd +p.a=new A.Ra(new A.aaZ(n),c,b,s,m,!0,r,new A.tw(A.w(o,t.Js),A.w(t.Kv,o),q),p.ga5j(),A.w(t.Bt,t.Pd)) +n.c!==$&&A.bA() +n.c=p}, +lt(a,b,c){var s +if($.mn)$.kP().l6(B.bK,"going to "+b) +s=this.d +s===$&&A.b() +s.aaG(b,new A.qm(c,null,B.k3))}, +a2u(a){var s,r,q=null +$.a8.toString +s=A.bm($.b3().gxL(),0,q) +r=(s.gRX()?A.d_(q,q,"/",q,s.gGb(),q):s).j(0) +return r}} +A.aaZ.prototype={ +$2(a,b){return new A.nc(this.a,b,null)}, +$S:489} +A.VZ.prototype={ +J(a,b){}} +A.by.prototype={ +k(a,b){var s=this +if(b==null)return!1 +return b instanceof A.by&&b.b.k(0,s.b)&&b.c===s.c&&b.e==s.e&&b.f===s.f&&b.r===s.r&&J.d(b.w,s.w)&&b.x==s.x&&b.y.k(0,s.y)}, +gu(a){var s=this +return A.K(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,B.a)}} +A.po.prototype={} +A.tw.prototype={ +a1B(a,b){var s=this,r=s.b,q=r.i(0,b) +if(q==null){r.m(0,b,a) +b.y.a.bF(new A.ab1(s,b),t.H)}else if(q!==a){r.m(0,b,a) +s.a.B(0,q)}r=s.a.i(0,a) +r.toString +return r}, +amj(a){var s,r,q,p,o,n,m={} +m.a=!1 +s=this.b +s=s.gaY(s) +r=A.fw(s,A.k(s).h("l.E")) +for(s=a.ge3(a),s=s.ga6(s),q=this.a;s.q();){p=s.gG(s) +o=p.a +n=q.i(0,o) +if(n!=null){p=p.b +if(!n.k(0,p)){m.a=m.a||r.t(0,o) +q.m(0,o,p)}continue}q.m(0,o,p.b)}q.ul(q,new A.ab2(m,a,r)) +if(m.a)this.aE()}} +A.ab1.prototype={ +$1(a){var s=this.a,r=s.b.B(0,this.b) +r.toString +s.a.B(0,r)}, +$S:100} +A.ab2.prototype={ +$2(a,b){if(this.b.ai(0,a))return!1 +if(this.c.t(0,a)){this.a.a=!0 +return!1}return!0}, +$S:490} +A.au6.prototype={ +$1(a){return a.a.$0()}, +$S:152} +A.Ms.prototype={ +ct(a){return A.aTz(this)}} +A.XM.prototype={} +A.a2n.prototype={ +ck(a,b){this.iv$=!1 +this.Yq(0,b)}, +by(){this.iv$=!1 +this.WD()}, +de(){var s,r,q=this,p=q.iv$!==!0||q.tm$.jQ(0,new A.au6()) +q.iv$=null +q.tm$.a2(0) +if(!p){r=q.na$ +r.toString +return r}r=q.m5$ +q.f7$=r.b===0?null:r.gL(r) +$.cL=q +try{q.na$=q.WC()}finally{q.iv$=null +A.az0(q) +$.cL=null +r=q.iu$ +if(r!=null&&!r.ga_(r)){for(r=q.iu$,s=r.gY(r);s!=null;s=s.gpO())s.a.n() +q.iu$=null}}r=q.na$ +r.toString +return r}, +au(a){return this.Ic(null,a)}, +hq(){var s,r,q,p,o,n,m,l=null +this.WE() +p=this.m5$ +if(!p.ga_(p))for(s=p.gY(p),p=t.f6;s!=null;s=s.gpO())try{s.a.n()}catch(o){r=A.ag(o) +q=A.aA(o) +n=A.r(s).j(0) +m=$.fi() +if(m!=null)m.$1(new A.bi(r,q,"hooks library",new A.e7("while disposing "+n,!1,!0,l,l,l,!1,l,B.az,B.ah,"",!0,!1,l,B.cr,p),l,!1))}}, +dI(){var s,r,q,p,o,n,m,l,k,j=null +for(p=A.ayF(this.m5$),o=t.f6,n=A.k(p).c;p.q();){m=p.c +s=m==null?n.a(m):m +try{s.toString}catch(l){r=A.ag(l) +q=A.aA(l) +m=A.r(s).j(0) +k=$.fi() +if(k!=null)k.$1(new A.bi(r,q,"hooks library",new A.e7("while deactivating "+m,!1,!0,j,j,j,!1,j,B.az,B.ah,"",!0,!1,j,B.cr,o),j,!1))}}this.Yn()}} +A.t5.prototype={ +j(a){return this.a}} +A.nv.prototype={ +j(a){return this.a}} +A.dC.prototype={ +tw(a){var s,r,q,p=this,o=p.e +if(o==null){if(p.d==null){p.hb("yMMMMd") +p.hb("jms")}o=p.d +o.toString +o=p.Mv(o) +s=A.a1(o).h("cc<1>") +s=p.e=A.af(new A.cc(o,s),!0,s.h("bd.E")) +o=s}s=o.length +r=0 +q="" +for(;r=12&&s<24?1:0 +return n.b.gfu().CW[r] +case"c":return n.agt(a) +case"d":return n.b.fm(B.c.d4(""+A.afK(a),l.length,m)) +case"D":q=A.hD(A.Ay(a),2,29,0,0,0,0,!1) +if(!A.dN(q))A.J(A.dO(q)) +return n.b.fm(B.c.d4(""+A.aWY(A.je(a),A.afK(a),A.je(new A.c2(q,!1))===2),l.length,m)) +case"E":q=n.b +l=l.length>=4?q.gfu().y:q.gfu().Q +return l[B.e.c0(A.afL(a),7)] +case"G":p=A.Ay(a)>0?1:0 +q=n.b +return l.length>=4?q.gfu().c[p]:q.gfu().b[p] +case"h":s=A.qa(a) +if(A.qa(a)>12)s-=12 +return n.b.fm(B.c.d4(""+(s===0?12:s),l.length,m)) +case"H":return n.b.fm(B.c.d4(""+A.qa(a),l.length,m)) +case"K":return n.b.fm(B.c.d4(""+B.e.c0(A.qa(a),12),l.length,m)) +case"k":return n.b.fm(B.c.d4(""+(A.qa(a)===0?24:A.qa(a)),l.length,m)) +case"L":return n.agu(a) +case"M":return n.agr(a) +case"m":return n.b.fm(B.c.d4(""+A.aDW(a),l.length,m)) +case"Q":return n.ags(a) +case"S":return n.agq(a) +case"s":return n.b.fm(B.c.d4(""+A.aDX(a),l.length,m)) +case"y":o=A.Ay(a) +if(o<0)o=-o +l=l.length +q=n.b +return l===2?q.fm(B.c.d4(""+B.e.c0(o,100),2,m)):q.fm(B.c.d4(""+o,l,m)) +default:return""}}, +agr(a){var s=this.a.length,r=this.b +switch(s){case 5:return r.gfu().d[A.je(a)-1] +case 4:return r.gfu().f[A.je(a)-1] +case 3:return r.gfu().w[A.je(a)-1] +default:return r.fm(B.c.d4(""+A.je(a),s,"0"))}}, +agq(a){var s=this.b,r=s.fm(B.c.d4(""+A.aDV(a),3,"0")),q=this.a.length-3 +if(q>0)return r+s.fm(B.c.d4(""+0,q,"0")) +else return r}, +agt(a){var s=this.b +switch(this.a.length){case 5:return s.gfu().ax[B.e.c0(A.afL(a),7)] +case 4:return s.gfu().z[B.e.c0(A.afL(a),7)] +case 3:return s.gfu().as[B.e.c0(A.afL(a),7)] +default:return s.fm(B.c.d4(""+A.afK(a),1,"0"))}}, +agu(a){var s=this.a.length,r=this.b +switch(s){case 5:return r.gfu().e[A.je(a)-1] +case 4:return r.gfu().r[A.je(a)-1] +case 3:return r.gfu().x[A.je(a)-1] +default:return r.fm(B.c.d4(""+A.je(a),s,"0"))}}, +ags(a){var s=B.d.a9((A.je(a)-1)/3),r=this.a.length,q=this.b +switch(r){case 4:return q.gfu().ch[s] +case 3:return q.gfu().ay[s] +default:return q.fm(B.c.d4(""+(s+1),r,"0"))}}} +A.aeF.prototype={ +j(a){return"NumberFormat("+this.fx+", "+A.n(this.fr)+")"}} +A.aeJ.prototype={ +$1(a){return this.a}, +$S:495} +A.aeI.prototype={ +$1(a){return a.Q}, +$S:496} +A.PF.prototype={} +A.aeG.prototype={ +a8A(){var s,r,q,p,o,n,m,l,k,j=this,i=j.f +i.b=j.wm() +s=j.a8D() +i.d=j.wm() +r=j.b +if(r.bq()===";"){++r.b +i.a=j.wm() +for(q=s.length,p=r.a,o=p.length,n=0;n=o.a.length)return!1 +s=o.bq() +if(s==="'"){r=o.G6(2) +if(r.length===2&&r[1]==="'"){++o.b +a.a+="'"}else p.w=!p.w +return!0}if(p.w)a.a+=s +else switch(s){case"#":case"0":case",":case".":case";":return!1 +case"\xa4":a.a+=p.d +break +case"%":o=p.f +q=o.e +if(q!==1&&q!==100)throw A.c(B.n0) +o.e=100 +a.a+=p.a.d +break +case"\u2030":o=p.f +q=o.e +if(q!==1&&q!==1000)throw A.c(B.n0) +o.e=1000 +a.a+=p.a.x +break +default:a.a+=s}return!0}, +a8D(){var s,r,q,p,o,n=this,m=new A.bZ(""),l=n.b,k=l.a,j=k.length,i=!0 +while(!0){s=l.b +if(!(B.c.T(k,s,Math.min(s+1,j)).length!==0&&i))break +i=n.akK(m)}l=n.z +if(l===0&&n.y>0&&n.x>=0){r=n.x +if(r===0)r=1 +n.Q=n.y-r +n.y=r-1 +l=n.z=1}q=n.x +if(!(q<0&&n.Q>0)){if(q>=0){j=n.y +j=qj+l}else j=!1 +j=j||n.as===0}else j=!0 +if(j)throw A.c(A.bG('Malformed pattern "'+k+'"',null,null)) +k=n.y +l=k+l +p=l+n.Q +j=n.f +s=q>=0 +o=s?p-q:0 +j.x=o +if(s){l-=q +j.y=l +if(l<0)j.y=0}l=j.w=(s?q:p)-k +if(j.ax){j.r=k+l +if(o===0&&l===0)j.w=1}l=Math.max(0,n.as) +j.Q=l +if(!n.r)j.z=l +j.as=q===0||q===p +l=m.a +return l.charCodeAt(0)==0?l:l}, +akK(a){var s,r,q,p,o,n=this,m=null,l=n.b,k=l.bq() +switch(k){case"#":if(n.z>0)++n.Q +else ++n.y +s=n.as +if(s>=0&&n.x<0)n.as=s+1 +break +case"0":if(n.Q>0)throw A.c(A.bG('Unexpected "0" in pattern "'+l.a,m,m));++n.z +s=n.as +if(s>=0&&n.x<0)n.as=s+1 +break +case",":s=n.as +if(s>0){n.r=!0 +n.f.z=s}n.as=0 +break +case".":if(n.x>=0)throw A.c(A.bG('Multiple decimal separators in pattern "'+l.j(0)+'"',m,m)) +n.x=n.y+n.z+n.Q +break +case"E":a.a+=k +s=n.f +if(s.ax)throw A.c(A.bG('Multiple exponential symbols in pattern "'+l.j(0)+'"',m,m)) +s.ax=!0 +s.f=0;++l.b +if(l.bq()==="+"){a.a+=l.zq(0) +s.at=!0}for(r=l.a,q=r.length;p=l.b,o=p+1,p=B.c.T(r,p,Math.min(o,q)),p==="0";){l.b=o +a.a+=p;++s.f}if(n.y+n.z<1||s.f<1)throw A.c(A.bG('Malformed exponential pattern "'+l.j(0)+'"',m,m)) +return!1 +default:return!1}a.a+=k;++l.b +return!0}} +A.akJ.prototype={ +zq(a){var s=this.G6(1);++this.b +return s}, +G6(a){var s=this.a,r=this.b +return B.c.T(s,r,Math.min(r+a,s.length))}, +bq(){return this.G6(1)}, +j(a){return this.a+" at "+this.b}} +A.vA.prototype={ +i(a,b){return A.GV(b)==="en_US"?this.b:this.Oi()}, +ai(a,b){if(A.GV(b)!=="en_US")this.Oi() +return!0}, +Oi(){throw A.c(new A.Ne("Locale data has not been initialized, call "+this.a+"."))}} +A.Ne.prototype={ +j(a){return"LocaleDataException: "+this.a}, +$icp:1} +A.pE.prototype={ +k(a,b){if(b==null)return!1 +return b instanceof A.pE&&this.b===b.b}, +bB(a,b){return this.b-b.b}, +gu(a){return this.b}, +j(a){return this.a}, +$icx:1} +A.tW.prototype={ +j(a){return"["+this.a.a+"] "+this.d+": "+this.b}} +A.tX.prototype={ +gRI(){var s=this.b,r=s==null?null:s.a.length!==0,q=this.a +return r===!0?s.gRI()+"."+q:q}, +gaiV(a){var s,r +if(this.b==null){s=this.c +s.toString +r=s}else{s=$.awc().c +s.toString +r=s}return r}, +l6(a,b){var s,r,q,p,o,n,m=this,l=a.b +if(l>=m.gaiV(m).b){if(l>=2000){s=A.aku() +r="autogenerated stack trace for "+a.j(0)+" "+b}else{r=null +s=null}q=$.an +l=m.gRI() +p=Date.now() +o=$.aDd +$.aDd=o+1 +n=new A.tW(a,b,l,new A.c2(p,!1),o,r,s,q) +if(m.b==null)m.MG(n) +else $.awc().MG(n)}}, +KV(){if(this.b==null){var s=this.f +if(s==null)s=this.f=A.ayf(!0,t.b7) +return new A.jv(s,A.k(s).h("jv<1>"))}else return $.awc().KV()}, +MG(a){var s=this.f +return s==null?null:s.E(0,a)}} +A.ad0.prototype={ +$0(){var s,r,q,p=this.a +if(B.c.bv(p,"."))A.J(A.bK("name shouldn't start with a '.'",null)) +if(B.c.ip(p,"."))A.J(A.bK("name shouldn't end with a '.'",null)) +s=B.c.pz(p,".") +if(s===-1)r=p!==""?A.ad_(""):null +else{r=A.ad_(B.c.T(p,0,s)) +p=B.c.bA(p,s+1)}q=new A.tX(p,r,A.w(t.N,t.JW)) +if(r==null)q.c=B.bK +else r.d.m(0,p,q) +return q}, +$S:497} +A.rE.prototype={ +IG(a,b,c,d,e,f,g,h,a0){var s,r,q,p,o,n,m,l,k,j=this,i=j.r +i.sAx(c) +i.sAy(f) +i.sWk(g) +i=j.d +s=j.x +i.b2(s) +r=j.w +i.b2(r) +for(q=j.y,p=0;p=0;--s){q=a[s] +if(q instanceof A.iB&&q.d===B.kE)r=q}if(r!=null)r.c.push(this.gu8()) +for(s=b.length-1,p=t.rM,o=t.KJ,n=this.gu8(),m=this.e,l=null;s>=0;--s){q=b[s] +if(q instanceof A.iB&&q.d===B.kE){if(l!=null)m.push(l) +l=new A.Ev(A.a([],o),q) +q.c.push(n)}else if(p.b(q)){if(l==null)l=new A.Ev(A.a([],o),r) +l.a.push(q)}}if(l!=null)m.push(l)}, +hf(a,b,a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f=this,e="StrokeContent#draw",d="StrokeContent#buildPath",c="StrokeContent#drawPath" +A.dh(e) +s=new Float64Array(3) +r=new A.eF(s) +r.iV(0,0,0) +r.xk(a0) +q=new Float64Array(3) +p=new A.eF(q) +p.iV(37394.729378,39575.2343807,0) +p.xk(a0) +if(s[0]===q[0]||s[1]===q[1]){A.c4(e) +return}s=f.x +q=f.r +s=B.e.eK(B.d.am(a1/255*s.gl(s)/100*255),0,255) +o=q.ga4(q).a +q.sa4(0,A.M(s,o>>>16&255,o>>>8&255,o&255)) +o=f.w +q.sh4(o.gl(o)*A.axE(a0)) +if(q.gh4()<=0){A.c4(e) +return}n=f.as +if(n!=null){m=n.gl(n) +if(m===0)q.sl7(null) +else if(m!==f.at)q.sl7(f.d.A_(m)) +f.at=m}for(s=f.e,o=f.a,l=a0.a,k=0;k=0;--h)o.lR(0,i[h].bO(),B.f,l) +A.c4(d) +A.dh(c) +g=f.ax +if(g!=null)g.EB(a,o) +a.d0(f.x0(o,a0),q) +A.c4(c)}}A.c4(e)}, +a08(a4,a5,a6){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="StrokeContent#applyTrimPath" +A.dh(a3) +s=a5.b +if(s==null){A.c4(a3) +return}r=a2.a +r.cj(0) +for(q=a5.a,p=q.length-1,o=a6.a;p>=0;--p)r.lR(0,q[p].bO(),B.f,o) +n=s.e +m=n.gl(n)/100 +n=s.f +l=n.gl(n)/100 +n=s.r +n=n.gl(n) +if(m<0.01&&l>0.99){a4.d0(r,a2.r) +A.c4(a3) +return}r=r.oU() +k=B.b.k0(A.af(r,!0,A.k(r).h("l.E")),0,new A.a4X()) +j=k*(n/360) +i=k*m+j +h=Math.min(k*l+j,i+k-1) +for(p=q.length-1,r=a2.b,n=a2.r,g=h>k,f=h-k,e=i>k,d=i-k,c=0;p>=0;--p){b=q[p].bO().a7(0,o) +r.cj(0) +r.j7(0,b,B.f) +b=r.oU() +a=A.af(b,!0,A.k(b).h("l.E")) +a0=a.length!==0?J.b6(B.b.gL(a)):0 +if(g&&fh))if(b<=h&&ib?1:(h-c)/a0,0) +a4.d0(a2.x0(r,a6),n)}}c+=a0}A.c4(a3)}, +eA(a,b,c){var s,r,q,p,o,n,m,l="StrokeContent#getBounds" +A.dh(l) +s=this.a +s.cj(0) +for(r=this.e,q=b.a,p=0;p=0;--r)A.aT9(a,s[r])}} +A.mR.prototype={ +IH(a,b,c,d,e,f){var s,r,q,p,o +if(e!=null){s=A.qM(e) +s.Ph(b) +s.U(0,this.gny()) +this.x=s}r=A.a([],t.oJ) +for(s=this.f,q=s.length-1,p=t.xB;q>=0;--q){o=s[q] +if(p.b(o))r.push(o)}for(q=r.length-1;q>=0;--q)r[q].act(s)}, +u9(){this.r.f=!0}, +h3(a,b){var s,r,q,p=A.a([],t.kQ) +B.b.R(p,a) +for(s=this.f,r=s.length-1;r>=0;--r){q=s[r] +q.h3(p,B.b.bI(s,0,r)) +p.push(q)}}, +bO(){var s,r,q,p,o,n=this,m=n.b +m.bl() +s=n.x +if(s!=null)s.kv().n_(m) +s=n.c +s.cj(0) +if(n.e)return s +for(r=n.f,q=r.length-1,p=t.rM,m=m.a;q>=0;--q){o=r[q] +if(p.b(o))s.lR(0,o.bO(),B.f,m)}return s}, +hf(a,b,c,d){var s,r,q,p,o,n,m,l=this +if(l.e)return +s=l.b +c.n_(s) +r=l.x +if(r!=null){s.ci(0,r.kv()) +r=l.x +if((r==null?null:r.z)==null)q=100 +else{r=r.z +q=r.gl(r)}p=B.d.am(q/100*d/255*255)}else p=d +for(r=l.f,o=r.length-1,n=t.R7;o>=0;--o){m=r[o] +if(n.b(m))m.hf(a,b,s,p)}}, +eA(a,b,c){var s,r,q,p,o,n=this.b +b.n_(n) +s=this.x +if(s!=null)n.ci(0,s.kv()) +for(s=this.f,r=s.length-1,q=t.R7,p=B.G;r>=0;--r){o=s[r] +if(q.b(o))p=p.fQ(o.eA(0,n,c))}return p}, +$ic1:1, +$ie9:1, +$ihB:1} +A.yu.prototype={ +nq(){this.w=!1 +this.c.f=!0}, +h3(a,b){var s,r,q,p +for(s=this.r.a,r=this.gka(),q=0;q>>16&255,q>>>8&255,q&255)) +s.smf(!0) +p=l.z +if(p!=null){o=p.gl(p) +if(o===0)s.sl7(null) +else if(o!==l.Q)s.sl7(l.c.A_(o)) +l.Q=o}r=l.a +r.cj(0) +for(q=l.f,n=0;n>>16&255,m>>>8&255,m&255)) +i.smf(!0) +a.cR(0) +a.a7(0,c.a) +l=k.CW +if(l!=null)l.EB(a,s) +a.d0(s,i) +a.bH(0) +A.c4(j)}, +eA(a,b,c){var s,r,q,p=this.e +p.cj(0) +for(s=this.r,r=b.a,q=0;qk)n=k +r=d.e +j=r.gl(r) +r=j.a +l=r+p +i=j.b +h=i-o +g=h+n +s.eS(0,l,g) +i+=o +s.cz(0,l,i-n) +f=n>0 +if(f){e=2*n +s.rv(0,new A.A(l-e,i-e,l,i),0,1.5707963267948966,!1)}r-=p +s.cz(0,r+n,i) +if(f){e=2*n +s.rv(0,new A.A(r,i-e,r+e,i),1.5707963267948966,1.5707963267948966,!1)}s.cz(0,r,g) +if(f){i=2*n +s.rv(0,new A.A(r,h,r+i,h+i),3.141592653589793,1.5707963267948966,!1)}s.cz(0,l-n,h) +if(f){r=2*n +s.rv(0,new A.A(l-r,h,l,h+r),4.71238898038469,1.5707963267948966,!1)}s.aQ(0) +d.w.xj(s) +d.y=!0 +return s}, +$ic1:1, +$ihB:1} +A.Ba.prototype={ +act(a){var s,r,q,p=this +if(p.x!=null)return +s=B.b.pz(a,p)-1 +r=A.a([],t.kQ) +for(;s>=0;){r.push(a[s]) +B.b.iG(a,s);--s}q=t.Ba +p.x=A.aNa(p.c,p.d,"Repeater",A.af(new A.cc(r,q),!0,q.h("bd.E")),null,p.e.e)}, +h3(a,b){this.x.h3(a,b)}, +bO(){var s,r,q,p,o,n,m=this,l=m.x.bO(),k=m.b +k.cj(0) +s=m.f +r=s.gl(s) +s=m.r +q=s.gl(s) +for(p=B.d.a9(r)-1,s=m.a,o=m.w,n=s.a;p>=0;--p){o.H7(p+q).n_(s) +k.lR(0,l,B.f,n)}return k}, +hf(a,b,c,d){var s,r,q,p,o,n,m,l=this,k=l.f,j=k.gl(k) +k=l.r +s=k.gl(k) +k=l.w +r=k.Q +q=r.gl(r)/100 +r=k.as +p=r.gl(r)/100 +for(o=B.d.a9(j)-1,r=l.a;o>=0;--o){c.n_(r) +r.ci(0,k.H7(o+s)) +n=A.N(q,p,o/j) +n.toString +m=l.x +m.toString +m.hf(a,b,r,B.d.am(d*n))}}, +eA(a,b,c){return this.x.eA(0,b,c)}, +a6J(){this.c.f=!0}, +$ic1:1, +$ie9:1, +$iaxl:1, +$ihB:1} +A.ql.prototype={ +a8g(){this.a.f=!0}, +h3(a,b){}, +ajy(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,b6,b7=b8.a +if(b7.length<=2)return b8 +s=this.c +r=s.gl(s) +if(r===0)return b8 +q=this.a3D(b8) +s=b8.b +q.b=new A.i(s.a,s.b) +p=q.a +for(s=!b8.c,o=0,n=0;m=b7.length,n=0;s=o){p=f[s] +o=s-1 +n=f.length +m=f[o-n*A.A0(o,n)] +n=s===0 +l=n&&r?a.b:m.c +k=n&&r?l:m.b +j=p.a +i=!a.c&&n&&s===f.length-1 +if(l.a===k.a&&l.b===k.b)n=l.a===j.a&&l.b===j.b&&!i +else n=!1 +q=n?q+2:q+1}h=this.d +if(h==null||h.a.length!==q){g=A.a([],t.hN) +for(s=0;s>>24&255,q.gl(r)>>>16&255,q.gl(r)>>>8&255,q.gl(r)&255)) +p.I4(a,b,c,d)}} +A.iB.prototype={ +abH(){var s,r +for(s=this.c,r=0;rs.nN())a=s.nN() +if(a===s.d)return +s.d=a +if(r.Fv(a))s.aE()}, +aE(){var s,r,q +for(s=this.a,r=s.length,q=0;q=q.glw())return q +for(s=r.length-2;s>=1;--s){q=r[s] +if(this.b===q)continue +if(a>=q.glw()&&a>>16&255,o.gl(o)>>>8&255,o.gl(o)&255) +p=k.f +p===$&&A.b() +m=p.gl(p) +l=k.r +if(l==null){l=$.a7().al() +l.sa4(0,n) +l.sl7(new A.pM(B.co,m*0.57735+0.5)) +k.r=l}a.d0(b.cd(new A.i(j*r,q*r)),l)}} +A.yU.prototype={ +kx(a,b){var s,r,q=this.ch +q===$&&A.b() +s=a.b +s.toString +r=a.c +r.toString +q.aiU(s,r,b) +return this.ch}} +A.k_.prototype={ +kx(a,b){var s=a.b +if(s==null||a.c==null)throw A.c(A.bx("Missing values for keyframe.")) +s=A.N(s,a.c,b) +s.toString +return B.d.am(s)}} +A.zq.prototype={} +A.adp.prototype={ +a_k(a){var s,r,q,p,o,n,m +for(s=this.c,r=s.length,q=this.a,p=t.u,o=this.b,n=0;n=0;--p)r=q[p].ajy(r) +o=this.y +A.aQ6(r,o) +return o}} +A.Se.prototype={ +dU(a){var s,r,q=this,p=q.y +p.dU(a) +s=q.z +s.dU(a) +q.x=new A.i(p.gl(p),s.gl(s)) +for(p=q.a,r=0;r1 +p=r.e +o=r.f +n=r.y +m=r.z +l=r.as +k=r.at +j=r.ax +i=r.ay +r=r.CW +return new A.zI(s,p,o,q!==!1,!0,!1,l,k,j,i,n,m,!0,r,null)}, +$S:504} +A.adh.prototype={ +HN(a,b){var s,r,q=this +b=$.azT() +s=q.a.alL(a,b) +if(s!==q.z){q.f=!1 +q.z=s +r=q.c +r===$&&A.b() +r.dU(s) +return q.f}else return!1}, +sQL(a){}, +UP(a){var s,r=this.a.d.w.i(0,a) +if(r!=null){s=r.f +return s}else return null}, +afE(a,b,c,d){var s,r,q,p,o,n,m,l,k,j,i,h,g +if(b.ga_(b))return +s=b.a +r=b.c-s +q=b.b +p=b.d-q +o=this.d +n=A.aWh(d,o,new A.I(r,p)) +m=n.b +l=m.a +k=(r-l)/2 +j=m.b +i=(p-j)/2 +s+=k+c.a*k +q+=i+c.b*i +h=c.ai9(n.a,new A.A(0,0,0+o.a,0+o.b)) +a.cR(0) +a.ba(0,s,q) +g=this.b +g.bl() +g.jC(0,(s+l-s)/(h.c-h.a),(q+j-q)/(h.d-h.b)) +q=this.c +q===$&&A.b() +q.hf(a,new A.I(r,p),g,255) +a.bH(0)}} +A.adi.prototype={} +A.Ni.prototype={ +j(a){var s=this +return"LottieImageAsset(width: "+s.a+", height: "+s.b+", id: "+s.c+", fileName: "+s.d+", dirName: "+s.e+")"}} +A.oH.prototype={ +he(){return new A.l2(A.a([],t.u),A.aT(this.a))}} +A.bR.prototype={ +he(){return new A.bw(A.a([],t.u),A.aT(this.a))}} +A.Ht.prototype={ +he(){var s=this.a,r=new A.yU(A.a([],t.u),A.aT(s)),q=B.b.gL(s).b,p=q==null?0:q.b.length +r.ch=new A.i0(A.ax(p,0,!1,t.i),A.ax(p,B.D,!1,t.G)) +return r}} +A.hT.prototype={ +he(){return new A.k_(A.a([],t.u),A.aT(this.a))}} +A.a4e.prototype={ +geP(){var s=this.a +return s.length===1&&s[0].geP()}, +he(){var s=this.a +if(B.b.gL(s).geP())return new A.hC(A.a([],t.u),A.aT(s)) +return new A.PX(A.a([],t.u),A.aT(s))}, +gSs(){return this.a}} +A.mA.prototype={ +he(){return new A.hC(A.a([],t.u),A.aT(this.a))}} +A.a4g.prototype={ +he(){return new A.hC(A.a([],t.u),A.aT(this.a))}} +A.Hu.prototype={ +he(){var s=t.hN +s=A.a(A.a([],s).slice(0),s) +return new A.v2(new A.ji(s,B.f,!1),$.a7().bd(),A.a([],t.u),A.aT(this.a))}} +A.Hv.prototype={ +gSs(){throw A.c(A.V("Cannot call getKeyframes on AnimatableSplitDimensionPathValue."))}, +geP(){return this.a.geP()&&this.b.geP()}, +he(){var s=t.u,r=A.a([],s),q=A.aT(this.a.a),p=A.a([],s),o=A.aT(this.b.a),n=A.a([],t.G5) +n=new A.Se(new A.bw(r,q),new A.bw(p,o),A.a([],s),A.aT(n)) +n.dU(0) +return n}} +A.a4h.prototype={ +he(){return new A.Cg(A.a([],t.u),A.aT(this.a))}} +A.Hw.prototype={} +A.rt.prototype={ +ho(a,b){return null}, +$icI:1} +A.I5.prototype={ +geP(){var s=this.a,r=s.length +if(r!==0)s=r===1&&B.b.gL(s).geP() +else s=!0 +return s}, +j(a){var s=this.a +s=s.length!==0?""+"values="+A.n(s):"" +return s.charCodeAt(0)==0?s:s}} +A.a57.prototype={} +A.Is.prototype={ +ho(a,b){var s=this,r=$.a7().bd(),q=A.a([],t.NQ),p=A.a([],t.u),o=new A.hC(p,A.aT(s.c.a)),n=s.b.he() +q=new A.yu(r,s.a,a,o,n,s,new A.rW(q)) +b.b2(o) +b.b2(n) +o=q.gka() +p.push(o) +n.a.push(o) +return q}, +$icI:1} +A.a7N.prototype={} +A.i0.prototype={ +aiU(a,b,c){var s,r,q,p,o,n=a.b,m=n.length,l=b.b,k=l.length +if(m!==k)throw A.c(A.bx("Cannot interpolate between gradients. Lengths vary ("+m+" vs "+k+")")) +for(k=this.a,s=a.a,r=b.a,q=this.b,p=0;p=0)return o.b[m] +s=-(m+1) +if(s===0)return o.b[0] +else{r=o.b +q=r.length-1 +if(s===q)return r[q]}q=s-1 +p=n[q] +return A.aas((a-p)/(n[s]-p),r[q],r[s])}} +A.Mj.prototype={ +ho(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g=this,f=t.S,e=t.R1,d=$.a7(),c=d.bd() +d=d.al() +s=A.a([],t.KJ) +r=a.a.d +r=B.d.am(B.e.cF(A.bT(0,0,0,B.d.am((r.c-r.b)/r.d*1000),0).a,1000)/32) +q=A.aCz(g.d.a) +p=t.u +o=A.a([],p) +n=new A.k_(o,A.aT(g.e.a)) +m=A.a([],p) +l=new A.hC(m,A.aT(g.f.a)) +k=A.a([],p) +j=new A.hC(k,A.aT(g.r.a)) +r=new A.yW(b,g,A.w(f,e),A.w(f,e),c,d,s,q,n,l,j,a,r) +c.sya(g.c) +c=r.gka() +q.a.push(c) +b.b2(q) +o.push(c) +b.b2(n) +m.push(c) +b.b2(l) +k.push(c) +b.b2(j) +i=b.grB() +if(i!=null){f=i.a +p=A.a([],p) +f=new A.bw(p,A.aT(f.a)) +p.push(c) +r.ay=f +b.b2(f)}h=b.gt9() +if(h!=null)r.CW=A.ax8(c,b,h) +return r}, +$icI:1} +A.Mk.prototype={ +ho(a,b){return A.aP1(a,b,this)}, +$icI:1} +A.Mm.prototype={ +K(){return"GradientType."+this.b}} +A.u1.prototype={ +K(){return"MaskMode."+this.b}} +A.Nn.prototype={} +A.pR.prototype={ +K(){return"MergePathsMode."+this.b}} +A.Pi.prototype={ +ho(a,b){a.a.kL("Animation contains merge paths but they are disabled.") +return null}, +j(a){return"MergePaths{mode="+this.b.j(0)+"}"}, +$icI:1} +A.Av.prototype={} +A.Q9.prototype={ +ho(a,b){var s,r,q=this,p=$.a7().bd(),o=A.a([],t.NQ),n=t.u,m=A.a([],n),l=new A.bw(m,A.aT(q.c.a)),k=q.d.he(),j=A.a([],n),i=new A.bw(j,A.aT(q.e.a)),h=A.a([],n),g=new A.bw(h,A.aT(q.r.a)),f=A.a([],n),e=new A.bw(f,A.aT(q.x.a)),d=q.b===B.kc +if(d){s=q.f.a +s=new A.bw(A.a([],n),A.aT(s))}else s=null +if(d){r=q.w.a +r=new A.bw(A.a([],n),A.aT(r)) +n=r}else n=null +o=new A.Au(p,a,q,l,k,i,s,g,n,e,new A.rW(o)) +b.b2(l) +b.b2(k) +b.b2(i) +b.b2(g) +b.b2(e) +if(d){b.b2(s) +b.b2(n)}p=o.gka() +m.push(p) +k.a.push(p) +j.push(p) +h.push(p) +f.push(p) +if(d){s.a.push(p) +n.a.push(p)}return o}, +$icI:1} +A.Qw.prototype={ +ho(a,b){var s,r=this,q=$.a7().bd(),p=A.a([],t.NQ),o=r.b.he(),n=t.u,m=A.a([],n),l=new A.hC(m,A.aT(r.c.a)) +n=A.a([],n) +s=new A.bw(n,A.aT(r.d.a)) +p=new A.AK(q,r.a,r.e,a,o,l,s,new A.rW(p)) +b.b2(o) +b.b2(l) +b.b2(s) +s=p.gka() +o.a.push(s) +m.push(s) +n.push(s) +return p}, +j(a){return"RectangleShape{position="+this.b.j(0)+", size="+this.c.j(0)+"}"}, +$icI:1} +A.R_.prototype={ +ho(a,b){var s,r,q,p,o,n,m=this,l=new A.aN(new Float64Array(16)) +l.bl() +s=$.a7().bd() +r=t.u +q=A.a([],r) +p=new A.bw(q,A.aT(m.b.a)) +r=A.a([],r) +o=new A.bw(r,A.aT(m.c.a)) +n=A.qM(m.d) +s=new A.Ba(l,s,a,b,m,p,o,n) +b.b2(p) +p=s.ga6I() +q.push(p) +b.b2(o) +r.push(p) +n.Ph(b) +n.U(0,p) +return s}, +$icI:1} +A.R9.prototype={ +ho(a,b){var s=A.a([],t.u),r=new A.bw(s,A.aT(this.b.a)),q=new A.ql(a,r) +b.b2(r) +s.push(q.ga8f()) +return q}, +$icI:1} +A.ji.prototype={ +aim(a,a0,a1){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b +this.c=a.c||a0.c +s=a.a +r=a0.a +q=Math.min(s.length,r.length) +p=this.a +o=p.length +if(oq)for(--o;o>=q;--o)B.b.iG(p,p.length-1) +n=a.b +m=a0.b +l=A.N(n.a,m.a,a1) +l.toString +m=A.N(n.b,m.b,a1) +m.toString +this.b=new A.i(l,m) +for(o=p.length-1;o>=0;--o){k=s[o] +j=r[o] +i=k.a +h=k.b +g=k.c +f=j.a +e=j.b +d=j.c +l=p[o] +c=A.N(i.a,f.a,a1) +c.toString +b=A.N(i.b,f.b,a1) +b.toString +l.a=new A.i(c,b) +b=A.N(h.a,e.a,a1) +b.toString +c=A.N(h.b,e.b,a1) +c.toString +l.b=new A.i(b,c) +c=A.N(g.a,d.a,a1) +c.toString +b=A.N(g.b,d.b,a1) +b.toString +l.c=new A.i(c,b)}}, +j(a){return"ShapeData{numCurves="+this.a.length+"closed="+this.c+"}"}} +A.RL.prototype={ +ho(a,b){var s=$.a7() +s=new A.yC(s.bd(),s.al(),b,this.c,this.f,A.a([],t.KJ),a) +s.a_d(a,b,this) +return s}, +j(a){return"ShapeFill{color=, fillEnabled="+this.a+"}"}, +$icI:1} +A.qx.prototype={ +ho(a,b){return A.awR(a,b,this)}, +j(a){return"ShapeGroup{name: '"+A.n(this.a)+"' Shapes: "+A.n(this.b)+"}"}, +$icI:1} +A.RN.prototype={ +ho(a,b){var s=$.a7().bd(),r=A.a([],t.NQ),q=A.aRW(this.c.a) +r=new A.BK(s,this,a,q,new A.rW(r)) +b.b2(q) +q.a.push(r.gNA()) +return r}, +j(a){return"ShapePath{name="+A.n(this.a)+", index="+this.b+"}"}, +$icI:1} +A.tT.prototype={ +K(){return"LineCapType."+this.b}} +A.tU.prototype={ +K(){return"LineJoinType."+this.b}} +A.RO.prototype={ +ho(a,b){return A.aSj(a,b,this)}, +$icI:1} +A.RQ.prototype={ +K(){return"ShapeTrimPathType."+this.b}} +A.RP.prototype={ +ho(a,b){var s,r=this,q=t.u,p=A.a([],q),o=A.a([],q),n=new A.bw(o,A.aT(r.c.a)),m=A.a([],q),l=new A.bw(m,A.aT(r.d.a)) +q=A.a([],q) +s=new A.bw(q,A.aT(r.e.a)) +p=new A.iB(r.f,p,r.b,n,l,s) +b.b2(n) +b.b2(l) +b.b2(s) +s=p.gabG() +o.push(s) +m.push(s) +q.push(s) +return p}, +j(a){return"Trim Path: {start: "+this.c.j(0)+", end: "+this.d.j(0)+", offset: "+this.e.j(0)+"}"}, +$icI:1} +A.oX.prototype={ +j(a){return"v="+this.c.j(0)+" cp1"+this.a.j(0)+" cp2="+this.b.j(0)}} +A.tM.prototype={ +K(){return"Justification."+this.b}} +A.l5.prototype={ +gu(a){var s=this +return A.K(s.a,s.b,s.c,s.d.a,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,r=this +if(b==null)return!1 +if(r!==b)s=b instanceof A.l5&&A.r(r)===A.r(b)&&r.a===b.a&&r.b==b.b&&r.c===b.c&&r.d===b.d&&r.e===b.e&&r.f===b.f&&r.r===b.r&&r.w.k(0,b.w)&&r.x.k(0,b.x)&&r.y===b.y&&r.z===b.z&&J.d(r.Q,b.Q)&&J.d(r.as,b.as) +else s=!0 +return s}} +A.tq.prototype={} +A.yM.prototype={ +gu(a){return A.aOH(this.b,this.f,this.e)}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r!==b)s=b instanceof A.yM&&A.r(r)===A.r(b)&&r.a===b.a&&r.b===b.b&&r.c===b.c&&r.d===b.d&&r.e===b.e&&r.f===b.f +else s=!0 +return s}} +A.f_.prototype={ +o8(a,b){var s,r,q,p,o=this,n=o.y,m=o.e +if(n.cy===B.k2)m.sds(B.cn) +else m.sds(B.cm) +m=o.gFp() +o.ch.U(0,m) +n=n.w +if(n.length!==0){s=A.a([],t.PE) +r=new A.adp(s,A.a([],t.qh),n) +r.a_k(n) +o.z=r +for(n=s.length,q=0;q=0;--q)s.ci(0,p.ax[q].ch.kv()) +else{r=p.at +if(r!=null)s.ci(0,r.ch.kv())}}s.ci(0,p.ch.kv()) +return B.G}, +hf(a,b,c,d){var s,r,q,p,o,n,m,l=this,k="Layer#parentMatrix",j="Layer#drawLayer",i="Layer#computeBounds",h="Layer#saveLayer",g="Layer#drawMatte",f="Layer#restoreLayer",e=l.r +A.dh(e) +if(!l.CW||l.y.dx){A.c4(e) +return}l.Je() +A.dh(k) +s=l.a +s.bl() +c.n_(s) +for(r=l.ax.length-1;r>=0;--r)s.ci(0,l.ax[r].ch.kv()) +A.c4(k) +q=l.ch +p=q.z +o=p==null?null:p.gl(p) +if(o==null)o=100 +n=B.d.a9(d/255*o/100*255) +if(l.as==null&&!l.Fe()){s.ci(0,q.kv()) +A.dh(j) +l.n3(a,b,s,n) +A.c4(j) +l.MK(A.c4(e)) +return}A.dh(i) +m=l.a6G(l.eA(0,s,!1),c) +s.ci(0,q.kv()) +m=l.a6F(m,s) +q=m.e8(new A.A(0,0,0+b.a,0+b.b)) +if(q.ga_(q))m=B.G +A.c4(i) +if(!m.ga_(m)){A.dh(h) +q=l.b +p=q.ga4(q).a +q.sa4(0,A.M(255,p>>>16&255,p>>>8&255,p&255)) +a.eC(m,q) +A.c4(h) +l.JA(a,m) +A.dh(j) +l.n3(a,b,s,n) +A.c4(j) +if(l.Fe())l.a07(a,m,s) +if(l.as!=null){A.dh(g) +A.dh(h) +a.eC(m,l.e) +A.c4(h) +l.JA(a,m) +l.as.hf(a,b,c,n) +A.dh(f) +a.bH(0) +A.c4(f) +A.c4(g)}A.dh(f) +a.bH(0) +A.c4(f)}l.MK(A.c4(e))}, +MK(a){this.x.a.b.ali(this.y.c,a)}, +JA(a,b){var s="Layer#clearLayer" +A.dh(s) +a.dv(b.d2(1),this.f) +A.c4(s)}, +a6F(a,b){var s,r,q,p,o,n,m,l,k,j +if(!this.Fe())return a +s=this.z.c.length +for(r=b.a,q=B.G,p=0;p>>16&255,n>>>8&255,n&255)) +a.dv(b,q)}break +case 0:if(l.d){a.eC(b,q) +a.dv(b,q) +i=k.gl(k).a7(0,r) +n=B.d.am(j.gl(j)*2.55) +m=q.ga4(q).a +q.sa4(0,A.M(n,m>>>16&255,m>>>8&255,m&255)) +a.d0(i,p) +a.bH(0)}else{i=k.gl(k).a7(0,r) +n=B.d.am(j.gl(j)*2.55) +m=q.ga4(q).a +q.sa4(0,A.M(n,m>>>16&255,m>>>8&255,m&255)) +a.d0(i,q)}break +case 1:if(o===0){q.sa4(0,B.o) +a.dv(b,q)}if(l.d){a.eC(b,p) +a.dv(b,q) +n=B.d.am(j.gl(j)*2.55) +m=p.ga4(p).a +p.sa4(0,A.M(n,m>>>16&255,m>>>8&255,m&255)) +a.d0(k.gl(k).a7(0,r),p) +a.bH(0)}else a.d0(k.gl(k).a7(0,r),p) +break +case 2:if(l.d){a.eC(b,s) +a.dv(b,q) +n=B.d.am(j.gl(j)*2.55) +m=p.ga4(p).a +p.sa4(0,A.M(n,m>>>16&255,m>>>8&255,m&255)) +a.d0(k.gl(k).a7(0,r),p) +a.bH(0)}else{a.eC(b,s) +i=k.gl(k).a7(0,r) +n=B.d.am(j.gl(j)*2.55) +m=q.ga4(q).a +q.sa4(0,A.M(n,m>>>16&255,m>>>8&255,m&255)) +a.d0(i,q) +a.bH(0)}break}}A.dh(f) +a.bH(0) +A.c4(f)}, +a0a(){var s,r,q=this.z +if(q==null||q.a.length===0)return!1 +for(q=q.c,s=q.length,r=0;r=0;--q){o=c[q] +n=A.aMx(k,o,a,d) +if(n==null)continue +r.m(0,n.y.d,n) +if(p!=null){p.as=n +p=null}else{B.b.fB(s,0,n) +switch(o.cy.a){case 1:case 2:p=n +break +case 3:case 4:case 0:case 5:break}}}for(s=A.k4(r,r.r);s.q();){m=r.i(0,s.d) +if(m==null)continue +l=r.i(0,m.y.f) +if(l!=null)m.at=l}}, +n3(a,b,c,d){var s,r,q,p,o,n="CompositionLayer#draw" +A.dh(n) +s=this.y +r=A.ez(c,new A.A(0,0,s.ax,s.ay)) +a.cR(0) +for(s=this.dx,q=s.length-1,p=!(r.a>=r.c),o=r.b>=r.d;q>=0;--q){if(!(!p||o))a.rH(r) +s[q].hf(a,b,c,d)}a.bH(0) +A.c4(n)}, +eA(a,b,c){var s,r,q,p=this.o0(0,b,c) +for(s=this.dx,r=s.length-1,q=this.w;r>=0;--r)p=p.fQ(s[r].eA(0,q,!0)) +return p}, +dU(a){var s,r,q,p,o,n,m=this +m.Wq(a) +s=m.db +if(s!=null){r=m.x.a.d +q=r.c +r=r.b +p=m.y.b.d +o=p.b +a=(s.gl(s)*p.d-o)/(q-r+0.01)}if(m.db==null){s=m.y +r=s.b.d +a-=s.at/(r.c-r.b)}s=m.y +r=s.as +if(r!==0&&s.c!=="__container")a/=r +for(s=m.dx,n=s.length-1;n>=0;--n)s[n].dU(a)}} +A.MF.prototype={ +n3(a,b,c,d){var s,r,q=this.GV() +if(q==null)return +s=this.db +s.syc(B.mV) +r=s.ga4(s).a +s.sa4(0,A.M(d,r>>>16&255,r>>>8&255,r&255)) +a.cR(0) +a.a7(0,c.a) +a.EE(q,new A.A(0,0,q.gd7(q),q.gbX(q)),new A.A(0,0,q.gd7(q),q.gbX(q)),s) +a.bH(0)}, +eA(a,b,c){var s=this.o0(0,b,c),r=this.GV() +if(r!=null)return A.ez(this.w,new A.A(0,0,r.gd7(r),r.gbX(r))) +return s}, +GV(){return this.x.UP(this.y.r)}} +A.k3.prototype={ +K(){return"LayerType."+this.b}} +A.ls.prototype={ +K(){return"MatteType."+this.b}} +A.tQ.prototype={ +j(a){return this.U2("")}, +U2(a){var s,r,q=this,p=""+a+q.c+"\n",o=q.b.d.f,n=o.i(0,q.f) +if(n!=null){p=p+"\t\tParents: "+n.c +n=o.i(0,n.f) +for(;n!=null;){p=p+"->"+n.c +n=o.i(0,n.f)}p=p+a+"\n"}o=q.w.length +if(o!==0)p=p+a+"\tMasks: "+o+"\n" +o=q.y +if(o!==0&&q.z!==0)p=p+a+"\tBackground: "+(""+o+"x"+q.z+" "+q.Q.j(0)) +o=q.a +s=o.length +if(s!==0){p=p+a+"\tShapes:\n" +for(r=0;r>>24&255 +if(l===0)return +s=n.ch.z +r=s==null?null:s.gl(s) +if(r==null)r=100 +q=B.d.am(d/255*(l/255*r/100)*255) +s=n.db +p=s.ga4(s).a +s.sa4(0,A.M(q,p>>>16&255,p>>>8&255,p&255)) +if(q>0){o=A.ax(8,0,!1,t.i) +p=m.y +o[4]=p +o[2]=p +m=m.z +o[7]=m +o[5]=m +A.aPZ(c,o) +m=n.dx +m.cj(0) +m.eS(0,o[0],o[1]) +m.cz(0,o[2],o[3]) +m.cz(0,o[4],o[5]) +m.cz(0,o[6],o[7]) +m.cz(0,o[0],o[1]) +m.aQ(0) +a.d0(m,s)}}, +eA(a,b,c){var s +this.o0(0,b,c) +s=this.y +return A.ez(this.w,new A.A(0,0,s.y,s.z))}} +A.SB.prototype={ +eA(a,b,c){var s +this.o0(0,b,c) +s=this.id.d.a +return new A.A(0,0,0+s.c,0+s.d)}, +n3(a,b,c,d){var s,r,q,p,o,n,m=this,l=m.go,k=l.gl(l),j=m.id.d.y.i(0,k.b) +if(j==null)return +a.cR(0) +a.a7(0,c.a) +l=m.k1 +s=l!=null?l.gl(l):k.w +l=m.dy +l.sa4(0,A.M(l.ga4(l).a>>>24&255,s.gl(s)>>>16&255,s.gl(s)>>>8&255,s.gl(s)&255)) +r=m.k3 +q=r!=null?r.gl(r):k.x +r=m.fr +r.sa4(0,A.M(r.ga4(r).a>>>24&255,q.gl(q)>>>16&255,q.gl(q)>>>8&255,q.gl(q)&255)) +p=m.ch.z +o=p==null?null:p.gl(p) +n=B.d.cF((o==null?100:o)*255/100*d,255) +p=l.ga4(l).a +l.sa4(0,A.M(n,p>>>16&255,p>>>8&255,p&255)) +p=r.ga4(r).a +r.sa4(0,A.M(n,p>>>16&255,p>>>8&255,p&255)) +l=m.ok +if(l!=null)r.sh4(l.gl(l)) +else r.sh4(k.y) +l=m.x.a.d.x.a +if(l!==0)m.a2j(k,c,j,a) +else m.a2i(k,j,a) +a.bH(0)}, +a2j(a,b,c,d){var s,r,q,p,o,n,m,l=this,k=a.c,j=k/100,i=A.axE(b),h=l.KY(a.a),g=h.length,f=a.e/10,e=l.p2 +if(e!=null)f+=e.gl(e) +for(e=a.as,s=-1,r=0;r0,p=b0.a,o=b0.c,n=a4.id.d.x,m=0,l=0,k=0,j=0,i=0,h=!1,g=0,f=0;r.ob(1,r.c);){e=r.d +if(e==null)e=r.d=B.c.T(s,r.b,r.c) +if(a6){d=n.i(0,31*(31*B.c.gu(e)+B.c.gu(p))+B.c.gu(o)) +if(d==null)continue +c=d.d*b1+b2}else{a7.sjz(0,A.cA(a5,b3,e)) +a7.yE() +c=a7.b.b+b2}b=e===" " +if(b){g=c +h=!0}else if(h){i=c +j=f +h=!1}else i+=c +l+=c +if(q&&l>=a9){if(b)continue;++m +a=a4.Ke(m) +if(j===k){a0=a8.iT(0,k,f) +b=new A.dX(" ") +a1=A.aBl(A.aBk(a0,b),b) +b=a1.gp(a1) +a2=a0.gp(a0) +a.a=a1 +a.b=l-c-(b-a2)*g +i=c +j=f +k=j +l=i}else{a0=a8.iT(0,k,j-1) +b=new A.dX(" ") +a1=A.aBl(A.aBk(a0,b),b) +b=a0.gp(a0) +a2=a1.gp(a1) +a.a=a1 +a.b=l-i-(b-a2)*g-g +k=j +l=i}}++f}if(l>0){++m +a3=a4.Ke(m) +a3.a=a8.He(0,k) +a3.b=l}return B.b.bI(a4.fy,0,m)}, +Ke(a){var s,r +for(s=this.fy,r=s.length;r>>24&255)===0)return +if(b.gdq(b)===B.aI&&b.gh4()===0)return +c.d0(a,b)}, +vK(a,b,c,d){var s,r,q=null +if((c.ga4(c).a>>>24&255)===0)return +if(c.gdq(c)===B.aI&&c.gh4()===0)return +b=b.aeo(c) +s=A.vl(q,q,q,q,A.cA(q,b,a),B.aT,B.i,q,B.af,B.a2) +s.yE() +r=b.r +r.toString +s.aJ(d,new A.i(0,-r))}, +a3j(a){var s,r,q,p,o,n=this.fx +if(n.ai(0,a)){n=n.i(0,a) +n.toString +return n}s=a.a +r=s.length +q=A.a([],t.ew) +for(p=this.x,o=0;o0)i[m]=this.a3g(h,o[f<0?-(f+1):f],s,r) +else i[m]=this.a3h(h,r[g],p,o)}return new A.i0(k,i)}, +a3g(a,b,c,d){var s,r,q,p,o,n +if(d.length<2||a===c[0])return d[0] +for(s=c.length,r=s-1,q=1;q=p){s=d[q] +r=J.eK(s) +return A.M(B.d.am(255*b),r.gl(s)>>>16&255,r.gl(s)>>>8&255,r.gl(s)&255)}s=q-1 +r=c[s] +o=d[q] +n=d[s] +r=A.aas((a-r)/(p-r),A.M(255,o.gl(o)>>>16&255,o.gl(o)>>>8&255,o.gl(o)&255),A.M(255,n.gl(n)>>>16&255,n.gl(n)>>>8&255,n.gl(n)&255)) +return A.M(B.d.am(255*b),r.gl(r)>>>16&255,r.gl(r)>>>8&255,r.gl(r)&255)}throw A.c(A.bx("Unreachable code."))}, +a3h(a,b,c,d){var s,r,q,p,o +if(d.length<2||a<=c[0])return A.M(B.d.am(255*d[0]),b.gl(b)>>>16&255,b.gl(b)>>>8&255,b.gl(b)&255) +for(s=c.length,r=s-1,q=1;q>>16&255,b.gl(b)>>>8&255,b.gl(b)&255)}throw A.c(A.bx("Unreachable code."))}} +A.acP.prototype={ +$0(){var s,r,q,p,o +try{r=this.a +q=r.a +r=r.b +r=A.aDN(A.aDO(q.a,q.b,r.a,r.b)) +return r}catch(p){s=A.ag(p) +A.avT().$1("DEBUG: Path interpolator error "+A.n(s)) +if(B.c.t(A.n(s),"The Path cannot loop back on itself.")){r=this.a +q=r.a +o=Math.min(q.a,1) +r=r.b +return A.aDN(A.aDO(o,q.b,Math.max(r.a,0),r.b))}else return B.ad}}, +$S:507} +A.a5o.prototype={ +lg(a){var s,r=this,q=r.c +if(qq.gp(r)){s.c=q.gp(r)-s.b +return!1}s.c=Math.max(b,s.c) +return!0}, +uL(a){var s=this.c +if(a>s||s-a<1)A.J(A.bx("size="+s+" offset="+a+" byteCount=1")) +return J.aE(this.a,this.b+a)}, +dn(a,b){var s=this,r=s.b+=b,q=s.a,p=J.a9(q) +if(r>=p.gp(q)){s.b=p.gp(q)-1 +throw A.c(A.bx("source is exhausted"))}r=s.c-=b +s.c=Math.max(0,r)}, +Vn(a,b){var s=this.aap(b) +if(s===-1)return-1 +this.dn(0,J.b6(b[s])) +return s}, +aap(a){var s,r +for(s=this.a,r=0;rm||m-o<1)A.J(A.bx("size="+m+" offset="+o+" byteCount=1")) +m=J.aE(l.a,l.b+o) +if(m!==s[o].charCodeAt(0)&&m!==r[o].charCodeAt(0))return 0}if(l.mn(0,p+1)&&this.yB(l.uL(p)))return 0 +l.dn(0,p) +return this.w=q}, +akN(){var s,r,q,p,o,n,m,l,k,j,i=this +for(s=i.r,r=0,q=!1,p=!0,o=0,n=0;!0;n=m){m=n+1 +if(!s.mn(0,m))break +l=s.c +if(n>l||l-n<1)A.J(A.bx("size="+l+" offset="+n+" byteCount=1")) +l=J.aE(s.a,s.b+n) +if(l===45){if(o===0){q=!0 +o=1 +continue}else if(o===5){o=6 +continue}return 0}else if(l===43){if(o===5){o=6 +continue}return 0}else if(l===101||l===69){if(o===2||o===4){o=5 +continue}return 0}else if(l===46){if(o===2){o=3 +continue}return 0}else{if(l<48||l>57){if(!i.yB(l))break +return 0}if(o===1||o===0){r=-(l-48) +o=2}else if(o===2){if(r===0)return 0 +k=r*10-(l-48) +if(r<=-900719925474099)l=r===-900719925474099&&k15)return-1 +if(o===15)return p.Km(p.z,a) +s=p.r.Vn(0,a.b) +if(s!==-1){p.w=0 +p.c[p.a-1]=a.a[s] +return s}r=p.c[p.a-1] +q=p.SN() +s=p.Km(q,a) +if(s===-1){p.w=15 +p.z=q +p.c[p.a-1]=r}return s}, +cl(){var s=this,r=s.w +if(r===0)r=s.aw() +if(r===14)s.HW() +else if(r===13)s.ve($.wS()) +else if(r===12)s.ve($.wT()) +else if(r!==15)throw A.c(A.eO("Expected a name but was "+s.bq().j(0)+" at path "+s.bO())) +s.w=0 +s.c[s.a-1]="null"}, +Km(a,b){var s,r,q +for(s=b.a,r=s.length,q=0;qp||p-q<1)A.J(A.bx("size="+p+" offset="+q+" byteCount=1")) +if(J.aE(s.a,s.b+q)===92){if(r==null)r=new A.bZ("") +r.a+=s.lg(q) +s.dP() +r.a+=A.cV(this.Tj()) +continue}if(r==null){o=s.lg(q) +s.dP() +return o}else{r.a+=s.lg(q) +s.dP() +s=r.a +return s.charCodeAt(0)==0?s:s}}}, +FN(){var s=this.r,r=s.pv($.azV(),0) +return r!==-1?s.lg(r):s.lg(s.c)}, +ve(a){var s,r,q,p,o +for(s=this.r,r=s.a,q=J.a9(r);!0;){p=s.pv(a,0) +if(p===-1)throw A.c(this.dj("Unterminated string")) +o=s.c +if(p>o||o-p<1)A.J(A.bx("size="+o+" offset="+p+" byteCount=1")) +o=p+1 +if(q.i(r,s.b+p)===92){s.dn(0,o) +this.Tj()}else{s.dn(0,o) +return}}}, +HW(){var s=this.r,r=s.pv($.azV(),0) +s.dn(0,r!==-1?r:s.c)}, +cc(){var s,r,q,p,o,n=this,m="Expected an int but was ",l=n.w +if(l===0)l=n.aw() +s=null +if(l===16){q=n.x +q===$&&A.b() +s=q +if(q!==s)throw A.c(A.eO(m+n.ga8F()+" at path "+n.bO())) +n.w=0 +q=n.d +p=n.a-1 +q[p]=q[p]+1 +return s}if(l===17){q=n.y +q===$&&A.b() +n.z=n.r.lg(q)}else{q=l===9 +if(q||l===8){q=q?n.lJ($.wS()):n.lJ($.wT()) +n.z=q +try{s=A.dn(q,null) +n.w=0 +q=n.d +p=n.a-1 +q[p]=q[p]+1 +p=s +return p}catch(o){if(!(A.ag(o) instanceof A.f2))throw o}}else if(l!==11)throw A.c(A.eO(m+n.bq().j(0)+" at path "+n.bO()))}n.w=11 +r=null +try{q=n.z +q.toString +r=A.azr(q)}catch(o){if(A.ag(o) instanceof A.f2)throw A.c(A.eO(m+A.n(n.z)+" at path "+n.bO())) +else throw o}s=J.aAQ(r) +if(!J.d(s,r))throw A.c(A.eO(m+A.n(n.z)+" at path "+n.bO())) +n.z=null +n.w=0 +q=n.d +p=n.a-1 +q[p]=q[p]+1 +return s}, +b1(){var s,r,q=this,p="Expected a value but was ",o=q.r,n=0 +do{s=q.w +if(s===0)s=q.aw() +if(s===3){q.ug(1);++n}else if(s===1){q.ug(3);++n}else if(s===4){--n +if(n<0)throw A.c(A.eO(p+q.bq().j(0)+" at path "+q.bO()));--q.a}else if(s===2){--n +if(n<0)throw A.c(A.eO(p+q.bq().j(0)+" at path "+q.bO()));--q.a}else if(s===14||s===10)q.HW() +else if(s===9||s===13)q.ve($.wS()) +else if(s===8||s===12)q.ve($.wT()) +else if(s===17){r=q.y +r===$&&A.b() +o.dn(0,r)}else if(s===18)throw A.c(A.eO(p+q.bq().j(0)+" at path "+q.bO())) +q.w=0}while(n!==0) +o=q.d +r=q.a-1 +o[r]=o[r]+1 +q.c[r]="null"}, +oq(a){var s,r,q,p,o,n,m,l,k=this,j=u.t +$label0$0:for(s=k.r,r=0;q=r+1,s.mn(0,q);){p=s.c +if(r>p||p-r<1)A.J(A.bx("size="+p+" offset="+r+" byteCount=1")) +p=s.a +o=J.a9(p) +n=o.i(p,s.b+r) +if(n===10||n===32||n===13||n===9){r=q +continue $label0$0}s.dn(0,q-1) +if(n===47){if(!s.mn(0,2))return n +k.dj(j) +m=s.c +if(1>m||m-1<1)A.J(A.bx("size="+m+" offset=1 byteCount=1")) +switch(o.i(p,s.b+1)){case 42:s.dP() +s.dP() +p=$.aIY() +l=s.ai5(p,0) +o=l===-1 +s.dn(0,!o?l+p.length:s.c) +if(o)throw A.c(k.dj("Unterminated comment")) +r=0 +continue $label0$0 +case 47:s.dP() +s.dP() +l=s.pv($.azU(),0) +s.dn(0,l!==-1?l+1:s.c) +r=0 +continue $label0$0 +default:return n}}else if(n===35){k.dj(j) +l=s.pv($.azU(),0) +s.dn(0,l!==-1?l+1:s.c)}else return n +r=0}if(a)throw A.c(A.a0("End of input")) +else return-1}, +j(a){return"JsonReader("+this.r.j(0)+")"}, +Tj(){var s,r,q,p,o=this,n=o.r +if(!n.mn(0,1))throw A.c(o.dj("Unterminated escape sequence")) +s=n.dP() +switch(s){case 117:if(!n.mn(0,4))throw A.c(A.bx("Unterminated escape sequence at path "+o.bO())) +for(r=0,q=0;q<4;++q){p=n.c +if(q>p||p-q<1)A.J(A.bx("size="+p+" offset="+q+" byteCount=1")) +p=J.aE(n.a,n.b+q) +r=r<<4>>>0 +if(p>=48&&p<=57)r+=p-48 +else if(p>=97&&p<=102)r+=p-97+10 +else if(p>=65&&p<=70)r+=p-65+10 +else throw A.c(o.dj("\\u"+n.lg(4)))}n.dn(0,4) +return r +case 116:return 9 +case 98:return 8 +case 110:return 10 +case 114:return 13 +case 102:return 12 +case 10:case 39:case 34:case 92:case 47:return s +default:n=o.dj("Invalid escape sequence: \\"+s) +throw A.c(n)}}} +A.af7.prototype={ +ali(a,b){return}} +A.HO.prototype={ +ghR(){return this.b}, +aj2(a){return $.aLw().bf(0,this,new A.a4t(this))}, +k(a,b){if(b==null)return!1 +if(J.O(b)!==A.r(this))return!1 +return b instanceof A.HO&&b.ghR()===this.ghR()&&!0}, +gu(a){return A.K(this.ghR(),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,B.a)}, +j(a){return A.r(this).j(0)+"(bundle: "+A.n(this.c)+', name: "'+this.ghR()+'")'}} +A.a4t.prototype={ +$0(){var s=0,r=A.a5(t.zI),q,p=this,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0 +var $async$$0=A.a6(function(a1,a2){if(a1===1)return A.a2(a2,r) +while(true)switch(s){case 0:e=p.a +d=e.c +c=$.He() +s=3 +return A.ad(c.hm(0,e.ghR()),$async$$0) +case 3:b=a2 +a=$.aAA() +a=A.lz(e.ghR(),a.a).NJ()[0] +s=4 +return A.ad(A.Nh(J.Hf(J.Hj(b)),e.a,a),$async$$0) +case 4:o=a2 +a=o.d.w,a=a.gaY(a),a=new A.cS(J.aj(a.a),a.b),n=A.k(a).z[1],m=e.b,l=t._m,k=t.Ri,e=e.d +case 5:if(!a.q()){s=6 +break}j=a.a +if(j==null)j=n.a(j) +s=j.f==null?7:8 +break +case 7:i=j.d +h=A.aXz(i) +if(h==null){g=$.aAA() +f=A.a([$.a3M().afw(m),j.e,i,null,null,null,null,null,null,null,null,null,null,null,null,null],l) +A.av_("join",f) +h=new A.xf(g.Fx(new A.cO(f,k)),d,e)}a0=j +s=9 +return A.ad(A.aHK(o,j,h),$async$$0) +case 9:a0.f=a2 +case 8:s=5 +break +case 6:q=o +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$$0,r)}, +$S:509} +A.avI.prototype={ +$2(a,b){this.a.J(0,this.b.aA()) +this.c.e2(0,a.a)}, +$S:510} +A.avJ.prototype={ +$2(a,b){var s=this +s.a.J(0,s.b.aA()) +s.c.kL("Failed to load image "+s.d.c+": "+A.n(a)) +s.e.hG(0)}, +$S:511} +A.adj.prototype={} +A.ada.prototype={ +bf(a,b,c){var s,r,q,p=this,o={},n=p.a,m=n.i(0,b) +if(m!=null)return m +s=p.b +r=s.i(0,b) +o.a=r +if(r!=null)s.B(0,b) +else{if(s.a===1000&&!0){q=new A.bf(s,A.k(s).h("bf<1>")) +s.B(0,q.gL(q))}m=c.$0() +n.m(0,b,m) +m.bF(new A.adb(o,p,b),t.H).mV(new A.adc(p,b))}n=o.a +if(n!=null){p.LV(0,b,n) +o=o.a +o.toString +return new A.bl(o,t.Yw)}m.toString +return m}, +LV(a,b,c){this.b.m(0,b,c)}} +A.adb.prototype={ +$1(a){var s=this.b,r=this.c +s.a.B(0,r) +s.LV(0,r,a) +this.a.a=a}, +$S:512} +A.adc.prototype={ +$1(a){this.a.a.B(0,this.b)}, +$S:100} +A.uD.prototype={ +aO(a){var s=this,r=s.d +if(r!=null){r=A.aDh(r) +r.HN(s.r,s.w) +r.sQL(s.e) +r.r=!1 +r.y=!1 +r.w=s.as}else r=null +r=new A.AZ(r,s.x,s.y,s.z,s.Q,A.ar()) +r.aN() +return r}, +aR(a,b){var s,r,q=this,p=q.d,o=b.D +if(p==null)if(o!=null){b.D=null +s=!0 +r=!0}else{s=!1 +r=!1}else{if(o==null||o.a!==p){o=b.D=A.aDh(p) +s=!0 +r=!0}else{s=!1 +r=!1}r=B.d2.uX(r,o.HN(q.r,q.w))}if(r)b.aL() +if(s)p=!0 +else p=!1 +if(p)b.ae() +b.sd7(0,q.x) +b.sbX(0,q.y) +b.sj8(q.Q) +b.sagf(q.z)}} +A.AZ.prototype={ +sd7(a,b){return}, +sbX(a,b){return}, +sagf(a){if(a===this.az)return +this.az=a +this.aL()}, +sj8(a){if(a.k(0,this.aP))return +this.aP=a}, +wH(a){var s=this.ag +a=A.rI(this.aK,s).pf(a) +s=this.D +if(s==null)return new A.I(A.H(0,a.a,a.b),A.H(0,a.c,a.d)) +return a.ae4(s.d)}, +bj(a){return this.wH(A.xu(a,1/0)).a}, +bm(a){return this.wH(A.xu(1/0,a)).b}, +k6(a){return!0}, +cs(a){return this.wH(a)}, +bJ(){this.id=this.wH(t.k.a(A.t.prototype.ga5.call(this)))}, +aJ(a,b){var s,r,q,p,o,n=this,m=n.D +if(m==null)return +s=a.gbK(a) +r=n.gv(n) +q=b.a +p=b.b +o=n.az +m.afE(s,new A.A(q,p,q+r.a,p+r.b),n.aP,o)}} +A.aup.prototype={ +$2(a,b){return a+b}, +$S:513} +A.PW.prototype={ +a7(a,b){var s,r,q,p,o,n,m +if(b<=0)return 0 +else if(b>=1)return 1 +s=this.a +r=s.length-1 +for(q=0;r-q>1;){p=B.d.am((q+r)/2) +if(b=this.glw()&&a")):s +r.push(new A.ain(this))}, +J(a,b){this.c=null}, +$iae:1} +A.ain.prototype={ +$2(a,b){var s=this.a,r=s.a +r===$&&A.b() +r.l_(0) +if(r.giI().gkc())return +s=s.c +if(s!=null)s.$0()}, +$S:515} +A.uM.prototype={} +A.ty.prototype={ +dt(a,b){return B.Jx}} +A.ux.prototype={ +dt(a,b){return B.Z8}} +A.tG.prototype={ +dt(a,b){return B.JR}} +A.rZ.prototype={ +dt(a,b){return B.I_}} +A.uT.prototype={ +dt(a,b){return B.Zt}} +A.Xd.prototype={ +DS(a,b,c,d,e){var s=t.Y +return A.es(!1,A.es(!1,e,new A.aw(t.m.a(d),new A.aB(1,0,s),s.h("aw"))),c)}} +A.HD.prototype={ +dt(a,b){var s,r,q,p,o=$.aLu(),n=o.ch +if(n===$){s=o.$ti +r=A.aUG(o,s.c,s.z[1]) +n!==$&&A.aK() +o.ch=r +n=r}q=b.mt(n,t.KT) +p=$.cL.e1(new A.ok(new A.a4p(q),[q],t.ep),t.aq) +A.aZa(p) +return A.aAV(new A.u3(p,A.aMu(),A.aMt(),b.mt($.aAz(),t.YX),B.Kl,B.Ot,!1,B.GQ.aes(!1),null))}} +A.a4p.prototype={ +$0(){var s,r=null,q=t.yo +q=A.a([A.aS0(A.aYB(),$.aJi(),A.a([A.Mi(A.aYy(),r,"/",A.a([A.Mi(A.aYC(),$.aJm(),"screen-saver",B.dV,t.gG)],q),t.fe),A.Mi(A.aYA(),r,"/projects",B.dV,t.iP),A.Mi(A.aYz(),r,"/info",B.dV,t.Gi),A.Mi(A.aYx(),r,"/contact",B.dV,t.N7)],q),t._K)],q) +s=$.aAx() +return A.aOZ(!0,r,r,r,r,r,s,r,r,!1,this.a,!0,r,!1,new A.VZ(new A.aio(q,new A.a4o(),5)))}, +$S:516} +A.a4o.prototype={ +$2(a,b){return null}, +$S:517} +A.ar0.prototype={ +gjX(){return A.cR([B.an,B.aP,B.b_,B.aJ],t.A)}} +A.avb.prototype={ +$1(a){a.Rg()}, +$S:518} +A.a4b.prototype={} +A.anb.prototype={} +A.o7.prototype={ +j(a){return"AnalyticsEvent(eventName: "+this.a+", properties: "+A.n(this.b)+")"}, +k(a,b){var s,r=this +if(b==null)return!1 +if(r!==b)if(J.O(b)===A.r(r))if(b instanceof A.o7){s=b.a===r.a +s=(s||s)&&B.iV.eq(b.b,r.b)}else s=!1 +else s=!1 +else s=!0 +return s}, +gu(a){return A.K(A.r(this),this.a,B.iV.eu(0,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.ane.prototype={} +A.Vd.prototype={} +A.mz.prototype={} +A.IU.prototype={ +I(a){var s=null +return new A.e1(B.lp,s,s,new A.bI(B.f7,A.ac2(new A.m_("Contact Me",A.d_(s,s,"luckuveryx@icloud.com",s,s,"mailto"),B.a88)),s),s)}} +A.Mr.prototype={ +I(a){var s=null +A.ed(a,B.ba,t.wr).toString +return new A.e1(B.io,s,s,A.mQ(s,A.aAY(A.ej("I've cultivated skills with a commitment to technology-driven design. My work embodies this synergy, where I breathe life into design concepts through mobile applications. Fueled by a thirst for innovation, I thrive at the crossroads of aesthetics and technology, continuously pushing the boundaries of what's achievable.",s,s,A.aEb(a),s)),B.I,s,s,s,s,s,B.mC,200),s)}} +A.m_.prototype={ +j(a){return"InfoLink(label: "+this.a+", url: "+this.b.j(0)+", event: "+this.c.j(0)+")"}, +k(a,b){var s,r,q=this +if(b==null)return!1 +if(q!==b)if(J.O(b)===A.r(q))if(b instanceof A.m_){s=b.a===q.a +if(s||s){s=b.b +r=q.b +if(s===r||s.k(0,r)){s=b.c +r=q.c +s=s===r||s.k(0,r)}else s=!1}else s=!1}else s=!1 +else s=!1 +else s=!0 +return s}, +gu(a){var s=this +return A.K(A.r(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)}, +$ihr:1} +A.tF.prototype={ +dt(a,b){return new A.n7(new A.ac3(this,b),new A.ac4(this,a),null)}} +A.ac3.prototype={ +$0(){var s=this.a.f +A.a3C(s.b) +s=s.c +this.b.fb(0,$.oD(),t.i3).a.lV(0,s.a,s.b)}, +$S:0} +A.ac4.prototype={ +$1(a){var s=null,r=this.b,q=A.ahv(r) +q=q==null?s:q.dH(a.b) +q=A.ej(this.a.f.a,s,s,q,s) +r=A.ahv(r).r +r.toString +return A.ki(A.a([q,B.E2,A.aCc(B.JA,a.b,r-8)],t.p),B.f0,B.ai,B.aZ,B.q)}, +$S:139} +A.LJ.prototype={ +dt(a,b){var s=t.l7 +return A.hW(A.af(J.kS(b.mt($.aLl(),t.CI),new A.a9g(),s),!0,s),B.dI,B.ai,B.aZ)}} +A.a9g.prototype={ +$1(a){return A.ac2(a)}, +$S:520} +A.Ng.prototype={ +dt(a,b){return A.ac2(b.mt($.aLm(),t.d1))}} +A.R1.prototype={ +dt(a,b){return A.ac2(b.mt($.aLt(),t.d1))}} +A.MJ.prototype={ +I(a){var s +switch(A.qj(a).a){case 0:case 1:case 2:s=B.JQ +break +case 3:case 4:case 5:s=B.JP +break +default:s=null}return s}} +A.MK.prototype={ +I(a){return B.Yf}} +A.ML.prototype={ +I(a){return B.EZ}} +A.f8.prototype={ +af4(){var s=A.aNA(),r=s.tw(this.c),q=this.d +if(q==null)return r +return r+" - "+s.tw(q)}} +A.Mb.prototype={} +A.PP.prototype={} +A.Rn.prototype={} +A.Qa.prototype={} +A.LF.prototype={} +A.Te.prototype={} +A.Ik.prototype={} +A.eT.prototype={ +j(a){return"ProjectLink(label: "+this.a+", url: "+this.b.j(0)+")"}, +k(a,b){var s,r,q=this +if(b==null)return!1 +if(q!==b)if(J.O(b)===A.r(q))if(b instanceof A.eT){s=b.a===q.a +if(s||s){s=b.b +r=q.b +s=s===r||s.k(0,r)}else s=!1}else s=!1 +else s=!1 +else s=!0 +return s}, +gu(a){return A.K(A.r(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)}, +$iaE2:1} +A.Az.prototype={ +I(a){return A.ej(this.c.af4(),null,null,A.aRj(a),null)}} +A.Qj.prototype={ +I(a){var s=null +A.ed(a,B.ba,t.wr).toString +return A.ki(A.a([B.Jj,B.E3,A.ej("Projects",s,s,A.ahv(a),s)],t.p),B.ag,B.yY,B.aZ,s)}} +A.Qk.prototype={ +dt(a,b){var s,r,q,p,o,n=t.p,m=A.a([],n) +for(s=this.f.e,r=s.length,q=0;q")),t.i) +return A.PL(q?B.Zo:new A.Rb(this.f,this.e,null),n)}} +A.ai5.prototype={ +$0(){var s=this.a +s.sl(0,s.a) +s.c7(0) +return null}, +$S:15} +A.Bg.prototype={ +I(a){return A.ki(A.a([B.HY,A.LI(new A.Ia(this.c,null),1)],t.p),B.ag,B.ai,B.aO,null)}} +A.R4.prototype={ +I(a){var s=null,r=A.ej("Ryan Yip",s,s,A.aEc(a),s),q=A.ej("LuckUVeryx",s,s,A.ahv(a),s),p=t.wr +A.ed(a,B.ba,p).toString +A.ed(a,B.ba,p).toString +A.ed(a,B.ba,p).toString +A.ed(a,B.ba,p).toString +A.ed(a,B.ba,p).toString +return new A.bI(B.f7,A.hW(A.a([new A.bI(B.mF,r,s),new A.bI(B.mF,q,s),B.kM,new A.nM("/","Home",new A.ahI(a),s),new A.nM("/projects","Projects",new A.ahJ(a),s),new A.nM("/info","Info",new A.ahK(a),s),new A.nM("/contact","Contact",new A.ahL(a),s),new A.nM("screen-saver","Animation",new A.ahM(a),s)],t.p),B.dI,B.ai,B.aZ),s)}} +A.ahI.prototype={ +$0(){var s=A.Mh("/") +return A.pp(this.a).lt(0,s,null)}, +$S:0} +A.ahJ.prototype={ +$0(){var s=A.Mh("/projects") +return A.pp(this.a).lt(0,s,null)}, +$S:0} +A.ahK.prototype={ +$0(){var s=A.Mh("/info") +return A.pp(this.a).lt(0,s,null)}, +$S:0} +A.ahL.prototype={ +$0(){var s=A.Mh("/contact") +return A.pp(this.a).lt(0,s,null)}, +$S:0} +A.ahM.prototype={ +$0(){var s=A.Mh("/screen-saver") +return A.pp(this.a).lt(0,s,null)}, +$S:0} +A.auZ.prototype={ +$1(a){var s,r,q=a.c,p=A.wR(A.bT(0,0,0,B.e.hw(1e4,a.b),0)) +$.cL.e1(new A.hO(new A.auY(p),[]),t.H) +s=t.Y +r=s.h("dK") +return new A.jy(a.a,A.wQ(new A.aw(t.m.a(p),new A.dK(new A.fn(B.Ia),new A.aB(0,6.283185307179586,s),r),r.h("aw")),t.i),A.M(51,q.gl(q)>>>16&255,q.gl(q)>>>8&255,q.gl(q)&255))}, +$S:526} +A.auY.prototype={ +$0(){var s=this.a +s.sl(0,B.bX.b_()) +s.alx(0) +return null}, +$S:15} +A.Tg.prototype={ +I(a){var s,r,q,p=null,o=A.aWf(),n=A.a([],t.p) +for(s=new A.dE(o,o.gp(o)),r=A.k(s).c;s.q();){q=s.d +if(q==null)q=r.a(q) +n.push(new A.kd(0,p,0,0,p,p,new A.h3(1/0,q.a,new A.t4(new A.KS(q.b,q.c,p),p,B.F,p,p),p),p))}n.push(this.d) +return A.nW(B.bS,n,B.a7,B.bO)}} +A.R6.prototype={ +dt(a,b){var s,r,q=null,p=A.qj(a) +$label0$0:{if(B.kn===p||B.kl===p||B.km===p){s=B.j5.Qh(0) +break $label0$0}s=B.mE.Qh(8) +break $label0$0}r=t.p +return A.ay6(q,new A.bI(s,A.hW(A.a([A.LI(new A.Bg(new A.Tg(A.nW(B.bS,A.a([this.f,B.EX],r),B.a7,B.bO),q),q),1),B.Yi],r),B.ag,B.ai,B.aO),q))}} +A.qo.prototype={ +de(){return new A.o()}} +A.nO.prototype={ +de(){return new A.wq(48,2)}, +akj(a){var s=this.a +s===$&&A.b() +s.l_(0) +s.aF(new A.wq(s.giI().a,a))}, +akh(a){var s=this.a +s===$&&A.b() +s.l_(0) +s.aF(new A.wq(a,s.giI().b))}} +A.FP.prototype={ +ap(){return new A.a1j(A.aM(t.oo))}} +A.a1j.prototype={ +kR(a){var s,r=this.a +r.toString +s=new A.kt(a,"created by "+r.j(0)) +this.d.E(0,s) +return s}, +n(){}, +I(a){var s,r,q,p,o,n +for(s=this.d,s=A.cB(s,s.r),r=t.l3,q=A.k(s).c;s.q();){p=s.d +if(p==null)p=q.a(p) +o=a.au(r) +n=o==null?null:o.f +p.su2(0,n===!1)}return this}, +$ib5:1} +A.Rp.prototype={ +dt(a,b){var s=null,r=$.cL.e1(new A.fg(0,s,t.QS),t.N9) +return A.ld(s,B.a9m,B.au,!1,s,s,s,s,s,s,s,s,s,s,s,s,s,s,new A.aiJ(A.aZ9(s,t.dN),r,b),s,s,s)}} +A.aiJ.prototype={ +$0(){var s=this.a,r=s.a +if(r!=null)r.b8(0) +r=this.b +s.a=A.c7(B.c1,new A.aiI(r,s)) +r.sl(0,r.gl(r)+1) +if(r.gl(r)>=10){r.sl(0,0) +r=s.a +if(r!=null)r.b8(0) +s.a=null +s=this.c +r=s.fb(0,$.awm().gu4(),t.R6).a +r===$&&A.b() +r.aF(new A.o()) +s.fb(0,$.oD(),t.i3).a.lV(0,"corner_animation_manually_triggered",null)}}, +$S:0} +A.aiI.prototype={ +$0(){var s,r +this.a.sl(0,0) +s=this.b +r=s.a +if(r!=null)r.b8(0) +s.a=null}, +$S:0} +A.a_W.prototype={ +dt(a,b){var s=null,r=A.wR(B.f4),q=t.Y,p=A.wQ(new A.aw(A.dB(B.JY,r,s),new A.aB(1,0,q),q.h("aw")),t.i) +q=$.awm() +if(b.e==null)A.J(A.a0(u.w)) +b.bt.push(b.gBq().aiZ(q,new A.ask(r),s)) +return A.PL(new A.zJ(new A.HO("assets/lottie/heart_animation.json",s,s,s),s,r,s,s,s,s,s,s,s,s,s,B.FC,s,s,s,s,s,s),p)}} +A.ask.prototype={ +$2(a,b){return this.UG(a,b)}, +UG(a,b){var s=0,r=A.a5(t.H),q=this,p,o +var $async$$2=A.a6(function(c,d){if(c===1)return A.a2(d,r) +while(true)switch(s){case 0:p=q.a +o=p.a +p.sl(0,o) +s=2 +return A.ad(p.c7(0),$async$$2) +case 2:p.sl(0,o) +return A.a3(null,r)}}) +return A.a4($async$$2,r)}, +$S:527} +A.Rr.prototype={ +I(a){var s=this,r=null,q=s.d,p=t.p,o=A.ki(A.a([A.ej(s.c,r,r,r,r),B.a06,A.ej(B.d.ad(q,1),r,r,r,B.eF)],p),B.ag,B.ai,B.aO,r),n=A.ap(a).ax,m=n.Q +if(m==null){m=n.y +n=m==null?n.f:m}else n=m +return A.hW(A.a([new A.bI(B.J_,o,r),A.is(new A.BP(q,s.r,s.w,s.e,s.f,n,r),20,1/0)],p),B.ag,B.ai,B.aZ)}} +A.Ro.prototype={ +dt(a,b){var s,r,q,p,o,n,m,l,k,j,i,h,g=null,f={} +f.a=f.b=null +s=b.mt($.aAy(),t.M8) +r=s.b +f.b=r +q=f.a=s.a +p=B.d.a9(B.bX.b_()*16777215)>>>0 +p=A.M(255,p>>>16&255,p>>>8&255,p&255) +p=$.cL.e1(new A.fg(p,g,t.cV),t.co) +o=B.bX.b_() +n=this.f +m=B.bX.b_() +m=$.cL.e1(new A.fg(new A.cs(o*(n.b-q),m*(n.d-q)),g,t.wT),t.Fg) +o=B.bX.SM()?1:-1 +l=B.bX.SM()?1:-1 +l=$.cL.e1(new A.fg(new A.cs(o,l),g,t.DO),t.zb) +k=m.gl(m) +j=k.a +i=k.b +o=$.cL.e1(B.a9x,t.dd) +f.c=f.d=null +h=l.gl(l) +f.d=h.a +f.c=h.b +$.cL.e1(new A.hO(new A.aiO(f,this,o,m,l,p,b),[n,q,r]),t.H) +f=f.a +return A.us(g,A.mQ(g,g,B.I,p.gl(p),g,g,f,g,g,f),g,g,j,g,i,g)}} +A.aiO.prototype={ +$0(){var s,r,q,p,o,n=this,m={} +m.a=m.b=null +s=n.b.f +r=s.b +s=s.d +m.b=r +m.a=s +q=n.a +p=q.a +r-=p +p=s-p +o=n.c.kR(new A.aiN(q,m,n.d,n.e,n.f,A.a([B.Zb,new A.cs(0,r),new A.cs(p,0),new A.cs(p,r)],t.AC),n.r)) +o.kB(0) +return o.gpc()}, +$S:141} +A.aiN.prototype={ +$1(a){var s,r=this,q=r.c,p=q.gl(q),o=p.a,n=p.b,m=r.a,l=m.d,k=m.b,j=o+l*k,i=n+m.c*k +if(j<0){m.d=1 +j=0}l=m.a +k=r.b +s=k.b +if(j+l>s){j=s-l +m.d=-1}if(i<0){m.c=1 +i=0}k=k.a +if(i+l>k){i=k-l +m.c=-1}l=r.d +if(!J.d(l.gl(l),new A.cs(m.d,m.c))){l.sl(0,new A.cs(m.d,m.c)) +m=B.d.a9(B.bX.b_()*16777215)>>>0 +r.e.sl(0,A.M(255,m>>>16&255,m>>>8&255,m&255))}q.sl(0,new A.cs(j,i)) +if(B.b.t(r.f,q.gl(q))){q=r.r +m=q.fb(0,$.awm().gu4(),t.R6).a +m===$&&A.b() +m.aF(new A.o()) +q.fb(0,$.oD(),t.i3).a.lV(0,"corner_detected",null)}}, +$S:3} +A.Rq.prototype={ +dt(a,b){var s,r,q,p,o,n,m,l,k=null,j={} +j.a=j.b=null +s=$.aAy() +r=b.mt(s,t.M8) +q=r.b +j.b=q +j.a=r.a +p=A.qj(a) +$label0$0:{if(B.kn===p||B.kl===p||B.km===p){o=B.j5.Qo(0,0) +break $label0$0}o=B.mE.Qo(0,8) +break $label0$0}o=A.LI(new A.bI(o,new A.Bg(new A.N5(new A.aiK(),k),k),k),1) +n=t.wr +A.ed(a,B.ba,n).toString +m=t.mc +l=A.aEl("Speed",24,0,new A.aiL(j,b),b.fb(0,s.gu4(),m).gaki(),q) +A.ed(a,B.ba,n).toString +n=j.a +return A.ay6(k,A.hW(A.a([o,new A.bI(B.mD,l,k),new A.bI(B.mD,A.aEl("Size",128,4,new A.aiM(j,b),b.fb(0,s.gu4(),m).gakg(),n),k),B.kM],t.p),B.ag,B.ai,B.aO))}} +A.aiK.prototype={ +$2(a,b){return A.nW(B.bS,A.a([new A.Ro(b,null),B.Z4],t.p),B.a7,B.bO)}, +$S:528} +A.aiL.prototype={ +$1(a){var s=A.aJ(["speed",this.a.b],t.N,t.z) +this.b.fb(0,$.oD(),t.i3).a.lV(0,"speed_slider_value",s)}, +$S:26} +A.aiM.prototype={ +$1(a){var s=A.aJ(["size",this.a.a],t.N,t.z) +this.b.fb(0,$.oD(),t.i3).a.lV(0,"size_slider_value",s)}, +$S:26} +A.qI.prototype={ +de(){return B.kW}, +ajN(a){var s,r,q +switch(a.a){case 1:s=B.a4Z +break +case 0:s=B.Eq +break +default:s=null}r=this.a +r===$&&A.b() +r.aF(s) +r.l_(0) +s=A.aJ(["theme_mode",r.giI().b],t.N,t.z) +q=$.oD() +r=r.e +r===$&&A.b() +q.zr(0,r).a.lV(0,"theme_mode_toggled",s)}} +A.xv.prototype={ +dt(a,b){return new A.R7(3,new A.n7(new A.a5f(this,b),new A.a5g(this,a),null),null)}} +A.a5f.prototype={ +$0(){return this.b.fb(0,$.aAz().gu4(),t.HJ).ajN(this.a.f)}, +$S:0} +A.a5g.prototype={ +$1(a){var s=null,r=this.b,q=this.a.f,p=A.ap(r).ax.a===q?B.jn:B.Jz,o=a.b +p=A.aCc(p,o,12) +switch(q.a){case 1:A.ed(r,B.ba,t.wr).toString +q="Light" +break +case 0:A.ed(r,B.ba,t.wr).toString +q="Dark" +break +default:q=s}return A.ki(A.a([p,B.E2,A.ej(q.toUpperCase(),s,s,A.ap(r).p3.z.dH(o),s)],t.p),B.ag,B.ai,B.aZ,s)}, +$S:139} +A.CP.prototype={ +I(a){return A.is(A.ej(this.c,null,null,A.ap(a).p3.Q,B.hX),null,8)}} +A.V1.prototype={ +I(a){var s,r,q,p=A.a([],t.p) +for(s=this.c.split(""),r=s.length,q=0;q")),t._),c=Date.now() +c=$.cL.e1(new A.fg(new A.c2(c,!1),h,t.fX),t.i5) +s=c.gl(c) +s=A.hD(A.Ay(s),1,1,0,0,0,0,!1) +if(!A.dN(s))A.J(A.dO(s)) +r=c.gl(c) +r=A.hD(A.Ay(r)+1,1,1,0,0,0,0,!1) +if(!A.dN(r))A.J(A.dO(r)) +q=A.bT(0,0,0,r-s,0) +p=A.bT(0,0,0,c.gl(c).a-s,0).a/q.a +o=A.bT(0,0,0,r-c.gl(c).a,0) +s=t.H +$.cL.e1(new A.hO(new A.an7(f,c),[]),s) +$.cL.e1(new A.hO(new A.an8(e),[]),s) +n=(B.d.U1(p*100,12)+"%").split("") +s=o.a +c=B.e.cF(s,864e8) +r=B.c.d4(""+B.e.cF(s-A.bT(c,0,0,0,0).a,g),2,"0") +m=B.c.d4(""+B.e.cF(A.aGA(o).a,6e7),2,"0") +s=B.c.d4(""+B.e.cF(s-A.bT(c,B.e.cF(s-A.bT(c,0,0,0,0).a,g),0,0,B.e.cF(A.aGA(o).a,6e7)).a,1e6),2,"0") +A.ed(a,B.ba,t.wr).toString +l=A.awI(28) +k=t.p +l=A.a([A.LI(new A.IJ(l,new A.zx(p,d==null?h:A.M(B.d.am(76.5),d.gl(d)>>>16&255,d.gl(d)>>>8&255,d.gl(d)&255),d,h,h,h,h),h),1),B.E3],k) +for(j=n.length,i=0;i0&&!s.mg(b) +if(s)return b +s=this.b +return this.Sr(0,s==null?A.azp():s,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p)}, +acs(a,b){return this.Pe(a,b,null,null,null,null,null,null,null,null,null,null,null,null,null,null)}, +afw(a){var s,r,q=A.lz(a,this.a) +q.zz() +s=q.d +r=s.length +if(r===0){s=q.b +return s==null?".":s}if(r===1){s=q.b +return s==null?".":s}B.b.fG(s) +q.e.pop() +q.zz() +return q.j(0)}, +Sr(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._m) +A.av_("join",s) +return this.Fx(new A.cO(s,t.Ri))}, +aiL(a,b,c){return this.Sr(a,b,c,null,null,null,null,null,null,null,null,null,null,null,null,null,null)}, +Fx(a){var s,r,q,p,o,n,m,l,k +for(s=a.ga6(a),r=new A.lZ(s,new A.a6D()),q=this.a,p=!1,o=!1,n="";r.q();){m=s.gG(s) +if(q.mg(m)&&o){l=A.lz(m,q) +k=n.charCodeAt(0)==0?n:n +n=B.c.T(k,0,q.pT(k,!0)) +l.b=n +if(q.u3(n))l.e[0]=q.gnU() +n=""+l.j(0)}else if(q.h_(m)>0){o=!q.mg(m) +n=""+m}else{if(!(m.length!==0&&q.E2(m[0])))if(p)n+=q.gnU() +n+=m}p=q.u3(m)}return n.charCodeAt(0)==0?n:n}, +nW(a,b){var s=A.lz(b,this.a),r=s.d,q=A.a1(r).h("aZ<1>") +q=A.af(new A.aZ(r,new A.a6E(),q),!0,q.h("l.E")) +s.d=q +r=s.b +if(r!=null)B.b.fB(q,0,r) +return s.d}, +FP(a,b){var s +if(!this.a7z(b))return b +s=A.lz(b,this.a) +s.FO(0) +return s.j(0)}, +a7z(a){var s,r,q,p,o,n,m,l,k=this.a,j=k.h_(a) +if(j!==0){if(k===$.H9())for(s=0;s0)return o.FP(0,a) +if(m.h_(a)<=0||m.mg(a))a=o.acs(0,a) +if(m.h_(a)<=0&&m.h_(s)>0)throw A.c(A.aDM(n+a+'" from "'+s+'".')) +r=A.lz(s,m) +r.FO(0) +q=A.lz(a,m) +q.FO(0) +l=r.d +if(l.length!==0&&J.d(l[0],"."))return q.j(0) +l=r.b +p=q.b +if(l!=p)l=l==null||p==null||!m.G5(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.G5(l[0],p[0])}else l=!1 +if(!l)break +B.b.iG(r.d,0) +B.b.iG(r.e,1) +B.b.iG(q.d,0) +B.b.iG(q.e,1)}l=r.d +if(l.length!==0&&J.d(l[0],".."))throw A.c(A.aDM(n+a+'" from "'+s+'".')) +l=t.N +B.b.tI(q.d,0,A.ax(r.d.length,"..",!1,l)) +p=q.e +p[0]="" +B.b.tI(p,1,A.ax(r.d.length,m.gnU(),!1,l)) +m=q.d +l=m.length +if(l===0)return"." +if(l>1&&J.d(B.b.gY(m),".")){B.b.fG(q.d) +m=q.e +m.pop() +m.pop() +m.push("")}q.b="" +q.zz() +return q.j(0)}, +U4(a){var s,r=this.a +if(r.h_(a)<=0)return r.Tt(a) +else{s=this.b +return r.Dv(this.aiL(0,s==null?A.azp():s,a))}}, +akY(a){var s,r,q=this,p=A.az9(a) +if(p.gdT()==="file"&&q.a===$.wU())return p.j(0) +else if(p.gdT()!=="file"&&p.gdT()!==""&&q.a!==$.wU())return p.j(0) +s=q.FP(0,q.a.zf(A.az9(p))) +r=q.alm(s) +return q.nW(0,r).length>q.nW(0,s).length?s:r}} +A.a6D.prototype={ +$1(a){return a!==""}, +$S:13} +A.a6E.prototype={ +$1(a){return a.length!==0}, +$S:13} +A.av0.prototype={ +$1(a){return a==null?"null":'"'+a+'"'}, +$S:533} +A.acd.prototype={ +V4(a){var s=this.h_(a) +if(s>0)return B.c.T(a,0,s) +return this.mg(a)?a[0]:null}, +Tt(a){var s,r=null,q=a.length +if(q===0)return A.d_(r,r,r,r,r,r) +s=A.a6C(this).nW(0,a) +if(this.kd(a.charCodeAt(q-1)))B.b.E(s,"") +return A.d_(r,r,r,s,r,r)}, +G5(a,b){return a===b}} +A.af2.prototype={ +gFh(){var s=this.d +if(s.length!==0)s=J.d(B.b.gY(s),"")||!J.d(B.b.gY(this.e),"") +else s=!1 +return s}, +zz(){var s,r,q=this +while(!0){s=q.d +if(!(s.length!==0&&J.d(B.b.gY(s),"")))break +B.b.fG(q.d) +q.e.pop()}s=q.e +r=s.length +if(r!==0)s[r-1]=""}, +FO(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;p=0;--s)if(a[s]===b){++r +if(r===c)return s +q=s}return q}, +NJ(){var s,r,q=this.d +q=new A.e4(q,A.a1(q).h("e4<1,j?>")) +s=q.Fz(q,new A.af3(),new A.af4()) +if(s==null)return A.a(["",""],t.s) +if(s==="..")return A.a(["..",""],t.s) +r=this.a6O(s,".",1) +if(r<=0)return A.a([s,""],t.s) +return A.a([B.c.T(s,0,r),B.c.bA(s,r)],t.s)}} +A.af3.prototype={ +$1(a){return a!==""}, +$S:103} +A.af4.prototype={ +$0(){return null}, +$S:15} +A.PU.prototype={ +j(a){return"PathException: "+this.a}, +$icp:1} +A.akL.prototype={ +j(a){return this.gFM(this)}} +A.afB.prototype={ +E2(a){return B.c.t(a,"/")}, +kd(a){return a===47}, +u3(a){var s=a.length +return s!==0&&a.charCodeAt(s-1)!==47}, +pT(a,b){if(a.length!==0&&a.charCodeAt(0)===47)return 1 +return 0}, +h_(a){return this.pT(a,!1)}, +mg(a){return!1}, +zf(a){var s +if(a.gdT()===""||a.gdT()==="file"){s=a.gcD(a) +return A.hP(s,0,s.length,B.Q,!1)}throw A.c(A.bK("Uri "+a.j(0)+" must have scheme 'file:'.",null))}, +Dv(a){var s=null,r=A.lz(a,this),q=r.d +if(q.length===0)B.b.R(q,A.a(["",""],t.s)) +else if(r.gFh())B.b.E(r.d,"") +return A.d_(s,s,s,r.d,s,"file")}, +gFM(){return"posix"}, +gnU(){return"/"}} +A.amQ.prototype={ +E2(a){return B.c.t(a,"/")}, +kd(a){return a===47}, +u3(a){var s=a.length +if(s===0)return!1 +if(a.charCodeAt(s-1)!==47)return!0 +return B.c.ip(a,"://")&&this.h_(a)===s}, +pT(a,b){var s,r,q,p,o=a.length +if(o===0)return 0 +if(a.charCodeAt(0)===47)return 1 +for(s=0;s0){s=B.c.k8(a,"\\",s+1) +if(s>0)return s}return r}if(r<3)return 0 +if(!A.aHD(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}, +h_(a){return this.pT(a,!1)}, +mg(a){return this.h_(a)===1}, +zf(a){var s,r +if(a.gdT()!==""&&a.gdT()!=="file")throw A.c(A.bK("Uri "+a.j(0)+" must have scheme 'file:'.",null)) +s=a.gcD(a) +if(a.gk7(a)===""){if(s.length>=3&&B.c.bv(s,"/")&&A.aHF(s,1))s=B.c.Gr(s,"/","")}else s="\\\\"+a.gk7(a)+s +r=A.em(s,"/","\\") +return A.hP(r,0,r.length,B.Q,!1)}, +Dv(a){var s,r,q=null,p=A.lz(a,this),o=p.b +o.toString +if(B.c.bv(o,"\\\\")){s=new A.aZ(A.a(o.split("\\"),t.s),new A.an2(),t.gD) +B.b.fB(p.d,0,s.gY(s)) +if(p.gFh())B.b.E(p.d,"") +return A.d_(q,s.gL(s),q,p.d,q,"file")}else{if(p.d.length===0||p.gFh())B.b.E(p.d,"") +o=p.d +r=p.b +r.toString +r=A.em(r,"/","") +B.b.fB(o,0,A.em(r,"\\","")) +return A.d_(q,q,q,p.d,q,"file")}}, +adW(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}, +G5(a,b){var s,r +if(a===b)return!0 +s=a.length +if(s!==b.length)return!1 +for(r=0;r>>8&255]&255)<<8|(s[a>>>16&255]&255)<<16|s[a>>>24&255]<<24)>>>0}, +UI(a,a0){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c=this,b=a0.a +b===$&&A.b() +s=b.length +if(s<16||s>32||(s&7)!==0)throw A.c(A.bK("Key length not 128/192/256 bits.",null)) +r=s>>>2 +q=r+6 +c.a=q +p=q+1 +o=J.acf(p,t.Cm) +for(q=t.S,n=0;n>>8|(j&$.el[24])<<24)>>>0)^b[n-1])>>>0 +q=o[n] +q[0]=m +l=(l^m)>>>0 +q[1]=l +k=(k^l)>>>0 +q[2]=k +j=(j^k)>>>0 +q[3]=j}break +case 6:m=A.d0(b,0,B.t) +q=o[0] +q[0]=m +l=A.d0(b,4,B.t) +q[1]=l +k=A.d0(b,8,B.t) +q[2]=k +j=A.d0(b,12,B.t) +q[3]=j +i=A.d0(b,16,B.t) +h=A.d0(b,20,B.t) +for(n=1,g=1;!0;){b=o[n] +b[0]=i +b[1]=h +f=g<<1 +m=(m^c.re((h>>>8|(h&$.el[24])<<24)>>>0)^g)>>>0 +b[2]=m +l=(l^m)>>>0 +b[3]=l +k=(k^l)>>>0 +b=o[n+1] +b[0]=k +j=(j^k)>>>0 +b[1]=j +i=(i^j)>>>0 +b[2]=i +h=(h^i)>>>0 +b[3]=h +g=f<<1 +m=(m^c.re((h>>>8|(h&$.el[24])<<24)>>>0)^f)>>>0 +b=o[n+2] +b[0]=m +l=(l^m)>>>0 +b[1]=l +k=(k^l)>>>0 +b[2]=k +j=(j^k)>>>0 +b[3]=j +n+=3 +if(n>=13)break +i=(i^j)>>>0 +h=(h^i)>>>0}break +case 8:m=A.d0(b,0,B.t) +q=o[0] +q[0]=m +l=A.d0(b,4,B.t) +q[1]=l +k=A.d0(b,8,B.t) +q[2]=k +j=A.d0(b,12,B.t) +q[3]=j +i=A.d0(b,16,B.t) +q=o[1] +q[0]=i +h=A.d0(b,20,B.t) +q[1]=h +e=A.d0(b,24,B.t) +q[2]=e +d=A.d0(b,28,B.t) +q[3]=d +for(n=2,g=1;!0;g=f){f=g<<1 +m=(m^c.re((d>>>8|(d&$.el[24])<<24)>>>0)^g)>>>0 +b=o[n] +b[0]=m +l=(l^m)>>>0 +b[1]=l +k=(k^l)>>>0 +b[2]=k +j=(j^k)>>>0 +b[3]=j;++n +if(n>=15)break +i=(i^c.re(j))>>>0 +b=o[n] +b[0]=i +h=(h^i)>>>0 +b[1]=h +e=(e^h)>>>0 +b[2]=e +d=(d^e)>>>0 +b[3]=d;++n}break +default:throw A.c(A.a0("Should never get here"))}return o}, +a2y(b2,b3,b4,b5,b6){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=A.d0(b2,b3,B.t),a4=A.d0(b2,b3+4,B.t),a5=A.d0(b2,b3+8,B.t),a6=A.d0(b2,b3+12,B.t),a7=b6[0],a8=a3^a7[0],a9=a4^a7[1],b0=a5^a7[2],b1=a6^a7[3] +for(a7=a2.a-1,s=a2.w,r=1;r>>8&255] +o=B.e.aU(p,24) +n=$.el[8] +m=s[b0>>>16&255] +l=B.e.aU(m,16) +k=$.el[16] +j=s[b1>>>24&255] +i=B.e.aU(j,8) +h=$.el[24] +g=b6[r] +f=q^(o|(p&n)<<8)^(l|(m&k)<<16)^(i|(j&h)<<24)^g[0] +j=s[a9&255] +i=s[b0>>>8&255] +m=B.e.aU(i,24) +l=s[b1>>>16&255] +p=B.e.aU(l,16) +o=s[a8>>>24&255] +e=j^(m|(i&n)<<8)^(p|(l&k)<<16)^(B.e.aU(o,8)|(o&h)<<24)^g[1] +o=s[b0&255] +l=s[b1>>>8&255] +p=B.e.aU(l,24) +i=s[a8>>>16&255] +m=B.e.aU(i,16) +j=s[a9>>>24&255] +d=o^(p|(l&n)<<8)^(m|(i&k)<<16)^(B.e.aU(j,8)|(j&h)<<24)^g[2] +j=s[b1&255] +a8=s[a8>>>8&255] +i=B.e.aU(a8,24) +a9=s[a9>>>16&255] +m=B.e.aU(a9,16) +b0=s[b0>>>24&255];++r +b1=j^(i|(a8&n)<<8)^(m|(a9&k)<<16)^(B.e.aU(b0,8)|(b0&h)<<24)^g[3] +g=s[f&255] +b0=s[e>>>8&255] +a9=B.e.aU(b0,24) +m=s[d>>>16&255] +a8=B.e.aU(m,16) +i=s[b1>>>24&255] +j=B.e.aU(i,8) +l=b6[r] +a8=g^(a9|(b0&n)<<8)^(a8|(m&k)<<16)^(j|(i&h)<<24)^l[0] +i=s[e&255] +j=s[d>>>8&255] +m=B.e.aU(j,24) +b0=s[b1>>>16&255] +a9=B.e.aU(b0,16) +g=s[f>>>24&255] +a9=i^(m|(j&n)<<8)^(a9|(b0&k)<<16)^(B.e.aU(g,8)|(g&h)<<24)^l[1] +g=s[d&255] +b0=s[b1>>>8&255] +j=B.e.aU(b0,24) +m=s[f>>>16&255] +i=B.e.aU(m,16) +p=s[e>>>24&255] +b0=g^(j|(b0&n)<<8)^(i|(m&k)<<16)^(B.e.aU(p,8)|(p&h)<<24)^l[2] +p=s[b1&255] +m=s[f>>>8&255] +i=B.e.aU(m,24) +j=s[e>>>16&255] +g=B.e.aU(j,16) +o=s[d>>>24&255];++r +b1=p^(i|(m&n)<<8)^(g|(j&k)<<16)^(B.e.aU(o,8)|(o&h)<<24)^l[3]}f=s[a8&255]^A.dp(s[a9>>>8&255],24)^A.dp(s[b0>>>16&255],16)^A.dp(s[b1>>>24&255],8)^b6[r][0] +e=s[a9&255]^A.dp(s[b0>>>8&255],24)^A.dp(s[b1>>>16&255],16)^A.dp(s[a8>>>24&255],8)^b6[r][1] +d=s[b0&255]^A.dp(s[b1>>>8&255],24)^A.dp(s[a8>>>16&255],16)^A.dp(s[a9>>>24&255],8)^b6[r][2] +b1=s[b1&255]^A.dp(s[a8>>>8&255],24)^A.dp(s[a9>>>16&255],16)^A.dp(s[b0>>>24&255],8)^b6[r][3] +a7=a2.e +b0=a7[f&255] +s=a7[e>>>8&255] +q=a2.d +p=q[d>>>16&255] +o=q[b1>>>24&255] +n=b6[r+1] +m=n[0] +l=q[e&255] +a9=a7[d>>>8&255] +k=a7[b1>>>16&255] +j=q[f>>>24&255] +i=n[1] +h=q[d&255] +g=a7[b1>>>8&255] +c=a7[f>>>16&255] +b=a7[e>>>24&255] +a=n[2] +a0=q[b1&255] +a1=q[f>>>8&255] +q=q[e>>>16&255] +a7=a7[d>>>24&255] +n=n[3] +A.rn((b0&255^(s&255)<<8^(p&255)<<16^o<<24^m)>>>0,b4,b5,B.t) +A.rn((l&255^(a9&255)<<8^(k&255)<<16^j<<24^i)>>>0,b4,b5+4,B.t) +A.rn((h&255^(g&255)<<8^(c&255)<<16^b<<24^a)>>>0,b4,b5+8,B.t) +A.rn((a0&255^(a1&255)<<8^(q&255)<<16^a7<<24^n)>>>0,b4,b5+12,B.t)}, +a1O(b2,b3,b4,b5,b6){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e,d,c,b,a,a0=this,a1=A.d0(b2,b3,B.t),a2=A.d0(b2,b3+4,B.t),a3=A.d0(b2,b3+8,B.t),a4=A.d0(b2,b3+12,B.t),a5=a0.a,a6=b6[a5],a7=a1^a6[0],a8=a2^a6[1],a9=a3^a6[2],b0=a5-1,b1=a4^a6[3] +for(a5=a0.x,a6=a9;b0>1;){s=a5[a7&255] +r=a5[b1>>>8&255] +q=B.e.aU(r,24) +p=$.el[8] +o=a5[a6>>>16&255] +n=B.e.aU(o,16) +m=$.el[16] +l=a5[a8>>>24&255] +k=B.e.aU(l,8) +j=$.el[24] +i=b6[b0] +h=s^(q|(r&p)<<8)^(n|(o&m)<<16)^(k|(l&j)<<24)^i[0] +l=a5[a8&255] +k=a5[a7>>>8&255] +o=B.e.aU(k,24) +n=a5[b1>>>16&255] +r=B.e.aU(n,16) +q=a5[a6>>>24&255] +g=l^(o|(k&p)<<8)^(r|(n&m)<<16)^(B.e.aU(q,8)|(q&j)<<24)^i[1] +q=a5[a6&255] +n=a5[a8>>>8&255] +r=B.e.aU(n,24) +k=a5[a7>>>16&255] +o=B.e.aU(k,16) +l=a5[b1>>>24&255] +f=q^(r|(n&p)<<8)^(o|(k&m)<<16)^(B.e.aU(l,8)|(l&j)<<24)^i[2] +l=a5[b1&255] +a6=a5[a6>>>8&255] +k=B.e.aU(a6,24) +a8=a5[a8>>>16&255] +o=B.e.aU(a8,16) +a7=a5[a7>>>24&255];--b0 +b1=l^(k|(a6&p)<<8)^(o|(a8&m)<<16)^(B.e.aU(a7,8)|(a7&j)<<24)^i[3] +i=a5[h&255] +a7=a5[b1>>>8&255] +a8=B.e.aU(a7,24) +o=a5[f>>>16&255] +a6=B.e.aU(o,16) +k=a5[g>>>24&255] +l=B.e.aU(k,8) +n=b6[b0] +a7=i^(a8|(a7&p)<<8)^(a6|(o&m)<<16)^(l|(k&j)<<24)^n[0] +k=a5[g&255] +l=a5[h>>>8&255] +o=B.e.aU(l,24) +a6=a5[b1>>>16&255] +a8=B.e.aU(a6,16) +i=a5[f>>>24&255] +a8=k^(o|(l&p)<<8)^(a8|(a6&m)<<16)^(B.e.aU(i,8)|(i&j)<<24)^n[1] +i=a5[f&255] +a6=a5[g>>>8&255] +l=B.e.aU(a6,24) +o=a5[h>>>16&255] +k=B.e.aU(o,16) +r=a5[b1>>>24&255] +a6=i^(l|(a6&p)<<8)^(k|(o&m)<<16)^(B.e.aU(r,8)|(r&j)<<24)^n[2] +r=a5[b1&255] +o=a5[f>>>8&255] +k=B.e.aU(o,24) +l=a5[g>>>16&255] +i=B.e.aU(l,16) +q=a5[h>>>24&255];--b0 +b1=r^(k|(o&p)<<8)^(i|(l&m)<<16)^(B.e.aU(q,8)|(q&j)<<24)^n[3]}h=a5[a7&255]^A.dp(a5[b1>>>8&255],24)^A.dp(a5[a6>>>16&255],16)^A.dp(a5[a8>>>24&255],8)^b6[b0][0] +g=a5[a8&255]^A.dp(a5[a7>>>8&255],24)^A.dp(a5[b1>>>16&255],16)^A.dp(a5[a6>>>24&255],8)^b6[b0][1] +f=a5[a6&255]^A.dp(a5[a8>>>8&255],24)^A.dp(a5[a7>>>16&255],16)^A.dp(a5[b1>>>24&255],8)^b6[b0][2] +b1=a5[b1&255]^A.dp(a5[a6>>>8&255],24)^A.dp(a5[a8>>>16&255],16)^A.dp(a5[a7>>>24&255],8)^b6[b0][3] +a5=a0.f +a6=a5[h&255] +s=a0.d +r=s[b1>>>8&255] +q=s[f>>>16&255] +p=a5[g>>>24&255] +o=b6[0] +n=o[0] +m=s[g&255] +a8=s[h>>>8&255] +l=a5[b1>>>16&255] +k=s[f>>>24&255] +j=o[1] +i=s[f&255] +e=a5[g>>>8&255] +d=a5[h>>>16&255] +c=s[b1>>>24&255] +b=o[2] +a5=a5[b1&255] +a=s[f>>>8&255] +a9=s[g>>>16&255] +s=s[h>>>24&255] +o=o[3] +A.rn((a6&255^(r&255)<<8^(q&255)<<16^p<<24^n)>>>0,b4,b5,B.t) +A.rn((m&255^(a8&255)<<8^(l&255)<<16^k<<24^j)>>>0,b4,b5+4,B.t) +A.rn((i&255^(e&255)<<8^(d&255)<<16^c<<24^b)>>>0,b4,b5+8,B.t) +A.rn((a5&255^(a&255)<<8^(a9&255)<<16^s<<24^o)>>>0,b4,b5+12,B.t)}} +A.ais.prototype={ +akZ(){var s,r,q,p,o,n,m,l,k,j,i,h,g,f,e +for(s=this.r,r=16;r<80;++r){q=s[r-3]^s[r-8]^s[r-14]^s[r-16] +s[r]=((q&$.el[1])<<1|q>>>31)>>>0}p=this.f +o=p[0] +n=p[1] +m=p[2] +l=p[3] +k=p[4] +for(j=o,i=0,h=0;h<4;++h,i=f){g=$.el[5] +f=i+1 +k=k+(((j&g)<<5|j>>>27)>>>0)+((n&m|~n&l)>>>0)+s[i]+1518500249>>>0 +e=$.el[30] +n=((n&e)<<30|n>>>2)>>>0 +i=f+1 +l=l+(((k&g)<<5|k>>>27)>>>0)+((j&n|~j&m)>>>0)+s[f]+1518500249>>>0 +j=((j&e)<<30|j>>>2)>>>0 +f=i+1 +m=m+(((l&g)<<5|l>>>27)>>>0)+((k&j|~k&n)>>>0)+s[i]+1518500249>>>0 +k=((k&e)<<30|k>>>2)>>>0 +i=f+1 +n=n+(((m&g)<<5|m>>>27)>>>0)+((l&k|~l&j)>>>0)+s[f]+1518500249>>>0 +l=((l&e)<<30|l>>>2)>>>0 +f=i+1 +j=j+(((n&g)<<5|n>>>27)>>>0)+((m&l|~m&k)>>>0)+s[i]+1518500249>>>0 +m=((m&e)<<30|m>>>2)>>>0}for(h=0;h<4;++h,i=f){g=$.el[5] +f=i+1 +k=k+(((j&g)<<5|j>>>27)>>>0)+((n^m^l)>>>0)+s[i]+1859775393>>>0 +e=$.el[30] +n=((n&e)<<30|n>>>2)>>>0 +i=f+1 +l=l+(((k&g)<<5|k>>>27)>>>0)+((j^n^m)>>>0)+s[f]+1859775393>>>0 +j=((j&e)<<30|j>>>2)>>>0 +f=i+1 +m=m+(((l&g)<<5|l>>>27)>>>0)+((k^j^n)>>>0)+s[i]+1859775393>>>0 +k=((k&e)<<30|k>>>2)>>>0 +i=f+1 +n=n+(((m&g)<<5|m>>>27)>>>0)+((l^k^j)>>>0)+s[f]+1859775393>>>0 +l=((l&e)<<30|l>>>2)>>>0 +f=i+1 +j=j+(((n&g)<<5|n>>>27)>>>0)+((m^l^k)>>>0)+s[i]+1859775393>>>0 +m=((m&e)<<30|m>>>2)>>>0}for(h=0;h<4;++h,i=f){g=$.el[5] +f=i+1 +k=k+(((j&g)<<5|j>>>27)>>>0)+((n&m|n&l|m&l)>>>0)+s[i]+2400959708>>>0 +e=$.el[30] +n=((n&e)<<30|n>>>2)>>>0 +i=f+1 +l=l+(((k&g)<<5|k>>>27)>>>0)+((j&n|j&m|n&m)>>>0)+s[f]+2400959708>>>0 +j=((j&e)<<30|j>>>2)>>>0 +f=i+1 +m=m+(((l&g)<<5|l>>>27)>>>0)+((k&j|k&n|j&n)>>>0)+s[i]+2400959708>>>0 +k=((k&e)<<30|k>>>2)>>>0 +i=f+1 +n=n+(((m&g)<<5|m>>>27)>>>0)+((l&k|l&j|k&j)>>>0)+s[f]+2400959708>>>0 +l=((l&e)<<30|l>>>2)>>>0 +f=i+1 +j=j+(((n&g)<<5|n>>>27)>>>0)+((m&l|m&k|l&k)>>>0)+s[i]+2400959708>>>0 +m=((m&e)<<30|m>>>2)>>>0}for(h=0;h<4;++h,i=f){g=$.el[5] +f=i+1 +k=k+(((j&g)<<5|j>>>27)>>>0)+((n^m^l)>>>0)+s[i]+3395469782>>>0 +e=$.el[30] +n=((n&e)<<30|n>>>2)>>>0 +i=f+1 +l=l+(((k&g)<<5|k>>>27)>>>0)+((j^n^m)>>>0)+s[f]+3395469782>>>0 +j=((j&e)<<30|j>>>2)>>>0 +f=i+1 +m=m+(((l&g)<<5|l>>>27)>>>0)+((k^j^n)>>>0)+s[i]+3395469782>>>0 +k=((k&e)<<30|k>>>2)>>>0 +i=f+1 +n=n+(((m&g)<<5|m>>>27)>>>0)+((l^k^j)>>>0)+s[f]+3395469782>>>0 +l=((l&e)<<30|l>>>2)>>>0 +f=i+1 +j=j+(((n&g)<<5|n>>>27)>>>0)+((m^l^k)>>>0)+s[i]+3395469782>>>0 +m=((m&e)<<30|m>>>2)>>>0}p[0]=o+j>>>0 +p[1]=p[1]+n>>>0 +p[2]=p[2]+m>>>0 +p[3]=p[3]+l>>>0 +p[4]=p[4]+k>>>0}} +A.af5.prototype={} +A.aeV.prototype={ +afh(a,b,c,d){var s,r,q,p,o,n,m,l,k=this,j=k.a +j===$&&A.b() +s=j.c +j=k.b +r=j.b +r===$&&A.b() +q=B.e.hw(s+r-1,r) +p=new Uint8Array(4) +o=new Uint8Array(q*r) +j.S5(new A.zm(B.B.ea(a,b))) +for(n=0,m=1;m<=q;++m){for(l=3;!0;--l){p[l]=p[l]+1 +if(p[l]!==0)break}j=k.a +k.a2O(j.a,j.b,p,o,n) +n+=r}B.B.eD(c,d,d+s,o) +return k.a.c}, +a2O(a,b,c,d,e){var s,r,q,p,o,n,m,l=this +if(b<=0)throw A.c(A.bK("Iteration count must be at least 1.",null)) +s=l.b +r=s.a +r.ll(0,a,0,J.b6(a)) +r.ll(0,c,0,4) +q=l.c +q===$&&A.b() +s.n2(q,0) +q=l.c +B.B.eD(d,e,e+q.length,q) +for(p=1;pq){n.ll(0,s,0,r) +s=o.d +s===$&&A.b() +n.n2(s,0) +s=o.b +s===$&&A.b() +r=s}else{p=o.d +p===$&&A.b() +B.B.eD(p,0,r,s)}s=o.d +s===$&&A.b() +B.B.nf(s,r,s.length,0) +s=o.e +s===$&&A.b() +B.B.eD(s,0,q,o.d) +o.Pd(o.d,q,54) +o.Pd(o.e,q,92) +q=o.d +n.ll(0,q,0,q.length)}, +n2(a,b){var s,r,q=this,p=q.a,o=q.e +o===$&&A.b() +s=q.c +s===$&&A.b() +p.n2(o,s) +o=q.e +p.ll(0,o,0,o.length) +r=p.n2(a,b) +o=q.e +B.B.nf(o,s,o.length,0) +o=q.d +o===$&&A.b() +p.ll(0,o,0,o.length) +return r}, +Pd(a,b,c){var s +for(s=0;s>>29)>>>0 +q.b=A.azJ(s,3) +r.a9f() +r.a9e(q) +r.BB() +r.a8m(a,b) +r.cj(0) +return 20}, +MD(a,b){var s=this,r=s.w +r===$&&A.b() +s.w=r+1 +s.r[r]=A.d0(a,b,s.d) +if(s.w===16)s.BB()}, +BB(){this.akZ() +this.w=0 +B.b.nf(this.r,0,16,0)}, +a9d(a,b,c){var s +for(s=J.a9(a);c>0;){this.zT(s.i(a,b));++b;--c}}, +a9i(a,b,c){var s,r +for(s=this.a,r=0;c>4;){this.MD(a,b) +b+=4 +c-=4 +s.I1(4) +r+=4}return r}, +a9h(a,b,c){var s,r=J.a9(a),q=0 +while(!0){s=this.c +s===$&&A.b() +if(!(s!==0&&c>0))break +this.zT(r.i(a,b));++b;--c;++q}return q}, +a9f(){this.zT(128) +while(!0){var s=this.c +s===$&&A.b() +if(!(s!==0))break +this.zT(0)}}, +a9e(a){var s,r=this,q=r.w +q===$&&A.b() +if(q>14)r.BB() +q=r.d +switch(q){case B.t:q=r.r +s=a.b +s===$&&A.b() +q[14]=s +s=a.a +s===$&&A.b() +q[15]=s +break +case B.ix:q=r.r +s=a.a +s===$&&A.b() +q[14]=s +s=a.b +s===$&&A.b() +q[15]=s +break +default:throw A.c(A.a0("Invalid endianness: "+q.j(0)))}}, +a8m(a,b){var s,r,q,p,o,n,m +for(s=this.e,r=a.length,q=this.f,p=this.d,o=0;o>>0 +r.b=q +if(s!==q){q=r.a +q===$&&A.b();++q +r.a=q +r.a=q>>>0}}, +j(a){var s=this,r=new A.bZ(""),q=s.a +q===$&&A.b() +s.Mm(r,q) +q=s.b +q===$&&A.b() +s.Mm(r,q) +q=r.a +return q.charCodeAt(0)==0?q:q}, +Mm(a,b){var s,r=B.e.iL(b,16) +for(s=8-r.length;s>0;--s)a.a+="0" +a.a+=r}, +gu(a){return A.o.prototype.gu.call(this,this)}} +A.afC.prototype={ +lV(a,b,c){var s="$screen_name" +if(c!=null&&!c.ai(0,s)&&this.a!=null)c.m(0,s,this.a) +return $.azZ().xt(0,b,null,c)}} +A.afD.prototype={} +A.afE.prototype={ +xt(a,b,c,d){return this.adz(0,b,c,d)}, +adz(a,b,c,d){var s=0,r=A.a5(t.H),q=1,p,o,n,m,l,k,j +var $async$xt=A.a6(function(e,f){if(e===1){p=f +s=q}while(true)switch(s){case 0:q=3 +n=d==null?A.w(t.N,t.z):d +$.azY() +m=t.N +l=t.z +s=6 +return A.ad(B.zf.kH("capture",A.aJ(["eventName",b,"properties",n,"options",A.w(m,l)],m,t.K),!1,l),$async$xt) +case 6:q=1 +s=5 +break +case 3:q=2 +j=p +n=A.ag(j) +if(n instanceof A.pZ){o=n +A.wP(o)}else throw j +s=5 +break +case 2:s=1 +break +case 5:return A.a3(null,r) +case 1:return A.a2(p,r)}}) +return A.a4($async$xt,r)}, +v0(a,b,c,d){return this.Ve(0,b,c,d)}, +Ve(a,b,c,d){var s=0,r=A.a5(t.H),q=1,p,o,n,m,l,k +var $async$v0=A.a6(function(e,f){if(e===1){p=f +s=q}while(true)switch(s){case 0:q=3 +n=t.N +m=t.z +$.azY() +s=6 +return A.ad(B.zf.kH("screen",A.aJ(["screenName",d,"properties",A.w(n,m),"options",A.w(n,m)],n,t.K),!1,m),$async$v0) +case 6:q=1 +s=5 +break +case 3:q=2 +k=p +n=A.ag(k) +if(n instanceof A.pZ){o=n +A.wP(o)}else throw k +s=5 +break +case 2:s=1 +break +case 5:return A.a3(null,r) +case 1:return A.a2(p,r)}}) +return A.a4($async$v0,r)}} +A.afF.prototype={} +A.Qc.prototype={ +F2(a){return this.agW(a)}, +agW(a){var s=0,r=A.a5(t.z),q,p,o,n +var $async$F2=A.a6(function(b,c){if(b===1)return A.a2(c,r) +while(true)$async$outer:switch(s){case 0:n=$.aAa().i(0,"posthog") +if(typeof n=="number"||typeof n=="string"||A.iL(n)||!1)A.J(A.bK("object cannot be a num, string, bool, or null",null)) +p=A.av2(A.a3l(n)) +n=a.a +switch(n){case"identify":n=a.b +o=J.a9(n) +p.jc("identify",[o.i(n,"userId"),A.acp(o.i(n,"properties"))]) +break +case"capture":n=a.b +o=J.a9(n) +p.jc("capture",[o.i(n,"eventName"),A.acp(o.i(n,"properties"))]) +break +case"screen":n=a.b +o=J.a9(n) +p.jc("capture",[o.i(n,"screenName"),A.acp(o.i(n,"properties"))]) +break +case"alias":p.jc("alias",[J.aE(a.b,"alias")]) +break +case"getAnonymousId":q=p.oP("get_distinct_id") +s=1 +break $async$outer +case"reset":p.oP("reset") +break +case"debug":p.jc("debug",[J.aE(a.b,"debug")]) +break +case"isFeatureEnabled":q=p.jc("isFeatureEnabled",[J.aE(a.b,"key")]) +s=1 +break $async$outer +case"group":n=a.b +o=J.a9(n) +p.jc("group",[o.i(n,"groupType"),o.i(n,"groupKey"),A.acp(o.i(n,"groupProperties"))]) +break +case"reloadFeatureFlags":p.oP("reloadFeatureFlags") +break +case"enable":p.oP("opt_in_capturing") +break +case"disable":p.oP("opt_out_capturing") +break +default:throw A.c(A.afg("Unimplemented","The posthog plugin for web doesn't implement the method '"+n+"'",null,null))}case 1:return A.a3(q,r)}}) +return A.a4($async$F2,r)}} +A.mE.prototype={} +A.aua.prototype={ +$1(a){return this.a.h("@<0>").an(this.b).h("rx<1,2>").a(a).go}, +$S(){return this.a.h("@<0>").an(this.b).h("hF<1>(bE>)")}} +A.rw.prototype={} +A.kY.prototype={} +A.rA.prototype={} +A.xg.prototype={ +ct(a){var s=null,r=this.$ti,q=t.Gm +return new A.rB(s,!1,new A.hF(A.ax(0,s,!1,r.h("iI<1>?")),r.h("hF<1>")),new A.hF(A.ax(0,s,!1,r.h("iI>?")),r.h("hF>")),s,s,s,s,this,A.a([],r.h("u>>")),A.a([],q),A.a([],t.HO),A.a([],q),A.eu(s,s,s,t.qB,t.K),r.h("@<1>").an(r.z[1]).h("rB<1,2>"))}} +A.rB.prototype={} +A.cK.prototype={ +zU(a,b){return A.aCt(a,b)}, +FS(a,b,c){var s,r,q,p,o,n,m,l=this +if(l.dy){A.awE(l,b,c,l.$ti.h("cK.T")) +s=l.e +s===$&&A.b() +r=s.z +q=r.length +p=b.d +o=b.e +n=0 +for(;n>")))}}, +agJ(a,b){this.a3S(new A.aak(this,a),b)}, +a3S(a,b){var s,r,q,p,o,n,m=this,l=m.$ti,k=!b,j=l.h("cK.T") +A.awE(m,new A.eY(!1,null,null,null,l.h("eY")),k,j) +if(m.nd$==null){p=new A.ay($.an,l.h("ay")) +m.nd$=new A.bv(p,l.h("bv")) +m.y9$.suo(0,new A.eB(p,l.h("eB>")))}try{o=a.$4$data$done$error$last(new A.aae(m,b),new A.aaf(m),new A.aag(m,b),new A.aah(m)) +m.ts$=o +s=o}catch(n){r=A.ag(n) +q=A.aA(n) +m.FS(0,A.awD(r,q,j),k)}}} +A.aak.prototype={ +$4$data$done$error$last(a,b,c,d){var s,r={},q=this.b.$0(),p=this.a +if(!p.$ti.h("ai").b(q)){a.$1(q) +b.$0() +return null}r.a=!0 +s=new A.aal(r) +q.eX(new A.aai(r,p,a,b),new A.aaj(r,c,b),t.P) +d.$2(q,s) +return s}, +$S(){return this.a.$ti.h("~()?({data!~(cK.T),done!~(),error!~(o,bL),last!~(ai,~())})")}} +A.aal.prototype={ +$0(){this.a.a=!1}, +$S:0} +A.aai.prototype={ +$1(a){if(!this.a.a)return +this.c.$1(a) +this.d.$0()}, +$S(){return this.b.$ti.h("aS(cK.T)")}} +A.aaj.prototype={ +$2(a,b){if(!this.a.a)return +this.b.$2(a,b) +this.c.$0()}, +$S:39} +A.aae.prototype={ +$1(a){var s,r=this.a,q=r.$ti +if(r.dy)A.awE(r,new A.hU(a,!1,null,null,q.h("hU")),!this.b,q.h("cK.T")) +s=r.nd$ +if(s!=null){s.e2(0,a) +r.nd$=null}else if(r.dy)r.y9$.suo(0,new A.eB(A.d2(a,q.h("cK.T")),q.h("eB>")))}, +$S(){return this.a.$ti.h("~(cK.T)")}} +A.aag.prototype={ +$2(a,b){var s=this.a +s.FS(0,A.awD(a,b,s.$ti.h("cK.T")),!this.b)}, +$S:38} +A.aah.prototype={ +$2(a,b){var s=this.a +s.tr$=a +s.pn$=b}, +$S(){return this.a.$ti.h("~(ai,~())")}} +A.aaf.prototype={ +$0(){var s=this.a,r=s.pn$ +if(r!=null)r.$0() +s.tr$=s.pn$=null}, +$S:0} +A.anw.prototype={ +$1(a){}, +$S(){return this.a.$ti.h("aS(2)")}} +A.anx.prototype={ +$1(a){}, +$S:535} +A.ry.prototype={ +q_(a,b){this.YE(a,b) +b.$1(this.go)}, +zU(a,b){var s=this.go.f +if(s==null)s=null +else s=s.gnY()==null?null:A.aCt(a,b) +return s!==!1}} +A.rx.prototype={ +E7(a,b){var s=this,r=s.$ti,q=r.h("rw<1,2>").a(s.d),p=s.go,o=p.f +if(o==null){o=A.aEd(new A.a4G(s,q),r.c) +p.suo(0,o)}o.zY(new A.a4H(s,q,b),new A.a4I(s,b))}} +A.a4G.prototype={ +$0(){var s=this.b.y.$0(),r=A.bn(s).h("rB,kY.0>").a(this.a) +s.a!==$&&A.bA() +s.a=r +return s}, +$S(){return this.a.$ti.h("1()")}} +A.a4I.prototype={ +$2(a,b){var s=this.a +s.FS(0,A.awD(a,b,s.$ti.z[1]),!this.b)}, +$S:39} +A.a4H.prototype={ +$1(a){var s=this.a +s.agJ(new A.a4F(s,this.b,a),this.c)}, +$S(){return this.a.$ti.h("aS(1)")}} +A.a4F.prototype={ +$0(){return this.b.$ti.h("rA<2>").a(this.c).de()}, +$S(){return this.a.$ti.h("2/()")}} +A.o9.prototype={ +nK(){var s=this,r=s.pn$ +if(r!=null)r.$0() +s.tr$=s.pn$=null +r=s.ts$ +if(r!=null)r.$0() +s.ts$=null +s.AN()}, +n(){var s,r,q=this,p=q.nd$ +if(p!=null){s=p.a +A.axj(s,q.$ti.z[1]) +if(q.tr$!=null){r=q.ts$ +if(r!=null)s.eX(new A.anw(q),new A.anx(),t.P).iO(r) +q.ts$=q.pn$=q.tr$=null}else{s=q.c +s===$&&A.b() +p.mY(new A.hK("The provider "+s.j(0)+" was disposed during loading state, yet no value could be emitted."),A.aku())}}q.Xw()}, +q_(a,b){this.Ip(a,b) +b.$1(this.y9$)}} +A.CY.prototype={ +nK(){this.YD()}} +A.CZ.prototype={} +A.cH.prototype={ +j(a){var s,r=this,q=t.s,p=A.a([],q) +if(r.gkc()&&!(r instanceof A.eY))p.push("isLoading: "+r.gkc()) +if(r.gmd())p.push("value: "+A.n(r.gl(r))) +if(r.gn7(r)!=null)B.b.R(p,A.a(["error: "+A.n(r.gn7(r)),"stackTrace: "+A.n(r.giX())],q)) +s=B.b.bP(p,", ") +return A.r(r).j(0)+"("+s+")"}, +k(a,b){var s=this +if(b==null)return!1 +return A.r(s)===J.O(b)&&A.k(s).h("cH<1>").b(b)&&b.gkc()===s.gkc()&&b.gmd()===s.gmd()&&J.d(b.gn7(b),s.gn7(s))&&b.giX()==s.giX()&&J.d(A.rz(b),A.rz(s))}, +gu(a){var s=this +return A.K(A.r(s),s.gkc(),s.gmd(),A.rz(s),s.gn7(s),s.giX(),B.a,B.a,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.hU.prototype={ +gmd(){return!0}, +tV(a,b,c,d){return b.$1(this)}, +yM(a,b,c,d){return this.tV(a,b,c,d,t.z)}, +E6(a,b){return this}, +Bc(a){var s=this +if(A.bQ(s.$ti.c)===A.bQ(a))return a.h("cH<0>").a(s) +return new A.hU(a.a(s.a),s.b,s.c,s.d,a.h("hU<0>"))}, +gl(a){return this.a}, +gkc(){return this.b}, +gn7(a){return this.c}, +giX(){return this.d}} +A.eY.prototype={ +gkc(){return!0}, +Bc(a){var s=this +if(A.bQ(s.$ti.c)===A.bQ(a))return a.h("cH<0>").a(s) +return new A.eY(s.a,a.h("0?").a(s.b),s.c,s.d,a.h("eY<0>"))}, +tV(a,b,c,d){return d.$1(this)}, +yM(a,b,c,d){return this.tV(a,b,c,d,t.z)}, +E6(a,b){var s=this +if(b)return a.yM(0,new A.a4z(s),new A.a4A(s),new A.a4B(s)) +else return a.yM(0,new A.a4C(s),new A.a4D(s),new A.a4E(s))}, +gmd(){return this.a}, +gl(a){return this.b}, +gn7(a){return this.c}, +giX(){return this.d}} +A.a4z.prototype={ +$1(a){return new A.hU(a.a,!0,a.c,a.d,this.a.$ti.h("hU<1>"))}, +$S(){return this.a.$ti.h("hU<1>(hU<1>)")}} +A.a4A.prototype={ +$1(a){return new A.hh(!0,a.b,A.rz(a),a.d,a.e,this.a.$ti.h("hh<1>"))}, +$S(){return this.a.$ti.h("hh<1>(hh<1>)")}} +A.a4B.prototype={ +$1(a){return this.a}, +$S(){return this.a.$ti.h("eY<1>(eY<1>)")}} +A.a4C.prototype={ +$1(a){return new A.eY(!0,A.rz(a),a.c,a.d,this.a.$ti)}, +$S(){return this.a.$ti.h("eY<1>(hU<1>)")}} +A.a4D.prototype={ +$1(a){return new A.eY(a.b,A.rz(a),a.d,a.e,this.a.$ti)}, +$S(){return this.a.$ti.h("eY<1>(hh<1>)")}} +A.a4E.prototype={ +$1(a){return a}, +$S(){return this.a.$ti.h("eY<1>(eY<1>)")}} +A.hh.prototype={ +gl(a){var s=this +if(!s.b)A.aI8(s.d,s.e) +return s.c}, +Bc(a){var s=this +if(A.bQ(s.$ti.c)===A.bQ(a))return a.h("cH<0>").a(s) +return new A.hh(s.a,s.b,a.h("0?").a(s.c),s.d,s.e,a.h("hh<0>"))}, +tV(a,b,c,d){return c.$1(this)}, +yM(a,b,c,d){return this.tV(a,b,c,d,t.z)}, +E6(a,b){var s=this,r=A.rz(a) +return new A.hh(s.a,a.gmd(),r,s.d,s.e,s.$ti)}, +gkc(){return this.a}, +gmd(){return this.b}, +gn7(a){return this.d}, +giX(){return this.e}} +A.Hr.prototype={} +A.HQ.prototype={} +A.iR.prototype={ +yR(){if(!this.gFd())var s=!0 +else s=!1 +if(s){s=this.e +s===$&&A.b() +s=s.gv_() +s.c.push(this) +s.aaa()}}, +$ibE:1} +A.r8.prototype={ +a1v(){var s,r,q=this,p=q.a +if(p.k(0,$.a3k))throw A.c(new A.It()) +if($.a3k==null)$.a3k=p +try{r=q.b.ct(0) +r.d=q.b +r.c=p +r.e!==$&&A.bA() +r.e=q.c +r.ajz() +s=r +s.fy.pC(0,new A.asS(q),new A.asT(q)) +return s}finally{if(J.d($.a3k,p))$.a3k=null}}} +A.asS.prototype={ +$1(a){var s,r,q,p,o,n,m +for(r=this.a,q=r.c,p=q.z,o=p.length,r=r.a,n=a.a,m=0;m")) +a.f.push(s) +return s}, +Sx(a,b,c){return a.Pk(0,this,b,!1,null,c)}, +aiZ(a,b,c){return this.Sx(a,b,c,t.z)}, +aiY(a,b){return this.Sx(a,b,null,t.z)}, +a29(a){var s,r=this.KN(a) +if(r==null)return +s=r.e +if(s!=null)s.n() +if(r.d)new A.afU(a,r).$1(this) +else r.e=null}, +ami(a){var s,r,q,p,o,n +if(this.as)throw A.c(A.a0("Called updateOverrides on a ProviderContainer that was already disposed")) +for(s=this.y,r=this.w,q=0;!1;++q){p=a[q] +o=s.i(0,p) +o.toString +r.m(0,p,p) +o.b=p +n=o.e +if(n==null)continue +A.aYE(n.gamb(n),p)}}, +zs(a,b){var s,r +if(this.as)throw A.c(A.a0("Tried to read a provider from a ProviderContainer that was already disposed")) +s=this.a9k(a) +r=s.e +if(r==null)r=s.e=s.a1v() +return b.h("bE<0>").a(r)}, +KN(a){var s=this.y.i(0,a) +if(s==null){s=this.e +s=s==null?null:s.KN(a)}return s}, +a9k(a){var s,r=this.y,q=r.i(0,a) +if(q!=null)return q +s=new A.afV(this,a).$0() +r.m(0,a,s) +return s}, +n(){var s,r,q,p=this +if(p.as)return +p.as=!0 +s=p.f +if(s!=null)B.b.B(s.r,p) +if(p.e==null){s=p.gv_() +s.a=!0 +r=s.e +if(r!=null)r.hG(0) +s.e=null}for(s=p.GU(),s=A.af(s,!0,s.$ti.h("l.E")),s=new A.cc(s,A.a1(s).h("cc<1>")),s=new A.dE(s,s.gp(s)),r=A.k(s).c;s.q();){q=s.d;(q==null?r.a(q):q).n()}}, +GU(){return new A.hc(this.UK(),t.Sy)}, +UK(){var s=this +return function(){var r=0,q=1,p,o,n,m,l,k,j,i,h,g,f +return function $async$GU(a,b,c){if(b===1){p=c +r=q}while(true)switch(r){case 0:h=A.cF(t.qB) +g=t.x0 +f=new A.qY(g) +f.a=f +f.b=f +o=new A.p5(f,t.oV) +for(n=s.y,n=n.gaY(n),n=new A.cS(J.aj(n.a),n.b),m=A.k(n).z[1],g=g.h("qX<1>");n.q();){l={} +k=n.a +if(k==null)k=m.a(k) +if(k.c!==s)continue +j=k.e +if(j==null)continue +l.a=!1 +j.Up(new A.afW(l,s)) +if(!l.a){new A.qX(o,j,g).LQ(f.a,f);++o.b}}case 2:if(!!o.ga_(o)){r=3 +break}i=f.b.CF(0);--o.b +if(!h.E(0,i)){r=2 +break}r=4 +return a.b=i,1 +case 4:i.q_(new A.afX(s,h,o),new A.afY()) +r=2 +break +case 3:return 0 +case 1:return a.c=p,3}}}}} +A.afU.prototype={ +$1(a){var s=a.y,r=this.a +if(J.d(s.i(0,r),this.b))s.B(0,r) +B.b.ah(a.r,this)}, +$S:538} +A.afV.prototype={ +$0(){var s,r,q=this,p=q.a,o=p.e,n=o==null,m=!n +m +s=n?null:o.y.ai(0,q.b) +if(s===!0){p=o.y.i(0,q.b) +p.toString +return p}s=q.b +r=new A.r8(s,s,n?p:o,!0) +if(m)o.y.m(0,s,r) +return r}, +$S:539} +A.afW.prototype={ +$1(a){var s=a.e +s===$&&A.b() +if(s===this.b)this.a.a=!0}, +$S:104} +A.afX.prototype={ +$1(a){a.gQa()}, +$S:104} +A.afY.prototype={ +$1(a){}, +$S:541} +A.uy.prototype={ +afl(a,b,c){}, +afo(a,b){}} +A.It.prototype={} +A.bE.prototype={ +gFd(){if(this.f.length===0)var s=this.w.length!==0 +else s=!0 +return s}, +aF(a){var s=this,r=s.fy,q=new A.eB(a,A.k(s).h("eB")) +s.fy=q +if(s.fx)s.Kw(q,r)}, +giI(){var s=this.fy +if(s==null)throw A.c(A.a0("Tried to read the state of an uninitialized provider")) +return s.zY(new A.ag7(this),A.aYQ())}, +ajz(){var s=this +s.dy=!0 +s.PQ() +s.fy.pC(0,new A.ag5(s),new A.ag6(s))}, +ck(a,b){this.d=b}, +l_(a){var s=this +s.M4() +if(s.cx){s.cx=!1 +s.Mx()}}, +M4(){if(!this.cy)return +this.cy=!1 +this.Up(new A.afZ())}, +Mx(){var s,r,q,p=this +p.z=p.y +p.y=A.eu(null,null,null,t.qB,t.K) +s=p.fy +p.PQ() +r=p.fy +if(r!=s){r.toString +p.Kw(r,s)}for(r=p.z,r=r.ge3(r),r=r.ga6(r);r.q();){q=r.gG(r).a +B.b.B(q.w,p) +q.Ct()}p.z=null}, +PQ(){var s,r,q,p=this,o=p.db +p.fx=p.db=!1 +try{p.dy=!0 +p.E7(0,o)}catch(q){s=A.ag(q) +r=A.aA(q) +p.fy=new A.ii(s,r,A.k(p).h("ii"))}finally{p.fx=!0}}, +Kw(a,b){var s,r,q,p,o,n,m,l,k=this,j=b==null,i=j?null:b.gnY() +a.pC(0,new A.ag_(k,i),new A.ag0(k)) +if(!j)if(b.gFg())if(a.gFg()){j=i==null?A.k(k).h("bE.0").a(i):i +j=!k.zU(j,a.giI())}else j=!1 +else j=!1 +else j=!1 +if(j)return +j=k.f +s=J.ni(j.slice(0),A.a1(j).c) +j=k.x +r=J.ni(j.slice(0),A.a1(j).c) +a.pC(0,new A.ag1(k,s,i,r),new A.ag2(k,s,r)) +for(j=k.w,q=0;q")).ah(0,a) +for(r=this.r,s=0;s)")}} +A.ag6.prototype={ +$1(a){var s,r,q,p=this.a.CW +if(p!=null)for(s=a.a,r=a.b,q=0;q)")}} +A.afZ.prototype={ +$1(a){a.l_(0)}, +$S:104} +A.ag_.prototype={ +$1(a){var s,r,q,p=this.a.ch +if(p!=null)for(s=this.b,r=a.a,q=0;q)")}} +A.ag0.prototype={ +$1(a){var s,r,q,p=this.a.CW +if(p!=null)for(s=a.a,r=a.b,q=0;q)")}} +A.ag1.prototype={ +$1(a){var s,r,q,p +for(s=this.b,r=this.c,q=a.a,p=0;p)")}} +A.ag2.prototype={ +$1(a){var s,r,q,p +for(s=this.b,r=a.a,q=a.b,p=0;p)")}} +A.ag3.prototype={ +$1(a){}, +$S(){return A.k(this.a).h("aS(eB)")}} +A.ag4.prototype={ +$1(a){var s=this.a,r=s.c +r===$&&A.b() +s=s.e +s===$&&A.b() +A.avW(this.b.gG9(),r,a.a,a.b,s)}, +$S(){return A.k(this.a).h("aS(ii)")}} +A.agb.prototype={} +A.hE.prototype={} +A.id.prototype={} +A.de.prototype={ +Pk(a,b,c,d,e,f){var s=$.an,r=A.k(this).h("de.0"),q=b.zs(this,r) +q.l_(0) +q.dx&&!q.gFd() +return b.LR(q,c,s.gahD(),r)}, +zr(a,b){var s=b.zs(this,A.k(this).h("de.0")) +s.l_(0) +s.yR() +return s.giI()}, +gu(a){var s=A.o.prototype.gu.call(this,this) +return s}, +k(a,b){if(b==null)return!1 +return b===this}, +j(a){var s=this +return s.a+":"+(A.r(s).j(0)+"#"+B.c.d4(B.e.iL(s.gu(s)&1048575,16),5,"0"))}, +$iny:1} +A.og.prototype={ +aQ(a){var s +this.d=!0 +s=this.b +B.b.B(s.f,this) +s.Ct()}, +zq(a){var s +if(this.d)throw A.c(A.a0("called ProviderSubscription.read on a subscription that was closed")) +s=this.b +s.l_(0) +return s.giI()}, +$iid:1} +A.PR.prototype={} +A.EC.prototype={ +aQ(a){this.a.aQ(0) +this.b.$0()}, +zq(a){return this.c.$0()}} +A.qb.prototype={ +Pk(a,b,c,d,e,f){var s=this,r=s.$ti.c,q=b.zs(s.a,r),p=s.b.$1(q),o=p.acE(0,c,e,f) +return new A.EC(b.LR(q,new A.ag8(s),new A.ag9(),r),o,new A.aga(s,b))}, +zr(a,b){var s,r=b.zs(this.a,this.$ti.c) +r.l_(0) +r.yR() +s=this.b.$1(r).f +if(s==null)A.J(A.a0("Trying to read an uninitialized value.")) +return s.giI()}, +k(a,b){if(b==null)return!1 +return this.$ti.b(b)&&b.a.k(0,this.a)}, +gu(a){var s=this.a +return s.gu(s)}} +A.aga.prototype={ +$0(){return this.a.zr(0,this.b)}, +$S(){return this.a.$ti.h("2()")}} +A.ag8.prototype={ +$2(a,b){}, +$S(){return this.a.$ti.h("~(1?,1)")}} +A.ag9.prototype={ +$2(a,b){}, +$S:38} +A.Qq.prototype={ +gGO(){if(this.b.a!==0)return new A.agc(this) +return A.aXy()}, +aaa(){var s=this +if(s.e!=null||s.a)return +s.e=new A.bv(new A.ay($.an,t.W),t.gR) +s.amt(s.gabi())}, +abj(){var s=this,r=s.e +if(r==null)return +r.hG(0) +s.a8U() +s.a8P() +B.b.a2(s.d) +B.b.a2(s.c) +s.e=null}, +a8U(){var s,r,q,p +for(s=this.d,r=0;r")),n=q.a,m=q.b,l=m.length +if(n===l){p=p.h("iI<1>?") +if(n===0){p=A.ax(1,null,!1,p) +q.b=p}else{s=A.ax(l*2,null,!1,p) +for(p=q.a,n=q.b,r=0;r?")) +for(o=p.b,r=0;r0){r[q]=null;++p.d}else p.a6Y(q) +break}}, +LS(a){var s,r,q,p,o,n,m,l,k,j,i,h=this,g=h.a +if(g===0)return;++h.c +for(s=0;s0){n=h.a-h.d +g=h.b +if(n*2<=g.length){m=A.ax(n,null,!1,h.$ti.h("iI<1>?")) +for(g=h.a,l=h.b,k=0,s=0;s)")}} +A.atR.prototype={ +$1(a){return null}, +$S(){return this.a.$ti.h("~(iI<1>)")}} +A.ka.prototype={} +A.auP.prototype={ +$1(a){return this.a.h("@<0>").an(this.b).h("ud<1,2>").a(a).go}, +$S(){return this.a.h("@<0>").an(this.b).h("hF<1>(bE<2>)")}} +A.uc.prototype={} +A.hi.prototype={} +A.mF.prototype={} +A.xh.prototype={ +gu4(){var s,r,q=this,p=q.ch +if(p===$){s=q.$ti +r=A.aVT(q,s.c,s.z[1]) +p!==$&&A.aK() +q.ch=r +p=r}return p}, +ct(a){var s=null,r=this.$ti,q=t.Gm +return new A.rC(s,!1,new A.hF(A.ax(0,s,!1,r.h("iI<1>?")),r.h("hF<1>")),this,A.a([],r.h("u>")),A.a([],q),A.a([],t.HO),A.a([],q),A.eu(s,s,s,t.qB,t.K),r.h("@<1>").an(r.z[1]).h("rC<1,2>"))}} +A.rC.prototype={} +A.ud.prototype={ +E7(a,b){var s=this,r=s.$ti,q=r.h("uc<1,2>").a(s.d),p=s.go,o=p.f +if(o==null){o=A.aEd(new A.aeE(s,q),r.c) +p.suo(0,o)}s.aF(q.$ti.h("mF<2>").a(o.giI()).de())}, +q_(a,b){this.Ip(a,b) +b.$1(this.go)}, +zU(a,b){var s=this.go.f +if(s==null)s=null +else s=s.gnY()==null?null:a==null?b!=null:a!==b +return s!==!1}} +A.aeE.prototype={ +$0(){var s=this.b.y.$0(),r=A.bn(s).h("rC,hi.0>").a(this.a) +s.a!==$&&A.bA() +s.a=r +return s}, +$S(){return this.a.$ti.h("1()")}} +A.D_.prototype={ +nK(){this.AN()}} +A.tJ.prototype={} +A.xi.prototype={ +ct(a){var s=null,r=this.$ti,q=t.Gm +return new A.xj(s,!1,this,A.a([],r.h("u>")),A.a([],q),A.a([],t.HO),A.a([],q),A.eu(s,s,s,t.qB,t.K),r.h("xj<1>"))}} +A.xj.prototype={$ikW:1} +A.AA.prototype={ +E7(a,b){var s=this +s.aF(s.$ti.h("tJ<1>").a(s.d).ay.$1(s))}, +zU(a,b){return!J.d(a,b)}} +A.D0.prototype={ +nK(){this.AN()}} +A.E_.prototype={} +A.eB.prototype={ +gFg(){return!0}, +gnY(){return this.a}, +giI(){return this.a}, +FF(a,b,c){return b.$1(this)}, +pC(a,b,c){return this.FF(a,b,c,t.z)}, +GP(a,b){return a.$1(this.a)}, +zY(a,b){return this.GP(a,b,t.z)}, +k(a,b){if(b==null)return!1 +return this.$ti.b(b)&&A.r(b)===A.r(this)&&J.d(b.a,this.a)}, +gu(a){return A.K(A.r(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)}} +A.ii.prototype={ +gFg(){return!1}, +gnY(){return null}, +giI(){return A.axa(this.a,this.b)}, +FF(a,b,c){return c.$1(this)}, +pC(a,b,c){return this.FF(a,b,c,t.z)}, +GP(a,b){return b.$2(this.a,this.b)}, +zY(a,b){return this.GP(a,b,t.z)}, +k(a,b){var s=this +if(b==null)return!1 +return s.$ti.b(b)&&A.r(b)===A.r(s)&&b.b===s.b&&J.d(b.a,s.a)}, +gu(a){return A.K(A.r(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)}} +A.aw1.prototype={ +$1(a){return a.gHp()==="riverpod"}, +$S:544} +A.eL.prototype={ +agk(a){var s=this.a,r=new A.S(s,new A.a5J(a,!1),A.a1(s).h("S<1,cf>")),q=r.vk(0,new A.a5K(!1)) +if(!q.ga6(q).q()&&!r.ga_(r))return new A.eL(A.ex(A.a([r.gY(r)],t.ch),t.f3)) +return new A.eL(A.ex(q,t.f3))}, +pX(){var s=this.a +return A.amk(new A.iZ(s,new A.a5P(),A.a1(s).h("iZ<1,ci>")),null)}, +j(a){var s=this.a,r=A.a1(s) +return new A.S(s,new A.a5N(new A.S(s,new A.a5O(),r.h("S<1,m>")).k0(0,0,B.iv)),r.h("S<1,j>")).bP(0,u.C)}, +$ibL:1, +gGz(){return this.a}} +A.a5H.prototype={ +$0(){return A.aBj(this.a.j(0))}, +$S:546} +A.a5I.prototype={ +$1(a){return a.length!==0}, +$S:13} +A.a5J.prototype={ +$1(a){return a.F_(this.a,this.b)}, +$S:547} +A.a5K.prototype={ +$1(a){if(a.gl0().length>1)return!0 +if(a.gl0().length===0)return!1 +if(!this.a)return!1 +return J.aLP(B.b.gca(a.gl0()))!=null}, +$S:548} +A.a5P.prototype={ +$1(a){return a.gl0()}, +$S:549} +A.a5O.prototype={ +$1(a){var s=a.gl0() +return new A.S(s,new A.a5M(),A.a1(s).h("S<1,m>")).k0(0,0,B.iv)}, +$S:550} +A.a5M.prototype={ +$1(a){return a.ghn(a).length}, +$S:135} +A.a5N.prototype={ +$1(a){var s=a.gl0() +return new A.S(s,new A.a5L(this.a),A.a1(s).h("S<1,j>")).l4(0)}, +$S:552} +A.a5L.prototype={ +$1(a){return B.c.G1(a.ghn(a),this.a)+" "+A.n(a.gu_())+"\n"}, +$S:106} +A.ci.prototype={ +gFA(){var s=this.a +if(s.gdT()==="data")return"data:..." +return $.a3M().akY(s)}, +gHp(){var s=this.a +if(s.gdT()!=="package")return null +return B.b.gL(s.gcD(s).split("/"))}, +ghn(a){var s,r=this,q=r.b +if(q==null)return r.gFA() +s=r.c +if(s==null)return r.gFA()+" "+A.n(q) +return r.gFA()+" "+A.n(q)+":"+A.n(s)}, +j(a){return this.ghn(this)+" in "+A.n(this.d)}, +gff(){return this.a}, +gyG(a){return this.b}, +gE0(){return this.c}, +gu_(){return this.d}} +A.aa6.prototype={ +$0(){var s,r,q,p,o,n,m,l=null,k=this.a +if(k==="...")return new A.ci(A.d_(l,l,l,l,l,l),l,l,"...") +s=$.aLd().jf(k) +if(s==null)return new A.jp(A.d_(l,l,"unparsed",l,l,l),k) +k=s.b +r=k[1] +r.toString +q=$.aKc() +r=A.em(r,q,"") +p=A.em(r,"","") +r=k[2] +q=r +q.toString +if(B.c.bv(q,"1?A.dn(n[1],l):l +return new A.ci(o,m,k>2?A.dn(n[2],l):l,p)}, +$S:45} +A.aa4.prototype={ +$0(){var s,r,q=null,p="",o=this.a,n=$.aL8().jf(o) +if(n==null)return new A.jp(A.d_(q,q,"unparsed",q,q,q),o) +o=new A.aa5(o) +s=n.b +r=s[2] +if(r!=null){r=r +r.toString +s=s[1] +s.toString +s=A.em(s,"",p) +s=A.em(s,"Anonymous function",p) +return o.$2(r,A.em(s,"(anonymous function)",p))}else{s=s[3] +s.toString +return o.$2(s,p)}}, +$S:45} +A.aa5.prototype={ +$2(a,b){var s,r,q,p,o,n=null,m=$.aL7(),l=m.jf(a) +for(;l!=null;a=s){s=l.b[1] +s.toString +l=m.jf(s)}if(a==="native")return new A.ci(A.bm("native",0,n),n,n,b) +r=$.aLc().jf(a) +if(r==null)return new A.jp(A.d_(n,n,"unparsed",n,n,n),this.a) +m=r.b +s=m[1] +s.toString +q=A.axi(s) +s=m[2] +s.toString +p=A.dn(s,n) +o=m[3] +return new A.ci(q,p,o!=null?A.dn(o,n):n,b)}, +$S:555} +A.aa1.prototype={ +$0(){var s,r,q,p,o=null,n=this.a,m=$.aKh().jf(n) +if(m==null)return new A.jp(A.d_(o,o,"unparsed",o,o,o),n) +n=m.b +s=n[1] +s.toString +r=A.em(s,"/<","") +s=n[2] +s.toString +q=A.axi(s) +n=n[3] +n.toString +p=A.dn(n,o) +return new A.ci(q,p,o,r.length===0||r==="anonymous"?"":r)}, +$S:45} +A.aa2.prototype={ +$0(){var s,r,q,p,o,n,m,l=null,k=this.a,j=$.aKj().jf(k) +if(j==null)return new A.jp(A.d_(l,l,"unparsed",l,l,l),k) +s=j.b +r=s[3] +q=r +q.toString +if(B.c.t(q," line "))return A.aOL(k) +k=r +k.toString +p=A.axi(k) +o=s[1] +if(o!=null){k=s[2] +k.toString +k=B.c.lT("/",k) +o+=B.b.l4(A.ax(k.gp(k),".",!1,t.N)) +if(o==="")o="" +o=B.c.Gr(o,$.aKp(),"")}else o="" +k=s[4] +if(k==="")n=l +else{k=k +k.toString +n=A.dn(k,l)}k=s[5] +if(k==null||k==="")m=l +else{k=k +k.toString +m=A.dn(k,l)}return new A.ci(p,n,m,o)}, +$S:45} +A.aa3.prototype={ +$0(){var s,r,q,p,o=null,n=this.a,m=$.aKn().jf(n) +if(m==null)throw A.c(A.bG("Couldn't parse package:stack_trace stack trace line '"+n+"'.",o,o)) +n=m.b +s=n[1] +if(s==="data:...")r=A.aFd("") +else{s=s +s.toString +r=A.bm(s,0,o)}if(r.gdT()===""){s=$.a3M() +r=s.U4(s.Pe(0,s.a.zf(A.az9(r)),o,o,o,o,o,o,o,o,o,o,o,o,o,o))}s=n[2] +if(s==null)q=o +else{s=s +s.toString +q=A.dn(s,o)}s=n[3] +if(s==null)p=o +else{s=s +s.toString +p=A.dn(s,o)}return new A.ci(r,q,p,n[4])}, +$S:45} +A.zt.prototype={ +gBd(){var s,r=this,q=r.b +if(q===$){s=r.a.$0() +r.b!==$&&A.aK() +r.b=s +q=s}return q}, +gGz(){return this.gBd().gGz()}, +pX(){return new A.pD(this.gBd().gU3())}, +j(a){return this.gBd().j(0)}, +$ibL:1, +$ieL:1} +A.pD.prototype={ +gwT(){var s,r=this,q=r.b +if(q===$){s=r.a.$0() +r.b!==$&&A.aK() +r.b=s +q=s}return q}, +gl0(){return this.gwT().gl0()}, +gbE(){return this.gwT().gbE()}, +F_(a,b){return new A.pD(new A.acX(this,a,!1))}, +j(a){return this.gwT().j(0)}, +$ibL:1, +$icf:1} +A.acX.prototype={ +$0(){return this.a.gwT().F_(this.b,this.c)}, +$S:55} +A.cf.prototype={ +F_(a,b){var s,r,q,p,o={} +o.a=a +s=A.a([],t.EN) +for(r=this.a,r=new A.cc(r,A.a1(r).h("cc<1>")),r=new A.dE(r,r.gp(r)),q=A.k(r).c;r.q();){p=r.d +if(p==null)p=q.a(p) +if(p instanceof A.jp||!o.a.$1(p))s.push(p) +else if(s.length===0||!o.a.$1(B.b.gY(s)))s.push(new A.ci(p.gff(),p.gyG(p),p.gE0(),p.gu_()))}return A.amk(new A.cc(s,t.zw),this.b.a)}, +j(a){var s=this.a,r=A.a1(s) +return new A.S(s,new A.ams(new A.S(s,new A.amt(),r.h("S<1,m>")).k0(0,0,B.iv)),r.h("S<1,j>")).l4(0)}, +$ibL:1, +gl0(){return this.a}, +gbE(){return this.b}} +A.amp.prototype={ +$0(){var s=this.a,r=s.gl0() +return A.amk(A.eE(r,this.b+2,null,A.a1(r).c),s.gbE().a)}, +$S:55} +A.amq.prototype={ +$0(){return A.aF4(this.a.j(0))}, +$S:55} +A.amr.prototype={ +$1(a){return a.length!==0}, +$S:13} +A.amo.prototype={ +$1(a){return!B.c.bv(a,$.aLb())}, +$S:13} +A.amn.prototype={ +$1(a){return a!=="\tat "}, +$S:13} +A.aml.prototype={ +$1(a){return a.length!==0&&a!=="[native code]"}, +$S:13} +A.amm.prototype={ +$1(a){return!B.c.bv(a,"=====")}, +$S:13} +A.amt.prototype={ +$1(a){return a.ghn(a).length}, +$S:135} +A.ams.prototype={ +$1(a){if(a instanceof A.jp)return a.j(0)+"\n" +return B.c.G1(a.ghn(a),this.a)+" "+A.n(a.gu_())+"\n"}, +$S:106} +A.jp.prototype={ +j(a){return this.w}, +$ici:1, +gff(){return this.a}, +gyG(){return null}, +gE0(){return null}, +gHp(){return null}, +ghn(){return"unparsed"}, +gu_(){return this.w}} +A.T7.prototype={ +j(a){var s,r={} +r.a=1 +s=this.a +return new A.S(s,new A.amU(r),A.a1(s).h("S<1,j>")).l4(0)}, +$ibL:1} +A.amU.prototype={ +$1(a){var s,r,q,p=B.c.G1("#"+this.a.a++,8),o=a.gu_() +o.toString +o=A.aYR(o,A.bF("[^.]+\\.",!0,!1,!1),new A.amT(),null) +s=A.em(o,"","") +r=a.gyG(a) +if(r==null)r=0 +q=a.gE0() +if(q==null)q=0 +return p+s+" ("+a.gff().j(0)+":"+r+":"+q+")\n"}, +$S:106} +A.amT.prototype={ +$1(a){return A.n(a.i(0,1))+".<"+A.n(a.i(0,1))+"_async_body>"}, +$S:146} +A.acR.prototype={ +K(){return"LaunchMode."+this.b}} +A.amZ.prototype={} +A.adC.prototype={ +tO(a,b,c,d,e,f,g,h){var s=t.y +return B.Xb.kH("launch",A.aJ(["url",a,"useSafariVC",f,"useWebView",g,"enableJavaScript",!0,"enableDomStorage",!0,"universalLinksOnly",e,"headers",d],t.N,t.K),!1,s).bF(new A.adD(),s)}} +A.adD.prototype={ +$1(a){return a===!0}, +$S:556} +A.q8.prototype={ +K(){return"PreferredLaunchMode."+this.b}} +A.MH.prototype={} +A.N2.prototype={} +A.amO.prototype={ +tO(a,b,c,d,e,f,g,h){throw A.c(A.fb("launch() has not been implemented."))}, +tP(a,b){var s,r,q=B.c.bv(a,"http:")||B.c.bv(a,"https:"),p=b.a +if(p!==B.CW)if(p!==B.CX){s=q&&p===B.kd +r=s}else r=!0 +else r=!0 +return this.tO(a,!0,!0,b.b.c,p===B.CY,r,r,b.c)}} +A.amP.prototype={ +akw(a,b){var s,r,q=A.aT5(a),p=q==null?null:q.gdT() +if(B.a_i.t(0,p))return null +s=this.b&&B.a_p.t(0,p)?"_top":"" +r=this.a.open(a,s,"noopener,noreferrer") +return A.aTr(r)}, +tO(a,b,c,d,e,f,g,h){return this.aiP(a,!0,!0,d,e,f,g,h)}, +aiP(a,b,c,d,e,f,g,h){var s=0,r=A.a5(t.y),q,p=this +var $async$tO=A.a6(function(i,j){if(i===1)return A.a2(j,r) +while(true)switch(s){case 0:q=p.tP(a,new A.N2(B.kd,B.JO,h)) +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$tO,r)}, +tP(a,b){return this.aiQ(a,b)}, +aiQ(a,b){var s=0,r=A.a5(t.y),q,p=this +var $async$tP=A.a6(function(c,d){if(c===1)return A.a2(d,r) +while(true)switch(s){case 0:q=p.akw(a,b.c)!=null +s=1 +break +case 1:return A.a3(q,r)}}) +return A.a4($async$tP,r)}} +A.aN.prototype={ +Am(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){var s=this.a +s[15]=p +s[14]=o +s[13]=n +s[12]=m +s[11]=l +s[10]=k +s[9]=j +s[8]=i +s[7]=h +s[6]=g +s[5]=f +s[4]=e +s[3]=d +s[2]=c +s[1]=b +s[0]=a}, +dE(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.uS(0).j(0)+"\n[1] "+s.uS(1).j(0)+"\n[2] "+s.uS(2).j(0)+"\n[3] "+s.uS(3).j(0)+"\n"}, +i(a,b){return this.a[b]}, +m(a,b,c){this.a[b]=c}, +k(a,b){var s,r,q +if(b==null)return!1 +if(b instanceof A.aN){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.cy(this.a)}, +Ak(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]}, +uS(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.jq(s)}, +n_(a){var s=a.a,r=this.a +s[0]=r[0] +s[1]=r[1] +s[2]=r[2] +s[3]=r[3] +s[4]=r[4] +s[5]=r[5] +s[6]=r[6] +s[7]=r[7] +s[8]=r[8] +s[9]=r[9] +s[10]=r[10] +s[11]=r[11] +s[12]=r[12] +s[13]=r[13] +s[14]=r[14] +s[15]=r[15] +return a}, +aq(a,b){var s=new A.aN(new Float64Array(16)) +s.dE(this) +s.nT(0,b,null,null) +return s}, +X(a,b){var s,r=new Float64Array(16),q=new A.aN(r) +q.dE(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}, +a1(a,b){var s,r=new Float64Array(16),q=new A.aN(r) +q.dE(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}, +ba(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}, +zE(a){var s=Math.cos(a),r=Math.sin(a),q=this.a,p=q[0],o=q[4],n=q[1],m=q[5],l=q[2],k=q[6],j=q[3],i=q[7],h=-r +q[0]=p*s+o*r +q[1]=n*s+m*r +q[2]=l*s+k*r +q[3]=j*s+i*r +q[4]=p*h+o*s +q[5]=n*h+m*s +q[6]=l*h+k*s +q[7]=j*h+i*s}, +nT(a,b,c,d){var s=c==null?b:c,r=d==null?b:d,q=this.a +q[0]=q[0]*b +q[1]=q[1]*b +q[2]=q[2]*b +q[3]=q[3]*b +q[4]=q[4]*s +q[5]=q[5]*s +q[6]=q[6]*s +q[7]=q[7]*s +q[8]=q[8]*r +q[9]=q[9]*r +q[10]=q[10]*r +q[11]=q[11]*r +q[12]=q[12] +q[13]=q[13] +q[14]=q[14] +q[15]=q[15]}, +br(a,b){return this.nT(a,b,null,null)}, +jC(a,b,c){return this.nT(a,b,c,null)}, +HQ(){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}, +bl(){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}, +kP(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.dE(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}, +ci(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}, +FL(a){var s=new A.aN(new Float64Array(16)) +s.dE(this) +s.ci(0,a) +return s}, +am8(a){var s=a.a,r=this.a,q=r[0],p=s[0],o=r[4],n=s[1],m=r[8],l=s[2],k=r[12],j=r[1],i=r[5],h=r[9],g=r[13],f=r[2],e=r[6],d=r[10] +r=r[14] +s[0]=q*p+o*n+m*l+k +s[1]=j*p+i*n+h*l+g +s[2]=f*p+e*n+d*l+r +return a}, +a7(a2,a3){var s=a3.a,r=this.a,q=r[0],p=s[0],o=r[4],n=s[1],m=r[8],l=s[2],k=r[12],j=s[3],i=r[1],h=r[5],g=r[9],f=r[13],e=r[2],d=r[6],c=r[10],b=r[14],a=r[3],a0=r[7],a1=r[11] +r=r[15] +s[0]=q*p+o*n+m*l+k*j +s[1]=i*p+h*n+g*l+f*j +s[2]=e*p+d*n+c*l+b*j +s[3]=a*p+a0*n+a1*l+r*j +return a3}, +zh(a){var s=a.a,r=this.a,q=r[0],p=s[0],o=r[4],n=s[1],m=r[8],l=s[2],k=r[12],j=r[1],i=r[5],h=r[9],g=r[13],f=r[2],e=r[6],d=r[10],c=r[14],b=1/(r[3]*p+r[7]*n+r[11]*l+r[15]) +s[0]=(q*p+o*n+m*l+k)*b +s[1]=(j*p+i*n+h*l+g)*b +s[2]=(f*p+e*n+d*l+c)*b +return a}, +Sq(){var s=this.a +return 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}} +A.eF.prototype={ +iV(a,b,c){var s=this.a +s[0]=a +s[1]=b +s[2]=c}, +dE(a){var s=a.a,r=this.a +r[0]=s[0] +r[1]=s[1] +r[2]=s[2]}, +j(a){var s=this.a +return"["+A.n(s[0])+","+A.n(s[1])+","+A.n(s[2])+"]"}, +k(a,b){var s,r,q +if(b==null)return!1 +if(b instanceof A.eF){s=this.a +r=s[0] +q=b.a +s=r===q[0]&&s[1]===q[1]&&s[2]===q[2]}else s=!1 +return s}, +gu(a){return A.cy(this.a)}, +a1(a,b){var s,r=new Float64Array(3),q=new A.eF(r) +q.dE(this) +s=b.a +r[0]=r[0]-s[0] +r[1]=r[1]-s[1] +r[2]=r[2]-s[2] +return q}, +X(a,b){var s,r=new Float64Array(3),q=new A.eF(r) +q.dE(this) +s=b.a +r[0]=r[0]+s[0] +r[1]=r[1]+s[1] +r[2]=r[2]+s[2] +return q}, +aq(a,b){var s=new Float64Array(3),r=new A.eF(s) +r.dE(this) +s[2]=s[2]*b +s[1]=s[1]*b +s[0]=s[0]*b +return r}, +i(a,b){return this.a[b]}, +m(a,b,c){this.a[b]=c}, +gp(a){var s=this.a,r=s[0],q=s[1] +s=s[2] +return Math.sqrt(r*r+q*q+s*s)}, +gaiT(){var s=this.a,r=s[0],q=s[1] +s=s[2] +return r*r+q*q+s*s}, +R2(a){var s=a.a,r=this.a +return r[0]*s[0]+r[1]*s[1]+r[2]*s[2]}, +xk(a){var s=a.a,r=this.a,q=r[0],p=r[1],o=r[2] +r[0]=s[0]*q+s[4]*p+s[8]*o+s[12] +r[1]=s[1]*q+s[5]*p+s[9]*o+s[13] +r[2]=s[2]*q+s[6]*p+s[10]*o+s[14]}, +V9(a){var s=new Float64Array(3),r=new A.eF(s) +r.dE(this) +s[2]=s[2]*a +s[1]=s[1]*a +s[0]=s[0]*a +return r}} +A.jq.prototype={ +v8(a,b,c,d){var s=this.a +s[3]=d +s[2]=c +s[1]=b +s[0]=a}, +dE(a){var s=a.a,r=this.a +r[3]=s[3] +r[2]=s[2] +r[1]=s[1] +r[0]=s[0]}, +j(a){var s=this.a +return A.n(s[0])+","+A.n(s[1])+","+A.n(s[2])+","+A.n(s[3])}, +k(a,b){var s,r,q +if(b==null)return!1 +if(b instanceof A.jq){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]}else s=!1 +return s}, +gu(a){return A.cy(this.a)}, +a1(a,b){var s,r=new Float64Array(4),q=new A.jq(r) +q.dE(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] +return q}, +X(a,b){var s,r=new Float64Array(4),q=new A.jq(r) +q.dE(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] +return q}, +aq(a,b){var s=new Float64Array(4),r=new A.jq(s) +r.dE(this) +s[0]=s[0]*b +s[1]=s[1]*b +s[2]=s[2]*b +s[3]=s[3]*b +return r}, +i(a,b){return this.a[b]}, +m(a,b,c){this.a[b]=c}, +gp(a){var s=this.a,r=s[0],q=s[1],p=s[2] +s=s[3] +return Math.sqrt(r*r+q*q+p*p+s*s)}} +A.avN.prototype={ +$0(){return A.aY5(A.a([],t.s))}, +$S:0} +A.avM.prototype={ +$0(){var s,r,q,p=$.aLy() +new A.nr("posthogflutter",B.bG,p).mz(new A.Qc().gagV()) +s=window +s.toString +r=$.aA4() +q=new A.amP(s) +$.awe().m(0,q,r) +s=s.navigator.userAgent +s.toString +q.b=B.c.t(s,"Safari")&&!B.c.t(s,"Chrome") +A.aQu(q,r,!0) +$.aT6=q +$.aLq() +$.awf().Gl("__url_launcher::link",A.aY_(),!1) +$.aI_=p.gagH()}, +$S:0};(function aliases(){var s=A.t_.prototype +s.WH=s.km +s=A.Qe.prototype +s.kD=s.ey +s.qq=s.n +s=A.ya.prototype +s.AE=s.pw +s.WN=s.GF +s.WL=s.hL +s.WM=s.EK +s=J.tI.prototype +s.X0=s.j +s.X_=s.F +s=J.lo.prototype +s.X8=s.j +s=A.oa.prototype +s.YH=s.vr +s=A.m6.prototype +s.YM=s.od +s.YN=s.Ky +s.YP=s.Np +s.YO=s.kI +s=A.T.prototype +s.Ij=s.c9 +s=A.bS.prototype +s.WK=s.agw +s=A.wy.prototype +s.Zt=s.aQ +s=A.l.prototype +s.vk=s.hY +s.X1=s.W3 +s=A.o.prototype +s.AM=s.k +s.mE=s.j +s=A.ll.prototype +s.X2=s.i +s.X3=s.m +s=A.w6.prototype +s.IB=s.m +s=A.F.prototype +s.Wx=s.k +s.Wy=s.j +s=A.ch.prototype +s.AA=s.zL +s=A.Ar.prototype +s.Xt=s.a7 +s=A.x5.prototype +s.AB=s.n +s=A.Gs.prototype +s.ZK=s.n +s=A.Gt.prototype +s.ZL=s.n +s=A.Gu.prototype +s.ZM=s.n +s=A.GE.prototype +s.ZT=s.aj +s.ZU=s.ab +s=A.I8.prototype +s.Wr=s.fX +s.Ws=s.np +s.Wt=s.GC +s=A.eo.prototype +s.I6=s.U +s.I7=s.J +s.eZ=s.n +s.qo=s.aE +s=A.bq.prototype +s.qv=s.sl +s=A.ah.prototype +s.WO=s.cW +s=A.iV.prototype +s.WP=s.cW +s=A.tu.prototype +s.WU=s.tB +s.WT=s.afx +s=A.h_.prototype +s.X9=s.hQ +s=A.cP.prototype +s.WV=s.Dx +s.o4=s.hQ +s.Ie=s.n +s=A.Al.prototype +s.vl=s.hE +s.Im=s.pq +s.In=s.af +s.lA=s.n +s.Xp=s.vg +s=A.uu.prototype +s.Xu=s.hE +s.Io=s.hD +s.Xv=s.fF +s=A.h5.prototype +s.Yt=s.hQ +s=A.FD.prototype +s.Zu=s.hP +s.Zv=s.fF +s=A.D3.prototype +s.YF=s.hE +s.YG=s.n +s=A.Gq.prototype +s.ZJ=s.n +s=A.Gx.prototype +s.ZQ=s.aW +s.ZP=s.dI +s=A.li.prototype +s.lz=s.n +s=A.GM.prototype +s.a_7=s.n +s=A.GN.prototype +s.a_8=s.n +s=A.Gy.prototype +s.ZR=s.n +s=A.F1.prototype +s.Zi=s.n +s=A.F2.prototype +s.Zj=s.n +s=A.F3.prototype +s.Zl=s.aX +s.Zk=s.by +s.Zm=s.n +s=A.Gv.prototype +s.ZN=s.n +s=A.GF.prototype +s.ZV=s.aj +s.ZW=s.ab +s=A.GH.prototype +s.ZZ=s.aj +s.a__=s.ab +s=A.GL.prototype +s.a_6=s.n +s=A.FS.prototype +s.Zx=s.n +s=A.xp.prototype +s.Wv=s.Az +s.Wu=s.E +s=A.c6.prototype +s.Iw=s.dM +s.Ix=s.dN +s=A.dH.prototype +s.o5=s.dM +s.o6=s.dN +s=A.hX.prototype +s.I9=s.dM +s.Ia=s.dN +s=A.Ig.prototype +s.I5=s.n +s=A.dt.prototype +s.Ib=s.E +s=A.VP.prototype +s.Iz=s.n +s=A.pv.prototype +s.WX=s.U +s.WY=s.J +s.WW=s.wb +s=A.fY.prototype +s.Ih=s.k +s=A.h2.prototype +s.Yj=s.k +s=A.Sf.prototype +s.Yl=s.em +s=A.uK.prototype +s.XT=s.F3 +s.XV=s.Fb +s.XU=s.F6 +s.XS=s.ED +s=A.aP.prototype +s.Ww=s.k +s=A.fO.prototype +s.vi=s.j +s=A.D.prototype +s.vn=s.hH +s.mF=s.ae +s.AP=s.bZ +s.XA=s.pM +s.jG=s.cg +s.Xz=s.dd +s=A.EH.prototype +s.Z_=s.aj +s.Z0=s.ab +s=A.EI.prototype +s.Z1=s.aj +s.Z2=s.ab +s=A.EJ.prototype +s.Z3=s.aj +s.Z4=s.ab +s=A.EK.prototype +s.Z5=s.n +s=A.ec.prototype +s.X4=s.qQ +s.Ii=s.n +s.X7=s.zV +s.X5=s.aj +s.X6=s.ab +s=A.eM.prototype +s.ly=s.hl +s.WF=s.aj +s.WG=s.ab +s=A.j9.prototype +s.Xo=s.hl +s=A.cU.prototype +s.vm=s.ab +s=A.t.prototype +s.hv=s.n +s.Ir=s.ib +s.eb=s.aj +s.ec=s.ab +s.XE=s.ae +s.XD=s.bZ +s.XF=s.aL +s.XB=s.dd +s.XG=s.uZ +s.h5=s.eL +s.AQ=s.mW +s.qr=s.h2 +s.Is=s.oM +s.XC=s.jh +s.XI=s.cW +s.XH=s.ht +s=A.aG.prototype +s.Iv=s.fE +s=A.aC.prototype +s.AD=s.Fn +s.WJ=s.B +s.WI=s.u0 +s.I8=s.fE +s.vj=s.b5 +s=A.nJ.prototype +s.AO=s.qy +s=A.fH.prototype +s.YR=s.xb +s=A.EQ.prototype +s.Z6=s.aj +s.Z7=s.ab +s=A.FI.prototype +s.Zw=s.ab +s=A.eP.prototype +s.AT=s.bj +s.AS=s.bm +s.XM=s.cs +s.qs=s.bJ +s.vo=s.cQ +s.XL=s.dd +s.j_=s.aJ +s=A.B3.prototype +s.XN=s.cg +s=A.ES.prototype +s.qw=s.aj +s.mH=s.ab +s=A.ET.prototype +s.Z8=s.hH +s=A.qf.prototype +s.XP=s.aJ +s.XO=s.cQ +s=A.EV.prototype +s.IC=s.aj +s.ID=s.ab +s=A.BQ.prototype +s.Yk=s.j +s=A.EW.prototype +s.Z9=s.aj +s.Za=s.ab +s=A.B6.prototype +s.XQ=s.bJ +s=A.qg.prototype +s.XR=s.G8 +s=A.kC.prototype +s.Zd=s.aj +s.Ze=s.ab +s=A.jt.prototype +s.YB=s.u1 +s.YA=s.dJ +s=A.eC.prototype +s.Ya=s.F1 +s=A.kt.prototype +s.Iy=s.n +s=A.HL.prototype +s.I3=s.nu +s=A.v0.prototype +s.Yh=s.ty +s.Yi=s.mb +s=A.nr.prototype +s.Xa=s.kH +s=A.bb.prototype +s.I2=s.f2 +s.Wo=s.l2 +s.Wn=s.Dw +s.Wp=s.zw +s=A.oL.prototype +s.AC=s.I +s=A.eG.prototype +s.YC=s.xN +s=A.EY.prototype +s.IE=s.eR +s=A.Gg.prototype +s.Zy=s.fX +s.Zz=s.GC +s=A.Gh.prototype +s.ZA=s.fX +s.ZB=s.np +s=A.Gi.prototype +s.ZC=s.fX +s.ZD=s.np +s=A.Gj.prototype +s.ZF=s.fX +s.ZE=s.ty +s=A.Gk.prototype +s.ZG=s.fX +s=A.Gl.prototype +s.ZH=s.fX +s.ZI=s.np +s=A.DD.prototype +s.YK=s.aW +s=A.DE.prototype +s.YL=s.n +s=A.LY.prototype +s.o3=s.aio +s.WS=s.DX +s=A.au.prototype +s.bb=s.aW +s.bh=s.aX +s.qu=s.dI +s.dF=s.ce +s.aZ=s.n +s.dZ=s.by +s=A.av.prototype +s.XK=s.aR +s=A.b4.prototype +s.WQ=s.dB +s.AJ=s.eR +s.o2=s.ck +s.WR=s.uA +s.Id=s.tE +s.jF=s.iy +s.AF=s.ce +s.AG=s.dI +s.qp=s.hq +s.AH=s.p0 +s.Ic=s.QO +s.AI=s.by +s.o1=s.iE +s=A.xN.prototype +s.WA=s.eR +s.Wz=s.BL +s.WB=s.iE +s=A.vb.prototype +s.Yr=s.de +s.Ys=s.ck +s=A.eQ.prototype +s.Ym=s.de +s.Yq=s.ck +s.Yn=s.dI +s.Yp=s.hq +s.Yo=s.by +s=A.AC.prototype +s.Iq=s.de +s.Xx=s.ck +s.Xy=s.GJ +s=A.fu.prototype +s.Ig=s.pG +s=A.b9.prototype +s.o7=s.eR +s.mG=s.ck +s.AR=s.iE +s.It=s.dI +s.Iu=s.hq +s.XJ=s.uA +s=A.hy.prototype +s.Ik=s.ji +s.Il=s.jr +s.Xd=s.kq +s.Xc=s.eR +s.Xe=s.ck +s=A.tE.prototype +s.WZ=s.aW +s=A.w4.prototype +s.YQ=s.n +s=A.ce.prototype +s.Y7=s.me +s.Y4=s.t_ +s.Y_=s.rW +s.Y5=s.Er +s.Y8=s.iP +s.Y2=s.jW +s.Y3=s.p9 +s.Y0=s.rX +s.Y1=s.rY +s.XZ=s.lX +s.XY=s.xu +s.Y6=s.n +s=A.a_E.prototype +s.Zh=s.xx +s=A.En.prototype +s.YT=s.ce +s.YU=s.n +s=A.Eo.prototype +s.YW=s.aX +s.YV=s.by +s.YX=s.n +s=A.PB.prototype +s.AL=s.dJ +s=A.r5.prototype +s.Zc=s.bJ +s.Zb=s.aJ +s=A.GG.prototype +s.ZX=s.aj +s.ZY=s.ab +s=A.Es.prototype +s.YY=s.dJ +s=A.Gw.prototype +s.ZO=s.n +s=A.kh.prototype +s.XX=s.Eu +s=A.cG.prototype +s.XW=s.sl +s=A.jz.prototype +s.Zf=s.pp +s.Zg=s.pW +s=A.iE.prototype +s.YI=s.x6 +s.YJ=s.zx +s.IA=s.Fq +s=A.wJ.prototype +s.a_1=s.aX +s.a_0=s.by +s.a_2=s.n +s=A.uh.prototype +s.Xs=s.me +s.Xq=s.jW +s.Xr=s.n +s=A.eR.prototype +s.Yz=s.me +s.Yx=s.t_ +s.Yv=s.rW +s.Yw=s.jW +s.Yy=s.n +s=A.hw.prototype +s.Xb=s.rY +s=A.r2.prototype +s.YS=s.iP +s=A.Rs.prototype +s.vp=s.n +s=A.fB.prototype +s.qt=s.dJ +s=A.F7.prototype +s.Zo=s.dJ +s=A.uU.prototype +s.Yb=s.xe +s=A.lM.prototype +s.Yc=s.oC +s.AU=s.VI +s.Yd=s.rt +s.Ye=s.ig +s.Yg=s.n +s.Yf=s.dJ +s=A.F5.prototype +s.Zn=s.dJ +s=A.Fb.prototype +s.Zp=s.n +s=A.Fc.prototype +s.Zr=s.aX +s.Zq=s.by +s.Zs=s.n +s=A.wo.prototype +s.YZ=s.n +s=A.u9.prototype +s.Xf=s.En +s.Xl=s.ahl +s.Xm=s.ahm +s.Xi=s.agz +s.Xk=s.agK +s.Xj=s.agB +s.Xn=s.F9 +s.Xh=s.n +s.Xg=s.fv +s=A.GI.prototype +s.a_3=s.n +s=A.Cm.prototype +s.Yu=s.FU +s=A.GJ.prototype +s.a_4=s.n +s=A.GK.prototype +s.a_5=s.n +s=A.fX.prototype +s.If=s.yt +s.AK=s.t1 +s=A.rY.prototype +s.WD=s.by +s.WC=s.de +s.WE=s.hq +s=A.dI.prototype +s.Y9=s.k +s=A.rE.prototype +s.I4=s.hf +s=A.Gz.prototype +s.ZS=s.n +s=A.f_.prototype +s.o0=s.eA +s.Wq=s.dU +s=A.o9.prototype +s.YD=s.nK +s.YE=s.q_ +s=A.bE.prototype +s.Ip=s.q_ +s.Xw=s.n +s.AN=s.nK})();(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._instance_2u,k=hunkHelpers.installInstanceTearOff,j=hunkHelpers._instance_0i +s(A,"aVc","aWz",558) +r(A,"aGy",1,function(){return{params:null}},["$2$params","$1"],["aGw",function(a){return A.aGw(a,null)}],559,0) +q(A,"aVb","aVS",23) +q(A,"a3o","aV8",37) +p(A.wX.prototype,"gD7","abw",0) +var i +o(i=A.Mv.prototype,"ga9x","a9y",50) +o(i,"ga6v","a6w",50) +o(A.IB.prototype,"gacy","acz",285) +o(i=A.lT.prototype,"ga1p","a1q",1) +o(i,"ga1n","a1o",1) +o(A.Sn.prototype,"ga9A","a9B",482) +o(A.LW.prototype,"ga7m","a7n",263) +n(i=A.LL.prototype,"glQ","E",426) +p(i,"gWd","nX",35) +o(A.N1.prototype,"ga7X","a7Y",97) +n(A.A4.prototype,"gFX","FY",8) +n(A.BO.prototype,"gFX","FY",8) +o(A.Mp.prototype,"ga7T","a7U",1) +p(i=A.LA.prototype,"gpc","n",0) +o(i,"gOK","abV",11) +o(A.Q7.prototype,"gCr","a80",442) +o(i=A.IQ.prototype,"ga44","a45",1) +o(i,"ga46","a47",1) +o(i,"ga42","a43",1) +o(i=A.ya.prototype,"gtx","RM",1) +o(i,"gyg","agy",1) +o(i,"gtZ","ajq",1) +o(A.KT.prototype,"ga0e","a0f",218) +o(A.M6.prototype,"ga8h","a8i",1) +s(J,"aVw","aPd",169) +n(A.jw.prototype,"gkO","t",29) +m(A,"aVI","aQV",95) +n(A.fk.prototype,"gkO","t",29) +n(A.et.prototype,"gkO","t",29) +q(A,"aWk","aTh",31) +q(A,"aWl","aTi",31) +q(A,"aWm","aTj",31) +r(A,"aHa",1,function(){return[null]},["$2","$1"],["aCs",function(a){return A.aCs(a,null)}],561,0) +m(A,"aHc","aW_",0) +s(A,"aWn","aVV",38) +m(A,"aHb","aVU",0) +n(A.oa.prototype,"glQ","E",8) +l(A.ay.prototype,"ga1b","i4",38) +n(A.Fz.prototype,"glQ","E",8) +p(A.Dx.prototype,"ga7Z","a8_",0) +l(A.a_M.prototype,"gahD","ahE",38) +s(A,"aHe","aV2",88) +q(A,"aHf","aV3",87) +s(A,"aWB","aV7",169) +k(i=A.kz.prototype,"gCl",0,0,null,["$1$0","$0"],["r2","Cm"],93,0,0) +n(i,"gkO","t",29) +k(i=A.ha.prototype,"gCl",0,0,null,["$1$0","$0"],["r2","Cm"],93,0,0) +n(i,"gkO","t",29) +k(i=A.va.prototype,"ga7A",0,0,null,["$1$0","$0"],["Ma","op"],93,0,0) +n(i,"gkO","t",29) +q(A,"azn","aV4",54) +j(A.E1.prototype,"gadU","aQ",0) +k(A.Ya.prototype,"ga_N",0,3,null,["$3"],["a_O"],336,0,0) +q(A,"aWO","aXK",87) +s(A,"aWN","aXJ",88) +s(A,"aHg","aN7",562) +q(A,"aWL","aT4",70) +m(A,"aWM","aUs",563) +s(A,"aHh","aW8",564) +n(A.l.prototype,"gkO","t",29) +q(A,"aXZ","a3l",90) +q(A,"aXY","ayX",565) +r(A,"aHO",2,null,["$1$2","$2"],["aHP",function(a,b){return A.aHP(a,b,t.Ci)}],566,1) +r(A,"H7",3,null,["$3"],["ak3"],567,0) +r(A,"H8",3,null,["$3"],["N"],568,0) +r(A,"bX",3,null,["$3"],["x"],569,0) +o(A.Fy.prototype,"gSf","dW",23) +p(A.m1.prototype,"gK9","a2d",0) +l(i=A.L1.prototype,"gafR","eq",88) +n(i,"gahJ","eu",87) +o(i,"gaiJ","aiK",29) +k(i=A.kU.prototype,"gTN",1,0,null,["$1$from","$0"],["TO","el"],607,0,0) +o(i,"ga2_","a20",590) +o(i,"gB5","a03",3) +o(A.jg.prototype,"goz","wL",5) +o(A.y5.prototype,"gOB","OC",5) +o(i=A.qL.prototype,"goz","wL",5) +p(i,"gDq","acl",0) +o(i=A.rV.prototype,"gM3","a7g",5) +p(i,"gM2","a7f",0) +p(A.oJ.prototype,"gfD","aE",0) +o(A.mB.prototype,"gSP","u6",5) +o(i=A.Dl.prototype,"ga64","a65",25) +o(i,"ga6a","a6b",41) +p(i,"ga62","a63",0) +o(i=A.Dm.prototype,"ga7M","a7N",46) +o(i,"ga7O","a7P",42) +p(A.Do.prototype,"gCe","LW",0) +s(A,"aYa","aVK",570) +r(A,"aYc",3,null,["$3"],["aVR"],571,0) +r(A,"aYb",5,null,["$5"],["aVQ"],145,0) +k(A.D2.prototype,"ga0u",0,3,null,["$3"],["a0v"],483,0,0) +p(A.Dn.prototype,"ga5Y","a5Z",0) +o(i=A.vQ.prototype,"ga4e","a4f",32) +o(i,"ga4g","a4h",16) +o(i,"ga4c","a4d",36) +p(i,"ga49","a4a",0) +o(i,"ga9V","a9W",52) +r(A,"aYY",4,null,["$4"],["aNq"],572,0) +o(i=A.Dr.prototype,"ga7V","a7W",36) +p(i,"ga51","Li",0) +p(i,"ga5p","Lk",0) +o(i,"gwM","abf",5) +o(i=A.Dp.prototype,"ga87","a88",25) +o(i,"ga89","a8a",41) +p(i,"ga85","a86",0) +r(A,"aWj",1,null,["$2$forceReport","$1"],["axd",function(a){return A.axd(a,!1)}],573,0) +n(i=A.eo.prototype,"gx9","U",31) +n(i,"gTw","J",31) +p(i,"gfD","aE",0) +q(A,"aYP","aSb",574) +o(i=A.tu.prototype,"ga58","a59",381) +o(i,"ga1W","a1X",377) +o(i,"gadx","ady",50) +p(i,"ga31","BO",0) +o(i,"ga5c","Lj",19) +p(i,"ga5t","a5u",0) +r(A,"b3d",3,null,["$3"],["aCm"],575,0) +o(A.j_.prototype,"gnj","hP",19) +q(A,"aHL","aPC",33) +q(A,"azG","aO6",109) +q(A,"azH","aO7",33) +o(A.ym.prototype,"gnj","hP",19) +q(A,"aY9","aO5",33) +p(A.Wh.prototype,"ga8b","a8c",0) +o(i=A.iY.prototype,"gwh","a7u",19) +o(i,"ga9w","r6",368) +p(i,"ga7v","mM",0) +q(A,"H3","aOW",33) +o(A.uu.prototype,"gnj","hP",19) +o(i=A.FD.prototype,"gnj","hP",19) +p(i,"ga1l","a1m",0) +o(A.xo.prototype,"gnj","hP",19) +l(i=A.E8.prototype,"ga6D","a6E",326) +l(i,"ga79","a7a",85) +o(A.CW.prototype,"gB6","a05",325) +o(i=A.EM.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +p(A.D6.prototype,"gnk","Fa",0) +o(i=A.EN.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +o(A.nd.prototype,"ga3J","a3K",5) +o(A.z8.prototype,"ga6x","a6y",5) +o(A.z9.prototype,"ga6z","a6A",5) +o(i=A.z7.prototype,"gV2","V3",211) +o(i,"gaf5","af6",207) +o(i=A.DY.prototype,"gacv","acw",204) +k(i,"gW_",0,0,null,["$1","$0"],["HT","W0"],203,0,0) +p(i,"gnk","Fa",0) +o(i,"gRO","agE",129) +o(i,"gagF","agG",11) +o(i,"gahs","aht",25) +o(i,"gahu","ahv",41) +o(i,"gahh","ahi",25) +o(i,"gahj","ahk",41) +p(i,"gahp","RR",0) +p(i,"gahq","ahr",0) +p(i,"gahd","ahe",0) +p(i,"gahf","ahg",0) +o(i,"gagY","agZ",46) +o(i,"gah_","ah0",42) +p(A.FH.prototype,"gBz","K0",0) +p(i=A.wI.prototype,"gpI","ajL",0) +o(i,"gpH","ajK",5) +o(A.Gn.prototype,"gr3","Cv",37) +o(A.Go.prototype,"gr3","Cv",37) +o(i=A.DJ.prototype,"ga5n","a5o",5) +p(i,"ga81","a82",0) +p(A.uS.prototype,"gaa0","aa1",0) +r(A,"aI4",3,null,["$3"],["aVJ"],576,0) +s(A,"aYK","aRK",577) +o(i=A.a06.prototype,"gajY","FU",74) +o(i,"gajW","ajX",74) +o(i,"gak8","ak9",86) +o(i,"gake","akf",191) +o(i,"gaka","akb",96) +p(i=A.Fe.prototype,"gMg","a7H",0) +l(i,"gaaq","aar",213) +p(i,"ga5F","a5G",0) +o(i=A.Fo.prototype,"ga3Z","a4_",26) +o(i,"gD1","D2",26) +o(i,"gD_","D0",26) +o(i,"ga_C","a_D",214) +o(i,"ga4y","a4z",11) +o(i,"ga4E","a4F",11) +p(i=A.ws.prototype,"ga2A","BE",0) +o(i,"gD1","D2",32) +o(i,"gaaZ","ab_",16) +o(i,"gD_","D0",36) +o(i,"gab0","ab1",25) +o(i,"gab2","ab3",41) +o(i,"gbW","bj",2) +o(i,"gc2","bm",2) +p(i,"gai2","ys",0) +p(i,"gafd","xK",0) +s(A,"aYZ","aSC",578) +o(i=A.vq.prototype,"gabC","abD",5) +o(i,"gabA","abB",52) +o(i,"gLd","a4B",19) +p(i,"ga66","a67",0) +p(i,"ga4I","a4J",0) +p(i,"ga5l","a5m",0) +o(i,"gLg","a4Q",46) +o(i,"gLh","a4R",42) +o(i,"ga0A","a0B",6) +k(i=A.Ap.prototype,"gaie",0,1,null,["$4$allowUpscaling$cacheHeight$cacheWidth","$1"],["Sd","aif"],228,0,0) +k(i,"gaig",0,1,null,["$2$getTargetSize","$1"],["Se","aih"],229,0,0) +r(A,"azg",3,null,["$3"],["aDG"],579,0) +r(A,"azs",3,null,["$3"],["ea"],580,0) +n(A.pv.prototype,"gx9","U",184) +o(i=A.Pp.prototype,"ga40","a41",241) +o(i,"ga3P","a3Q",3) +n(i,"gx9","U",184) +l(A.vG.prototype,"gaaW","aaX",246) +r(A,"H4",3,null,["$3"],["ba"],581,0) +n(i=A.M5.prototype,"gamB","em",2) +n(i,"gEH","f5",2) +q(A,"aWq","aTt",182) +o(i=A.uK.prototype,"ga6j","a6k",3) +o(i,"ga54","a55",3) +o(i=A.D.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +p(i,"gyO","ae",0) +l(A.ee.prototype,"gafg","rU",9) +o(i=A.AS.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +o(i=A.AT.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +p(i=A.qe.prototype,"gdi","aL",0) +p(i,"gwG","aaS",0) +o(i,"ga5Q","a5R",71) +o(i,"ga5O","a5P",256) +o(i,"ga4W","a4X",11) +o(i,"ga4S","a4T",11) +o(i,"ga4Y","a4Z",11) +o(i,"ga4U","a4V",11) +o(i,"gbW","bj",2) +o(i,"gc2","bm",2) +o(i,"ga2o","a2p",25) +p(i,"ga60","a61",0) +p(i,"ga2m","a2n",0) +l(i,"ga8r","Mo",9) +o(i=A.AV.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +o(i=A.AW.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +q(A,"aHS","aRe",7) +q(A,"aHT","aRf",7) +p(A.lA.prototype,"gOY","OZ",0) +o(i=A.t.prototype,"gTo","kp",7) +p(i,"gdi","aL",0) +k(i,"geV",0,2,null,["$2"],["aJ"],9,0,1) +p(i,"gSF","b6",0) +k(i,"gLZ",0,1,null,["$2$isMergeUp","$1"],["w8","a77"],264,0,0) +k(i,"gqi",0,0,null,["$4$curve$descendant$duration$rect","$0","$1$rect","$3$curve$duration$rect","$2$descendant$rect"],["ht","Ar","qj","vb","qk"],180,0,0) +o(i=A.aC.prototype,"gadE","adF","aC.0?(o?)") +o(i,"gadC","adD","aC.0?(o?)") +p(A.nJ.prototype,"glL","aa9",0) +o(i=A.B2.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +o(i,"ga0X","a0Y",267) +o(i=A.eP.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +k(i,"geV",0,2,null,["$2"],["aJ"],9,0,1) +o(i=A.AR.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +o(i=A.AY.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +p(A.AO.prototype,"gwW","Dk",0) +p(A.wr.prototype,"gw6","on",0) +o(i=A.B0.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +p(i=A.lI.prototype,"ga8X","a8Y",0) +p(i,"ga8Z","a9_",0) +p(i,"ga90","a91",0) +p(i,"ga8V","a8W",0) +p(i=A.B5.prototype,"ga93","a94",0) +p(i,"ga8Q","a8R",0) +p(i,"ga8N","a8O",0) +p(i,"ga8H","a8I",0) +p(i,"ga8J","a8K",0) +p(i,"ga8S","a8T",0) +p(i,"ga8L","a8M",0) +o(i=A.B4.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +l(i,"ga8p","a8q",9) +p(A.RE.prototype,"gNm","Nn",0) +o(i=A.qf.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +k(i,"geV",0,2,null,["$2"],["aJ"],9,0,1) +o(i=A.B1.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +o(i=A.AU.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +k(A.dj.prototype,"gahS",0,1,null,["$3$crossAxisPosition$mainAxisPosition"],["S0"],271,0,0) +o(i=A.B7.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +l(i,"gakF","akG",9) +o(i=A.qh.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +l(i,"gacn","P7",9) +k(i,"gqi",0,0,null,["$4$curve$descendant$duration$rect","$0","$1$rect","$3$curve$duration$rect","$2$descendant$rect"],["ht","Ar","qj","vb","qk"],180,0,0) +s(A,"aWs","aRw",582) +r(A,"aWt",0,null,["$2$priority$scheduler"],["aX0"],583,0) +o(i=A.eC.prototype,"ga2H","a2I",175) +p(i,"ga9Y","a9Z",0) +o(i,"ga3U","a3V",3) +p(i,"ga4j","a4k",0) +p(i,"ga27","a28",0) +k(i=A.kt.prototype,"gWi",1,0,function(){return{canceled:!1}},["$1$canceled","$0"],["nZ","eF"],364,0,0) +o(i,"gwR","abt",3) +p(i,"gpc","n",0) +p(i=A.RG.prototype,"ga1Y","a1Z",0) +p(i,"ga5N","Lm",0) +o(i,"ga5L","a5M",280) +o(A.cr.prototype,"gMO","a9t",281) +o(A.jh.prototype,"gacL","DB",288) +q(A,"aWr","aRP",584) +p(i=A.v0.prototype,"ga_T","a_U",294) +o(i,"ga4G","BX",295) +o(i,"ga56","vZ",53) +o(i=A.N0.prototype,"gagN","agO",97) +o(i,"gahb","F8",298) +o(i,"ga1r","a1s",299) +o(A.Bd.prototype,"ga7k","Cg",171) +o(i=A.dk.prototype,"ga9Q","a9R",170) +o(i,"gMM","MN",170) +o(A.SA.prototype,"ga74","w4",53) +o(A.SX.prototype,"ga6f","C0",53) +o(A.CS.prototype,"gL5","a3I",312) +o(i=A.DM.prototype,"gLc","a4A",129) +o(i,"ga_G","a_H",46) +o(i,"ga_I","a_J",42) +o(i,"ga4v","a4w",11) +o(i=A.Gf.prototype,"ga1R","a1S",165) +o(i,"ga7R","a7S",315) +o(i,"ga8d","a8e",316) +o(A.D1.prototype,"ga_P","a_Q",317) +p(i=A.CG.prototype,"gagS","agT",0) +o(i,"ga5_","a50",53) +p(i,"ga3W","a3X",0) +p(i=A.Gm.prototype,"gagX","F3",0) +p(i,"gahx","Fb",0) +p(i,"gah3","F6",0) +o(i,"gagx","F1",557) +o(A.DB.prototype,"gB4","J0",5) +p(i=A.mW.prototype,"gMf","a7G",0) +p(i,"ga7Q","Mi",0) +p(i,"ga9O","a9P",0) +p(i,"gwU","abL",0) +p(i,"ga7K","a7L",0) +p(i,"ga7I","a7J",0) +p(i,"gMh","Cp",0) +p(i,"gvI","K2",0) +p(i,"gBC","a2q",0) +o(i,"ga1d","a1e",323) +k(i,"gaa5",0,0,function(){return[null]},["$1","$0"],["N7","N6"],164,0,0) +o(i,"gakQ","akR",71) +k(i,"ga7p",0,3,null,["$3"],["a7q"],163,0,0) +k(i,"ga7r",0,3,null,["$3"],["a7s"],163,0,0) +p(i,"ga0N","Jl",56) +p(i,"ga7B","a7C",56) +p(i,"ga6W","a6X",56) +p(i,"ga8y","a8z",56) +p(i,"ga2a","a2b",56) +o(i,"gabE","abF",327) +o(i,"ga9F","a9G",328) +o(i,"gaab","aac",329) +o(i,"ga2r","a2s",330) +o(i,"ga2M","a2N",331) +o(i,"gac6","ac7",332) +o(i,"ga6o","a6p",333) +o(i,"ga1T","a1U",52) +p(A.yJ.prototype,"gacY","acZ",0) +o(i=A.XJ.prototype,"gah6","F7",19) +o(i,"gagP","agQ",343) +p(A.vW.prototype,"gBW","a4x",0) +r(A,"aXm",1,null,["$5$alignment$alignmentPolicy$curve$duration","$1","$2$alignmentPolicy"],["axf",function(a){return A.axf(a,null,null,null,null)},function(a,b){return A.axf(a,null,b,null,null)}],585,0) +q(A,"avo","aTA",12) +s(A,"azu","aOh",586) +q(A,"aHu","aOg",12) +o(i=A.Y_.prototype,"gabN","Ou",12) +p(i,"gabO","abP",0) +o(i=A.uB.prototype,"ga5a","a5b",52) +o(i,"ga5d","a5e",372) +o(i,"gacd","ace",373) +o(i=A.m8.prototype,"ga0p","a0q",6) +o(i,"gL6","L7",5) +p(i,"gFZ","akr",0) +o(i=A.i1.prototype,"ga4s","a4t",376) +k(i,"ga1P",0,5,null,["$5"],["a1Q"],145,0,0) +r(A,"aHz",3,null,["$3"],["lg"],587,0) +p(A.ru.prototype,"ga3L","a3M",0) +p(A.w5.prototype,"gC1","a6h",0) +o(A.w8.prototype,"gLM","a6Q",8) +o(i=A.EO.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +s(A,"aHQ","aQl",588) +q(A,"mv","aU_",51) +q(A,"aHR","aU0",51) +q(A,"H0","aU1",51) +o(A.wh.prototype,"gu5","nx",68) +o(A.wg.prototype,"gu5","nx",68) +o(A.El.prototype,"gu5","nx",68) +o(A.Em.prototype,"gu5","nx",68) +p(i=A.h0.prototype,"gLe","a4D",0) +o(i,"ga7w","a7x",52) +o(i,"ga5h","a5i",19) +q(A,"aYg","aTY",7) +k(A.r5.prototype,"geV",0,2,null,["$2"],["aJ"],9,0,1) +o(i=A.oq.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +o(A.DR.prototype,"ga8k","a8l",72) +o(i=A.DQ.prototype,"ga0K","a0L",5) +o(i,"gabu","abv",3) +o(A.L5.prototype,"ga7i","Cf",171) +p(A.EZ.prototype,"gCK","a9D",0) +o(A.kh.prototype,"gac1","Dl",403) +o(i=A.wu.prototype,"ga9I","a9J",3) +p(i,"gw0","Ll",0) +p(i,"gBT","a3T",192) +p(i,"gBY","a5s",0) +o(i=A.uQ.prototype,"gVF","VG",108) +o(i,"gVK","VL",108) +o(A.eR.prototype,"gLn","a6_",5) +o(i=A.hw.prototype,"ga0l","a0m",6) +o(i,"ga0n","a0o",6) +p(i=A.I1.prototype,"gCR","CS",0) +p(i,"gCP","CQ",0) +p(i=A.Lq.prototype,"gCR","CS",0) +p(i,"gCP","CQ",0) +s(A,"b3C","aGJ",589) +n(i=A.Fi.prototype,"glQ","E",44) +n(i,"gGm","B",44) +q(A,"azI","aX1",72) +p(A.lM.prototype,"gafu","afv",0) +p(A.Bu.prototype,"gpc","n",0) +o(i=A.uV.prototype,"gLa","a4b",419) +o(i,"gNf","aae",32) +o(i,"gNg","aaf",16) +o(i,"gNe","aad",36) +p(i,"gNc","Nd",0) +p(i,"ga25","a26",0) +p(i,"ga23","a24",0) +o(i,"ga9q","a9r",140) +o(i,"gaag","aah",19) +o(i,"ga5v","a5w",98) +p(A.F9.prototype,"gN5","aa3",0) +o(i=A.uE.prototype,"gacj","ack",5) +p(i,"gahy","ahz",0) +o(i,"ga6d","a6e",25) +o(i,"gaai","aaj",98) +o(i,"ga5x","a5y",72) +o(i,"ga5f","a5g",19) +o(i,"gaak","aal",140) +n(i=A.u9.prototype,"glQ","E",44) +n(i,"gGm","B",44) +l(i,"gBo","a1a",430) +p(i,"gBZ","a5A",0) +l(A.Fm.prototype,"ga52","a53",123) +p(A.Fl.prototype,"gNB","aaN",0) +o(A.v8.prototype,"galo","Tv",437) +p(A.wt.prototype,"gwj","a83",0) +p(i=A.SD.prototype,"gP0","Do",0) +o(i,"ga5B","a5C",32) +o(i,"ga5D","a5E",16) +o(i,"ga5H","a5I",32) +o(i,"ga5J","a5K",16) +o(i,"ga3N","a3O",36) +o(i=A.RD.prototype,"ga5U","a5V",32) +o(i,"ga5W","a5X",16) +o(i,"ga5S","a5T",36) +o(i,"ga4n","a4o",32) +o(i,"ga4p","a4q",16) +o(i,"ga4l","a4m",36) +o(i,"ga0w","a0x",6) +o(i,"ga0h","a0i",6) +o(i,"ga0y","a0z",6) +p(A.Fj.prototype,"gwS","D8",0) +p(A.Fg.prototype,"gC2","C3",0) +p(i=A.Cm.prototype,"gakp","akq",0) +p(i,"gakn","ako",0) +o(i,"gakl","akm",63) +p(i,"gakc","akd",0) +o(i,"gak6","ak7",99) +p(i,"gak1","ak2",0) +o(i,"gak3","ak4",25) +o(i,"gajO","ajP",63) +o(i,"gaks","akt",63) +o(i,"gajS","ajT",134) +o(i,"gajU","ajV",133) +o(i,"gajQ","ajR",132) +p(i=A.FJ.prototype,"gLp","a69",0) +p(i,"gLo","a68",0) +o(i,"gOc","abp",63) +o(i,"gOd","abq",191) +p(i,"gOb","abo",0) +o(i,"gO9","abm",134) +o(i,"gOa","abn",133) +o(i,"gO8","abl",132) +o(i,"ga38","a39",74) +o(i,"ga36","a37",74) +o(i,"ga4O","a4P",96) +o(i,"ga4M","a4N",86) +o(i,"ga4K","a4L",99) +p(A.ir.prototype,"gjL","jM",0) +p(A.ek.prototype,"gf3","fs",0) +p(A.wH.prototype,"gpc","n",0) +q(A,"aZ8","aRv",173) +q(A,"aZ7","aRm",173) +p(A.CT.prototype,"gBU","a3Y",0) +p(i=A.vy.prototype,"gUc","uy",0) +p(i,"gTp","uj",0) +o(i,"gabI","abJ",448) +o(i,"ga9u","a9v",619) +p(i,"gCC","MH",0) +p(i,"gBV","Lb",0) +p(A.wG.prototype,"gDr","acm",0) +o(i=A.EU.prototype,"gc2","bm",2) +o(i,"gbW","bj",2) +p(A.wb.prototype,"gr1","Cb",0) +p(A.wx.prototype,"gr1","Cb",0) +o(A.FW.prototype,"gKr","a33",31) +k(A.Qy.prototype,"gagH",0,3,null,["$3"],["yh"],457,0,0) +k(A.Ra.prototype,"gakA",0,0,null,["$5$arguments$child$key$name$restorationId"],["akB"],458,0,0) +l(A.Zg.prototype,"gSU","ak0",467) +k(i=A.yT.prototype,"ga5j",0,3,null,["$3"],["a5k"],473,0,0) +o(i,"gadh","I",6) +o(i,"gHM","Aj",108) +p(A.yS.prototype,"gfD","aE",0) +r(A,"aWU",0,null,["$5$arguments$child$key$name$restorationId"],["aYh"],591,0) +r(A,"aWV",4,null,["$4"],["aQm"],592,0) +r(A,"aY8",0,null,["$5$arguments$child$key$name$restorationId"],["aYi"],593,0) +q(A,"jE","KW",103) +q(A,"aYe","axP",103) +p(A.rE.prototype,"gu8","aku",0) +p(A.mR.prototype,"gny","u9",0) +p(A.yu.prototype,"gka","nq",0) +p(A.yC.prototype,"gny","u9",0) +p(A.yW.prototype,"gka","nq",0) +p(A.Au.prototype,"gka","nq",0) +p(A.AK.prototype,"gka","nq",0) +p(A.Ba.prototype,"ga6I","a6J",0) +p(A.ql.prototype,"ga8f","a8g",0) +p(A.BK.prototype,"gNA","aaL",0) +p(A.iB.prototype,"gabG","abH",0) +p(A.Lr.prototype,"gny","u9",0) +o(A.ey.prototype,"gacM","kL",71) +p(A.f_.prototype,"gFp","aip",0) +n(A.yV.prototype,"gT0","akH",506) +o(i=A.AZ.prototype,"gbW","bj",2) +o(i,"gc2","bm",2) +m(A,"aYw","aRr",594) +q(A,"aYB","aIk",595) +q(A,"aYy","aIh",596) +q(A,"aYC","aIl",597) +q(A,"aYA","aIj",598) +q(A,"aYz","aIi",599) +q(A,"aYx","aIg",600) +q(A,"aWg","aUC",601) +m(A,"aYI","aRy",602) +m(A,"aYJ","aRz",603) +o(i=A.nO.prototype,"gaki","akj",26) +o(i,"gakg","akh",26) +m(A,"aZ_","aSI",604) +k(i=A.zG.prototype,"gafs",0,4,null,["$4"],["aft"],531,0,0) +k(i,"gG9",0,4,null,["$4"],["al0"],532,0,0) +o(A.Qc.prototype,"gagV","F2",53) +q(A,"aXy","aV5",31) +k(i=A.uy.prototype,"gQR",0,3,null,["$3"],["afl"],542,0,0) +l(i,"gafn","afo",543) +n(A.bE.prototype,"gamb","ck",8) +p(A.Qq.prototype,"gabi","abj",0) +l(A.Ge.prototype,"ga7D","a7E",38) +s(A,"aYQ","aI8",605) +p(A.eL.prototype,"gU3","pX",55) +q(A,"aXx","aOS",64) +q(A,"aHt","aOR",64) +q(A,"aXv","aOP",64) +q(A,"aXw","aOQ",64) +p(A.zt.prototype,"gU3","pX",55) +q(A,"aZ4","aSU",162) +q(A,"aZ3","aST",162) +q(A,"aY_","aPw",608) +r(A,"avT",1,null,["$2$wrapWidth","$1"],["aHo",function(a){return A.aHo(a,null)}],609,0) +m(A,"aYp","aGv",0) +s(A,"oA","aMS",80) +s(A,"rl","aMT",80) +q(A,"a3v","aWC",610) +q(A,"aX9","aX8",611) +q(A,"cl","aXl",612) +q(A,"GY","aXR",613) +q(A,"H2","aYf",91) +q(A,"aYm","aYl",91) +q(A,"aYH","aYG",91) +q(A,"aI6","aYM",615) +s(A,"azi","aX_",616) +r(A,"azj",1,null,["$1$1","$1"],["aHA",function(a){return A.aHA(a,t.z)}],617,0) +q(A,"aXc","aXb",618) +q(A,"aY1","aY0",131) +q(A,"aYv","aYu",131) +q(A,"aYq","aYr",413)})();(function inheritance(){var s=hunkHelpers.mixin,r=hunkHelpers.mixinHard,q=hunkHelpers.inheritMany,p=hunkHelpers.inherit +q(null,[A.o,A.wE]) +q(A.o,[A.wX,A.a4k,A.mM,A.ap1,A.hj,A.a5C,A.Mv,A.nx,A.j7,A.l,A.Ls,A.kw,A.RW,A.qd,A.o5,A.ph,A.ak5,A.MC,A.rO,A.Iy,A.Iu,A.Ij,A.f3,A.afG,A.aeY,A.N4,A.acS,A.acT,A.aa_,A.a6u,A.a6_,A.IB,A.aek,A.eS,A.IY,A.rP,A.xF,A.a5Z,A.Iv,A.a64,A.IF,A.oR,A.agi,A.In,A.RT,A.BZ,A.lT,A.IG,A.Sn,A.ID,A.xH,A.xG,A.IC,A.Iz,A.a62,A.bO,A.xM,A.a6f,A.a6g,A.a9c,A.a9d,A.a9w,A.a7w,A.aiH,A.My,A.abv,A.Mx,A.Mw,A.Ll,A.yj,A.WT,A.WY,A.Lj,A.LW,A.a9M,A.a1Q,A.LL,A.tr,A.pi,A.yN,A.HN,A.x_,A.lh,A.N1,A.jW,A.acB,A.a6A,A.adR,A.a5j,A.lv,A.yB,A.Mp,A.aff,A.Tb,A.Q4,A.afj,A.afl,A.aiu,A.Q7,A.afy,A.E5,A.anJ,A.a25,A.kD,A.qT,A.wn,A.afp,A.axV,A.agl,A.a3U,A.Qe,A.lJ,A.rp,A.td,A.a8O,A.RK,A.RI,A.qv,A.a95,A.ajv,A.ajr,A.WI,A.T,A.i7,A.ach,A.acj,A.akw,A.akA,A.an3,A.Qv,A.ald,A.yw,A.a5h,A.IQ,A.a8U,A.a8V,A.Cb,A.a8P,A.HV,A.vj,A.tb,A.ac8,A.alg,A.al1,A.abx,A.a8z,A.a7T,A.Nj,A.i6,A.a7e,A.a8K,A.tm,A.Tc,A.axu,J.tI,J.e2,A.Ip,A.aQ,A.ajK,A.dE,A.cS,A.lZ,A.LG,A.Sq,A.RX,A.RY,A.Lt,A.LZ,A.kx,A.yE,A.T_,A.lV,A.mc,A.u0,A.rX,A.w7,A.ip,A.zf,A.amA,A.PE,A.yy,A.Fw,A.arX,A.acY,A.zy,A.k0,A.we,A.o8,A.vc,A.a0H,A.aok,A.apY,A.ik,A.Xz,A.FU,A.asX,A.zD,A.FQ,A.Vs,A.os,A.HP,A.lS,A.ob,A.oa,A.VX,A.iH,A.ay,A.Vt,A.Fz,A.Vu,A.WL,A.aoZ,A.Ew,A.Dx,A.a0F,A.au_,A.DT,A.oh,A.aqp,A.w9,A.E4,A.f4,A.Yw,A.G3,A.Dy,A.X_,A.Yo,A.a0A,A.a0z,A.kE,A.jk,A.l1,A.bS,A.VC,A.xz,A.VA,A.Ir,A.a0l,A.aqg,A.aqd,A.aom,A.asW,A.a1Z,A.Gc,A.kJ,A.c2,A.b1,A.PQ,A.BW,A.DH,A.f2,A.MQ,A.bk,A.aS,A.kF,A.km,A.air,A.bZ,A.G7,A.T2,A.iJ,A.yz,A.nR,A.a6F,A.db,A.LQ,A.Wz,A.asZ,A.ll,A.PD,A.aq8,A.EF,A.G1,A.a1U,A.dZ,A.Lx,A.aol,A.Fy,A.m1,A.a5R,A.PI,A.A,A.aU,A.ie,A.fZ,A.F,A.pM,A.axq,A.nS,A.na,A.akR,A.n6,A.lq,A.uZ,A.kb,A.At,A.cX,A.cq,A.ajI,A.hZ,A.n5,A.Cc,A.Cd,A.f9,A.bg,A.c_,A.nz,A.a5B,A.Ma,A.a4u,A.a5m,A.ab9,A.afm,A.mC,A.a5v,A.a4M,A.a9m,A.a49,A.aca,A.aeN,A.ana,A.a4a,A.V2,A.an9,A.abw,A.z5,A.nX,A.jL,A.xl,A.L3,A.zb,A.pH,A.ot,A.wd,A.pK,A.L1,A.Mo,A.ae,A.ak_,A.x8,A.Ar,A.x6,A.x5,A.oJ,A.mB,A.as,A.vt,A.Y6,A.WN,A.a0C,A.alS,A.XX,A.du,A.L2,A.DU,A.aqW,A.aqV,A.aqU,A.y3,A.ce,A.fA,A.Dk,A.WF,A.Ig,A.a_o,A.Wt,A.FL,A.Af,A.Ww,A.Wu,A.er,A.Xp,A.I8,A.eo,A.ar_,A.ah,A.iV,A.fv,A.ayM,A.i5,A.As,A.atB,A.an4,A.AJ,A.jj,A.bl,A.d3,A.tt,A.w_,A.aau,A.arY,A.tu,A.l6,A.jU,A.jV,A.hm,A.Zw,A.dL,A.V5,A.W1,A.Wb,A.W6,A.W4,A.W5,A.W3,A.W7,A.Wf,A.Wd,A.We,A.Wc,A.W9,A.Wa,A.W8,A.W2,A.pj,A.Lc,A.hq,A.wD,A.lf,A.tZ,A.zH,A.tY,A.mj,A.ayG,A.afz,A.N8,A.Wh,A.wz,A.afu,A.afx,A.f5,A.vf,A.vg,A.a0Q,A.a0T,A.a0S,A.a0U,A.a0R,A.FD,A.VW,A.aax,A.iD,A.o6,A.Ey,A.jr,A.V8,A.ak0,A.Vp,A.m3,A.Vz,A.Yx,A.VH,A.VI,A.VJ,A.VK,A.VM,A.Yj,A.YP,A.VN,A.VQ,A.VR,A.VT,A.VV,A.WA,A.WC,A.WO,A.WS,A.X0,A.X1,A.X7,A.m5,A.Xc,A.Xh,A.aoP,A.Xm,A.a9t,A.a9i,A.a9h,A.a9s,A.bt,A.XW,A.li,A.tH,A.LU,A.Y1,A.Yp,A.L4,A.E2,A.cY,A.cb,A.P9,A.YH,A.YF,A.YG,A.Yl,A.YV,A.YX,A.YY,A.Zb,A.zX,A.jb,A.Zh,A.wI,A.ZT,A.ZV,A.ZZ,A.aix,A.Rk,A.a6x,A.adZ,A.V9,A.a00,A.a01,A.Yk,A.a02,A.a03,A.Cm,A.Y5,A.a0q,A.akb,A.akc,A.akd,A.a4W,A.a0v,A.a0M,A.a0P,A.a0Y,A.a11,A.a1c,A.a1g,A.w3,A.Xe,A.a23,A.a1k,A.a1l,A.a1n,A.a1M,A.oG,A.Ap,A.xp,A.VG,A.c6,A.LO,A.a68,A.VE,A.anL,A.dt,A.abH,A.VP,A.Zi,A.tC,A.j2,A.XY,A.jJ,A.j1,A.j3,A.XZ,A.z3,A.Hn,A.lj,A.a0K,A.up,A.hM,A.at8,A.atc,A.r1,A.qZ,A.Cj,A.fI,A.a1a,A.aks,A.aor,A.ar7,A.atF,A.SM,A.uK,A.Zk,A.cU,A.E0,A.ee,A.a6Z,A.qG,A.amV,A.aqm,A.xb,A.HC,A.Yf,A.N3,A.tR,A.YQ,A.a2t,A.aG,A.ep,A.aC,A.nJ,A.asx,A.a0b,A.lP,A.QL,A.a2L,A.eP,A.AO,A.eg,A.RE,A.ajd,A.nP,A.a08,A.a0r,A.ahd,A.k2,A.ahj,A.hG,A.CE,A.Be,A.vY,A.af6,A.eC,A.kt,A.qJ,A.Cs,A.RG,A.aju,A.xC,A.a5V,A.cm,A.a09,A.a0c,A.m0,A.jB,A.mg,A.jh,A.a0d,A.ajs,A.HL,A.qR,A.mD,A.a4L,A.a55,A.v0,A.a5i,A.a6h,A.Yc,A.ab8,A.zl,A.N0,A.acM,A.Yd,A.k7,A.pZ,A.A1,A.akI,A.aci,A.ack,A.akx,A.akB,A.adS,A.A2,A.mH,A.nr,A.a__,A.a_0,A.agp,A.cZ,A.dk,A.vd,A.Sd,A.a74,A.a4q,A.ko,A.a0Z,A.nZ,A.YT,A.at7,A.Cf,A.alh,A.agj,A.d5,A.alT,A.alf,A.qu,A.ali,A.SA,A.Ce,A.a2x,A.SX,A.amG,A.V7,A.wl,A.hV,A.PB,A.oL,A.eG,A.CG,A.ds,A.IX,A.SN,A.h9,A.asl,A.XF,A.Vx,A.a9D,A.Xt,A.Xr,A.XJ,A.vX,A.Xx,A.vU,A.WP,A.a7f,A.a2B,A.a2A,A.Y_,A.a5p,A.PA,A.ar1,A.ahH,A.nb,A.pl,A.ajt,A.apM,A.m8,A.k9,A.jX,A.Io,A.hH,A.wm,A.L9,A.k5,A.alB,A.pJ,A.zZ,A.lK,A.SS,A.om,A.a_E,A.lx,A.r5,A.aeP,A.Fx,A.Ao,A.adB,A.afi,A.kh,A.hJ,A.iE,A.Rd,A.Nd,A.Rs,A.aiV,A.Rt,A.atZ,A.akf,A.lL,A.Xk,A.h7,A.amY,A.uU,A.RB,A.Rz,A.a7Q,A.a0m,A.a2c,A.a0h,A.a0k,A.WH,A.Sc,A.SD,A.RD,A.jm,A.Cp,A.ir,A.ek,A.Dh,A.vz,A.a1P,A.kV,A.XO,A.XN,A.Mt,A.pY,A.Mc,A.Md,A.Me,A.Ra,A.Zg,A.ai7,A.qm,A.dI,A.cz,A.tv,A.a_O,A.ajP,A.aid,A.aio,A.pn,A.by,A.t5,A.nv,A.dC,A.oe,A.aeF,A.PF,A.aeG,A.akJ,A.vA,A.Ne,A.pE,A.tW,A.tX,A.rE,A.Ev,A.rW,A.mR,A.yu,A.yC,A.yW,A.Au,A.AK,A.Ba,A.ql,A.BK,A.iB,A.eZ,A.X8,A.a0o,A.Ye,A.Lr,A.adp,A.dD,A.amu,A.a6t,A.ey,A.aa0,A.adh,A.adi,A.Ni,A.I5,A.a4e,A.Hv,A.Hw,A.rt,A.a57,A.Is,A.a7N,A.i0,A.Mj,A.Mk,A.Nn,A.Pi,A.Av,A.Q9,A.Qw,A.R_,A.R9,A.ji,A.RL,A.qx,A.RN,A.RO,A.RP,A.oX,A.l5,A.tq,A.yM,A.f_,A.tQ,A.a1b,A.Nm,A.a7O,A.yV,A.a5o,A.ev,A.acr,A.MU,A.MX,A.af7,A.adj,A.ada,A.mE,A.Vd,A.anb,A.mz,A.m_,A.f8,A.eT,A.ka,A.uy,A.CQ,A.IW,A.akL,A.af2,A.PU,A.afh,A.a5W,A.a4R,A.a4S,A.a4T,A.a4V,A.AL,A.afC,A.afD,A.afF,A.Qc,A.agb,A.bE,A.cK,A.cH,A.Hr,A.HQ,A.iR,A.r8,A.h1,A.hE,A.id,A.og,A.PR,A.EA,A.Qq,A.iI,A.Ge,A.eB,A.ii,A.eL,A.ci,A.zt,A.pD,A.cf,A.jp,A.T7,A.amZ,A.MH,A.N2,A.aN,A.eF,A.jq]) +q(A.mM,[A.IO,A.a4n,A.a4l,A.a5Y,A.auf,A.aut,A.aus,A.abt,A.abu,A.abq,A.abr,A.abs,A.avi,A.avh,A.aka,A.abL,A.auw,A.a61,A.IP,A.auA,A.a6o,A.a6p,A.a6j,A.a6k,A.a6i,A.a6m,A.a6n,A.a6l,A.a7y,A.a7A,A.auU,A.aw_,A.avZ,A.a9N,A.a9O,A.a9P,A.a9Q,A.a9R,A.a9S,A.a9V,A.a9T,A.avl,A.avm,A.avn,A.avk,A.avy,A.a9x,A.a9v,A.avp,A.avq,A.auC,A.auD,A.auE,A.auF,A.auG,A.auH,A.auI,A.auJ,A.acw,A.acx,A.acy,A.acA,A.acH,A.acL,A.avS,A.ae0,A.ak1,A.ak2,A.a9j,A.a92,A.a8Z,A.a9_,A.a90,A.a91,A.a8Y,A.a8W,A.a94,A.aiv,A.anK,A.arg,A.ari,A.arj,A.ark,A.arl,A.arm,A.arn,A.atw,A.atx,A.aty,A.atz,A.atA,A.aqO,A.aqP,A.aqQ,A.aqR,A.aqS,A.aqT,A.agm,A.agn,A.agr,A.a3X,A.a3Y,A.ac0,A.ac1,A.aj9,A.aja,A.ajA,A.a97,A.a7b,A.adL,A.akZ,A.al6,A.al7,A.al8,A.al9,A.alb,A.a8Q,A.a8R,A.a75,A.a76,A.a77,A.a78,A.abD,A.abE,A.abB,A.a4d,A.a9q,A.a9r,A.aby,A.a7U,A.avc,A.a6P,A.a6S,A.aab,A.a5E,A.MO,A.St,A.aco,A.acn,A.avu,A.avw,A.asY,A.anz,A.any,A.aub,A.at2,A.at3,A.aaq,A.aac,A.apy,A.apF,A.akF,A.as2,A.apL,A.aoK,A.adn,A.ako,A.aqc,A.atH,A.atL,A.aum,A.aun,A.acq,A.auj,A.auk,A.av3,A.av4,A.av5,A.avE,A.avU,A.avV,A.avf,A.acv,A.av9,A.abc,A.aba,A.aot,A.aoA,A.aos,A.aox,A.aoy,A.aoI,A.arx,A.ary,A.arw,A.arz,A.arA,A.a6O,A.aez,A.aoJ,A.a9A,A.a9B,A.a9C,A.avg,A.akt,A.akN,A.apG,A.afr,A.afs,A.afA,A.a4O,A.a4P,A.a4Q,A.a7K,A.a7L,A.a7M,A.a8L,A.a8M,A.a8N,A.a46,A.a47,A.a48,A.adt,A.aoe,A.aof,A.aog,A.anS,A.anT,A.anU,A.ao4,A.ao7,A.ao8,A.ao9,A.aoa,A.aob,A.aoc,A.aod,A.anV,A.anW,A.anX,A.ao5,A.anQ,A.ao6,A.anP,A.anY,A.anZ,A.ao_,A.ao0,A.ao1,A.ao2,A.ao3,A.apV,A.apS,A.apU,A.apT,A.ap4,A.ap5,A.ap7,A.ap6,A.ap8,A.ap9,A.apb,A.apa,A.ar2,A.ar3,A.ar5,A.ar6,A.ar4,A.aq3,A.aq0,A.alD,A.aqF,A.aqA,A.aqB,A.aqC,A.aqD,A.adw,A.au2,A.au3,A.au4,A.au5,A.aeX,A.aiw,A.asO,A.arN,A.arL,A.arK,A.asI,A.at4,A.at6,A.at5,A.arO,A.arP,A.arR,A.arS,A.anr,A.am1,A.aop,A.aoo,A.aoq,A.a69,A.a6a,A.a6b,A.aoi,A.abR,A.abM,A.a4r,A.abU,A.ac7,A.ac6,A.asE,A.asF,A.asG,A.alR,A.alM,A.alL,A.alU,A.aa9,A.ahu,A.ahq,A.a5c,A.agR,A.agQ,A.agO,A.adV,A.adU,A.ah1,A.ah2,A.agY,A.agZ,A.ah_,A.agI,A.ah7,A.ah8,A.ah4,A.ahe,A.ahg,A.ahi,A.ahh,A.ahl,A.ahk,A.ahp,A.aho,A.aiC,A.aiB,A.am4,A.ajy,A.ajw,A.asC,A.asB,A.asz,A.asA,A.aug,A.ajC,A.ajB,A.ajj,A.ajn,A.ajl,A.ajo,A.ajm,A.ajp,A.ajq,A.a5z,A.afe,A.a4w,A.anv,A.ajM,A.aoM,A.a54,A.adE,A.ahC,A.ahD,A.ahB,A.a9n,A.al3,A.alw,A.alv,A.alx,A.are,A.auB,A.a41,A.a44,A.a42,A.a43,A.a45,A.app,A.apm,A.apk,A.apl,A.apo,A.atU,A.aps,A.anC,A.anH,A.atD,A.atC,A.a6e,A.atX,A.atW,A.a6B,A.a73,A.a8v,A.a7W,A.a83,A.a8u,A.a87,A.a82,A.a7V,A.a8g,A.asm,A.a9G,A.aux,A.a9I,A.a9K,A.a9J,A.art,A.a7h,A.a7i,A.a7k,A.a7l,A.a7g,A.a7s,A.a7t,A.a7u,A.a7v,A.arq,A.arr,A.aro,A.agF,A.apX,A.a8F,A.a8D,A.a8C,A.a8G,A.a8I,A.a8A,A.a8E,A.a8B,A.af1,A.ae_,A.aaC,A.aaH,A.aaJ,A.aaL,A.aaN,A.aaE,A.aaG,A.aoR,A.aoS,A.aoT,A.aoW,A.aoX,A.aoY,A.abh,A.abf,A.abe,A.abG,A.abZ,A.abY,A.abX,A.ank,A.anl,A.anm,A.ann,A.ano,A.anp,A.anf,A.ang,A.anh,A.ani,A.anj,A.ac5,A.auL,A.auM,A.auN,A.aqt,A.aqu,A.ad7,A.ad9,A.ad6,A.alC,A.adl,A.adA,A.adz,A.aim,A.ail,A.aew,A.as4,A.as7,A.aep,A.aev,A.aeo,A.aeu,A.aeO,A.arV,A.arU,A.arE,A.arF,A.aeW,A.as_,A.asc,A.asa,A.a4N,A.amz,A.amw,A.aqM,A.aqJ,A.adQ,A.aiQ,A.aiR,A.aiS,A.aiX,A.aiY,A.aiZ,A.aj0,A.aj7,A.aj4,A.aj6,A.asn,A.ajb,A.agw,A.ags,A.agt,A.agu,A.agy,A.agA,A.agB,A.aef,A.aeg,A.aeh,A.aed,A.aee,A.aei,A.aej,A.akj,A.ajg,A.ajh,A.ajf,A.aje,A.asv,A.ate,A.atg,A.ati,A.atk,A.atm,A.amF,A.auT,A.an_,A.au9,A.apI,A.agH,A.ai4,A.ahV,A.ai3,A.ahT,A.aia,A.aib,A.aic,A.ai9,A.ai8,A.ab_,A.ab0,A.aw0,A.aif,A.aih,A.aii,A.aij,A.aig,A.as8,A.aaX,A.aaY,A.auv,A.aaT,A.ajS,A.ajR,A.ajT,A.ab1,A.au6,A.fP,A.aeJ,A.aeI,A.I6,A.add,A.ade,A.adf,A.adg,A.aqw,A.alA,A.acs,A.adb,A.adc,A.avb,A.ac4,A.a9g,A.afQ,A.afS,A.ahw,A.ai6,A.auZ,A.aiN,A.aiL,A.aiM,A.a5g,A.an6,A.abo,A.abp,A.abl,A.abm,A.a6D,A.a6E,A.av0,A.af3,A.an2,A.aua,A.aak,A.aai,A.aae,A.anw,A.anx,A.a4H,A.a4z,A.a4A,A.a4B,A.a4C,A.a4D,A.a4E,A.asS,A.asT,A.afU,A.afW,A.afX,A.afY,A.ag7,A.ag5,A.ag6,A.afZ,A.ag_,A.ag0,A.ag1,A.ag2,A.ag3,A.ag4,A.agc,A.age,A.atS,A.atR,A.auP,A.aw1,A.a5I,A.a5J,A.a5K,A.a5P,A.a5O,A.a5M,A.a5N,A.a5L,A.amr,A.amo,A.amn,A.aml,A.amm,A.amt,A.ams,A.amU,A.amT,A.adD]) +q(A.IO,[A.a4m,A.ak6,A.ak7,A.ak8,A.ak9,A.aa7,A.aa8,A.a5D,A.a66,A.a9U,A.a9k,A.a5k,A.a5l,A.avA,A.avB,A.a9y,A.aue,A.acI,A.acJ,A.acK,A.acD,A.acE,A.acF,A.a93,A.avD,A.afk,A.arh,A.afq,A.ago,A.agq,A.a3V,A.aik,A.a3W,A.aj8,A.a96,A.a99,A.a98,A.adM,A.ala,A.alc,A.ait,A.abC,A.a9p,A.al2,A.a8S,A.a8T,A.a5G,A.avR,A.afM,A.anA,A.anB,A.atr,A.atq,A.aap,A.aao,A.aam,A.apu,A.apB,A.apA,A.apx,A.apw,A.apv,A.apE,A.apD,A.apC,A.akG,A.asV,A.asU,A.anO,A.ard,A.auQ,A.as1,A.amS,A.amR,A.a5S,A.a5T,A.acu,A.ava,A.a5n,A.abb,A.aou,A.aov,A.aoD,A.aoC,A.aoB,A.a6K,A.a6L,A.a6M,A.arB,A.arC,A.aoH,A.aoF,A.aoG,A.aoE,A.auR,A.aud,A.a9z,A.a56,A.a5Q,A.aaw,A.aav,A.aaz,A.aaA,A.a9Z,A.a9X,A.a9Y,A.ad4,A.ad3,A.ad2,A.a7C,A.a7H,A.a7I,A.a7D,A.a7E,A.a7F,A.a7G,A.afw,A.afI,A.akT,A.akU,A.akV,A.akW,A.akX,A.a52,A.a53,A.a50,A.a51,A.a4Z,A.a5_,A.a4Y,A.aay,A.anc,A.a4j,A.ant,A.ads,A.aoh,A.anR,A.auz,A.auy,A.aq_,A.aq2,A.aq4,A.apZ,A.aq1,A.ata,A.at9,A.atb,A.adu,A.adv,A.apc,A.aiz,A.aiy,A.ass,A.asr,A.ast,A.asM,A.asN,A.asK,A.asL,A.asJ,A.arM,A.ato,A.atn,A.am3,A.amc,A.amd,A.ame,A.amf,A.amg,A.amh,A.amj,A.ami,A.ama,A.amb,A.am7,A.am8,A.am9,A.abJ,A.abI,A.aqr,A.abO,A.abP,A.ae2,A.alE,A.alG,A.alF,A.alH,A.alI,A.alJ,A.alK,A.alO,A.alP,A.alQ,A.alN,A.alV,A.alW,A.agJ,A.ahs,A.aht,A.agL,A.agN,A.agM,A.agP,A.acU,A.acV,A.adY,A.adX,A.adW,A.af0,A.af_,A.aeZ,A.ah0,A.ah3,A.ah5,A.ahf,A.aiE,A.aiF,A.aiG,A.a5y,A.ajL,A.agk,A.ahz,A.ahA,A.ahy,A.akP,A.aly,A.alz,A.and,A.apn,A.api,A.apj,A.aph,A.atV,A.apr,A.apq,A.anG,A.anE,A.anF,A.anD,A.ahF,A.ahG,A.an0,A.ahN,A.ahO,A.a8_,A.a8i,A.a8j,A.a8k,A.a8l,A.a8m,A.a8n,A.a8o,A.a8p,A.a8q,A.a8r,A.a8s,A.a8t,A.a80,A.a81,A.a7X,A.a7Z,A.a88,A.a8a,A.a89,A.a8w,A.a8x,A.a8y,A.a84,A.a85,A.a86,A.a8c,A.a8e,A.a8d,A.a8b,A.apd,A.ape,A.apf,A.apg,A.a5q,A.a6r,A.a6s,A.aaB,A.aaD,A.aaI,A.aaK,A.aaM,A.aaO,A.aaF,A.aoV,A.aoU,A.apQ,A.apP,A.apO,A.a4i,A.aqj,A.aqk,A.aql,A.aqs,A.aqG,A.adN,A.as6,A.as5,A.as3,A.aeq,A.aer,A.aes,A.aet,A.aen,A.ar8,A.aeT,A.aeS,A.aeU,A.aeR,A.aeQ,A.ar9,A.arb,A.ara,A.apJ,A.arZ,A.ahE,A.asf,A.asg,A.ase,A.as9,A.asd,A.asb,A.aoj,A.amx,A.amy,A.aqH,A.adP,A.adO,A.asw,A.aiW,A.aj3,A.aj5,A.agz,A.agv,A.agx,A.ae4,A.ae5,A.ae6,A.ae7,A.ae8,A.ae9,A.aea,A.aeb,A.aec,A.ajU,A.ajW,A.ajX,A.akh,A.aki,A.akg,A.akk,A.alY,A.am_,A.alZ,A.asu,A.atd,A.atf,A.ath,A.atj,A.atl,A.anq,A.auS,A.atQ,A.aqq,A.aw4,A.asQ,A.apH,A.aqE,A.atY,A.a6z,A.atE,A.ahW,A.ahX,A.ahY,A.ahZ,A.ai_,A.arc,A.a9b,A.a6J,A.adr,A.ad0,A.aqv,A.a4U,A.acP,A.a4t,A.aw6,A.aw7,A.aw5,A.a4p,A.ac3,A.afP,A.afR,A.ahx,A.ai5,A.ahI,A.ahJ,A.ahK,A.ahL,A.ahM,A.auY,A.aiJ,A.aiI,A.aiO,A.a5f,A.an7,A.an8,A.avO,A.auV,A.auX,A.auW,A.abn,A.af4,A.aal,A.aaf,A.a4G,A.a4F,A.afV,A.aga,A.agd,A.atT,A.aeE,A.a5H,A.aa6,A.aa4,A.aa1,A.aa2,A.aa3,A.acX,A.amp,A.amq,A.avN,A.avM]) +q(A.ap1,[A.xw,A.lw,A.pT,A.rM,A.za,A.p0,A.xe,A.Db,A.jd,A.qk,A.a3Z,A.pk,A.BJ,A.yv,A.zw,A.vh,A.Cz,A.a6c,A.PV,A.zk,A.Sl,A.BX,A.PT,A.mI,A.rQ,A.a58,A.pd,A.jH,A.xd,A.a6T,A.lC,A.kc,A.ur,A.a9W,A.nC,A.jl,A.C9,A.al0,A.SC,A.qE,A.C8,A.If,A.a5e,A.am5,A.rJ,A.jG,A.vI,A.HB,A.a1t,A.qV,A.yb,A.jR,A.dw,A.M9,A.r_,A.Dz,A.Ln,A.yQ,A.DA,A.jn,A.vO,A.a5t,A.Xn,A.apW,A.oi,A.a9u,A.nq,A.di,A.hb,A.asP,A.S_,A.ww,A.ajZ,A.BR,A.wB,A.pO,A.Bo,A.AQ,A.HW,A.T8,A.rD,A.Ic,A.Ii,A.a5d,A.Ci,A.alX,A.BV,A.uH,A.Y7,A.LS,A.Nl,A.zL,A.oW,A.yY,A.L_,A.nQ,A.BF,A.vk,A.uX,A.BG,A.Cn,A.Mn,A.Sg,A.a5w,A.Br,A.qn,A.a7_,A.tP,A.N_,A.pC,A.hx,A.So,A.akl,A.akm,A.fE,A.al_,A.yH,A.im,A.SV,A.xO,A.jP,A.nl,A.SY,A.n2,A.a9E,A.o2,A.ST,A.asR,A.vV,A.tx,A.PO,A.eI,A.aem,A.FR,A.uO,A.eJ,A.F_,A.w0,A.aie,A.Rv,A.qr,A.Ry,A.Rw,A.Bx,A.S5,A.rS,A.ael,A.Mm,A.u1,A.pR,A.tT,A.tU,A.RQ,A.tM,A.k3,A.ls,A.iz,A.hI,A.acR,A.q8]) +q(A.l,[A.A6,A.IE,A.eH,A.m4,A.jw,A.R,A.dF,A.aZ,A.iZ,A.qD,A.lQ,A.qz,A.lc,A.cO,A.r0,A.Va,A.a0G,A.hc,A.fx,A.p5,A.HF,A.dX,A.b0,A.yX,A.a2m]) +q(A.Iy,[A.Dc,A.Dd]) +p(A.xE,A.Ij) +q(A.f3,[A.t_,A.Q0]) +q(A.t_,[A.R5,A.I0,A.II,A.IM,A.IK,A.PM,A.Cy,A.ME]) +p(A.PJ,A.Cy) +q(A.RT,[A.Iw,A.Ix]) +q(A.IP,[A.akM,A.ave,A.avz,A.avr,A.acG,A.acC,A.a8X,A.aky,A.avX,A.abz,A.a6Q,A.a5F,A.a6w,A.afJ,A.acm,A.avv,A.auc,A.av1,A.aar,A.aad,A.apz,A.as0,A.apK,A.acZ,A.adm,A.ado,A.akn,A.akr,A.akq,A.aqb,A.aqh,A.aqe,A.aeB,A.amM,A.amJ,A.amK,A.amL,A.atK,A.atJ,A.aul,A.adF,A.adG,A.adH,A.adI,A.aip,A.aiq,A.akC,A.akD,A.akE,A.at0,A.at1,A.a4J,A.a4K,A.a6I,A.aqX,A.arD,A.arv,A.afv,A.adq,A.aqz,A.arG,A.arH,A.au0,A.au1,A.aqo,A.aiA,A.asi,A.atp,A.arQ,A.am0,A.aon,A.abK,A.abQ,A.abN,A.a4s,A.ae3,A.ahr,A.agK,A.agS,A.agU,A.agT,A.adT,A.afa,A.af9,A.afb,A.afc,A.agX,A.ah6,A.ah9,A.aha,A.ahn,A.agW,A.agV,A.ahb,A.ahc,A.aiD,A.asy,A.ajD,A.ajE,A.ajk,A.a5A,A.aoN,A.akz,A.apt,A.a7Y,A.a8f,A.a8h,A.a7n,A.a7p,A.a7o,A.a7q,A.a7r,A.a7j,A.a7m,A.ars,A.arp,A.agD,A.agE,A.a8H,A.abg,A.apN,A.abd,A.a79,A.apR,A.aqZ,A.arT,A.au7,A.au8,A.aqL,A.aqK,A.aqI,A.aj_,A.asq,A.aso,A.asp,A.aj2,A.ajV,A.amW,A.arJ,A.arI,A.avG,A.a6y,A.ahU,A.ai0,A.ai1,A.ai2,A.abW,A.aaS,A.aaU,A.aaV,A.aaZ,A.ab2,A.a6W,A.a6X,A.a6Y,A.a4X,A.aqy,A.aqx,A.avI,A.avJ,A.aup,A.ain,A.a4o,A.afT,A.ask,A.aiK,A.aaj,A.aag,A.aah,A.a4I,A.ag8,A.ag9,A.aa5]) +q(A.bO,[A.Im,A.n4,A.hu,A.lW,A.MR,A.SZ,A.Wy,A.Rh,A.Xa,A.tL,A.oK,A.iQ,A.Pz,A.T0,A.qN,A.hK,A.IS,A.Xq,A.Mg,A.It]) +p(A.Ly,A.a7w) +q(A.n4,[A.M1,A.M_,A.M0]) +q(A.a5j,[A.A4,A.BO]) +p(A.LA,A.aff) +q(A.anJ,[A.a2y,A.atv,A.a2s]) +p(A.arf,A.a2y) +p(A.aqN,A.a2s) +q(A.Qe,[A.a5U,A.Lf,A.abS,A.ac_,A.afn,A.aj1,A.aat,A.a5r,A.al4]) +q(A.lJ,[A.uN,A.tp,A.zr,A.pI,A.C7]) +q(A.ajr,[A.a7a,A.adK]) +p(A.ya,A.WI) +q(A.ya,[A.ajH,A.Mf,A.Ri]) +q(A.T,[A.kI,A.vB]) +p(A.Y4,A.kI) +p(A.SU,A.Y4) +p(A.pF,A.ald) +q(A.a8U,[A.aeA,A.a9a,A.a7B,A.aaQ,A.aey,A.afH,A.ajc,A.ajJ]) +q(A.a8V,[A.aeC,A.alt,A.aeK,A.a70,A.af8,A.a8J,A.amN,A.Pq]) +q(A.Mf,[A.abA,A.a4c,A.a9o]) +q(A.alg,[A.aln,A.alu,A.alp,A.als,A.alo,A.alr,A.ale,A.alk,A.alq,A.alm,A.all,A.alj]) +q(A.a7e,[A.KT,A.M6]) +q(A.a8K,[A.a6R,A.aaa]) +p(A.RU,A.tm) +p(A.Lz,A.RU) +q(J.tI,[J.ze,J.zg,J.e,J.px,J.py,J.nj,J.lk]) +q(J.e,[J.lo,J.u,A.pU,A.dV,A.aa,A.Hm,A.mJ,A.iU,A.cn,A.Wj,A.fl,A.at,A.KV,A.Li,A.WU,A.yl,A.WW,A.Lm,A.Xf,A.i_,A.Mq,A.XP,A.tD,A.Nf,A.Pf,A.YI,A.YJ,A.i8,A.YK,A.YZ,A.ib,A.Zm,A.a_S,A.v3,A.iu,A.a0w,A.iv,A.a0E,A.h4,A.a1d,A.SK,A.iA,A.a1o,A.SP,A.T3,A.a2e,A.a2k,A.a2u,A.a2P,A.a2S,A.tO,A.j5,A.Yh,A.j8,A.Z8,A.Q6,A.a0I,A.jo,A.a1u,A.HR,A.Vv]) +q(J.lo,[J.Q3,J.ku,J.k1,A.aeD]) +p(J.acl,J.u) +q(J.nj,[J.tK,J.zh]) +q(A.jw,[A.oP,A.Gr,A.l0,A.l_]) +p(A.DG,A.oP) +p(A.Da,A.Gr) +p(A.e4,A.Da) +q(A.aQ,[A.kZ,A.ht,A.m6,A.Y8]) +q(A.vB,[A.iT,A.a3f,A.a3e,A.a3c,A.a3d]) +q(A.R,[A.bd,A.fr,A.bf,A.m7,A.E7,A.me,A.r7,A.Fr]) +q(A.bd,[A.fD,A.S,A.cc,A.zz,A.Y9,A.DP]) +p(A.p6,A.dF) +p(A.ys,A.qD) +p(A.tc,A.lQ) +p(A.yr,A.lc) +q(A.mc,[A.a_4,A.a_5,A.a_6]) +q(A.a_4,[A.cs,A.wp,A.a_7,A.wq,A.a_8]) +q(A.a_5,[A.jy,A.a_9,A.a_a,A.a_b]) +p(A.EE,A.a_6) +p(A.G4,A.u0) +p(A.kv,A.G4) +p(A.oU,A.kv) +q(A.rX,[A.W,A.da]) +q(A.ip,[A.xP,A.wv]) +q(A.xP,[A.fk,A.et]) +p(A.jZ,A.MO) +p(A.Ai,A.lW) +q(A.St,[A.Sh,A.rG]) +p(A.pA,A.ht) +q(A.dV,[A.A7,A.ua]) +q(A.ua,[A.Eh,A.Ej]) +p(A.Ei,A.Eh) +p(A.nt,A.Ei) +p(A.Ek,A.Ej) +p(A.hz,A.Ek) +q(A.nt,[A.Ps,A.Pt]) +q(A.hz,[A.Pu,A.A8,A.Pv,A.Pw,A.Px,A.A9,A.pV]) +p(A.FV,A.Xa) +p(A.FA,A.lS) +p(A.od,A.FA) +p(A.jv,A.od) +p(A.vN,A.ob) +p(A.vL,A.vN) +q(A.oa,[A.FC,A.CX]) +p(A.bv,A.VX) +p(A.vK,A.Fz) +p(A.qW,A.WL) +p(A.a_M,A.au_) +q(A.m6,[A.kA,A.Dt]) +q(A.wv,[A.kz,A.ha]) +q(A.Dy,[A.qX,A.qY]) +q(A.a0A,[A.fJ,A.fd]) +q(A.a0z,[A.Fs,A.Ft]) +p(A.BU,A.Fs) +q(A.kE,[A.mf,A.Fv,A.r6]) +p(A.Fu,A.Ft) +p(A.va,A.Fu) +q(A.jk,[A.wy,A.a1S,A.VB,A.FB]) +p(A.E1,A.wy) +q(A.l1,[A.Lu,A.I2,A.MS,A.Rf]) +q(A.Lu,[A.HJ,A.T5]) +q(A.bS,[A.a1R,A.I4,A.I3,A.DN,A.MW,A.MV,A.T6,A.CC,A.a_Q,A.a_P]) +p(A.HK,A.a1R) +p(A.anN,A.VC) +q(A.xz,[A.anI,A.VO,A.atO,A.atN]) +q(A.anI,[A.anu,A.atM]) +p(A.MT,A.tL) +q(A.Ir,[A.aqa,A.Ya]) +q(A.aqg,[A.aqf,A.Yb]) +p(A.a2p,A.Yb) +p(A.aqi,A.a2p) +p(A.a3g,A.a1Z) +p(A.Gd,A.a3g) +q(A.iQ,[A.uA,A.z4]) +p(A.WB,A.G7) +q(A.aa,[A.bz,A.LM,A.u8,A.it,A.Fp,A.ix,A.h6,A.FM,A.T9,A.qO,A.ky,A.HT,A.mG]) +q(A.bz,[A.az,A.jN]) +p(A.aF,A.az) +q(A.aF,[A.Hs,A.HH,A.M2,A.RA]) +p(A.IZ,A.iU) +p(A.t0,A.Wj) +q(A.fl,[A.J_,A.J0]) +p(A.t3,A.at) +p(A.WV,A.WU) +p(A.yk,A.WV) +p(A.WX,A.WW) +p(A.Lk,A.WX) +p(A.ho,A.mJ) +p(A.Xg,A.Xf) +p(A.th,A.Xg) +p(A.XQ,A.XP) +p(A.pr,A.XQ) +p(A.Pk,A.YI) +p(A.Pl,A.YJ) +p(A.YL,A.YK) +p(A.Pm,A.YL) +p(A.Z_,A.YZ) +p(A.Ah,A.Z_) +p(A.Zn,A.Zm) +p(A.Q5,A.Zn) +p(A.Rg,A.a_S) +p(A.Fq,A.Fp) +p(A.S9,A.Fq) +p(A.a0x,A.a0w) +p(A.Sb,A.a0x) +p(A.Si,A.a0E) +p(A.a1e,A.a1d) +p(A.SH,A.a1e) +p(A.FN,A.FM) +p(A.SI,A.FN) +p(A.a1p,A.a1o) +p(A.SO,A.a1p) +p(A.a2f,A.a2e) +p(A.Wi,A.a2f) +p(A.Dw,A.yl) +p(A.a2l,A.a2k) +p(A.XA,A.a2l) +p(A.a2v,A.a2u) +p(A.Eg,A.a2v) +p(A.a2Q,A.a2P) +p(A.a0y,A.a2Q) +p(A.a2T,A.a2S) +p(A.a0L,A.a2T) +p(A.at_,A.asZ) +q(A.ll,[A.zi,A.w6]) +p(A.pz,A.w6) +p(A.A5,A.EF) +p(A.Yi,A.Yh) +p(A.N9,A.Yi) +p(A.Z9,A.Z8) +p(A.PG,A.Z9) +p(A.a0J,A.a0I) +p(A.Sk,A.a0J) +p(A.a1v,A.a1u) +p(A.SR,A.a1v) +p(A.ra,A.a3f) +p(A.G2,A.a3e) +p(A.a1V,A.a3c) +p(A.a1W,A.a3d) +q(A.PI,[A.i,A.I]) +p(A.HS,A.Vv) +p(A.PH,A.mG) +p(A.HG,A.f2) +p(A.ac9,A.aca) +p(A.aeL,A.aeN) +p(A.qP,A.a9m) +q(A.ot,[A.vC,A.v1]) +q(A.ae,[A.ch,A.KU,A.CD,A.Ed,A.a0N,A.y6,A.uQ]) +q(A.ch,[A.Vl,A.Vb,A.Vc,A.ZW,A.a_H,A.Wx,A.a1q,A.De,A.Gp]) +p(A.Vm,A.Vl) +p(A.Vn,A.Vm) +p(A.kU,A.Vn) +q(A.ak_,[A.aq7,A.arW,A.M5,A.Sf,A.ap_,A.a5a,A.a67]) +p(A.ZX,A.ZW) +p(A.ZY,A.ZX) +p(A.AB,A.ZY) +p(A.a_I,A.a_H) +p(A.jg,A.a_I) +p(A.y5,A.Wx) +p(A.a1r,A.a1q) +p(A.a1s,A.a1r) +p(A.qL,A.a1s) +p(A.Df,A.De) +p(A.Dg,A.Df) +p(A.rV,A.Dg) +q(A.rV,[A.x7,A.CV]) +p(A.eq,A.Ar) +q(A.eq,[A.E3,A.hs,A.SJ,A.e6,A.Cr,A.ti,A.WD,A.PW]) +p(A.aw,A.Gp) +q(A.as,[A.dK,A.aB,A.fn,A.CA]) +q(A.aB,[A.Bf,A.e5,A.RV,A.nH,A.ng,A.zW,A.qw,A.qH,A.L0,A.yp,A.oM,A.Id,A.kr,A.uG]) +p(A.a7d,A.WN) +q(A.a7d,[A.h,A.b4,A.fY,A.ajF]) +q(A.h,[A.a_,A.aq,A.av,A.Z3,A.aX,A.Bj,A.Z6]) +q(A.a_,[A.xT,A.oY,A.y4,A.x4,A.y1,A.y2,A.vP,A.Dq,A.mS,A.u3,A.xc,A.AH,A.xy,A.Fd,A.DZ,A.Ch,A.zM,A.MG,A.ov,A.ow,A.Qi,A.Bm,A.DI,A.Bl,A.BD,A.BP,A.FK,A.Cw,A.kT,A.pg,A.x2,A.vF,A.ts,A.xk,A.t9,A.ta,A.F4,A.pf,A.yK,A.ke,A.le,A.zE,A.Eb,A.Ae,A.ma,A.ug,A.An,A.yR,A.nL,A.Bi,A.uP,A.wf,A.Fh,A.Bs,A.Bw,A.Fa,A.AI,A.uW,A.BL,A.qy,A.BM,A.or,A.Ff,A.Cl,A.vp,A.vx,A.vD,A.IT,A.qc,A.D5,A.zI,A.zJ]) +p(A.au,A.a0C) +q(A.au,[A.Gs,A.Dm,A.Gt,A.Wp,A.Dn,A.vQ,A.Gu,A.Dp,A.E8,A.CW,A.a2z,A.Gq,A.a05,A.Gx,A.FH,A.a2q,A.w4,A.GM,A.GN,A.Gy,A.F1,A.Gv,A.F2,A.Fe,A.GL,A.a2V,A.FS,A.CS,A.DM,A.a2d,A.a3j,A.DO,A.D1,A.DB,A.DD,A.a_X,A.vW,A.Xw,A.uB,A.w1,A.Yr,A.a2r,A.En,A.wj,A.Zf,A.Ze,A.Gw,A.a2K,A.EZ,A.wJ,A.m9,A.a2O,A.Bt,A.Fb,A.a0_,A.wo,A.a2N,A.a0f,A.Fm,A.Fl,A.GK,A.GJ,A.FJ,A.a1h,A.CT,A.FX,A.wG,A.xQ,A.Qr,A.VL,A.Gz,A.Ys]) +p(A.Dl,A.Gs) +q(A.F,[A.Wm,A.mO,A.P8]) +p(A.dg,A.Wm) +q(A.alS,[A.a6H,A.a6N,A.a7c,A.adx]) +p(A.a2g,A.a6H) +p(A.Wl,A.a2g) +q(A.aq,[A.J1,A.KL,A.Zj,A.KM,A.Vy,A.D2,A.FT,A.YW,A.KN,A.KQ,A.KR,A.V6,A.vH,A.HZ,A.Lp,A.Lw,A.Hp,A.La,A.t8,A.LT,A.Mz,A.z7,A.Nk,A.Fk,A.a2b,A.VF,A.SE,A.a12,A.a15,A.SG,A.Cq,A.a1m,A.Z4,A.Qb,A.j4,A.en,A.IV,A.Z5,A.L6,A.M8,A.yZ,A.D8,A.AG,A.Yv,A.Pn,A.YN,A.Ad,A.uj,A.Rj,A.Rx,A.Sa,A.Z7,A.hL,A.SL,A.Ta,A.Td,A.Mu,A.tg,A.tf,A.t1,A.u4,A.IU,A.Mr,A.MJ,A.MK,A.ML,A.Az,A.Qj,A.Ql,A.Qm,A.Qn,A.Rb,A.Rc,A.Bg,A.R4,A.Rr,A.CP,A.V1,A.Ia]) +p(A.cQ,A.XX) +p(A.Wn,A.cQ) +p(A.J2,A.Wn) +q(A.du,[A.Wo,A.Yz,A.a27,A.Vr,A.XD,A.YA,A.a28]) +p(A.Do,A.Gt) +q(A.x4,[A.Xl,A.Hz,A.RZ,A.Pd,A.Ax,A.KZ,A.L7,A.zB]) +q(A.ce,[A.uh,A.Z0]) +p(A.eR,A.uh) +p(A.r2,A.eR) +p(A.hw,A.r2) +p(A.ia,A.hw) +q(A.ia,[A.GC,A.GD,A.Du]) +p(A.mb,A.GC) +p(A.cT,A.fA) +q(A.cT,[A.fm,A.j6,A.fo,A.ub]) +p(A.hX,A.WF) +q(A.hX,[A.jx,A.dz,A.h2]) +q(A.Ig,[A.aoz,A.anM,A.asD]) +q(A.KU,[A.a10,A.Wk,A.Yq,A.a0e,A.Ym,A.a1_,A.XE,A.KS]) +p(A.Wq,A.a6N) +p(A.KP,A.Wq) +q(A.av,[A.aY,A.Ds,A.N7,A.fz,A.mP,A.wk,A.S4,A.ED]) +q(A.aY,[A.Ws,A.Vq,A.Y2,A.Y3,A.VS,A.Y0,A.a17,A.A3,A.Vh,A.x9,A.PK,A.I_,A.t4,A.IL,A.IJ,A.rR,A.PZ,A.Q_,A.vr,A.oT,A.rU,A.M3,A.R7,A.bI,A.e1,A.l4,A.h3,A.hk,A.Na,A.Ak,A.MP,A.S3,A.Nc,A.ih,A.tA,A.Hl,A.RF,A.Pj,A.I9,A.mY,A.MI,A.oS,A.KY,A.VY,A.XC,A.Yu,A.WJ,A.a_Z,A.S7,A.Ss,A.Sr,A.LK,A.a21,A.Vw]) +p(A.t,A.a_o) +q(A.t,[A.D,A.a_A,A.dj]) +q(A.D,[A.EV,A.GE,A.ES,A.GF,A.GH,A.a2I,A.EH,A.EI,A.a_i,A.AV,A.a_l,A.EQ,A.a_r,A.a_w,A.kC,A.a2F,A.GG,A.a2H,A.AZ]) +p(A.qf,A.EV) +q(A.qf,[A.a_g,A.Qz,A.EM,A.EN,A.B1,A.AU]) +p(A.Dr,A.Gu) +q(A.Wk,[A.Yg,A.a_J]) +q(A.b4,[A.b9,A.Z2,A.xN,A.EY,A.Z1]) +q(A.b9,[A.Wr,A.hy,A.BN,A.N6,A.QZ,A.w8,A.Zd,A.v8]) +p(A.a2C,A.GE) +p(A.r3,A.a2C) +p(A.p_,A.Wt) +q(A.aX,[A.b7,A.dW,A.dG]) +q(A.b7,[A.DW,A.yG,A.dU,A.Eu,A.F0,A.a_V,A.CR,A.a1O,A.i2,A.jY,A.E6,A.pq,A.r4,A.uv,A.CB,A.a_R,A.Ef,A.Bq,A.F6,A.F8,A.uY,A.a0j,A.DF,A.rc,A.Ex,A.a22,A.vw,A.nc]) +p(A.Wv,A.Af) +p(A.t2,A.Wv) +p(A.aoO,A.p_) +q(A.er,[A.e7,A.yc,A.Le]) +p(A.of,A.e7) +q(A.of,[A.te,A.LD,A.LB]) +p(A.bi,A.Xp) +p(A.pe,A.Xq) +q(A.yc,[A.Xo,A.Ld,A.a0a]) +q(A.eo,[A.bq,A.S6,A.a_U,A.VD,A.nK,A.Po,A.jt,A.RJ,A.Bd,A.MZ,A.eA,A.DQ,A.Ru,A.By,A.BT,A.tw]) +q(A.fv,[A.fy,A.fU]) +q(A.fy,[A.o4,A.dx]) +p(A.zv,A.i5) +q(A.atB,[A.Xy,A.oc,A.DS]) +p(A.yI,A.bi) +p(A.b8,A.Zw) +p(A.a3_,A.V5) +p(A.a30,A.a3_) +p(A.a1A,A.a30) +q(A.b8,[A.Zo,A.ZJ,A.Zz,A.Zu,A.Zx,A.Zs,A.ZB,A.ZR,A.f6,A.ZF,A.ZH,A.ZD,A.Zq]) +p(A.Zp,A.Zo) +p(A.q_,A.Zp) +q(A.a1A,[A.a2W,A.a37,A.a32,A.a2Z,A.a31,A.a2Y,A.a33,A.a3b,A.a39,A.a3a,A.a38,A.a35,A.a36,A.a34,A.a2X]) +p(A.a1w,A.a2W) +p(A.ZK,A.ZJ) +p(A.q4,A.ZK) +p(A.a1H,A.a37) +p(A.ZA,A.Zz) +p(A.lE,A.ZA) +p(A.a1C,A.a32) +p(A.Zv,A.Zu) +p(A.nD,A.Zv) +p(A.a1z,A.a2Z) +p(A.Zy,A.Zx) +p(A.nE,A.Zy) +p(A.a1B,A.a31) +p(A.Zt,A.Zs) +p(A.lD,A.Zt) +p(A.a1y,A.a2Y) +p(A.ZC,A.ZB) +p(A.q1,A.ZC) +p(A.a1D,A.a33) +p(A.ZS,A.ZR) +p(A.q7,A.ZS) +p(A.a1L,A.a3b) +q(A.f6,[A.ZN,A.ZP,A.ZL]) +p(A.ZO,A.ZN) +p(A.q5,A.ZO) +p(A.a1J,A.a39) +p(A.ZQ,A.ZP) +p(A.q6,A.ZQ) +p(A.a1K,A.a3a) +p(A.ZM,A.ZL) +p(A.Q8,A.ZM) +p(A.a1I,A.a38) +p(A.ZG,A.ZF) +p(A.lF,A.ZG) +p(A.a1F,A.a35) +p(A.ZI,A.ZH) +p(A.q3,A.ZI) +p(A.a1G,A.a36) +p(A.ZE,A.ZD) +p(A.q2,A.ZE) +p(A.a1E,A.a34) +p(A.Zr,A.Zq) +p(A.q0,A.Zr) +p(A.a1x,A.a2X) +q(A.d3,[A.XB,A.qU]) +p(A.cP,A.XB) +q(A.cP,[A.Al,A.iY]) +q(A.Al,[A.j_,A.uu,A.ym,A.D3]) +q(A.wD,[A.Ea,A.wi]) +q(A.uu,[A.h_,A.I7]) +q(A.ym,[A.js,A.j0,A.jc]) +q(A.I7,[A.h5,A.vJ]) +p(A.C2,A.a0Q) +p(A.C5,A.a0T) +p(A.C4,A.a0S) +p(A.C6,A.a0U) +p(A.C3,A.a0R) +p(A.xo,A.D3) +q(A.xo,[A.kp,A.kq]) +p(A.ps,A.jr) +p(A.u_,A.ps) +q(A.V6,[A.HX,A.Lo,A.Lv]) +p(A.rq,A.V8) +q(A.ak0,[A.ats,A.atu,A.Lb,A.SF]) +p(A.ZU,A.I) +q(A.Qz,[A.a_d,A.a_e,A.QA,A.QT]) +p(A.rv,A.Vp) +p(A.ans,A.rv) +p(A.u5,A.nH) +p(A.xn,A.Vz) +p(A.zN,A.Yx) +p(A.xq,A.VH) +p(A.xr,A.VI) +p(A.xs,A.VJ) +p(A.a_1,A.a2z) +p(A.xx,A.VK) +p(A.bu,A.VM) +p(A.D6,A.Gq) +p(A.dd,A.YP) +q(A.dd,[A.Pa,A.WK,A.kn]) +q(A.Pa,[A.YO,A.X6,A.X9]) +p(A.Il,A.VN) +p(A.xA,A.VQ) +p(A.xB,A.VR) +p(A.xD,A.VT) +p(A.mN,A.VV) +p(A.Np,A.mO) +p(A.y8,A.WA) +p(A.y9,A.WC) +p(A.a2h,A.a7c) +p(A.WM,A.a2h) +p(A.yd,A.WO) +p(A.yf,A.WS) +p(A.yn,A.X0) +p(A.yo,A.X1) +p(A.yt,A.X7) +p(A.yA,A.Xc) +p(A.yD,A.Xh) +p(A.tj,A.Xm) +p(A.ap3,A.tj) +p(A.akv,A.a9t) +p(A.a2i,A.akv) +p(A.a2j,A.a2i) +p(A.ap0,A.a2j) +p(A.asj,A.a9s) +q(A.xy,[A.XV,A.Su]) +q(A.bt,[A.XR,A.XT,A.a2o,A.FF,A.a0W,A.a2U]) +p(A.XS,A.a2o) +q(A.bu,[A.XU,A.Xi,A.Xj,A.Zc,A.a0X]) +p(A.pt,A.XW) +q(A.dU,[A.z_,A.DX,A.mV,A.pu,A.t7]) +p(A.nh,A.li) +q(A.nh,[A.nd,A.z8,A.z9]) +q(A.tH,[A.aq5,A.aq6]) +p(A.DY,A.Gx) +p(A.MM,A.z7) +p(A.MN,A.Y1) +p(A.zA,A.Yp) +p(A.YB,A.a2q) +p(A.ET,A.ES) +p(A.QU,A.ET) +q(A.QU,[A.EL,A.a18,A.B3,A.AT,A.AR,A.QN,A.AY,A.QP,A.a_c,A.QB,A.wr,A.QG,A.QY,A.QJ,A.QV,A.AX,A.B0,A.AM,A.B5,A.QC,A.QO,A.QH,A.QK,A.QM,A.QI,A.AP,A.a_f,A.a_n,A.a2D,A.EP,A.a_s,A.wt,A.a_B]) +q(A.MG,[A.E9,A.x3,A.x1,A.wZ,A.x0]) +p(A.tE,A.w4) +p(A.ru,A.tE) +q(A.ru,[A.Yy,A.Vj,A.Vg,A.Ve,A.Vf]) +p(A.YC,A.P8) +q(A.bq,[A.Pb,A.Sv,A.VU,A.SW]) +p(A.u7,A.YH) +p(A.Pg,A.u7) +p(A.A_,A.YF) +p(A.Ph,A.YG) +p(A.Aa,A.YV) +p(A.Ab,A.YX) +p(A.Ac,A.YY) +p(A.Am,A.Zb) +p(A.Et,A.GD) +p(A.a29,A.GM) +p(A.a2a,A.GN) +q(A.jb,[A.V3,A.KO,A.Xd]) +p(A.uk,A.Zh) +q(A.S6,[A.Gn,A.Go]) +p(A.Aw,A.ZT) +p(A.zx,A.Qi) +p(A.Yn,A.Gy) +p(A.uw,A.ZV) +p(A.aqn,A.uw) +p(A.AE,A.ZZ) +p(A.Rl,A.F1) +q(A.a6x,[A.aP,A.nU]) +p(A.D4,A.aP) +q(A.adZ,[A.ash,A.att]) +p(A.DJ,A.Gv) +p(A.F3,A.F2) +p(A.uS,A.F3) +p(A.bb,A.V9) +q(A.bb,[A.Lh,A.d1,A.cw,A.Tf,A.yg,A.Dj,A.R0,A.Py,A.Qd,A.ye]) +q(A.Lh,[A.WQ,A.WR]) +p(A.Bz,A.a00) +p(A.BA,A.a01) +p(A.BB,A.a02) +p(A.BC,A.a03) +p(A.a19,A.Sv) +p(A.a06,A.Cm) +p(A.Fo,A.GL) +q(A.N7,[A.a0p,A.a2_,A.LE,A.uD]) +p(A.ws,A.GF) +p(A.b_,A.Y5) +q(A.b_,[A.ju,A.rs,A.rK,A.fQ,A.lG,A.pX,A.q9,A.ef,A.yh,A.Lg,A.lO,A.jQ,A.nB,A.nI,A.kg,A.o3,A.iC,A.o1]) +p(A.a_z,A.GH) +p(A.v6,A.a0q) +p(A.asH,A.v6) +p(A.a_N,A.akd) +p(A.ahS,A.a_N) +p(A.ahR,A.akc) +q(A.akb,[A.ahQ,A.ahP,A.agG,A.a7P]) +p(A.BS,A.a0v) +p(A.C_,A.a0M) +p(A.C1,A.a0P) +p(A.a0V,A.a2U) +p(A.Ca,A.a0Y) +p(A.YD,A.adx) +p(A.Pc,A.YD) +p(A.Co,A.a11) +p(A.a16,A.a2V) +q(A.fz,[A.a13,A.y7,A.qB,A.LR,A.R2,A.DC,A.FO,A.CF]) +q(A.hy,[A.a14,A.a1f,A.a3h]) +p(A.a_y,A.a2I) +p(A.df,A.a1c) +p(A.iy,A.a1g) +p(A.No,A.t2) +p(A.lY,A.a23) +p(A.Ct,A.a1k) +p(A.Cv,A.a1l) +p(A.Xb,A.A3) +q(A.B3,[A.B_,A.QS,A.lI,A.EG,A.B8,A.uJ]) +p(A.a_k,A.B_) +p(A.vq,A.FS) +p(A.Cx,A.a1n) +p(A.vu,A.a1M) +q(A.oG,[A.dy,A.iP,A.YM]) +q(A.xp,[A.cu,A.Ee]) +p(A.c9,A.VG) +q(A.c6,[A.dH,A.iF,A.Ie]) +q(A.Ie,[A.d8,A.f0]) +p(A.e3,A.nS) +q(A.dH,[A.dT,A.cN,A.fc,A.fC,A.fe,A.ff]) +q(A.dt,[A.b2,A.eN,A.ol]) +q(A.VP,[A.D7,A.wc]) +p(A.pv,A.XY) +q(A.pv,[A.V4,A.ap2,A.Pp]) +q(A.j2,[A.HM,A.lu]) +p(A.xf,A.HM) +p(A.abT,A.XZ) +q(A.fY,[A.Q2,A.o_]) +p(A.BY,A.a0K) +q(A.hM,[A.vG,A.a1X,A.rN,A.tS,A.Aq,A.yi]) +p(A.q,A.a1a) +p(A.qs,A.Sf) +p(A.lA,A.Zk) +p(A.WG,A.lA) +p(A.qg,A.a_A) +p(A.a_G,A.qg) +q(A.lf,[A.mK,A.v7]) +q(A.hq,[A.oO,A.S1]) +q(A.cU,[A.fO,A.FI,A.BQ,A.nV]) +p(A.Di,A.fO) +p(A.xS,A.Di) +q(A.xS,[A.i9,A.fS,A.eD,A.fa]) +p(A.a_h,A.EH) +p(A.AS,A.a_h) +p(A.EJ,A.EI) +p(A.a_j,A.EJ) +p(A.qe,A.a_j) +q(A.nK,[A.FG,A.D9,A.vM]) +p(A.a_m,A.a_l) +p(A.EK,A.a_m) +p(A.AW,A.EK) +p(A.ec,A.Yf) +q(A.ec,[A.Q1,A.eM]) +q(A.eM,[A.j9,A.xL,A.xK,A.xJ,A.xm,A.zu,A.yL,A.xa]) +q(A.j9,[A.z2,A.vs,A.PN]) +p(A.YR,A.a2t) +p(A.um,A.a68) +q(A.asx,[A.W0,A.fH]) +q(A.fH,[A.a_L,A.DV,A.r9]) +p(A.lB,A.lP) +p(A.iw,A.FI) +p(A.a_p,A.EQ) +p(A.a_q,A.a_p) +p(A.B2,A.a_q) +p(A.a2M,A.a2L) +p(A.md,A.a2M) +p(A.AN,A.a_c) +q(A.y6,[A.nT,A.WE,A.WZ]) +q(A.wr,[A.QF,A.QE,A.QD,A.ER]) +q(A.ER,[A.QQ,A.QR]) +p(A.B4,A.a_r) +q(A.ajd,[A.xI,A.BE]) +p(A.qt,A.a08) +p(A.S0,A.a0r) +p(A.a0u,A.nV) +p(A.lR,A.a0u) +q(A.dj,[A.EW,A.a_t]) +p(A.a_u,A.EW) +p(A.a_v,A.a_u) +p(A.uI,A.a_v) +p(A.QW,A.uI) +p(A.a0s,A.BQ) +p(A.a0t,A.a0s) +p(A.kl,A.a0t) +p(A.B6,A.a_t) +p(A.QX,A.B6) +p(A.a_x,A.a_w) +p(A.B7,A.a_x) +p(A.qh,A.kC) +p(A.B9,A.qh) +p(A.RH,A.a09) +p(A.cr,A.a0c) +p(A.v_,A.a0d) +p(A.uf,A.v_) +q(A.ajs,[A.am6,A.ad5,A.akY]) +p(A.a5x,A.HL) +p(A.afd,A.a5x) +q(A.a55,[A.aoL,A.Qy]) +p(A.nk,A.Yc) +q(A.nk,[A.pB,A.nm,A.zn]) +p(A.acN,A.Yd) +q(A.acN,[A.f,A.p]) +p(A.a0O,A.A2) +p(A.ja,A.nr) +p(A.AF,A.a__) +p(A.jf,A.a_0) +q(A.jf,[A.kf,A.uC]) +p(A.Qu,A.AF) +p(A.fF,A.c_) +p(A.nY,A.a0Z) +q(A.nY,[A.Sx,A.Sw,A.Sy,A.vi]) +p(A.LN,A.nZ) +p(A.Zl,A.a2x) +p(A.a4_,A.V7) +q(A.d1,[A.Qh,A.GA,A.GB,A.m2,A.G5,A.G6,A.a04,A.Wg,A.Bp]) +p(A.Eq,A.GA) +p(A.Er,A.GB) +p(A.Vi,A.a2d) +p(A.Gf,A.a3j) +q(A.PB,[A.tN,A.pW,A.i4,A.Es,A.F5]) +q(A.xN,[A.AC,A.vb,A.eQ]) +q(A.AC,[A.fu,A.nA,A.a2w]) +q(A.fu,[A.a1N,A.z6,A.w5,A.FW]) +p(A.hY,A.a1O) +p(A.oQ,A.e1) +q(A.dW,[A.zs,A.kd,A.yF,A.zj,A.a26]) +p(A.Za,A.BN) +q(A.LR,[A.uR,A.rT]) +p(A.LH,A.yF) +p(A.Bh,A.EY) +p(A.Gg,A.I8) +p(A.Gh,A.Gg) +p(A.Gi,A.Gh) +p(A.Gj,A.Gi) +p(A.Gk,A.Gj) +p(A.Gl,A.Gk) +p(A.Gm,A.Gl) +p(A.Th,A.Gm) +p(A.X2,A.DD) +p(A.DE,A.X2) +p(A.X3,A.DE) +p(A.X4,A.X3) +p(A.mW,A.X4) +p(A.vE,A.Q2) +p(A.jA,A.vE) +p(A.IN,A.VU) +p(A.a24,A.IN) +p(A.Xu,A.Xt) +p(A.d9,A.Xu) +q(A.d9,[A.n3,A.DL]) +p(A.Xs,A.Xr) +p(A.yJ,A.Xs) +p(A.LX,A.pf) +p(A.Xv,A.vW) +q(A.i2,[A.DK,A.po]) +p(A.LY,A.Xx) +p(A.dM,A.a2B) +p(A.kB,A.a2A) +p(A.a_3,A.LY) +p(A.agC,A.a_3) +q(A.fU,[A.bp,A.pm,A.Dv]) +q(A.pl,[A.cj,A.Vo]) +p(A.aoQ,A.ajt) +p(A.i1,A.k9) +p(A.N5,A.mP) +p(A.a2G,A.a2F) +p(A.EO,A.a2G) +p(A.zK,A.h2) +q(A.jY,[A.lt,A.a0g]) +p(A.YE,A.a2r) +p(A.L8,A.SS) +p(A.dY,A.lK) +q(A.om,[A.wh,A.wg,A.El,A.Em]) +p(A.XK,A.a2m) +p(A.Eo,A.En) +p(A.h0,A.Eo) +q(A.a_E,[A.YU,A.ayx]) +q(A.eA,[A.XL,A.cG]) +p(A.Ep,A.a2w) +p(A.ui,A.Zf) +p(A.wC,A.eD) +p(A.a2J,A.GG) +p(A.oq,A.a2J) +q(A.f4,[A.on,A.oj,A.iG]) +p(A.a2E,A.a2D) +p(A.op,A.a2E) +p(A.DR,A.Gw) +p(A.PS,A.Es) +p(A.L5,A.afi) +p(A.a_F,A.a2K) +q(A.cG,[A.jz,A.a_C,A.a_D]) +p(A.EX,A.jz) +q(A.EX,[A.Bc,A.Bb]) +p(A.wu,A.wJ) +p(A.HY,A.iE) +p(A.a_K,A.HY) +p(A.R3,A.a_K) +q(A.CD,[A.Re,A.VZ]) +q(A.Rs,[A.n9,A.abj,A.a7J,A.I1,A.Lq]) +p(A.a_T,A.dx) +p(A.ake,A.akf) +p(A.Fi,A.a2O) +p(A.LP,A.Xk) +p(A.F7,A.i4) +p(A.fB,A.F7) +q(A.fB,[A.Bv,A.kj,A.ly,A.qp,A.T4]) +q(A.uU,[A.Qt,A.xt,A.IH,A.wY]) +p(A.a_Y,A.jt) +p(A.lM,A.a_Y) +p(A.qq,A.F5) +p(A.Bu,A.lM) +p(A.Ih,A.Rx) +p(A.Nb,A.Ih) +p(A.Fc,A.Fb) +p(A.uV,A.Fc) +p(A.YS,A.RB) +p(A.u9,A.YS) +p(A.F9,A.u9) +p(A.uE,A.wo) +p(A.kG,A.h_) +p(A.kH,A.h5) +p(A.GI,A.a2N) +p(A.a07,A.GI) +p(A.a0n,A.a0m) +p(A.aL,A.a0n) +p(A.qQ,A.a2c) +p(A.a0i,A.a0h) +p(A.v5,A.a0i) +p(A.RS,A.a0k) +p(A.v9,A.S4) +p(A.S2,A.v9) +p(A.Sz,A.Sr) +q(A.Lg,[A.p1,A.p3,A.p2,A.f1,A.lN]) +q(A.f1,[A.l8,A.la,A.pc,A.p8,A.p9,A.hn,A.n_,A.lb,A.pa,A.pb,A.l9]) +p(A.Fj,A.GK) +p(A.Fg,A.GJ) +p(A.wH,A.kt) +q(A.Pd,[A.Rm,A.R8]) +p(A.Hx,A.zB) +p(A.vy,A.FX) +p(A.a_2,A.QZ) +p(A.a3i,A.a3h) +p(A.a20,A.a3i) +p(A.EU,A.a2H) +p(A.HE,A.kV) +p(A.fW,A.XO) +p(A.fX,A.XN) +p(A.a2R,A.vb) +p(A.a0D,A.a2R) +q(A.fW,[A.wa,A.CU,A.Fn,A.ok,A.hO,A.fg,A.FP]) +p(A.Gb,A.wa) +q(A.fX,[A.wb,A.Vk,A.a1i,A.Ec,A.X5,A.wx,A.a1j]) +p(A.a1Y,A.wb) +q(A.Mc,[A.J3,A.J4,A.J5,A.J6,A.J7,A.J8,A.J9,A.Ja,A.Jb,A.Jc,A.Jd,A.Je,A.Jf,A.xU,A.Jh,A.xV,A.xW,A.JK,A.JL,A.JM,A.JN,A.JO,A.xX,A.JQ,A.JR,A.JS,A.JT,A.JU,A.JV,A.JW,A.JX,A.JY,A.JZ,A.K_,A.K0,A.K1,A.K2,A.K3,A.K4,A.K5,A.K6,A.K7,A.K8,A.K9,A.Ka,A.Kb,A.Kc,A.Kd,A.Ke,A.Kf,A.Kg,A.Kh,A.Ki,A.Kj,A.Kk,A.Kl,A.Km,A.xY,A.Ko,A.Kp,A.Kq,A.Kr,A.Ks,A.Kt,A.xZ,A.Kw,A.Kx,A.Ky,A.Kz,A.KA,A.KB,A.KC,A.KD,A.KE,A.KF,A.KG,A.y_,A.KK]) +p(A.Jg,A.xU) +q(A.xV,[A.Ji,A.Jj,A.Jk,A.Jl,A.Jm,A.Jn,A.Jo,A.Jp]) +q(A.xW,[A.Jq,A.Jr,A.Js,A.Jt,A.Ju,A.Jv,A.Jw,A.Jx,A.Jy,A.Jz,A.JA,A.JB,A.JC,A.JD,A.JE,A.JF,A.JG,A.JH,A.JI,A.JJ]) +p(A.JP,A.xX) +p(A.Kn,A.xY) +q(A.xZ,[A.Ku,A.Kv]) +q(A.y_,[A.KH,A.y0]) +q(A.y0,[A.KI,A.KJ]) +q(A.Md,[A.Nq,A.Nr,A.Ns,A.Nt,A.Nu,A.Nv,A.Nw,A.Nx,A.Ny,A.Nz,A.NA,A.NB,A.NC,A.zO,A.NE,A.zP,A.zQ,A.O6,A.O7,A.O8,A.O9,A.Oa,A.zR,A.Oc,A.Od,A.Oe,A.Of,A.Og,A.Oh,A.Oi,A.Oj,A.Ok,A.Ol,A.Om,A.On,A.Oo,A.Op,A.Oq,A.Or,A.Os,A.Ot,A.Ou,A.Ov,A.Ow,A.Ox,A.Oy,A.Oz,A.OA,A.OB,A.OC,A.OD,A.OE,A.OF,A.OG,A.OH,A.OI,A.OJ,A.OK,A.zS,A.OM,A.ON,A.OO,A.OP,A.OQ,A.OR,A.zT,A.OU,A.OV,A.OW,A.OX,A.OY,A.OZ,A.P_,A.P0,A.P1,A.P2,A.P3,A.zU,A.P7]) +p(A.ND,A.zO) +q(A.zP,[A.NF,A.NG,A.NH,A.NI,A.NJ,A.NK,A.NL,A.NM]) +q(A.zQ,[A.NN,A.NO,A.NP,A.NQ,A.NR,A.NS,A.NT,A.NU,A.NV,A.NW,A.NX,A.NY,A.NZ,A.O_,A.O0,A.O1,A.O2,A.O3,A.O4,A.O5]) +p(A.Ob,A.zR) +p(A.OL,A.zS) +q(A.zT,[A.OS,A.OT]) +q(A.zU,[A.P4,A.zV]) +q(A.zV,[A.P5,A.P6]) +q(A.Me,[A.Ti,A.Tj,A.Tk,A.Tl,A.Tm,A.Tn,A.To,A.Tp,A.Tq,A.Tr,A.Ts,A.Tt,A.Tu,A.CH,A.Tw,A.CI,A.CJ,A.TZ,A.U_,A.U0,A.U1,A.U2,A.CK,A.U4,A.U5,A.U6,A.U7,A.U8,A.U9,A.Ua,A.Ub,A.Uc,A.Ud,A.Ue,A.Uf,A.Ug,A.Uh,A.Ui,A.Uj,A.Uk,A.Ul,A.Um,A.Un,A.Uo,A.Up,A.Uq,A.Ur,A.Us,A.Ut,A.Uu,A.Uv,A.Uw,A.Ux,A.Uy,A.Uz,A.UA,A.UB,A.UC,A.CL,A.UE,A.UF,A.UG,A.UH,A.UI,A.UJ,A.CM,A.UM,A.UN,A.UO,A.UP,A.UQ,A.UR,A.US,A.UT,A.UU,A.UV,A.UW,A.CN,A.V_]) +p(A.Tv,A.CH) +q(A.CI,[A.Tx,A.Ty,A.Tz,A.TA,A.TB,A.TC,A.TD,A.TE]) +q(A.CJ,[A.TF,A.TG,A.TH,A.TI,A.TJ,A.TK,A.TL,A.TM,A.TN,A.TO,A.TP,A.TQ,A.TR,A.TS,A.TT,A.TU,A.TV,A.TW,A.TX,A.TY]) +p(A.U3,A.CK) +p(A.UD,A.CL) +q(A.CM,[A.UK,A.UL]) +q(A.CN,[A.UX,A.CO]) +q(A.CO,[A.UY,A.UZ]) +p(A.xR,A.IT) +p(A.W_,A.xQ) +p(A.rY,A.eQ) +p(A.afo,A.Qy) +q(A.jX,[A.MA,A.abF]) +p(A.XI,A.uQ) +p(A.yT,A.XI) +p(A.aqY,A.MQ) +p(A.XG,A.Re) +p(A.XH,A.XG) +p(A.yS,A.XH) +p(A.ft,A.dI) +p(A.Ag,A.fo) +p(A.aaW,A.Rd) +p(A.ij,A.a_O) +q(A.ij,[A.fV,A.RR]) +p(A.iq,A.RR) +q(A.aid,[A.aaR,A.ajQ]) +p(A.Ms,A.xR) +p(A.a2n,A.rY) +p(A.XM,A.a2n) +q(A.oe,[A.vR,A.vT,A.vS]) +q(A.rE,[A.Ml,A.Sm]) +q(A.eZ,[A.zq,A.v2,A.Se]) +q(A.zq,[A.l2,A.bw,A.yU,A.k_,A.PX,A.hC,A.Cg]) +p(A.uo,A.dD) +p(A.Yt,A.Gz) +q(A.I5,[A.oH,A.bR,A.Ht,A.hT,A.mA,A.a4g,A.Hu,A.a4h]) +q(A.f_,[A.IR,A.MF,A.PC,A.RM,A.S8,A.SB]) +p(A.MY,A.ev) +p(A.HO,A.adj) +p(A.kY,A.mE) +p(A.rA,A.kY) +p(A.nN,A.rA) +p(A.uM,A.ajQ) +q(A.aaR,[A.ty,A.ux,A.tG,A.rZ,A.uT]) +q(A.Ms,[A.HD,A.tF,A.LJ,A.Ng,A.R1,A.Qk,A.Qo,A.Qp,A.R6,A.Rp,A.a_W,A.Ro,A.Rq,A.xv]) +p(A.ar0,A.Rt) +p(A.a4b,A.Vd) +p(A.ane,A.a4b) +p(A.o7,A.ane) +q(A.f8,[A.Mb,A.PP,A.Rn,A.Qa,A.LF,A.Te,A.Ik]) +q(A.Mu,[A.nM,A.Tg,A.V0,A.Hy,A.HA,A.n7]) +p(A.hi,A.ka) +p(A.mF,A.hi) +q(A.mF,[A.qo,A.nO,A.qI]) +p(A.zG,A.uy) +p(A.acd,A.akL) +q(A.acd,[A.afB,A.amQ,A.an1]) +q(A.a5W,[A.zm,A.af5]) +p(A.a3T,A.a4R) +p(A.adk,A.a4S) +p(A.ais,A.adk) +p(A.aeV,A.a4T) +p(A.ab5,A.a4V) +p(A.afE,A.afF) +p(A.Ez,A.agb) +p(A.de,A.Ez) +q(A.de,[A.rw,A.uc,A.E_]) +p(A.CZ,A.rw) +p(A.xg,A.CZ) +q(A.bE,[A.o9,A.ud,A.AA]) +p(A.ry,A.o9) +p(A.rx,A.ry) +p(A.CY,A.rx) +p(A.rB,A.CY) +q(A.cH,[A.hU,A.eY,A.hh]) +p(A.EC,A.id) +p(A.EB,A.EA) +p(A.qb,A.EB) +p(A.hF,A.Ge) +p(A.xh,A.uc) +p(A.D_,A.ud) +p(A.rC,A.D_) +p(A.tJ,A.E_) +p(A.xi,A.tJ) +p(A.D0,A.AA) +p(A.xj,A.D0) +p(A.amO,A.afh) +q(A.amO,[A.adC,A.amP]) +s(A.WI,A.IQ) +s(A.a2s,A.a25) +s(A.a2y,A.a25) +s(A.vB,A.T_) +s(A.Gr,A.T) +s(A.Eh,A.T) +s(A.Ei,A.yE) +s(A.Ej,A.T) +s(A.Ek,A.yE) +s(A.vK,A.Vu) +s(A.Fs,A.aQ) +s(A.Ft,A.l) +s(A.Fu,A.ip) +s(A.G4,A.G3) +s(A.a2p,A.aqd) +s(A.a3g,A.jk) +s(A.Wj,A.a6F) +s(A.WU,A.T) +s(A.WV,A.db) +s(A.WW,A.T) +s(A.WX,A.db) +s(A.Xf,A.T) +s(A.Xg,A.db) +s(A.XP,A.T) +s(A.XQ,A.db) +s(A.YI,A.aQ) +s(A.YJ,A.aQ) +s(A.YK,A.T) +s(A.YL,A.db) +s(A.YZ,A.T) +s(A.Z_,A.db) +s(A.Zm,A.T) +s(A.Zn,A.db) +s(A.a_S,A.aQ) +s(A.Fp,A.T) +s(A.Fq,A.db) +s(A.a0w,A.T) +s(A.a0x,A.db) +s(A.a0E,A.aQ) +s(A.a1d,A.T) +s(A.a1e,A.db) +s(A.FM,A.T) +s(A.FN,A.db) +s(A.a1o,A.T) +s(A.a1p,A.db) +s(A.a2e,A.T) +s(A.a2f,A.db) +s(A.a2k,A.T) +s(A.a2l,A.db) +s(A.a2u,A.T) +s(A.a2v,A.db) +s(A.a2P,A.T) +s(A.a2Q,A.db) +s(A.a2S,A.T) +s(A.a2T,A.db) +r(A.w6,A.T) +s(A.Yh,A.T) +s(A.Yi,A.db) +s(A.Z8,A.T) +s(A.Z9,A.db) +s(A.a0I,A.T) +s(A.a0J,A.db) +s(A.a1u,A.T) +s(A.a1v,A.db) +s(A.a3c,A.dZ) +s(A.a3d,A.dZ) +s(A.a3e,A.dZ) +s(A.a3f,A.dZ) +s(A.Vv,A.aQ) +s(A.Vl,A.x5) +s(A.Vm,A.oJ) +s(A.Vn,A.mB) +s(A.De,A.x6) +s(A.Df,A.oJ) +s(A.Dg,A.mB) +s(A.Wx,A.x8) +s(A.ZW,A.x6) +s(A.ZX,A.oJ) +s(A.ZY,A.mB) +s(A.a_H,A.x6) +s(A.a_I,A.mB) +s(A.a1q,A.x5) +s(A.a1r,A.oJ) +s(A.a1s,A.mB) +s(A.Gp,A.x8) +r(A.Gs,A.ir) +s(A.Wm,A.ah) +s(A.a2g,A.jm) +s(A.Wn,A.ah) +r(A.Gt,A.ir) +r(A.GC,A.y3) +s(A.Wq,A.jm) +r(A.Gu,A.ek) +r(A.GE,A.aC) +s(A.a2C,A.ee) +s(A.Wt,A.ah) +s(A.Wv,A.ah) +s(A.Xq,A.iV) +s(A.Xp,A.ah) +s(A.WN,A.ah) +s(A.Zo,A.dL) +s(A.Zp,A.W1) +s(A.Zq,A.dL) +s(A.Zr,A.W2) +s(A.Zs,A.dL) +s(A.Zt,A.W3) +s(A.Zu,A.dL) +s(A.Zv,A.W4) +s(A.Zw,A.ah) +s(A.Zx,A.dL) +s(A.Zy,A.W5) +s(A.Zz,A.dL) +s(A.ZA,A.W6) +s(A.ZB,A.dL) +s(A.ZC,A.W7) +s(A.ZD,A.dL) +s(A.ZE,A.W8) +s(A.ZF,A.dL) +s(A.ZG,A.W9) +s(A.ZH,A.dL) +s(A.ZI,A.Wa) +s(A.ZJ,A.dL) +s(A.ZK,A.Wb) +s(A.ZL,A.dL) +s(A.ZM,A.Wc) +s(A.ZN,A.dL) +s(A.ZO,A.Wd) +s(A.ZP,A.dL) +s(A.ZQ,A.We) +s(A.ZR,A.dL) +s(A.ZS,A.Wf) +s(A.a2W,A.W1) +s(A.a2X,A.W2) +s(A.a2Y,A.W3) +s(A.a2Z,A.W4) +s(A.a3_,A.ah) +s(A.a30,A.dL) +s(A.a31,A.W5) +s(A.a32,A.W6) +s(A.a33,A.W7) +s(A.a34,A.W8) +s(A.a35,A.W9) +s(A.a36,A.Wa) +s(A.a37,A.Wb) +s(A.a38,A.Wc) +s(A.a39,A.Wd) +s(A.a3a,A.We) +s(A.a3b,A.Wf) +s(A.XB,A.iV) +r(A.D3,A.FD) +s(A.a0Q,A.ah) +s(A.a0R,A.ah) +s(A.a0S,A.ah) +s(A.a0T,A.ah) +s(A.a0U,A.ah) +s(A.V8,A.ah) +s(A.Vp,A.ah) +s(A.Vz,A.ah) +s(A.Yx,A.ah) +s(A.VH,A.ah) +s(A.VI,A.ah) +s(A.VJ,A.ah) +s(A.a2z,A.P9) +s(A.VK,A.ah) +s(A.VM,A.ah) +r(A.Gq,A.ek) +s(A.VN,A.ah) +s(A.VQ,A.ah) +s(A.VR,A.ah) +s(A.VT,A.ah) +s(A.VV,A.ah) +s(A.WA,A.ah) +s(A.WC,A.ah) +s(A.a2h,A.jm) +s(A.WO,A.ah) +s(A.WS,A.ah) +s(A.X0,A.ah) +s(A.X1,A.ah) +s(A.X7,A.ah) +s(A.Xc,A.ah) +s(A.Xh,A.ah) +s(A.a2i,A.a9h) +s(A.a2j,A.a9i) +s(A.Xm,A.ah) +s(A.a2o,A.ah) +s(A.XW,A.ah) +r(A.Gx,A.oL) +s(A.Y1,A.ah) +s(A.Yp,A.ah) +r(A.a2q,A.ek) +s(A.YF,A.ah) +s(A.YG,A.ah) +s(A.YH,A.ah) +s(A.YV,A.ah) +s(A.YX,A.ah) +s(A.YY,A.ah) +s(A.Zb,A.ah) +s(A.GD,A.zX) +s(A.Zh,A.ah) +r(A.GM,A.wI) +r(A.GN,A.wI) +s(A.ZT,A.ah) +r(A.Gy,A.ir) +s(A.ZV,A.ah) +s(A.ZZ,A.ah) +r(A.F1,A.ek) +r(A.F2,A.ek) +r(A.F3,A.kh) +r(A.Gv,A.ek) +s(A.a00,A.ah) +s(A.a01,A.ah) +s(A.a02,A.ah) +s(A.a03,A.ah) +r(A.GF,A.nJ) +r(A.GH,A.nJ) +r(A.GL,A.ek) +s(A.a_N,A.a4W) +s(A.a0q,A.ah) +s(A.a0v,A.ah) +s(A.a0M,A.ah) +s(A.a0P,A.ah) +s(A.a2U,A.ah) +s(A.a0Y,A.ah) +s(A.YD,A.jm) +s(A.a11,A.ah) +r(A.a2I,A.aC) +r(A.a2V,A.ek) +s(A.a1c,A.ah) +s(A.a1g,A.ah) +s(A.a23,A.ah) +s(A.a1k,A.ah) +s(A.a1l,A.ah) +r(A.FS,A.ir) +s(A.a1n,A.ah) +s(A.a1M,A.ah) +s(A.VG,A.ah) +s(A.WF,A.ah) +s(A.XZ,A.ah) +s(A.XY,A.ah) +s(A.a0K,A.ah) +s(A.a1a,A.ah) +r(A.Di,A.ep) +r(A.EH,A.aC) +s(A.a_h,A.ee) +r(A.EI,A.nJ) +r(A.EJ,A.aC) +s(A.a_j,A.QL) +r(A.a_l,A.aC) +s(A.a_m,A.ee) +r(A.EK,A.a6Z) +s(A.Yf,A.iV) +s(A.a2t,A.ah) +s(A.Zk,A.iV) +s(A.a_o,A.iV) +r(A.EQ,A.aC) +s(A.a_p,A.QL) +r(A.a_q,A.nJ) +r(A.FI,A.ep) +s(A.a2L,A.eg) +s(A.a2M,A.eo) +r(A.a_c,A.AO) +r(A.ES,A.aG) +r(A.ET,A.eP) +r(A.a_r,A.aG) +s(A.a08,A.ah) +r(A.EV,A.aG) +s(A.a0r,A.ah) +r(A.a0u,A.ep) +r(A.EW,A.aC) +s(A.a_u,A.ahd) +s(A.a_v,A.ahj) +r(A.a0s,A.ep) +s(A.a0t,A.k2) +r(A.a_t,A.aG) +r(A.a_w,A.aC) +s(A.a_x,A.ee) +r(A.a_A,A.aG) +r(A.kC,A.aC) +s(A.a09,A.ah) +s(A.a0c,A.iV) +s(A.a0d,A.ah) +s(A.Yc,A.ah) +s(A.Yd,A.ah) +s(A.YP,A.ah) +s(A.a_0,A.ah) +s(A.a__,A.ah) +s(A.a0Z,A.ah) +s(A.a2x,A.Ce) +s(A.V9,A.ah) +s(A.V7,A.ah) +s(A.Y5,A.ah) +r(A.GA,A.wl) +r(A.GB,A.wl) +r(A.a2d,A.ir) +s(A.a3j,A.eG) +r(A.EY,A.ahH) +r(A.Gg,A.tu) +r(A.Gh,A.eC) +r(A.Gi,A.v0) +r(A.Gj,A.Ap) +r(A.Gk,A.RG) +r(A.Gl,A.uK) +r(A.Gm,A.CG) +r(A.DD,A.oL) +s(A.X2,A.eG) +r(A.DE,A.ek) +s(A.X3,A.alT) +s(A.X4,A.alf) +s(A.Xr,A.iV) +s(A.Xs,A.eo) +s(A.Xt,A.iV) +s(A.Xu,A.eo) +s(A.Xx,A.ah) +r(A.a_3,A.a7f) +s(A.a2A,A.ah) +s(A.a2B,A.ah) +s(A.a0C,A.ah) +s(A.XX,A.ah) +r(A.w4,A.ir) +r(A.a2F,A.aG) +s(A.a2G,A.hH) +s(A.a2r,A.eG) +r(A.En,A.ek) +r(A.Eo,A.kh) +s(A.a2m,A.eo) +s(A.a2w,A.PA) +r(A.Zf,A.ek) +s(A.a2D,A.r5) +s(A.a2E,A.f4) +r(A.GG,A.aC) +s(A.a2J,A.r5) +r(A.Es,A.h7) +r(A.Gw,A.ek) +r(A.a2K,A.kh) +s(A.a_K,A.eG) +r(A.wJ,A.kh) +r(A.r2,A.Nd) +r(A.a2O,A.oL) +s(A.Xk,A.lL) +r(A.F7,A.h7) +r(A.F5,A.h7) +s(A.a_Y,A.lL) +r(A.Fb,A.ek) +r(A.Fc,A.kh) +r(A.wo,A.ek) +s(A.YS,A.eo) +s(A.a2N,A.eg) +r(A.GI,A.RE) +s(A.a0h,A.ah) +s(A.a0i,A.eo) +s(A.a0k,A.eo) +s(A.a0m,A.ah) +s(A.a0n,A.adB) +s(A.a2c,A.ah) +s(A.VU,A.eG) +r(A.GJ,A.ir) +r(A.GK,A.ir) +s(A.FX,A.amG) +s(A.a3h,A.PA) +s(A.a3i,A.amY) +r(A.a2H,A.aG) +s(A.XO,A.ah) +s(A.XN,A.ah) +r(A.a2R,A.Mt) +s(A.XI,A.eo) +s(A.XG,A.eG) +s(A.XH,A.eo) +s(A.a_O,A.ah) +r(A.a2n,A.Mt) +r(A.Gz,A.ek) +s(A.Vd,A.anb) +r(A.o9,A.cK) +r(A.CY,A.iR) +s(A.CZ,A.HQ) +s(A.Ez,A.hE) +s(A.EA,A.hE) +s(A.EB,A.Hr) +r(A.D_,A.iR) +r(A.D0,A.iR) +s(A.E_,A.PR)})() +var v={typeUniverse:{eC:new Map(),tR:{},eT:{},tPV:{},sEA:[]},mangledGlobalNames:{m:"int",E:"double",bW:"num",j:"String",y:"bool",aS:"Null",z:"List"},mangledNames:{},types:["~()","~(e)","E(E)","~(b1)","y()","~(jG)","h(Q)","~(t)","~(o?)","~(um,i)","y(mK,i)","~(y)","~(b4)","y(j)","aS(e)","aS()","~(jV)","F(c5)","z()","~(b8)","y(d9)","~(j,@)","aS(~)","~(cv?)","y(b4)","~(vf)","~(E)","y(lv)","aB(@)","y(o?)","y(jW)","~(~())","~(jU)","y(m)","m(d9,d9)","ai<~>()","~(hm)","~(@)","~(o,bL)","aS(o,bL)","aS(@)","~(vg)","~(nE)","j()","~(eg)","ci()","~(nD)","y(fu)","kn(c5)","y(fY)","~(m)","y(dY)","~(lD)","ai<@>(k7)","@(@)","cf()","hM()","~(eA,~())","bt?(bu?)","E()","m(t,t)","E?()","E(D)","~(C2)","ci(j)","m(m)","z()","~(o?,o?)","~(k9)","e5(@)","j(j)","~(j)","y(fB)","z>()","~(pj)","y(pg)","bt?(bu?)","f9(f9)","j(U)","jX(Q)","I(D,aP)","h(Q)?(rq?)","y(cr)","m(cr,cr)","F(F)","h(Q,h?)","~(zH)","m(o?)","y(o?,o?)","Ck?()","o?(o?)","i(ev)","~(j,j)","c5<0^>()","~(@,@)","m()","~(tZ)","y(fZ)","y(qq)","~(tY)","aS(o?)","aS(y)","y(mC)","y(j?)","~(bE)","e()","j(ci)","ai()","ai<~>(o?)","jr(b8)","js()","c2()","ac([e?])","ai([e?])","fZ()","kw?(m)","i()","F?(F?)","dw()","z()","~(pk)","~(qv)","aS(j)","nl(d9,jf)","~(j?)","bt?(bu?)","j(m)","F?(c5)","A()","~(n2)","j0()","hr(kW


)","~(C3)","~(C6)","~(C4)","m(ci)","y(eg)","hL(tz)","y(eg,E)","uR(tz)","~(f6)","~()()","~(dJ,j,m)","lt(Q)","aB<@>?(aB<@>?,@,aB<@>(@))","h(Q,ch,tx,Q,Q)","j(pN)","~(j_)","j_()","~(jc)","jc()","~(j0)","y(iG)","~(js)","cz(cz)","~(h_)","h_()","~(h5)","h5()","m(dM,dM)","~(Cu)","@()","cf(j)","bg(bg,y,hM)","~([b1?])","y(pW)","y(dI)","y(@)","aH()","m(@,@)","~(dk)","ai<~>(k7)","ai(cv?)","aN(E)","~(bk)","~(z)","~(nU)","y(mK)","ij(dI)","fH(jh)","~({curve:eq,descendant:t?,duration:b1,rect:A?})","E(D,E)","~(ay9)","qE()","~(j3)","pv()","@(j)","E(I)","I()","F?()","cz/(j?)","~(C5)","ai()","ow(Q,ch,h?)","ov(Q,ch,h?)","m1()","z(jB)","F(oi)","a_?(Q,pJ,bq)","y(i4)","I(e)","y(nd?)","qw(@)","~([b_?])","~(b_?)","jb?(dw)","~(E,E)","y(Q)","o5()","j(o?)","aS(z,e)","A()?(D)","@(@,j)","~(fF,im?)","~(ju)","c9?(c5)","~(z,e)","rU(Q)","~(I)","qH(@)","iy()","bk>(o,ks<@>)","y(bk>)","y(F?)","q()","dz()","rJ()","df()","ai(na{allowUpscaling:y,cacheHeight:m?,cacheWidth:m?})","ai(na{getTargetSize:aSn(m,m)?})","dt(dt,c6)","c6(c6)","y(c6)","j(c6)","wc()","~(j1?,y)","ai<~>(o,bL?)","tH?(bu?)","aS(a4v)","oG?(bu?)","~(o,bL?)?(j3)","~(jO)","bk(bk)","ul(e3)","A(e3)","un(e3)","y(m,y)","aS(~())","jl()","y?(bu?)","nn(nn)","ul?()","b1?(bu?)","lf(i,m)","j(E,E,j)","j?(j)","~(fF)","y(lj)","A(A?,f9)","pO?(bu?)","dd(k8)","~(k8,aN)","y(k8)","~(I?)","~(z{isMergeUp:y})","lY?(bu?)","F?(bu?)","xC(z)","~(md)","y(md)","aS(@,bL)","y(v7{crossAxisPosition!E,mainAxisPosition!E})","dd?(bu?)","dd?(c5)","y(D)","~(m,@)","y(dj)","bt?(bu?)","~(m,vY)","tr(@)","~(uZ)","~(cr)","qd?(rL,j,j)","cr(mg)","bt?(bu?)","~(hj)","m(cr)","cr(m)","~(lP)","~(cX,~(o?))","ai()","cv(cv?)","ai(j)","mD(aH)","lS()","ai(j?)","ay<@>(@)","ai<~>(cv?,~(cv?))","ai>(@)","~(jf)","bt?(bu?)","AF()","E(@)","bt?(bu?)","0^?(bt<0^>?(bu?))","z()","z(z)","E(bW)","z<@>(j)","z(qu)","kT(Q,h?)","0^?(0^?(bu?))","~(bb)","aS(ac)","E(m3)","ce<@>?(fA)","ce<@>(fA)","y(tN)","hj(oR)","rR(Q)","Ck()","ai<~>(@)","mV(Q)","~(ec)","~(tb?,vj?)","~(fB)","h(Q,~())","~(o1)","~(kg)","~(lN)","~(ef)","~(a9f)","~(iC)","o?(fQ)","d5(d5,nZ)","u5(A?,A?)","~(dJ,m,m)","ai<~>(nB)","~(d5)","y(d5?,d5)","oT(Q,jt)","y(hq)","~(C0,@)","y(zl)","~(vX)","y(vU)","aH(aH,j)","y(o2)","c5(dM)","oY(ds)","z(Q)","A(dM)","m(kB,kB)","z(dM,l)","y(dM)","e7(b4)","b4?(b4)","o?(m,b4?)","t8(ds)","mS(ds)","iY()","~(iY)","~(j,e)","ai()","~({canceled:y})","qU()","~(~(b8),aN?)","aH<~(b8),aN?>()","~(wz)","j(E)","dL?(kb)","y(kb)","~(lF)","~(lI)","~(eQ,o)","kd(Q,h?)","~(m8)","E?(m)","y(m8)","lt(Q,h?)","pu(Q)","~(At)","kr(@)","oM(@)","ai<@>(wm)","aH(z<@>)","aH(aH)","aS(aH)","aS(Q,pJ,bq)","w_()","~(lK?,y)","y(ce<@>?)","y(lx)","~(j,m)","~(j,m?)","dY(ce<@>)","m(m,m)","bk>(@,@)","r4()","D(m)","~(aP)","~(j,j?)","aS(dk?)","~(eA)","bl(y)","ai(y)","~(m,m,m)","nL(Q,h?)","kT(Q)","tA(Q,h?)","y(aDS)","ps(b8)","u_(b8)","z(kW>)","dJ(@,@)","j(d3)","h(Q,jt)","y(kj)","aS(z<~>)","~(l6)","wn()","te(j)","~(j,o?)","y(lL?)","kG()","~(kG)","~(lv)","kH()","~(kH)","~(lE)","m(eg,eg)","A(A)","y(A)","dw?()","~(v4,b_)","z()","o?()","~(D)","b4?()","or(Q)","aS(@,@)","qT()","~(l)","oQ(h)","kp()","~(kp)","kq()","~(kq)","~(o3)","~(z,e)","rc(Q,lA)","aU()","bl()","bl()","~(j,t5)","bl()","id()","ai<~>(j,cv?,~(cv?)?)","cT<~>({arguments!o?,child!h,key!fy,name!j?,restorationId!j})","po(Q)","y(fU,i1)","@(o?)","i1()","h(z?,j?{requestFocus:y})","u4(Q,by)","t1(Q,by)","tf(Q,by)","y(ce<@>,@)","z()","cz/(cz)","y(m,m)","j?/(j?)","j(cz)","y(ce,o?,dI?)","~(m,y(jW))","ai<~>(y)","~(tW)","0&(Q,by)","m(nx)","y(bk)","m(bk)","aH(ft)","~(lT)","h(Q,j?,h?)","h(Q,by)","cT<~>(Q,by)","j?/(Q,by)","h(Q,by,h)","cT<~>(Q,by,h)","nc(Q,h)","y(cT,by)","c2(m,m,m,m,m,m,m,y)","vT(j,dC)","vS(j,dC)","vR(j,dC)","j?(nv)","j(nv)","tX()","bw(bR)","E(E,PY)","zi(@)","y(tq)","uD(Q,h?)","ey(ey)","h(Q,hV)","Iq(j)","i0(ev)","eq()","dJ(j)","ai()","~(j1,y)","~(@,bL?)","aS(ey)","E(E,E)","le(Q)","~(cH<~>?,cH<~>)","pn()","aS(Q,by)","~(bi)","y(BZ,hj)","tF(hr)","aS(hp,hp)","aY(Q,m)","y(hI)","hI()","bI(tz)","+(E,E,F)(+(E,E,F))","ai<~>(o?,o)","qB(Q,aP)","~({canceled:y})()","qc()","~(de,o?,o?,h1)","~(de,o,bL,h1)","j(j?)","~(z)","aS(o)","~(eB)","~(ii)","~(h1)","r8()","ll(@)","~(hF)","~(de,o?,h1)","~(de,h1)","y(ci)","~(dJ)","eL()","cf(cf)","y(cf)","z(cf)","m(cf)","j(j,F)","j(cf)","ac()","ai<~>([e?])","ci(j,j)","y(y?)","~(jH)","j(j,j)","e(m{params:o?})","ai(j,aH)","~(o?[o?])","m(cx<@>,cx<@>)","z()","z(j,z)","o?(@)","0^(0^,0^)","I?(I?,I?,E)","E?(bW?,bW?,E)","F?(F?,F?,E)","nH(A?,A?)","h(Q,I,h)","h(Q,i,i,h)","~(bi{forceReport:y})","jj?(j)","E(E,E,E)","y?(y?,y?,E)","h(Q,mW)","h(Q,h)","dH?(dH?,dH?,E)","dt?(dt?,dt?,E)","q?(q?,q?,E)","m(FE<@>,FE<@>)","y({priority!m,scheduler!eC})","z(j)","~(d9{alignment:E?,alignmentPolicy:qr?,curve:eq?,duration:b1?})","m(b4,b4)","cQ(cQ?,cQ?,E)","z>(h0,j)","m(h,m)","~(vI)","fm<~>({arguments!o?,child!h,key!fy,name!j?,restorationId!j})","h(Q,ch,ch,h)","j6<~>({arguments!o?,child!h,key!fy,name!j?,restorationId!j})","nN()","uM(by)","ty(by)","uT(by)","ux(by)","tG(by)","rZ(by)","mz(kW)","qo()","nO()","qI()","0&(o,bL)","~(o)","qJ({from:E?})","az(m)","~(j?{wrapWidth:m?})","F(ev)","l5(ev)","E(ev)","m(ev)","pi(@)","ji(ev)","m(o?,o?)","0^(0^)","z
(kW>)","~(nI)","pz<@>(@)"],interceptorsByTag:null,leafTags:null,arrayRti:Symbol("$ti"),rttc:{"2;":(a,b)=>c=>c instanceof A.cs&&a.b(c.a)&&b.b(c.b),"2;cacheSize,maxTextLength":(a,b)=>c=>c instanceof A.wp&&a.b(c.a)&&b.b(c.b),"2;key,value":(a,b)=>c=>c instanceof A.a_7&&a.b(c.a)&&b.b(c.b),"2;size,speed":(a,b)=>c=>c instanceof A.wq&&a.b(c.a)&&b.b(c.b),"2;wordEnd,wordStart":(a,b)=>c=>c instanceof A.a_8&&a.b(c.a)&&b.b(c.b),"3;":(a,b,c)=>d=>d instanceof A.jy&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"3;breaks,graphemes,words":(a,b,c)=>d=>d instanceof A.a_9&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"3;large,medium,small":(a,b,c)=>d=>d instanceof A.a_a&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"3;x,y,z":(a,b,c)=>d=>d instanceof A.a_b&&a.b(d.a)&&b.b(d.b)&&c.b(d.c),"4;domBlurListener,domFocusListener,element,semanticsNodeId":a=>b=>b instanceof A.EE&&A.aYj(a,b.a)}} +A.aUj(v.typeUniverse,JSON.parse('{"Q3":"lo","ku":"lo","k1":"lo","aeD":"lo","b_x":"e","b_y":"e","aZi":"e","aZb":"at","b_0":"at","aZj":"mG","aZc":"aa","b_S":"aa","b0n":"aa","b_M":"az","aZk":"aF","b_P":"aF","b_k":"bz","aZU":"bz","b0Y":"h6","aZI":"ky","aZr":"jN","b0E":"jN","b_l":"pr","aZy":"cn","aZA":"iU","aZC":"h4","aZD":"fl","aZz":"fl","aZB":"fl","rO":{"axp":[]},"xE":{"jO":[]},"n4":{"bO":[]},"A6":{"l":["j7"],"l.E":"j7"},"MC":{"cp":[]},"Iy":{"IA":[]},"Dc":{"IA":[]},"Dd":{"IA":[]},"Iu":{"jO":[]},"t_":{"f3":[]},"R5":{"f3":[]},"I0":{"f3":[],"aB2":[]},"II":{"f3":[],"aBo":[]},"IM":{"f3":[],"aBr":[]},"IK":{"f3":[],"aBp":[]},"PM":{"f3":[],"aDF":[]},"Cy":{"f3":[],"ayr":[]},"PJ":{"f3":[],"ayr":[],"aDE":[]},"ME":{"f3":[],"aCL":[]},"Q0":{"f3":[]},"rP":{"ul":[]},"xF":{"un":[]},"IE":{"l":["PY"],"l.E":"PY"},"Iv":{"PY":[]},"RT":{"a65":[]},"Iw":{"a65":[],"ab3":[]},"Ix":{"a65":[],"ab3":[]},"Iz":{"nn":[]},"Im":{"bO":[]},"My":{"aCG":[]},"Mx":{"cp":[]},"Mw":{"cp":[]},"eH":{"l":["1"],"l.E":"1"},"m4":{"l":["1"],"l.E":"1"},"M1":{"n4":[],"bO":[]},"M_":{"n4":[],"bO":[]},"M0":{"n4":[],"bO":[]},"Ij":{"jO":[]},"x_":{"aCn":[]},"uN":{"lJ":[]},"tp":{"lJ":[]},"zr":{"lJ":[]},"pI":{"lJ":[]},"RK":{"ay9":[]},"C7":{"lJ":[]},"kI":{"T":["1"],"z":["1"],"R":["1"],"l":["1"]},"Y4":{"kI":["m"],"T":["m"],"z":["m"],"R":["m"],"l":["m"]},"SU":{"kI":["m"],"T":["m"],"z":["m"],"R":["m"],"l":["m"],"l.E":"m","T.E":"m","kI.E":"m"},"yw":{"nn":[]},"Lz":{"tm":[]},"e":{"ac":[]},"ze":{"y":[],"ck":[]},"zg":{"aS":[],"ck":[]},"lo":{"e":[],"ac":[]},"u":{"z":["1"],"e":[],"R":["1"],"ac":[],"l":["1"],"l.E":"1"},"acl":{"u":["1"],"z":["1"],"e":[],"R":["1"],"ac":[],"l":["1"],"l.E":"1"},"nj":{"E":[],"bW":[],"cx":["bW"]},"tK":{"E":[],"m":[],"bW":[],"cx":["bW"],"ck":[]},"zh":{"E":[],"bW":[],"cx":["bW"],"ck":[]},"lk":{"j":[],"cx":["j"],"ck":[]},"jw":{"l":["2"]},"oP":{"jw":["1","2"],"l":["2"],"l.E":"2"},"DG":{"oP":["1","2"],"jw":["1","2"],"R":["2"],"l":["2"],"l.E":"2"},"Da":{"T":["2"],"z":["2"],"jw":["1","2"],"R":["2"],"l":["2"]},"e4":{"Da":["1","2"],"T":["2"],"z":["2"],"jw":["1","2"],"R":["2"],"l":["2"],"l.E":"2","T.E":"2"},"l0":{"c5":["2"],"jw":["1","2"],"R":["2"],"l":["2"],"l.E":"2"},"kZ":{"aQ":["3","4"],"aH":["3","4"],"aQ.V":"4","aQ.K":"3"},"l_":{"jw":["1","2"],"R":["2"],"l":["2"],"l.E":"2"},"hu":{"bO":[]},"iT":{"T":["m"],"z":["m"],"R":["m"],"l":["m"],"l.E":"m","T.E":"m"},"R":{"l":["1"]},"bd":{"R":["1"],"l":["1"]},"fD":{"bd":["1"],"R":["1"],"l":["1"],"l.E":"1","bd.E":"1"},"dF":{"l":["2"],"l.E":"2"},"p6":{"dF":["1","2"],"R":["2"],"l":["2"],"l.E":"2"},"S":{"bd":["2"],"R":["2"],"l":["2"],"l.E":"2","bd.E":"2"},"aZ":{"l":["1"],"l.E":"1"},"iZ":{"l":["2"],"l.E":"2"},"qD":{"l":["1"],"l.E":"1"},"ys":{"qD":["1"],"R":["1"],"l":["1"],"l.E":"1"},"lQ":{"l":["1"],"l.E":"1"},"tc":{"lQ":["1"],"R":["1"],"l":["1"],"l.E":"1"},"qz":{"l":["1"],"l.E":"1"},"fr":{"R":["1"],"l":["1"],"l.E":"1"},"lc":{"l":["1"],"l.E":"1"},"yr":{"lc":["1"],"R":["1"],"l":["1"],"l.E":"1"},"cO":{"l":["1"],"l.E":"1"},"vB":{"T":["1"],"z":["1"],"R":["1"],"l":["1"]},"cc":{"bd":["1"],"R":["1"],"l":["1"],"l.E":"1","bd.E":"1"},"lV":{"C0":[]},"oU":{"kv":["1","2"],"u0":["1","2"],"G3":["1","2"],"aH":["1","2"]},"rX":{"aH":["1","2"]},"W":{"rX":["1","2"],"aH":["1","2"]},"r0":{"l":["1"],"l.E":"1"},"da":{"rX":["1","2"],"aH":["1","2"]},"xP":{"ip":["1"],"c5":["1"],"R":["1"],"l":["1"]},"fk":{"ip":["1"],"c5":["1"],"R":["1"],"l":["1"],"l.E":"1"},"et":{"ip":["1"],"c5":["1"],"R":["1"],"l":["1"],"l.E":"1"},"MO":{"hp":[]},"jZ":{"hp":[]},"Ai":{"lW":[],"bO":[]},"MR":{"bO":[]},"SZ":{"bO":[]},"PE":{"cp":[]},"Fw":{"bL":[]},"mM":{"hp":[]},"IO":{"hp":[]},"IP":{"hp":[]},"St":{"hp":[]},"Sh":{"hp":[]},"rG":{"hp":[]},"Wy":{"bO":[]},"Rh":{"bO":[]},"ht":{"aQ":["1","2"],"aH":["1","2"],"aQ.V":"2","aQ.K":"1"},"bf":{"R":["1"],"l":["1"],"l.E":"1"},"pA":{"ht":["1","2"],"aQ":["1","2"],"aH":["1","2"],"aQ.V":"2","aQ.K":"1"},"k0":{"aE5":[]},"we":{"Qx":[],"pN":[]},"Va":{"l":["Qx"],"l.E":"Qx"},"vc":{"pN":[]},"a0G":{"l":["pN"],"l.E":"pN"},"pU":{"e":[],"ac":[],"rL":[],"ck":[]},"dV":{"e":[],"ac":[],"c8":[]},"A7":{"dV":[],"e":[],"cv":[],"ac":[],"c8":[],"ck":[]},"ua":{"dV":[],"bo":["1"],"e":[],"ac":[],"c8":[]},"nt":{"T":["E"],"z":["E"],"dV":[],"bo":["E"],"e":[],"R":["E"],"ac":[],"c8":[],"l":["E"]},"hz":{"T":["m"],"z":["m"],"dV":[],"bo":["m"],"e":[],"R":["m"],"ac":[],"c8":[],"l":["m"]},"Ps":{"nt":[],"T":["E"],"n0":[],"z":["E"],"dV":[],"bo":["E"],"e":[],"R":["E"],"ac":[],"c8":[],"l":["E"],"ck":[],"l.E":"E","T.E":"E"},"Pt":{"nt":[],"T":["E"],"n1":[],"z":["E"],"dV":[],"bo":["E"],"e":[],"R":["E"],"ac":[],"c8":[],"l":["E"],"ck":[],"l.E":"E","T.E":"E"},"Pu":{"hz":[],"T":["m"],"acb":[],"z":["m"],"dV":[],"bo":["m"],"e":[],"R":["m"],"ac":[],"c8":[],"l":["m"],"ck":[],"l.E":"m","T.E":"m"},"A8":{"hz":[],"T":["m"],"nf":[],"z":["m"],"dV":[],"bo":["m"],"e":[],"R":["m"],"ac":[],"c8":[],"l":["m"],"ck":[],"l.E":"m","T.E":"m"},"Pv":{"hz":[],"T":["m"],"acc":[],"z":["m"],"dV":[],"bo":["m"],"e":[],"R":["m"],"ac":[],"c8":[],"l":["m"],"ck":[],"l.E":"m","T.E":"m"},"Pw":{"hz":[],"T":["m"],"amC":[],"z":["m"],"dV":[],"bo":["m"],"e":[],"R":["m"],"ac":[],"c8":[],"l":["m"],"ck":[],"l.E":"m","T.E":"m"},"Px":{"hz":[],"T":["m"],"vv":[],"z":["m"],"dV":[],"bo":["m"],"e":[],"R":["m"],"ac":[],"c8":[],"l":["m"],"ck":[],"l.E":"m","T.E":"m"},"A9":{"hz":[],"T":["m"],"amD":[],"z":["m"],"dV":[],"bo":["m"],"e":[],"R":["m"],"ac":[],"c8":[],"l":["m"],"ck":[],"l.E":"m","T.E":"m"},"pV":{"hz":[],"T":["m"],"dJ":[],"z":["m"],"dV":[],"bo":["m"],"e":[],"R":["m"],"ac":[],"c8":[],"l":["m"],"ck":[],"l.E":"m","T.E":"m"},"FU":{"hN":[]},"Xa":{"bO":[]},"FV":{"lW":[],"bO":[]},"ay":{"ai":["1"]},"FQ":{"Cu":[]},"hc":{"l":["1"],"l.E":"1"},"HP":{"bO":[]},"jv":{"od":["1"],"lS":["1"]},"vL":{"ob":["1"]},"FC":{"oa":["1"]},"CX":{"oa":["1"]},"bv":{"VX":["1"]},"vK":{"Fz":["1"]},"od":{"lS":["1"]},"vN":{"ob":["1"]},"FA":{"lS":["1"]},"m6":{"aQ":["1","2"],"aH":["1","2"],"aQ.V":"2","aQ.K":"1"},"kA":{"m6":["1","2"],"aQ":["1","2"],"aH":["1","2"],"aQ.V":"2","aQ.K":"1"},"Dt":{"m6":["1","2"],"aQ":["1","2"],"aH":["1","2"],"aQ.V":"2","aQ.K":"1"},"m7":{"R":["1"],"l":["1"],"l.E":"1"},"kz":{"wv":["1"],"ip":["1"],"c5":["1"],"R":["1"],"l":["1"],"l.E":"1"},"ha":{"wv":["1"],"ip":["1"],"aDa":["1"],"c5":["1"],"R":["1"],"l":["1"],"l.E":"1"},"fx":{"l":["1"],"l.E":"1"},"T":{"z":["1"],"R":["1"],"l":["1"]},"aQ":{"aH":["1","2"]},"E7":{"R":["2"],"l":["2"],"l.E":"2"},"u0":{"aH":["1","2"]},"kv":{"u0":["1","2"],"G3":["1","2"],"aH":["1","2"]},"qX":{"Dy":["1"],"aC5":["1"]},"qY":{"Dy":["1"]},"p5":{"R":["1"],"l":["1"],"l.E":"1"},"zz":{"bd":["1"],"R":["1"],"l":["1"],"l.E":"1","bd.E":"1"},"ip":{"c5":["1"],"R":["1"],"l":["1"]},"wv":{"ip":["1"],"c5":["1"],"R":["1"],"l":["1"]},"BU":{"aQ":["1","2"],"aH":["1","2"],"aQ.V":"2","aQ.K":"1"},"me":{"R":["1"],"l":["1"],"l.E":"1"},"r7":{"R":["2"],"l":["2"],"l.E":"2"},"Fr":{"R":["bk<1,2>"],"l":["bk<1,2>"],"l.E":"bk<1,2>"},"mf":{"kE":["1","2","1"],"kE.T":"1"},"Fv":{"kE":["1","fd<1,2>","2"],"kE.T":"2"},"r6":{"kE":["1","fd<1,2>","bk<1,2>"],"kE.T":"bk<1,2>"},"va":{"ip":["1"],"c5":["1"],"R":["1"],"l":["1"],"l.E":"1"},"Y8":{"aQ":["j","@"],"aH":["j","@"],"aQ.V":"@","aQ.K":"j"},"Y9":{"bd":["j"],"R":["j"],"l":["j"],"l.E":"j","bd.E":"j"},"E1":{"jk":[]},"HJ":{"l1":["j","z"]},"a1R":{"bS":["j","z"]},"HK":{"bS":["j","z"],"bS.S":"j","bS.T":"z"},"a1S":{"jk":[]},"I2":{"l1":["z","j"]},"I4":{"bS":["z","j"],"bS.S":"z","bS.T":"j"},"I3":{"bS":["j","z"],"bS.S":"j","bS.T":"z"},"VB":{"jk":[]},"DN":{"bS":["1","3"],"bS.S":"1","bS.T":"3"},"Lu":{"l1":["j","z"]},"tL":{"bO":[]},"MT":{"bO":[]},"MS":{"l1":["o?","j"]},"MW":{"bS":["o?","j"],"bS.S":"o?","bS.T":"j"},"MV":{"bS":["j","o?"],"bS.S":"j","bS.T":"o?"},"wy":{"jk":[]},"FB":{"jk":[]},"T5":{"l1":["j","z"]},"T6":{"bS":["j","z"],"bS.S":"j","bS.T":"z"},"Gd":{"jk":[]},"CC":{"bS":["z","j"],"bS.S":"z","bS.T":"j"},"c2":{"cx":["c2"]},"E":{"bW":[],"cx":["bW"]},"b1":{"cx":["b1"]},"m":{"bW":[],"cx":["bW"]},"z":{"R":["1"],"l":["1"]},"bW":{"cx":["bW"]},"Qx":{"pN":[]},"c5":{"R":["1"],"l":["1"]},"j":{"cx":["j"]},"oK":{"bO":[]},"lW":{"bO":[]},"iQ":{"bO":[]},"uA":{"bO":[]},"z4":{"bO":[]},"Pz":{"bO":[]},"T0":{"bO":[]},"qN":{"bO":[]},"hK":{"bO":[]},"IS":{"bO":[]},"PQ":{"bO":[]},"BW":{"bO":[]},"DH":{"cp":[]},"f2":{"cp":[]},"DP":{"bd":["1"],"R":["1"],"l":["1"],"l.E":"1","bd.E":"1"},"kF":{"bL":[]},"G7":{"T1":[]},"iJ":{"T1":[]},"WB":{"T1":[]},"cn":{"e":[],"ac":[]},"az":{"bz":[],"e":[],"ac":[]},"ho":{"mJ":[],"e":[],"ac":[]},"i_":{"e":[],"ac":[]},"i8":{"e":[],"ac":[]},"bz":{"e":[],"ac":[]},"ib":{"e":[],"ac":[]},"it":{"e":[],"ac":[]},"iu":{"e":[],"ac":[]},"iv":{"e":[],"ac":[]},"h4":{"e":[],"ac":[]},"ix":{"e":[],"ac":[]},"h6":{"e":[],"ac":[]},"iA":{"e":[],"ac":[]},"aF":{"bz":[],"e":[],"ac":[]},"Hm":{"e":[],"ac":[]},"Hs":{"bz":[],"e":[],"ac":[]},"HH":{"bz":[],"e":[],"ac":[]},"mJ":{"e":[],"ac":[]},"jN":{"bz":[],"e":[],"ac":[]},"IZ":{"e":[],"ac":[]},"t0":{"e":[],"ac":[]},"fl":{"e":[],"ac":[]},"iU":{"e":[],"ac":[]},"J_":{"e":[],"ac":[]},"J0":{"e":[],"ac":[]},"t3":{"at":[],"e":[],"ac":[]},"KV":{"e":[],"ac":[]},"Li":{"e":[],"ac":[]},"yk":{"T":["ig"],"z":["ig"],"bo":["ig"],"e":[],"R":["ig"],"ac":[],"l":["ig"],"l.E":"ig","T.E":"ig"},"yl":{"e":[],"ig":["bW"],"ac":[]},"Lk":{"T":["j"],"z":["j"],"bo":["j"],"e":[],"R":["j"],"ac":[],"l":["j"],"l.E":"j","T.E":"j"},"Lm":{"e":[],"ac":[]},"at":{"e":[],"ac":[]},"aa":{"e":[],"ac":[]},"th":{"T":["ho"],"z":["ho"],"bo":["ho"],"e":[],"R":["ho"],"ac":[],"l":["ho"],"l.E":"ho","T.E":"ho"},"LM":{"e":[],"ac":[]},"M2":{"bz":[],"e":[],"ac":[]},"Mq":{"e":[],"ac":[]},"pr":{"T":["bz"],"z":["bz"],"bo":["bz"],"e":[],"R":["bz"],"ac":[],"l":["bz"],"l.E":"bz","T.E":"bz"},"tD":{"e":[],"ac":[]},"Nf":{"e":[],"ac":[]},"Pf":{"e":[],"ac":[]},"u8":{"e":[],"ac":[]},"Pk":{"e":[],"aQ":["j","@"],"ac":[],"aH":["j","@"],"aQ.V":"@","aQ.K":"j"},"Pl":{"e":[],"aQ":["j","@"],"ac":[],"aH":["j","@"],"aQ.V":"@","aQ.K":"j"},"Pm":{"T":["i8"],"z":["i8"],"bo":["i8"],"e":[],"R":["i8"],"ac":[],"l":["i8"],"l.E":"i8","T.E":"i8"},"Ah":{"T":["bz"],"z":["bz"],"bo":["bz"],"e":[],"R":["bz"],"ac":[],"l":["bz"],"l.E":"bz","T.E":"bz"},"Q5":{"T":["ib"],"z":["ib"],"bo":["ib"],"e":[],"R":["ib"],"ac":[],"l":["ib"],"l.E":"ib","T.E":"ib"},"Rg":{"e":[],"aQ":["j","@"],"ac":[],"aH":["j","@"],"aQ.V":"@","aQ.K":"j"},"RA":{"bz":[],"e":[],"ac":[]},"v3":{"e":[],"ac":[]},"S9":{"T":["it"],"z":["it"],"bo":["it"],"e":[],"R":["it"],"ac":[],"l":["it"],"l.E":"it","T.E":"it"},"Sb":{"T":["iu"],"z":["iu"],"bo":["iu"],"e":[],"R":["iu"],"ac":[],"l":["iu"],"l.E":"iu","T.E":"iu"},"Si":{"e":[],"aQ":["j","j"],"ac":[],"aH":["j","j"],"aQ.V":"j","aQ.K":"j"},"SH":{"T":["h6"],"z":["h6"],"bo":["h6"],"e":[],"R":["h6"],"ac":[],"l":["h6"],"l.E":"h6","T.E":"h6"},"SI":{"T":["ix"],"z":["ix"],"bo":["ix"],"e":[],"R":["ix"],"ac":[],"l":["ix"],"l.E":"ix","T.E":"ix"},"SK":{"e":[],"ac":[]},"SO":{"T":["iA"],"z":["iA"],"bo":["iA"],"e":[],"R":["iA"],"ac":[],"l":["iA"],"l.E":"iA","T.E":"iA"},"SP":{"e":[],"ac":[]},"T3":{"e":[],"ac":[]},"T9":{"e":[],"ac":[]},"qO":{"e":[],"ac":[]},"ky":{"e":[],"ac":[]},"Wi":{"T":["cn"],"z":["cn"],"bo":["cn"],"e":[],"R":["cn"],"ac":[],"l":["cn"],"l.E":"cn","T.E":"cn"},"Dw":{"e":[],"ig":["bW"],"ac":[]},"XA":{"T":["i_?"],"z":["i_?"],"bo":["i_?"],"e":[],"R":["i_?"],"ac":[],"l":["i_?"],"l.E":"i_?","T.E":"i_?"},"Eg":{"T":["bz"],"z":["bz"],"bo":["bz"],"e":[],"R":["bz"],"ac":[],"l":["bz"],"l.E":"bz","T.E":"bz"},"a0y":{"T":["iv"],"z":["iv"],"bo":["iv"],"e":[],"R":["iv"],"ac":[],"l":["iv"],"l.E":"iv","T.E":"iv"},"a0L":{"T":["h4"],"z":["h4"],"bo":["h4"],"e":[],"R":["h4"],"ac":[],"l":["h4"],"l.E":"h4","T.E":"h4"},"Wz":{"e":[],"ac":[]},"tO":{"e":[],"ac":[]},"pz":{"T":["1"],"z":["1"],"R":["1"],"l":["1"],"l.E":"1","T.E":"1"},"PD":{"cp":[]},"ig":{"EF":["1"]},"A5":{"ig":["1"],"EF":["1"]},"j5":{"e":[],"ac":[]},"j8":{"e":[],"ac":[]},"jo":{"e":[],"ac":[]},"N9":{"T":["j5"],"z":["j5"],"e":[],"R":["j5"],"ac":[],"l":["j5"],"l.E":"j5","T.E":"j5"},"PG":{"T":["j8"],"z":["j8"],"e":[],"R":["j8"],"ac":[],"l":["j8"],"l.E":"j8","T.E":"j8"},"Q6":{"e":[],"ac":[]},"Sk":{"T":["j"],"z":["j"],"e":[],"R":["j"],"ac":[],"l":["j"],"l.E":"j","T.E":"j"},"SR":{"T":["jo"],"z":["jo"],"e":[],"R":["jo"],"ac":[],"l":["jo"],"l.E":"jo","T.E":"jo"},"cv":{"c8":[]},"acc":{"z":["m"],"R":["m"],"l":["m"],"c8":[]},"dJ":{"z":["m"],"R":["m"],"l":["m"],"c8":[]},"amD":{"z":["m"],"R":["m"],"l":["m"],"c8":[]},"acb":{"z":["m"],"R":["m"],"l":["m"],"c8":[]},"amC":{"z":["m"],"R":["m"],"l":["m"],"c8":[]},"nf":{"z":["m"],"R":["m"],"l":["m"],"c8":[]},"vv":{"z":["m"],"R":["m"],"l":["m"],"c8":[]},"n0":{"z":["E"],"R":["E"],"l":["E"],"c8":[]},"n1":{"z":["E"],"R":["E"],"l":["E"],"c8":[]},"G1":{"rL":[]},"a1U":{"cv":[],"c8":[]},"ra":{"T":["m"],"dJ":[],"z":["m"],"R":["m"],"l":["m"],"dZ":["m","dJ","dJ"],"c8":[],"l.E":"m","T.E":"m","dZ.2":"dJ"},"G2":{"T":["m"],"nf":[],"z":["m"],"R":["m"],"l":["m"],"dZ":["m","nf","nf"],"c8":[],"l.E":"m","T.E":"m","dZ.2":"nf"},"wE":{"l.E":"m","T.E":"m","dZ.2":"b_p"},"a1V":{"T":["E"],"n0":[],"z":["E"],"R":["E"],"l":["E"],"dZ":["E","n0","n0"],"c8":[],"l.E":"E","T.E":"E","dZ.2":"n0"},"a1W":{"T":["E"],"n1":[],"z":["E"],"R":["E"],"l":["E"],"dZ":["E","n1","n1"],"c8":[],"l.E":"E","T.E":"E","dZ.2":"n1"},"RU":{"tm":[]},"HR":{"e":[],"ac":[]},"HS":{"e":[],"aQ":["j","@"],"ac":[],"aH":["j","@"],"aQ.V":"@","aQ.K":"j"},"HT":{"e":[],"ac":[]},"mG":{"e":[],"ac":[]},"PH":{"e":[],"ac":[]},"HF":{"l":["mC"],"l.E":"mC"},"HG":{"cp":[]},"dX":{"Iq":[],"l":["j"],"l.E":"j"},"vC":{"ot":["1","l<1>"],"ot.E":"1"},"v1":{"ot":["1","c5<1>"],"ot.E":"1"},"ch":{"ae":[]},"kU":{"ch":["E"],"ae":[]},"Vb":{"ch":["E"],"ae":[]},"Vc":{"ch":["E"],"ae":[]},"AB":{"ch":["E"],"ae":[]},"jg":{"ch":["E"],"ae":[]},"y5":{"ch":["E"],"ae":[]},"qL":{"ch":["E"],"ae":[]},"rV":{"ch":["1"],"ae":[]},"x7":{"ch":["1"],"ae":[]},"E3":{"eq":[]},"hs":{"eq":[]},"SJ":{"eq":[]},"e6":{"eq":[]},"Cr":{"eq":[]},"ti":{"eq":[]},"WD":{"eq":[]},"aB":{"as":["1"],"as.T":"1","aB.T":"1"},"e5":{"aB":["F?"],"as":["F?"],"as.T":"F?","aB.T":"F?"},"nH":{"aB":["A?"],"as":["A?"],"as.T":"A?","aB.T":"A?"},"aw":{"ch":["1"],"ae":[]},"dK":{"as":["1"],"as.T":"1"},"Bf":{"aB":["1"],"as":["1"],"as.T":"1","aB.T":"1"},"RV":{"aB":["I?"],"as":["I?"],"as.T":"I?","aB.T":"I?"},"ng":{"aB":["m"],"as":["m"],"as.T":"m","aB.T":"m"},"fn":{"as":["E"],"as.T":"E"},"CA":{"as":["1"],"as.T":"1"},"xT":{"a_":[],"h":[]},"Dl":{"au":["xT"],"b5":[]},"dg":{"F":[]},"Wl":{"jm":[]},"J1":{"aq":[],"h":[]},"oY":{"a_":[],"h":[]},"Dm":{"au":["oY"]},"J2":{"cQ":[]},"Wo":{"du":["Z"],"du.T":"Z"},"L2":{"Z":[]},"y4":{"a_":[],"h":[]},"Do":{"au":["y4"],"b5":[]},"KL":{"aq":[],"h":[]},"y1":{"a_":[],"h":[]},"Xl":{"a_":[],"h":[]},"Wp":{"au":["y1"]},"Zj":{"aq":[],"h":[]},"KM":{"aq":[],"h":[]},"Vy":{"aq":[],"h":[]},"D2":{"aq":[],"h":[]},"FT":{"aq":[],"h":[]},"YW":{"aq":[],"h":[]},"y2":{"a_":[],"h":[]},"Dn":{"au":["y2"]},"fm":{"cT":["1"],"fA":[]},"vP":{"a_":[],"h":[]},"mb":{"y3":["1"],"hw":["1"],"eR":["1"],"ce":["1"]},"KN":{"aq":[],"h":[]},"vQ":{"au":["vP<1>"]},"jx":{"hX":[]},"a10":{"ae":[]},"KP":{"jm":[]},"Dq":{"a_":[],"h":[]},"KQ":{"aq":[],"h":[]},"Ws":{"aY":[],"av":[],"h":[]},"a_g":{"D":[],"aG":["D"],"t":[],"al":[]},"Dr":{"au":["Dq"],"b5":[]},"Yg":{"ae":[]},"a_J":{"ae":[]},"Wk":{"ae":[]},"Ds":{"av":[],"h":[]},"Wr":{"b9":[],"b4":[],"Q":[]},"r3":{"ee":["D","fa"],"D":[],"aC":["D","fa"],"t":[],"al":[],"aC.1":"fa","ee.1":"fa","aC.0":"D"},"Z2":{"b4":[],"Q":[]},"Z3":{"h":[]},"mS":{"a_":[],"h":[]},"Dp":{"au":["mS"]},"Yq":{"ae":[]},"DW":{"b7":[],"aX":[],"h":[]},"KR":{"aq":[],"h":[]},"of":{"e7":["z"],"er":[]},"te":{"of":[],"e7":["z"],"er":[]},"LD":{"of":[],"e7":["z"],"er":[]},"LB":{"of":[],"e7":["z"],"er":[]},"pe":{"oK":[],"bO":[]},"Xo":{"er":[]},"eo":{"ae":[]},"bq":{"ae":[]},"CD":{"ae":[]},"Ed":{"ae":[]},"e7":{"er":[]},"yc":{"er":[]},"Ld":{"er":[]},"Le":{"er":[]},"fy":{"fv":[]},"dx":{"fy":[],"fv":[],"dx.T":"1"},"o4":{"fy":[],"fv":[]},"zv":{"i5":[]},"b0":{"l":["1"],"l.E":"1"},"yX":{"l":["1"],"l.E":"1"},"bl":{"ai":["1"]},"tu":{"al":[]},"yI":{"bi":[]},"dL":{"b8":[]},"lE":{"b8":[]},"nD":{"b8":[]},"nE":{"b8":[]},"lD":{"b8":[]},"f6":{"b8":[]},"lF":{"b8":[]},"V5":{"b8":[]},"a1A":{"b8":[]},"q_":{"b8":[]},"a1w":{"q_":[],"b8":[]},"q4":{"b8":[]},"a1H":{"q4":[],"b8":[]},"a1C":{"lE":[],"b8":[]},"a1z":{"nD":[],"b8":[]},"a1B":{"nE":[],"b8":[]},"a1y":{"lD":[],"b8":[]},"q1":{"b8":[]},"a1D":{"q1":[],"b8":[]},"q7":{"b8":[]},"a1L":{"q7":[],"b8":[]},"q5":{"f6":[],"b8":[]},"a1J":{"q5":[],"f6":[],"b8":[]},"q6":{"f6":[],"b8":[]},"a1K":{"q6":[],"f6":[],"b8":[]},"Q8":{"f6":[],"b8":[]},"a1I":{"f6":[],"b8":[]},"a1F":{"lF":[],"b8":[]},"q3":{"b8":[]},"a1G":{"q3":[],"b8":[]},"q2":{"b8":[]},"a1E":{"q2":[],"b8":[]},"q0":{"b8":[]},"a1x":{"q0":[],"b8":[]},"j_":{"cP":[],"d3":[]},"Ea":{"wD":[]},"wi":{"wD":[]},"h_":{"cP":[],"d3":[]},"js":{"cP":[],"d3":[]},"j0":{"cP":[],"d3":[]},"jc":{"cP":[],"d3":[]},"ym":{"cP":[],"d3":[]},"iY":{"cP":[],"d3":[]},"cP":{"d3":[]},"Al":{"cP":[],"d3":[]},"uu":{"cP":[],"d3":[]},"h5":{"cP":[],"d3":[]},"I7":{"cP":[],"d3":[]},"kp":{"cP":[],"d3":[]},"kq":{"cP":[],"d3":[]},"xo":{"cP":[],"d3":[]},"qU":{"d3":[]},"VW":{"tt":[]},"ps":{"jr":[]},"u_":{"jr":[]},"V6":{"aq":[],"h":[]},"vH":{"aq":[],"h":[]},"HZ":{"aq":[],"h":[]},"HX":{"aq":[],"h":[]},"Lp":{"aq":[],"h":[]},"Lo":{"aq":[],"h":[]},"Lw":{"aq":[],"h":[]},"Lv":{"aq":[],"h":[]},"aMf":{"dU":[],"b7":[],"aX":[],"h":[]},"Hp":{"aq":[],"h":[]},"u3":{"a_":[],"h":[]},"E8":{"au":["u3"]},"xc":{"a_":[],"h":[]},"ZU":{"I":[]},"CW":{"au":["xc"]},"Vq":{"aY":[],"av":[],"h":[]},"a_d":{"D":[],"aG":["D"],"t":[],"al":[]},"u5":{"aB":["A?"],"as":["A?"],"as.T":"A?","aB.T":"A?"},"zW":{"aB":["i"],"as":["i"],"as.T":"i","aB.T":"i"},"aPN":{"dU":[],"b7":[],"aX":[],"h":[]},"AH":{"a_":[],"h":[]},"a_1":{"au":["AH"]},"Y2":{"aY":[],"av":[],"h":[]},"EM":{"D":[],"aG":["D"],"t":[],"al":[]},"Yj":{"bt":["c9?"]},"xy":{"a_":[],"h":[]},"D6":{"au":["xy"],"b5":[]},"YO":{"dd":[],"bt":["dd"]},"Y3":{"aY":[],"av":[],"h":[]},"EN":{"D":[],"aG":["D"],"t":[],"al":[]},"Np":{"mO":["m"],"F":[],"mO.T":"m"},"WM":{"jm":[]},"La":{"aq":[],"h":[]},"t8":{"aq":[],"h":[]},"yG":{"b7":[],"aX":[],"h":[]},"LT":{"aq":[],"h":[]},"X6":{"dd":[],"bt":["dd"]},"VS":{"aY":[],"av":[],"h":[]},"a_e":{"D":[],"aG":["D"],"t":[],"al":[]},"CV":{"ch":["1"],"ae":[]},"Fd":{"a_":[],"h":[]},"Mz":{"aq":[],"h":[]},"a05":{"au":["Fd"]},"XV":{"a_":[],"h":[]},"XR":{"bt":["F?"]},"XT":{"bt":["F?"]},"XS":{"bt":["dd?"]},"XU":{"bu":[]},"Xi":{"bu":[]},"Xj":{"bu":[]},"Zc":{"bu":[]},"z_":{"dU":[],"b7":[],"aX":[],"h":[]},"nd":{"nh":[],"li":[]},"z8":{"nh":[],"li":[]},"z9":{"nh":[],"li":[]},"nh":{"li":[]},"Eu":{"b7":[],"aX":[],"h":[]},"DZ":{"a_":[],"h":[]},"z7":{"aq":[],"h":[]},"DY":{"au":["DZ"],"ayH":[]},"MM":{"aq":[],"h":[]},"Ch":{"a_":[],"h":[]},"FH":{"au":["Ch"]},"Nk":{"aq":[],"h":[]},"zM":{"a_":[],"h":[]},"EL":{"D":[],"aG":["D"],"t":[],"al":[]},"qw":{"aB":["c6?"],"as":["c6?"],"as.T":"c6?","aB.T":"c6?"},"E9":{"a_":[],"h":[]},"YB":{"au":["zM"],"b5":[]},"Y0":{"aY":[],"av":[],"h":[]},"Yy":{"au":["E9"],"b5":[]},"Fk":{"aq":[],"h":[]},"a0e":{"ae":[]},"Yz":{"du":["U"],"du.T":"U"},"L4":{"U":[]},"P8":{"F":[],"bt":["F"]},"YC":{"F":[],"bt":["F"]},"Pa":{"dd":[],"bt":["dd"]},"X9":{"dd":[],"bt":["dd"]},"E2":{"bt":["1?"]},"cY":{"bt":["1"]},"cb":{"bt":["1"]},"Pb":{"bq":["c5"],"ae":[]},"Yl":{"bt":["c9?"]},"j6":{"cT":["1"],"fA":[]},"Et":{"zX":["1"],"hw":["1"],"eR":["1"],"ce":["1"]},"ov":{"a_":[],"h":[]},"ow":{"a_":[],"h":[]},"a2b":{"aq":[],"h":[]},"a29":{"au":["ov"]},"a2a":{"au":["ow"]},"V3":{"jb":[]},"KO":{"jb":[]},"Gn":{"ae":[]},"Go":{"ae":[]},"zx":{"a_":[],"h":[]},"Qi":{"a_":[],"h":[]},"Ym":{"ae":[]},"Yn":{"au":["zx"],"b5":[]},"aQZ":{"dU":[],"b7":[],"aX":[],"h":[]},"Bm":{"a_":[],"h":[]},"F0":{"b7":[],"aX":[],"h":[]},"DI":{"a_":[],"h":[]},"Bl":{"a_":[],"h":[]},"uS":{"au":["Bl"],"b5":[]},"aU3":{"a_":[],"h":[]},"Rl":{"au":["Bm"],"b5":[]},"a_U":{"ae":[]},"D4":{"aP":[]},"VF":{"aq":[],"h":[]},"DJ":{"au":["DI"],"b5":[]},"WQ":{"bb":["fQ"],"bb.T":"fQ"},"a_V":{"b7":[],"aX":[],"h":[]},"Yk":{"bt":["c9?"]},"BD":{"a_":[],"h":[]},"a19":{"bq":["d5"],"ae":[]},"Fe":{"au":["BD"]},"BP":{"a_":[],"h":[]},"ju":{"b_":[]},"Fo":{"au":["BP"],"b5":[]},"a0p":{"av":[],"h":[]},"ws":{"D":[],"t":[],"al":[]},"a2_":{"av":[],"h":[]},"a_z":{"D":[],"t":[],"al":[]},"aS4":{"dU":[],"b7":[],"aX":[],"h":[]},"aS7":{"a_":[],"h":[]},"Su":{"a_":[],"h":[]},"FF":{"bt":["F?"]},"a0W":{"bt":["F?"]},"a0V":{"bt":["dd?"]},"a0X":{"bu":[]},"aSo":{"dU":[],"b7":[],"aX":[],"h":[]},"Pc":{"jm":[]},"a1_":{"ae":[]},"aSt":{"dU":[],"b7":[],"aX":[],"h":[]},"FK":{"a_":[],"h":[]},"SE":{"aq":[],"h":[]},"a16":{"au":["FK"],"b5":[]},"a17":{"aY":[],"av":[],"h":[]},"a18":{"D":[],"aG":["D"],"t":[],"al":[]},"a13":{"fz":[],"av":[],"h":[]},"a14":{"b9":[],"b4":[],"Q":[]},"a_y":{"D":[],"aC":["D","fa"],"t":[],"al":[],"aC.1":"fa","aC.0":"D"},"a12":{"aq":[],"h":[]},"a15":{"aq":[],"h":[]},"SG":{"aq":[],"h":[]},"DX":{"dU":[],"b7":[],"aX":[],"h":[]},"qH":{"aB":["iy"],"as":["iy"],"as.T":"iy","aB.T":"iy"},"x3":{"a_":[],"h":[]},"Cq":{"aq":[],"h":[]},"Vj":{"au":["x3"],"b5":[]},"Cw":{"a_":[],"h":[]},"vq":{"au":["Cw"],"b5":[]},"Xb":{"aY":[],"av":[],"h":[]},"a_k":{"D":[],"aG":["D"],"t":[],"k8":[],"al":[]},"a1m":{"aq":[],"h":[]},"aSL":{"dU":[],"b7":[],"aX":[],"h":[]},"Ap":{"eC":[]},"a0N":{"ae":[]},"dH":{"c6":[]},"iF":{"c6":[]},"d8":{"c6":[]},"Ie":{"c6":[]},"f0":{"c6":[]},"dz":{"hX":[]},"e3":{"nS":[]},"dT":{"dH":[],"c6":[]},"mO":{"F":[]},"b2":{"dt":[]},"eN":{"dt":[]},"ol":{"dt":[]},"lu":{"j2":["lu"],"j2.T":"lu"},"HM":{"j2":["jJ"]},"xf":{"j2":["jJ"],"j2.T":"jJ"},"Q2":{"fY":[]},"cN":{"dH":[],"c6":[]},"fc":{"dH":[],"c6":[]},"h2":{"hX":[]},"fC":{"dH":[],"c6":[]},"fe":{"dH":[],"c6":[]},"ff":{"dH":[],"c6":[]},"vG":{"hM":[]},"a1X":{"hM":[]},"fI":{"Ck":[]},"o_":{"fY":[],"k8":[],"al":[]},"QA":{"D":[],"aG":["D"],"t":[],"al":[]},"uK":{"eC":[],"al":[]},"VD":{"ae":[]},"WG":{"lA":[]},"a_G":{"qg":[],"aG":["D"],"t":[],"al":[]},"mK":{"lf":[]},"D":{"t":[],"al":[]},"oO":{"hq":["D"]},"fO":{"cU":[]},"xS":{"fO":[],"ep":["1"],"cU":[]},"i9":{"fO":[],"ep":["D"],"cU":[]},"AS":{"ee":["D","i9"],"D":[],"aC":["D","i9"],"t":[],"al":[],"aC.1":"i9","ee.1":"i9","aC.0":"D"},"KU":{"ae":[]},"AT":{"D":[],"aG":["D"],"t":[],"al":[]},"nK":{"ae":[]},"qe":{"D":[],"aC":["D","iw"],"t":[],"al":[],"aC.1":"iw","aC.0":"D"},"a_i":{"D":[],"t":[],"al":[]},"FG":{"nK":[],"ae":[]},"D9":{"nK":[],"ae":[]},"vM":{"nK":[],"ae":[]},"AV":{"D":[],"t":[],"al":[]},"fS":{"fO":[],"ep":["D"],"cU":[]},"AW":{"ee":["D","fS"],"D":[],"aC":["D","fS"],"t":[],"al":[],"aC.1":"fS","ee.1":"fS","aC.0":"D"},"eM":{"ec":[]},"xL":{"eM":[],"ec":[]},"xJ":{"eM":[],"ec":[]},"vs":{"j9":[],"eM":[],"ec":[]},"PN":{"j9":[],"eM":[],"ec":[]},"Q1":{"ec":[]},"j9":{"eM":[],"ec":[]},"xK":{"eM":[],"ec":[]},"z2":{"j9":[],"eM":[],"ec":[]},"xm":{"eM":[],"ec":[]},"zu":{"eM":[],"ec":[]},"yL":{"eM":[],"ec":[]},"xa":{"eM":[],"ec":[]},"Po":{"ae":[]},"t":{"al":[]},"ep":{"cU":[]},"a_L":{"fH":[]},"DV":{"fH":[]},"r9":{"fH":[]},"lB":{"lP":[]},"iw":{"ep":["D"],"cU":[]},"md":{"eg":[],"ae":[]},"B2":{"D":[],"aC":["D","iw"],"t":[],"al":[],"aC.1":"iw","aC.0":"D"},"AN":{"D":[],"aG":["D"],"t":[],"al":[]},"nT":{"ae":[]},"AM":{"D":[],"aG":["D"],"t":[],"al":[]},"lI":{"D":[],"aG":["D"],"t":[],"al":[]},"QU":{"D":[],"aG":["D"],"t":[],"al":[]},"B3":{"D":[],"aG":["D"],"t":[],"al":[]},"AR":{"D":[],"aG":["D"],"t":[],"al":[]},"QN":{"D":[],"aG":["D"],"t":[],"al":[]},"AY":{"D":[],"aG":["D"],"t":[],"al":[]},"QP":{"D":[],"aG":["D"],"t":[],"al":[]},"QB":{"D":[],"aG":["D"],"t":[],"al":[]},"y6":{"ae":[]},"wr":{"D":[],"aG":["D"],"t":[],"al":[]},"QF":{"D":[],"aG":["D"],"t":[],"al":[]},"QE":{"D":[],"aG":["D"],"t":[],"al":[]},"QD":{"D":[],"aG":["D"],"t":[],"al":[]},"ER":{"D":[],"aG":["D"],"t":[],"al":[]},"QQ":{"D":[],"aG":["D"],"t":[],"al":[]},"QR":{"D":[],"aG":["D"],"t":[],"al":[]},"QG":{"D":[],"aG":["D"],"t":[],"al":[]},"QY":{"D":[],"aG":["D"],"t":[],"al":[]},"QJ":{"D":[],"aG":["D"],"t":[],"al":[]},"QS":{"D":[],"aG":["D"],"t":[],"al":[]},"B_":{"D":[],"aG":["D"],"t":[],"k8":[],"al":[]},"QV":{"D":[],"aG":["D"],"t":[],"al":[]},"AX":{"D":[],"aG":["D"],"t":[],"al":[]},"B0":{"D":[],"aG":["D"],"t":[],"al":[]},"B5":{"D":[],"aG":["D"],"t":[],"al":[]},"QC":{"D":[],"aG":["D"],"t":[],"al":[]},"QO":{"D":[],"aG":["D"],"t":[],"al":[]},"QH":{"D":[],"aG":["D"],"t":[],"al":[]},"QK":{"D":[],"aG":["D"],"t":[],"al":[]},"QM":{"D":[],"aG":["D"],"t":[],"al":[]},"QI":{"D":[],"aG":["D"],"t":[],"al":[]},"AP":{"D":[],"aG":["D"],"t":[],"al":[]},"B4":{"D":[],"aG":["D"],"t":[],"al":[]},"eg":{"ae":[]},"qf":{"D":[],"aG":["D"],"t":[],"al":[]},"B1":{"D":[],"aG":["D"],"t":[],"al":[]},"Qz":{"D":[],"aG":["D"],"t":[],"al":[]},"QT":{"D":[],"aG":["D"],"t":[],"al":[]},"AU":{"D":[],"aG":["D"],"t":[],"al":[]},"v7":{"lf":[]},"lR":{"nV":[],"ep":["dj"],"cU":[]},"dj":{"t":[],"al":[]},"S1":{"hq":["dj"]},"BQ":{"cU":[]},"nV":{"cU":[]},"QW":{"uI":[],"dj":[],"aC":["D","kl"],"t":[],"al":[],"aC.1":"kl","aC.0":"D"},"k2":{"cU":[]},"kl":{"ep":["D"],"k2":[],"cU":[]},"uI":{"dj":[],"aC":["D","kl"],"t":[],"al":[]},"B6":{"dj":[],"aG":["dj"],"t":[],"al":[]},"QX":{"dj":[],"aG":["dj"],"t":[],"al":[]},"eD":{"fO":[],"ep":["D"],"cU":[]},"B7":{"ee":["D","eD"],"D":[],"aC":["D","eD"],"t":[],"al":[],"aC.1":"eD","ee.1":"eD","aC.0":"D"},"qg":{"aG":["D"],"t":[],"al":[]},"qh":{"kC":["1"],"D":[],"aC":["dj","1"],"t":[],"al":[]},"B9":{"kC":["lR"],"D":[],"aC":["dj","lR"],"t":[],"al":[],"aC.1":"lR","kC.0":"lR","aC.0":"dj"},"jt":{"ae":[]},"qJ":{"ai":["~"]},"Cs":{"cp":[]},"m0":{"cx":["m0"]},"jB":{"cx":["jB"]},"mg":{"cx":["mg"]},"v_":{"cx":["v_"]},"a0a":{"er":[]},"RJ":{"ae":[]},"uf":{"cx":["v_"]},"qR":{"a4v":[]},"v0":{"eC":[]},"pB":{"nk":[]},"nm":{"nk":[]},"zn":{"nk":[]},"pZ":{"cp":[]},"A1":{"cp":[]},"kn":{"dd":[]},"WK":{"dd":[]},"a0O":{"A2":[]},"kf":{"jf":[]},"uC":{"jf":[]},"Bd":{"ae":[]},"rN":{"hM":[]},"tS":{"hM":[]},"Aq":{"hM":[]},"yi":{"hM":[]},"Sx":{"nY":[]},"Sw":{"nY":[]},"Sy":{"nY":[]},"vi":{"nY":[]},"LN":{"nZ":[]},"Zl":{"Ce":[]},"kT":{"a_":[],"h":[]},"CR":{"b7":[],"aX":[],"h":[]},"pg":{"a_":[],"h":[]},"ayu":{"b_":[]},"aNW":{"b_":[]},"aNV":{"b_":[]},"rs":{"b_":[]},"rK":{"b_":[]},"fQ":{"b_":[]},"lG":{"b_":[]},"d1":{"bb":["1"]},"cw":{"bb":["1"],"bb.T":"1"},"CS":{"au":["kT"]},"DM":{"au":["pg"]},"Tf":{"bb":["ayu"],"bb.T":"ayu"},"yg":{"bb":["b_"],"bb.T":"b_"},"Lh":{"bb":["fQ"]},"Qh":{"d1":["lG"],"bb":["lG"],"bb.T":"lG","d1.T":"lG"},"Eq":{"GA":["1"],"d1":["1"],"wl":["1"],"bb":["1"],"bb.T":"1","d1.T":"1"},"Er":{"GB":["1"],"d1":["1"],"wl":["1"],"bb":["1"],"bb.T":"1","d1.T":"1"},"Dj":{"bb":["1"],"bb.T":"1"},"x2":{"a_":[],"h":[]},"Vi":{"au":["x2"],"b5":[]},"Vh":{"aY":[],"av":[],"h":[]},"x9":{"aY":[],"av":[],"h":[]},"vF":{"a_":[],"h":[]},"Gf":{"au":["vF"],"eG":[]},"ts":{"a_":[],"h":[]},"DO":{"au":["ts<1>"]},"xk":{"a_":[],"h":[]},"D1":{"au":["xk"]},"MZ":{"ae":[]},"Z4":{"aq":[],"h":[]},"hY":{"b7":[],"aX":[],"h":[]},"rR":{"aY":[],"av":[],"h":[]},"oT":{"aY":[],"av":[],"h":[]},"rU":{"aY":[],"av":[],"h":[]},"bI":{"aY":[],"av":[],"h":[]},"oQ":{"aY":[],"av":[],"h":[]},"zs":{"dW":["i9"],"aX":[],"h":[],"dW.T":"i9"},"qB":{"fz":[],"av":[],"h":[]},"kd":{"dW":["eD"],"aX":[],"h":[],"dW.T":"eD"},"uR":{"fz":[],"av":[],"h":[]},"aNH":{"b7":[],"aX":[],"h":[]},"tA":{"aY":[],"av":[],"h":[]},"a1N":{"fu":[],"b4":[],"Q":[]},"a1O":{"b7":[],"aX":[],"h":[]},"PK":{"aY":[],"av":[],"h":[]},"I_":{"aY":[],"av":[],"h":[]},"t4":{"aY":[],"av":[],"h":[]},"IL":{"aY":[],"av":[],"h":[]},"IJ":{"aY":[],"av":[],"h":[]},"PZ":{"aY":[],"av":[],"h":[]},"Q_":{"aY":[],"av":[],"h":[]},"vr":{"aY":[],"av":[],"h":[]},"M3":{"aY":[],"av":[],"h":[]},"R7":{"aY":[],"av":[],"h":[]},"e1":{"aY":[],"av":[],"h":[]},"l4":{"aY":[],"av":[],"h":[]},"y7":{"fz":[],"av":[],"h":[]},"h3":{"aY":[],"av":[],"h":[]},"hk":{"aY":[],"av":[],"h":[]},"Na":{"aY":[],"av":[],"h":[]},"Ak":{"aY":[],"av":[],"h":[]},"Za":{"b9":[],"b4":[],"Q":[]},"MP":{"aY":[],"av":[],"h":[]},"S3":{"aY":[],"av":[],"h":[]},"Qb":{"aq":[],"h":[]},"LR":{"fz":[],"av":[],"h":[]},"rT":{"fz":[],"av":[],"h":[]},"yF":{"dW":["fS"],"aX":[],"h":[],"dW.T":"fS"},"LH":{"dW":["fS"],"aX":[],"h":[],"dW.T":"fS"},"R2":{"fz":[],"av":[],"h":[]},"Nc":{"aY":[],"av":[],"h":[]},"A3":{"aY":[],"av":[],"h":[]},"ih":{"aY":[],"av":[],"h":[]},"Hl":{"aY":[],"av":[],"h":[]},"RF":{"aY":[],"av":[],"h":[]},"Pj":{"aY":[],"av":[],"h":[]},"I9":{"aY":[],"av":[],"h":[]},"mY":{"aY":[],"av":[],"h":[]},"MI":{"aY":[],"av":[],"h":[]},"j4":{"aq":[],"h":[]},"en":{"aq":[],"h":[]},"oS":{"aY":[],"av":[],"h":[]},"EG":{"D":[],"aG":["D"],"t":[],"al":[]},"CG":{"eC":[],"al":[]},"Bj":{"h":[]},"Bh":{"b4":[],"Q":[]},"Th":{"eC":[],"al":[]},"KY":{"aY":[],"av":[],"h":[]},"IV":{"aq":[],"h":[]},"WE":{"ae":[]},"mV":{"dU":[],"b7":[],"aX":[],"h":[]},"Z5":{"aq":[],"h":[]},"L6":{"aq":[],"h":[]},"t9":{"a_":[],"h":[]},"DB":{"au":["t9"]},"ta":{"a_":[],"h":[]},"mW":{"au":["ta"],"eG":[],"b5":[]},"F4":{"a_":[],"h":[]},"jA":{"vE":[],"fY":[]},"VY":{"aY":[],"av":[],"h":[]},"a_f":{"D":[],"aG":["D"],"t":[],"al":[]},"Sv":{"bq":["d5"],"ae":[]},"DC":{"fz":[],"av":[],"h":[]},"a_X":{"au":["F4"],"aEm":[]},"m2":{"d1":["1"],"bb":["1"],"bb.T":"1","d1.T":"1"},"G5":{"d1":["1"],"bb":["1"],"bb.T":"1","d1.T":"1"},"G6":{"d1":["1"],"bb":["1"],"bb.T":"1","d1.T":"1"},"a04":{"d1":["lO"],"bb":["lO"],"bb.T":"lO","d1.T":"lO"},"Wg":{"d1":["jQ"],"bb":["jQ"],"bb.T":"jQ","d1.T":"jQ"},"a24":{"bq":["rS"],"ae":[],"eG":[]},"d9":{"ae":[]},"n3":{"d9":[],"ae":[]},"yJ":{"ae":[]},"pf":{"a_":[],"h":[]},"DK":{"i2":["d9"],"b7":[],"aX":[],"h":[],"i2.T":"d9"},"vW":{"au":["pf"]},"LX":{"a_":[],"h":[]},"Xv":{"au":["pf"]},"yK":{"a_":[],"h":[]},"ay2":{"b_":[]},"pX":{"b_":[]},"q9":{"b_":[]},"ax1":{"b_":[]},"DL":{"d9":[],"ae":[]},"Xw":{"au":["yK"]},"R0":{"bb":["ay2"],"bb.T":"ay2"},"Py":{"bb":["pX"],"bb.T":"pX"},"Qd":{"bb":["q9"],"bb.T":"q9"},"ye":{"bb":["ax1"],"bb.T":"ax1"},"fU":{"fv":[]},"bp":{"fU":["1"],"fv":[]},"a_":{"h":[]},"aY":{"av":[],"h":[]},"b4":{"Q":[]},"eQ":{"b4":[],"Q":[]},"nA":{"b4":[],"Q":[]},"fu":{"b4":[],"Q":[]},"pm":{"fU":["1"],"fv":[]},"aq":{"h":[]},"aX":{"h":[]},"dW":{"aX":[],"h":[]},"b7":{"aX":[],"h":[]},"av":{"h":[]},"N7":{"av":[],"h":[]},"fz":{"av":[],"h":[]},"LE":{"av":[],"h":[]},"xN":{"b4":[],"Q":[]},"vb":{"b4":[],"Q":[]},"AC":{"b4":[],"Q":[]},"b9":{"b4":[],"Q":[]},"N6":{"b9":[],"b4":[],"Q":[]},"BN":{"b9":[],"b4":[],"Q":[]},"hy":{"b9":[],"b4":[],"Q":[]},"QZ":{"b9":[],"b4":[],"Q":[]},"Z1":{"b4":[],"Q":[]},"Z6":{"h":[]},"ke":{"a_":[],"h":[]},"uB":{"au":["ke"]},"cj":{"pl":["1"]},"M8":{"aq":[],"h":[]},"XC":{"aY":[],"av":[],"h":[]},"le":{"a_":[],"h":[]},"w1":{"au":["le"]},"i1":{"k9":[]},"yZ":{"aq":[],"h":[]},"pu":{"dU":[],"b7":[],"aX":[],"h":[]},"oM":{"aB":["cu?"],"as":["cu?"],"as.T":"cu?","aB.T":"cu?"},"kr":{"aB":["q"],"as":["q"],"as.T":"q","aB.T":"q"},"x1":{"a_":[],"h":[]},"wZ":{"a_":[],"h":[]},"x0":{"a_":[],"h":[]},"L0":{"aB":["hX"],"as":["hX"],"as.T":"hX","aB.T":"hX"},"yp":{"aB":["b2"],"as":["b2"],"as.T":"b2","aB.T":"b2"},"Id":{"aB":["d8?"],"as":["d8?"],"as.T":"d8?","aB.T":"d8?"},"MG":{"a_":[],"h":[]},"tE":{"au":["1"],"b5":[]},"ru":{"au":["1"],"b5":[]},"Vg":{"au":["x1"],"b5":[]},"Ve":{"au":["wZ"],"b5":[]},"Vf":{"au":["x0"],"b5":[]},"jY":{"b7":[],"aX":[],"h":[]},"z6":{"fu":[],"b4":[],"Q":[]},"i2":{"b7":[],"aX":[],"h":[]},"w5":{"fu":[],"b4":[],"Q":[]},"dU":{"b7":[],"aX":[],"h":[]},"D8":{"aq":[],"h":[]},"mP":{"av":[],"h":[]},"w8":{"b9":[],"b4":[],"Q":[]},"N5":{"mP":["aP"],"av":[],"h":[],"mP.0":"aP"},"EO":{"hH":["aP","D"],"D":[],"aG":["D"],"t":[],"al":[],"hH.0":"aP"},"E6":{"b7":[],"aX":[],"h":[]},"zE":{"a_":[],"h":[]},"a27":{"du":["Y"],"du.T":"Y"},"L9":{"Y":[]},"Yr":{"au":["zE"]},"aDe":{"b7":[],"aX":[],"h":[]},"zK":{"h2":[],"hX":[]},"AG":{"aq":[],"h":[]},"Yv":{"aq":[],"h":[]},"WZ":{"ae":[]},"Yu":{"aY":[],"av":[],"h":[]},"a_n":{"D":[],"aG":["D"],"t":[],"al":[]},"lt":{"jY":["eI"],"b7":[],"aX":[],"h":[],"jY.T":"eI"},"Eb":{"a_":[],"h":[]},"YE":{"au":["Eb"],"eG":[]},"vJ":{"cP":[],"d3":[]},"Pn":{"aq":[],"h":[]},"Hz":{"a_":[],"h":[]},"Vo":{"pl":["vJ"]},"YN":{"aq":[],"h":[]},"Ad":{"aq":[],"h":[]},"cT":{"fA":[]},"pq":{"b7":[],"aX":[],"h":[]},"Ae":{"a_":[],"h":[]},"dY":{"lK":[]},"h0":{"au":["Ae"],"b5":[]},"Z0":{"ce":["~"]},"wh":{"om":[]},"wg":{"om":[]},"El":{"om":[]},"Em":{"om":[]},"XK":{"l":["dY"],"ae":[],"l.E":"dY"},"XL":{"eA":["aH>?"],"ae":[]},"dG":{"aX":[],"h":[]},"Ep":{"b4":[],"Q":[]},"lx":{"ae":[]},"ma":{"a_":[],"h":[]},"wj":{"au":["ma"]},"ug":{"a_":[],"h":[]},"ui":{"au":["ug"],"b5":[]},"oq":{"D":[],"aC":["D","eD"],"t":[],"al":[],"aC.1":"eD","aC.0":"D"},"An":{"a_":[],"h":[]},"on":{"f4":["on"],"f4.E":"on"},"r4":{"b7":[],"aX":[],"h":[]},"op":{"D":[],"aG":["D"],"t":[],"al":[],"f4":["op"],"f4.E":"op"},"EP":{"D":[],"aG":["D"],"t":[],"al":[]},"FO":{"fz":[],"av":[],"h":[]},"a1f":{"b9":[],"b4":[],"Q":[]},"wC":{"eD":[],"fO":[],"ep":["D"],"cU":[]},"Ze":{"au":["An"]},"wk":{"av":[],"h":[]},"Zd":{"b9":[],"b4":[],"Q":[]},"WJ":{"aY":[],"av":[],"h":[]},"yR":{"a_":[],"h":[]},"DR":{"au":["yR"],"b5":[]},"DQ":{"ae":[]},"XE":{"ae":[]},"PS":{"h7":[]},"aDI":{"dx":["1"],"fy":[],"fv":[]},"uj":{"aq":[],"h":[]},"ia":{"hw":["1"],"eR":["1"],"ce":["1"]},"uv":{"b7":[],"aX":[],"h":[]},"nL":{"a_":[],"h":[]},"CB":{"b7":[],"aX":[],"h":[]},"Bi":{"a_":[],"h":[]},"eA":{"ae":[]},"a_F":{"au":["nL"]},"EZ":{"au":["Bi"]},"cG":{"eA":["1"],"ae":[]},"jz":{"eA":["1"],"ae":[]},"EX":{"jz":["1"],"eA":["1"],"ae":[]},"Bc":{"jz":["1"],"eA":["1"],"ae":[],"cG.T":"1","jz.T":"1"},"Bb":{"jz":["y"],"eA":["y"],"ae":[],"cG.T":"y","jz.T":"y"},"uP":{"a_":[],"h":[]},"aBm":{"iE":["ai"]},"wu":{"au":["uP<1>"]},"a_R":{"b7":[],"aX":[],"h":[]},"HY":{"iE":["ai"]},"R3":{"iE":["ai"],"eG":[],"iE.T":"ai"},"uQ":{"ae":[]},"Re":{"ae":[]},"a_C":{"eA":["hJ?"],"ae":[],"cG.T":"hJ?"},"Ef":{"b7":[],"aX":[],"h":[]},"wf":{"a_":[],"h":[]},"m9":{"au":["wf<1>"]},"hw":{"eR":["1"],"ce":["1"]},"uh":{"ce":["1"]},"eR":{"ce":["1"]},"WR":{"bb":["fQ"],"bb.T":"fQ"},"Rj":{"aq":[],"h":[]},"Bq":{"b7":[],"aX":[],"h":[]},"Ru":{"ae":[]},"Fh":{"a_":[],"h":[]},"a_T":{"dx":["fv"],"fy":[],"fv":[],"dx.T":"fv"},"Fi":{"au":["Fh"]},"LP":{"lL":[]},"fB":{"i4":[],"h7":[]},"kj":{"fB":[],"i4":[],"h7":[]},"Bv":{"fB":[],"i4":[],"h7":[]},"ly":{"fB":[],"i4":[],"h7":[]},"qp":{"fB":[],"i4":[],"h7":[]},"T4":{"fB":[],"i4":[],"h7":[]},"F6":{"b7":[],"aX":[],"h":[]},"oj":{"f4":["oj"],"f4.E":"oj"},"Bs":{"a_":[],"h":[]},"Bt":{"au":["Bs"]},"lM":{"jt":[],"ae":[],"lL":[]},"qq":{"h7":[]},"Bu":{"lM":[],"jt":[],"ae":[],"lL":[]},"Rx":{"aq":[],"h":[]},"Ih":{"aq":[],"h":[]},"Nb":{"aq":[],"h":[]},"Bw":{"a_":[],"h":[]},"F8":{"b7":[],"aX":[],"h":[]},"Fa":{"a_":[],"h":[]},"uV":{"au":["Bw"],"b5":[]},"a0_":{"au":["Fa"]},"F9":{"ae":[]},"a_Z":{"aY":[],"av":[],"h":[]},"a_s":{"D":[],"aG":["D"],"t":[],"al":[]},"a_D":{"eA":["E?"],"ae":[],"cG.T":"E?"},"ef":{"b_":[]},"Bp":{"d1":["ef"],"bb":["ef"],"bb.T":"ef","d1.T":"ef"},"AI":{"a_":[],"h":[]},"kG":{"h_":[],"cP":[],"d3":[]},"kH":{"h5":[],"cP":[],"d3":[]},"By":{"ae":[]},"uE":{"au":["1"],"b5":[]},"u9":{"ae":[]},"uW":{"a_":[],"h":[]},"uY":{"b7":[],"aX":[],"h":[]},"a07":{"eg":[],"au":["uW"],"ae":[]},"RB":{"ae":[]},"BL":{"a_":[],"h":[]},"a0f":{"au":["BL"]},"a0g":{"jY":["o"],"b7":[],"aX":[],"h":[],"jY.T":"o"},"aL":{"v4":[]},"qy":{"a_":[],"h":[]},"BM":{"a_":[],"h":[]},"v5":{"ae":[]},"Fm":{"au":["qy"]},"RS":{"ae":[]},"Fl":{"au":["BM"]},"a0j":{"b7":[],"aX":[],"h":[]},"S4":{"av":[],"h":[]},"v9":{"av":[],"h":[]},"S2":{"v9":[],"av":[],"h":[]},"v8":{"b9":[],"b4":[],"Q":[]},"zj":{"dW":["k2"],"aX":[],"h":[],"dW.T":"k2"},"BT":{"ae":[]},"S7":{"aY":[],"av":[],"h":[]},"wt":{"D":[],"aG":["D"],"t":[],"al":[]},"S6":{"ae":[]},"WH":{"ae":[]},"Sa":{"aq":[],"h":[]},"B8":{"D":[],"aG":["D"],"t":[],"al":[]},"uJ":{"D":[],"aG":["D"],"t":[],"al":[]},"Ss":{"aY":[],"av":[],"h":[]},"Sr":{"aY":[],"av":[],"h":[]},"Sz":{"aY":[],"av":[],"h":[]},"t7":{"dU":[],"b7":[],"aX":[],"h":[]},"aNK":{"dU":[],"b7":[],"aX":[],"h":[]},"hL":{"aq":[],"h":[]},"Z7":{"aq":[],"h":[]},"yh":{"b_":[]},"p1":{"b_":[]},"p3":{"b_":[]},"p2":{"b_":[]},"f1":{"b_":[]},"l8":{"f1":[],"b_":[]},"la":{"f1":[],"b_":[]},"pc":{"f1":[],"b_":[]},"p8":{"f1":[],"b_":[]},"p9":{"f1":[],"b_":[]},"hn":{"f1":[],"b_":[]},"n_":{"f1":[],"b_":[]},"lb":{"f1":[],"b_":[]},"pa":{"f1":[],"b_":[]},"pb":{"f1":[],"b_":[]},"l9":{"f1":[],"b_":[]},"lN":{"b_":[]},"a9f":{"b_":[]},"lO":{"b_":[]},"jQ":{"b_":[]},"nB":{"b_":[]},"nI":{"b_":[]},"kg":{"b_":[]},"o3":{"b_":[]},"iC":{"b_":[]},"o1":{"b_":[]},"Lg":{"b_":[]},"fa":{"fO":[],"ep":["D"],"cU":[]},"or":{"a_":[],"h":[]},"Ff":{"a_":[],"h":[]},"Cl":{"a_":[],"h":[]},"Fj":{"au":["or"],"b5":[]},"Fg":{"au":["Ff"],"b5":[]},"FJ":{"au":["Cl"]},"IN":{"bq":["rS"],"ae":[],"eG":[]},"vp":{"a_":[],"h":[]},"DF":{"b7":[],"aX":[],"h":[]},"wH":{"kt":[]},"a1h":{"au":["vp"]},"Dh":{"ae":[]},"SL":{"aq":[],"h":[]},"x4":{"a_":[],"h":[]},"CT":{"au":["x4"]},"RZ":{"a_":[],"h":[]},"Pd":{"a_":[],"h":[]},"Rm":{"a_":[],"h":[]},"R8":{"a_":[],"h":[]},"LK":{"aY":[],"av":[],"h":[]},"uG":{"aB":["hG"],"as":["hG"],"as.T":"hG","aB.T":"hG"},"Ax":{"a_":[],"h":[]},"KZ":{"a_":[],"h":[]},"L7":{"a_":[],"h":[]},"zB":{"a_":[],"h":[]},"Hx":{"a_":[],"h":[]},"vx":{"a_":[],"h":[]},"vy":{"au":["vx<1>"]},"SW":{"bq":["vz"],"ae":[]},"vD":{"a_":[],"h":[]},"wG":{"au":["vD<1>"]},"rc":{"b7":[],"aX":[],"h":[]},"Ex":{"b7":[],"aX":[],"h":[]},"Ta":{"aq":[],"h":[]},"ED":{"av":[],"h":[]},"a_2":{"b9":[],"b4":[],"Q":[]},"Dv":{"fU":["1"],"fv":[]},"CF":{"fz":[],"av":[],"h":[]},"a20":{"b9":[],"b4":[],"Q":[]},"Td":{"aq":[],"h":[]},"a22":{"b7":[],"aX":[],"h":[]},"a21":{"aY":[],"av":[],"h":[]},"a_B":{"D":[],"aG":["D"],"t":[],"al":[]},"vE":{"fY":[]},"a26":{"dW":["iw"],"aX":[],"h":[],"dW.T":"iw"},"Vw":{"aY":[],"av":[],"h":[]},"EU":{"D":[],"aG":["D"],"t":[],"al":[]},"Vr":{"du":["kV"],"du.T":"kV"},"HE":{"kV":[]},"iG":{"f4":["iG<1>"],"f4.E":"iG<1>"},"Mu":{"aq":[],"h":[]},"a0D":{"b4":[],"Q":[]},"CU":{"fW":["kU"]},"Fn":{"fW":["b5"]},"wa":{"fW":["~"]},"ok":{"fW":["1"]},"hO":{"fW":["~"]},"fg":{"fW":["bq<1>"]},"Gb":{"fW":["~"]},"a1Y":{"fX":["~","wa"]},"Vk":{"fX":["kU","CU"]},"a1i":{"fX":["b5","Fn"],"b5":[]},"wb":{"fX":["~","wa"]},"Ec":{"fX":["1","ok<1>"]},"X5":{"fX":["~","hO"]},"wx":{"fX":["bq<1>","fg<1>"]},"Mc":{"Z":[]},"XD":{"du":["Z"],"du.T":"Z"},"J3":{"Z":[]},"J4":{"Z":[]},"J5":{"Z":[]},"J6":{"Z":[]},"J7":{"Z":[]},"J8":{"Z":[]},"J9":{"Z":[]},"Ja":{"Z":[]},"Jb":{"Z":[]},"Jc":{"Z":[]},"Jd":{"Z":[]},"Je":{"Z":[]},"Jf":{"Z":[]},"xU":{"Z":[]},"Jg":{"Z":[]},"Jh":{"Z":[]},"xV":{"Z":[]},"Ji":{"Z":[]},"Jj":{"Z":[]},"Jk":{"Z":[]},"Jl":{"Z":[]},"Jm":{"Z":[]},"Jn":{"Z":[]},"Jo":{"Z":[]},"Jp":{"Z":[]},"xW":{"Z":[]},"Jq":{"Z":[]},"Jr":{"Z":[]},"Js":{"Z":[]},"Jt":{"Z":[]},"Ju":{"Z":[]},"Jv":{"Z":[]},"Jw":{"Z":[]},"Jx":{"Z":[]},"Jy":{"Z":[]},"Jz":{"Z":[]},"JA":{"Z":[]},"JB":{"Z":[]},"JC":{"Z":[]},"JD":{"Z":[]},"JE":{"Z":[]},"JF":{"Z":[]},"JG":{"Z":[]},"JH":{"Z":[]},"JI":{"Z":[]},"JJ":{"Z":[]},"JK":{"Z":[]},"JL":{"Z":[]},"JM":{"Z":[]},"JN":{"Z":[]},"JO":{"Z":[]},"xX":{"Z":[]},"JP":{"Z":[]},"JQ":{"Z":[]},"JR":{"Z":[]},"JS":{"Z":[]},"JT":{"Z":[]},"JU":{"Z":[]},"JV":{"Z":[]},"JW":{"Z":[]},"JX":{"Z":[]},"JY":{"Z":[]},"JZ":{"Z":[]},"K_":{"Z":[]},"K0":{"Z":[]},"K1":{"Z":[]},"K2":{"Z":[]},"K3":{"Z":[]},"K4":{"Z":[]},"K5":{"Z":[]},"K6":{"Z":[]},"K7":{"Z":[]},"K8":{"Z":[]},"K9":{"Z":[]},"Ka":{"Z":[]},"Kb":{"Z":[]},"Kc":{"Z":[]},"Kd":{"Z":[]},"Ke":{"Z":[]},"Kf":{"Z":[]},"Kg":{"Z":[]},"Kh":{"Z":[]},"Ki":{"Z":[]},"Kj":{"Z":[]},"Kk":{"Z":[]},"Kl":{"Z":[]},"Km":{"Z":[]},"xY":{"Z":[]},"Kn":{"Z":[]},"Ko":{"Z":[]},"Kp":{"Z":[]},"Kq":{"Z":[]},"Kr":{"Z":[]},"Ks":{"Z":[]},"Kt":{"Z":[]},"xZ":{"Z":[]},"Ku":{"Z":[]},"Kv":{"Z":[]},"Kw":{"Z":[]},"Kx":{"Z":[]},"Ky":{"Z":[]},"Kz":{"Z":[]},"KA":{"Z":[]},"KB":{"Z":[]},"KC":{"Z":[]},"KD":{"Z":[]},"KE":{"Z":[]},"KF":{"Z":[]},"KG":{"Z":[]},"y_":{"Z":[]},"KH":{"Z":[]},"y0":{"Z":[]},"KI":{"Z":[]},"KJ":{"Z":[]},"KK":{"Z":[]},"Nq":{"U":[]},"Nr":{"U":[]},"Ns":{"U":[]},"Nt":{"U":[]},"Nu":{"U":[]},"Nv":{"U":[]},"Nw":{"U":[]},"Nx":{"U":[]},"Ny":{"U":[]},"Nz":{"U":[]},"NA":{"U":[]},"NB":{"U":[]},"NC":{"U":[]},"zO":{"U":[]},"ND":{"U":[]},"NE":{"U":[]},"zP":{"U":[]},"NF":{"U":[]},"NG":{"U":[]},"NH":{"U":[]},"NI":{"U":[]},"NJ":{"U":[]},"NK":{"U":[]},"NL":{"U":[]},"NM":{"U":[]},"zQ":{"U":[]},"NN":{"U":[]},"NO":{"U":[]},"NP":{"U":[]},"NQ":{"U":[]},"NR":{"U":[]},"NS":{"U":[]},"NT":{"U":[]},"NU":{"U":[]},"NV":{"U":[]},"NW":{"U":[]},"NX":{"U":[]},"NY":{"U":[]},"NZ":{"U":[]},"O_":{"U":[]},"O0":{"U":[]},"O1":{"U":[]},"O2":{"U":[]},"O3":{"U":[]},"O4":{"U":[]},"O5":{"U":[]},"O6":{"U":[]},"O7":{"U":[]},"O8":{"U":[]},"O9":{"U":[]},"Oa":{"U":[]},"zR":{"U":[]},"Ob":{"U":[]},"Oc":{"U":[]},"Od":{"U":[]},"Oe":{"U":[]},"Of":{"U":[]},"Og":{"U":[]},"Oh":{"U":[]},"Oi":{"U":[]},"Oj":{"U":[]},"Ok":{"U":[]},"Ol":{"U":[]},"Om":{"U":[]},"On":{"U":[]},"Oo":{"U":[]},"Op":{"U":[]},"Oq":{"U":[]},"Or":{"U":[]},"Os":{"U":[]},"Ot":{"U":[]},"Ou":{"U":[]},"Ov":{"U":[]},"Ow":{"U":[]},"Ox":{"U":[]},"Oy":{"U":[]},"Oz":{"U":[]},"OA":{"U":[]},"OB":{"U":[]},"OC":{"U":[]},"OD":{"U":[]},"OE":{"U":[]},"OF":{"U":[]},"OG":{"U":[]},"OH":{"U":[]},"OI":{"U":[]},"OJ":{"U":[]},"OK":{"U":[]},"zS":{"U":[]},"OL":{"U":[]},"OM":{"U":[]},"ON":{"U":[]},"OO":{"U":[]},"OP":{"U":[]},"OQ":{"U":[]},"OR":{"U":[]},"zT":{"U":[]},"OS":{"U":[]},"OT":{"U":[]},"OU":{"U":[]},"OV":{"U":[]},"OW":{"U":[]},"OX":{"U":[]},"OY":{"U":[]},"OZ":{"U":[]},"P_":{"U":[]},"P0":{"U":[]},"P1":{"U":[]},"P2":{"U":[]},"P3":{"U":[]},"zU":{"U":[]},"P4":{"U":[]},"zV":{"U":[]},"P5":{"U":[]},"P6":{"U":[]},"P7":{"U":[]},"Ti":{"Y":[]},"Tj":{"Y":[]},"Tk":{"Y":[]},"Tl":{"Y":[]},"Tm":{"Y":[]},"Tn":{"Y":[]},"To":{"Y":[]},"Tp":{"Y":[]},"Tq":{"Y":[]},"Tr":{"Y":[]},"Ts":{"Y":[]},"Tt":{"Y":[]},"Tu":{"Y":[]},"CH":{"Y":[]},"Tv":{"Y":[]},"Tw":{"Y":[]},"CI":{"Y":[]},"Tx":{"Y":[]},"Ty":{"Y":[]},"Tz":{"Y":[]},"TA":{"Y":[]},"TB":{"Y":[]},"TC":{"Y":[]},"TD":{"Y":[]},"TE":{"Y":[]},"CJ":{"Y":[]},"TF":{"Y":[]},"TG":{"Y":[]},"TH":{"Y":[]},"TI":{"Y":[]},"TJ":{"Y":[]},"TK":{"Y":[]},"TL":{"Y":[]},"TM":{"Y":[]},"TN":{"Y":[]},"TO":{"Y":[]},"TP":{"Y":[]},"TQ":{"Y":[]},"TR":{"Y":[]},"TS":{"Y":[]},"TT":{"Y":[]},"TU":{"Y":[]},"TV":{"Y":[]},"TW":{"Y":[]},"TX":{"Y":[]},"TY":{"Y":[]},"TZ":{"Y":[]},"U_":{"Y":[]},"U0":{"Y":[]},"U1":{"Y":[]},"U2":{"Y":[]},"CK":{"Y":[]},"U3":{"Y":[]},"U4":{"Y":[]},"U5":{"Y":[]},"U6":{"Y":[]},"U7":{"Y":[]},"U8":{"Y":[]},"U9":{"Y":[]},"Ua":{"Y":[]},"Ub":{"Y":[]},"Uc":{"Y":[]},"Ud":{"Y":[]},"Ue":{"Y":[]},"Uf":{"Y":[]},"Ug":{"Y":[]},"Uh":{"Y":[]},"Ui":{"Y":[]},"Uj":{"Y":[]},"Uk":{"Y":[]},"Ul":{"Y":[]},"Um":{"Y":[]},"Un":{"Y":[]},"Uo":{"Y":[]},"Up":{"Y":[]},"Uq":{"Y":[]},"Ur":{"Y":[]},"Us":{"Y":[]},"Ut":{"Y":[]},"Uu":{"Y":[]},"Uv":{"Y":[]},"Uw":{"Y":[]},"Ux":{"Y":[]},"Uy":{"Y":[]},"Uz":{"Y":[]},"UA":{"Y":[]},"UB":{"Y":[]},"UC":{"Y":[]},"CL":{"Y":[]},"UD":{"Y":[]},"UE":{"Y":[]},"UF":{"Y":[]},"UG":{"Y":[]},"UH":{"Y":[]},"UI":{"Y":[]},"UJ":{"Y":[]},"CM":{"Y":[]},"UK":{"Y":[]},"UL":{"Y":[]},"UM":{"Y":[]},"UN":{"Y":[]},"UO":{"Y":[]},"UP":{"Y":[]},"UQ":{"Y":[]},"UR":{"Y":[]},"US":{"Y":[]},"UT":{"Y":[]},"UU":{"Y":[]},"UV":{"Y":[]},"UW":{"Y":[]},"CN":{"Y":[]},"UX":{"Y":[]},"CO":{"Y":[]},"UY":{"Y":[]},"UZ":{"Y":[]},"V_":{"Y":[]},"Md":{"U":[]},"YA":{"du":["U"],"du.T":"U"},"Me":{"Y":[]},"a28":{"du":["Y"],"du.T":"Y"},"xR":{"a_":[],"h":[]},"W_":{"au":["xR"]},"IT":{"a_":[],"h":[]},"xQ":{"au":["1"]},"rY":{"eQ":[],"b4":[],"Q":[],"ayv":[]},"qc":{"a_":[],"h":[]},"vw":{"b7":[],"aX":[],"h":[]},"Qr":{"au":["qc"]},"FW":{"fu":[],"b4":[],"Q":[]},"tg":{"aq":[],"h":[]},"yT":{"ae":[]},"yS":{"ae":[],"eG":[]},"ft":{"dI":[]},"Rf":{"l1":["cz","aH"]},"a_Q":{"bS":["cz","aH"],"bS.S":"cz","bS.T":"aH"},"a_P":{"bS":["aH","cz"],"bS.S":"aH","bS.T":"cz"},"tf":{"aq":[],"h":[]},"D5":{"a_":[],"h":[]},"VL":{"au":["D5"]},"Mg":{"bO":[]},"tv":{"cp":[]},"nc":{"b7":[],"aX":[],"h":[]},"t1":{"aq":[],"h":[]},"fo":{"cT":["1"],"fA":[]},"Du":{"hw":["1"],"eR":["1"],"ce":["1"]},"Ag":{"fo":["1"],"cT":["1"],"fA":[]},"u4":{"aq":[],"h":[]},"fV":{"ij":[]},"aSe":{"ij":[]},"RR":{"ij":[]},"iq":{"ij":[]},"ub":{"cT":["~"],"fA":[]},"VZ":{"ae":[]},"po":{"i2":["tw"],"b7":[],"aX":[],"h":[],"i2.T":"tw"},"tw":{"ae":[]},"Ms":{"a_":[],"h":[]},"XM":{"eQ":[],"b4":[],"Q":[],"ayv":[]},"vR":{"oe":[]},"vT":{"oe":[]},"vS":{"oe":[]},"Ne":{"cp":[]},"pE":{"cx":["pE"]},"rE":{"e9":[],"c1":[]},"mR":{"e9":[],"hB":[],"c1":[]},"yu":{"hB":[],"c1":[]},"yC":{"e9":[],"c1":[]},"yW":{"e9":[],"c1":[]},"Ml":{"e9":[],"c1":[]},"Au":{"hB":[],"c1":[]},"AK":{"hB":[],"c1":[]},"Ba":{"e9":[],"hB":[],"c1":[],"axl":[]},"ql":{"ayb":[],"c1":[]},"BK":{"hB":[],"c1":[]},"Sm":{"e9":[],"c1":[]},"iB":{"c1":[]},"l2":{"eZ":["F","F"]},"bw":{"eZ":["E","E"]},"yU":{"eZ":["i0","i0"]},"k_":{"eZ":["m","m"]},"zq":{"eZ":["1","1"]},"uo":{"dD":["i"],"dD.T":"i"},"PX":{"eZ":["i","i"]},"hC":{"eZ":["i","i"]},"v2":{"eZ":["ji","un"]},"Se":{"eZ":["i","i"]},"Cg":{"eZ":["l5","l5"]},"zI":{"a_":[],"h":[]},"Yt":{"au":["zI"],"b5":[]},"zJ":{"a_":[],"h":[]},"Ys":{"au":["zJ"]},"rt":{"cI":[]},"Is":{"cI":[]},"Mj":{"cI":[]},"Mk":{"cI":[]},"Pi":{"cI":[]},"Q9":{"cI":[]},"Qw":{"cI":[]},"R_":{"cI":[]},"R9":{"cI":[]},"RL":{"cI":[]},"qx":{"cI":[]},"RN":{"cI":[]},"RO":{"cI":[]},"RP":{"cI":[]},"f_":{"e9":[],"c1":[]},"IR":{"f_":[],"e9":[],"c1":[]},"MF":{"f_":[],"e9":[],"c1":[]},"PC":{"f_":[],"e9":[],"c1":[]},"RM":{"f_":[],"e9":[],"c1":[]},"S8":{"f_":[],"e9":[],"c1":[]},"SB":{"f_":[],"e9":[],"c1":[]},"MU":{"cp":[]},"MX":{"cp":[]},"MY":{"ev":[]},"uD":{"av":[],"h":[]},"AZ":{"D":[],"t":[],"al":[]},"PW":{"eq":[]},"dD":{"dD.T":"1"},"nN":{"rA":["~"],"kY":["~"],"mE":["~"],"ae":[],"kY.0":"~"},"Xd":{"jb":[]},"HD":{"a_":[],"h":[]},"IU":{"aq":[],"h":[]},"Mr":{"aq":[],"h":[]},"m_":{"hr":[]},"tF":{"a_":[],"h":[]},"LJ":{"a_":[],"h":[]},"Ng":{"a_":[],"h":[]},"R1":{"a_":[],"h":[]},"MJ":{"aq":[],"h":[]},"MK":{"aq":[],"h":[]},"ML":{"aq":[],"h":[]},"Mb":{"f8":[]},"PP":{"f8":[]},"Rn":{"f8":[]},"Qa":{"f8":[]},"LF":{"f8":[]},"Te":{"f8":[]},"Ik":{"f8":[]},"eT":{"aE2":[]},"Az":{"aq":[],"h":[]},"Qj":{"aq":[],"h":[]},"Qk":{"a_":[],"h":[]},"Qo":{"a_":[],"h":[]},"Ql":{"aq":[],"h":[]},"Qm":{"aq":[],"h":[]},"Qn":{"aq":[],"h":[]},"Qp":{"a_":[],"h":[]},"KS":{"ae":[]},"Rb":{"aq":[],"h":[]},"Rc":{"aq":[],"h":[]},"nM":{"aq":[],"h":[]},"Bg":{"aq":[],"h":[]},"R4":{"aq":[],"h":[]},"Tg":{"aq":[],"h":[]},"R6":{"a_":[],"h":[]},"qo":{"mF":["o"],"hi":["o"],"ka":["o"],"hi.0":"o"},"nO":{"mF":["+size,speed(E,E)"],"hi":["+size,speed(E,E)"],"ka":["+size,speed(E,E)"],"hi.0":"+size,speed(E,E)"},"FP":{"fW":["b5"]},"a1j":{"fX":["b5","FP"],"b5":[]},"Rp":{"a_":[],"h":[]},"a_W":{"a_":[],"h":[]},"Rr":{"aq":[],"h":[]},"Ro":{"a_":[],"h":[]},"Rq":{"a_":[],"h":[]},"qI":{"mF":["jn"],"hi":["jn"],"ka":["jn"],"hi.0":"jn"},"xv":{"a_":[],"h":[]},"CP":{"aq":[],"h":[]},"V1":{"aq":[],"h":[]},"V0":{"aq":[],"h":[]},"zG":{"uy":[]},"Hy":{"aq":[],"h":[]},"HA":{"aq":[],"h":[]},"Ia":{"aq":[],"h":[]},"CQ":{"tz":[]},"n7":{"aq":[],"h":[]},"PU":{"cp":[]},"rw":{"de":["cH<2>"],"hE":["cH<2>"],"ny":[]},"kY":{"mE":["1"]},"rA":{"kY":["1"],"mE":["1"]},"xg":{"rw":["1","2"],"de":["cH<2>"],"hE":["cH<2>"],"ny":[],"de.0":"cH<2>"},"rB":{"rx":["1","2"],"ry":["1","2"],"o9":["1","2"],"cK":["2"],"iR":["cH<2>"],"bE":["cH<2>"],"bE.0":"cH<2>","cK.T":"2"},"ry":{"o9":["1","2"],"cK":["2"],"bE":["cH<2>"]},"rx":{"ry":["1","2"],"o9":["1","2"],"cK":["2"],"bE":["cH<2>"]},"hU":{"cH":["1"]},"eY":{"cH":["1"]},"hh":{"cH":["1"]},"iR":{"bE":["1"]},"aCd":{"ny":[]},"de":{"hE":["1"],"ny":[]},"og":{"id":["1"]},"aFK":{"id":["1"]},"It":{"bO":[]},"EC":{"id":["1"]},"qb":{"hE":["2"]},"hF":{"Ge":["1"]},"uc":{"de":["2"],"hE":["2"],"ny":[]},"hi":{"ka":["1"]},"mF":{"hi":["1"],"ka":["1"]},"xh":{"uc":["1","2"],"de":["2"],"hE":["2"],"ny":[],"de.0":"2"},"rC":{"ud":["1","2"],"iR":["2"],"bE":["2"],"bE.0":"2"},"ud":{"bE":["2"]},"tJ":{"de":["1"],"hE":["1"],"ny":[]},"xi":{"tJ":["1"],"de":["1"],"hE":["1"],"ny":[],"de.0":"1"},"xj":{"AA":["1"],"iR":["1"],"kW":["1"],"bE":["1"],"bE.0":"1"},"AA":{"bE":["1"]},"eL":{"bL":[]},"zt":{"eL":[],"bL":[]},"pD":{"cf":[],"bL":[]},"cf":{"bL":[]},"jp":{"ci":[]},"T7":{"bL":[]},"Iq":{"l":["j"]},"aNe":{"a_":[],"h":[]},"aNs":{"b7":[],"aX":[],"h":[]},"aPM":{"a_":[],"h":[]},"aO8":{"a_":[],"h":[]},"aO9":{"au":["aO8"],"b5":[]},"aU8":{"b7":[],"aX":[],"h":[]},"aTk":{"b7":[],"aX":[],"h":[]},"hB":{"c1":[]},"ayb":{"c1":[]}}')) +A.aUi(v.typeUniverse,JSON.parse('{"aOK":1,"e2":1,"dE":1,"cS":2,"lZ":1,"LG":2,"Sq":1,"RX":1,"RY":1,"Lt":1,"LZ":1,"yE":1,"T_":1,"vB":1,"Gr":2,"w7":1,"xP":1,"zy":1,"ua":1,"ob":1,"os":1,"Vu":1,"vN":1,"FA":1,"WL":1,"qW":1,"Ew":1,"Dx":1,"a0F":1,"DT":1,"oh":1,"w9":1,"E4":1,"Yw":2,"X_":1,"Yo":1,"a0A":2,"a0z":2,"Fs":2,"Ft":1,"Fu":1,"G4":2,"Ir":1,"wy":1,"cx":1,"kJ":1,"MQ":1,"yz":1,"db":1,"LQ":1,"w6":1,"L3":1,"x8":1,"rV":1,"De":1,"Df":1,"Dg":1,"Ar":1,"Gp":1,"Dk":1,"GC":1,"CD":1,"yc":1,"As":2,"P9":1,"GD":1,"wI":1,"xS":1,"Di":1,"N3":1,"ep":1,"eP":1,"AO":1,"y6":1,"wr":1,"ER":1,"qh":1,"FE":1,"oL":1,"tE":1,"ru":1,"w4":1,"cT":1,"SS":1,"L8":1,"aDI":1,"ia":1,"eA":1,"kh":1,"cG":1,"EX":1,"Rd":1,"uQ":1,"wJ":1,"uh":1,"Nd":1,"r2":1,"wo":1,"ir":1,"ek":1,"Dh":1,"FX":1,"fW":1,"xQ":1,"qm":1,"vA":1,"X8":1,"a0o":1,"Ye":1,"zq":1,"I5":2,"mE":1,"CY":2,"CZ":2,"iR":1,"aCd":1,"id":1,"aFK":1,"Hr":1,"HQ":1,"PR":1,"EC":1,"Ez":1,"EA":2,"EB":2,"ka":1,"D_":2,"kW":1,"D0":1,"E_":1,"aTa":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",T:"% of the way to being a CircleBorder that is ",N:"' has been assigned during initialization.",C:"===== asynchronous gap ===========================\n",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",c:"Cannot fire new event. Controller is already firing an event",w:'Cannot use "ref" after the widget was disposed.',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',l:"Error handler must accept one Object or one Object and a StackTrace as arguments, and return a value of the returned future's type",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",s:"TextInputClient.updateEditingStateWithDeltas",m:"TextInputClient.updateEditingStateWithTag",u:"There was a problem trying to load FontManifest.json",t:"Use JsonReader.setLenient(true) to accept malformed 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.am +return{vH:s("aMf"),od:s("bb"),pC:s("oG"),i3:s("mz"),A_:s("kU"),so:s("ch"),Jo:s("ch"),rb:s("ch"),m:s("ch"),Bs:s("ch"),s1:s("xd"),wr:s("kV"),vp:s("oK"),S7:s("HN"),jo:s("a4v"),pR:s("mD"),M1:s("HV"),iI:s("f_"),Al:s("mH"),jj:s("mJ"),m_:s("cu"),k:s("aP"),r:s("fO"),pI:s("rL"),V4:s("cv"),wY:s("cw"),nz:s("cw"),OX:s("cw"),vr:s("cw"),gv:s("cw"),fN:s("cw"),Tx:s("cw"),AX:s("cw"),sl:s("cw"),j5:s("cw"),_n:s("cw"),ZQ:s("cw"),zB:s("cw"),d0:s("e4?,ce<@>>"),Uc:s("eL"),vg:s("eo"),Ox:s("aBm"),Lh:s("xE"),XY:s("rO"),p1:s("IA"),qo:s("rP"),z7:s("IC"),m6:s("ID"),E_:s("xF"),Bn:s("IF"),wW:s("oR"),S3:s("xG"),BQ:s("xH"),nR:s("xI"),Hz:s("iT"),hP:s("jO"),G:s("F"),IC:s("e5"),zC:s("cx"),qO:s("oU"),w:s("W"),eL:s("W"),fF:s("fk"),N7:s("rZ"),vn:s("t_"),pU:s("aC>"),VD:s("aNe"),ho:s("Z"),gF:s("fm<~>"),My:s("y3<@>"),H5:s("aNs"),HY:s("fn"),v_:s("t3"),ip:s("t4"),I7:s("aZF"),fs:s("t5"),l4:s("aNH"),Uf:s("mV"),uy:s("aNK"),yS:s("t7"),Je:s("aZR"),f6:s("e7<~>"),JX:s("Lf"),I:s("hY"),ra:s("aZS"),xm:s("fQ"),HU:s("l5"),yN:s("Lj"),oV:s("p5>"),uL:s("jU"),zk:s("jV"),R7:s("e9"),Tu:s("b1"),Ee:s("R<@>"),h:s("b4"),Lt:s("bO"),I3:s("at"),VI:s("cp"),IX:s("iZ"),bh:s("p8"),oB:s("p9"),_w:s("l8"),HH:s("l9"),OO:s("hn"),cP:s("pa"),b6:s("pb"),P9:s("la"),eI:s("pc"),Ie:s("yB"),gw:s("aCd"),rq:s("ho"),yX:s("th"),US:s("fS"),N8:s("yG"),s4:s("n0"),OE:s("n1"),mx:s("d9"),l5:s("n3"),t1:s("tq"),zq:s("tr"),dg:s("yM"),ia:s("ph"),VW:s("pi"),FK:s("n4"),jU:s("yN"),OP:s("ci"),Uy:s("aCn"),EM:s("b_6"),_8:s("hp"),ya:s("ts"),Z9:s("ai"),xd:s("ai(j,aH)"),yC:s("ai"),Ev:s("ai()"),L0:s("ai<@>"),T8:s("ai"),uz:s("ai<~>"),Fp:s("da"),b4:s("et"),Lu:s("et"),Ih:s("et"),C:s("tt"),nd:s("cP"),uA:s("cj"),C1:s("cj"),Uv:s("cj"),jn:s("cj"),YC:s("cj"),hg:s("cj"),Qm:s("cj"),UN:s("cj
"),ok:s("cj"),fg:s("cj"),Bk:s("cj"),xR:s("pl"),Bt:s("fU"),yi:s("fU>"),TX:s("pm"),bT:s("pm>"),By:s("fV"),aq:s("pn"),Js:s("by"),cl:s("po"),R1:s("ab3"),cU:s("i0"),rQ:s("b_i"),xB:s("axl"),op:s("yX<~(n2)>"),G7:s("Mo>"),rA:s("le"),Pd:s("i1"),mS:s("pq"),AL:s("hq"),Fn:s("lf"),zE:s("al"),fe:s("ty"),Lk:s("aCG"),g5:s("z_"),Oh:s("pu"),J2:s("tD"),dW:s("j3"),SG:s("na"),Bc:s("nb"),d1:s("hr"),Gi:s("tG"),IS:s("fu"),q0:s("nc"),og:s("dU"),WB:s("b7"),JZ:s("acb"),XO:s("nf"),pT:s("acc"),Hd:s("ng"),vz:s("b_"),nQ:s("nh"),Ya:s("tH"),K9:s("zb<@>"),JY:s("l<@>"),VG:s("l"),jI:s("u
"),QP:s("u"),fE:s("u"),NS:s("u"),eZ:s("u>"),PE:s("u>"),qh:s("u>"),ca:s("u>"),fn:s("u"),sq:s("u"),iW:s("u"),qN:s("u"),AT:s("u"),t_:s("u"),KV:s("u"),kQ:s("u"),ew:s("u"),qa:s("u"),ZD:s("u"),hN:s("u"),D:s("u"),vl:s("u"),Up:s("u"),lX:s("u"),XS:s("u"),bp:s("u"),z8:s("u"),uf:s("u"),EN:s("u"),no:s("u"),wQ:s("u>"),mo:s("u>"),iQ:s("u"),oJ:s("u"),om:s("u>"),XZ:s("u"),Sx:s("u
"),Fa:s("u"),fJ:s("u"),VB:s("u
  • "),VO:s("u"),O_:s("u"),J:s("u"),K0:s("u"),CE:s("u"),G5:s("u>"),ML:s("u>"),q1:s("u>"),k5:s("u"),fQ:s("u"),s9:s("u"),Y4:s("u"),_f:s("u"),ER:s("u"),X_:s("u>"),i1:s("u>"),Eo:s("u"),ss:s("u"),a9:s("u>"),H7:s("u>"),n4:s("u>"),_I:s("u"),cc:s("u"),Xr:s("u"),YE:s("u"),tc:s("u"),Qg:s("u"),jl:s("u"),yv:s("u"),wi:s("u"),jT:s("u"),g8:s("u>"),Im:s("u>"),OM:s("u>"),KJ:s("u"),tZ:s("u"),v:s("u"),th:s("u"),ZP:s("u"),NK:s("u

    "),HO:s("u>"),BF:s("u"),ha:s("u>"),Co:s("u<+(j,o5)>"),AC:s("u<+(bW,bW)>"),lc:s("u<+(E,E,F)>"),AO:s("u"),Pc:s("u"),xT:s("u"),TT:s("u"),Ry:s("u"),QT:s("u"),VM:s("u"),yo:s("u"),Om:s("u"),k4:s("u"),Fm:s("u"),Va:s("u"),D1:s("u"),u1:s("u"),Bd:s("u"),d:s("u"),o4:s("u"),Qo:s("u"),b5:s("u"),N_:s("u"),bP:s("u"),ES:s("u"),X4:s("u"),s:s("u"),oU:s("u"),bt:s("u"),y1:s("u"),Lx:s("u"),sD:s("u"),VS:s("u"),fm:s("u"),Ne:s("u"),FO:s("u>>"),ch:s("u"),NQ:s("u"),XE:s("u"),LX:s("u"),Fv:s("u>"),p:s("u"),GA:s("u"),xj:s("u"),Na:s("u"),SW:s("u"),TV:s("u"),ob:s("u"),Kj:s("u"),CZ:s("u"),mz:s("u"),he:s("u"),zj:s("u"),IR:s("u"),CH:s("u"),m3:s("u"),Gm:s("u>"),jE:s("u"),qi:s("u"),uD:s("u"),s6:s("u"),lb:s("u"),YK:s("u"),Z5:s("u"),NB:s("u"),cR:s("u"),NM:s("u"),HZ:s("u"),up:s("u"),ee:s("u<@>"),t:s("u"),L:s("u"),ny:s("u?>"),Fi:s("u"),_m:s("u"),Z:s("u"),a0:s("u"),Zt:s("u()>"),iN:s("u()>"),xf:s("u"),sA:s("u"),U9:s("u<~(pk)?>"),u:s("u<~()>"),SM:s("u<~(o,bL?)>"),g:s("u<~(bb)>"),x8:s("u<~(jG)>"),j1:s("u<~(b1)>"),Jh:s("u<~(z)>"),bz:s("zg"),lZ:s("ac"),lT:s("k1"),dC:s("bo<@>"),e:s("e"),sW:s("pz<@>"),Hf:s("ht"),Cl:s("k2"),D2:s("fv"),M2:s("tO"),SQ:s("tP"),LE:s("pC"),XK:s("dD"),bR:s("bp"),NE:s("bp"),ku:s("bp"),hA:s("bp"),B:s("bp>"),af:s("bp"),L6:s("f3"),h_:s("N4"),kd:s("tQ"),rf:s("zu"),uF:s("aDa"),cS:s("f4>"),n_:s("fx>>>"),gL:s("fx>"),z_:s("fx"),oM:s("fx"),wO:s("pH<@>"),Rk:s("z"),gZ:s("z"),CI:s("z
    "),gS:s("z"),aa:s("z"),qC:s("z"),UX:s("z"),LF:s("z"),Uh:s("z>"),aS:s("z"),I1:s("z"),RS:s("z"),V1:s("z"),yp:s("z"),Xw:s("z"),Z4:s("z"),j:s("z<@>"),Cm:s("z"),Dn:s("z"),I_:s("ae"),f0:s("fy"),da:s("lq"),b7:s("tW"),JW:s("tX"),bd:s("f"),bS:s("aDe"),zI:s("ey"),CW:s("Ni"),tO:s("bk"),UH:s("bk"),DC:s("bk"),q9:s("bk"),sw:s("bk>"),qE:s("bk>"),Dx:s("pK<@,@>"),kY:s("aH"),GU:s("aH"),a:s("aH"),_P:s("aH"),e3:s("aH"),f:s("aH<@,@>"),xE:s("aH"),F:s("aH"),rr:s("aH<~(b8),aN?>"),tN:s("dF"),C9:s("dF"),HA:s("S"),B5:s("S"),Gf:s("S"),rB:s("S"),qn:s("S"),Xv:s("S<+(E,E,F),+(E,E,F)>"),Tr:s("S"),fc:s("u3"),iB:s("aPN"),c4:s("U"),sQ:s("j6<~>"),Le:s("zX<@>"),ui:s("di"),h9:s("cb"),Ak:s("cb
    "),kU:s("cb"),iL:s("cb"),XL:s("cb"),QL:s("cb"),Il:s("cb"),wG:s("cb"),Oc:s("pO"),xV:s("aN"),Yt:s("b_O"),l:s("lt"),tB:s("u8"),O5:s("k7"),Kv:s("hw"),xS:s("hx"),Pb:s("dd"),ZA:s("A2"),_h:s("k8"),Wz:s("i9"),Lb:s("fz"),ff:s("A5"),RZ:s("pU"),jW:s("nt"),A3:s("hz"),gc:s("dV"),u9:s("pV"),JS:s("k9"),uK:s("h0"),hC:s("Ag<~>"),_A:s("bz"),Jc:s("dG"),Tm:s("dG"),w3:s("dG"),ji:s("dG"),WA:s("dG"),ZE:s("dG"),Te:s("lv"),P:s("aS"),zr:s("nv"),K:s("o"),xA:s("o(m)"),_a:s("o(m{params:o?})"),yw:s("b0"),CT:s("b0()>"),fy:s("b0<~()>"),b:s("b0<~(bb)>"),jc:s("b0<~(jG)>"),o:s("i"),gY:s("j9"),Ms:s("lx"),N1:s("ui"),Mf:s("uj"),cD:s("jb"),pw:s("cT<@>"),sd:s("cT"),Q2:s("ul"),Fw:s("dW"),IL:s("dW"),ke:s("un"),rM:s("hB"),Wk:s("uo"),v3:s("p"),sv:s("lA"),BV:s("b_U"),ge:s("q_"),Ko:s("q0"),A:s("kc"),c:s("lD"),qL:s("b8"),GG:s("b_W"),XA:s("lE"),n2:s("q1"),WQ:s("q2"),w5:s("lF"),DB:s("q3"),PB:s("q4"),Mj:s("q5"),xb:s("q6"),ks:s("f6"),oN:s("q7"),kj:s("aDS"),bb:s("uv"),C0:s("aQZ"),iP:s("ux"),WK:s("de"),qB:s("bE"),o8:s("hE"),I0:s("id"),yH:s("aX"),jV:s("AI"),pK:s("b04"),Rp:s("+()"),M8:s("+size,speed(E,E)"),YT:s("A"),Bb:s("ig"),Qz:s("Qx"),MD:s("uG"),MY:s("AM"),re:s("AN"),x:s("D"),DW:s("qe"),f1:s("AX"),I9:s("t"),F5:s("av"),GM:s("aG"),Wx:s("lI"),nl:s("dj"),Ss:s("uI"),Cn:s("uJ"),dw:s("B8"),Ju:s("qg"),E1:s("B9"),UM:s("kg"),dZ:s("Bc"),yb:s("eA"),z4:s("dk"),k2:s("Bf"),Ba:s("cc"),zw:s("cc"),MV:s("cc"),o_:s("cc"),_K:s("uM"),ad:s("Bj"),UV:s("dI"),LQ:s("cz"),oj:s("uO"),Kh:s("lK"),pO:s("ce<@>(Q,o?)"),KT:s("nN"),SB:s("uP"),nY:s("aRu"),BL:s("aRu"),Np:s("uS"),R6:s("qo"),gG:s("uT"),mc:s("nO"),Cy:s("Bq"),FS:s("Bt"),gt:s("lM"),sm:s("By"),qd:s("b0h"),hI:s("b0i"),x9:s("eg"),mb:s("BE"),Wu:s("uY"),_S:s("cX"),ZX:s("jh"),bu:s("cr"),UF:s("qv"),g3:s("lP"),HS:s("nR"),n5:s("v1<@>"),hh:s("c5"),Ro:s("c5<@>"),RY:s("c6"),jH:s("nT"),hd:s("ji"),I8:s("qx"),WE:s("v3"),Vz:s("v4"),yE:s("b0v"),Mp:s("aY"),FW:s("I"),Ws:s("qz"),Dj:s("aS4"),q:s("nU"),Gt:s("v8"),U:s("kl"),M0:s("v9"),jB:s("nV"),O:s("eD"),Km:s("bL"),MF:s("eQ"),d2:s("a_"),Iz:s("aq"),N:s("j"),Vc:s("aSg"),NC:s("jk"),kL:s("bl"),WT:s("bl"),u4:s("bl"),Yw:s("bl"),rg:s("bl>"),az:s("bl"),Q6:s("bl"),Q4:s("bl"),E8:s("bl"),d9:s("bl"),hr:s("bl"),kO:s("bl<~>"),ZC:s("kn"),lu:s("ko"),LH:s("dw"),_0:s("C9"),if:s("aSo"),mi:s("Cj"),E:s("iw"),tp:s("Ck"),qY:s("jm"),bZ:s("aSt"),AS:s("o_"),em:s("q"),ta:s("kr"),we:s("iy"),ZM:s("qH"),ZF:s("ks>"),Ag:s("ks<@>"),HJ:s("qI"),oo:s("kt"),dd:s("b5"),qe:s("Cu"),V:s("fa"),U2:s("aSL"),f3:s("cf"),zW:s("ck"),Ni:s("aB"),Y:s("aB"),n:s("hN"),ns:s("lW"),e2:s("c8"),w7:s("amC"),rd:s("vv"),Po:s("amD"),H3:s("dJ"),F9:s("vw"),pm:s("vx"),gA:s("eS"),Sc:s("eS"),kk:s("ku"),lQ:s("CB"),bw:s("kv"),N2:s("vC<@>"),gU:s("iC"),Xu:s("T1"),xc:s("dx"),kK:s("dx"),Sj:s("vD"),co:s("bq"),i5:s("bq"),kr:s("bq"),Fg:s("bq<+(E,E)>"),zb:s("bq<+(m,m)>"),uh:s("bq"),N9:s("bq"),XR:s("bq"),lG:s("bq"),GY:s("jr"),Dg:s("CF"),rS:s("h7"),X3:s("lY"),gD:s("aZ"),Tv:s("cO"),S6:s("cO"),FI:s("cO"),ZK:s("cO"),n0:s("cO"),Ri:s("cO"),ow:s("cO"),kE:s("cO<~(o,bL?)>"),Pi:s("kx"),l7:s("h"),jA:s("ayv"),a7:s("vE"),iM:s("vF"),X5:s("eG"),tt:s("Y"),BJ:s("qO"),oL:s("ky"),L1:s("CR"),CL:s("qR"),h8:s("bv"),VY:s("bv"),yB:s("bv"),BT:s("bv"),oe:s("bv"),EZ:s("bv"),gR:s("bv<~>"),qj:s("vK"),BY:s("aTk"),ZW:s("qT"),B6:s("D7"),EG:s("qU"),bY:s("Ds"),TC:s("qV"),dA:s("m2"),Fb:s("m2"),Uz:s("m2"),Q8:s("Dv>"),UJ:s("WP"),qr:s("eH"),VA:s("m4"),x0:s("qY>"),l3:s("DF"),Wt:s("qZ"),BZ:s("iG>>"),IU:s("b18"),Eh:s("DK"),fk:s("vX"),h1:s("vY"),Lv:s("ay"),ot:s("ay"),LR:s("ay<@>"),wJ:s("ay"),gg:s("ay"),OZ:s("ay"),Kw:s("ay"),X6:s("ay"),W:s("ay<~>"),cK:s("w_"),Qu:s("m8"),U3:s("w1"),R9:s("oi"),f7:s("kA<@,@>"),Fy:s("kA"),WD:s("DW"),Nr:s("DX"),pp:s("fH"),oc:s("E0"),YL:s("r1"),kM:s("oj"),pt:s("wc"),Gk:s("E6"),PJ:s("wd"),Sq:s("cY"),T:s("cY"),Y6:s("cY"),ep:s("ok"),Fe:s("Ef"),xg:s("YQ"),Tp:s("om"),Vl:s("on"),yI:s("ma"),eU:s("wk"),sZ:s("Eu"),j4:s("Zi"),Li:s("Ex"),mm:s("wn"),mP:s("ED"),h7:s("kB"),zP:s("dM"),ri:s("EG"),l0:s("r3"),Lj:s("op"),zd:s("EL"),SN:s("EP"),kb:s("ws"),xL:s("wt"),im:s("oq"),Am:s("r4"),Ez:s("dY"),Pu:s("F0"),yd:s("F6"),jF:s("F8"),kS:s("a0l"),cV:s("fg"),fX:s("fg"),wT:s("fg<+(E,E)>"),DO:s("fg<+(m,m)>"),Kr:s("fg"),QS:s("fg"),Kc:s("r8"),S8:s("Fy"),c6:s("r9"),Sy:s("hc>"),Ln:s("hc"),bm:s("hc"),HE:s("wz"),f2:s("FO"),i9:s("wC"),tH:s("aU8"),yW:s("FT"),Wp:s("G6"),_l:s("rc"),DH:s("wH"),y:s("y"),i:s("E"),z:s("@"),C_:s("@(o)"),Hg:s("@(o,bL)"),S:s("m"),s5:s("0&*"),ub:s("o*"),tX:s("aB2?"),m2:s("xm?"),Vx:s("d8?"),sa:s("f0?"),eJ:s("oM?"),oI:s("c9?"),CD:s("cv?"),fz:s("IA?"),eQ:s("rP?"),MB:s("a65?"),L5:s("aBo?"),JG:s("xJ?"),cW:s("aBp?"),eG:s("xK?"),GB:s("aBr?"),VX:s("xL?"),_:s("F?"),YJ:s("e5?"),V2:s("hY?"),pc:s("dt?"),Dv:s("b4?"),pk:s("d9?"),RC:s("yL?"),uZ:s("ai?"),ZG:s("pq?"),gx:s("j0?"),lF:s("cQ?"),C6:s("aCL?"),ET:s("nc?"),Pr:s("nd?"),Q:s("j4?"),kc:s("z<@>?"),wh:s("z?"),y6:s("f?"),qA:s("h_?"),nA:s("aH?"),Xx:s("aH<@,@>?"),J1:s("aH?"),iD:s("aN?"),Y8:s("hw?"),WV:s("dd?"),X:s("o?"),Ff:s("aDE?"),dJ:s("j9?"),Zr:s("aDF?"),KX:s("dH?"),uR:s("jc?"),xO:s("nA?"),Qv:s("D?"),CA:s("qe?"),c_:s("b9?"),ym:s("lI?"),IT:s("dj?"),oW:s("lK?"),_N:s("uV?"),Ef:s("cr?"),Zi:s("c6?"),TZ:s("qw?"),pg:s("h2?"),tW:s("I?"),MR:s("kl?"),lE:s("eQ?"),R:s("j?"),zm:s("h5?"),p8:s("q?"),Dh:s("kr?"),YX:s("jn?"),dN:s("Cu?"),qf:s("ayr?"),zV:s("vs?"),ir:s("aB?"),nc:s("dJ?"),MQ:s("vw?"),Wn:s("js?"),av:s("Ey?"),Kp:s("op?"),gW:s("oq?"),IA:s("dY?"),JI:s("FE<@>?"),X7:s("y?"),PM:s("E?"),Nw:s("~()?"),Ci:s("bW"),H:s("~"),M:s("~()"),CF:s("~(o,bL?)"),Vu:s("~(b1)"),Su:s("~(n2)"),ph:s("~(z)"),mX:s("~(o)"),hK:s("~(o,bL)"),Ld:s("~(b8)"),iS:s("~(jf)"),HT:s("~(o?)"),NN:s("~(~())")}})();(function constants(){var s=hunkHelpers.makeConstList +B.JT=J.tI.prototype +B.b=J.u.prototype +B.d2=J.ze.prototype +B.e=J.tK.prototype +B.d=J.nj.prototype +B.c=J.lk.prototype +B.K_=J.k1.prototype +B.K0=J.e.prototype +B.b7=A.pU.prototype +B.eg=A.A7.prototype +B.eh=A.A8.prototype +B.B=A.pV.prototype +B.CT=J.Q3.prototype +B.l4=J.ku.prototype +B.a9A=new A.a3Z(0,"unknown") +B.cR=new A.dy(-1,-1) +B.Zk=new A.R4(null) +B.EX=new A.e1(B.cR,null,null,B.Zk,null) +B.F2=new A.dy(-1,1) +B.f7=new A.b2(24,24,24,24) +B.bd=new A.HW(1,"vertical") +B.ai=new A.zL(0,"start") +B.aZ=new A.Nl(0,"min") +B.dI=new A.oW(0,"start") +B.eI=new A.T8(1,"down") +B.I=new A.rQ(0,"none") +B.D7=new A.R1(null) +B.E1=new A.h3(40,40,null,null) +B.mU=new A.LJ(null) +B.u5=new A.Ng(null) +B.LW=A.a(s([B.D7,B.E1,B.mU,B.E1,B.u5]),t.p) +B.HX=new A.rT(B.bd,B.ai,B.aZ,B.dI,null,B.eI,null,B.LW,null) +B.Yc=new A.bI(B.f7,B.HX,null) +B.EZ=new A.e1(B.F2,null,null,B.Yc,null) +B.a9B=new A.iP(1,0) +B.lo=new A.iP(-1,0) +B.bS=new A.iP(-1,-1) +B.Z=new A.dy(0,0) +B.F0=new A.dy(0,1) +B.F1=new A.dy(0,-1) +B.io=new A.dy(1,0) +B.lp=new A.dy(1,1) +B.lq=new A.dy(1,-1) +B.lr=new A.dy(-1,0) +B.F3=new A.wY(null) +B.L=new A.HB(0,"normal") +B.F4=new A.HB(1,"preserve") +B.M=new A.jG(0,"dismissed") +B.b2=new A.jG(1,"forward") +B.aV=new A.jG(2,"reverse") +B.a3=new A.jG(3,"completed") +B.F5=new A.rv(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.ls=new A.xd(0,"exit") +B.lt=new A.xd(1,"cancel") +B.dw=new A.jH(0,"detached") +B.eO=new A.jH(1,"resumed") +B.ip=new A.jH(2,"inactive") +B.iq=new A.jH(3,"hidden") +B.eP=new A.jH(4,"paused") +B.F6=new A.HD(null) +B.F7=new A.HK(127) +B.ir=new A.xe(0,"polite") +B.is=new A.xe(1,"assertive") +B.fR=A.a(s([]),t.s) +B.m=new A.C8(1,"downstream") +B.kV=new A.fF(-1,-1,B.m,!1,-1,-1) +B.bB=new A.c_(-1,-1) +B.a0r=new A.d5("",B.kV,B.bB) +B.F8=new A.a4L(!1,"",B.fR,B.a0r,null) +B.S=new A.rD(0,"up") +B.cS=new A.rD(1,"right") +B.P=new A.rD(2,"down") +B.bT=new A.rD(3,"left") +B.bc=new A.HW(0,"horizontal") +B.F9=new A.HZ(null) +B.Fa=new A.HX(B.F9,null,null,null) +B.Fb=new A.xn(null,null,null,null,null,null,null,null) +B.as=new A.akx() +B.lu=new A.mH("flutter/accessibility",B.as,t.Al) +B.cp=new A.aci() +B.Fc=new A.mH("flutter/keyevent",B.cp,t.Al) +B.iz=new A.akI() +B.Fd=new A.mH("flutter/lifecycle",B.iz,A.am("mH")) +B.Fe=new A.mH("flutter/system",B.cp,t.Al) +B.cT=new A.mI(0,"clear") +B.Ff=new A.mI(12,"plus") +B.Fg=new A.mI(13,"modulate") +B.dx=new A.mI(3,"srcOver") +B.cm=new A.mI(6,"dstIn") +B.cn=new A.mI(8,"dstOut") +B.co=new A.a58(0,"normal") +B.A=new A.aU(0,0) +B.a_=new A.cu(B.A,B.A,B.A,B.A) +B.hD=new A.aU(4,4) +B.it=new A.cu(B.hD,B.hD,B.hD,B.hD) +B.hF=new A.aU(7,7) +B.Fh=new A.cu(B.hF,B.hF,B.hF,B.hF) +B.eq=new A.aU(8,8) +B.eQ=new A.cu(B.eq,B.eq,B.eq,B.eq) +B.hA=new A.aU(22,22) +B.Fi=new A.cu(B.hA,B.hA,B.hA,B.hA) +B.hC=new A.aU(40,40) +B.Fj=new A.cu(B.hC,B.hC,B.hC,B.hC) +B.hE=new A.aU(60,50) +B.Fk=new A.cu(B.hE,B.hE,B.hE,B.hE) +B.HM=new A.F(4293454056) +B.V=new A.Ic(1,"solid") +B.Fo=new A.c9(B.HM,1,B.V,-1) +B.o=new A.F(4278190080) +B.ar=new A.Ic(0,"none") +B.v=new A.c9(B.o,0,B.ar,-1) +B.Fq=new A.d8(B.v,B.v,B.v,B.v) +B.H5=new A.F(1291845632) +B.Fp=new A.c9(B.H5,0,B.V,-1) +B.lv=new A.d8(B.v,B.v,B.Fp,B.v) +B.Fr=new A.xq(null,null,null,null,null,null,null) +B.Fs=new A.xr(null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Ft=new A.xs(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Zu=new A.Rv(0,"normal") +B.kj=new A.Qt(null) +B.Fu=new A.xt(B.Zu,B.kj) +B.Df=new A.Rv(1,"fast") +B.Fv=new A.xt(B.Df,B.kj) +B.Fw=new A.aP(40,40,40,40) +B.Fx=new A.aP(56,56,56,56) +B.Fy=new A.aP(96,96,96,96) +B.lw=new A.aP(1/0,1/0,1/0,1/0) +B.Fz=new A.aP(0,1/0,56,56) +B.dy=new A.aP(0,1/0,0,1/0) +B.FA=new A.aP(50,1/0,0,1/0) +B.H4=new A.F(1006632960) +B.XE=new A.i(0,4) +B.FF=new A.e3(0.5,B.co,B.H4,B.XE,10) +B.SU=A.a(s([B.FF]),t.sq) +B.b3=new A.Ii(0,"rectangle") +B.FB=new A.dz(null,null,null,B.eQ,B.SU,null,B.b3) +B.FC=new A.a5d(1,"contain") +B.dz=new A.If(0,"tight") +B.lx=new A.If(5,"strut") +B.ly=new A.Ii(1,"circle") +B.cU=new A.a5e(0,"tight") +B.a4=new A.rJ(0,"dark") +B.W=new A.rJ(1,"light") +B.bU=new A.xw(0,"blink") +B.aF=new A.xw(1,"webkit") +B.cV=new A.xw(2,"firefox") +B.FI=new A.xx(null,null,null,null,null,null,null,null,null) +B.FJ=new A.a5t(0,"normal") +B.lz=new A.jZ(A.aHO(),A.am("jZ")) +B.iv=new A.jZ(A.aHO(),A.am("jZ")) +B.FK=new A.a4_() +B.FM=new A.HJ() +B.a9C=new A.I4() +B.FN=new A.I2() +B.lA=new A.I3() +B.lB=new A.a5m() +B.FO=new A.a64() +B.FP=new A.rZ() +B.FQ=new A.a70() +B.FR=new A.L2() +B.iw=new A.L3() +B.FS=new A.L4() +B.FT=new A.L8() +B.FU=new A.L9() +B.x=new A.yh() +B.FV=new A.a7B() +B.FW=new A.a7P() +B.FX=new A.a8J() +B.FY=new A.fr(A.am("fr")) +B.G_=new A.fr(A.am("fr")) +B.FZ=new A.fr(A.am("fr")) +B.lF=new A.Lt() +B.ix=new A.Lx() +B.t=new A.Lx() +B.G0=new A.a9a() +B.iy=new A.LU() +B.a9D=new A.Ma() +B.G1=new A.aaQ() +B.G2=new A.ab9() +B.G3=new A.ty() +B.G4=new A.tG() +B.Jp=new A.a9u(1,"auto") +B.G5=new A.MN() +B.X=new A.ach() +B.aL=new A.acj() +B.lG=function getTagFallback(o) { + var s = Object.prototype.toString.call(o); + return s.substring(8, s.length - 1); +} +B.G6=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.Gb=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.G7=function(hooks) { + if (typeof dartExperimentalFixupGetTag != "function") return hooks; + hooks.getTag = dartExperimentalFixupGetTag(hooks.getTag); +} +B.G8=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.Ga=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.G9=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.lH=function(hooks) { return hooks; } + +B.bV=new A.MS() +B.Gd=new A.Pq() +B.Ge=new A.aey() +B.Gf=new A.aeA() +B.lJ=new A.aeC() +B.Gg=new A.aeK() +B.lK=new A.o() +B.Gh=new A.PQ() +B.a6=new A.im(4,"keyboard") +B.lL=new A.nB() +B.Gi=new A.af8() +B.a9E=new A.afy() +B.Gj=new A.afH() +B.Gl=new A.ux() +B.lN=new A.nI() +B.Gm=new A.uM() +B.Gn=new A.ahP() +B.Go=new A.ahQ() +B.Gp=new A.ahR() +B.Gq=new A.ahS() +B.Gr=new A.aiH() +B.Gs=new A.uT() +B.Gt=new A.Rt() +B.Gu=new A.ajc() +B.lO=new A.lO() +B.Gv=new A.ajJ() +B.a=new A.ajK() +B.bW=new A.akw() +B.cW=new A.akA() +B.bG=new A.akB() +B.Gw=new A.ale() +B.Gx=new A.alk() +B.Gy=new A.all() +B.Gz=new A.alm() +B.GA=new A.alq() +B.GB=new A.als() +B.GC=new A.alt() +B.GD=new A.alu() +B.GE=new A.SJ() +B.lP=new A.o1() +B.lQ=new A.o3() +B.GF=new A.amN() +B.Q=new A.T5() +B.aW=new A.T6() +B.G=new A.A(0,0,0,0) +B.eJ=new A.Tc(0,0,0,0) +B.QX=A.a(s([]),A.am("u")) +B.lR=new A.Tb() +B.bw={} +B.dd=new A.W(B.bw,[],t.w) +B.a9F=new A.amZ() +B.lS=new A.V3() +B.dA=new A.Vb() +B.cq=new A.Vc() +B.GH=new A.Dh() +B.GI=new A.Wo() +B.eS=new A.WD() +B.GJ=new A.aoL() +B.GK=new A.aoP() +B.a9G=new A.WH() +B.cX=new A.WK() +B.eT=new A.aoZ() +B.ci=new A.kn("click") +B.bz=new A.kn("basic") +B.iA=new A.X9() +B.iB=new A.ap0() +B.lT=new A.Xd() +B.GM=new A.aq5() +B.GN=new A.aq6() +B.bX=new A.aq8() +B.ad=new A.E3() +B.GO=new A.Yz() +B.az=new A.ar_() +B.GQ=new A.ar0() +B.lU=new A.arX() +B.at=new A.a_M() +B.GR=new A.asj() +B.GS=new A.a27() +B.lV=new A.a5w(0,"pixel") +B.GX=new A.xA(null,null,null,null,null,null,null) +B.GY=new A.xB(null,null,null,null,null,null,null,null,null) +B.GZ=new A.xD(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.lW=new A.dT(0,B.v) +B.H_=new A.IH(B.kj) +B.ZJ=new A.BF(2,"clear") +B.iC=new A.xI(B.ZJ) +B.iD=new A.a6c(1,"intersect") +B.a7=new A.rQ(1,"hardEdge") +B.bY=new A.rQ(2,"antiAlias") +B.cY=new A.rQ(3,"antiAliasWithSaveLayer") +B.lX=new A.rS(0,"pasteable") +B.iE=new A.rS(1,"unknown") +B.iN=new A.F(4284960932) +B.k=new A.F(4294967295) +B.me=new A.F(4293582335) +B.Hk=new A.F(4280352861) +B.Hx=new A.F(4284636017) +B.md=new A.F(4293451512) +B.Hj=new A.F(4280097067) +B.HB=new A.F(4286403168) +B.mh=new A.F(4294957284) +B.Hn=new A.F(4281405725) +B.HG=new A.F(4289930782) +B.mg=new A.F(4294565596) +B.Hq=new A.F(4282453515) +B.mi=new A.F(4294966270) +B.eX=new A.F(4280032031) +B.HL=new A.F(4293386476) +B.iL=new A.F(4282991951) +B.HA=new A.F(4286149758) +B.ma=new A.F(4291478736) +B.m6=new A.F(4281413683) +B.HP=new A.F(4294242292) +B.iP=new A.F(4291869951) +B.H0=new A.mN(B.W,B.iN,B.k,B.me,B.Hk,B.Hx,B.k,B.md,B.Hj,B.HB,B.k,B.mh,B.Hn,B.HG,B.k,B.mg,B.Hq,B.mi,B.eX,B.mi,B.eX,B.HL,B.iL,B.HA,B.ma,B.o,B.o,B.m6,B.HP,B.iP,B.iN) +B.Hw=new A.F(4284612846) +B.m2=new A.F(4278442694) +B.HF=new A.F(4289724448) +B.mf=new A.F(4293848814) +B.iI=new A.F(4279374354) +B.H1=new A.mN(B.W,B.Hw,B.k,null,null,B.m2,B.o,null,null,null,null,null,null,B.HF,B.k,null,null,B.mf,B.iI,B.k,B.o,null,null,null,null,null,null,null,null,null,null) +B.HH=new A.F(4290479868) +B.HJ=new A.F(4291782265) +B.H2=new A.mN(B.a4,B.HH,B.o,null,null,B.m2,B.o,null,null,null,null,null,null,B.HJ,B.o,null,null,B.iI,B.mf,B.iI,B.k,null,null,null,null,null,null,null,null,null,null) +B.Hp=new A.F(4281867890) +B.Hu=new A.F(4283381643) +B.HI=new A.F(4291609308) +B.Ho=new A.F(4281544001) +B.Ht=new A.F(4283057240) +B.HN=new A.F(4293900488) +B.Hs=new A.F(4282983730) +B.Hy=new A.F(4284693320) +B.HO=new A.F(4294097077) +B.Hv=new A.F(4284486672) +B.HC=new A.F(4287372568) +B.iQ=new A.F(4293321189) +B.HD=new A.F(4287860633) +B.H3=new A.mN(B.a4,B.iP,B.Hp,B.Hu,B.me,B.HI,B.Ho,B.Ht,B.md,B.HN,B.Hs,B.Hy,B.mh,B.HO,B.Hv,B.HC,B.mg,B.eX,B.iQ,B.eX,B.iQ,B.iL,B.ma,B.HD,B.iL,B.o,B.o,B.iQ,B.m6,B.iN,B.iP) +B.D=new A.F(0) +B.lY=new A.F(1087163596) +B.H6=new A.F(134217728) +B.H7=new A.F(144613022) +B.H8=new A.F(1627389952) +B.H9=new A.F(1660944383) +B.m_=new A.F(16777215) +B.iF=new A.F(1723645116) +B.Ha=new A.F(1724434632) +B.Hb=new A.F(2155905152) +B.J=new A.F(2315255808) +B.Hc=new A.F(2583691263) +B.K=new A.F(3019898879) +B.H=new A.F(3707764736) +B.He=new A.F(402653184) +B.Hf=new A.F(4039164096) +B.m4=new A.F(4279858898) +B.iJ=new A.F(4280191205) +B.Hl=new A.F(4280361249) +B.iK=new A.F(4280391411) +B.m5=new A.F(4281348144) +B.bZ=new A.F(4282532418) +B.iM=new A.F(4284572001) +B.m8=new A.F(4284809178) +B.iO=new A.F(4287679225) +B.HE=new A.F(4288585374) +B.m9=new A.F(4290502395) +B.mb=new A.F(4292030255) +B.HK=new A.F(4292927712) +B.mc=new A.F(4293128957) +B.HQ=new A.F(4294309365) +B.HR=new A.F(4294638330) +B.HT=new A.F(436207616) +B.HU=new A.F(520093696) +B.HV=new A.F(536870911) +B.yY=new A.zL(1,"end") +B.aO=new A.Nl(1,"max") +B.ag=new A.oW(2,"center") +B.a_Z=new A.h3(28,28,null,null) +B.FG=new A.xv(B.a4,null) +B.E0=new A.h3(12,12,null,null) +B.FH=new A.xv(B.W,null) +B.Qw=A.a(s([B.a_Z,B.FG,B.E0,B.FH]),t.p) +B.HY=new A.rT(B.bd,B.yY,B.aO,B.ag,null,B.eI,null,B.Qw,null) +B.ml=new A.xO(0,"none") +B.HZ=new A.xO(1,"waiting") +B.iR=new A.xO(3,"done") +B.I_=new A.IU(null) +B.mm=new A.jP(0,"cut") +B.mn=new A.jP(1,"copy") +B.mo=new A.jP(2,"paste") +B.mp=new A.jP(3,"selectAll") +B.I0=new A.jP(5,"lookUp") +B.I1=new A.jP(6,"searchWeb") +B.I2=new A.jP(7,"share") +B.I3=new A.jP(8,"liveTextInput") +B.mq=new A.jQ(!1) +B.mr=new A.jQ(!0) +B.iS=new A.oW(1,"end") +B.ms=new A.oW(3,"stretch") +B.f0=new A.oW(4,"baseline") +B.mt=new A.e6(0.18,1,0.04,1) +B.I5=new A.e6(0.215,0.61,0.355,1) +B.I6=new A.e6(0.05,0,0.133333,0.06) +B.be=new A.e6(0.25,0.1,0.25,1) +B.dJ=new A.e6(0.42,0,1,1) +B.I7=new A.e6(0.67,0.03,0.65,0.09) +B.I8=new A.e6(0.075,0.82,0.165,1) +B.I9=new A.e6(0.208333,0.82,0.25,1) +B.bf=new A.e6(0.4,0,0.2,1) +B.Ia=new A.e6(0.445,0.05,0.55,0.95) +B.iT=new A.e6(0.35,0.91,0.33,0.97) +B.dL=new A.e6(0,0,0.58,1) +B.dK=new A.e6(0.42,0,0.58,1) +B.dB=new A.F(268435456) +B.eU=new A.F(285212671) +B.Ib=new A.dg(B.dB,null,null,B.dB,B.eU,B.dB,B.eU,B.dB,B.eU,B.dB,B.eU,0) +B.dF=new A.F(4290295992) +B.eZ=new A.F(4284177243) +B.Ic=new A.dg(B.dF,null,null,B.dF,B.eZ,B.dF,B.eZ,B.dF,B.eZ,B.dF,B.eZ,0) +B.dH=new A.F(4294375158) +B.eY=new A.F(4280427042) +B.Id=new A.dg(B.dH,null,null,B.dH,B.eY,B.dH,B.eY,B.dH,B.eY,B.dH,B.eY,0) +B.dE=new A.F(4288256409) +B.f_=new A.F(4285887861) +B.f1=new A.dg(B.dE,"inactiveGray",null,B.dE,B.f_,B.dE,B.f_,B.dE,B.f_,B.dE,B.f_,0) +B.f2=new A.dg(B.o,null,null,B.o,B.k,B.o,B.k,B.o,B.k,B.o,B.k,0) +B.dC=new A.F(3003121663) +B.eV=new A.F(2989502512) +B.Ie=new A.dg(B.dC,null,null,B.dC,B.eV,B.dC,B.eV,B.dC,B.eV,B.dC,B.eV,0) +B.dG=new A.F(4292269782) +B.If=new A.dg(B.dG,null,null,B.dG,B.bZ,B.dG,B.bZ,B.dG,B.bZ,B.dG,B.bZ,0) +B.cZ=new A.dg(B.o,"label",null,B.o,B.k,B.o,B.k,B.o,B.k,B.o,B.k,0) +B.iG=new A.F(343176320) +B.mk=new A.F(762738304) +B.mj=new A.F(678720640) +B.lZ=new A.F(1115059840) +B.iU=new A.dg(B.iG,"quaternarySystemFill",null,B.iG,B.mk,B.mj,B.lZ,B.iG,B.mk,B.mj,B.lZ,0) +B.Eo=new A.hL("Page Not Found",null,null,null,null,null,null) +B.lb=new A.DU(null) +B.Ih=new A.y1(null) +B.iH=new A.F(4278221567) +B.m3=new A.F(4278879487) +B.m1=new A.F(4278206685) +B.m7=new A.F(4282424575) +B.mu=new A.dg(B.iH,"systemBlue",null,B.iH,B.m3,B.m1,B.m7,B.iH,B.m3,B.m1,B.m7,0) +B.Hi=new A.F(4280032286) +B.Hm=new A.F(4280558630) +B.mv=new A.dg(B.k,"systemBackground",null,B.k,B.o,B.k,B.o,B.k,B.Hi,B.k,B.Hm,0) +B.dD=new A.F(4042914297) +B.eW=new A.F(4028439837) +B.Ig=new A.dg(B.dD,null,null,B.dD,B.eW,B.dD,B.eW,B.dD,B.eW,B.dD,B.eW,0) +B.a8l=new A.Wu(B.cZ,B.f1) +B.l8=new A.Ww(null,B.mu,B.mv,B.Ig,B.mv,!1,B.a8l) +B.c_=new A.t2(B.l8,null,null,null,null,null,null,null) +B.Ii=new A.a6T(1,"latency") +B.Ij=new A.y8(null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Ik=new A.y9(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.mw=new A.p0(0,"uninitialized") +B.Il=new A.p0(1,"initializingServices") +B.mx=new A.p0(2,"initializedServices") +B.Im=new A.p0(3,"initializingUi") +B.In=new A.p0(4,"initialized") +B.Io=new A.a7_(1,"traversalOrder") +B.c0=new A.L_(0,"background") +B.Ip=new A.L_(1,"foreground") +B.iV=new A.L1(!1) +B.a9c=new A.Z5(null) +B.dM=new A.mV(null,null,null,B.a9c,null) +B.a2H=new A.q(!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.aE=new A.Ci(0,"clip") +B.a2=new A.alX(0,"parent") +B.a9d=new A.Z7(null) +B.iW=new A.t7(B.a2H,null,!0,B.aE,null,B.a2,null,B.a9d,null) +B.iX=new A.p1(!1) +B.iY=new A.p1(!0) +B.iZ=new A.p2(!1) +B.j_=new A.p2(!0) +B.j0=new A.p3(!1) +B.j1=new A.p3(!0) +B.ah=new A.yb(3,"info") +B.Iq=new A.yb(5,"hint") +B.Ir=new A.yb(6,"summary") +B.a9H=new A.jR(1,"sparse") +B.Is=new A.jR(10,"shallow") +B.It=new A.jR(11,"truncateChildren") +B.Iu=new A.jR(5,"error") +B.Iv=new A.jR(6,"whitespace") +B.j2=new A.jR(7,"flat") +B.cr=new A.jR(8,"singleLine") +B.bo=new A.jR(9,"errorProperty") +B.Iw=new A.yd(null,null,null,null,null,null,null,null,null,null) +B.Ix=new A.yf(null,null,null,null,null) +B.my=new A.Ln(0,"down") +B.au=new A.Ln(1,"start") +B.Iy=new A.Lp(null) +B.Iz=new A.yn(null,null,null,null,null,null,null,null) +B.IA=new A.yo(null,null,null) +B.w=new A.b1(0) +B.aG=new A.b1(1e5) +B.d_=new A.b1(1e6) +B.IB=new A.b1(12e4) +B.j3=new A.b1(125e3) +B.IC=new A.b1(14e4) +B.f3=new A.b1(15e4) +B.ID=new A.b1(15e5) +B.IE=new A.b1(16667) +B.mz=new A.b1(167e3) +B.IF=new A.b1(18e4) +B.IG=new A.b1(18e5) +B.aw=new A.b1(2e5) +B.f4=new A.b1(2e6) +B.IH=new A.b1(225e3) +B.d0=new A.b1(3e5) +B.II=new A.b1(3e6) +B.mA=new A.b1(375e3) +B.IJ=new A.b1(4e4) +B.j4=new A.b1(4e5) +B.IK=new A.b1(45e3) +B.IL=new A.b1(5e4) +B.c1=new A.b1(5e5) +B.IM=new A.b1(5e6) +B.f5=new A.b1(6e5) +B.mB=new A.b1(7e4) +B.f6=new A.b1(75e3) +B.IN=new A.b1(-38e3) +B.IP=new A.eN(6,0,2,0) +B.bp=new A.b2(0,0,0,0) +B.mC=new A.b2(0,0,24,0) +B.IS=new A.b2(0,116,8,120) +B.IT=new A.b2(0,12,0,12) +B.IU=new A.b2(12,8,12,8) +B.mD=new A.b2(12,8,4,0) +B.IV=new A.b2(16,0,16,0) +B.IW=new A.b2(16,16,16,16) +B.IX=new A.b2(16,18,16,18) +B.IY=new A.b2(16,4,16,4) +B.IZ=new A.b2(20,0,20,3) +B.j5=new A.b2(20,20,20,20) +B.J_=new A.b2(24,0,24,0) +B.mE=new A.b2(28,28,28,28) +B.J1=new A.b2(4,0,4,0) +B.a9I=new A.b2(4,4,4,5) +B.J2=new A.b2(64,14,64,14) +B.J3=new A.b2(6,6,6,6) +B.mF=new A.b2(8,0,0,0) +B.J4=new A.b2(8,0,8,0) +B.J5=new A.b2(8,2,8,5) +B.mG=new A.b2(8,4,8,4) +B.j6=new A.b2(8,8,8,8) +B.mH=new A.b2(0.5,1,0.5,1) +B.J6=new A.yt(null) +B.J7=new A.yv(0,"noOpinion") +B.J8=new A.yv(1,"enabled") +B.f8=new A.yv(2,"disabled") +B.J9=new A.Lw(null) +B.a9J=new A.td(0) +B.j7=new A.p8(!1,!1,!1,!1) +B.j8=new A.p8(!1,!1,!1,!0) +B.mI=new A.p9(!1,!1,!1,!1) +B.mJ=new A.p9(!1,!1,!1,!0) +B.Ja=new A.yA(null,null,null,null,null,null,null,null,null,null,null) +B.j9=new A.l8(!1,!1,!1,!1) +B.ja=new A.l8(!1,!1,!1,!0) +B.dN=new A.l8(!0,!1,!1,!1) +B.dO=new A.l8(!0,!1,!1,!0) +B.mK=new A.l9(!1,!1,!1,!1) +B.mL=new A.l9(!1,!1,!1,!0) +B.f9=new A.l9(!0,!1,!1,!1) +B.fa=new A.l9(!0,!1,!1,!0) +B.mM=new A.hn(!1,!1,!1,!1) +B.mN=new A.hn(!1,!1,!1,!0) +B.Jb=new A.hn(!1,!1,!0,!1) +B.Jc=new A.hn(!1,!1,!0,!0) +B.cs=new A.hn(!0,!1,!1,!1) +B.ct=new A.hn(!0,!1,!1,!0) +B.Jd=new A.hn(!0,!1,!0,!1) +B.Je=new A.hn(!0,!1,!0,!0) +B.Jf=new A.pa(!1,!1,!1,!1) +B.Jg=new A.pa(!1,!1,!1,!0) +B.mO=new A.pb(!1,!0,!1,!1) +B.mP=new A.pb(!1,!0,!1,!0) +B.Jh=new A.la(!1,!1,!1,!1) +B.Ji=new A.la(!1,!1,!1,!0) +B.jb=new A.la(!0,!1,!1,!1) +B.jc=new A.la(!0,!1,!1,!0) +B.mQ=new A.pc(!1,!0,!1,!1) +B.mR=new A.pc(!1,!0,!1,!0) +B.jd=new A.n_(!1,!1,!1,!1) +B.je=new A.n_(!1,!1,!1,!0) +B.fb=new A.n_(!0,!1,!1,!1) +B.fc=new A.n_(!0,!1,!1,!0) +B.jf=new A.lb(!1,!1,!1,!1) +B.jg=new A.lb(!1,!1,!1,!0) +B.mS=new A.lb(!0,!1,!1,!1) +B.mT=new A.lb(!0,!1,!1,!0) +B.jn=new A.MA(61640,"FontAwesomeSolid","font_awesome_flutter",!1) +B.Jj=new A.tg(B.jn,16,null,null) +B.Jl=new A.yD(null) +B.fd=new A.pd(0,"none") +B.mV=new A.pd(1,"low") +B.mW=new A.pd(2,"medium") +B.jh=new A.pd(3,"high") +B.F=new A.I(0,0) +B.Jm=new A.LO(B.F,B.F) +B.mX=new A.LS(0,"tight") +B.Jn=new A.LS(1,"loose") +B.Jo=new A.tj(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.mY=new A.yH(0,"Start") +B.ji=new A.yH(1,"Update") +B.jj=new A.yH(2,"End") +B.jk=new A.n2(0,"touch") +B.fe=new A.n2(1,"traditional") +B.a9K=new A.a9E(0,"automatic") +B.Jq=new A.a9W(1,"italic") +B.jm=new A.hZ(5) +B.c2=new A.hZ(6) +B.n_=new A.f2("Invalid method call",null,null) +B.Ju=new A.f2("Expected envelope, got nothing",null,null) +B.b4=new A.f2("Message corrupted",null,null) +B.n0=new A.f2("Too many percent/permill",null,null) +B.Jv=new A.f2("Invalid envelope",null,null) +B.bH=new A.M9(0,"accepted") +B.a8=new A.M9(1,"rejected") +B.n1=new A.pk(0,"pointerEvents") +B.cu=new A.pk(1,"browserGestures") +B.c3=new A.yQ(0,"ready") +B.ff=new A.yQ(1,"possible") +B.Jw=new A.yQ(2,"defunct") +B.d1=new A.Mm(0,"linear") +B.n2=new A.Mm(1,"radial") +B.n3=new A.Mn(0,"forward") +B.n4=new A.Mn(1,"reverse") +B.cv=new A.tx(0,"push") +B.cw=new A.tx(1,"pop") +B.bI=new A.yY(0,"deferToChild") +B.aH=new A.yY(1,"opaque") +B.c4=new A.yY(2,"translucent") +B.Jx=new A.Mr(null) +B.Jy=new A.pt(null) +B.Jz=new A.abF(61640,"FontAwesomeRegular","font_awesome_flutter",!1) +B.JA=new A.MA(61582,"FontAwesomeSolid","font_awesome_flutter",!1) +B.n5=new A.jX(57490,"MaterialIcons",null,!0) +B.n6=new A.jX(58332,"MaterialIcons",null,!1) +B.JB=new A.jX(58372,"MaterialIcons",null,!1) +B.JD=new A.cQ(32,null,null,null,null,null,null,null) +B.JE=new A.cQ(null,null,null,null,null,B.o,null,null) +B.jo=new A.cQ(24,0,400,0,48,B.o,1,null) +B.JF=new A.cQ(null,null,null,null,null,B.k,null,null) +B.JC=new A.jX(58727,"MaterialIcons",null,!1) +B.JG=new A.yZ(B.JC,null,null) +B.JH=new A.tC(null,null,null,null,null,null) +B.JO=new A.MH(!0,!0,B.dd) +B.JP=new A.MK(null) +B.JQ=new A.ML(null) +B.JR=new A.MJ(null) +B.ae=A.a(s([]),t.oU) +B.JS=new A.lj("\ufffc",null,null,!0,!0,B.ae) +B.JW=new A.hs(0,0.1,B.ad) +B.JV=new A.hs(0.125,0.25,B.ad) +B.JU=new A.hs(0.6,1,B.ad) +B.n7=new A.hs(0.5,1,B.be) +B.JX=new A.hs(0.2075,0.4175,B.ad) +B.I4=new A.e6(0.19,1,0.22,1) +B.JY=new A.hs(0.5,1,B.I4) +B.JZ=new A.hs(0.0825,0.2075,B.ad) +B.n8=new A.za(0,"grapheme") +B.n9=new A.za(1,"word") +B.na=new A.MV(null) +B.K1=new A.MW(null) +B.jp=new A.tM(2,"center") +B.K4=new A.N_(0,"rawKeyData") +B.K5=new A.N_(1,"keyDataThenRawKeyData") +B.bq=new A.zk(0,"down") +B.K6=new A.fZ(B.w,B.bq,0,0,null,!1) +B.dP=new A.nl(0,"handled") +B.dQ=new A.nl(1,"ignored") +B.fg=new A.nl(2,"skipRemainingHandlers") +B.b5=new A.zk(1,"up") +B.K7=new A.zk(2,"repeat") +B.h8=new A.f(4294967562) +B.K8=new A.tP(B.h8,0,"numLock") +B.h9=new A.f(4294967564) +B.K9=new A.tP(B.h9,1,"scrollLock") +B.e2=new A.f(4294967556) +B.Ka=new A.tP(B.e2,2,"capsLock") +B.d3=new A.pC(0,"any") +B.bJ=new A.pC(3,"all") +B.Kb=new A.acR(0,"platformDefault") +B.nb=new A.k3(0,"preComp") +B.nc=new A.k3(2,"image") +B.jq=new A.k3(6,"unknown") +B.bK=new A.pE("INFO",800) +B.Kg=new A.pE("WARNING",900) +B.nd=new A.zw(0,"opportunity") +B.jr=new A.zw(2,"mandatory") +B.ne=new A.zw(3,"endOfText") +B.nf=new A.tT(0,"butt") +B.ng=new A.tT(1,"round") +B.nh=new A.tT(2,"unknown") +B.ni=new A.tU(0,"miter") +B.nj=new A.tU(1,"round") +B.nk=new A.tU(2,"bevel") +B.Kh=new A.pH(B.iw,A.am("pH")) +B.Ki=new A.zA(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Kj=A.a(s(["\xee.Hr.","d.Hr."]),t.s) +B.Kr=A.a(s(["1e kwartaal","2e kwartaal","3e kwartaal","4e kwartaal"]),t.s) +B.nm=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","dd/MM/y"]),t.s) +B.Km=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","dd/MM/yy"]),t.s) +B.Ks=A.a(s(["{0} \u0b20\u0b3e\u0b30\u0b47 {1}","{0} \u0b20\u0b3e\u0b30\u0b47 {1}","{1}, {0}","{1}, {0}"]),t.s) +B.Ko=A.a(s(["\uc81c 1/4\ubd84\uae30","\uc81c 2/4\ubd84\uae30","\uc81c 3/4\ubd84\uae30","\uc81c 4/4\ubd84\uae30"]),t.s) +B.c5=A.a(s(["domingo","lunes","martes","mi\xe9rcoles","jueves","viernes","s\xe1bado"]),t.s) +B.no=A.a(s(["sk","pr","an","tr","kt","pn","\u0161t"]),t.s) +B.fj=A.a(s(["\u043d","\u043f","\u0432","\u0441","\u0447","\u043f","\u0441"]),t.s) +B.nl=A.a(s(["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"]),t.s) +B.Kq=A.a(s(["\u041d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0425\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0413\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0414\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0422\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0417\u0443\u0440\u0433\u0430\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0414\u043e\u043b\u043e\u043e\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u041d\u0430\u0439\u043c\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0415\u0441\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0410\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0410\u0440\u0432\u0430\u043d \u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0410\u0440\u0432\u0430\u043d \u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440"]),t.s) +B.Kk=A.a(s(["\u044f\u043d\u0432.","\u0444\u0435\u0432\u0440.","\u043c\u0430\u0440\u0442","\u0430\u043f\u0440.","\u043c\u0430\u0439","\u0438\u044e\u043d\u044c","\u0438\u044e\u043b\u044c","\u0430\u0432\u0433.","\u0441\u0435\u043d\u0442.","\u043e\u043a\u0442.","\u043d\u043e\u044f\u0431.","\u0434\u0435\u043a."]),t.s) +B.nn=A.a(s(["\u10d8\u10d0\u10dc","\u10d7\u10d4\u10d1","\u10db\u10d0\u10e0","\u10d0\u10de\u10e0","\u10db\u10d0\u10d8","\u10d8\u10d5\u10dc","\u10d8\u10d5\u10da","\u10d0\u10d2\u10d5","\u10e1\u10d4\u10e5","\u10dd\u10e5\u10e2","\u10dc\u10dd\u10d4","\u10d3\u10d4\u10d9"]),t.s) +B.GG=new A.Vr() +B.GP=new A.YA() +B.GL=new A.XD() +B.GT=new A.a28() +B.Kl=A.a(s([B.GG,B.GP,B.GL,B.GT]),t.a9) +B.Kn=A.a(s(["vm.","nm."]),t.s) +B.Kp=A.a(s(["\u0c9c\u0ca8","\u0cab\u0cc6\u0cac\u0ccd\u0cb0","\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd","\u0c8f\u0caa\u0ccd\u0cb0\u0cbf","\u0cae\u0cc7","\u0c9c\u0cc2\u0ca8\u0ccd","\u0c9c\u0cc1\u0cb2\u0cc8","\u0c86\u0c97","\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82","\u0c85\u0c95\u0ccd\u0c9f\u0ccb","\u0ca8\u0cb5\u0cc6\u0c82","\u0ca1\u0cbf\u0cb8\u0cc6\u0c82"]),t.s) +B.np=A.a(s(["ne","po","\xfat","st","\u010dt","p\xe1","so"]),t.s) +B.Kt=A.a(s(["urtarrilak","otsailak","martxoak","apirilak","maiatzak","ekainak","uztailak","abuztuak","irailak","urriak","azaroak","abenduak"]),t.s) +B.nq=A.a(s(["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]),t.s) +B.Ku=A.a(s(["\u049b\u0430\u04a3\u0442\u0430\u0440","\u0430\u049b\u043f\u0430\u043d","\u043d\u0430\u0443\u0440\u044b\u0437","\u0441\u04d9\u0443\u0456\u0440","\u043c\u0430\u043c\u044b\u0440","\u043c\u0430\u0443\u0441\u044b\u043c","\u0448\u0456\u043b\u0434\u0435","\u0442\u0430\u043c\u044b\u0437","\u049b\u044b\u0440\u043a\u04af\u0439\u0435\u043a","\u049b\u0430\u0437\u0430\u043d","\u049b\u0430\u0440\u0430\u0448\u0430","\u0436\u0435\u043b\u0442\u043e\u049b\u0441\u0430\u043d"]),t.s) +B.Kv=A.a(s(["B.","B.E.","\xc7.A.","\xc7.","C.A.","C.","\u015e."]),t.s) +B.Kw=A.a(s(["\u0e81\u0ec8\u0ead\u0e99 \u0e84.\u0eaa.","\u0e84.\u0eaa."]),t.s) +B.Kx=A.a(s(["y\u5e74M\u6708d\u65e5 EEEE","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5","y/M/d"]),t.s) +B.fk=A.a(s(["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Setyembre","Oktubre","Nobyembre","Disyembre"]),t.s) +B.nr=A.a(s(["\u12a5","\u1230","\u121b","\u1228","\u1210","\u12d3","\u1245"]),t.s) +B.ns=A.a(s(["Oca","\u015eub","Mar","Nis","May","Haz","Tem","A\u011fu","Eyl","Eki","Kas","Ara"]),t.s) +B.Ky=A.a(s(["Sebelum Masehi","Masehi"]),t.s) +B.Kz=A.a(s(["EEEE, d MMMM y '\u0433'.","d MMMM y '\u0433'.","d MMM y '\u0433'.","d.MM.yy"]),t.s) +B.nt=A.a(s(["\u044f","\u0444","\u043c","\u0430","\u043c","\u044e","\u044e","\u0430","\u0441","\u043e","\u043d","\u0434"]),t.s) +B.KA=A.a(s(["EEEE, d. MMMM y.","d. MMMM y.","d. MMM y.","d. M. y."]),t.s) +B.c6=A.a(s(["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"]),t.s) +B.KB=A.a(s(["EEEE d. MMMM y","d. MMMM y","d. M. y","d. M. y"]),t.s) +B.KC=A.a(s(["\u5348\u524d","\u5348\u5f8c"]),t.s) +B.js=A.a(s(["HH.mm.ss zzzz","HH.mm.ss z","HH.mm.ss","HH.mm"]),t.s) +B.KD=A.a(s(["\u043f.\u043d.\u0435.","\u043d.\u0435."]),t.s) +B.fl=A.a(s(["\u0e21.\u0e04.","\u0e01.\u0e1e.","\u0e21\u0e35.\u0e04.","\u0e40\u0e21.\u0e22.","\u0e1e.\u0e04.","\u0e21\u0e34.\u0e22.","\u0e01.\u0e04.","\u0e2a.\u0e04.","\u0e01.\u0e22.","\u0e15.\u0e04.","\u0e1e.\u0e22.","\u0e18.\u0e04."]),t.s) +B.nu=A.a(s(["\u10d8","\u10d7","\u10db","\u10d0","\u10db","\u10d8","\u10d8","\u10d0","\u10e1","\u10dd","\u10dc","\u10d3"]),t.s) +B.KE=A.a(s(["e.\u0259.","y.e."]),t.s) +B.nv=A.a(s(["\u0b30\u0b2c\u0b3f","\u0b38\u0b4b\u0b2e","\u0b2e\u0b19\u0b4d\u0b17\u0b33","\u0b2c\u0b41\u0b27","\u0b17\u0b41\u0b30\u0b41","\u0b36\u0b41\u0b15\u0b4d\u0b30","\u0b36\u0b28\u0b3f"]),t.s) +B.KG=A.a(s(["trim. I","trim. II","trim. III","trim. IV"]),t.s) +B.KH=A.a(s(["{1} 'n\xeb' {0}","{1} 'n\xeb' {0}","{1}, {0}","{1}, {0}"]),t.s) +B.KJ=A.a(s(["Tr\u01b0\u1edbc CN","Sau CN"]),t.s) +B.KI=A.a(s(["\u0c95\u0ccd\u0cb0\u0cbf.\u0caa\u0cc2","\u0c95\u0ccd\u0cb0\u0cbf.\u0cb6"]),t.s) +B.nw=A.a(s(["dg","dl","dt","dc","dj","dv","ds"]),t.s) +B.nx=A.a(s(["\u0642\u0628\u0644 \u0645\u0633\u06cc\u062d","\u0639\u06cc\u0633\u0648\u06cc"]),t.s) +B.KK=A.a(s(["{1} '\xe0s' {0}","{1} '\xe0s' {0}","{1}, {0}","{1}, {0}"]),t.s) +B.KL=A.a(s(["p.K.","mb.K."]),t.s) +B.ny=A.a(s(["H:mm:ss (zzzz)","H:mm:ss z","H:mm:ss","H:mm"]),t.s) +B.KM=A.a(s(["Th\xe1ng 1","Th\xe1ng 2","Th\xe1ng 3","Th\xe1ng 4","Th\xe1ng 5","Th\xe1ng 6","Th\xe1ng 7","Th\xe1ng 8","Th\xe1ng 9","Th\xe1ng 10","Th\xe1ng 11","Th\xe1ng 12"]),t.s) +B.nz=A.a(s(["\u10d9","\u10dd","\u10e1","\u10dd","\u10ee","\u10de","\u10e8"]),t.s) +B.KN=A.a(s(["{0} {1}","{0} {1}","{0}, {1}","{0}, {1}"]),t.s) +B.KO=A.a(s(["\u0e01\u0e48\u0e2d\u0e19 \u0e04.\u0e28.","\u0e04.\u0e28."]),t.s) +B.nA=A.a(s(["\u09b0","\u09b8\u09cb","\u09ae","\u09ac\u09c1","\u09ac\u09c3","\u09b6\u09c1","\u09b6"]),t.s) +B.KP=A.a(s(["\u0a88\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8 \u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0ac7","\u0a87\u0ab8\u0ab5\u0ac0\u0ab8\u0aa8"]),t.s) +B.KQ=A.a(s(["EEEE, d 'de' MMMM 'de' y","d 'de' MMMM 'de' y","d MMM y","dd/MM/yy"]),t.s) +B.aM=A.a(s(["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"]),t.s) +B.KT=A.a(s(["y MMMM d, EEEE","y MMMM d","y MMM d","y-MM-dd"]),t.s) +B.KR=A.a(s(["\u09e7\u09ae\u0983 \u09a4\u09bf\u0983","\u09e8\u09af\u09bc\u0983 \u09a4\u09bf\u0983","\u09e9\u09af\u09bc\u0983 \u09a4\u09bf\u0983","\u09ea\u09f0\u09cd\u09a5\u0983 \u09a4\u09bf\u0983"]),t.s) +B.nB=A.a(s(["\u0436\u0441","\u0434\u0441","\u0441\u0441","\u0441\u0440","\u0431\u0441","\u0436\u043c","\u0441\u0431"]),t.s) +B.nD=A.a(s(["\u043d\u0435\u0434\u0435\u0459\u0430","\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a","\u0443\u0442\u043e\u0440\u0430\u043a","\u0441\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a","\u043f\u0435\u0442\u0430\u043a","\u0441\u0443\u0431\u043e\u0442\u0430"]),t.s) +B.KS=A.a(s(["s","l","m","k","m","c","l","s","w","p","l","g"]),t.s) +B.nC=A.a(s(["\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940","\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940","\u092e\u093e\u0930\u094d\u091a","\u090f\u092a\u094d\u0930\u093f\u0932","\u092e\u0947","\u091c\u0942\u0928","\u091c\u0941\u0932\u0948","\u0911\u0917\u0938\u094d\u091f","\u0938\u092a\u094d\u091f\u0947\u0902\u092c\u0930","\u0911\u0915\u094d\u091f\u094b\u092c\u0930","\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930","\u0921\u093f\u0938\u0947\u0902\u092c\u0930"]),t.s) +B.KU=A.a(s(["\u0da2\u0db1","\u0db4\u0dd9\u0db6","\u0db8\u0dcf\u0dbb\u0dca","\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca","\u0db8\u0dd0\u0dba\u0dd2","\u0da2\u0dd6\u0db1\u0dd2","\u0da2\u0dd6\u0dbd\u0dd2","\u0d85\u0d9c\u0ddd","\u0dc3\u0dd0\u0db4\u0dca","\u0d94\u0d9a\u0dca","\u0db1\u0ddc\u0dc0\u0dd0","\u0daf\u0dd9\u0dc3\u0dd0"]),t.s) +B.nE=A.a(s(["\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c","\u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c","\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23","\u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18","\u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35","\u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c","\u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c"]),t.s) +B.KV=A.a(s(["\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e1\u05e4\u05d9\u05e8\u05d4","\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4"]),t.s) +B.nF=A.a(s(["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"]),t.s) +B.fm=A.a(s(["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"]),t.s) +B.KW=A.a(s(["EEEE, d. MMMM y","d. MMMM y","d. MMM y","d.M.y"]),t.s) +B.jt=A.a(s(["EEEE, d. MMMM y","d. MMMM y","dd.MM.y","dd.MM.yy"]),t.s) +B.KX=A.a(s([3,4]),t.t) +B.KY=A.a(s(["\u091c\u0928","\u092b\u0947\u092c","\u092e\u093e\u0930\u094d\u091a","\u0905\u092a\u094d\u0930","\u092e\u0947","\u091c\u0941\u0928","\u091c\u0941\u0932","\u0905\u0917","\u0938\u0947\u092a","\u0905\u0915\u094d\u091f\u094b","\u0928\u094b\u092d\u0947","\u0921\u093f\u0938\u0947"]),t.s) +B.KZ=A.a(s(["\uc624\uc804","\uc624\ud6c4"]),t.s) +B.nG=A.a(s(["\u0930\u0935\u093f\u0935\u093e\u0930","\u0938\u094b\u092e\u0935\u093e\u0930","\u092e\u0902\u0917\u0932\u0935\u093e\u0930","\u092c\u0941\u0927\u0935\u093e\u0930","\u0917\u0941\u0930\u0941\u0935\u093e\u0930","\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930","\u0936\u0928\u093f\u0935\u093e\u0930"]),t.s) +B.nH=A.a(s(["\u0906","\u0938\u094b","\u092e","\u092c\u0941","\u092c\u093f","\u0936\u0941","\u0936"]),t.s) +B.L_=A.a(s(["eram\u0131zdan \u0259vv\u0259l","yeni era"]),t.s) +B.nI=A.a(s(["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"]),t.s) +B.Ld=A.a(s(["\u0db4\u0dd9.\u0dc0.","\u0db4.\u0dc0."]),t.s) +B.Lg=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","dd/MM/yy"]),t.s) +B.Li=A.a(s(["Dom.","Luns","Mar.","M\xe9r.","Xov.","Ven.","S\xe1b."]),t.s) +B.Lh=A.a(s(["d.","l.","m.","m.","x.","v.","s."]),t.s) +B.Ll=A.a(s(["1. \u010dtvrtlet\xed","2. \u010dtvrtlet\xed","3. \u010dtvrtlet\xed","4. \u010dtvrtlet\xed"]),t.s) +B.nK=A.a(s(["\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df","\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9","\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9","\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9","\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9","\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9","\u05d9\u05d5\u05dd \u05e9\u05d1\u05ea"]),t.s) +B.nJ=A.a(s(["\u062d","\u0646","\u062b","\u0631","\u062e","\u062c","\u0633"]),t.s) +B.Lm=A.a(s(["Die","H\xebn","Mar","M\xebr","Enj","Pre","Sht"]),t.s) +B.nM=A.a(s(["H:mm:ss (zzzz)","H:mm:ss (z)","H:mm:ss","H:mm"]),t.s) +B.Lq=A.a(s(["a h\uc2dc m\ubd84 s\ucd08 zzzz","a h\uc2dc m\ubd84 s\ucd08 z","a h:mm:ss","a h:mm"]),t.s) +B.nL=A.a(s(["\u0399","\u03a6","\u039c","\u0391","\u039c","\u0399","\u0399","\u0391","\u03a3","\u039f","\u039d","\u0394"]),t.s) +B.nN=A.a(s(["\u0da2","\u0db4\u0dd9","\u0db8\u0dcf","\u0d85","\u0db8\u0dd0","\u0da2\u0dd6","\u0da2\u0dd6","\u0d85","\u0dc3\u0dd0","\u0d94","\u0db1\u0dd9","\u0daf\u0dd9"]),t.s) +B.Lt=A.a(s(["M\xd6","MS"]),t.s) +B.Lu=A.a(s(["y\u5e74M\u6708d\u65e5EEEE","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5","y/M/d"]),t.s) +B.Lr=A.a(s(["Sul","Llun","Maw","Mer","Iau","Gwen","Sad"]),t.s) +B.Ls=A.a(s(["n","p","w","\u015b","c","p","s"]),t.s) +B.nP=A.a(s(["jan.","feb.","mar.","apr.","maj","jun.","jul.","avg.","sep.","okt.","nov.","dec."]),t.s) +B.nO=A.a(s(["\u0441","\u043b","\u0441","\u043a","\u043c","\u0447","\u043b","\u0436","\u0432","\u043a","\u043b","\u0441"]),t.s) +B.nQ=A.a(s(["\u0a10","\u0a38\u0a4b","\u0a2e\u0a70","\u0a2c\u0a41\u0a71","\u0a35\u0a40","\u0a38\u0a3c\u0a41\u0a71","\u0a38\u0a3c"]),t.s) +B.Lv=A.a(s(["\u1798\u17bb\u1793 \u1782.\u179f.","\u1782.\u179f."]),t.s) +B.nR=A.a(s(["dg.","dl.","dt.","dc.","dj.","dv.","ds."]),t.s) +B.fn=A.a(s(["H:mm:ss zzzz","H:mm:ss z","H:mm:ss","H:mm"]),t.s) +B.Lx=A.a(s([23,114,69,56,80,144]),t.t) +B.Lw=A.a(s([49,65,89,38,83,89]),t.t) +B.Qf=A.a(s([137,80,78,71,13,10,26,10]),t.Z) +B.JI=new A.lh(B.Qf,"image/png") +B.Ly=A.a(s([71,73,70,56,55,97]),t.Z) +B.JM=new A.lh(B.Ly,"image/gif") +B.Lz=A.a(s([71,73,70,56,57,97]),t.Z) +B.JN=new A.lh(B.Lz,"image/gif") +B.KF=A.a(s([255,216,255]),t.Z) +B.JJ=new A.lh(B.KF,"image/jpeg") +B.Nb=A.a(s([82,73,70,70,null,null,null,null,87,69,66,80]),t.Z) +B.JL=new A.lh(B.Nb,"image/webp") +B.LR=A.a(s([66,77]),t.Z) +B.JK=new A.lh(B.LR,"image/bmp") +B.LA=A.a(s([B.JI,B.JM,B.JN,B.JJ,B.JL,B.JK]),A.am("u")) +B.nS=A.a(s(["\u0930\u0935\u093f","\u0938\u094b\u092e","\u092e\u0902\u0917\u0933","\u092c\u0941\u0927","\u0917\u0941\u0930\u0941","\u0936\u0941\u0915\u094d\u0930","\u0936\u0928\u093f"]),t.s) +B.LB=A.a(s([4,4]),t.t) +B.nT=A.a(s([4,5]),t.t) +B.nU=A.a(s(["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]),t.s) +B.LC=A.a(s(["EEEE\u060c d MMMM y","d MMMM y","dd\u200f/MM\u200f/y","d\u200f/M\u200f/y"]),t.s) +B.d4=A.a(s(["1\uc6d4","2\uc6d4","3\uc6d4","4\uc6d4","5\uc6d4","6\uc6d4","7\uc6d4","8\uc6d4","9\uc6d4","10\uc6d4","11\uc6d4","12\uc6d4"]),t.s) +B.LD=A.a(s(["p\u0159ed na\u0161\xedm letopo\u010dtem","na\u0161eho letopo\u010dtu"]),t.s) +B.LE=A.a(s(["\u05e8\u05d1\u05e2\u05d5\u05df 1","\u05e8\u05d1\u05e2\u05d5\u05df 2","\u05e8\u05d1\u05e2\u05d5\u05df 3","\u05e8\u05d1\u05e2\u05d5\u05df 4"]),t.s) +B.LF=A.a(s(["1. \u043a\u0432.","2. \u043a\u0432.","3. \u043a\u0432.","4. \u043a\u0432."]),t.s) +B.nV=A.a(s(["\u0570\u0576\u057e","\u0583\u057f\u057e","\u0574\u0580\u057f","\u0561\u057a\u0580","\u0574\u0575\u057d","\u0570\u0576\u057d","\u0570\u056c\u057d","\u0585\u0563\u057d","\u057d\u0565\u057a","\u0570\u0578\u056f","\u0576\u0578\u0575","\u0564\u0565\u056f"]),t.s) +B.dR=A.a(s(["s\xf8n.","man.","tir.","ons.","tor.","fre.","l\xf8r."]),t.s) +B.LM=A.a(s(["\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09aa\u09c2\u09b0\u09cd\u09ac","\u0996\u09c3\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6"]),t.s) +B.nW=A.a(s(["\u0d89","\u0dc3","\u0d85","\u0db6","\u0db6\u0dca\u200d\u0dbb","\u0dc3\u0dd2","\u0dc3\u0dd9"]),t.s) +B.ju=A.a(s([0,0,65498,45055,65535,34815,65534,18431]),t.t) +B.l=A.a(s([5,6]),t.t) +B.LP=A.a(s(["\u0434\u0430 \u043d.\u044d.","\u043d.\u044d."]),t.s) +B.nX=A.a(s(["saus.","vas.","kov.","bal.","geg.","bir\u017e.","liep.","rugp.","rugs.","spal.","lapkr.","gruod."]),t.s) +B.nY=A.a(s(["Su.","M.","Tu.","W.","Th.","F.","Sa."]),t.s) +B.LQ=A.a(s(["sije\u010dnja","velja\u010de","o\u017eujka","travnja","svibnja","lipnja","srpnja","kolovoza","rujna","listopada","studenoga","prosinca"]),t.s) +B.GU=new A.rM(0,"auto") +B.GV=new A.rM(1,"full") +B.GW=new A.rM(2,"chromium") +B.LS=A.a(s([B.GU,B.GV,B.GW]),A.am("u")) +B.nZ=A.a(s(["d","h","m","m","e","p","sh"]),t.s) +B.LT=A.a(s(["\u0c9c\u0ca8\u0cb5\u0cb0\u0cbf","\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cbf","\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd","\u0c8f\u0caa\u0ccd\u0cb0\u0cbf","\u0cae\u0cc7","\u0c9c\u0cc2\u0ca8\u0ccd","\u0c9c\u0cc1\u0cb2\u0cc8","\u0c86\u0c97","\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82","\u0c85\u0c95\u0ccd\u0c9f\u0ccb","\u0ca8\u0cb5\u0cc6\u0c82","\u0ca1\u0cbf\u0cb8\u0cc6\u0c82"]),t.s) +B.o_=A.a(s(["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"]),t.s) +B.LU=A.a(s([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0]),t.t) +B.o0=A.a(s(["\u0436\u0435\u043a\u0441\u0435\u043d\u0431\u0456","\u0434\u04af\u0439\u0441\u0435\u043d\u0431\u0456","\u0441\u0435\u0439\u0441\u0435\u043d\u0431\u0456","\u0441\u04d9\u0440\u0441\u0435\u043d\u0431\u0456","\u0431\u0435\u0439\u0441\u0435\u043d\u0431\u0456","\u0436\u04b1\u043c\u0430","\u0441\u0435\u043d\u0431\u0456"]),t.s) +B.LV=A.a(s(["EEEE, d MMMM y '\u0433'.","d MMMM y '\u0433'.","d.MM.y '\u0433'.","d.MM.yy '\u0433'."]),t.s) +B.LX=A.a(s(["\u0b16\u0b4d\u0b30\u0b40\u0b37\u0b4d\u0b1f\u0b2a\u0b42\u0b30\u0b4d\u0b2c","\u0b16\u0b4d\u0b30\u0b40\u0b37\u0b4d\u0b1f\u0b3e\u0b2c\u0b4d\u0b26"]),t.s) +B.o1=A.a(s(["ne","po","ut","st","\u0161t","pi","so"]),t.s) +B.LY=A.a(s(["Thg 1","Thg 2","Thg 3","Thg 4","Thg 5","Thg 6","Thg 7","Thg 8","Thg 9","Thg 10","Thg 11","Thg 12"]),t.s) +B.bg=A.a(s([6,6]),t.t) +B.LZ=A.a(s(["1r trimestre","2n trimestre","3r trimestre","4t trimestre"]),t.s) +B.kl=new A.hI(0,"xs") +B.km=new A.hI(1,"sm") +B.kn=new A.hI(2,"md") +B.Zh=new A.hI(3,"lg") +B.Zi=new A.hI(4,"xl") +B.Zj=new A.hI(5,"xxl") +B.o4=A.a(s([B.kl,B.km,B.kn,B.Zh,B.Zi,B.Zj]),A.am("u")) +B.o3=A.a(s(["\u10d9\u10d5\u10d8","\u10dd\u10e0\u10e8","\u10e1\u10d0\u10db","\u10dd\u10d7\u10ee","\u10ee\u10e3\u10d7","\u10de\u10d0\u10e0","\u10e8\u10d0\u10d1"]),t.s) +B.o2=A.a(s(["Ionawr","Chwefror","Mawrth","Ebrill","Mai","Mehefin","Gorffennaf","Awst","Medi","Hydref","Tachwedd","Rhagfyr"]),t.s) +B.M_=A.a(s(["d MMMM y, EEEE","d MMMM y","d MMM y","dd.MM.yy"]),t.s) +B.M0=A.a(s(["\u1018\u102e\u1005\u102e","\u1021\u1012\u1031\u102e"]),t.s) +B.o5=A.a(s(["\u0cad\u0cbe","\u0cb8\u0ccb","\u0cae\u0c82","\u0cac\u0cc1","\u0c97\u0cc1","\u0cb6\u0cc1","\u0cb6"]),t.s) +B.o6=A.a(s(["\u0cad\u0cbe\u0ca8\u0cc1\u0cb5\u0cbe\u0cb0","\u0cb8\u0ccb\u0cae\u0cb5\u0cbe\u0cb0","\u0cae\u0c82\u0c97\u0cb3\u0cb5\u0cbe\u0cb0","\u0cac\u0cc1\u0ca7\u0cb5\u0cbe\u0cb0","\u0c97\u0cc1\u0cb0\u0cc1\u0cb5\u0cbe\u0cb0","\u0cb6\u0cc1\u0c95\u0ccd\u0cb0\u0cb5\u0cbe\u0cb0","\u0cb6\u0ca8\u0cbf\u0cb5\u0cbe\u0cb0"]),t.s) +B.M1=A.a(s(["\u0d1e","\u0d24\u0d3f","\u0d1a\u0d4a","\u0d2c\u0d41","\u0d35\u0d4d\u0d2f\u0d3e","\u0d35\u0d46","\u0d36"]),t.s) +B.o7=A.a(s([0,1,3,7,15,31,63,127,255]),t.t) +B.o8=A.a(s(["yan","fev","mar","apr","may","iyn","iyl","avq","sen","okt","noy","dek"]),t.s) +B.M2=A.a(s(["\u1014\u1036\u1014\u1000\u103a","\u100a\u1014\u1031"]),t.s) +B.M3=A.a(s(["\u04af.\u04e9.","\u04af.\u0445."]),t.s) +B.o9=A.a(s(["\u067e\u06c1\u0644\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc","\u062f\u0648\u0633\u0631\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc","\u062a\u06cc\u0633\u0631\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc","\u0686\u0648\u062a\u0647\u06cc \u0633\u06c1 \u0645\u0627\u06c1\u06cc"]),t.s) +B.jv=A.a(s(["\u4e0a\u5348","\u4e0b\u5348"]),t.s) +B.M4=A.a(s(["janu\xe1r","febru\xe1r","marec","apr\xedl","m\xe1j","j\xfan","j\xfal","august","september","okt\xf3ber","november","december"]),t.s) +B.oa=A.a(s(["n","p","t","s","\u010d","p","s"]),t.s) +B.M5=A.a(s(["th\xe1ng 1","th\xe1ng 2","th\xe1ng 3","th\xe1ng 4","th\xe1ng 5","th\xe1ng 6","th\xe1ng 7","th\xe1ng 8","th\xe1ng 9","th\xe1ng 10","th\xe1ng 11","th\xe1ng 12"]),t.s) +B.ob=A.a(s(["\u0d1c\u0d28\u0d41","\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41","\u0d2e\u0d3e\u0d7c","\u0d0f\u0d2a\u0d4d\u0d30\u0d3f","\u0d2e\u0d47\u0d2f\u0d4d","\u0d1c\u0d42\u0d7a","\u0d1c\u0d42\u0d32\u0d48","\u0d13\u0d17","\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02","\u0d12\u0d15\u0d4d\u0d1f\u0d4b","\u0d28\u0d35\u0d02","\u0d21\u0d3f\u0d38\u0d02"]),t.s) +B.oc=A.a(s(["I","Ch","M","E","M","M","G","A","M","H","T","Rh"]),t.s) +B.od=A.a(s(["\u05d9\u05e0\u05d5\u05f3","\u05e4\u05d1\u05e8\u05f3","\u05de\u05e8\u05e5","\u05d0\u05e4\u05e8\u05f3","\u05de\u05d0\u05d9","\u05d9\u05d5\u05e0\u05d9","\u05d9\u05d5\u05dc\u05d9","\u05d0\u05d5\u05d2\u05f3","\u05e1\u05e4\u05d8\u05f3","\u05d0\u05d5\u05e7\u05f3","\u05e0\u05d5\u05d1\u05f3","\u05d3\u05e6\u05de\u05f3"]),t.s) +B.M7=A.a(s(["\u0434\u043e \u043d\u0430\u0448\u043e\u0457 \u0435\u0440\u0438","\u043d\u0430\u0448\u043e\u0457 \u0435\u0440\u0438"]),t.s) +B.M6=A.a(s(["EEEE, d. MMMM y","d. MMMM y","d. MMM y","d. MM. yy"]),t.s) +B.oe=A.a(s(["avant J\xe9sus-Christ","apr\xe8s J\xe9sus-Christ"]),t.s) +B.M8=A.a(s(["ah:mm:ss [zzzz]","ah:mm:ss [z]","ah:mm:ss","ah:mm"]),t.s) +B.Ma=A.a(s(["1 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0","2 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0","3 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0","4 \u0dc0\u0db1 \u0d9a\u0dcf\u0dbb\u0dca\u0dad\u0dd4\u0dc0"]),t.s) +B.M9=A.a(s(["\u044f\u043d\u0432\u0430\u0440\u044f","\u0444\u0435\u0432\u0440\u0430\u043b\u044f","\u043c\u0430\u0440\u0442\u0430","\u0430\u043f\u0440\u0435\u043b\u044f","\u043c\u0430\u044f","\u0438\u044e\u043d\u044f","\u0438\u044e\u043b\u044f","\u0430\u0432\u0433\u0443\u0441\u0442\u0430","\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f","\u043e\u043a\u0442\u044f\u0431\u0440\u044f","\u043d\u043e\u044f\u0431\u0440\u044f","\u0434\u0435\u043a\u0430\u0431\u0440\u044f"]),t.s) +B.Mb=A.a(s(["EEEE, d MMMM y","d MMMM y","d/MM/y","d/MM/yy"]),t.s) +B.Mc=A.a(s(["{1}, {0}","{1}, {0}","{1}, {0}","{1} {0}"]),t.s) +B.Md=A.a(s(["\u0642.\u0645.","\u0645."]),t.s) +B.Me=A.a(s(["\u0a2a\u0a42.\u0a26\u0a41.","\u0a2c\u0a3e.\u0a26\u0a41."]),t.s) +B.fo=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","d/M/yy"]),t.s) +B.Mf=A.a(s(["{1} {0}\u0c15\u0c3f","{1} {0}\u0c15\u0c3f","{1} {0}","{1} {0}"]),t.s) +B.of=A.a(s(["zo","ma","di","wo","do","vr","za"]),t.s) +B.Mh=A.a(s(["i. e.","i. sz."]),t.s) +B.Mi=A.a(s(["I. negyed\xe9v","II. negyed\xe9v","III. negyed\xe9v","IV. negyed\xe9v"]),t.s) +B.Mj=A.a(s(["y\ub144 M\uc6d4 d\uc77c EEEE","y\ub144 M\uc6d4 d\uc77c","y. M. d.","yy. M. d."]),t.s) +B.a8D=new A.h9(0,1) +B.a8J=new A.h9(0.5,1) +B.a8K=new A.h9(0.5375,0.75) +B.a8I=new A.h9(0.575,0.5) +B.a8M=new A.h9(0.6125,0.25) +B.a8N=new A.h9(0.65,0) +B.a8L=new A.h9(0.85,0) +B.a8H=new A.h9(0.8875,0.25) +B.a8F=new A.h9(0.925,0.5) +B.a8G=new A.h9(0.9625,0.75) +B.a8E=new A.h9(1,1) +B.Mg=A.a(s([B.a8D,B.a8J,B.a8K,B.a8I,B.a8M,B.a8N,B.a8L,B.a8H,B.a8F,B.a8G,B.a8E]),A.am("u")) +B.Ml=A.a(s(["1-\u0447\u0435\u0439\u0440\u0435\u043a","2-\u0447\u0435\u0439\u0440\u0435\u043a","3-\u0447\u0435\u0439\u0440\u0435\u043a","4-\u0447\u0435\u0439\u0440\u0435\u043a"]),t.s) +B.Mn=A.a(s(["{1} '\u043e' {0}","{1} '\u043e' {0}","{1}, {0}","{1}, {0}"]),t.s) +B.Mk=A.a(s(["{1} '\u0443' {0}","{1} '\u0443' {0}","{1}, {0}","{1}, {0}"]),t.s) +B.og=A.a(s(["Y","D","S","C","P","J","S"]),t.s) +B.Mm=A.a(s(["sv\u0113tdiena","pirmdiena","otrdiena","tre\u0161diena","ceturtdiena","piektdiena","sestdiena"]),t.s) +B.Mo=A.a(s(["I kwarta\u0142","II kwarta\u0142","III kwarta\u0142","IV kwarta\u0142"]),t.s) +B.oh=A.a(s(["1\u0b2e \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38","2\u0b5f \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38","3\u0b5f \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38","4\u0b30\u0b4d\u0b25 \u0b24\u0b4d\u0b30\u0b5f\u0b2e\u0b3e\u0b38"]),t.s) +B.Mp=A.a(s(["D","L","M","M","X","V","S"]),t.s) +B.Mq=A.a(s(["EEEE\u0e17\u0e35\u0e48 d MMMM G y","d MMMM G y","d MMM y","d/M/yy"]),t.s) +B.oi=A.a(s(["niedziela","poniedzia\u0142ek","wtorek","\u015broda","czwartek","pi\u0105tek","sobota"]),t.s) +B.oj=A.a(s(["1-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","2-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","3-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","4-\u0439 \u043a\u0432\u0430\u0440\u0442\u0430\u043b"]),t.s) +B.Mr=A.a(s(["\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799","\u1785\u17d0\u1793\u17d2\u1791","\u17a2\u1784\u17d2\u1782\u17b6\u179a","\u1796\u17bb\u1792","\u1796\u17d2\u179a\u17a0\u179f\u17d2\u1794\u178f\u17b7\u17cd","\u179f\u17bb\u1780\u17d2\u179a","\u179f\u17c5\u179a\u17cd"]),t.s) +B.ok=A.a(s(["niedz.","pon.","wt.","\u015br.","czw.","pt.","sob."]),t.s) +B.ol=A.a(s(["{1} '\xe0' {0}","{1} '\xe0' {0}","{1}, {0}","{1} {0}"]),t.s) +B.Ms=A.a(s(["\u0635","\u0645"]),t.s) +B.Mt=A.a(s(["EEEE, dd MMMM y","d MMMM y","d MMM y","dd/MM/yy"]),t.s) +B.jw=A.a(s([8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8]),t.t) +B.om=A.a(s(["vas\xe1rnap","h\xe9tf\u0151","kedd","szerda","cs\xfct\xf6rt\xf6k","p\xe9ntek","szombat"]),t.s) +B.Mu=A.a(s(["yanvar","fevral","mart","aprel","may","iyun","iyul","avgust","sentabr","oktabr","noyabr","dekabr"]),t.s) +B.on=A.a(s(["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","pa\u017a","lis","gru"]),t.s) +B.Mv=A.a(s(["\u0e81\u0ec8\u0ead\u0e99\u0e97\u0ec8\u0ebd\u0e87","\u0eab\u0ebc\u0eb1\u0e87\u0e97\u0ec8\u0ebd\u0e87"]),t.s) +B.fp=A.a(s(["\u06cc\u06a9\u0634\u0646\u0628\u0647","\u062f\u0648\u0634\u0646\u0628\u0647","\u0633\u0647\u200c\u0634\u0646\u0628\u0647","\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647","\u067e\u0646\u062c\u0634\u0646\u0628\u0647","\u062c\u0645\u0639\u0647","\u0634\u0646\u0628\u0647"]),t.s) +B.oo=A.a(s(["af","am","ar","as","az","be","bg","bn","bs","ca","cs","cy","da","de","el","en","es","et","eu","fa","fi","fil","fr","gl","gsw","gu","he","hi","hr","hu","hy","id","is","it","ja","ka","kk","km","kn","ko","ky","lo","lt","lv","mk","ml","mn","mr","ms","my","nb","ne","nl","no","or","pa","pl","ps","pt","ro","ru","si","sk","sl","sq","sr","sv","sw","ta","te","th","tl","tr","uk","ur","uz","vi","zh","zu"]),t.s) +B.op=A.a(s(["e diel","e h\xebn\xeb","e mart\xeb","e m\xebrkur\xeb","e enjte","e premte","e shtun\xeb"]),t.s) +B.Mw=A.a(s(["\u043d\u044f\u043c","\u0434\u0430\u0432\u0430\u0430","\u043c\u044f\u0433\u043c\u0430\u0440","\u043b\u0445\u0430\u0433\u0432\u0430","\u043f\u04af\u0440\u044d\u0432","\u0431\u0430\u0430\u0441\u0430\u043d","\u0431\u044f\u043c\u0431\u0430"]),t.s) +B.Mx=A.a(s(["1-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b","2-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b","3-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b","4-\u0440 \u0443\u043b\u0438\u0440\u0430\u043b"]),t.s) +B.oq=A.a(s(["janv.","febr.","marts","apr.","maijs","j\u016bn.","j\u016bl.","aug.","sept.","okt.","nov.","dec."]),t.s) +B.fq=A.a(s(["a. C.","d. C."]),t.s) +B.My=A.a(s(["dom.","luns","mar.","m\xe9r.","xov.","ven.","s\xe1b."]),t.s) +B.Mz=A.a(s(["\u1798\u17bb\u1793\u200b\u1782\u17d2\u179a\u17b7\u179f\u17d2\u178f\u179f\u1780\u179a\u17b6\u1787","\u1782\u17d2\u179a\u17b7\u179f\u17d2\u178f\u179f\u1780\u179a\u17b6\u1787"]),t.s) +B.C=A.a(s(["AM","PM"]),t.s) +B.fr=A.a(s(["\u1010\u1014\u1004\u103a\u1039\u1002\u1014\u103d\u1031","\u1010\u1014\u1004\u103a\u1039\u101c\u102c","\u1021\u1004\u103a\u1039\u1002\u102b","\u1017\u102f\u1012\u1039\u1013\u101f\u1030\u1038","\u1000\u103c\u102c\u101e\u1015\u1010\u1031\u1038","\u101e\u1031\u102c\u1000\u103c\u102c","\u1005\u1014\u1031"]),t.s) +B.MA=A.a(s(["\u0406 \u0442\u043e\u049b\u0441\u0430\u043d","\u0406\u0406 \u0442\u043e\u049b\u0441\u0430\u043d","\u0406\u0406\u0406 \u0442\u043e\u049b\u0441\u0430\u043d","IV \u0442\u043e\u049b\u0441\u0430\u043d"]),t.s) +B.MB=A.a(s(["\u09aa\u09c2\u09f0\u09cd\u09ac\u09be\u09b9\u09cd\u09a8","\u0985\u09aa\u09f0\u09be\u09b9\u09cd\u09a8"]),t.s) +B.MC=A.a(s(["HH:mm:ss (zzzz)","HH:mm:ss z","HH:mm:ss","HH:mm"]),t.s) +B.fs=A.a(s(["dim.","lun.","mar.","mer.","jeu.","ven.","sam."]),t.s) +B.MD=A.a(s(["a h.mm.ss zzzz","a h.mm.ss z","a h.mm.ss","a h.mm"]),t.s) +B.ft=A.a(s([B.dw,B.eO,B.ip,B.iq,B.eP]),t.QP) +B.ME=A.a(s(["v.Chr.","n.Chr."]),t.s) +B.or=A.a(s(["\u039a","\u0394","\u03a4","\u03a4","\u03a0","\u03a0","\u03a3"]),t.s) +B.fu=A.a(s(["\u0930","\u0938\u094b","\u092e\u0902","\u092c\u0941","\u0917\u0941","\u0936\u0941","\u0936"]),t.s) +B.MF=A.a(s([B.dw]),t.QP) +B.os=A.a(s(["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"]),t.s) +B.MG=A.a(s([B.ir,B.is]),A.am("u")) +B.ot=A.a(s(["Januwari","Februwari","Mashi","Ephreli","Meyi","Juni","Julayi","Agasti","Septhemba","Okthoba","Novemba","Disemba"]),t.s) +B.cx=A.a(s(["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]),t.s) +B.bh=A.a(s(["1st quarter","2nd quarter","3rd quarter","4th quarter"]),t.s) +B.MH=A.a(s(["{1}\u060c \u0633\u0627\u0639\u062a {0}","{1}\u060c \u0633\u0627\u0639\u062a {0}","{1}\u060c\u200f {0}","{1}\u060c\u200f {0}"]),t.s) +B.MI=A.a(s(["avanti Cristo","dopo Cristo"]),t.s) +B.MJ=A.a(s(["\u0a08. \u0a2a\u0a42.","\u0a38\u0a70\u0a28"]),t.s) +B.MN=A.a(s(["pirms m\u016bsu \u0113ras","m\u016bsu \u0113r\u0101"]),t.s) +B.ML=A.a(s(["1-ci kvartal","2-ci kvartal","3-c\xfc kvartal","4-c\xfc kvartal"]),t.s) +B.MK=A.a(s(["1ste kwartaal","2de kwartaal","3de kwartaal","4de kwartaal"]),t.s) +B.MM=A.a(s(["HH 'h' mm 'min' ss 's' zzzz","HH 'h' mm 'min' ss 's' z","HH 'h' mm 'min' ss 's'","HH 'h' mm"]),t.s) +B.ou=A.a(s(["\u062c\u0646\u0648\u0631\u064a","\u0641\u0628\u0631\u0648\u0631\u064a","\u0645\u0627\u0631\u0686","\u0627\u067e\u0631\u06cc\u0644","\u0645\u06cd","\u062c\u0648\u0646","\u062c\u0648\u0644\u0627\u06cc","\u0627\u06ab\u0633\u062a","\u0633\u06d0\u067e\u062a\u0645\u0628\u0631","\u0627\u06a9\u062a\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062f\u0633\u0645\u0628\u0631"]),t.s) +B.MO=A.a(s([1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577]),t.t) +B.ax=A.a(s(["BC","AD"]),t.s) +B.ov=A.a(s(["ig.","al.","ar.","az.","og.","or.","lr."]),t.s) +B.MP=A.a(s(["prvi kvartal","drugi kvartal","tre\u0107i kvartal","\u010detvrti kvartal"]),t.s) +B.fv=A.a(s(["EEEE, d MMMM, y","d MMMM, y","d MMM, y","d/M/yy"]),t.s) +B.MQ=A.a(s(["HH:mm:ss, zzzz","HH:mm:ss z","HH:mm:ss","HH:mm"]),t.s) +B.MR=A.a(s(["\u12d3/\u12d3","\u12d3/\u121d"]),t.s) +B.ow=A.a(s(["P\xfchap\xe4ev","Esmasp\xe4ev","Teisip\xe4ev","Kolmap\xe4ev","Neljap\xe4ev","Reede","Laup\xe4ev"]),t.s) +B.ox=A.a(s(["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"]),t.s) +B.fw=A.a(s(["1.\xba trimestre","2.\xba trimestre","3.\xba trimestre","4.\xba trimestre"]),t.s) +B.oy=A.a(s(["EEEE d. MMMM y","d. MMMM y","d. MMM y","dd.MM.y"]),t.s) +B.oz=A.a(s([0,4,12,1,5,13,3,7,15]),t.t) +B.oA=A.a(s(["\u0930\u0935\u093f\u0935\u093e\u0930","\u0938\u094b\u092e\u0935\u093e\u0930","\u092e\u0902\u0917\u0933\u0935\u093e\u0930","\u092c\u0941\u0927\u0935\u093e\u0930","\u0917\u0941\u0930\u0941\u0935\u093e\u0930","\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930","\u0936\u0928\u093f\u0935\u093e\u0930"]),t.s) +B.MS=A.a(s(["Sul","Llun","Maw","Mer","Iau","Gwe","Sad"]),t.s) +B.MT=A.a(s(["\u0441\u0442\u0443","\u043b\u044e\u0442","\u0441\u0430\u043a","\u043a\u0440\u0430","\u043c\u0430\u0439","\u0447\u044d\u0440","\u043b\u0456\u043f","\u0436\u043d\u0456","\u0432\u0435\u0440","\u043a\u0430\u0441","\u043b\u0456\u0441","\u0441\u043d\u0435"]),t.s) +B.MU=A.a(s(["CC","OC"]),t.s) +B.MV=A.a(s(["pointerdown","pointermove","pointerleave","pointerup","pointercancel","touchstart","touchend","touchmove","touchcancel","mousedown","mousemove","mouseleave","mouseup","keyup","keydown"]),t.s) +B.oB=A.a(s(["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"]),t.s) +B.MW=A.a(s(["\u062c\u0646\u0648\u0631\u064a","\u0641\u06d0\u0628\u0631\u0648\u0631\u064a","\u0645\u0627\u0631\u0686","\u0627\u067e\u0631\u06cc\u0644","\u0645\u06cd","\u062c\u0648\u0646","\u062c\u0648\u0644\u0627\u06cc","\u0627\u06ab\u0633\u062a","\u0633\u067e\u062a\u0645\u0628\u0631","\u0627\u06a9\u062a\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062f\u0633\u0645\u0628\u0631"]),t.s) +B.oC=A.a(s(["\u0d89\u0dbb\u0dd2\u0daf\u0dcf","\u0dc3\u0db3\u0dd4\u0daf\u0dcf","\u0d85\u0d9f\u0dc4\u0dbb\u0dd4\u0dc0\u0dcf\u0daf\u0dcf","\u0db6\u0daf\u0dcf\u0daf\u0dcf","\u0db6\u0dca\u200d\u0dbb\u0dc4\u0dc3\u0dca\u0db4\u0dad\u0dd2\u0db1\u0dca\u0daf\u0dcf","\u0dc3\u0dd2\u0d9a\u0dd4\u0dbb\u0dcf\u0daf\u0dcf","\u0dc3\u0dd9\u0db1\u0dc3\u0dd4\u0dbb\u0dcf\u0daf\u0dcf"]),t.s) +B.oD=A.a(s(["sun.","m\xe1n.","\xferi.","mi\xf0.","fim.","f\xf6s.","lau."]),t.s) +B.MY=A.a(s(["y-'\u0436'., d-MMMM, EEEE","y-'\u0436'., d-MMMM","y-'\u0436'., d-MMM","d/M/yy"]),t.s) +B.MX=A.a(s(["\u0698\u0627\u0646\u0648\u06cc\u0647\u0654","\u0641\u0648\u0631\u06cc\u0647\u0654","\u0645\u0627\u0631\u0633","\u0622\u0648\u0631\u06cc\u0644","\u0645\u0647\u0654","\u0698\u0648\u0626\u0646","\u0698\u0648\u0626\u06cc\u0647\u0654","\u0627\u0648\u062a","\u0633\u067e\u062a\u0627\u0645\u0628\u0631","\u0627\u06a9\u062a\u0628\u0631","\u0646\u0648\u0627\u0645\u0628\u0631","\u062f\u0633\u0627\u0645\u0628\u0631"]),t.s) +B.MZ=A.a(s(["\xc71","\xc72","\xc73","\xc74"]),t.s) +B.N_=A.a(s(["sausio","vasario","kovo","baland\u017eio","gegu\u017e\u0117s","bir\u017eelio","liepos","rugpj\u016b\u010dio","rugs\u0117jo","spalio","lapkri\u010dio","gruod\u017eio"]),t.s) +B.N0=A.a(s(["H\u6642mm\u5206ss\u79d2 zzzz","H:mm:ss z","H:mm:ss","H:mm"]),t.s) +B.N1=A.a(s(["Ch1","Ch2","Ch3","Ch4"]),t.s) +B.oE=A.a(s(["E","P","M","A","M","Hun","Hul","Ago","Set","Okt","Nob","Dis"]),t.s) +B.oF=A.a(s(["\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bc1","\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0bb3\u0bcd","\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd","\u0baa\u0bc1\u0ba4\u0ba9\u0bcd","\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0ba9\u0bcd","\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf","\u0b9a\u0ba9\u0bbf"]),t.s) +B.N3=A.a(s(["cccc d. MMMM y","d. MMMM y","d.M.y","d.M.y"]),t.s) +B.N4=A.a(s(["I kw.","II kw.","III kw.","IV kw."]),t.s) +B.oG=A.a(s(["nedelja","ponedeljak","utorak","sreda","\u010detvrtak","petak","subota"]),t.s) +B.N5=A.a(s(["\u0431.\u0437.\u0447.","\u0431.\u0437."]),t.s) +B.N6=A.a(s(["a h:mm:ss zzzz","a h:mm:ss z","a h:mm:ss","a h:mm"]),t.s) +B.oH=A.a(s(["pr. Kr.","po Kr."]),t.s) +B.N7=A.a(s(["\u0bae\u0bc1\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd","\u0baa\u0bbf\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd"]),t.s) +B.fx=A.a(s(["\u091c\u0928\u0935\u0930\u0940","\u092b\u0947\u092c\u094d\u0930\u0941\u0905\u0930\u0940","\u092e\u093e\u0930\u094d\u091a","\u0905\u092a\u094d\u0930\u093f\u0932","\u092e\u0947","\u091c\u0941\u0928","\u091c\u0941\u0932\u093e\u0908","\u0905\u0917\u0938\u094d\u091f","\u0938\u0947\u092a\u094d\u091f\u0947\u092e\u094d\u092c\u0930","\u0905\u0915\u094d\u091f\u094b\u092c\u0930","\u0928\u094b\u092d\u0947\u092e\u094d\u092c\u0930","\u0921\u093f\u0938\u0947\u092e\u094d\u092c\u0930"]),t.s) +B.N9=A.a(s(["1\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02","2\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02","3\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02","4\u0c35 \u0c24\u0c4d\u0c30\u0c48\u0c2e\u0c3e\u0c38\u0c3f\u0c15\u0c02"]),t.s) +B.N8=A.a(s(["sunnuntaina","maanantaina","tiistaina","keskiviikkona","torstaina","perjantaina","lauantaina"]),t.s) +B.oI=A.a(s(["\u09b0\u09ac\u09bf","\u09b8\u09cb\u09ae","\u09ae\u0999\u09cd\u0997\u09b2","\u09ac\u09c1\u09a7","\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf","\u09b6\u09c1\u0995\u09cd\u09b0","\u09b6\u09a8\u09bf"]),t.s) +B.Na=A.a(s(["H.mm.ss zzzz","H.mm.ss z","H.mm.ss","H.mm"]),t.s) +B.oJ=A.a(s(["Dydd Sul","Dydd Llun","Dydd Mawrth","Dydd Mercher","Dydd Iau","Dydd Gwener","Dydd Sadwrn"]),t.s) +B.Nc=A.a(s(["Xan.","Feb.","Mar.","Abr.","Maio","Xu\xf1o","Xul.","Ago.","Set.","Out.","Nov.","Dec."]),t.s) +B.Nd=A.a(s(["1. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435","2. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435","3. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435","4. \u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u0438\u0435"]),t.s) +B.a9=A.a(s(["January","February","March","April","May","June","July","August","September","October","November","December"]),t.s) +B.Ne=A.a(s(["\u0434\u0430 \u043d\u0430\u0440\u0430\u0434\u0436\u044d\u043d\u043d\u044f \u0425\u0440\u044b\u0441\u0442\u043e\u0432\u0430","\u0430\u0434 \u043d\u0430\u0440\u0430\u0434\u0436\u044d\u043d\u043d\u044f \u0425\u0440\u044b\u0441\u0442\u043e\u0432\u0430"]),t.s) +B.dS=A.a(s(["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]),t.s) +B.d5=A.a(s(["Ene","Peb","Mar","Abr","May","Hun","Hul","Ago","Set","Okt","Nob","Dis"]),t.s) +B.oK=A.a(s(["HH:mm:ss (zzzz)","HH:mm:ss (z)","HH:mm:ss","HH:mm"]),t.s) +B.z=A.a(s(["HH:mm:ss zzzz","HH:mm:ss z","HH:mm:ss","HH:mm"]),t.s) +B.oL=A.a(s(["\u10d8\u10d0\u10dc\u10d5\u10d0\u10e0\u10d8","\u10d7\u10d4\u10d1\u10d4\u10e0\u10d5\u10d0\u10da\u10d8","\u10db\u10d0\u10e0\u10e2\u10d8","\u10d0\u10de\u10e0\u10d8\u10da\u10d8","\u10db\u10d0\u10d8\u10e1\u10d8","\u10d8\u10d5\u10dc\u10d8\u10e1\u10d8","\u10d8\u10d5\u10da\u10d8\u10e1\u10d8","\u10d0\u10d2\u10d5\u10d8\u10e1\u10e2\u10dd","\u10e1\u10d4\u10e5\u10e2\u10d4\u10db\u10d1\u10d4\u10e0\u10d8","\u10dd\u10e5\u10e2\u10dd\u10db\u10d1\u10d4\u10e0\u10d8","\u10dc\u10dd\u10d4\u10db\u10d1\u10d4\u10e0\u10d8","\u10d3\u10d4\u10d9\u10d4\u10db\u10d1\u10d4\u10e0\u10d8"]),t.s) +B.Nj=A.a(s(["y '\u0436'. d MMMM, EEEE","y '\u0436'. d MMMM","y '\u0436'. dd MMM","dd.MM.yy"]),t.s) +B.Nk=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","d.MM.y"]),t.s) +B.Nl=A.a(s(["thg 1","thg 2","thg 3","thg 4","thg 5","thg 6","thg 7","thg 8","thg 9","thg 10","thg 11","thg 12"]),t.s) +B.Nn=A.a(s(["f.h.","e.h."]),t.s) +B.Nm=A.a(s(["1-\u0448\u044b \u043a\u0432.","2-\u0433\u0456 \u043a\u0432.","3-\u0446\u0456 \u043a\u0432.","4-\u0442\u044b \u043a\u0432."]),t.s) +B.fy=A.a(s(["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"]),t.s) +B.No=A.a(s(["1-\u056b\u0576 \u0565\u057c\u0574\u057d.","2-\u0580\u0564 \u0565\u057c\u0574\u057d.","3-\u0580\u0564 \u0565\u057c\u0574\u057d.","4-\u0580\u0564 \u0565\u057c\u0574\u057d."]),t.s) +B.oM=A.a(s(["\u0e2d\u0e32","\u0e08","\u0e2d","\u0e1e","\u0e1e\u0e24","\u0e28","\u0e2a"]),t.s) +B.Np=A.a(s(["{1} \u0915\u094b {0}","{1} \u0915\u094b {0}","{1}, {0}","{1}, {0}"]),t.s) +B.oN=A.a(s(["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"]),t.s) +B.oO=A.a(s(["\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435","\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a","\u0432\u0442\u043e\u0440\u043d\u0438\u043a","\u0441\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0435\u0440\u0433","\u043f\u044f\u0442\u043d\u0438\u0446\u0430","\u0441\u0443\u0431\u0431\u043e\u0442\u0430"]),t.s) +B.oP=A.a(s(["duminic\u0103","luni","mar\u021bi","miercuri","joi","vineri","s\xe2mb\u0103t\u0103"]),t.s) +B.oQ=A.a(s(["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"]),t.s) +B.Nq=A.a(s(["\u0d1e\u0d3e\u0d2f\u0d31\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d1a\u0d4a\u0d35\u0d4d\u0d35\u0d3e\u0d34\u0d4d\u0d1a","\u0d2c\u0d41\u0d27\u0d28\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d36\u0d28\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a"]),t.s) +B.oR=A.a(s(["igandea","astelehena","asteartea","asteazkena","osteguna","ostirala","larunbata"]),t.s) +B.fz=A.a(s(["janeiro","fevereiro","mar\xe7o","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]),t.s) +B.oS=A.a(s(["\u0b1c\u0b3e","\u0b2b\u0b47","\u0b2e\u0b3e","\u0b05","\u0b2e\u0b07","\u0b1c\u0b41","\u0b1c\u0b41","\u0b05","\u0b38\u0b47","\u0b05","\u0b28","\u0b21\u0b3f"]),t.s) +B.oT=A.a(s(["S","V","K","B","G","B","L","R","R","S","L","G"]),t.s) +B.Nr=A.a(s(["F1","F2","F3","F4"]),t.s) +B.Ns=A.a(s(["y- MMMM d- EEEE","y- MMMM d","y- MMM d","dd-MM-yy"]),t.s) +B.Nt=A.a(s(["\u043f\u0440\u0432\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","\u0434\u0440\u0443\u0433\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","\u0442\u0440\u0435\u045b\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","\u0447\u0435\u0442\u0432\u0440\u0442\u0438 \u043a\u0432\u0430\u0440\u0442\u0430\u043b"]),t.s) +B.fA=A.a(s(["D","S","T","Q","Q","S","S"]),t.s) +B.oU=A.a(s(["\u0540","\u0553","\u0544","\u0531","\u0544","\u0540","\u0540","\u0555","\u054d","\u0540","\u0546","\u0534"]),t.s) +B.oV=A.a(s(["S.M.","TM"]),t.s) +B.Nu=A.a(s(["\u0996\u09cd\u09f0\u09c0\u0983 \u09aa\u09c2\u0983","\u0996\u09cd\u09f0\u09c0\u0983"]),t.s) +B.oW=A.a(s(["N","P","\xda","S","\u010c","P","S"]),t.s) +B.d6=A.a(s(["s\xf8ndag","mandag","tirsdag","onsdag","torsdag","fredag","l\xf8rdag"]),t.s) +B.Nv=A.a(s(["{1} \u05d1\u05e9\u05e2\u05d4 {0}","{1} \u05d1\u05e9\u05e2\u05d4 {0}","{1}, {0}","{1}, {0}"]),t.s) +B.Nw=A.a(s(["\u09aa\u09cd\u09f0\u09a5\u09ae \u09a4\u09bf\u09a8\u09bf\u09ae\u09be\u09b9","\u09a6\u09cd\u09ac\u09bf\u09a4\u09c0\u09af\u09bc \u09a4\u09bf\u09a8\u09bf\u09ae\u09be\u09b9","\u09a4\u09c3\u09a4\u09c0\u09af\u09bc \u09a4\u09bf\u09a8\u09bf\u09ae\u09be\u09b9","\u099a\u09a4\u09c1\u09f0\u09cd\u09a5 \u09a4\u09bf\u09a8\u09bf\u09ae\u09be\u09b9"]),t.s) +B.fB=A.a(s(["\u0b1c\u0b3e\u0b28\u0b41\u0b06\u0b30\u0b40","\u0b2b\u0b47\u0b2c\u0b43\u0b06\u0b30\u0b40","\u0b2e\u0b3e\u0b30\u0b4d\u0b1a\u0b4d\u0b1a","\u0b05\u0b2a\u0b4d\u0b30\u0b47\u0b32","\u0b2e\u0b07","\u0b1c\u0b41\u0b28","\u0b1c\u0b41\u0b32\u0b3e\u0b07","\u0b05\u0b17\u0b37\u0b4d\u0b1f","\u0b38\u0b47\u0b2a\u0b4d\u0b1f\u0b47\u0b2e\u0b4d\u0b2c\u0b30","\u0b05\u0b15\u0b4d\u0b1f\u0b4b\u0b2c\u0b30","\u0b28\u0b2d\u0b47\u0b2e\u0b4d\u0b2c\u0b30","\u0b21\u0b3f\u0b38\u0b47\u0b2e\u0b4d\u0b2c\u0b30"]),t.s) +B.oX=A.a(s(["\u0ab0\u0ab5\u0abf","\u0ab8\u0acb\u0aae","\u0aae\u0a82\u0a97\u0ab3","\u0aac\u0ac1\u0aa7","\u0a97\u0ac1\u0ab0\u0ac1","\u0ab6\u0ac1\u0a95\u0acd\u0ab0","\u0ab6\u0aa8\u0abf"]),t.s) +B.Nx=A.a(s(["EEEE, d. MMMM y","d. MMMM y","d. MMM y","dd.MM.yy"]),t.s) +B.Ny=A.a(s(["\u0e81\u0ec8\u0ead\u0e99\u0e84\u0ea3\u0eb4\u0e94\u0eaa\u0eb1\u0e81\u0e81\u0eb0\u0ea5\u0eb2\u0e94","\u0e84\u0ea3\u0eb4\u0e94\u0eaa\u0eb1\u0e81\u0e81\u0eb0\u0ea5\u0eb2\u0e94"]),t.s) +B.Nz=A.a(s(["\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u0627\u0648\u0644","\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u062f\u0648\u0645","\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u0633\u0648\u0645","\u0633\u0647\u200c\u0645\u0627\u0647\u0647\u0654 \u0686\u0647\u0627\u0631\u0645"]),t.s) +B.NB=A.a(s(["\u10eb\u10d5\u10d4\u10da\u10d8 \u10ec\u10d4\u10da\u10d7\u10d0\u10e6\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8\u10d7","\u10d0\u10ee\u10d0\u10da\u10d8 \u10ec\u10d4\u10da\u10d7\u10d0\u10e6\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8\u10d7"]),t.s) +B.oY=A.a(s(["U","O","M","A","M","E","U","A","I","U","A","A"]),t.s) +B.oZ=A.a(s(["\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799","\u1785\u1793\u17d2\u1791","\u17a2\u1784\u17d2\u1782\u17b6\u179a","\u1796\u17bb\u1792","\u1796\u17d2\u179a\u17a0","\u179f\u17bb\u1780\u17d2\u179a","\u179f\u17c5\u179a\u17cd"]),t.s) +B.p_=A.a(s(["Jan.","Feb.","M\xe4rz","Apr.","Mai","Juni","Juli","Aug.","Sept.","Okt.","Nov.","Dez."]),t.s) +B.NC=A.a(s(["\u7b2c\u4e00\u5b63\u5ea6","\u7b2c\u4e8c\u5b63\u5ea6","\u7b2c\u4e09\u5b63\u5ea6","\u7b2c\u56db\u5b63\u5ea6"]),t.s) +B.ND=A.a(s(["sije\u010danj","velja\u010da","o\u017eujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac"]),t.s) +B.p0=A.a(s(["janu\xe1r","febru\xe1r","m\xe1rcius","\xe1prilis","m\xe1jus","j\xfanius","j\xfalius","augusztus","szeptember","okt\xf3ber","november","december"]),t.s) +B.NE=A.a(s(["\u0434\u043e \u043d. \u0435.","\u043d. \u0435."]),t.s) +B.p1=A.a(s(["\u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995","\u09a6\u09cd\u09ac\u09bf\u09a4\u09c0\u09af\u09bc \u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995","\u09a4\u09c3\u09a4\u09c0\u09af\u09bc \u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995","\u099a\u09a4\u09c1\u09b0\u09cd\u09a5 \u09a4\u09cd\u09b0\u09c8\u09ae\u09be\u09b8\u09bf\u0995"]),t.s) +B.NF=A.a(s(["\u0411\u0456\u0437\u0434\u0456\u04a3 \u0437\u0430\u043c\u0430\u043d\u044b\u043c\u044b\u0437\u0493\u0430 \u0434\u0435\u0439\u0456\u043d","\u0431\u0456\u0437\u0434\u0456\u04a3 \u0437\u0430\u043c\u0430\u043d\u044b\u043c\u044b\u0437"]),t.s) +B.NG=A.a(s(["\u0642\u0628\u0644 \u0627\u0644\u0645\u064a\u0644\u0627\u062f","\u0645\u064a\u0644\u0627\u062f\u064a"]),t.s) +B.NH=A.a(s(["xaneiro","febreiro","marzo","abril","maio","xu\xf1o","xullo","agosto","setembro","outubro","novembro","decembro"]),t.s) +B.p2=A.a(s(["\u0436\u0435\u043a.","\u0434\u04af\u0439.","\u0448\u0435\u0439\u0448.","\u0448\u0430\u0440\u0448.","\u0431\u0435\u0439\u0448.","\u0436\u0443\u043c\u0430","\u0438\u0448\u043c."]),t.s) +B.NI=A.a(s(["\u0421","\u041b","\u0411","\u041a","\u0422","\u0427","\u041b","\u0421","\u0412","\u0416","\u041b","\u0413"]),t.s) +B.NJ=A.a(s(["{1} \u1793\u17c5\u200b\u1798\u17c9\u17c4\u1784 {0}","{1} \u1793\u17c5\u200b\u1798\u17c9\u17c4\u1784 {0}","{1}, {0}","{1}, {0}"]),t.s) +B.k1=new A.ls(0,"none") +B.X1=new A.ls(1,"add") +B.k2=new A.ls(2,"invert") +B.zc=new A.ls(3,"luma") +B.zd=new A.ls(4,"lumaInverted") +B.X2=new A.ls(5,"unknown") +B.NK=A.a(s([B.k1,B.X1,B.k2,B.zc,B.zd,B.X2]),A.am("u")) +B.p3=A.a(s(["Ch\u1ee7 Nh\u1eadt","Th\u1ee9 Hai","Th\u1ee9 Ba","Th\u1ee9 T\u01b0","Th\u1ee9 N\u0103m","Th\u1ee9 S\xe1u","Th\u1ee9 B\u1ea3y"]),t.s) +B.NL=A.a(s(["\u099c\u09be\u09a8\u09c1","\u09ab\u09c7\u09ac","\u09ae\u09be\u09b0\u09cd\u099a","\u098f\u09aa\u09cd\u09b0\u09bf\u09b2","\u09ae\u09c7","\u099c\u09c1\u09a8","\u099c\u09c1\u09b2\u09be\u0987","\u0986\u0997\u09b8\u09cd\u099f","\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0","\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0","\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0","\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0"]),t.s) +B.p4=A.a(s(["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"]),t.s) +B.p5=A.a(s(["\u0da2\u0db1\u0dc0\u0dcf\u0dbb\u0dd2","\u0db4\u0dd9\u0db6\u0dbb\u0dc0\u0dcf\u0dbb\u0dd2","\u0db8\u0dcf\u0dbb\u0dca\u0dad\u0dd4","\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca","\u0db8\u0dd0\u0dba\u0dd2","\u0da2\u0dd6\u0db1\u0dd2","\u0da2\u0dd6\u0dbd\u0dd2","\u0d85\u0d9c\u0ddd\u0dc3\u0dca\u0dad\u0dd4","\u0dc3\u0dd0\u0db4\u0dca\u0dad\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca","\u0d94\u0d9a\u0dca\u0dad\u0ddd\u0db6\u0dbb\u0dca","\u0db1\u0ddc\u0dc0\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca","\u0daf\u0dd9\u0dc3\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca"]),t.s) +B.NM=A.a(s(["\u0ca4\u0ccd\u0cb0\u0cc8 1","\u0ca4\u0ccd\u0cb0\u0cc8 2","\u0ca4\u0ccd\u0cb0\u0cc8 3","\u0ca4\u0ccd\u0cb0\u0cc8 4"]),t.s) +B.p6=A.a(s(["\u0ea1.\u0e81.","\u0e81.\u0e9e.","\u0ea1.\u0e99.","\u0ea1.\u0eaa.","\u0e9e.\u0e9e.","\u0ea1\u0eb4.\u0e96.","\u0e81.\u0ea5.","\u0eaa.\u0eab.","\u0e81.\u0e8d.","\u0e95.\u0ea5.","\u0e9e.\u0e88.","\u0e97.\u0ea7."]),t.s) +B.p7=A.a(s(["j","sh","m","p","m","q","k","g","sh","t","n","dh"]),t.s) +B.c7=A.a(s(["dom","lun","mar","mi\xe9","jue","vie","s\xe1b"]),t.s) +B.p8=A.a(s(["I","A","A","A","O","O","L"]),t.s) +B.NN=A.a(s(["\u091c\u0928","\u092b\u0947\u0947\u092c","\u092e\u093e\u0930\u094d\u091a","\u0905\u092a\u094d\u0930","\u092e\u0947","\u091c\u0941\u0928","\u091c\u0941\u0932","\u0905\u0917","\u0938\u0947\u092a","\u0905\u0915\u094d\u091f\u094b","\u0928\u094b\u092d\u0947","\u0921\u093f\u0938\u0947"]),t.s) +B.p9=A.a(s(["\u053f","\u0535","\u0535","\u0549","\u0540","\u0548","\u0547"]),t.s) +B.NO=A.a(s(["{1} \u0a8f {0} \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7","{1} \u0a8f {0} \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7","{1} {0}","{1} {0}"]),t.s) +B.NP=A.a(s(["\u092a\u094d\u0930\u0925\u092e \u0924\u093f\u092e\u093e\u0939\u0940","\u0926\u094d\u0935\u093f\u0924\u0940\u092f \u0924\u093f\u092e\u093e\u0939\u0940","\u0924\u0943\u0924\u0940\u092f \u0924\u093f\u092e\u093e\u0939\u0940","\u091a\u0924\u0941\u0930\u094d\u0925 \u0924\u093f\u092e\u093e\u0939\u0940"]),t.s) +B.NQ=A.a(s(["tammikuuta","helmikuuta","maaliskuuta","huhtikuuta","toukokuuta","kes\xe4kuuta","hein\xe4kuuta","elokuuta","syyskuuta","lokakuuta","marraskuuta","joulukuuta"]),t.s) +B.pa=A.a(s(["p. n. e.","n. e."]),t.s) +B.pb=A.a(s(["\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf","\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf","\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd","\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd","\u0bae\u0bc7","\u0b9c\u0bc2\u0ba9\u0bcd","\u0b9c\u0bc2\u0bb2\u0bc8","\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd","\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bae\u0bcd\u0baa\u0bb0\u0bcd","\u0b85\u0b95\u0bcd\u0b9f\u0bcb\u0baa\u0bb0\u0bcd","\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd","\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd"]),t.s) +B.NR=A.a(s(["N","P","W","\u015a","C","P","S"]),t.s) +B.pc=A.a(s(["{1} 'nang' {0}","{1} 'nang' {0}","{1}, {0}","{1}, {0}"]),t.s) +B.NS=A.a(s(["EEEE, d MMMM y '\u0433'.","d MMMM y '\u0433'.","d MMM y '\u0433'.","dd.MM.y"]),t.s) +B.pd=A.a(s(["\u0d1c","\u0d2b\u0d46","\u0d2e\u0d3e","\u0d0f","\u0d2e\u0d46","\u0d1c\u0d42\u0d7a","\u0d1c\u0d42","\u0d13","\u0d38\u0d46","\u0d12","\u0d28","\u0d21\u0d3f"]),t.s) +B.NT=A.a(s(["\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 1","\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 2","\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 3","\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 4"]),t.s) +B.NU=A.a(s(["EEEE, d MMMM, y","d MMMM, y","d MMM, y","dd/MM/y"]),t.s) +B.fC=A.a(s(["\u65e5","\u6708","\u706b","\u6c34","\u6728","\u91d1","\u571f"]),t.s) +B.NV=A.a(s(["\u05dc\u05e4\u05e0\u05d4\u05f4\u05e6","\u05d0\u05d7\u05d4\u05f4\u05e6"]),t.s) +B.NW=A.a(s(["\u0c15\u0c4d\u0c30\u0c40\u0c38\u0c4d\u0c24\u0c41 \u0c2a\u0c42\u0c30\u0c4d\u0c35\u0c02","\u0c15\u0c4d\u0c30\u0c40\u0c38\u0c4d\u0c24\u0c41 \u0c36\u0c15\u0c02"]),t.s) +B.NX=A.a(s(["\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2","\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2","\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2","\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2","\u039c\u03ac\u03b9\u03bf\u03c2","\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2","\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2","\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2","\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2","\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2","\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2","\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2"]),t.s) +B.u=A.a(s(["J","F","M","A","M","J","J","A","S","O","N","D"]),t.s) +B.NY=A.a(s(["\u043f\u0440\u0435 \u043d\u043e\u0432\u0435 \u0435\u0440\u0435","\u043d\u043e\u0432\u0435 \u0435\u0440\u0435"]),t.s) +B.O_=A.a(s(["ikota yesi-1","ikota yesi-2","ikota yesi-3","ikota yesi-4"]),t.s) +B.NZ=A.a(s(["\u0d1e\u0d3e","\u0d24\u0d3f","\u0d1a\u0d4a","\u0d2c\u0d41","\u0d35\u0d4d\u0d2f\u0d3e","\u0d35\u0d46","\u0d36"]),t.s) +B.d7=A.a(s(["{1} {0}","{1} {0}","{1}, {0}","{1}, {0}"]),t.s) +B.pe=A.a(s(["\u65e5\u66dc\u65e5","\u6708\u66dc\u65e5","\u706b\u66dc\u65e5","\u6c34\u66dc\u65e5","\u6728\u66dc\u65e5","\u91d1\u66dc\u65e5","\u571f\u66dc\u65e5"]),t.s) +B.O0=A.a(s(["\u062c\u0646\u0648\u0631\u064a","\u0641\u0628\u0631\u0648\u0631\u064a","\u0645\u0627\u0631\u0686","\u0627\u067e\u0631\u06cc\u0644","\u0645\u06cd","\u062c\u0648\u0646","\u062c\u0648\u0644\u0627\u06cc","\u0627\u06ab\u0633\u062a","\u0633\u067e\u062a\u0645\u0628\u0631","\u0627\u06a9\u062a\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062f\u0633\u0645\u0628\u0631"]),t.s) +B.cy=A.a(s(["K1","K2","K3","K4"]),t.s) +B.O1=A.a(s(["ap.","ip."]),t.s) +B.O2=A.a(s(["Ion","Chwef","Maw","Ebr","Mai","Meh","Gorff","Awst","Medi","Hyd","Tach","Rhag"]),t.s) +B.pf=A.a(s(["CN","Th 2","Th 3","Th 4","Th 5","Th 6","Th 7"]),t.s) +B.O3=A.a(s(["{1}, 'a' 'les' {0}","{1}, 'a' 'les' {0}","{1}, {0}","{1} {0}"]),t.s) +B.O4=A.a(s(["KK","BK"]),t.s) +B.pg=A.a(s(["1-\u0439 \u043a\u0432.","2-\u0439 \u043a\u0432.","3-\u0439 \u043a\u0432.","4-\u0439 \u043a\u0432."]),t.s) +B.O5=A.a(s(["\u0c24\u0c4d\u0c30\u0c481","\u0c24\u0c4d\u0c30\u0c482","\u0c24\u0c4d\u0c30\u0c483","\u0c24\u0c4d\u0c30\u0c484"]),t.s) +B.O6=A.a(s(["y MMMM d, EEEE","d MMMM y","d MMM y","dd/MM/y"]),t.s) +B.ph=A.a(s(["\u049b\u0430\u04a3.","\u0430\u049b\u043f.","\u043d\u0430\u0443.","\u0441\u04d9\u0443.","\u043c\u0430\u043c.","\u043c\u0430\u0443.","\u0448\u0456\u043b.","\u0442\u0430\u043c.","\u049b\u044b\u0440.","\u049b\u0430\u0437.","\u049b\u0430\u0440.","\u0436\u0435\u043b."]),t.s) +B.O7=A.a(s(["KV1","KV2","KV3","KV4"]),t.s) +B.O8=A.a(s(["\u0caa\u0cc2\u0cb0\u0ccd\u0cb5\u0cbe\u0cb9\u0ccd\u0ca8","\u0c85\u0caa\u0cb0\u0cbe\u0cb9\u0ccd\u0ca8"]),t.s) +B.pi=A.a(s(["\u10d9\u10d5\u10d8\u10e0\u10d0","\u10dd\u10e0\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8","\u10e1\u10d0\u10db\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8","\u10dd\u10d7\u10ee\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8","\u10ee\u10e3\u10d7\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8","\u10de\u10d0\u10e0\u10d0\u10e1\u10d9\u10d4\u10d5\u10d8","\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8"]),t.s) +B.O9=A.a(s(["EEEE, MMMM d, y","MMMM d, y","MMM d, y","y-MM-dd"]),t.s) +B.Oa=A.a(s(["y MMMM d, EEEE","y MMMM d","y MMM d","yy/M/d"]),t.s) +B.Ob=A.a(s(["\u043c\u0430\u043d\u0430\u0439 \u044d\u0440\u0438\u043d\u0438\u0439 \u04e9\u043c\u043d\u04e9\u0445","\u043c\u0430\u043d\u0430\u0439 \u044d\u0440\u0438\u043d\u0438\u0439"]),t.s) +B.K2=new A.tM(0,"leftAlign") +B.K3=new A.tM(1,"rightAlign") +B.Ok=A.a(s([B.K2,B.K3,B.jp]),A.am("u")) +B.Ol=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","dd.MM.y"]),t.s) +B.pj=A.a(s(["7","1","2","3","4","5","6"]),t.s) +B.Om=A.a(s(["\u0b95\u0bbe\u0bb2\u0bbe.1","\u0b95\u0bbe\u0bb2\u0bbe.2","\u0b95\u0bbe\u0bb2\u0bbe.3","\u0b95\u0bbe\u0bb2\u0bbe.4"]),t.s) +B.On=A.a(s(["de gen.","de febr.","de mar\xe7","d\u2019abr.","de maig","de juny","de jul.","d\u2019ag.","de set.","d\u2019oct.","de nov.","de des."]),t.s) +B.Oo=A.a(s(["\u0441","\u043b","\u0431","\u043a","\u0442","\u0447","\u043b","\u0441","\u0432","\u0436","\u043b","\u0433"]),t.s) +B.Op=A.a(s(["y 'm'. MMMM d 'd'., EEEE","y 'm'. MMMM d 'd'.","y-MM-dd","y-MM-dd"]),t.s) +B.Oq=A.a(s(["\u0a88.\u0ab8.\u0aaa\u0ac2\u0ab0\u0acd\u0ab5\u0ac7","\u0a88.\u0ab8."]),t.s) +B.Or=A.a(s(["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kes\xe4kuu","hein\xe4kuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"]),t.s) +B.TD=new A.lq("en","US") +B.Os=A.a(s([B.TD]),t.ss) +B.TE=new A.lq("en",null) +B.Ot=A.a(s([B.TE]),t.ss) +B.Gc=new A.zG() +B.Ou=A.a(s([B.Gc]),t.BF) +B.Ov=A.a(s(["\u0d9a\u0dca\u200d\u0dbb\u0dd2\u0dc3\u0dca\u0dad\u0dd4 \u0db4\u0dd6\u0dbb\u0dca\u0dc0","\u0d9a\u0dca\u200d\u0dbb\u0dd2\u0dc3\u0dca\u0dad\u0dd4 \u0dc0\u0dbb\u0dca\u0dc2"]),t.s) +B.Ow=A.a(s(["EEEE 'den' d. MMMM y","d. MMMM y","d. MMM y","dd.MM.y"]),t.s) +B.Ox=A.a(s(["K.a.","K.o."]),t.s) +B.fD=A.a(s([0,0,24576,1023,65534,34815,65534,18431]),t.t) +B.pk=A.a(s(["\u0a10\u0a24\u0a35\u0a3e\u0a30","\u0a38\u0a4b\u0a2e\u0a35\u0a3e\u0a30","\u0a2e\u0a70\u0a17\u0a32\u0a35\u0a3e\u0a30","\u0a2c\u0a41\u0a71\u0a27\u0a35\u0a3e\u0a30","\u0a35\u0a40\u0a30\u0a35\u0a3e\u0a30","\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30\u0a35\u0a3e\u0a30","\u0a38\u0a3c\u0a28\u0a3f\u0a71\u0a1a\u0a30\u0a35\u0a3e\u0a30"]),t.s) +B.pl=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","dd/MM/y"]),t.s) +B.pm=A.a(s(["Sunntig","M\xe4\xe4ntig","Ziischtig","Mittwuch","Dunschtig","Friitig","Samschtig"]),t.s) +B.Oy=A.a(s(["EEEE, d 'de' MMMM 'de' y","d 'de' MMMM 'de' y","d 'de' MMM 'de' y","dd/MM/yy"]),t.s) +B.Oz=A.a(s(["pre nove ere","nove ere"]),t.s) +B.d8=A.a(s(["v. Chr.","n. Chr."]),t.s) +B.OA=A.a(s(["\u0908\u0938\u0935\u0940\u0938\u0928\u092a\u0942\u0930\u094d\u0935","\u0908\u0938\u0935\u0940\u0938\u0928"]),t.s) +B.OB=A.a(s(["\u0441\u0456\u0447\u043d\u044f","\u043b\u044e\u0442\u043e\u0433\u043e","\u0431\u0435\u0440\u0435\u0437\u043d\u044f","\u043a\u0432\u0456\u0442\u043d\u044f","\u0442\u0440\u0430\u0432\u043d\u044f","\u0447\u0435\u0440\u0432\u043d\u044f","\u043b\u0438\u043f\u043d\u044f","\u0441\u0435\u0440\u043f\u043d\u044f","\u0432\u0435\u0440\u0435\u0441\u043d\u044f","\u0436\u043e\u0432\u0442\u043d\u044f","\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430","\u0433\u0440\u0443\u0434\u043d\u044f"]),t.s) +B.pn=A.a(s([0,0,26624,1023,65534,2047,65534,2047]),t.t) +B.OC=A.a(s(["\u041c\u042d\u04e8","\u041c\u042d"]),t.s) +B.OE=A.a(s(["1\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95","2\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95","3\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95","4\u0ca8\u0cc7 \u0ca4\u0ccd\u0cb0\u0cc8\u0cae\u0cbe\u0cb8\u0cbf\u0c95"]),t.s) +B.OD=A.a(s(["EEEE, MMMM d, y","MMMM d, y","MMM d, y","d/M/yy"]),t.s) +B.OF=A.a(s(["\u044f\u043d\u0432.","\u0444\u0435\u0432.","\u043c\u0430\u0440.","\u0430\u043f\u0440.","\u043c\u0430\u0439","\u0438\u044e\u043d.","\u0438\u044e\u043b.","\u0430\u0432\u0433.","\u0441\u0435\u043d.","\u043e\u043a\u0442.","\u043d\u043e\u044f.","\u0434\u0435\u043a."]),t.s) +B.po=A.a(s(["I","F","M","A","M","I","I","A","S","O","N","D"]),t.s) +B.pp=A.a(s([B.ni,B.nj,B.nk]),A.am("u")) +B.OG=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","d.M.yy"]),t.s) +B.OH=A.a(s(["1. \u010det.","2. \u010det.","3. \u010det.","4. \u010det."]),t.s) +B.pq=A.a(s(["1er trimestre","2e trimestre","3e trimestre","4e trimestre"]),t.s) +B.T=A.a(s(["S","M","T","W","T","F","S"]),t.s) +B.pr=A.a(s(["janv.","f\xe9vr.","mars","avr.","mai","juin","juill.","ao\xfbt","sept.","oct.","nov.","d\xe9c."]),t.s) +B.OI=A.a(s(["e paradites","e pasdites"]),t.s) +B.ps=A.a(s(["jan","shk","mar","pri","maj","qer","korr","gush","sht","tet","n\xebn","dhj"]),t.s) +B.a8s=new A.m5(0,0) +B.a8x=new A.m5(1,0.05) +B.a8w=new A.m5(3,0.08) +B.a8t=new A.m5(6,0.11) +B.a8u=new A.m5(8,0.12) +B.a8v=new A.m5(12,0.14) +B.pt=A.a(s([B.a8s,B.a8x,B.a8w,B.a8t,B.a8u,B.a8v]),A.am("u")) +B.OJ=A.a(s(["\u1001\u101b\u1005\u103a\u1010\u1031\u102c\u103a \u1019\u1015\u1031\u102b\u103a\u1019\u102e\u1014\u103e\u1005\u103a","\u1001\u101b\u1005\u103a\u1014\u103e\u1005\u103a"]),t.s) +B.OK=A.a(s(["\u0c95\u0ccd\u0cb0\u0cbf\u0cb8\u0ccd\u0ca4 \u0caa\u0cc2\u0cb0\u0ccd\u0cb5","\u0c95\u0ccd\u0cb0\u0cbf\u0cb8\u0ccd\u0ca4 \u0cb6\u0c95"]),t.s) +B.aa=A.a(s(["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]),t.s) +B.pu=A.a(s(["\u0412","\u041f","\u0412","\u0421","\u0427","\u041f","\u0421"]),t.s) +B.fE=A.a(s(["\u064a\u0648\u0646\u06cd","\u062f\u0648\u0646\u06cd","\u062f\u0631\u06d0\u0646\u06cd","\u0685\u0644\u0631\u0646\u06cd","\u067e\u064a\u0646\u0681\u0646\u06cd","\u062c\u0645\u0639\u0647","\u0627\u0648\u0646\u06cd"]),t.s) +B.OL=A.a(s(["y\u5e74M\u6708d\u65e5EEEE","y\u5e74M\u6708d\u65e5","y/MM/dd","y/MM/dd"]),t.s) +B.ON=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","dd-MM-y"]),t.s) +B.jx=A.a(s(["{1} 'kl'. {0}","{1} 'kl'. {0}","{1}, {0}","{1}, {0}"]),t.s) +B.OM=A.a(s(["{1}, '\u0432\u043e' {0}","{1}, '\u0432\u043e' {0}","{1}, '\u0432\u043e' {0}","{1}, '\u0432\u043e' {0}"]),t.s) +B.pv=A.a(s(["\u0b9c","\u0baa\u0bbf","\u0bae\u0bbe","\u0b8f","\u0bae\u0bc7","\u0b9c\u0bc2","\u0b9c\u0bc2","\u0b86","\u0b9a\u0bc6","\u0b85","\u0ba8","\u0b9f\u0bbf"]),t.s) +B.pw=A.a(s(["1-\u0440 \u0441\u0430\u0440","2-\u0440 \u0441\u0430\u0440","3-\u0440 \u0441\u0430\u0440","4-\u0440 \u0441\u0430\u0440","5-\u0440 \u0441\u0430\u0440","6-\u0440 \u0441\u0430\u0440","7-\u0440 \u0441\u0430\u0440","8-\u0440 \u0441\u0430\u0440","9-\u0440 \u0441\u0430\u0440","10-\u0440 \u0441\u0430\u0440","11-\u0440 \u0441\u0430\u0440","12-\u0440 \u0441\u0430\u0440"]),t.s) +B.px=A.a(s(["\u0432\u0441","\u043f\u043d","\u0432\u0442","\u0441\u0440","\u0447\u0442","\u043f\u0442","\u0441\u0431"]),t.s) +B.py=A.a(s(["D","L","M","X","J","V","S"]),t.s) +B.OO=A.a(s(["\u0642\u0628\u0644\u200c\u0627\u0632\u0638\u0647\u0631","\u0628\u0639\u062f\u0627\u0632\u0638\u0647\u0631"]),t.s) +B.pz=A.a(s(["s\xf6ndag","m\xe5ndag","tisdag","onsdag","torsdag","fredag","l\xf6rdag"]),t.s) +B.OP=A.a(s(["\u0441\u0442\u0443","\u043b\u044e\u0442","\u0441\u0430\u043a","\u043a\u0440\u0430","\u043c\u0430\u044f","\u0447\u044d\u0440","\u043b\u0456\u043f","\u0436\u043d\u0456","\u0432\u0435\u0440","\u043a\u0430\u0441","\u043b\u0456\u0441","\u0441\u043d\u0435"]),t.s) +B.OQ=A.a(s(["\u0458\u0430\u043d-\u043c\u0430\u0440","\u0430\u043f\u0440-\u0458\u0443\u043d","\u0458\u0443\u043b-\u0441\u0435\u043f","\u043e\u043a\u0442-\u0434\u0435\u043a"]),t.s) +B.pA=A.a(s(["A","I","S","R","K","J","S"]),t.s) +B.fF=A.a(s(["jan.","fev.","mar.","abr.","mai.","jun.","jul.","ago.","set.","out.","nov.","dez."]),t.s) +B.pB=A.a(s(["\u09a6\u09c7\u0993\u09ac\u09be\u09f0","\u09b8\u09cb\u09ae\u09ac\u09be\u09f0","\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09f0","\u09ac\u09c1\u09a7\u09ac\u09be\u09f0","\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09f0","\u09b6\u09c1\u0995\u09cd\u09f0\u09ac\u09be\u09f0","\u09b6\u09a8\u09bf\u09ac\u09be\u09f0"]),t.s) +B.OR=A.a(s([0,0,32722,12287,65534,34815,65534,18431]),t.t) +B.pC=A.a(s(["\u041d","\u041f","\u0412","\u0421","\u0427","\u041f","\u0421"]),t.s) +B.OS=A.a(s(["Krisztus el\u0151tt","id\u0151sz\xe1m\xedt\xe1sunk szerint"]),t.s) +B.jl=new A.hZ(0) +B.Jr=new A.hZ(1) +B.Js=new A.hZ(2) +B.p=new A.hZ(3) +B.Y=new A.hZ(4) +B.Jt=new A.hZ(7) +B.mZ=new A.hZ(8) +B.pD=A.a(s([B.jl,B.Jr,B.Js,B.p,B.Y,B.jm,B.c2,B.Jt,B.mZ]),A.am("u")) +B.pE=A.a(s(["\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1\u0a86\u0ab0\u0ac0","\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1\u0a86\u0ab0\u0ac0","\u0aae\u0abe\u0ab0\u0acd\u0a9a","\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2","\u0aae\u0ac7","\u0a9c\u0ac2\u0aa8","\u0a9c\u0ac1\u0ab2\u0abe\u0a88","\u0a91\u0a97\u0ab8\u0acd\u0a9f","\u0ab8\u0aaa\u0acd\u0a9f\u0ac7\u0aae\u0acd\u0aac\u0ab0","\u0a91\u0a95\u0acd\u0a9f\u0acb\u0aac\u0ab0","\u0aa8\u0ab5\u0ac7\u0aae\u0acd\u0aac\u0ab0","\u0aa1\u0abf\u0ab8\u0ac7\u0aae\u0acd\u0aac\u0ab0"]),t.s) +B.pF=A.a(s(["\u0d89\u0dbb\u0dd2\u0daf\u0dcf","\u0dc3\u0db3\u0dd4\u0daf\u0dcf","\u0d85\u0d9f\u0dc4","\u0db6\u0daf\u0dcf\u0daf\u0dcf","\u0db6\u0dca\u200d\u0dbb\u0dc4\u0dc3\u0dca","\u0dc3\u0dd2\u0d9a\u0dd4","\u0dc3\u0dd9\u0db1"]),t.s) +B.OT=A.a(s(["EEEE, d 'de' MMMM 'de' y","d 'de' MMMM 'de' y","dd/MM/y","dd/MM/yy"]),t.s) +B.OU=A.a(s(["\u0a2a\u0a39\u0a3f\u0a32\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40","\u0a26\u0a42\u0a1c\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40","\u0a24\u0a40\u0a1c\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40","\u0a1a\u0a4c\u0a25\u0a40 \u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a40"]),t.s) +B.fG=A.a(s(["\u062c\u0646\u0648\u0631\u06cc","\u0641\u0631\u0648\u0631\u06cc","\u0645\u0627\u0631\u0686","\u0627\u067e\u0631\u06cc\u0644","\u0645\u0626\u06cc","\u062c\u0648\u0646","\u062c\u0648\u0644\u0627\u0626\u06cc","\u0627\u06af\u0633\u062a","\u0633\u062a\u0645\u0628\u0631","\u0627\u06a9\u062a\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062f\u0633\u0645\u0628\u0631"]),t.s) +B.OV=A.a(s(["\u0d15\u0d4d\u0d30\u0d3f.\u0d2e\u0d41.","\u0d0e\u0d21\u0d3f"]),t.s) +B.pG=A.a(s(["\u099c\u09be\u09a8\u09c1","\u09ab\u09c7\u09ac\u09cd\u09f0\u09c1","\u09ae\u09be\u09f0\u09cd\u099a","\u098f\u09aa\u09cd\u09f0\u09bf\u09b2","\u09ae\u09c7\u2019","\u099c\u09c1\u09a8","\u099c\u09c1\u09b2\u09be\u0987","\u0986\u0997","\u099b\u09c7\u09aa\u09cd\u09a4\u09c7","\u0985\u0995\u09cd\u099f\u09cb","\u09a8\u09f1\u09c7","\u09a1\u09bf\u099a\u09c7"]),t.s) +B.OW=A.a(s(["ennen Kristuksen syntym\xe4\xe4","j\xe4lkeen Kristuksen syntym\xe4n"]),t.s) +B.pH=A.a(s(["\u0416","\u0414","\u0421","\u0421","\u0411","\u0416","\u0421"]),t.s) +B.OX=A.a(s(["\uae30\uc6d0\uc804","\uc11c\uae30"]),t.s) +B.fH=A.a(s(["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]),t.s) +B.OY=A.a(s(["y('e')'ko' MMMM'ren' d('a'), EEEE","y('e')'ko' MMMM'ren' d('a')","y('e')'ko' MMM d('a')","yy/M/d"]),t.s) +B.pI=A.a(s(["\u044f\u043d\u0443\u0430\u0440\u0438","\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438","\u043c\u0430\u0440\u0442","\u0430\u043f\u0440\u0438\u043b","\u043c\u0430\u0439","\u044e\u043d\u0438","\u044e\u043b\u0438","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438","\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438","\u043d\u043e\u0435\u043c\u0432\u0440\u0438","\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438"]),t.s) +B.OZ=A.a(s(["PG","PTG"]),t.s) +B.P_=A.a(s(["\u0b95\u0bbf\u0bb1\u0bbf\u0bb8\u0bcd\u0ba4\u0bc1\u0bb5\u0bc1\u0b95\u0bcd\u0b95\u0bc1 \u0bae\u0bc1\u0ba9\u0bcd","\u0b85\u0ba9\u0bcd\u0ba9\u0bcb \u0b9f\u0bcb\u0bae\u0bbf\u0ba9\u0bbf"]),t.s) +B.pJ=A.a(s(["\u0ead\u0eb2\u0e97\u0eb4\u0e94","\u0e88\u0eb1\u0e99","\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99","\u0e9e\u0eb8\u0e94","\u0e9e\u0eb0\u0eab\u0eb1\u0e94","\u0eaa\u0eb8\u0e81","\u0ec0\u0eaa\u0ebb\u0eb2"]),t.s) +B.P0=A.a(s(["Yanvar","Fevral","Mart","Aprel","May","Iyun","Iyul","Avgust","Sentabr","Oktabr","Noyabr","Dekabr"]),t.s) +B.P1=A.a(s(["H:mm:ss '\u0447'. zzzz","H:mm:ss '\u0447'. z","H:mm:ss '\u0447'.","H:mm '\u0447'."]),t.s) +B.P2=A.a(s(["\u03a41","\u03a42","\u03a43","\u03a44"]),t.s) +B.pK=A.a(s(["\u0416","\u0414","\u0428","\u0428","\u0411","\u0416","\u0418"]),t.s) +B.pL=A.a(s(["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"]),t.s) +B.a0=A.a(s(["Q1","Q2","Q3","Q4"]),t.s) +B.pM=A.a(s(["\u09a6","\u09b8","\u09ae","\u09ac","\u09ac","\u09b6","\u09b6"]),t.s) +B.bi=A.a(s(["D","L","M","M","J","V","S"]),t.s) +B.pN=A.a(s(["\u0c9c\u0ca8\u0cb5\u0cb0\u0cbf","\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cbf","\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd","\u0c8f\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd","\u0cae\u0cc7","\u0c9c\u0cc2\u0ca8\u0ccd","\u0c9c\u0cc1\u0cb2\u0cc8","\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd","\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82\u0cac\u0cb0\u0ccd","\u0c85\u0c95\u0ccd\u0c9f\u0ccb\u0cac\u0cb0\u0ccd","\u0ca8\u0cb5\u0cc6\u0c82\u0cac\u0cb0\u0ccd","\u0ca1\u0cbf\u0cb8\u0cc6\u0c82\u0cac\u0cb0\u0ccd"]),t.s) +B.P3=A.a(s(["Kabla ya Kristo","Baada ya Kristo"]),t.s) +B.P4=A.a(s(["\u0907. \u0938. \u092a\u0942.","\u0907. \u0938."]),t.s) +B.P5=A.a(s(["de.","du."]),t.s) +B.P6=A.a(s(["H:mm:ss (zzzz)","H:mm:ss (z)","HH:mm:ss","HH:mm"]),t.s) +B.pO=A.a(s(["\u091c\u0928\u0935\u0930\u0940","\u092b\u093c\u0930\u0935\u0930\u0940","\u092e\u093e\u0930\u094d\u091a","\u0905\u092a\u094d\u0930\u0948\u0932","\u092e\u0908","\u091c\u0942\u0928","\u091c\u0941\u0932\u093e\u0908","\u0905\u0917\u0938\u094d\u0924","\u0938\u093f\u0924\u0902\u092c\u0930","\u0905\u0915\u094d\u0924\u0942\u092c\u0930","\u0928\u0935\u0902\u092c\u0930","\u0926\u093f\u0938\u0902\u092c\u0930"]),t.s) +B.P7=A.a(s(["1-chorak","2-chorak","3-chorak","4-chorak"]),t.s) +B.pP=A.a(s(["\u0458\u0430\u043d.","\u0444\u0435\u0432.","\u043c\u0430\u0440.","\u0430\u043f\u0440.","\u043c\u0430\u0458","\u0458\u0443\u043d.","\u0458\u0443\u043b.","\u0430\u0432\u0433.","\u0441\u0435\u043f\u0442.","\u043e\u043a\u0442.","\u043d\u043e\u0435\u043c.","\u0434\u0435\u043a."]),t.s) +B.pQ=A.a(s(["ISonto","UMsombuluko","ULwesibili","ULwesithathu","ULwesine","ULwesihlanu","UMgqibelo"]),t.s) +B.P8=A.a(s(["dop.","odp."]),t.s) +B.P9=A.a(s(["p.n.e.","n.e."]),t.s) +B.Pa=A.a(s([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),t.t) +B.fI=A.a(s(["nedjelja","ponedjeljak","utorak","srijeda","\u010detvrtak","petak","subota"]),t.s) +B.Pb=A.a(s(["\u062c","\u0641","\u0645","\u0627","\u0645","\u062c","\u062c","\u0627","\u0633","\u0627","\u0646","\u062f"]),t.s) +B.pR=A.a(s(["\u091c\u093e","\u092b\u0947","\u092e\u093e","\u090f","\u092e\u0947","\u091c\u0942","\u091c\u0941","\u0911","\u0938","\u0911","\u0928\u094b","\u0921\u093f"]),t.s) +B.Pc=A.a(s(["Domingo","Luns","Martes","M\xe9rcores","Xoves","Venres","S\xe1bado"]),t.s) +B.pS=A.a(s(["1\xba trimestre","2\xba trimestre","3\xba trimestre","4\xba trimestre"]),t.s) +B.Pd=A.a(s(["trimestrul I","trimestrul al II-lea","trimestrul al III-lea","trimestrul al IV-lea"]),t.s) +B.pT=A.a(s(["Januar","Februar","M\xe4rz","April","Mai","Juni","Juli","Auguscht","Sept\xe4mber","Oktoober","Nov\xe4mber","Dez\xe4mber"]),t.s) +B.pU=A.a(s(["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"]),t.s) +B.Pe=A.a(s(["\u0908\u0938\u093e-\u092a\u0942\u0930\u094d\u0935","\u0908\u0938\u0935\u0940 \u0938\u0928"]),t.s) +B.Pf=A.a(s(["{1} 'am' {0}","{1} 'am' {0}","{1} {0}","{1} {0}"]),t.s) +B.Pg=A.a(s(["{1} 'om' {0}","{1} 'om' {0}","{1} {0}","{1} {0}"]),t.s) +B.Ph=A.a(s(["\u12d3\u1218\u1270 \u12d3\u1208\u121d","\u12d3\u1218\u1270 \u121d\u1215\u1228\u1275"]),t.s) +B.fJ=A.a(s(["\u041d\u044f","\u0414\u0430","\u041c\u044f","\u041b\u0445","\u041f\u04af","\u0411\u0430","\u0411\u044f"]),t.s) +B.pV=A.a(s(["\u05d0\u05f3","\u05d1\u05f3","\u05d2\u05f3","\u05d3\u05f3","\u05d4\u05f3","\u05d5\u05f3","\u05e9\u05f3"]),t.s) +B.Pi=A.a(s(["\u0a08\u0a38\u0a35\u0a40 \u0a2a\u0a42\u0a30\u0a35","\u0a08\u0a38\u0a35\u0a40 \u0a38\u0a70\u0a28"]),t.s) +B.Pj=A.a(s(["\u043f\u0440.\u0425\u0440.","\u0441\u043b.\u0425\u0440."]),t.s) +B.pW=A.a(s(["\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 1","\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 2","\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 3","\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1791\u17b8 4"]),t.s) +B.Pk=A.a(s(["para Krishtit","mbas Krishtit"]),t.s) +B.pX=A.a(s(["\u0c06","\u0c38\u0c4b","\u0c2e","\u0c2c\u0c41","\u0c17\u0c41","\u0c36\u0c41","\u0c36"]),t.s) +B.Pl=A.a(s(["S1","S2","S3","S4"]),t.s) +B.Pm=A.a(s(["X","F","M","A","M","X","X","A","S","O","N","D"]),t.s) +B.Pn=A.a(s(["SA","CH"]),t.s) +B.pY=A.a(s(["\u0c9c","\u0cab\u0cc6","\u0cae\u0cbe","\u0c8f","\u0cae\u0cc7","\u0c9c\u0cc2","\u0c9c\u0cc1","\u0c86","\u0cb8\u0cc6","\u0c85","\u0ca8","\u0ca1\u0cbf"]),t.s) +B.Po=A.a(s([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13]),t.t) +B.jy=A.a(s([5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5]),t.t) +B.Pp=A.a(s(["\u03c0.\u03bc.","\u03bc.\u03bc."]),t.s) +B.Pq=A.a(s(["Bh:mm:ss [zzzz]","Bh:mm:ss [z]","Bh:mm:ss","Bh:mm"]),t.s) +B.Pr=A.a(s(["y\u5e74M\u6708d\u65e5EEEE","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5","d/M/y"]),t.s) +B.Ps=A.a(s(["SM","M"]),t.s) +B.Pt=A.a(s(["\u0e95\u0ea11","\u0e95\u0ea12","\u0e95\u0ea13","\u0e95\u0ea14"]),t.s) +B.Pu=A.a(s(["1Hh","2Hh","3Hh","4Hh"]),t.s) +B.pZ=A.a(s(["\u4e00\u6708","\u4e8c\u6708","\u4e09\u6708","\u56db\u6708","\u4e94\u6708","\u516d\u6708","\u4e03\u6708","\u516b\u6708","\u4e5d\u6708","\u5341\u6708","\u5341\u4e00\u6708","\u5341\u4e8c\u6708"]),t.s) +B.PB=A.a(s(["\u1229\u12651","\u1229\u12652","\u1229\u12653","\u1229\u12654"]),t.s) +B.q_=A.a(s(["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"]),t.s) +B.PC=A.a(s(["\u03c0\u03c1\u03bf \u03a7\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd","\u03bc\u03b5\u03c4\u03ac \u03a7\u03c1\u03b9\u03c3\u03c4\u03cc\u03bd"]),t.s) +B.br=A.a(s(["T1","T2","T3","T4"]),t.s) +B.q0=A.a(s(["\u0a1c","\u0a2b\u0a3c","\u0a2e\u0a3e","\u0a05","\u0a2e","\u0a1c\u0a42","\u0a1c\u0a41","\u0a05","\u0a38","\u0a05","\u0a28","\u0a26"]),t.s) +B.PD=A.a(s(["yan","fev","mar","apr","may","iyn","iyl","avg","sen","okt","noy","dek"]),t.s) +B.PE=A.a(s(["TO","TK"]),t.s) +B.ap=new A.C8(0,"upstream") +B.PF=A.a(s([B.ap,B.m]),A.am("u")) +B.ay=new A.qE(0,"rtl") +B.i=new A.qE(1,"ltr") +B.q1=A.a(s([B.ay,B.i]),A.am("u")) +B.EF=new A.vO(0,"topLeft") +B.EI=new A.vO(3,"bottomRight") +B.a8m=new A.m3(B.EF,B.EI) +B.a8p=new A.m3(B.EI,B.EF) +B.EG=new A.vO(1,"topRight") +B.EH=new A.vO(2,"bottomLeft") +B.a8n=new A.m3(B.EG,B.EH) +B.a8o=new A.m3(B.EH,B.EG) +B.PG=A.a(s([B.a8m,B.a8p,B.a8n,B.a8o]),A.am("u")) +B.q2=A.a(s(["dom","lun","mar","mer","gio","ven","sab"]),t.s) +B.PH=A.a(s(["h:mm:ss\u202fa zzzz","h:mm:ss\u202fa z","h:mm:ss\u202fa","h:mm\u202fa"]),t.s) +B.PI=A.a(s(["\u0434\u043e \u043d. \u044d.","\u043d. \u044d."]),t.s) +B.q3=A.a(s(["domingo","segunda","ter\xe7a","quarta","quinta","sexta","s\xe1bado"]),t.s) +B.q4=A.a(s(["T","H","M","H","T","K","H","E","S","L","M","J"]),t.s) +B.q5=A.a(s(["hh:mm:ss a zzzz","hh:mm:ss a z","hh:mm:ss a","hh:mm a"]),t.s) +B.PJ=A.a(s(["\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09aa\u09c2\u09b0\u09cd\u09ac","\u0996\u09cd\u09b0\u09c0\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6"]),t.s) +B.q7=A.a(s(["\u17a2","\u1785","\u17a2","\u1796","\u1796","\u179f","\u179f"]),t.s) +B.q6=A.a(s(["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]),t.s) +B.FL=new A.rs() +B.es=new A.Rw(1,"page") +B.hK=new A.ef(B.P,B.es) +B.PK=A.a(s([B.FL,B.hK]),A.am("u")) +B.PL=A.a(s(["prije nove ere","nove ere"]),t.s) +B.q8=A.a(s(["CN","T2","T3","T4","T5","T6","T7"]),t.s) +B.q9=A.a(s(["GN","FB","M\xc7","AB","MG","JN","JL","AG","ST","OC","NV","DS"]),t.s) +B.ab=A.a(s(["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]),t.s) +B.PM=A.a(s(["\u049a\u0430\u04a3\u0442\u0430\u0440","\u0410\u049b\u043f\u0430\u043d","\u041d\u0430\u0443\u0440\u044b\u0437","\u0421\u04d9\u0443\u0456\u0440","\u041c\u0430\u043c\u044b\u0440","\u041c\u0430\u0443\u0441\u044b\u043c","\u0428\u0456\u043b\u0434\u0435","\u0422\u0430\u043c\u044b\u0437","\u049a\u044b\u0440\u043a\u04af\u0439\u0435\u043a","\u049a\u0430\u0437\u0430\u043d","\u049a\u0430\u0440\u0430\u0448\u0430","\u0416\u0435\u043b\u0442\u043e\u049b\u0441\u0430\u043d"]),t.s) +B.qa=A.a(s(["\u06cc","\u062f","\u0633","\u0686","\u067e","\u062c","\u0634"]),t.s) +B.PN=A.a(s(["y, MMMM d, EEEE","y, MMMM d","y, MMM d","d/M/yy"]),t.s) +B.PO=A.a(s(["EEEE, d MMMM, y","d MMMM y","dd-MMM-y","dd/MM/yy"]),t.s) +B.qb=A.a(s(["\u0c1c\u0c28","\u0c2b\u0c3f\u0c2c\u0c4d\u0c30","\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f","\u0c0f\u0c2a\u0c4d\u0c30\u0c3f","\u0c2e\u0c47","\u0c1c\u0c42\u0c28\u0c4d","\u0c1c\u0c41\u0c32\u0c48","\u0c06\u0c17","\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02","\u0c05\u0c15\u0c4d\u0c1f\u0c4b","\u0c28\u0c35\u0c02","\u0c21\u0c3f\u0c38\u0c46\u0c02"]),t.s) +B.PP=A.a(s(["antes de Cristo","despois de Cristo"]),t.s) +B.qc=A.a(s(["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]),t.s) +B.PQ=A.a(s(["I k.","II k.","III k.","IV k."]),t.s) +B.PR=A.a(s(["x.","f.","m.","a.","m.","x.","x.","a.","s.","o.","n.","d."]),t.s) +B.qd=A.a(s(["I","II","III","IV","V","VI","VII","VIII","IX","X","XI","XII"]),t.s) +B.PS=A.a(s(["\u063a.\u0645.","\u063a.\u0648."]),t.s) +B.qe=A.a(s(["ian.","feb.","mar.","apr.","mai","iun.","iul.","aug.","sept.","oct.","nov.","dec."]),t.s) +B.PT=A.a(s(["1. kvt.","2. kvt.","3. kvt.","4. kvt."]),t.s) +B.qf=A.a(s(["\u099c\u09be\u09a8\u09c1\u09f1\u09be\u09f0\u09c0","\u09ab\u09c7\u09ac\u09cd\u09f0\u09c1\u09f1\u09be\u09f0\u09c0","\u09ae\u09be\u09f0\u09cd\u099a","\u098f\u09aa\u09cd\u09f0\u09bf\u09b2","\u09ae\u09c7\u2019","\u099c\u09c1\u09a8","\u099c\u09c1\u09b2\u09be\u0987","\u0986\u0997\u09b7\u09cd\u099f","\u099b\u09c7\u09aa\u09cd\u09a4\u09c7\u09ae\u09cd\u09ac\u09f0","\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09f0","\u09a8\u09f1\u09c7\u09ae\u09cd\u09ac\u09f0","\u09a1\u09bf\u099a\u09c7\u09ae\u09cd\u09ac\u09f0"]),t.s) +B.qg=A.a(s(["O","\u015e","M","N","M","H","T","A","E","E","K","A"]),t.s) +B.qh=A.a(s(["\u05d9\u05e0\u05d5\u05d0\u05e8","\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8","\u05de\u05e8\u05e5","\u05d0\u05e4\u05e8\u05d9\u05dc","\u05de\u05d0\u05d9","\u05d9\u05d5\u05e0\u05d9","\u05d9\u05d5\u05dc\u05d9","\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8","\u05e1\u05e4\u05d8\u05de\u05d1\u05e8","\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8","\u05e0\u05d5\u05d1\u05de\u05d1\u05e8","\u05d3\u05e6\u05de\u05d1\u05e8"]),t.s) +B.PU=A.a(s(["\u044f\u043d\u0432.","\u0444\u0435\u0432\u0440.","\u043c\u0430\u0440.","\u0430\u043f\u0440.","\u043c\u0430\u044f","\u0438\u044e\u043d.","\u0438\u044e\u043b.","\u0430\u0432\u0433.","\u0441\u0435\u043d\u0442.","\u043e\u043a\u0442.","\u043d\u043e\u044f\u0431.","\u0434\u0435\u043a."]),t.s) +B.PV=A.a(s([3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258]),t.t) +B.c8=A.a(s(["E","F","M","A","M","J","J","A","S","O","N","D"]),t.s) +B.qi=A.a(s(["Ahd","Isn","Sel","Rab","Kha","Jum","Sab"]),t.s) +B.fK=A.a(s(["\u042f","\u0424","\u041c","\u0410","\u041c","\u0418","\u0418","\u0410","\u0421","\u041e","\u041d","\u0414"]),t.s) +B.PW=A.a(s(["I \u0443\u043b\u0438\u0440\u0430\u043b","II \u0443\u043b\u0438\u0440\u0430\u043b","III \u0443\u043b\u0438\u0440\u0430\u043b","IV \u0443\u043b\u0438\u0440\u0430\u043b"]),t.s) +B.PX=A.a(s(["prie\u0161piet","popiet"]),t.s) +B.PY=A.a(s(["\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044f","\u043b\u044e\u0442\u0430\u0433\u0430","\u0441\u0430\u043a\u0430\u0432\u0456\u043a\u0430","\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a\u0430","\u043c\u0430\u044f","\u0447\u044d\u0440\u0432\u0435\u043d\u044f","\u043b\u0456\u043f\u0435\u043d\u044f","\u0436\u043d\u0456\u045e\u043d\u044f","\u0432\u0435\u0440\u0430\u0441\u043d\u044f","\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a\u0430","\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434\u0430","\u0441\u043d\u0435\u0436\u043d\u044f"]),t.s) +B.PZ=A.a(s(["\u0406 \u0442\u049b\u0441.","\u0406\u0406 \u0442\u049b\u0441.","\u0406\u0406\u0406 \u0442\u049b\u0441.","IV \u0442\u049b\u0441."]),t.s) +B.qj=A.a(s(["\u0436\u0435\u043a\u0448\u0435\u043c\u0431\u0438","\u0434\u04af\u0439\u0448\u04e9\u043c\u0431\u04af","\u0448\u0435\u0439\u0448\u0435\u043c\u0431\u0438","\u0448\u0430\u0440\u0448\u0435\u043c\u0431\u0438","\u0431\u0435\u0439\u0448\u0435\u043c\u0431\u0438","\u0436\u0443\u043c\u0430","\u0438\u0448\u0435\u043c\u0431\u0438"]),t.s) +B.Q_=A.a(s(["\u0431\u0438\u0437\u0434\u0438\u043d \u0437\u0430\u043c\u0430\u043d\u0433\u0430 \u0447\u0435\u0439\u0438\u043d","\u0431\u0438\u0437\u0434\u0438\u043d \u0437\u0430\u043c\u0430\u043d"]),t.s) +B.qk=A.a(s(["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"]),t.s) +B.Q0=A.a(s(["\u0570\u0578\u0582\u0576\u057e\u0561\u0580","\u0583\u0565\u057f\u0580\u057e\u0561\u0580","\u0574\u0561\u0580\u057f","\u0561\u057a\u0580\u056b\u056c","\u0574\u0561\u0575\u056b\u057d","\u0570\u0578\u0582\u0576\u056b\u057d","\u0570\u0578\u0582\u056c\u056b\u057d","\u0585\u0563\u0578\u057d\u057f\u0578\u057d","\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580","\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580","\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580","\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580"]),t.s) +B.ql=A.a(s(["\u0a1c\u0a28\u0a35\u0a30\u0a40","\u0a2b\u0a3c\u0a30\u0a35\u0a30\u0a40","\u0a2e\u0a3e\u0a30\u0a1a","\u0a05\u0a2a\u0a4d\u0a30\u0a48\u0a32","\u0a2e\u0a08","\u0a1c\u0a42\u0a28","\u0a1c\u0a41\u0a32\u0a3e\u0a08","\u0a05\u0a17\u0a38\u0a24","\u0a38\u0a24\u0a70\u0a2c\u0a30","\u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30","\u0a28\u0a35\u0a70\u0a2c\u0a30","\u0a26\u0a38\u0a70\u0a2c\u0a30"]),t.s) +B.Q1=A.a(s([0,0,32722,12287,65535,34815,65534,18431]),t.t) +B.qm=A.a(s([0,0,65490,12287,65535,34815,65534,18431]),t.t) +B.Q2=A.a(s(["y '\u043e\u043d\u044b' MMMM'\u044b\u043d' d, EEEE '\u0433\u0430\u0440\u0430\u0433'","y '\u043e\u043d\u044b' MMMM'\u044b\u043d' d","y '\u043e\u043d\u044b' MMM'\u044b\u043d' d","y.MM.dd"]),t.s) +B.qn=A.a(s(["jan","feb","mar","apr","m\xe1j","j\xfan","j\xfal","aug","sep","okt","nov","dec"]),t.s) +B.Q3=A.a(s(["\u0441\u0456\u0447","\u043b\u044e\u0442","\u0431\u0435\u0440","\u043a\u0432\u0456","\u0442\u0440\u0430","\u0447\u0435\u0440","\u043b\u0438\u043f","\u0441\u0435\u0440","\u0432\u0435\u0440","\u0436\u043e\u0432","\u043b\u0438\u0441","\u0433\u0440\u0443"]),t.s) +B.Q4=A.a(s(["EEEE, d-MMMM, y","d-MMMM, y","d-MMM, y","dd/MM/yy"]),t.s) +B.qo=A.a(s(["sekmadienis","pirmadienis","antradienis","tre\u010diadienis","ketvirtadienis","penktadienis","\u0161e\u0161tadienis"]),t.s) +B.Q5=A.a(s(["\u041d\u044f\u043c","\u0414\u0430\u0432\u0430\u0430","\u041c\u044f\u0433\u043c\u0430\u0440","\u041b\u0445\u0430\u0433\u0432\u0430","\u041f\u04af\u0440\u044d\u0432","\u0411\u0430\u0430\u0441\u0430\u043d","\u0411\u044f\u043c\u0431\u0430"]),t.s) +B.Q6=A.a(s(["\u0431.\u0437.\u0434.","\u0431.\u0437."]),t.s) +B.Q7=A.a(s(["K.a.","Kristo ondoren"]),t.s) +B.qp=A.a(s(["led","\xfano","b\u0159e","dub","kv\u011b","\u010dvn","\u010dvc","srp","z\xe1\u0159","\u0159\xedj","lis","pro"]),t.s) +B.qq=A.a(s(["\u7d00\u5143\u524d","\u897f\u66a6"]),t.s) +B.Q8=A.a(s(["\u0434\u043e \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430","\u043e\u0442 \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430 \u0425\u0440\u0438\u0441\u0442\u043e\u0432\u0430"]),t.s) +B.Q9=A.a(s(["Kuartal ke-1","Kuartal ke-2","Kuartal ke-3","Kuartal ke-4"]),t.s) +B.Qa=A.a(s(["{0} 'do' {1}","{0} 'do' {1}","{0}, {1}","{0}, {1}"]),t.s) +B.Qb=A.a(s(["1. fj\xf3r\xf0ungur","2. fj\xf3r\xf0ungur","3. fj\xf3r\xf0ungur","4. fj\xf3r\xf0ungur"]),t.s) +B.Qc=A.a(s(["\u043f\u0440\u0435\u0434\u0438 \u0425\u0440\u0438\u0441\u0442\u0430","\u0441\u043b\u0435\u0434 \u0425\u0440\u0438\u0441\u0442\u0430"]),t.s) +B.qr=A.a(s(["\u099c","\u09ab","\u09ae","\u098f","\u09ae","\u099c","\u099c","\u0986","\u099b","\u0985","\u09a8","\u09a1"]),t.s) +B.Qd=A.a(s(["\u042f\u043d\u0432","\u0424\u0435\u0432","\u041c\u0430\u0440","\u0410\u043f\u0440","\u041c\u0430\u0439","\u0418\u044e\u043d","\u0418\u044e\u043b","\u0410\u0432\u0433","\u0421\u0435\u043d","\u041e\u043a\u0442","\u041d\u043e\u044f","\u0414\u0435\u043a"]),t.s) +B.Qe=A.a(s(["\u0924\u093f\u0967","\u0924\u093f\u0968","\u0924\u093f\u0969","\u0924\u093f\u096a"]),t.s) +B.qs=A.a(s(["\u1015\u1011\u1019 \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a","\u1012\u102f\u1010\u102d\u101a \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a","\u1010\u1010\u102d\u101a \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a","\u1005\u1010\u102f\u1010\u1039\u1011 \u101e\u102f\u1036\u1038\u101c\u1015\u1010\u103a"]),t.s) +B.qt=A.a(s([0,0,32776,33792,1,10240,0,0]),t.t) +B.Qg=A.a(s(["1. ceturksnis","2. ceturksnis","3. ceturksnis","4. ceturksnis"]),t.s) +B.Qh=A.a(s(["I ketvirtis","II ketvirtis","III ketvirtis","IV ketvirtis"]),t.s) +B.Qi=A.a(s(["stycznia","lutego","marca","kwietnia","maja","czerwca","lipca","sierpnia","wrze\u015bnia","pa\u017adziernika","listopada","grudnia"]),t.s) +B.Qj=A.a(s(["1:a kvartalet","2:a kvartalet","3:e kvartalet","4:e kvartalet"]),t.s) +B.Qk=A.a(s(["EEEE dd MMMM y","dd MMMM y","dd MMM y","y-MM-dd"]),t.s) +B.qu=A.a(s(["ned.","pon.","tor.","sre.","\u010det.","pet.","sob."]),t.s) +B.qv=A.a(s(["\u043d\u0434","\u043f\u043d","\u0430\u045e","\u0441\u0440","\u0447\u0446","\u043f\u0442","\u0441\u0431"]),t.s) +B.qw=A.a(s(["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"]),t.s) +B.Ql=A.a(s(["Sv\u0113td.","Pirmd.","Otrd.","Tre\u0161d.","Ceturtd.","Piektd.","Sestd."]),t.s) +B.fL=A.a(s(["\uc77c","\uc6d4","\ud654","\uc218","\ubaa9","\uae08","\ud1a0"]),t.s) +B.Qm=A.a(s(["\u0642.\u0645","\u0645"]),t.s) +B.qx=A.a(s(["\u1007\u1014\u103a\u1014\u101d\u102b\u101b\u102e","\u1016\u1031\u1016\u1031\u102c\u103a\u101d\u102b\u101b\u102e","\u1019\u1010\u103a","\u1027\u1015\u103c\u102e","\u1019\u1031","\u1007\u103d\u1014\u103a","\u1007\u1030\u101c\u102d\u102f\u1004\u103a","\u1029\u1002\u102f\u1010\u103a","\u1005\u1000\u103a\u1010\u1004\u103a\u1018\u102c","\u1021\u1031\u102c\u1000\u103a\u1010\u102d\u102f\u1018\u102c","\u1014\u102d\u102f\u101d\u1004\u103a\u1018\u102c","\u1012\u102e\u1007\u1004\u103a\u1018\u102c"]),t.s) +B.qy=A.a(s(["EEEE, d 'de' MMMM 'de' y","d 'de' MMMM 'de' y","d MMM y","d/M/yy"]),t.s) +B.Qn=A.a(s(["p\u0159. n. l.","n. l."]),t.s) +B.jz=A.a(s(["1. Quartal","2. Quartal","3. Quartal","4. Quartal"]),t.s) +B.qz=A.a(s(["\u044f\u043d\u0443","\u0444\u0435\u0432","\u043c\u0430\u0440\u0442","\u0430\u043f\u0440","\u043c\u0430\u0439","\u044e\u043d\u0438","\u044e\u043b\u0438","\u0430\u0432\u0433","\u0441\u0435\u043f","\u043e\u043a\u0442","\u043d\u043e\u0435","\u0434\u0435\u043a"]),t.s) +B.Qo=A.a(s(["aC","dC"]),t.s) +B.dT=A.a(s([0,79764919,159529838,222504665,319059676,398814059,445009330,507990021,638119352,583659535,797628118,726387553,890018660,835552979,1015980042,944750013,1276238704,1221641927,1167319070,1095957929,1595256236,1540665371,1452775106,1381403509,1780037320,1859660671,1671105958,1733955601,2031960084,2111593891,1889500026,1952343757,2552477408,2632100695,2443283854,2506133561,2334638140,2414271883,2191915858,2254759653,3190512472,3135915759,3081330742,3009969537,2905550212,2850959411,2762807018,2691435357,3560074640,3505614887,3719321342,3648080713,3342211916,3287746299,3467911202,3396681109,4063920168,4143685023,4223187782,4286162673,3779000052,3858754371,3904687514,3967668269,881225847,809987520,1023691545,969234094,662832811,591600412,771767749,717299826,311336399,374308984,453813921,533576470,25881363,88864420,134795389,214552010,2023205639,2086057648,1897238633,1976864222,1804852699,1867694188,1645340341,1724971778,1587496639,1516133128,1461550545,1406951526,1302016099,1230646740,1142491917,1087903418,2896545431,2825181984,2770861561,2716262478,3215044683,3143675388,3055782693,3001194130,2326604591,2389456536,2200899649,2280525302,2578013683,2640855108,2418763421,2498394922,3769900519,3832873040,3912640137,3992402750,4088425275,4151408268,4197601365,4277358050,3334271071,3263032808,3476998961,3422541446,3585640067,3514407732,3694837229,3640369242,1762451694,1842216281,1619975040,1682949687,2047383090,2127137669,1938468188,2001449195,1325665622,1271206113,1183200824,1111960463,1543535498,1489069629,1434599652,1363369299,622672798,568075817,748617968,677256519,907627842,853037301,1067152940,995781531,51762726,131386257,177728840,240578815,269590778,349224269,429104020,491947555,4046411278,4126034873,4172115296,4234965207,3794477266,3874110821,3953728444,4016571915,3609705398,3555108353,3735388376,3664026991,3290680682,3236090077,3449943556,3378572211,3174993278,3120533705,3032266256,2961025959,2923101090,2868635157,2813903052,2742672763,2604032198,2683796849,2461293480,2524268063,2284983834,2364738477,2175806836,2238787779,1569362073,1498123566,1409854455,1355396672,1317987909,1246755826,1192025387,1137557660,2072149281,2135122070,1912620623,1992383480,1753615357,1816598090,1627664531,1707420964,295390185,358241886,404320391,483945776,43990325,106832002,186451547,266083308,932423249,861060070,1041341759,986742920,613929101,542559546,756411363,701822548,3316196985,3244833742,3425377559,3370778784,3601682597,3530312978,3744426955,3689838204,3819031489,3881883254,3928223919,4007849240,4037393693,4100235434,4180117107,4259748804,2310601993,2373574846,2151335527,2231098320,2596047829,2659030626,2470359227,2550115596,2947551409,2876312838,2788305887,2733848168,3165939309,3094707162,3040238851,2985771188]),t.t) +B.qA=A.a(s(["\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1","\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1","\u0aae\u0abe\u0ab0\u0acd\u0a9a","\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2","\u0aae\u0ac7","\u0a9c\u0ac2\u0aa8","\u0a9c\u0ac1\u0ab2\u0abe\u0a88","\u0a91\u0a97\u0ab8\u0acd\u0a9f","\u0ab8\u0aaa\u0acd\u0a9f\u0ac7","\u0a91\u0a95\u0acd\u0a9f\u0acb","\u0aa8\u0ab5\u0ac7","\u0aa1\u0abf\u0ab8\u0ac7"]),t.s) +B.Qp=A.a(s(["\u0d15\u0d4d\u0d30\u0d3f\u0d38\u0d4d\u200c\u0d24\u0d41\u0d35\u0d3f\u0d28\u0d4d \u0d2e\u0d41\u0d2e\u0d4d\u0d2a\u0d4d","\u0d06\u0d28\u0d4d\u0d28\u0d4b \u0d21\u0d4a\u0d2e\u0d3f\u0d28\u0d3f"]),t.s) +B.Qq=A.a(s(["\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799","\u1785\u1793\u17d2\u1791","\u17a2\u1784\u17d2\u1782\u17b6\u179a","\u1796\u17bb\u1792","\u1796\u17d2\u179a\u17a0\u179f\u17d2\u1794\u178f\u17b7\u17cd","\u179f\u17bb\u1780\u17d2\u179a","\u179f\u17c5\u179a\u17cd"]),t.s) +B.a5=A.a(s(["h:mm:ss a zzzz","h:mm:ss a z","h:mm:ss a","h:mm a"]),t.s) +B.bs=A.a(s(["{1} 'at' {0}","{1} 'at' {0}","{1}, {0}","{1}, {0}"]),t.s) +B.qB=A.a(s(["{1} 'um' {0}","{1} 'um' {0}","{1}, {0}","{1}, {0}"]),t.s) +B.qC=A.a(s(["\u0cad\u0cbe\u0ca8\u0cc1","\u0cb8\u0ccb\u0cae","\u0cae\u0c82\u0c97\u0cb3","\u0cac\u0cc1\u0ca7","\u0c97\u0cc1\u0cb0\u0cc1","\u0cb6\u0cc1\u0c95\u0ccd\u0cb0","\u0cb6\u0ca8\u0cbf"]),t.s) +B.qD=A.a(s(["\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0623\u0648\u0644","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062b\u0627\u0646\u064a","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062b\u0627\u0644\u062b","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0631\u0627\u0628\u0639"]),t.s) +B.Qr=A.a(s(["de gener","de febrer","de mar\xe7","d\u2019abril","de maig","de juny","de juliol","d\u2019agost","de setembre","d\u2019octubre","de novembre","de desembre"]),t.s) +B.d9=A.a(s(["S","M","D","M","D","F","S"]),t.s) +B.qE=A.a(s(["P","P","S","\xc7","P","C","C"]),t.s) +B.fM=A.a(s(["janvier","f\xe9vrier","mars","avril","mai","juin","juillet","ao\xfbt","septembre","octobre","novembre","d\xe9cembre"]),t.s) +B.Qs=A.a(s(["d MMMM y EEEE","d MMMM y","d MMM y","d.MM.y"]),t.s) +B.cz=A.a(s(["am","pm"]),t.s) +B.fN=A.a(s(["\u0627\u0644\u0623\u062d\u062f","\u0627\u0644\u0627\u062b\u0646\u064a\u0646","\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062e\u0645\u064a\u0633","\u0627\u0644\u062c\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062a"]),t.s) +B.Qt=A.a(s(["\u0996\u09cd\u09f0\u09c0\u09b7\u09cd\u099f\u09aa\u09c2\u09f0\u09cd\u09ac","\u0996\u09cd\u09f0\u09c0\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6"]),t.s) +B.Qu=A.a(s(["EEEE, dd MMMM y","dd MMMM y","dd MMM y","y/MM/dd"]),t.s) +B.qF=A.a(s(["\u0d1e\u0d3e\u0d2f\u0d7c","\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d7e","\u0d1a\u0d4a\u0d35\u0d4d\u0d35","\u0d2c\u0d41\u0d27\u0d7b","\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d02","\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f","\u0d36\u0d28\u0d3f"]),t.s) +B.Qv=A.a(s(["\u0e1b\u0e35\u0e01\u0e48\u0e2d\u0e19\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e01\u0e32\u0e25","\u0e04\u0e23\u0e34\u0e2a\u0e15\u0e4c\u0e28\u0e31\u0e01\u0e23\u0e32\u0e0a"]),t.s) +B.qG=A.a(s(["domenica","luned\xec","marted\xec","mercoled\xec","gioved\xec","venerd\xec","sabato"]),t.s) +B.qH=A.a(s(["\u091c\u093e\u0928\u0947","\u092b\u0947\u092c\u094d\u0930\u0941","\u092e\u093e\u0930\u094d\u091a","\u090f\u092a\u094d\u0930\u093f","\u092e\u0947","\u091c\u0942\u0928","\u091c\u0941\u0932\u0948","\u0911\u0917","\u0938\u092a\u094d\u091f\u0947\u0902","\u0911\u0915\u094d\u091f\u094b","\u0928\u094b\u0935\u094d\u0939\u0947\u0902","\u0921\u093f\u0938\u0947\u0902"]),t.s) +B.qI=A.a(s(["Ocak","\u015eubat","Mart","Nisan","May\u0131s","Haziran","Temmuz","A\u011fustos","Eyl\xfcl","Ekim","Kas\u0131m","Aral\u0131k"]),t.s) +B.qJ=A.a(s(["S","P","A","T","K","P","\u0160"]),t.s) +B.Qx=A.a(s(["\u0924\u093f1","\u0924\u093f2","\u0924\u093f3","\u0924\u093f4"]),t.s) +B.qK=A.a(s(["\u1007","\u1016","\u1019","\u1027","\u1019","\u1007","\u1007","\u1029","\u1005","\u1021","\u1014","\u1012"]),t.s) +B.qL=A.a(s(["\u0c06\u0c26\u0c3f","\u0c38\u0c4b\u0c2e","\u0c2e\u0c02\u0c17\u0c33","\u0c2c\u0c41\u0c27","\u0c17\u0c41\u0c30\u0c41","\u0c36\u0c41\u0c15\u0c4d\u0c30","\u0c36\u0c28\u0c3f"]),t.s) +B.c9=A.a(s(["a.m.","p.m."]),t.s) +B.qM=A.a(s(["\u0a10\u0a24","\u0a38\u0a4b\u0a2e","\u0a2e\u0a70\u0a17\u0a32","\u0a2c\u0a41\u0a71\u0a27","\u0a35\u0a40\u0a30","\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30","\u0a38\u0a3c\u0a28\u0a3f\u0a71\u0a1a\u0a30"]),t.s) +B.Qy=A.a(s(["zzzz HH:mm:ss","z HH:mm:ss","HH:mm:ss","HH:mm"]),t.s) +B.Qz=A.a(s(["J","F","M","E","M","J","J","A","S","O","N","D"]),t.s) +B.ca=A.a(s(["S","M","T","O","T","F","L"]),t.s) +B.qN=A.a(s(["\u0ab0","\u0ab8\u0acb","\u0aae\u0a82","\u0aac\u0ac1","\u0a97\u0ac1","\u0ab6\u0ac1","\u0ab6"]),t.s) +B.QA=A.a(s(["\u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5","\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5","\u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5","\u0391\u03c0\u03c1\u03b9\u03bb\u03af\u03bf\u03c5","\u039c\u03b1\u0390\u03bf\u03c5","\u0399\u03bf\u03c5\u03bd\u03af\u03bf\u03c5","\u0399\u03bf\u03c5\u03bb\u03af\u03bf\u03c5","\u0391\u03c5\u03b3\u03bf\u03cd\u03c3\u03c4\u03bf\u03c5","\u03a3\u03b5\u03c0\u03c4\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5","\u039f\u03ba\u03c4\u03c9\u03b2\u03c1\u03af\u03bf\u03c5","\u039d\u03bf\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5","\u0394\u03b5\u03ba\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5"]),t.s) +B.QC=A.a(s(["1. kv.","2. kv.","3. kv.","4. kv."]),t.s) +B.QB=A.a(s(["EEEE \u062f y \u062f MMMM d","\u062f y \u062f MMMM d","y MMM d","y/M/d"]),t.s) +B.QD=A.a(s(["Yan","Fev","Mar","Apr","May","Iyn","Iyl","Avg","Sen","Okt","Noy","Dek"]),t.s) +B.QE=A.a(s(["click","scroll"]),t.s) +B.m0=new A.F(419430400) +B.f=new A.i(0,0) +B.FE=new A.e3(0.2,B.co,B.m0,B.f,11) +B.QF=A.a(s([B.FE]),t.sq) +B.fO=A.a(s(["Jan","Feb","M\xe4r","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"]),t.s) +B.QH=A.a(s(["I \u10d9\u10d5.","II \u10d9\u10d5.","III \u10d9\u10d5.","IV \u10d9\u10d5."]),t.s) +B.QJ=A.a(s(["prije Krista","poslije Krista"]),t.s) +B.QI=A.a(s(["{1} - {0}","{1} - {0}","{1}, {0}","{1}, {0}"]),t.s) +B.qP=A.a(s(["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."]),t.s) +B.qO=A.a(s(["\u0698","\u0641","\u0645","\u0622","\u0645","\u0698","\u0698","\u0627","\u0633","\u0627","\u0646","\u062f"]),t.s) +B.qQ=A.a(s(["yakshanba","dushanba","seshanba","chorshanba","payshanba","juma","shanba"]),t.s) +B.qR=A.a(s(["janv.","f\xe9vr.","mars","avr.","mai","juin","juil.","ao\xfbt","sept.","oct.","nov.","d\xe9c."]),t.s) +B.qS=A.a(s(["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."]),t.s) +B.QK=A.a(s(["S","L","M","K","M","C","L","S","W","P","L","G"]),t.s) +B.QL=A.a(s(["\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044c","\u043b\u044e\u0442\u044b","\u0441\u0430\u043a\u0430\u0432\u0456\u043a","\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a","\u043c\u0430\u0439","\u0447\u044d\u0440\u0432\u0435\u043d\u044c","\u043b\u0456\u043f\u0435\u043d\u044c","\u0436\u043d\u0456\u0432\u0435\u043d\u044c","\u0432\u0435\u0440\u0430\u0441\u0435\u043d\u044c","\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a","\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434","\u0441\u043d\u0435\u0436\u0430\u043d\u044c"]),t.s) +B.qT=A.a(s(["jaanuar","veebruar","m\xe4rts","aprill","mai","juuni","juuli","august","september","oktoober","november","detsember"]),t.s) +B.QM=A.a(s(["eKr","pKr"]),t.s) +B.cb=A.a(s(["j","f","m","a","m","j","j","a","s","o","n","d"]),t.s) +B.QN=A.a(s(["y \u0569. MMMM d, EEEE","dd MMMM, y \u0569.","dd MMM, y \u0569.","dd.MM.yy"]),t.s) +B.QO=A.a(s(["1\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf","2\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf","3\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf","4\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf"]),t.s) +B.aN=A.a(s(["1\u6708","2\u6708","3\u6708","4\u6708","5\u6708","6\u6708","7\u6708","8\u6708","9\u6708","10\u6708","11\u6708","12\u6708"]),t.s) +B.qU=A.a(s(["\u043d\u0435\u0434\u0435\u043b\u044f","\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a","\u0432\u0442\u043e\u0440\u043d\u0438\u043a","\u0441\u0440\u044f\u0434\u0430","\u0447\u0435\u0442\u0432\u044a\u0440\u0442\u044a\u043a","\u043f\u0435\u0442\u044a\u043a","\u0441\u044a\u0431\u043e\u0442\u0430"]),t.s) +B.fP=A.a(s(["\u043d\u0434","\u043f\u043d","\u0432\u0442","\u0441\u0440","\u0447\u0442","\u043f\u0442","\u0441\u0431"]),t.s) +B.qV=A.a(s(["\u0e2d\u0e32.","\u0e08.","\u0e2d.","\u0e1e.","\u0e1e\u0e24.","\u0e28.","\u0e2a."]),t.s) +B.qW=A.a(s(["\u0930\u0935\u093f","\u0938\u094b\u092e","\u092e\u0902\u0917\u0932","\u092c\u0941\u0927","\u0917\u0941\u0930\u0941","\u0936\u0941\u0915\u094d\u0930","\u0936\u0928\u093f"]),t.s) +B.QP=A.a(s([0,0,32754,11263,65534,34815,65534,18431]),t.t) +B.fQ=A.a(s(["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"]),t.s) +B.QQ=A.a(s(["1kv","2kv","3kv","4kv"]),t.s) +B.QZ=A.a(s([]),t.QP) +B.qZ=A.a(s([]),A.am("u")) +B.QT=A.a(s([]),t.D) +B.R1=A.a(s([]),t.fJ) +B.QV=A.a(s([]),t.ER) +B.a9L=A.a(s([]),t.ss) +B.QW=A.a(s([]),t.tc) +B.dX=A.a(s([]),t.jl) +B.qY=A.a(s([]),t.wi) +B.QY=A.a(s([]),t.jT) +B.r0=A.a(s([]),A.am("u")) +B.QR=A.a(s([]),A.am("u>")) +B.jA=A.a(s([]),t.AO) +B.dV=A.a(s([]),t.yo) +B.dW=A.a(s([]),t.Om) +B.QU=A.a(s([]),t.D1) +B.jB=A.a(s([]),t.d) +B.R_=A.a(s([]),t.Lx) +B.R0=A.a(s([]),t.fm) +B.a9M=A.a(s([]),t.p) +B.dU=A.a(s([]),t.t) +B.qX=A.a(s([]),t.ee) +B.r_=A.a(s([]),A.am("u")) +B.QS=A.a(s([]),t._m) +B.r1=A.a(s(["\u099c\u09be","\u09ab\u09c7","\u09ae\u09be","\u098f","\u09ae\u09c7","\u099c\u09c1\u09a8","\u099c\u09c1","\u0986","\u09b8\u09c7","\u0985","\u09a8","\u09a1\u09bf"]),t.s) +B.r2=A.a(s(["\u12a5\u1211\u12f5","\u1230\u129e","\u121b\u12ad\u1230","\u1228\u1261\u12d5","\u1210\u1219\u1235","\u12d3\u122d\u1265","\u1245\u12f3\u121c"]),t.s) +B.R2=A.a(s(["1\u0ab2\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8","2\u0a9c\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8","3\u0a9c\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8","4\u0aa5\u0acb \u0aa4\u0acd\u0ab0\u0abf\u0aae\u0abe\u0ab8"]),t.s) +B.R3=A.a(s(["urtarrila","otsaila","martxoa","apirila","maiatza","ekaina","uztaila","abuztua","iraila","urria","azaroa","abendua"]),t.s) +B.R4=A.a(s(["{1} \u0641\u064a {0}","{1} \u0641\u064a {0}","{1}, {0}","{1}, {0}"]),t.s) +B.R5=A.a(s(["priek\u0161pusdien\u0101","p\u0113cpusdien\u0101"]),t.s) +B.r3=A.a(s(["J","F","M","A","M","J","J","\xc1","S","O","N","D"]),t.s) +B.r4=A.a(s(["S","M","T","K","T","P","L"]),t.s) +B.R6=A.a(s(["fm","em"]),t.s) +B.R7=A.a(s(["eKr.","jKr."]),t.s) +B.R8=A.a(s(["pred Kr.","po Kr."]),t.s) +B.Rb=A.a(s(["\u0c15\u0c4d\u0c30\u0c40\u0c2a\u0c42","\u0c15\u0c4d\u0c30\u0c40\u0c36"]),t.s) +B.r5=A.a(s(["\uc77c\uc694\uc77c","\uc6d4\uc694\uc77c","\ud654\uc694\uc77c","\uc218\uc694\uc77c","\ubaa9\uc694\uc77c","\uae08\uc694\uc77c","\ud1a0\uc694\uc77c"]),t.s) +B.Rc=A.a(s(["pred Kristom","po Kristovi"]),t.s) +B.Rd=A.a(s(["Qu\xfd 1","Qu\xfd 2","Qu\xfd 3","Qu\xfd 4"]),t.s) +B.Re=A.a(s(["fyrir Krist","eftir Krist"]),t.s) +B.r6=A.a(s(["V","H","K","Sze","Cs","P","Szo"]),t.s) +B.r7=A.a(s(["\u0b30","\u0b38\u0b4b","\u0b2e","\u0b2c\u0b41","\u0b17\u0b41","\u0b36\u0b41","\u0b36"]),t.s) +B.r8=A.a(s(["S","M","\xde","M","F","F","L"]),t.s) +B.Rf=A.a(s(["\u043f\u0440.\u043e\u0431.","\u0441\u043b.\u043e\u0431."]),t.s) +B.r9=A.a(s(["\u0ab0\u0ab5\u0abf\u0ab5\u0abe\u0ab0","\u0ab8\u0acb\u0aae\u0ab5\u0abe\u0ab0","\u0aae\u0a82\u0a97\u0ab3\u0ab5\u0abe\u0ab0","\u0aac\u0ac1\u0aa7\u0ab5\u0abe\u0ab0","\u0a97\u0ac1\u0ab0\u0ac1\u0ab5\u0abe\u0ab0","\u0ab6\u0ac1\u0a95\u0acd\u0ab0\u0ab5\u0abe\u0ab0","\u0ab6\u0aa8\u0abf\u0ab5\u0abe\u0ab0"]),t.s) +B.dY=A.a(s([619,720,127,481,931,816,813,233,566,247,985,724,205,454,863,491,741,242,949,214,733,859,335,708,621,574,73,654,730,472,419,436,278,496,867,210,399,680,480,51,878,465,811,169,869,675,611,697,867,561,862,687,507,283,482,129,807,591,733,623,150,238,59,379,684,877,625,169,643,105,170,607,520,932,727,476,693,425,174,647,73,122,335,530,442,853,695,249,445,515,909,545,703,919,874,474,882,500,594,612,641,801,220,162,819,984,589,513,495,799,161,604,958,533,221,400,386,867,600,782,382,596,414,171,516,375,682,485,911,276,98,553,163,354,666,933,424,341,533,870,227,730,475,186,263,647,537,686,600,224,469,68,770,919,190,373,294,822,808,206,184,943,795,384,383,461,404,758,839,887,715,67,618,276,204,918,873,777,604,560,951,160,578,722,79,804,96,409,713,940,652,934,970,447,318,353,859,672,112,785,645,863,803,350,139,93,354,99,820,908,609,772,154,274,580,184,79,626,630,742,653,282,762,623,680,81,927,626,789,125,411,521,938,300,821,78,343,175,128,250,170,774,972,275,999,639,495,78,352,126,857,956,358,619,580,124,737,594,701,612,669,112,134,694,363,992,809,743,168,974,944,375,748,52,600,747,642,182,862,81,344,805,988,739,511,655,814,334,249,515,897,955,664,981,649,113,974,459,893,228,433,837,553,268,926,240,102,654,459,51,686,754,806,760,493,403,415,394,687,700,946,670,656,610,738,392,760,799,887,653,978,321,576,617,626,502,894,679,243,440,680,879,194,572,640,724,926,56,204,700,707,151,457,449,797,195,791,558,945,679,297,59,87,824,713,663,412,693,342,606,134,108,571,364,631,212,174,643,304,329,343,97,430,751,497,314,983,374,822,928,140,206,73,263,980,736,876,478,430,305,170,514,364,692,829,82,855,953,676,246,369,970,294,750,807,827,150,790,288,923,804,378,215,828,592,281,565,555,710,82,896,831,547,261,524,462,293,465,502,56,661,821,976,991,658,869,905,758,745,193,768,550,608,933,378,286,215,979,792,961,61,688,793,644,986,403,106,366,905,644,372,567,466,434,645,210,389,550,919,135,780,773,635,389,707,100,626,958,165,504,920,176,193,713,857,265,203,50,668,108,645,990,626,197,510,357,358,850,858,364,936,638]),t.t) +B.ra=A.a(s(["{1}, {0}","{1}, {0}","{1} {0}","{1}, {0}"]),t.s) +B.XC=new A.i(0,2) +B.FD=new A.e3(0.75,B.co,B.m0,B.XC,1.5) +B.Rh=A.a(s([B.FD]),t.sq) +B.rb=A.a(s(["jan.","feb.","mar.","apr.","ma\xed","j\xfan.","j\xfal.","\xe1g\xfa.","sep.","okt.","n\xf3v.","des."]),t.s) +B.Ri=A.a(s(["1. nelj\xe4nnes","2. nelj\xe4nnes","3. nelj\xe4nnes","4. nelj\xe4nnes"]),t.s) +B.Rj=A.a(s(["\u03c0.\u03a7.","\u03bc.\u03a7."]),t.s) +B.rd=A.a(s(["V","H","K","Sz","Cs","P","Sz"]),t.s) +B.rc=A.a(s(["yanvar","fevral","mart","aprel","may","iyun","iyul","avqust","sentyabr","oktyabr","noyabr","dekabr"]),t.s) +B.re=A.a(s(["av. J.-C.","ap. J.-C."]),t.s) +B.Rk=A.a(s(["v.C.","n.C."]),t.s) +B.Rn=A.a(s(["\u0434\u043f","\u043f\u043f"]),t.s) +B.Rl=A.a(s(["1-\u0448\u044b \u043a\u0432\u0430\u0440\u0442\u0430\u043b","2-\u0433\u0456 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","3-\u0446\u0456 \u043a\u0432\u0430\u0440\u0442\u0430\u043b","4-\u0442\u044b \u043a\u0432\u0430\u0440\u0442\u0430\u043b"]),t.s) +B.Rm=A.a(s(["\u092a\u0939\u0932\u0940 \u0924\u093f\u092e\u093e\u0939\u0940","\u0926\u0942\u0938\u0930\u0940 \u0924\u093f\u092e\u093e\u0939\u0940","\u0924\u0940\u0938\u0930\u0940 \u0924\u093f\u092e\u093e\u0939\u0940","\u091a\u094c\u0925\u0940 \u0924\u093f\u092e\u093e\u0939\u0940"]),t.s) +B.rf=A.a(s(["\u12a5\u1211\u12f5","\u1230\u129e","\u121b\u12ad\u1230\u129e","\u1228\u1261\u12d5","\u1210\u1219\u1235","\u12d3\u122d\u1265","\u1245\u12f3\u121c"]),t.s) +B.rg=A.a(s(["N","P","U","S","\u010c","P","S"]),t.s) +B.Ro=A.a(s(["xan.","feb.","mar.","abr.","maio","xu\xf1o","xul.","ago.","set.","out.","nov.","dec."]),t.s) +B.Rp=A.a(s(["\u0d9a\u0dca\u200d\u0dbb\u0dd2.\u0db4\u0dd6.","\u0d9a\u0dca\u200d\u0dbb\u0dd2.\u0dc0."]),t.s) +B.Rq=A.a(s(["\xeenainte de Hristos","dup\u0103 Hristos"]),t.s) +B.Rr=A.a(s(["1-ch","2-ch","3-ch","4-ch"]),t.s) +B.ri=A.a(s(["\u0906\u0907\u0924","\u0938\u094b\u092e","\u092e\u0919\u094d\u0917\u0932","\u092c\u0941\u0927","\u092c\u093f\u0939\u093f","\u0936\u0941\u0915\u094d\u0930","\u0936\u0928\u093f"]),t.s) +B.rh=A.a(s(["janv\u0101ris","febru\u0101ris","marts","apr\u012blis","maijs","j\u016bnijs","j\u016blijs","augusts","septembris","oktobris","novembris","decembris"]),t.s) +B.rj=A.a(s(["\u043d","\u043f","\u0443","\u0441","\u0447","\u043f","\u0441"]),t.s) +B.rk=A.a(s(["\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 1","\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 2","\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 3","\u0e44\u0e15\u0e23\u0e21\u0e32\u0e2a 4"]),t.s) +B.fS=A.a(s(["\u0627\u062a\u0648\u0627\u0631","\u067e\u06cc\u0631","\u0645\u0646\u06af\u0644","\u0628\u062f\u06be","\u062c\u0645\u0639\u0631\u0627\u062a","\u062c\u0645\u0639\u06c1","\u06c1\u0641\u062a\u06c1"]),t.s) +B.rl=A.a(s(["\u0d12\u0d28\u0d4d\u0d28\u0d3e\u0d02 \u0d2a\u0d3e\u0d26\u0d02","\u0d30\u0d23\u0d4d\u0d1f\u0d3e\u0d02 \u0d2a\u0d3e\u0d26\u0d02","\u0d2e\u0d42\u0d28\u0d4d\u0d28\u0d3e\u0d02 \u0d2a\u0d3e\u0d26\u0d02","\u0d28\u0d3e\u0d32\u0d3e\u0d02 \u0d2a\u0d3e\u0d26\u0d02"]),t.s) +B.Rw=A.a(s(["ledna","\xfanora","b\u0159ezna","dubna","kv\u011btna","\u010dervna","\u010dervence","srpna","z\xe1\u0159\xed","\u0159\xedjna","listopadu","prosince"]),t.s) +B.Rx=A.a(s(["EEEE\u060c d MMMM\u060c y","d MMMM\u060c y","d MMM\u060c y","d/M/yy"]),t.s) +B.Ry=A.a(s(["H \u0ec2\u0ea1\u0e87 m \u0e99\u0eb2\u0e97\u0eb5 ss \u0ea7\u0eb4\u0e99\u0eb2\u0e97\u0eb5 zzzz","H \u0ec2\u0ea1\u0e87 m \u0e99\u0eb2\u0e97\u0eb5 ss \u0ea7\u0eb4\u0e99\u0eb2\u0e97\u0eb5 z","H:mm:ss","H:mm"]),t.s) +B.Rz=A.a(s(["\u0d1e\u0d3e\u0d2f\u0d31\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d1a\u0d4a\u0d35\u0d4d\u0d35\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d2c\u0d41\u0d27\u0d28\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a","\u0d36\u0d28\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u200c\u0d1a"]),t.s) +B.rm=A.a(s(["sij","velj","o\u017eu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"]),t.s) +B.rn=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","d/M/yy"]),t.s) +B.fT=A.a(s(["antes de Cristo","despu\xe9s de Cristo"]),t.s) +B.RA=A.a(s(["\u10eb\u10d5. \u10ec.","\u10d0\u10ee. \u10ec."]),t.s) +B.ro=A.a(s(["\u039a\u03c5\u03c1","\u0394\u03b5\u03c5","\u03a4\u03c1\u03af","\u03a4\u03b5\u03c4","\u03a0\u03ad\u03bc","\u03a0\u03b1\u03c1","\u03a3\u03ac\u03b2"]),t.s) +B.rp=A.a(s(["J","V","M","A","M","J","J","A","S","O","N","D"]),t.s) +B.RB=A.a(s(["gener","febrer","mar\xe7","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"]),t.s) +B.rq=A.a(s(["\u0c1c\u0c28\u0c35\u0c30\u0c3f","\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f","\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f","\u0c0f\u0c2a\u0c4d\u0c30\u0c3f\u0c32\u0c4d","\u0c2e\u0c47","\u0c1c\u0c42\u0c28\u0c4d","\u0c1c\u0c41\u0c32\u0c48","\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41","\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d","\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d","\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d","\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d"]),t.s) +B.RC=A.a(s(["\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a401","\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a402","\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a403","\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a404"]),t.s) +B.rr=A.a(s(["Yak","Dush","Sesh","Chor","Pay","Jum","Shan"]),t.s) +B.RD=A.a(s(["prie\u0161 Krist\u0173","po Kristaus"]),t.s) +B.rs=A.a(s(["\u0b30\u0b2c\u0b3f\u0b2c\u0b3e\u0b30","\u0b38\u0b4b\u0b2e\u0b2c\u0b3e\u0b30","\u0b2e\u0b19\u0b4d\u0b17\u0b33\u0b2c\u0b3e\u0b30","\u0b2c\u0b41\u0b27\u0b2c\u0b3e\u0b30","\u0b17\u0b41\u0b30\u0b41\u0b2c\u0b3e\u0b30","\u0b36\u0b41\u0b15\u0b4d\u0b30\u0b2c\u0b3e\u0b30","\u0b36\u0b28\u0b3f\u0b2c\u0b3e\u0b30"]),t.s) +B.RE=A.a(s(["abans de Crist","despr\xe9s de Crist"]),t.s) +B.rt=A.a(s(["dum.","lun.","mar.","mie.","joi","vin.","s\xe2m."]),t.s) +B.ru=A.a(s(["\u049a","\u0410","\u041d","\u0421","\u041c","\u041c","\u0428","\u0422","\u049a","\u049a","\u049a","\u0416"]),t.s) +B.RF=A.a(s(["Suku pertama","Suku Ke-2","Suku Ke-3","Suku Ke-4"]),t.s) +B.fU=A.a(s(["\u516c\u5143\u524d","\u516c\u5143"]),t.s) +B.rv=A.a(s(["antes de Cristo","depois de Cristo"]),t.s) +B.RG=A.a(s(["1. \xe7eyrek","2. \xe7eyrek","3. \xe7eyrek","4. \xe7eyrek"]),t.s) +B.rw=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","y-MM-dd"]),t.s) +B.rx=A.a(s(["jan.","feb.","mar.","apr.","mai","jun.","jul.","aug.","sep.","okt.","nov.","des."]),t.s) +B.ry=A.a(s(["M","S","S","R","K","J","S"]),t.s) +B.rz=A.a(s(["\u043d\u0435\u0434","\u043f\u043e\u043d","\u0443\u0442\u043e","\u0441\u0440\u0435","\u0447\u0435\u0442","\u043f\u0435\u0442","\u0441\u0443\u0431"]),t.s) +B.fV=A.a(s(["\u064a\u0646\u0627\u064a\u0631","\u0641\u0628\u0631\u0627\u064a\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064a\u0644","\u0645\u0627\u064a\u0648","\u064a\u0648\u0646\u064a\u0648","\u064a\u0648\u0644\u064a\u0648","\u0623\u063a\u0633\u0637\u0633","\u0633\u0628\u062a\u0645\u0628\u0631","\u0623\u0643\u062a\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062f\u064a\u0633\u0645\u0628\u0631"]),t.s) +B.RH=A.a(s(["am Vormittag","am Namittag"]),t.s) +B.rA=A.a(s(["\u0d1c\u0d28\u0d41\u0d35\u0d30\u0d3f","\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41\u0d35\u0d30\u0d3f","\u0d2e\u0d3e\u0d7c\u0d1a\u0d4d\u0d1a\u0d4d","\u0d0f\u0d2a\u0d4d\u0d30\u0d3f\u0d7d","\u0d2e\u0d47\u0d2f\u0d4d","\u0d1c\u0d42\u0d7a","\u0d1c\u0d42\u0d32\u0d48","\u0d13\u0d17\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4d","\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02\u0d2c\u0d7c","\u0d12\u0d15\u0d4d\u200c\u0d1f\u0d4b\u0d2c\u0d7c","\u0d28\u0d35\u0d02\u0d2c\u0d7c","\u0d21\u0d3f\u0d38\u0d02\u0d2c\u0d7c"]),t.s) +B.rB=A.a(s(["\u0ead\u0eb2","\u0e88","\u0ead","\u0e9e","\u0e9e\u0eab","\u0eaa\u0eb8","\u0eaa"]),t.s) +B.da=A.a(s(["f.Kr.","e.Kr."]),t.s) +B.RI=A.a(s(["1. nelj.","2. nelj.","3. nelj.","4. nelj."]),t.s) +B.hW=new A.jl(0,"left") +B.eF=new A.jl(1,"right") +B.hX=new A.jl(2,"center") +B.kQ=new A.jl(3,"justify") +B.aT=new A.jl(4,"start") +B.kR=new A.jl(5,"end") +B.RJ=A.a(s([B.hW,B.eF,B.hX,B.kQ,B.aT,B.kR]),A.am("u")) +B.RK=A.a(s(["\u7b2c1\u56db\u534a\u671f","\u7b2c2\u56db\u534a\u671f","\u7b2c3\u56db\u534a\u671f","\u7b2c4\u56db\u534a\u671f"]),t.s) +B.RL=A.a(s(["\u0441\u0456\u0447\u0435\u043d\u044c","\u043b\u044e\u0442\u0438\u0439","\u0431\u0435\u0440\u0435\u0437\u0435\u043d\u044c","\u043a\u0432\u0456\u0442\u0435\u043d\u044c","\u0442\u0440\u0430\u0432\u0435\u043d\u044c","\u0447\u0435\u0440\u0432\u0435\u043d\u044c","\u043b\u0438\u043f\u0435\u043d\u044c","\u0441\u0435\u0440\u043f\u0435\u043d\u044c","\u0432\u0435\u0440\u0435\u0441\u0435\u043d\u044c","\u0436\u043e\u0432\u0442\u0435\u043d\u044c","\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434","\u0433\u0440\u0443\u0434\u0435\u043d\u044c"]),t.s) +B.RM=A.a(s(["\u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0433\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0434\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0442\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0437\u0443\u0440\u0433\u0430\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0434\u043e\u043b\u043e\u043e\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u043d\u0430\u0439\u043c\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0435\u0441\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0430\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0430\u0440\u0432\u0430\u043d \u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440","\u0430\u0440\u0432\u0430\u043d \u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440"]),t.s) +B.rC=A.a(s(["\u05d9\u05d5\u05dd \u05d0\u05f3","\u05d9\u05d5\u05dd \u05d1\u05f3","\u05d9\u05d5\u05dd \u05d2\u05f3","\u05d9\u05d5\u05dd \u05d3\u05f3","\u05d9\u05d5\u05dd \u05d4\u05f3","\u05d9\u05d5\u05dd \u05d5\u05f3","\u05e9\u05d1\u05ea"]),t.s) +B.cc=A.a(s(["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]),t.s) +B.RO=A.a(s(["p.m.\u0113.","m.\u0113."]),t.s) +B.RN=A.a(s(["EEEE d. MMMM y","d. MMMM y","d. M. y","dd.MM.yy"]),t.s) +B.rD=A.a(s(["bazar","bazar ert\u0259si","\xe7\u0259r\u015f\u0259nb\u0259 ax\u015fam\u0131","\xe7\u0259r\u015f\u0259nb\u0259","c\xfcm\u0259 ax\u015fam\u0131","c\xfcm\u0259","\u015f\u0259nb\u0259"]),t.s) +B.RP=A.a(s(["\u043f\u0440\u0432\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435","\u0432\u0442\u043e\u0440\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435","\u0442\u0440\u0435\u0442\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435","\u0447\u0435\u0442\u0432\u0440\u0442\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435"]),t.s) +B.RQ=A.a(s(["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai"]),t.s) +B.RR=A.a(s(["Cyn Crist","Oed Crist"]),t.s) +B.RS=A.a(s(["af","am","ar","as","az","be","bg","bn","bs","ca","cs","cy","da","de","el","en","es","et","eu","fa","fi","fil","fr","gl","gsw","gu","he","hi","hr","hu","hy","id","is","it","ja","ka","kk","km","kn","ko","ky","lo","lt","lv","mk","ml","mn","mr","ms","my","nb","ne","nl","no","or","pa","pl","pt","ro","ru","si","sk","sl","sq","sr","sv","sw","ta","te","th","tl","tr","uk","ur","uz","vi","zh","zu"]),t.s) +B.db=A.a(s(["\u65e5","\u4e00","\u4e8c","\u4e09","\u56db","\u4e94","\u516d"]),t.s) +B.rE=A.a(s(["Paz","Pzt","Sal","\xc7ar","Per","Cum","Cmt"]),t.s) +B.RT=A.a(s(["1. \u0442\u0440\u0438\u043c.","2. \u0442\u0440\u0438\u043c.","3. \u0442\u0440\u0438\u043c.","4. \u0442\u0440\u0438\u043c."]),t.s) +B.rF=A.a(s(["\u0908\u0938\u093e \u092a\u0942\u0930\u094d\u0935","\u0938\u0928\u094d"]),t.s) +B.RU=A.a(s(["\u05dc\u05e4\u05e0\u05d4\u05f4\u05e1","\u05dc\u05e1\u05e4\u05d9\u05e8\u05d4"]),t.s) +B.rG=A.a(s(["Min","Sen","Sel","Rab","Kam","Jum","Sab"]),t.s) +B.rI=A.a(s(["D","L","M","M","G","V","S"]),t.s) +B.rH=A.a(s(["Jan.","Feb.","Mrt.","Apr.","Mei","Jun.","Jul.","Aug.","Sep.","Okt.","Nov.","Des."]),t.s) +B.fW=A.a(s(["domingo","segunda-feira","ter\xe7a-feira","quarta-feira","quinta-feira","sexta-feira","s\xe1bado"]),t.s) +B.rJ=A.a(s(["Z","M","D","W","D","V","Z"]),t.s) +B.rK=A.a(s(["\u09b0\u09ac\u09bf\u09ac\u09be\u09b0","\u09b8\u09cb\u09ae\u09ac\u09be\u09b0","\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09b0","\u09ac\u09c1\u09a7\u09ac\u09be\u09b0","\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09b0","\u09b6\u09c1\u0995\u09cd\u09b0\u09ac\u09be\u09b0","\u09b6\u09a8\u09bf\u09ac\u09be\u09b0"]),t.s) +B.S_=A.a(s(["die","h\xebn","mar","m\xebr","enj","pre","sht"]),t.s) +B.S0=A.a(s(["\u043f. \u043d. \u0435.","\u043d. \u0435."]),t.s) +B.S1=A.a(s(["\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0648\u0693\u0627\u0646\u062f\u06d0","\u0645."]),t.s) +B.rL=A.a(s(["nede\u013ea","pondelok","utorok","streda","\u0161tvrtok","piatok","sobota"]),t.s) +B.rM=A.a(s(["G","F","M","A","M","G","L","A","S","O","N","D"]),t.s) +B.S2=A.a(s(["\u1325\u12cb\u1275","\u12a8\u1230\u12d3\u1275"]),t.s) +B.rN=A.a(s(["jan.","feb.","mars","apr.","maj","juni","juli","aug.","sep.","okt.","nov.","dec."]),t.s) +B.S3=A.a(s(["1. \u010detrtletje","2. \u010detrtletje","3. \u010detrtletje","4. \u010detrtletje"]),t.s) +B.S4=A.a(s(["\u042f\u043d\u0432\u0430\u0440\u044c","\u0424\u0435\u0432\u0440\u0430\u043b\u044c","\u041c\u0430\u0440\u0442","\u0410\u043f\u0440\u0435\u043b\u044c","\u041c\u0430\u0439","\u0418\u044e\u043d\u044c","\u0418\u044e\u043b\u044c","\u0410\u0432\u0433\u0443\u0441\u0442","\u0421\u0435\u043d\u0442\u044f\u0431\u0440\u044c","\u041e\u043a\u0442\u044f\u0431\u0440\u044c","\u041d\u043e\u044f\u0431\u0440\u044c","\u0414\u0435\u043a\u0430\u0431\u0440\u044c"]),t.s) +B.rO=A.a(s(["\u044f\u043d\u0432\u0430\u0440\u044c","\u0444\u0435\u0432\u0440\u0430\u043b\u044c","\u043c\u0430\u0440\u0442","\u0430\u043f\u0440\u0435\u043b\u044c","\u043c\u0430\u0439","\u0438\u044e\u043d\u044c","\u0438\u044e\u043b\u044c","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c","\u043e\u043a\u0442\u044f\u0431\u0440\u044c","\u043d\u043e\u044f\u0431\u0440\u044c","\u0434\u0435\u043a\u0430\u0431\u0440\u044c"]),t.s) +B.S5=A.a(s(["\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0685\u062e\u0647 \u0648\u0693\u0627\u0646\u062f\u06d0","\u0644\u0647 \u0645\u06cc\u0644\u0627\u062f \u0685\u062e\u0647 \u0648\u0631\u0648\u0633\u062a\u0647"]),t.s) +B.am=A.a(s(["1","2","3","4","5","6","7","8","9","10","11","12"]),t.s) +B.rP=A.a(s(["\u0458\u0430\u043d\u0443\u0430\u0440\u0438","\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438","\u043c\u0430\u0440\u0442","\u0430\u043f\u0440\u0438\u043b","\u043c\u0430\u0458","\u0458\u0443\u043d\u0438","\u0458\u0443\u043b\u0438","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438","\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438","\u043d\u043e\u0435\u043c\u0432\u0440\u0438","\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438"]),t.s) +B.S7=A.a(s(["1. hiruhilekoa","2. hiruhilekoa","3. hiruhilekoa","4. hiruhilekoa"]),t.s) +B.S8=A.a(s(["EEEE d MMMM y","d MMMM y","d MMM y","y/M/d"]),t.s) +B.S9=A.a(s(["EEEE, y. 'gada' d. MMMM","y. 'gada' d. MMMM","y. 'gada' d. MMM","dd.MM.yy"]),t.s) +B.Sa=A.a(s(["przed nasz\u0105 er\u0105","naszej ery"]),t.s) +B.rQ=A.a(s(["\u043d\u0435\u0434\u0456\u043b\u044f","\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a","\u0432\u0456\u0432\u0442\u043e\u0440\u043e\u043a","\u0441\u0435\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0435\u0440","\u043f\u02bc\u044f\u0442\u043d\u0438\u0446\u044f","\u0441\u0443\u0431\u043e\u0442\u0430"]),t.s) +B.Sb=A.a(s(["sv\u0113td.","pirmd.","otrd.","tre\u0161d.","ceturtd.","piektd.","sestd."]),t.s) +B.rR=A.a(s(["\u0b9e\u0bbe","\u0ba4\u0bbf","\u0b9a\u0bc6","\u0baa\u0bc1","\u0bb5\u0bbf","\u0bb5\u0bc6","\u0b9a"]),t.s) +B.Sc=A.a(s(["da manh\xe3","da tarde"]),t.s) +B.rS=A.a(s(["\u5468\u65e5","\u5468\u4e00","\u5468\u4e8c","\u5468\u4e09","\u5468\u56db","\u5468\u4e94","\u5468\u516d"]),t.s) +B.jC=A.a(s(["\u7b2c1\u5b63","\u7b2c2\u5b63","\u7b2c3\u5b63","\u7b2c4\u5b63"]),t.s) +B.rT=A.a(s(["jaan","veebr","m\xe4rts","apr","mai","juuni","juuli","aug","sept","okt","nov","dets"]),t.s) +B.rU=A.a(s(["\u091c\u0928\u0970","\u092b\u093c\u0930\u0970","\u092e\u093e\u0930\u094d\u091a","\u0905\u092a\u094d\u0930\u0948\u0932","\u092e\u0908","\u091c\u0942\u0928","\u091c\u0941\u0932\u0970","\u0905\u0917\u0970","\u0938\u093f\u0924\u0970","\u0905\u0915\u094d\u0924\u0942\u0970","\u0928\u0935\u0970","\u0926\u093f\u0938\u0970"]),t.s) +B.Sd=A.a(s(["miloddan avvalgi","milodiy"]),t.s) +B.rV=A.a(s(["n","p","u","s","\u0161","p","s"]),t.s) +B.Se=A.a(s(["1-\u0447\u0435\u0439.","2-\u0447\u0435\u0439.","3-\u0447\u0435\u0439.","4-\u0447\u0435\u0439."]),t.s) +B.rW=A.a(s(["su","ma","ti","ke","to","pe","la"]),t.s) +B.rX=A.a(s(["\u091c","\u092b\u093c","\u092e\u093e","\u0905","\u092e","\u091c\u0942","\u091c\u0941","\u0905","\u0938\u093f","\u0905","\u0928","\u0926\u093f"]),t.s) +B.Sf=A.a(s(["\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07","\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07"]),t.s) +B.Sg=A.a(s(["EEEE, d MMMM y '\u0440'.","d MMMM y '\u0440'.","d MMM y '\u0440'.","dd.MM.yy"]),t.s) +B.rY=A.a(s(["jan\xfaar","febr\xfaar","mars","apr\xedl","ma\xed","j\xfan\xed","j\xfal\xed","\xe1g\xfast","september","okt\xf3ber","n\xf3vember","desember"]),t.s) +B.rZ=A.a(s(["ika-1 quarter","ika-2 quarter","ika-3 quarter","ika-4 na quarter"]),t.s) +B.t_=A.a(s(["ned","pon","uto","sre","\u010det","pet","sub"]),t.s) +B.Si=A.a(s(["1-\u056b\u0576 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f","2-\u0580\u0564 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f","3-\u0580\u0564 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f","4-\u0580\u0564 \u0565\u057c\u0561\u0574\u057d\u0575\u0561\u056f"]),t.s) +B.Sh=A.a(s(["EEEE, d. MMMM y.","d. MMMM y.","d. MMM y.","dd. MM. y."]),t.s) +B.Sk=A.a(s(["tremujori i par\xeb","tremujori i dyt\xeb","tremujori i tret\xeb","tremujori i kat\xebrt"]),t.s) +B.Sj=A.a(s(["stycze\u0144","luty","marzec","kwiecie\u0144","maj","czerwiec","lipiec","sierpie\u0144","wrzesie\u0144","pa\u017adziernik","listopad","grudzie\u0144"]),t.s) +B.Sl=A.a(s([0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117]),t.t) +B.dZ=A.a(s([0,0,65490,45055,65535,34815,65534,18431]),t.t) +B.t0=A.a(s(["voor Christus","na Christus"]),t.s) +B.t1=A.a(s(["\u0458\u0430\u043d\u0443\u0430\u0440","\u0444\u0435\u0431\u0440\u0443\u0430\u0440","\u043c\u0430\u0440\u0442","\u0430\u043f\u0440\u0438\u043b","\u043c\u0430\u0458","\u0458\u0443\u043d","\u0458\u0443\u043b","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440","\u043e\u043a\u0442\u043e\u0431\u0430\u0440","\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440","\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440"]),t.s) +B.aX=A.a(s(["Before Christ","Anno Domini"]),t.s) +B.Sm=A.a(s(["{1} 'klo' {0}","{1} 'klo' {0}","{1} 'klo' {0}","{1} {0}"]),t.s) +B.Sn=A.a(s(["1. \u0161tvr\u0165rok","2. \u0161tvr\u0165rok","3. \u0161tvr\u0165rok","4. \u0161tvr\u0165rok"]),t.s) +B.t2=A.a(s(["\u0b9e\u0bbe\u0baf\u0bbf.","\u0ba4\u0bbf\u0b99\u0bcd.","\u0b9a\u0bc6\u0bb5\u0bcd.","\u0baa\u0bc1\u0ba4.","\u0bb5\u0bbf\u0baf\u0bbe.","\u0bb5\u0bc6\u0bb3\u0bcd.","\u0b9a\u0ba9\u0bbf"]),t.s) +B.So=A.a(s(["zzzz HH:mm:ss","z HH:mm:ss","H:mm:ss","H:mm"]),t.s) +B.Sp=A.a(s(["\u0399\u03b1\u03bd","\u03a6\u03b5\u03b2","\u039c\u03b1\u03c1","\u0391\u03c0\u03c1","\u039c\u03b1\u0390","\u0399\u03bf\u03c5\u03bd","\u0399\u03bf\u03c5\u03bb","\u0391\u03c5\u03b3","\u03a3\u03b5\u03c0","\u039f\u03ba\u03c4","\u039d\u03bf\u03b5","\u0394\u03b5\u03ba"]),t.s) +B.Sq=A.a(s(["\u0da2\u0db1","\u0db4\u0dd9\u0db6","\u0db8\u0dcf\u0dbb\u0dca\u0dad\u0dd4","\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca","\u0db8\u0dd0\u0dba\u0dd2","\u0da2\u0dd6\u0db1\u0dd2","\u0da2\u0dd6\u0dbd\u0dd2","\u0d85\u0d9c\u0ddd","\u0dc3\u0dd0\u0db4\u0dca","\u0d94\u0d9a\u0dca","\u0db1\u0ddc\u0dc0\u0dd0","\u0daf\u0dd9\u0dc3\u0dd0"]),t.s) +B.Sr=A.a(s(["\u043f\u0440\u0435\u0434 \u043d\u0430\u0448\u0430\u0442\u0430 \u0435\u0440\u0430","\u043e\u0434 \u043d\u0430\u0448\u0430\u0442\u0430 \u0435\u0440\u0430"]),t.s) +B.t3=A.a(s(["EEEE, d. MMMM y.","d. MMMM y.","d. M. y.","d.M.yy."]),t.s) +B.Ss=A.a(s(["Sv\u0113tdiena","Pirmdiena","Otrdiena","Tre\u0161diena","Ceturtdiena","Piektdiena","Sestdiena"]),t.s) +B.St=A.a(s(["enne Kristust","p\xe4rast Kristust"]),t.s) +B.Su=A.a(s(["\u0908\u0938\u093e-\u092a\u0942\u0930\u094d\u0935","\u0908\u0938\u094d\u0935\u0940"]),t.s) +B.ec=new A.hx(0,"controlModifier") +B.ed=new A.hx(1,"shiftModifier") +B.ee=new A.hx(2,"altModifier") +B.ef=new A.hx(3,"metaModifier") +B.zg=new A.hx(4,"capsLockModifier") +B.zh=new A.hx(5,"numLockModifier") +B.zi=new A.hx(6,"scrollLockModifier") +B.zj=new A.hx(7,"functionModifier") +B.Xd=new A.hx(8,"symbolModifier") +B.t4=A.a(s([B.ec,B.ed,B.ee,B.ef,B.zg,B.zh,B.zi,B.zj,B.Xd]),A.am("u")) +B.Sv=A.a(s(["tammi","helmi","maalis","huhti","touko","kes\xe4","hein\xe4","elo","syys","loka","marras","joulu"]),t.s) +B.t5=A.a(s(["So","Mo","Di","Mi","Do","Fr","Sa"]),t.s) +B.t6=A.a(s(["Su.","M\xe4.","Zi.","Mi.","Du.","Fr.","Sa."]),t.s) +B.Sw=A.a(s(["EEEE, d \u05d1MMMM y","d \u05d1MMMM y","d \u05d1MMM y","d.M.y"]),t.s) +B.fX=A.a(s(["\u1798\u1780\u179a\u17b6","\u1780\u17bb\u1798\u17d2\u1797\u17c8","\u1798\u17b8\u1793\u17b6","\u1798\u17c1\u179f\u17b6","\u17a7\u179f\u1797\u17b6","\u1798\u17b7\u1790\u17bb\u1793\u17b6","\u1780\u1780\u17d2\u1780\u178a\u17b6","\u179f\u17b8\u17a0\u17b6","\u1780\u1789\u17d2\u1789\u17b6","\u178f\u17bb\u179b\u17b6","\u179c\u17b7\u1785\u17d2\u1786\u17b7\u1780\u17b6","\u1792\u17d2\u1793\u17bc"]),t.s) +B.fY=A.a(s(["Januar","Februar","M\xe4rz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]),t.s) +B.Sx=A.a(s(["d","l","m","m","j","v","s"]),t.s) +B.Sy=A.a(s(["B.","B.e.","\xc7.a.","\xc7.","C.a.","C.","\u015e."]),t.s) +B.t7=A.a(s(["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des"]),t.s) +B.t8=A.a(s(["\u1798","\u1780","\u1798","\u1798","\u17a7","\u1798","\u1780","\u179f","\u1780","\u178f","\u179c","\u1792"]),t.s) +B.t9=A.a(s(["text","multiline","number","phone","datetime","emailAddress","url","visiblePassword","name","address","none"]),t.s) +B.cd=A.a(s(["Lin","Lun","Mar","Miy","Huw","Biy","Sab"]),t.s) +B.Sz=A.a(s(["prijepodne","popodne"]),t.s) +B.SA=A.a(s(["sausis","vasaris","kovas","balandis","gegu\u017e\u0117","bir\u017eelis","liepa","rugpj\u016btis","rugs\u0117jis","spalis","lapkritis","gruodis"]),t.s) +B.h_=A.a(s(["Linggo","Lunes","Martes","Miyerkules","Huwebes","Biyernes","Sabado"]),t.s) +B.fZ=A.a(s(["ned","pon","uto","sri","\u010det","pet","sub"]),t.s) +B.SB=A.a(s(["1-ci kv.","2-ci kv.","3-c\xfc kv.","4-c\xfc kv."]),t.s) +B.SC=A.a(s(["1.\xa0cet.","2.\xa0cet.","3.\xa0cet.","4.\xa0cet."]),t.s) +B.h0=A.a(s(["P","E","T","K","N","R","L"]),t.s) +B.E=A.a(s(["{1} {0}","{1} {0}","{1} {0}","{1} {0}"]),t.s) +B.SD=A.a(s(["\u0d9a\u0dcf\u0dbb\u0dca:1","\u0d9a\u0dcf\u0dbb\u0dca:2","\u0d9a\u0dcf\u0dbb\u0dca:3","\u0d9a\u0dcf\u0dbb\u0dca:4"]),t.s) +B.SE=A.a(s(["tremujori I","tremujori II","tremujori III","tremujori IV"]),t.s) +B.ta=A.a(s(["\u1303","\u134c","\u121b","\u12a4","\u121c","\u1301","\u1301","\u12a6","\u1234","\u12a6","\u1296","\u12f2"]),t.s) +B.tb=A.a(s(["Jan","Feb","Mas","Eph","Mey","Jun","Jul","Aga","Sep","Okt","Nov","Dis"]),t.s) +B.tc=A.a(s(["urt.","ots.","mar.","api.","mai.","eka.","uzt.","abu.","ira.","urr.","aza.","abe."]),t.s) +B.jD=A.a(s(["\u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09c0","\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09c0","\u09ae\u09be\u09b0\u09cd\u099a","\u098f\u09aa\u09cd\u09b0\u09bf\u09b2","\u09ae\u09c7","\u099c\u09c1\u09a8","\u099c\u09c1\u09b2\u09be\u0987","\u0986\u0997\u09b8\u09cd\u099f","\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0","\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0","\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0","\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0"]),t.s) +B.SF=A.a(s(["\u0442\u0430\u04a3\u043a\u044b","\u0442\u04af\u0448\u0442\u04e9\u043d \u043a\u0438\u0439\u0438\u043d\u043a\u0438"]),t.s) +B.td=A.a(s(["{1} 'u' {0}","{1} 'u' {0}","{1} {0}","{1} {0}"]),t.s) +B.SG=A.a(s(["\u043f\u0440\u0435\u0442\u043f\u043b\u0430\u0434\u043d\u0435","\u043f\u043e\u043f\u043b\u0430\u0434\u043d\u0435"]),t.s) +B.h1=A.a(s(["\u9031\u65e5","\u9031\u4e00","\u9031\u4e8c","\u9031\u4e09","\u9031\u56db","\u9031\u4e94","\u9031\u516d"]),t.s) +B.te=A.a(s(["nedelja","ponedeljek","torek","sreda","\u010detrtek","petek","sobota"]),t.s) +B.tf=A.a(s(["Sondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrydag","Saterdag"]),t.s) +B.SH=A.a(s(["EEEE, d 'de' MMMM 'de' y","d 'de' MMMM 'de' y","d 'de' MMM 'de' y","dd/MM/y"]),t.s) +B.SI=A.a(s(["\u0b95\u0bbf.\u0bae\u0bc1.","\u0b95\u0bbf.\u0baa\u0bbf."]),t.s) +B.tg=A.a(s(["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."]),t.s) +B.SJ=A.a(s(["domingo","luns","martes","m\xe9rcores","xoves","venres","s\xe1bado"]),t.s) +B.SK=A.a(s(["1\ubd84\uae30","2\ubd84\uae30","3\ubd84\uae30","4\ubd84\uae30"]),t.s) +B.th=A.a(s(["\u0644\u0648\u0645\u0693\u06cd \u0631\u0628\u0639\u0647","\u06f2\u0645\u0647 \u0631\u0628\u0639\u0647","\u06f3\u0645\u0647 \u0631\u0628\u0639\u0647","\u06f4\u0645\u0647 \u0631\u0628\u0639\u0647"]),t.s) +B.ti=A.a(s(["f\xf8r Kristus","etter Kristus"]),t.s) +B.tj=A.a(s(["So.","Ma.","Di.","Wo.","Do.","Vr.","Sa."]),t.s) +B.tl=A.a(s(["S","M","B","T","S","H","M"]),t.s) +B.tk=A.a(s(["\u0906\u0907\u0924\u092c\u093e\u0930","\u0938\u094b\u092e\u092c\u093e\u0930","\u092e\u0919\u094d\u0917\u0932\u092c\u093e\u0930","\u092c\u0941\u0927\u092c\u093e\u0930","\u092c\u093f\u0939\u093f\u092c\u093e\u0930","\u0936\u0941\u0915\u094d\u0930\u092c\u093e\u0930","\u0936\u0928\u093f\u092c\u093e\u0930"]),t.s) +B.SL=A.a(s(["EEEE, d MMMM y","d MMMM y","d.M.y","d.M.yy"]),t.s) +B.tm=A.a(s(["\u0ea7\u0eb1\u0e99\u0ead\u0eb2\u0e97\u0eb4\u0e94","\u0ea7\u0eb1\u0e99\u0e88\u0eb1\u0e99","\u0ea7\u0eb1\u0e99\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99","\u0ea7\u0eb1\u0e99\u0e9e\u0eb8\u0e94","\u0ea7\u0eb1\u0e99\u0e9e\u0eb0\u0eab\u0eb1\u0e94","\u0ea7\u0eb1\u0e99\u0eaa\u0eb8\u0e81","\u0ea7\u0eb1\u0e99\u0ec0\u0eaa\u0ebb\u0eb2"]),t.s) +B.SM=A.a(s(["Ion","Chw","Maw","Ebr","Mai","Meh","Gor","Awst","Medi","Hyd","Tach","Rhag"]),t.s) +B.aS=new A.dw(0,"android") +B.cJ=new A.dw(1,"fuchsia") +B.ao=new A.dw(2,"iOS") +B.cK=new A.dw(3,"linux") +B.bA=new A.dw(4,"macOS") +B.cL=new A.dw(5,"windows") +B.jE=A.a(s([B.aS,B.cJ,B.ao,B.cK,B.bA,B.cL]),A.am("u")) +B.SN=A.a(s(["\u0554\u0580\u056b\u057d\u057f\u0578\u057d\u056b\u0581 \u0561\u057c\u0561\u057b","\u0554\u0580\u056b\u057d\u057f\u0578\u057d\u056b\u0581 \u0570\u0565\u057f\u0578"]),t.s) +B.SO=A.a(s(["Xaneiro","Febreiro","Marzo","Abril","Maio","Xu\xf1o","Xullo","Agosto","Setembro","Outubro","Novembro","Decembro"]),t.s) +B.tn=A.a(s(["\u092a\u0939\u093f\u0932\u094b \u0938\u0924\u094d\u0930","\u0926\u094b\u0938\u094d\u0930\u094b \u0938\u0924\u094d\u0930","\u0924\u0947\u0938\u094d\u0930\u094b \u0938\u0924\u094d\u0930","\u091a\u094c\u0925\u094b \u0938\u0924\u094d\u0930"]),t.s) +B.to=A.a(s(["\u056f\u056b\u0580","\u0565\u0580\u056f","\u0565\u0580\u0584","\u0579\u0580\u0584","\u0570\u0576\u0563","\u0578\u0582\u0580","\u0577\u0562\u0569"]),t.s) +B.tp=A.a(s(["\u043d\u0435\u0434\u0435\u043b\u0430","\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a","\u0432\u0442\u043e\u0440\u043d\u0438\u043a","\u0441\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0440\u0442\u043e\u043a","\u043f\u0435\u0442\u043e\u043a","\u0441\u0430\u0431\u043e\u0442\u0430"]),t.s) +B.jF=A.a(s(["\u0698\u0627\u0646\u0648\u06cc\u0647","\u0641\u0648\u0631\u06cc\u0647","\u0645\u0627\u0631\u0633","\u0622\u0648\u0631\u06cc\u0644","\u0645\u0647","\u0698\u0648\u0626\u0646","\u0698\u0648\u0626\u06cc\u0647","\u0627\u0648\u062a","\u0633\u067e\u062a\u0627\u0645\u0628\u0631","\u0627\u06a9\u062a\u0628\u0631","\u0646\u0648\u0627\u0645\u0628\u0631","\u062f\u0633\u0627\u0645\u0628\u0631"]),t.s) +B.SP=A.a(s(["Prvi kvartal","Drugi kvartal","Tre\u0107i kvartal","\u010cetvrti kvartal"]),t.s) +B.SR=A.a(s(["{1} \u0b85\u0ba9\u0bcd\u0bb1\u0bc1 {0}","{1} \u0b85\u0ba9\u0bcd\u0bb1\u0bc1 {0}","{1}, {0}","{1}, {0}"]),t.s) +B.dc=A.a(s(["\u661f\u671f\u65e5","\u661f\u671f\u4e00","\u661f\u671f\u4e8c","\u661f\u671f\u4e09","\u661f\u671f\u56db","\u661f\u671f\u4e94","\u661f\u671f\u516d"]),t.s) +B.SQ=A.a(s(["leden","\xfanor","b\u0159ezen","duben","kv\u011bten","\u010derven","\u010dervenec","srpen","z\xe1\u0159\xed","\u0159\xedjen","listopad","prosinec"]),t.s) +B.kc=new A.Av(1) +B.CV=new A.Av(2) +B.SS=A.a(s([B.kc,B.CV]),A.am("u")) +B.h2=A.a(s(["n","p","u","s","\u010d","p","s"]),t.s) +B.ST=A.a(s(["{1} \u0930\u094b\u091c\u0940 {0}","{1} \u0930\u094b\u091c\u0940 {0}","{1}, {0}","{1}, {0}"]),t.s) +B.tq=A.a(s(["\u064a","\u0641","\u0645","\u0623","\u0648","\u0646","\u0644","\u063a","\u0633","\u0643","\u0628","\u062f"]),t.s) +B.SV=A.a(s(["pr. Kr.","po. Kr."]),t.s) +B.SW=A.a(s(["\u0633\u200c\u0645\u06f1","\u0633\u200c\u0645\u06f2","\u0633\u200c\u0645\u06f3","\u0633\u200c\u0645\u06f4"]),t.s) +B.tr=A.a(s(["januar","februar","mart","april","maj","juni","juli","august","septembar","oktobar","novembar","decembar"]),t.s) +B.ts=A.a(s(["jan","feb","mar","apr","maj","jun","jul","avg","sep","okt","nov","dec"]),t.s) +B.SX=A.a(s(["h:mm:ss a, zzzz","h:mm:ss a, z","h:mm:ss a","h:mm a"]),t.s) +B.SZ=A.a(s(["I \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8","II \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8","III \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8","IV \u10d9\u10d5\u10d0\u10e0\u10e2\u10d0\u10da\u10d8"]),t.s) +B.tt=A.a(s(["S","M","D","W","D","V","S"]),t.s) +B.T_=A.a(s(["1\u5b63\u5ea6","2\u5b63\u5ea6","3\u5b63\u5ea6","4\u5b63\u5ea6"]),t.s) +B.jG=A.a(s([!0,!1]),t.HZ) +B.tu=A.a(s(["Robo ya 1","Robo ya 2","Robo ya 3","Robo ya 4"]),t.s) +B.T0=A.a(s(["Milattan \xd6nce","Milattan Sonra"]),t.s) +B.T1=A.a(s(["dop.","pop."]),t.s) +B.tv=A.a(s(["dom.","seg.","ter.","qua.","qui.","sex.","s\xe1b."]),t.s) +B.tw=A.a(s(["\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21","\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c","\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21","\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19","\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21","\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19","\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21","\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21","\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19","\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21","\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19","\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21"]),t.s) +B.T2=A.a(s(["f\xf6re Kristus","efter Kristus"]),t.s) +B.T3=A.a(s(["janu\xe1ra","febru\xe1ra","marca","apr\xedla","m\xe1ja","j\xfana","j\xfala","augusta","septembra","okt\xf3bra","novembra","decembra"]),t.s) +B.bj=A.a(s(["{1}, {0}","{1}, {0}","{1}, {0}","{1}, {0}"]),t.s) +B.tx=A.a(s(["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]),t.s) +B.T4=A.a(s(["pred Kristusom","po Kristusu"]),t.s) +B.ty=A.a(s(["Januarie","Februarie","Maart","April","Mei","Junie","Julie","Augustus","September","Oktober","November","Desember"]),t.s) +B.T5=A.a(s(["gen.","febr.","mar\xe7","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."]),t.s) +B.h3=A.a(s(["\u0458","\u0444","\u043c","\u0430","\u043c","\u0458","\u0458","\u0430","\u0441","\u043e","\u043d","\u0434"]),t.s) +B.T6=A.a(s(["EEEE \u0e97\u0eb5 d MMMM G y","d MMMM y","d MMM y","d/M/y"]),t.s) +B.T7=A.a(s(["\u0441\u0456\u0447.","\u043b\u044e\u0442.","\u0431\u0435\u0440.","\u043a\u0432\u0456\u0442.","\u0442\u0440\u0430\u0432.","\u0447\u0435\u0440\u0432.","\u043b\u0438\u043f.","\u0441\u0435\u0440\u043f.","\u0432\u0435\u0440.","\u0436\u043e\u0432\u0442.","\u043b\u0438\u0441\u0442.","\u0433\u0440\u0443\u0434."]),t.s) +B.T8=A.a(s(["H \u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32 mm \u0e19\u0e32\u0e17\u0e35 ss \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 zzzz","H \u0e19\u0e32\u0e2c\u0e34\u0e01\u0e32 mm \u0e19\u0e32\u0e17\u0e35 ss \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 z","HH:mm:ss","HH:mm"]),t.s) +B.tz=A.a(s(["\u0c1c","\u0c2b\u0c3f","\u0c2e\u0c3e","\u0c0f","\u0c2e\u0c47","\u0c1c\u0c42","\u0c1c\u0c41","\u0c06","\u0c38\u0c46","\u0c05","\u0c28","\u0c21\u0c3f"]),t.s) +B.T9=A.a(s(["1T","2T","3T","4T"]),t.s) +B.tA=A.a(s(["S","P","O","T","C","P","S"]),t.s) +B.Ta=A.a(s(["\u0399\u03b1\u03bd","\u03a6\u03b5\u03b2","\u039c\u03ac\u03c1","\u0391\u03c0\u03c1","\u039c\u03ac\u03b9","\u0399\u03bf\u03cd\u03bd","\u0399\u03bf\u03cd\u03bb","\u0391\u03cd\u03b3","\u03a3\u03b5\u03c0","\u039f\u03ba\u03c4","\u039d\u03bf\u03ad","\u0394\u03b5\u03ba"]),t.s) +B.Tb=A.a(s(["y. MMMM d., EEEE","y. MMMM d.","y. MMM d.","y. MM. dd."]),t.s) +B.Tc=A.a(s(["EEEE, d MMMM y","d MMMM y","d MMM y","d/MM/yy"]),t.s) +B.tB=A.a(s(["\u1010","\u1010","\u1021","\u1017","\u1000","\u101e","\u1005"]),t.s) +B.tC=A.a(s(["janar","shkurt","mars","prill","maj","qershor","korrik","gusht","shtator","tetor","n\xebntor","dhjetor"]),t.s) +B.tD=A.a(s(["Son","Mso","Bil","Tha","Sin","Hla","Mgq"]),t.s) +B.tE=A.a(s(["J","F","M","A","M","J","J","O","S","O","N","D"]),t.s) +B.Tf=A.a(s(["\xd6\xd6","\xd6S"]),t.s) +B.Te=A.a(s(["\u092a\u0942\u0930\u094d\u0935\u093e\u0939\u094d\u0928","\u0905\u092a\u0930\u093e\u0939\u094d\u0928"]),t.s) +B.Td=A.a(s(["EEEE, dd MMMM, y","d MMMM, y","d MMM. y","dd.MM.yy"]),t.s) +B.tG=A.a(s(["Y","F","M","A","M","I","I","A","S","O","N","D"]),t.s) +B.tF=A.a(s(["\u1303\u1295\u12e9\u12c8\u122a","\u134c\u1265\u1229\u12c8\u122a","\u121b\u122d\u127d","\u12a4\u1355\u122a\u120d","\u121c\u12ed","\u1301\u1295","\u1301\u120b\u12ed","\u12a6\u1308\u1235\u1275","\u1234\u1355\u1274\u121d\u1260\u122d","\u12a6\u12ad\u1276\u1260\u122d","\u1296\u126c\u121d\u1260\u122d","\u12f2\u1234\u121d\u1260\u122d"]),t.s) +B.tH=A.a(s(["\u1303\u1295\u12e9","\u134c\u1265\u1229","\u121b\u122d\u127d","\u12a4\u1355\u122a","\u121c\u12ed","\u1301\u1295","\u1301\u120b\u12ed","\u12a6\u1308\u1235","\u1234\u1355\u1274","\u12a6\u12ad\u1276","\u1296\u126c\u121d","\u12f2\u1234\u121d"]),t.s) +B.tI=A.a(s(["\u043d\u0435\u0434.","\u043f\u043e\u043d.","\u0432\u0442\u043e.","\u0441\u0440\u0435.","\u0447\u0435\u0442.","\u043f\u0435\u0442.","\u0441\u0430\u0431."]),t.s) +B.tJ=A.a(s(["Pazar","Pazartesi","Sal\u0131","\xc7ar\u015famba","Per\u015fembe","Cuma","Cumartesi"]),t.s) +B.Tg=A.a(s(["tammik.","helmik.","maalisk.","huhtik.","toukok.","kes\xe4k.","hein\xe4k.","elok.","syysk.","lokak.","marrask.","jouluk."]),t.s) +B.h4=A.a(s(["a.C.","d.C."]),t.s) +B.tK=A.a(s([B.nf,B.ng,B.nh]),A.am("u")) +B.tL=A.a(s(["\u897f\u5143\u524d","\u897f\u5143"]),t.s) +B.Th=A.a(s(["EEEE, d MMMM 'de' y","d MMMM 'de' y","d MMM y","d/M/yy"]),t.s) +B.tM=A.a(s(["\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99","\u0e81\u0eb8\u0ea1\u0e9e\u0eb2","\u0ea1\u0eb5\u0e99\u0eb2","\u0ec0\u0ea1\u0eaa\u0eb2","\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2","\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2","\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94","\u0eaa\u0eb4\u0e87\u0eab\u0eb2","\u0e81\u0eb1\u0e99\u0e8d\u0eb2","\u0e95\u0eb8\u0ea5\u0eb2","\u0e9e\u0eb0\u0e88\u0eb4\u0e81","\u0e97\u0eb1\u0e99\u0ea7\u0eb2"]),t.s) +B.Ti=A.a(s(["EEEE, d 'de' MMMM 'de' y","d 'de' MMMM 'de' y","d MMM y","d/M/y"]),t.s) +B.Tj=A.a(s(["m.a.","milodiy"]),t.s) +B.tN=A.a(s(["1.er trimestre","2.\xba trimestre","3.er trimestre","4.\xba trimestre"]),t.s) +B.tO=A.a(s(["J","F","M","\xc1","M","J","J","A","Sz","O","N","D"]),t.s) +B.cA=A.a(s(["EEEE, MMMM d, y","MMMM d, y","MMM d, y","M/d/yy"]),t.s) +B.tP=A.a(s(["ned\u011ble","pond\u011bl\xed","\xfater\xfd","st\u0159eda","\u010dtvrtek","p\xe1tek","sobota"]),t.s) +B.Tk=A.a(s(["\u0570\u0578\u0582\u0576\u057e\u0561\u0580\u056b","\u0583\u0565\u057f\u0580\u057e\u0561\u0580\u056b","\u0574\u0561\u0580\u057f\u056b","\u0561\u057a\u0580\u056b\u056c\u056b","\u0574\u0561\u0575\u056b\u057d\u056b","\u0570\u0578\u0582\u0576\u056b\u057d\u056b","\u0570\u0578\u0582\u056c\u056b\u057d\u056b","\u0585\u0563\u0578\u057d\u057f\u0578\u057d\u056b","\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580\u056b","\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b","\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580\u056b","\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b"]),t.s) +B.Kc=new A.k3(1,"solid") +B.Kd=new A.k3(3,"nullLayer") +B.Ke=new A.k3(4,"shape") +B.Kf=new A.k3(5,"text") +B.Tl=A.a(s([B.nb,B.Kc,B.nc,B.Kd,B.Ke,B.Kf,B.jq]),A.am("u")) +B.Tm=A.a(s(["s\xf8n","man","tir","ons","tor","fre","l\xf8r"]),t.s) +B.Tn=A.a(s(["Jan","Feb","Mar","Apr","May","June","July","Aug","Sept","Oct","Nov","Dec"]),t.s) +B.li=new A.F_(0,"named") +B.a9l=new A.F_(1,"anonymous") +B.Tp=A.a(s([B.li,B.a9l]),A.am("u")) +B.To=A.a(s(["{1} 'kl'. {0}","{1} 'kl'. {0}","{1} {0}","{1} {0}"]),t.s) +B.tQ=A.a(s(["\u0458\u0430\u043d","\u0444\u0435\u0431","\u043c\u0430\u0440","\u0430\u043f\u0440","\u043c\u0430\u0458","\u0458\u0443\u043d","\u0458\u0443\u043b","\u0430\u0432\u0433","\u0441\u0435\u043f","\u043e\u043a\u0442","\u043d\u043e\u0432","\u0434\u0435\u0446"]),t.s) +B.tR=A.a(s(["\u0a9c\u0abe","\u0aab\u0ac7","\u0aae\u0abe","\u0a8f","\u0aae\u0ac7","\u0a9c\u0ac2","\u0a9c\u0ac1","\u0a91","\u0ab8","\u0a91","\u0aa8","\u0aa1\u0abf"]),t.s) +B.Tq=A.a(s(["\u0b92\u0ba9\u0bcd\u0bb1\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1","\u0b87\u0bb0\u0ba3\u0bcd\u0b9f\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1","\u0bae\u0bc2\u0ba9\u0bcd\u0bb1\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1","\u0ba8\u0bbe\u0ba9\u0bcd\u0b95\u0bbe\u0bae\u0bcd \u0b95\u0bbe\u0bb2\u0bbe\u0ba3\u0bcd\u0b9f\u0bc1"]),t.s) +B.Tr=A.a(s(["1\u129b\u12cd \u1229\u1265","2\u129b\u12cd \u1229\u1265","3\u129b\u12cd \u1229\u1265","4\u129b\u12cd \u1229\u1265"]),t.s) +B.tS=A.a(s(["sunnudagur","m\xe1nudagur","\xferi\xf0judagur","mi\xf0vikudagur","fimmtudagur","f\xf6studagur","laugardagur"]),t.s) +B.tT=A.a(s(["jan.","febr.","m\xe1rc.","\xe1pr.","m\xe1j.","j\xfan.","j\xfal.","aug.","szept.","okt.","nov.","dec."]),t.s) +B.Tu=A.a(s(["EEEE, d MMMM, y","d MMMM, y","dd-MM-y","d-M-y"]),t.s) +B.Tv=A.a(s(["yb","yh"]),t.s) +B.tU=A.a(s(["s\xf6n","m\xe5n","tis","ons","tors","fre","l\xf6r"]),t.s) +B.tV=A.a(s(["\u0b9c\u0ba9.","\u0baa\u0bbf\u0baa\u0bcd.","\u0bae\u0bbe\u0bb0\u0bcd.","\u0b8f\u0baa\u0bcd.","\u0bae\u0bc7","\u0b9c\u0bc2\u0ba9\u0bcd","\u0b9c\u0bc2\u0bb2\u0bc8","\u0b86\u0b95.","\u0b9a\u0bc6\u0baa\u0bcd.","\u0b85\u0b95\u0bcd.","\u0ba8\u0bb5.","\u0b9f\u0bbf\u0b9a."]),t.s) +B.tW=A.a(s(["\u056f\u056b\u0580\u0561\u056f\u056b","\u0565\u0580\u056f\u0578\u0582\u0577\u0561\u0562\u0569\u056b","\u0565\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b","\u0579\u0578\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b","\u0570\u056b\u0576\u0563\u0577\u0561\u0562\u0569\u056b","\u0578\u0582\u0580\u0562\u0561\u0569","\u0577\u0561\u0562\u0561\u0569"]),t.s) +B.Tw=A.a(s(["I. n.\xe9v","II. n.\xe9v","III. n.\xe9v","IV. n.\xe9v"]),t.s) +B.tX=A.a(s(["\u1007\u1014\u103a","\u1016\u1031","\u1019\u1010\u103a","\u1027","\u1019\u1031","\u1007\u103d\u1014\u103a","\u1007\u1030","\u1029","\u1005\u1000\u103a","\u1021\u1031\u102c\u1000\u103a","\u1014\u102d\u102f","\u1012\u102e"]),t.s) +B.Tx=A.a(s(["\u0574.\u0569.\u0561.","\u0574.\u0569."]),t.s) +B.e_=A.a(s(["a.\xa0m.","p.\xa0m."]),t.s) +B.tY=A.a(s(["\u043d\u044f\u0434\u0437\u0435\u043b\u044f","\u043f\u0430\u043d\u044f\u0434\u0437\u0435\u043b\u0430\u043a","\u0430\u045e\u0442\u043e\u0440\u0430\u043a","\u0441\u0435\u0440\u0430\u0434\u0430","\u0447\u0430\u0446\u0432\u0435\u0440","\u043f\u044f\u0442\u043d\u0456\u0446\u0430","\u0441\u0443\u0431\u043e\u0442\u0430"]),t.s) +B.tZ=A.a(s(["S","Ll","M","M","I","G","S"]),t.s) +B.Ty=A.a(s(["d, MMMM y, EEEE","d MMMM, y","d MMM, y","dd-MM-yy"]),t.s) +B.u_=A.a(s(["\u09a6\u09c7\u0993","\u09b8\u09cb\u09ae","\u09ae\u0999\u09cd\u0997\u09b2","\u09ac\u09c1\u09a7","\u09ac\u09c3\u09b9","\u09b6\u09c1\u0995\u09cd\u09f0","\u09b6\u09a8\u09bf"]),t.s) +B.u0=A.a(s([0,0,27858,1023,65534,51199,65535,32767]),t.t) +B.u1=A.a(s(["\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae","\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1","\u03a4\u03c1\u03af\u03c4\u03b7","\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7","\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7","\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae","\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf"]),t.s) +B.u2=A.a(s(["\u0c06\u0c26\u0c3f\u0c35\u0c3e\u0c30\u0c02","\u0c38\u0c4b\u0c2e\u0c35\u0c3e\u0c30\u0c02","\u0c2e\u0c02\u0c17\u0c33\u0c35\u0c3e\u0c30\u0c02","\u0c2c\u0c41\u0c27\u0c35\u0c3e\u0c30\u0c02","\u0c17\u0c41\u0c30\u0c41\u0c35\u0c3e\u0c30\u0c02","\u0c36\u0c41\u0c15\u0c4d\u0c30\u0c35\u0c3e\u0c30\u0c02","\u0c36\u0c28\u0c3f\u0c35\u0c3e\u0c30\u0c02"]),t.s) +B.u3=A.a(s(["\u0a1c\u0a28","\u0a2b\u0a3c\u0a30","\u0a2e\u0a3e\u0a30\u0a1a","\u0a05\u0a2a\u0a4d\u0a30\u0a48","\u0a2e\u0a08","\u0a1c\u0a42\u0a28","\u0a1c\u0a41\u0a32\u0a3e","\u0a05\u0a17","\u0a38\u0a24\u0a70","\u0a05\u0a15\u0a24\u0a42","\u0a28\u0a35\u0a70","\u0a26\u0a38\u0a70"]),t.s) +B.TA=A.a(s(["\u0642\u0628\u0644 \u0627\u0632 \u0645\u06cc\u0644\u0627\u062f","\u0645\u06cc\u0644\u0627\u062f\u06cc"]),t.s) +B.TB=A.a(s(["chwarter 1af","2il chwarter","3ydd chwarter","4ydd chwarter"]),t.s) +B.TC=A.a(s(["Tr\u01b0\u1edbc Thi\xean Ch\xfaa","Sau C\xf4ng Nguy\xean"]),t.s) +B.u4=A.a(s(["\u043d","\u043f","\u0430","\u0441","\u0447","\u043f","\u0441"]),t.s) +B.b6=new A.f(4294967304) +B.e1=new A.f(4294967323) +B.aY=new A.f(4294967423) +B.jJ=new A.f(4294967558) +B.e5=new A.f(8589934848) +B.ha=new A.f(8589934849) +B.ce=new A.f(8589934850) +B.cD=new A.f(8589934851) +B.e6=new A.f(8589934852) +B.hb=new A.f(8589934853) +B.e7=new A.f(8589934854) +B.hc=new A.f(8589934855) +B.cN=new A.iD(B.f) +B.V8=new A.tY(B.f,B.cN) +B.V9=new A.ad5("longPress") +B.Va=new A.tZ(B.f,B.f) +B.Vb=new A.k5(B.f,B.G,B.G,B.G) +B.hd=new A.zL(2,"center") +B.Vc=new A.pK(B.iw,B.iw,A.am("pK")) +B.zr=new A.p(16) +B.zs=new A.p(17) +B.el=new A.p(18) +B.zt=new A.p(19) +B.zu=new A.p(20) +B.zv=new A.p(21) +B.zw=new A.p(22) +B.zx=new A.p(23) +B.zy=new A.p(24) +B.Cj=new A.p(65666) +B.Ck=new A.p(65667) +B.Cl=new A.p(65717) +B.zz=new A.p(392961) +B.zA=new A.p(392962) +B.zB=new A.p(392963) +B.zC=new A.p(392964) +B.zD=new A.p(392965) +B.zE=new A.p(392966) +B.zF=new A.p(392967) +B.zG=new A.p(392968) +B.zH=new A.p(392969) +B.zI=new A.p(392970) +B.zJ=new A.p(392971) +B.zK=new A.p(392972) +B.zL=new A.p(392973) +B.zM=new A.p(392974) +B.zN=new A.p(392975) +B.zO=new A.p(392976) +B.zP=new A.p(392977) +B.zQ=new A.p(392978) +B.zR=new A.p(392979) +B.zS=new A.p(392980) +B.zT=new A.p(392981) +B.zU=new A.p(392982) +B.zV=new A.p(392983) +B.zW=new A.p(392984) +B.zX=new A.p(392985) +B.zY=new A.p(392986) +B.zZ=new A.p(392987) +B.A_=new A.p(392988) +B.A0=new A.p(392989) +B.A1=new A.p(392990) +B.A2=new A.p(392991) +B.Ym=new A.p(458752) +B.Yn=new A.p(458753) +B.Yo=new A.p(458754) +B.Yp=new A.p(458755) +B.A3=new A.p(458756) +B.A4=new A.p(458757) +B.A5=new A.p(458758) +B.A6=new A.p(458759) +B.A7=new A.p(458760) +B.A8=new A.p(458761) +B.A9=new A.p(458762) +B.Aa=new A.p(458763) +B.Ab=new A.p(458764) +B.Ac=new A.p(458765) +B.Ad=new A.p(458766) +B.Ae=new A.p(458767) +B.Af=new A.p(458768) +B.Ag=new A.p(458769) +B.Ah=new A.p(458770) +B.Ai=new A.p(458771) +B.Aj=new A.p(458772) +B.Ak=new A.p(458773) +B.Al=new A.p(458774) +B.Am=new A.p(458775) +B.An=new A.p(458776) +B.Ao=new A.p(458777) +B.Ap=new A.p(458778) +B.Aq=new A.p(458779) +B.Ar=new A.p(458780) +B.As=new A.p(458781) +B.At=new A.p(458782) +B.Au=new A.p(458783) +B.Av=new A.p(458784) +B.Aw=new A.p(458785) +B.Ax=new A.p(458786) +B.Ay=new A.p(458787) +B.Az=new A.p(458788) +B.AA=new A.p(458789) +B.AB=new A.p(458790) +B.AC=new A.p(458791) +B.AD=new A.p(458792) +B.k8=new A.p(458793) +B.AE=new A.p(458794) +B.AF=new A.p(458795) +B.AG=new A.p(458796) +B.AH=new A.p(458797) +B.AI=new A.p(458798) +B.AJ=new A.p(458799) +B.AK=new A.p(458800) +B.AL=new A.p(458801) +B.AM=new A.p(458803) +B.AN=new A.p(458804) +B.AO=new A.p(458805) +B.AP=new A.p(458806) +B.AQ=new A.p(458807) +B.AR=new A.p(458808) +B.cE=new A.p(458809) +B.AS=new A.p(458810) +B.AT=new A.p(458811) +B.AU=new A.p(458812) +B.AV=new A.p(458813) +B.AW=new A.p(458814) +B.AX=new A.p(458815) +B.AY=new A.p(458816) +B.AZ=new A.p(458817) +B.B_=new A.p(458818) +B.B0=new A.p(458819) +B.B1=new A.p(458820) +B.B2=new A.p(458821) +B.B3=new A.p(458822) +B.hq=new A.p(458823) +B.B4=new A.p(458824) +B.B5=new A.p(458825) +B.B6=new A.p(458826) +B.B7=new A.p(458827) +B.B8=new A.p(458828) +B.B9=new A.p(458829) +B.Ba=new A.p(458830) +B.Bb=new A.p(458831) +B.Bc=new A.p(458832) +B.Bd=new A.p(458833) +B.Be=new A.p(458834) +B.hr=new A.p(458835) +B.Bf=new A.p(458836) +B.Bg=new A.p(458837) +B.Bh=new A.p(458838) +B.Bi=new A.p(458839) +B.Bj=new A.p(458840) +B.Bk=new A.p(458841) +B.Bl=new A.p(458842) +B.Bm=new A.p(458843) +B.Bn=new A.p(458844) +B.Bo=new A.p(458845) +B.Bp=new A.p(458846) +B.Bq=new A.p(458847) +B.Br=new A.p(458848) +B.Bs=new A.p(458849) +B.Bt=new A.p(458850) +B.Bu=new A.p(458851) +B.Bv=new A.p(458852) +B.Bw=new A.p(458853) +B.Bx=new A.p(458854) +B.By=new A.p(458855) +B.Bz=new A.p(458856) +B.BA=new A.p(458857) +B.BB=new A.p(458858) +B.BC=new A.p(458859) +B.BD=new A.p(458860) +B.BE=new A.p(458861) +B.BF=new A.p(458862) +B.BG=new A.p(458863) +B.BH=new A.p(458864) +B.BI=new A.p(458865) +B.BJ=new A.p(458866) +B.BK=new A.p(458867) +B.BL=new A.p(458868) +B.BM=new A.p(458869) +B.BN=new A.p(458871) +B.BO=new A.p(458873) +B.BP=new A.p(458874) +B.BQ=new A.p(458875) +B.BR=new A.p(458876) +B.BS=new A.p(458877) +B.BT=new A.p(458878) +B.BU=new A.p(458879) +B.BV=new A.p(458880) +B.BW=new A.p(458881) +B.BX=new A.p(458885) +B.BY=new A.p(458887) +B.BZ=new A.p(458888) +B.C_=new A.p(458889) +B.C0=new A.p(458890) +B.C1=new A.p(458891) +B.C2=new A.p(458896) +B.C3=new A.p(458897) +B.C4=new A.p(458898) +B.C5=new A.p(458899) +B.C6=new A.p(458900) +B.C7=new A.p(458907) +B.C8=new A.p(458915) +B.C9=new A.p(458934) +B.Ca=new A.p(458935) +B.Cb=new A.p(458939) +B.Cc=new A.p(458960) +B.Cd=new A.p(458961) +B.Ce=new A.p(458962) +B.Cf=new A.p(458963) +B.Cg=new A.p(458964) +B.Yq=new A.p(458967) +B.Ch=new A.p(458968) +B.Ci=new A.p(458969) +B.de=new A.p(458976) +B.df=new A.p(458977) +B.dg=new A.p(458978) +B.dh=new A.p(458979) +B.em=new A.p(458980) +B.en=new A.p(458981) +B.di=new A.p(458982) +B.eo=new A.p(458983) +B.Yr=new A.p(786528) +B.Ys=new A.p(786529) +B.Cm=new A.p(786543) +B.Cn=new A.p(786544) +B.Yt=new A.p(786546) +B.Yu=new A.p(786547) +B.Yv=new A.p(786548) +B.Yw=new A.p(786549) +B.Yx=new A.p(786553) +B.Yy=new A.p(786554) +B.Yz=new A.p(786563) +B.YA=new A.p(786572) +B.YB=new A.p(786573) +B.YC=new A.p(786580) +B.YD=new A.p(786588) +B.YE=new A.p(786589) +B.Co=new A.p(786608) +B.Cp=new A.p(786609) +B.Cq=new A.p(786610) +B.Cr=new A.p(786611) +B.Cs=new A.p(786612) +B.Ct=new A.p(786613) +B.Cu=new A.p(786614) +B.Cv=new A.p(786615) +B.Cw=new A.p(786616) +B.Cx=new A.p(786637) +B.YF=new A.p(786639) +B.YG=new A.p(786661) +B.Cy=new A.p(786819) +B.YH=new A.p(786820) +B.YI=new A.p(786822) +B.Cz=new A.p(786826) +B.YJ=new A.p(786829) +B.YK=new A.p(786830) +B.CA=new A.p(786834) +B.CB=new A.p(786836) +B.YL=new A.p(786838) +B.YM=new A.p(786844) +B.YN=new A.p(786846) +B.CC=new A.p(786847) +B.CD=new A.p(786850) +B.YO=new A.p(786855) +B.YP=new A.p(786859) +B.YQ=new A.p(786862) +B.CE=new A.p(786865) +B.YR=new A.p(786871) +B.CF=new A.p(786891) +B.YS=new A.p(786945) +B.YT=new A.p(786947) +B.YU=new A.p(786951) +B.YV=new A.p(786952) +B.CG=new A.p(786977) +B.CH=new A.p(786979) +B.CI=new A.p(786980) +B.CJ=new A.p(786981) +B.CK=new A.p(786982) +B.CL=new A.p(786983) +B.CM=new A.p(786986) +B.YW=new A.p(786989) +B.YX=new A.p(786990) +B.CN=new A.p(786994) +B.YY=new A.p(787065) +B.CO=new A.p(787081) +B.CP=new A.p(787083) +B.CQ=new A.p(787084) +B.CR=new A.p(787101) +B.CS=new A.p(787103) +B.Ve=new A.da([16,B.zr,17,B.zs,18,B.el,19,B.zt,20,B.zu,21,B.zv,22,B.zw,23,B.zx,24,B.zy,65666,B.Cj,65667,B.Ck,65717,B.Cl,392961,B.zz,392962,B.zA,392963,B.zB,392964,B.zC,392965,B.zD,392966,B.zE,392967,B.zF,392968,B.zG,392969,B.zH,392970,B.zI,392971,B.zJ,392972,B.zK,392973,B.zL,392974,B.zM,392975,B.zN,392976,B.zO,392977,B.zP,392978,B.zQ,392979,B.zR,392980,B.zS,392981,B.zT,392982,B.zU,392983,B.zV,392984,B.zW,392985,B.zX,392986,B.zY,392987,B.zZ,392988,B.A_,392989,B.A0,392990,B.A1,392991,B.A2,458752,B.Ym,458753,B.Yn,458754,B.Yo,458755,B.Yp,458756,B.A3,458757,B.A4,458758,B.A5,458759,B.A6,458760,B.A7,458761,B.A8,458762,B.A9,458763,B.Aa,458764,B.Ab,458765,B.Ac,458766,B.Ad,458767,B.Ae,458768,B.Af,458769,B.Ag,458770,B.Ah,458771,B.Ai,458772,B.Aj,458773,B.Ak,458774,B.Al,458775,B.Am,458776,B.An,458777,B.Ao,458778,B.Ap,458779,B.Aq,458780,B.Ar,458781,B.As,458782,B.At,458783,B.Au,458784,B.Av,458785,B.Aw,458786,B.Ax,458787,B.Ay,458788,B.Az,458789,B.AA,458790,B.AB,458791,B.AC,458792,B.AD,458793,B.k8,458794,B.AE,458795,B.AF,458796,B.AG,458797,B.AH,458798,B.AI,458799,B.AJ,458800,B.AK,458801,B.AL,458803,B.AM,458804,B.AN,458805,B.AO,458806,B.AP,458807,B.AQ,458808,B.AR,458809,B.cE,458810,B.AS,458811,B.AT,458812,B.AU,458813,B.AV,458814,B.AW,458815,B.AX,458816,B.AY,458817,B.AZ,458818,B.B_,458819,B.B0,458820,B.B1,458821,B.B2,458822,B.B3,458823,B.hq,458824,B.B4,458825,B.B5,458826,B.B6,458827,B.B7,458828,B.B8,458829,B.B9,458830,B.Ba,458831,B.Bb,458832,B.Bc,458833,B.Bd,458834,B.Be,458835,B.hr,458836,B.Bf,458837,B.Bg,458838,B.Bh,458839,B.Bi,458840,B.Bj,458841,B.Bk,458842,B.Bl,458843,B.Bm,458844,B.Bn,458845,B.Bo,458846,B.Bp,458847,B.Bq,458848,B.Br,458849,B.Bs,458850,B.Bt,458851,B.Bu,458852,B.Bv,458853,B.Bw,458854,B.Bx,458855,B.By,458856,B.Bz,458857,B.BA,458858,B.BB,458859,B.BC,458860,B.BD,458861,B.BE,458862,B.BF,458863,B.BG,458864,B.BH,458865,B.BI,458866,B.BJ,458867,B.BK,458868,B.BL,458869,B.BM,458871,B.BN,458873,B.BO,458874,B.BP,458875,B.BQ,458876,B.BR,458877,B.BS,458878,B.BT,458879,B.BU,458880,B.BV,458881,B.BW,458885,B.BX,458887,B.BY,458888,B.BZ,458889,B.C_,458890,B.C0,458891,B.C1,458896,B.C2,458897,B.C3,458898,B.C4,458899,B.C5,458900,B.C6,458907,B.C7,458915,B.C8,458934,B.C9,458935,B.Ca,458939,B.Cb,458960,B.Cc,458961,B.Cd,458962,B.Ce,458963,B.Cf,458964,B.Cg,458967,B.Yq,458968,B.Ch,458969,B.Ci,458976,B.de,458977,B.df,458978,B.dg,458979,B.dh,458980,B.em,458981,B.en,458982,B.di,458983,B.eo,786528,B.Yr,786529,B.Ys,786543,B.Cm,786544,B.Cn,786546,B.Yt,786547,B.Yu,786548,B.Yv,786549,B.Yw,786553,B.Yx,786554,B.Yy,786563,B.Yz,786572,B.YA,786573,B.YB,786580,B.YC,786588,B.YD,786589,B.YE,786608,B.Co,786609,B.Cp,786610,B.Cq,786611,B.Cr,786612,B.Cs,786613,B.Ct,786614,B.Cu,786615,B.Cv,786616,B.Cw,786637,B.Cx,786639,B.YF,786661,B.YG,786819,B.Cy,786820,B.YH,786822,B.YI,786826,B.Cz,786829,B.YJ,786830,B.YK,786834,B.CA,786836,B.CB,786838,B.YL,786844,B.YM,786846,B.YN,786847,B.CC,786850,B.CD,786855,B.YO,786859,B.YP,786862,B.YQ,786865,B.CE,786871,B.YR,786891,B.CF,786945,B.YS,786947,B.YT,786951,B.YU,786952,B.YV,786977,B.CG,786979,B.CH,786980,B.CI,786981,B.CJ,786982,B.CK,786983,B.CL,786986,B.CM,786989,B.YW,786990,B.YX,786994,B.CN,787065,B.YY,787081,B.CO,787083,B.CP,787084,B.CQ,787101,B.CR,787103,B.CS],A.am("da")) +B.Vf=new A.da([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.am("da")) +B.Xz={BU:0,DD:1,FX:2,TP:3,YD:4,ZR:5} +B.bL=new A.W(B.Xz,["MM","DE","FR","TL","YE","CD"],t.w) +B.Xn={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.Vh=new A.W(B.Xn,["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.w) +B.Xy={type:0} +B.Vi=new A.W(B.Xy,["line"],t.w) +B.zl={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.wy=new A.f(4294970632) +B.wz=new A.f(4294970633) +B.ue=new A.f(4294967553) +B.ut=new A.f(4294968577) +B.uu=new A.f(4294968578) +B.uS=new A.f(4294969089) +B.uT=new A.f(4294969090) +B.h7=new A.f(4294967555) +B.y1=new A.f(4294971393) +B.bt=new A.f(4294968065) +B.bk=new A.f(4294968066) +B.bl=new A.f(4294968067) +B.bu=new A.f(4294968068) +B.uv=new A.f(4294968579) +B.wr=new A.f(4294970625) +B.ws=new A.f(4294970626) +B.wt=new A.f(4294970627) +B.xT=new A.f(4294970882) +B.wu=new A.f(4294970628) +B.wv=new A.f(4294970629) +B.ww=new A.f(4294970630) +B.wx=new A.f(4294970631) +B.xU=new A.f(4294970884) +B.xV=new A.f(4294970885) +B.w2=new A.f(4294969871) +B.w4=new A.f(4294969873) +B.w3=new A.f(4294969872) +B.uH=new A.f(4294968833) +B.uI=new A.f(4294968834) +B.wk=new A.f(4294970369) +B.wl=new A.f(4294970370) +B.wm=new A.f(4294970371) +B.wn=new A.f(4294970372) +B.wo=new A.f(4294970373) +B.wp=new A.f(4294970374) +B.wq=new A.f(4294970375) +B.y2=new A.f(4294971394) +B.uJ=new A.f(4294968835) +B.y3=new A.f(4294971395) +B.uw=new A.f(4294968580) +B.wA=new A.f(4294970634) +B.wB=new A.f(4294970635) +B.jK=new A.f(4294968321) +B.vQ=new A.f(4294969857) +B.wI=new A.f(4294970642) +B.uU=new A.f(4294969091) +B.wC=new A.f(4294970636) +B.wD=new A.f(4294970637) +B.wE=new A.f(4294970638) +B.wF=new A.f(4294970639) +B.wG=new A.f(4294970640) +B.wH=new A.f(4294970641) +B.uV=new A.f(4294969092) +B.ux=new A.f(4294968581) +B.uW=new A.f(4294969093) +B.ul=new A.f(4294968322) +B.um=new A.f(4294968323) +B.un=new A.f(4294968324) +B.xG=new A.f(4294970703) +B.wJ=new A.f(4294970643) +B.wK=new A.f(4294970644) +B.va=new A.f(4294969108) +B.uK=new A.f(4294968836) +B.cB=new A.f(4294968069) +B.y4=new A.f(4294971396) +B.h6=new A.f(4294967309) +B.uo=new A.f(4294968325) +B.up=new A.f(4294968326) +B.uy=new A.f(4294968582) +B.wL=new A.f(4294970645) +B.vk=new A.f(4294969345) +B.vt=new A.f(4294969354) +B.vu=new A.f(4294969355) +B.vv=new A.f(4294969356) +B.vw=new A.f(4294969357) +B.vx=new A.f(4294969358) +B.vy=new A.f(4294969359) +B.vz=new A.f(4294969360) +B.vA=new A.f(4294969361) +B.vB=new A.f(4294969362) +B.vC=new A.f(4294969363) +B.vl=new A.f(4294969346) +B.vD=new A.f(4294969364) +B.vE=new A.f(4294969365) +B.vF=new A.f(4294969366) +B.vG=new A.f(4294969367) +B.vH=new A.f(4294969368) +B.vm=new A.f(4294969347) +B.vn=new A.f(4294969348) +B.vo=new A.f(4294969349) +B.vp=new A.f(4294969350) +B.vq=new A.f(4294969351) +B.vr=new A.f(4294969352) +B.vs=new A.f(4294969353) +B.wM=new A.f(4294970646) +B.wN=new A.f(4294970647) +B.wO=new A.f(4294970648) +B.wP=new A.f(4294970649) +B.wQ=new A.f(4294970650) +B.wR=new A.f(4294970651) +B.wS=new A.f(4294970652) +B.wT=new A.f(4294970653) +B.wU=new A.f(4294970654) +B.wV=new A.f(4294970655) +B.wW=new A.f(4294970656) +B.wX=new A.f(4294970657) +B.uX=new A.f(4294969094) +B.uz=new A.f(4294968583) +B.uf=new A.f(4294967559) +B.y5=new A.f(4294971397) +B.y6=new A.f(4294971398) +B.uY=new A.f(4294969095) +B.uZ=new A.f(4294969096) +B.v_=new A.f(4294969097) +B.v0=new A.f(4294969098) +B.wY=new A.f(4294970658) +B.wZ=new A.f(4294970659) +B.x_=new A.f(4294970660) +B.v7=new A.f(4294969105) +B.v8=new A.f(4294969106) +B.vb=new A.f(4294969109) +B.y7=new A.f(4294971399) +B.uA=new A.f(4294968584) +B.uP=new A.f(4294968841) +B.vc=new A.f(4294969110) +B.vd=new A.f(4294969111) +B.cC=new A.f(4294968070) +B.ug=new A.f(4294967560) +B.x0=new A.f(4294970661) +B.jL=new A.f(4294968327) +B.x1=new A.f(4294970662) +B.v9=new A.f(4294969107) +B.ve=new A.f(4294969112) +B.vf=new A.f(4294969113) +B.vg=new A.f(4294969114) +B.yD=new A.f(4294971905) +B.yE=new A.f(4294971906) +B.y8=new A.f(4294971400) +B.wa=new A.f(4294970118) +B.w5=new A.f(4294970113) +B.wi=new A.f(4294970126) +B.w6=new A.f(4294970114) +B.wg=new A.f(4294970124) +B.wj=new A.f(4294970127) +B.w7=new A.f(4294970115) +B.w8=new A.f(4294970116) +B.w9=new A.f(4294970117) +B.wh=new A.f(4294970125) +B.wb=new A.f(4294970119) +B.wc=new A.f(4294970120) +B.wd=new A.f(4294970121) +B.we=new A.f(4294970122) +B.wf=new A.f(4294970123) +B.x2=new A.f(4294970663) +B.x3=new A.f(4294970664) +B.x4=new A.f(4294970665) +B.x5=new A.f(4294970666) +B.uL=new A.f(4294968837) +B.vR=new A.f(4294969858) +B.vS=new A.f(4294969859) +B.vT=new A.f(4294969860) +B.ya=new A.f(4294971402) +B.x6=new A.f(4294970667) +B.xH=new A.f(4294970704) +B.xS=new A.f(4294970715) +B.x7=new A.f(4294970668) +B.x8=new A.f(4294970669) +B.x9=new A.f(4294970670) +B.xa=new A.f(4294970671) +B.vU=new A.f(4294969861) +B.xb=new A.f(4294970672) +B.xc=new A.f(4294970673) +B.xd=new A.f(4294970674) +B.xI=new A.f(4294970705) +B.xJ=new A.f(4294970706) +B.xK=new A.f(4294970707) +B.xL=new A.f(4294970708) +B.vV=new A.f(4294969863) +B.xM=new A.f(4294970709) +B.vW=new A.f(4294969864) +B.vX=new A.f(4294969865) +B.xW=new A.f(4294970886) +B.xX=new A.f(4294970887) +B.xZ=new A.f(4294970889) +B.xY=new A.f(4294970888) +B.v1=new A.f(4294969099) +B.xN=new A.f(4294970710) +B.xO=new A.f(4294970711) +B.xP=new A.f(4294970712) +B.xQ=new A.f(4294970713) +B.vY=new A.f(4294969866) +B.v2=new A.f(4294969100) +B.xe=new A.f(4294970675) +B.xf=new A.f(4294970676) +B.v3=new A.f(4294969101) +B.y9=new A.f(4294971401) +B.xg=new A.f(4294970677) +B.vZ=new A.f(4294969867) +B.e3=new A.f(4294968071) +B.e4=new A.f(4294968072) +B.xR=new A.f(4294970714) +B.uq=new A.f(4294968328) +B.uB=new A.f(4294968585) +B.xh=new A.f(4294970678) +B.xi=new A.f(4294970679) +B.xj=new A.f(4294970680) +B.xk=new A.f(4294970681) +B.uC=new A.f(4294968586) +B.xl=new A.f(4294970682) +B.xm=new A.f(4294970683) +B.xn=new A.f(4294970684) +B.uM=new A.f(4294968838) +B.uN=new A.f(4294968839) +B.v4=new A.f(4294969102) +B.w_=new A.f(4294969868) +B.uO=new A.f(4294968840) +B.v5=new A.f(4294969103) +B.uD=new A.f(4294968587) +B.xo=new A.f(4294970685) +B.xp=new A.f(4294970686) +B.xq=new A.f(4294970687) +B.ur=new A.f(4294968329) +B.xr=new A.f(4294970688) +B.vh=new A.f(4294969115) +B.xw=new A.f(4294970693) +B.xx=new A.f(4294970694) +B.w0=new A.f(4294969869) +B.xs=new A.f(4294970689) +B.xt=new A.f(4294970690) +B.uE=new A.f(4294968588) +B.xu=new A.f(4294970691) +B.uk=new A.f(4294967569) +B.v6=new A.f(4294969104) +B.vI=new A.f(4294969601) +B.vJ=new A.f(4294969602) +B.vK=new A.f(4294969603) +B.vL=new A.f(4294969604) +B.vM=new A.f(4294969605) +B.vN=new A.f(4294969606) +B.vO=new A.f(4294969607) +B.vP=new A.f(4294969608) +B.y_=new A.f(4294971137) +B.y0=new A.f(4294971138) +B.w1=new A.f(4294969870) +B.xv=new A.f(4294970692) +B.uQ=new A.f(4294968842) +B.xy=new A.f(4294970695) +B.uh=new A.f(4294967566) +B.ui=new A.f(4294967567) +B.uj=new A.f(4294967568) +B.xA=new A.f(4294970697) +B.yc=new A.f(4294971649) +B.yd=new A.f(4294971650) +B.ye=new A.f(4294971651) +B.yf=new A.f(4294971652) +B.yg=new A.f(4294971653) +B.yh=new A.f(4294971654) +B.yi=new A.f(4294971655) +B.xB=new A.f(4294970698) +B.yj=new A.f(4294971656) +B.yk=new A.f(4294971657) +B.yl=new A.f(4294971658) +B.ym=new A.f(4294971659) +B.yn=new A.f(4294971660) +B.yo=new A.f(4294971661) +B.yp=new A.f(4294971662) +B.yq=new A.f(4294971663) +B.yr=new A.f(4294971664) +B.ys=new A.f(4294971665) +B.yt=new A.f(4294971666) +B.yu=new A.f(4294971667) +B.xC=new A.f(4294970699) +B.yv=new A.f(4294971668) +B.yw=new A.f(4294971669) +B.yx=new A.f(4294971670) +B.yy=new A.f(4294971671) +B.yz=new A.f(4294971672) +B.yA=new A.f(4294971673) +B.yB=new A.f(4294971674) +B.yC=new A.f(4294971675) +B.h5=new A.f(4294967305) +B.xz=new A.f(4294970696) +B.us=new A.f(4294968330) +B.ud=new A.f(4294967297) +B.xD=new A.f(4294970700) +B.yb=new A.f(4294971403) +B.uR=new A.f(4294968843) +B.xE=new A.f(4294970701) +B.vi=new A.f(4294969116) +B.vj=new A.f(4294969117) +B.uF=new A.f(4294968589) +B.uG=new A.f(4294968590) +B.xF=new A.f(4294970702) +B.Vj=new A.W(B.zl,[B.wy,B.wz,B.ue,B.ut,B.uu,B.uS,B.uT,B.h7,B.y1,B.bt,B.bk,B.bl,B.bu,B.uv,B.wr,B.ws,B.wt,B.xT,B.wu,B.wv,B.ww,B.wx,B.xU,B.xV,B.w2,B.w4,B.w3,B.b6,B.uH,B.uI,B.wk,B.wl,B.wm,B.wn,B.wo,B.wp,B.wq,B.y2,B.uJ,B.y3,B.uw,B.e2,B.wA,B.wB,B.jK,B.vQ,B.wI,B.uU,B.wC,B.wD,B.wE,B.wF,B.wG,B.wH,B.uV,B.ux,B.uW,B.ul,B.um,B.un,B.xG,B.aY,B.wJ,B.wK,B.va,B.uK,B.cB,B.y4,B.h6,B.uo,B.e1,B.e1,B.up,B.uy,B.wL,B.vk,B.vt,B.vu,B.vv,B.vw,B.vx,B.vy,B.vz,B.vA,B.vB,B.vC,B.vl,B.vD,B.vE,B.vF,B.vG,B.vH,B.vm,B.vn,B.vo,B.vp,B.vq,B.vr,B.vs,B.wM,B.wN,B.wO,B.wP,B.wQ,B.wR,B.wS,B.wT,B.wU,B.wV,B.wW,B.wX,B.uX,B.uz,B.jJ,B.uf,B.y5,B.y6,B.uY,B.uZ,B.v_,B.v0,B.wY,B.wZ,B.x_,B.v7,B.v8,B.vb,B.y7,B.uA,B.uP,B.vc,B.vd,B.cC,B.ug,B.x0,B.jL,B.x1,B.v9,B.ve,B.vf,B.vg,B.yD,B.yE,B.y8,B.wa,B.w5,B.wi,B.w6,B.wg,B.wj,B.w7,B.w8,B.w9,B.wh,B.wb,B.wc,B.wd,B.we,B.wf,B.x2,B.x3,B.x4,B.x5,B.uL,B.vR,B.vS,B.vT,B.ya,B.x6,B.xH,B.xS,B.x7,B.x8,B.x9,B.xa,B.vU,B.xb,B.xc,B.xd,B.xI,B.xJ,B.xK,B.xL,B.vV,B.xM,B.vW,B.vX,B.xW,B.xX,B.xZ,B.xY,B.v1,B.xN,B.xO,B.xP,B.xQ,B.vY,B.v2,B.xe,B.xf,B.v3,B.y9,B.h8,B.xg,B.vZ,B.e3,B.e4,B.xR,B.uq,B.uB,B.xh,B.xi,B.xj,B.xk,B.uC,B.xl,B.xm,B.xn,B.uM,B.uN,B.v4,B.w_,B.uO,B.v5,B.uD,B.xo,B.xp,B.xq,B.ur,B.xr,B.vh,B.xw,B.xx,B.w0,B.xs,B.xt,B.h9,B.uE,B.xu,B.uk,B.v6,B.vI,B.vJ,B.vK,B.vL,B.vM,B.vN,B.vO,B.vP,B.y_,B.y0,B.w1,B.xv,B.uQ,B.xy,B.uh,B.ui,B.uj,B.xA,B.yc,B.yd,B.ye,B.yf,B.yg,B.yh,B.yi,B.xB,B.yj,B.yk,B.yl,B.ym,B.yn,B.yo,B.yp,B.yq,B.yr,B.ys,B.yt,B.yu,B.xC,B.yv,B.yw,B.yx,B.yy,B.yz,B.yA,B.yB,B.yC,B.h5,B.xz,B.us,B.ud,B.xD,B.yb,B.uR,B.xE,B.vi,B.vj,B.uF,B.uG,B.xF],A.am("W")) +B.Vk=new A.W(B.zl,[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.dp=new A.aL(B.bk,!1,!1,!1,!1) +B.dq=new A.aL(B.bl,!1,!1,!1,!1) +B.a9r=new A.ww(1,"left") +B.EE=new A.ju(B.a9r) +B.a9q=new A.ww(0,"right") +B.ED=new A.ju(B.a9q) +B.Vl=new A.da([B.dp,B.EE,B.dq,B.ED],t.Fp) +B.XA={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.Vm=new A.W(B.XA,[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.Xu={"deleteBackward:":0,"deleteWordBackward:":1,"deleteToBeginningOfLine:":2,"deleteForward:":3,"deleteWordForward:":4,"deleteToEndOfLine:":5,"moveLeft:":6,"moveRight:":7,"moveForward:":8,"moveBackward:":9,"moveUp:":10,"moveDown:":11,"moveLeftAndModifySelection:":12,"moveRightAndModifySelection:":13,"moveUpAndModifySelection:":14,"moveDownAndModifySelection:":15,"moveWordLeft:":16,"moveWordRight:":17,"moveToBeginningOfParagraph:":18,"moveToEndOfParagraph:":19,"moveWordLeftAndModifySelection:":20,"moveWordRightAndModifySelection:":21,"moveParagraphBackwardAndModifySelection:":22,"moveParagraphForwardAndModifySelection:":23,"moveToLeftEndOfLine:":24,"moveToRightEndOfLine:":25,"moveToBeginningOfDocument:":26,"moveToEndOfDocument:":27,"moveToLeftEndOfLineAndModifySelection:":28,"moveToRightEndOfLineAndModifySelection:":29,"moveToBeginningOfDocumentAndModifySelection:":30,"moveToEndOfDocumentAndModifySelection:":31,"transpose:":32,"scrollToBeginningOfDocument:":33,"scrollToEndOfDocument:":34,"scrollPageUp:":35,"scrollPageDown:":36,"pageUpAndModifySelection:":37,"pageDownAndModifySelection:":38,"cancelOperation:":39,"insertTab:":40,"insertBacktab:":41} +B.Dg=new A.lN(!1) +B.Dh=new A.lN(!0) +B.kv=new A.ef(B.S,B.es) +B.lE=new A.fQ() +B.lI=new A.pX() +B.lM=new A.q9() +B.Vn=new A.W(B.Xu,[B.iX,B.j0,B.iZ,B.iY,B.j1,B.j_,B.dN,B.dO,B.dO,B.dN,B.fb,B.fc,B.j9,B.ja,B.jd,B.je,B.jb,B.jc,B.cs,B.ct,B.mQ,B.mR,B.mO,B.mP,B.cs,B.ct,B.f9,B.fa,B.mI,B.mJ,B.j7,B.j8,B.lP,B.Dg,B.Dh,B.kv,B.hK,B.jf,B.jg,B.lE,B.lI,B.lM],A.am("W")) +B.ub=new A.f(32) +B.hV=new A.aL(B.ub,!1,!1,!1,!1) +B.hQ=new A.aL(B.h6,!1,!1,!1,!1) +B.jM=new A.f(8589935117) +B.a_O=new A.aL(B.jM,!1,!1,!1,!1) +B.a_t=new A.aL(B.e1,!1,!1,!1,!1) +B.a_u=new A.aL(B.h5,!1,!1,!1,!1) +B.a_v=new A.aL(B.h5,!1,!0,!1,!1) +B.eD=new A.aL(B.bu,!1,!1,!1,!1) +B.eE=new A.aL(B.bt,!1,!1,!1,!1) +B.eB=new A.aL(B.e4,!1,!1,!1,!1) +B.eC=new A.aL(B.e3,!1,!1,!1,!1) +B.Gk=new A.lG() +B.lC=new A.rK() +B.hJ=new A.Rw(0,"line") +B.Zx=new A.ef(B.S,B.hJ) +B.Zv=new A.ef(B.P,B.hJ) +B.Zw=new A.ef(B.bT,B.hJ) +B.Zy=new A.ef(B.cS,B.hJ) +B.Vo=new A.da([B.hV,B.Gk,B.hQ,B.lC,B.a_O,B.lC,B.a_t,B.lE,B.a_u,B.lI,B.a_v,B.lM,B.eD,B.Zx,B.eE,B.Zv,B.dp,B.Zw,B.dq,B.Zy,B.eB,B.kv,B.eC,B.hK],t.Fp) +B.TY=new A.f(33) +B.TZ=new A.f(34) +B.U_=new A.f(35) +B.U0=new A.f(36) +B.U1=new A.f(37) +B.U2=new A.f(38) +B.U3=new A.f(39) +B.U4=new A.f(40) +B.U5=new A.f(41) +B.uc=new A.f(42) +B.yF=new A.f(43) +B.U6=new A.f(44) +B.yG=new A.f(45) +B.yH=new A.f(46) +B.yI=new A.f(47) +B.yJ=new A.f(48) +B.yK=new A.f(49) +B.yL=new A.f(50) +B.yM=new A.f(51) +B.yN=new A.f(52) +B.yO=new A.f(53) +B.yP=new A.f(54) +B.yQ=new A.f(55) +B.yR=new A.f(56) +B.yS=new A.f(57) +B.U7=new A.f(58) +B.U8=new A.f(59) +B.U9=new A.f(60) +B.Ua=new A.f(61) +B.Ub=new A.f(62) +B.Uc=new A.f(63) +B.Ud=new A.f(64) +B.V2=new A.f(91) +B.V3=new A.f(92) +B.V4=new A.f(93) +B.V5=new A.f(94) +B.V6=new A.f(95) +B.V7=new A.f(96) +B.jY=new A.f(97) +B.yX=new A.f(98) +B.jZ=new A.f(99) +B.TF=new A.f(100) +B.u6=new A.f(101) +B.u7=new A.f(102) +B.TG=new A.f(103) +B.TH=new A.f(104) +B.TI=new A.f(105) +B.TJ=new A.f(106) +B.TK=new A.f(107) +B.TL=new A.f(108) +B.TM=new A.f(109) +B.u8=new A.f(110) +B.TN=new A.f(111) +B.u9=new A.f(112) +B.TO=new A.f(113) +B.TP=new A.f(114) +B.TQ=new A.f(115) +B.ua=new A.f(116) +B.TR=new A.f(117) +B.jH=new A.f(118) +B.TS=new A.f(119) +B.jI=new A.f(120) +B.TT=new A.f(121) +B.e0=new A.f(122) +B.TU=new A.f(123) +B.TV=new A.f(124) +B.TW=new A.f(125) +B.TX=new A.f(126) +B.Ue=new A.f(8589934592) +B.Uf=new A.f(8589934593) +B.Ug=new A.f(8589934594) +B.Uh=new A.f(8589934595) +B.Ui=new A.f(8589934608) +B.Uj=new A.f(8589934609) +B.Uk=new A.f(8589934610) +B.Ul=new A.f(8589934611) +B.Um=new A.f(8589934612) +B.Un=new A.f(8589934624) +B.Uo=new A.f(8589934625) +B.Up=new A.f(8589934626) +B.Uq=new A.f(8589935088) +B.Ur=new A.f(8589935090) +B.Us=new A.f(8589935092) +B.Ut=new A.f(8589935094) +B.Uu=new A.f(8589935144) +B.Uv=new A.f(8589935145) +B.yT=new A.f(8589935146) +B.yU=new A.f(8589935147) +B.Uw=new A.f(8589935148) +B.yV=new A.f(8589935149) +B.jN=new A.f(8589935150) +B.yW=new A.f(8589935151) +B.jO=new A.f(8589935152) +B.jP=new A.f(8589935153) +B.jQ=new A.f(8589935154) +B.jR=new A.f(8589935155) +B.jS=new A.f(8589935156) +B.jT=new A.f(8589935157) +B.jU=new A.f(8589935158) +B.jV=new A.f(8589935159) +B.jW=new A.f(8589935160) +B.jX=new A.f(8589935161) +B.Ux=new A.f(8589935165) +B.Uy=new A.f(8589935361) +B.Uz=new A.f(8589935362) +B.UA=new A.f(8589935363) +B.UB=new A.f(8589935364) +B.UC=new A.f(8589935365) +B.UD=new A.f(8589935366) +B.UE=new A.f(8589935367) +B.UF=new A.f(8589935368) +B.UG=new A.f(8589935369) +B.UH=new A.f(8589935370) +B.UI=new A.f(8589935371) +B.UJ=new A.f(8589935372) +B.UK=new A.f(8589935373) +B.UL=new A.f(8589935374) +B.UM=new A.f(8589935375) +B.UN=new A.f(8589935376) +B.UO=new A.f(8589935377) +B.UP=new A.f(8589935378) +B.UQ=new A.f(8589935379) +B.UR=new A.f(8589935380) +B.US=new A.f(8589935381) +B.UT=new A.f(8589935382) +B.UU=new A.f(8589935383) +B.UV=new A.f(8589935384) +B.UW=new A.f(8589935385) +B.UX=new A.f(8589935386) +B.UY=new A.f(8589935387) +B.UZ=new A.f(8589935388) +B.V_=new A.f(8589935389) +B.V0=new A.f(8589935390) +B.V1=new A.f(8589935391) +B.Vp=new A.da([32,B.ub,33,B.TY,34,B.TZ,35,B.U_,36,B.U0,37,B.U1,38,B.U2,39,B.U3,40,B.U4,41,B.U5,42,B.uc,43,B.yF,44,B.U6,45,B.yG,46,B.yH,47,B.yI,48,B.yJ,49,B.yK,50,B.yL,51,B.yM,52,B.yN,53,B.yO,54,B.yP,55,B.yQ,56,B.yR,57,B.yS,58,B.U7,59,B.U8,60,B.U9,61,B.Ua,62,B.Ub,63,B.Uc,64,B.Ud,91,B.V2,92,B.V3,93,B.V4,94,B.V5,95,B.V6,96,B.V7,97,B.jY,98,B.yX,99,B.jZ,100,B.TF,101,B.u6,102,B.u7,103,B.TG,104,B.TH,105,B.TI,106,B.TJ,107,B.TK,108,B.TL,109,B.TM,110,B.u8,111,B.TN,112,B.u9,113,B.TO,114,B.TP,115,B.TQ,116,B.ua,117,B.TR,118,B.jH,119,B.TS,120,B.jI,121,B.TT,122,B.e0,123,B.TU,124,B.TV,125,B.TW,126,B.TX,4294967297,B.ud,4294967304,B.b6,4294967305,B.h5,4294967309,B.h6,4294967323,B.e1,4294967423,B.aY,4294967553,B.ue,4294967555,B.h7,4294967556,B.e2,4294967558,B.jJ,4294967559,B.uf,4294967560,B.ug,4294967562,B.h8,4294967564,B.h9,4294967566,B.uh,4294967567,B.ui,4294967568,B.uj,4294967569,B.uk,4294968065,B.bt,4294968066,B.bk,4294968067,B.bl,4294968068,B.bu,4294968069,B.cB,4294968070,B.cC,4294968071,B.e3,4294968072,B.e4,4294968321,B.jK,4294968322,B.ul,4294968323,B.um,4294968324,B.un,4294968325,B.uo,4294968326,B.up,4294968327,B.jL,4294968328,B.uq,4294968329,B.ur,4294968330,B.us,4294968577,B.ut,4294968578,B.uu,4294968579,B.uv,4294968580,B.uw,4294968581,B.ux,4294968582,B.uy,4294968583,B.uz,4294968584,B.uA,4294968585,B.uB,4294968586,B.uC,4294968587,B.uD,4294968588,B.uE,4294968589,B.uF,4294968590,B.uG,4294968833,B.uH,4294968834,B.uI,4294968835,B.uJ,4294968836,B.uK,4294968837,B.uL,4294968838,B.uM,4294968839,B.uN,4294968840,B.uO,4294968841,B.uP,4294968842,B.uQ,4294968843,B.uR,4294969089,B.uS,4294969090,B.uT,4294969091,B.uU,4294969092,B.uV,4294969093,B.uW,4294969094,B.uX,4294969095,B.uY,4294969096,B.uZ,4294969097,B.v_,4294969098,B.v0,4294969099,B.v1,4294969100,B.v2,4294969101,B.v3,4294969102,B.v4,4294969103,B.v5,4294969104,B.v6,4294969105,B.v7,4294969106,B.v8,4294969107,B.v9,4294969108,B.va,4294969109,B.vb,4294969110,B.vc,4294969111,B.vd,4294969112,B.ve,4294969113,B.vf,4294969114,B.vg,4294969115,B.vh,4294969116,B.vi,4294969117,B.vj,4294969345,B.vk,4294969346,B.vl,4294969347,B.vm,4294969348,B.vn,4294969349,B.vo,4294969350,B.vp,4294969351,B.vq,4294969352,B.vr,4294969353,B.vs,4294969354,B.vt,4294969355,B.vu,4294969356,B.vv,4294969357,B.vw,4294969358,B.vx,4294969359,B.vy,4294969360,B.vz,4294969361,B.vA,4294969362,B.vB,4294969363,B.vC,4294969364,B.vD,4294969365,B.vE,4294969366,B.vF,4294969367,B.vG,4294969368,B.vH,4294969601,B.vI,4294969602,B.vJ,4294969603,B.vK,4294969604,B.vL,4294969605,B.vM,4294969606,B.vN,4294969607,B.vO,4294969608,B.vP,4294969857,B.vQ,4294969858,B.vR,4294969859,B.vS,4294969860,B.vT,4294969861,B.vU,4294969863,B.vV,4294969864,B.vW,4294969865,B.vX,4294969866,B.vY,4294969867,B.vZ,4294969868,B.w_,4294969869,B.w0,4294969870,B.w1,4294969871,B.w2,4294969872,B.w3,4294969873,B.w4,4294970113,B.w5,4294970114,B.w6,4294970115,B.w7,4294970116,B.w8,4294970117,B.w9,4294970118,B.wa,4294970119,B.wb,4294970120,B.wc,4294970121,B.wd,4294970122,B.we,4294970123,B.wf,4294970124,B.wg,4294970125,B.wh,4294970126,B.wi,4294970127,B.wj,4294970369,B.wk,4294970370,B.wl,4294970371,B.wm,4294970372,B.wn,4294970373,B.wo,4294970374,B.wp,4294970375,B.wq,4294970625,B.wr,4294970626,B.ws,4294970627,B.wt,4294970628,B.wu,4294970629,B.wv,4294970630,B.ww,4294970631,B.wx,4294970632,B.wy,4294970633,B.wz,4294970634,B.wA,4294970635,B.wB,4294970636,B.wC,4294970637,B.wD,4294970638,B.wE,4294970639,B.wF,4294970640,B.wG,4294970641,B.wH,4294970642,B.wI,4294970643,B.wJ,4294970644,B.wK,4294970645,B.wL,4294970646,B.wM,4294970647,B.wN,4294970648,B.wO,4294970649,B.wP,4294970650,B.wQ,4294970651,B.wR,4294970652,B.wS,4294970653,B.wT,4294970654,B.wU,4294970655,B.wV,4294970656,B.wW,4294970657,B.wX,4294970658,B.wY,4294970659,B.wZ,4294970660,B.x_,4294970661,B.x0,4294970662,B.x1,4294970663,B.x2,4294970664,B.x3,4294970665,B.x4,4294970666,B.x5,4294970667,B.x6,4294970668,B.x7,4294970669,B.x8,4294970670,B.x9,4294970671,B.xa,4294970672,B.xb,4294970673,B.xc,4294970674,B.xd,4294970675,B.xe,4294970676,B.xf,4294970677,B.xg,4294970678,B.xh,4294970679,B.xi,4294970680,B.xj,4294970681,B.xk,4294970682,B.xl,4294970683,B.xm,4294970684,B.xn,4294970685,B.xo,4294970686,B.xp,4294970687,B.xq,4294970688,B.xr,4294970689,B.xs,4294970690,B.xt,4294970691,B.xu,4294970692,B.xv,4294970693,B.xw,4294970694,B.xx,4294970695,B.xy,4294970696,B.xz,4294970697,B.xA,4294970698,B.xB,4294970699,B.xC,4294970700,B.xD,4294970701,B.xE,4294970702,B.xF,4294970703,B.xG,4294970704,B.xH,4294970705,B.xI,4294970706,B.xJ,4294970707,B.xK,4294970708,B.xL,4294970709,B.xM,4294970710,B.xN,4294970711,B.xO,4294970712,B.xP,4294970713,B.xQ,4294970714,B.xR,4294970715,B.xS,4294970882,B.xT,4294970884,B.xU,4294970885,B.xV,4294970886,B.xW,4294970887,B.xX,4294970888,B.xY,4294970889,B.xZ,4294971137,B.y_,4294971138,B.y0,4294971393,B.y1,4294971394,B.y2,4294971395,B.y3,4294971396,B.y4,4294971397,B.y5,4294971398,B.y6,4294971399,B.y7,4294971400,B.y8,4294971401,B.y9,4294971402,B.ya,4294971403,B.yb,4294971649,B.yc,4294971650,B.yd,4294971651,B.ye,4294971652,B.yf,4294971653,B.yg,4294971654,B.yh,4294971655,B.yi,4294971656,B.yj,4294971657,B.yk,4294971658,B.yl,4294971659,B.ym,4294971660,B.yn,4294971661,B.yo,4294971662,B.yp,4294971663,B.yq,4294971664,B.yr,4294971665,B.ys,4294971666,B.yt,4294971667,B.yu,4294971668,B.yv,4294971669,B.yw,4294971670,B.yx,4294971671,B.yy,4294971672,B.yz,4294971673,B.yA,4294971674,B.yB,4294971675,B.yC,4294971905,B.yD,4294971906,B.yE,8589934592,B.Ue,8589934593,B.Uf,8589934594,B.Ug,8589934595,B.Uh,8589934608,B.Ui,8589934609,B.Uj,8589934610,B.Uk,8589934611,B.Ul,8589934612,B.Um,8589934624,B.Un,8589934625,B.Uo,8589934626,B.Up,8589934848,B.e5,8589934849,B.ha,8589934850,B.ce,8589934851,B.cD,8589934852,B.e6,8589934853,B.hb,8589934854,B.e7,8589934855,B.hc,8589935088,B.Uq,8589935090,B.Ur,8589935092,B.Us,8589935094,B.Ut,8589935117,B.jM,8589935144,B.Uu,8589935145,B.Uv,8589935146,B.yT,8589935147,B.yU,8589935148,B.Uw,8589935149,B.yV,8589935150,B.jN,8589935151,B.yW,8589935152,B.jO,8589935153,B.jP,8589935154,B.jQ,8589935155,B.jR,8589935156,B.jS,8589935157,B.jT,8589935158,B.jU,8589935159,B.jV,8589935160,B.jW,8589935161,B.jX,8589935165,B.Ux,8589935361,B.Uy,8589935362,B.Uz,8589935363,B.UA,8589935364,B.UB,8589935365,B.UC,8589935366,B.UD,8589935367,B.UE,8589935368,B.UF,8589935369,B.UG,8589935370,B.UH,8589935371,B.UI,8589935372,B.UJ,8589935373,B.UK,8589935374,B.UL,8589935375,B.UM,8589935376,B.UN,8589935377,B.UO,8589935378,B.UP,8589935379,B.UQ,8589935380,B.UR,8589935381,B.US,8589935382,B.UT,8589935383,B.UU,8589935384,B.UV,8589935385,B.UW,8589935386,B.UX,8589935387,B.UY,8589935388,B.UZ,8589935389,B.V_,8589935390,B.V0,8589935391,B.V1],A.am("da")) +B.hj=new A.nq(0,"canvas") +B.hk=new A.nq(1,"card") +B.X0=new A.nq(2,"circle") +B.k0=new A.nq(3,"button") +B.hl=new A.nq(4,"transparency") +B.dk=new A.aU(2,2) +B.iu=new A.cu(B.dk,B.dk,B.dk,B.dk) +B.Vq=new A.da([B.hj,null,B.hk,B.iu,B.X0,null,B.k0,B.iu,B.hl,null],A.am("da")) +B.z0=new A.W(B.bw,[],A.am("W")) +B.he=new A.W(B.bw,[],A.am("W")) +B.z_=new A.W(B.bw,[],A.am("W>")) +B.z1=new A.W(B.bw,[],A.am("W")) +B.yZ=new A.W(B.bw,[],A.am("W")) +B.Vr=new A.W(B.bw,[],A.am("W")) +B.z2=new A.W(B.bw,[],A.am("W>")) +B.a9s=new A.ww(2,"up") +B.a8d=new A.ju(B.a9s) +B.a9t=new A.ww(3,"down") +B.a8e=new A.ju(B.a9t) +B.Vs=new A.da([B.eD,B.a8d,B.eE,B.a8e,B.dp,B.EE,B.dq,B.ED],t.Fp) +B.kJ=new A.aL(B.bt,!1,!1,!0,!1) +B.kG=new A.aL(B.bk,!1,!1,!0,!1) +B.kH=new A.aL(B.bl,!1,!1,!0,!1) +B.kI=new A.aL(B.bu,!1,!1,!0,!1) +B.DQ=new A.aL(B.bt,!1,!1,!1,!0) +B.DN=new A.aL(B.bk,!1,!1,!1,!0) +B.DO=new A.aL(B.bl,!1,!1,!1,!0) +B.DP=new A.aL(B.bu,!1,!1,!1,!0) +B.kF=new A.aL(B.e4,!1,!0,!1,!1) +B.kK=new A.aL(B.e3,!1,!0,!1,!1) +B.hU=new A.aL(B.cB,!1,!0,!1,!1) +B.hT=new A.aL(B.cC,!1,!0,!1,!1) +B.DJ=new A.aL(B.bk,!0,!1,!1,!1) +B.DK=new A.aL(B.bl,!0,!1,!1,!1) +B.DL=new A.aL(B.bk,!0,!0,!1,!1) +B.DM=new A.aL(B.bl,!0,!0,!1,!1) +B.hS=new A.aL(B.cB,!1,!1,!1,!1) +B.hR=new A.aL(B.cC,!1,!1,!1,!1) +B.DS=new A.aL(B.cB,!0,!1,!1,!1) +B.DR=new A.aL(B.cC,!0,!1,!1,!1) +B.Vt=new A.da([B.kJ,B.x,B.kG,B.x,B.kH,B.x,B.kI,B.x,B.DQ,B.x,B.DN,B.x,B.DO,B.x,B.DP,B.x,B.kF,B.x,B.kK,B.x,B.hU,B.x,B.hT,B.x,B.eE,B.x,B.dp,B.x,B.dq,B.x,B.eD,B.x,B.DJ,B.x,B.DK,B.x,B.DL,B.x,B.DM,B.x,B.eB,B.x,B.eC,B.x,B.hS,B.x,B.hR,B.x,B.DS,B.x,B.DR,B.x,B.hV,B.x,B.hQ,B.x],t.Fp) +B.j={d:0,E:1,EEEE:2,LLL:3,LLLL:4,M:5,Md:6,MEd:7,MMM:8,MMMd:9,MMMEd:10,MMMM:11,MMMMd:12,MMMMEEEEd:13,QQQ:14,QQQQ:15,y:16,yM:17,yMd:18,yMEd:19,yMMM:20,yMMMd:21,yMMMEd:22,yMMMM:23,yMMMMd:24,yMMMMEEEEd:25,yQQQ:26,yQQQQ:27,H:28,Hm:29,Hms:30,j:31,jm:32,jms:33,jmv:34,jmz:35,jz:36,m:37,ms:38,s:39,v:40,z:41,zzzz:42,ZZZZ:43} +B.Wq=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","M/d","EEE, M/d","LLL","MMM d","EEE, MMM d","LLLL","MMMM d","EEEE, MMMM d","QQQ","QQQQ","y","M/y","M/d/y","EEE, M/d/y","MMM y","MMM d, y","EEE, MMM d, y","MMMM y","MMMM d, y","EEEE, MMMM d, y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h\u202fa","h:mm\u202fa","h:mm:ss\u202fa","h:mm\u202fa v","h:mm\u202fa z","h\u202fa z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Xw={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.bv=new A.W(B.Xw,["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.w) +B.Xr={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.z6=new A.W(B.Xr,[B.C7,B.BO,B.dg,B.di,B.Bd,B.Bc,B.Bb,B.Be,B.BW,B.BU,B.BV,B.AO,B.AL,B.AE,B.AJ,B.AK,B.Cn,B.Cm,B.CI,B.CM,B.CJ,B.CH,B.CL,B.CG,B.CK,B.cE,B.AP,B.Bw,B.de,B.em,B.C0,B.BR,B.BQ,B.B8,B.AC,B.At,B.Au,B.Av,B.Aw,B.Ax,B.Ay,B.Az,B.AA,B.AB,B.Cl,B.Cw,B.B9,B.AD,B.AI,B.k8,B.k8,B.AS,B.B0,B.B1,B.B2,B.Bz,B.BA,B.BB,B.BC,B.BD,B.BE,B.BF,B.AT,B.BG,B.BH,B.BI,B.BJ,B.BK,B.AU,B.AV,B.AW,B.AX,B.AY,B.AZ,B.B_,B.BT,B.el,B.zt,B.zz,B.zI,B.zJ,B.zK,B.zL,B.zM,B.zN,B.zO,B.zA,B.zB,B.zC,B.zD,B.zE,B.zF,B.zG,B.zH,B.zP,B.zQ,B.zR,B.zS,B.zT,B.zU,B.zV,B.zW,B.zX,B.zY,B.zZ,B.A_,B.A0,B.A1,B.A2,B.BM,B.B6,B.zr,B.B5,B.Bv,B.BY,B.C_,B.BZ,B.A3,B.A4,B.A5,B.A6,B.A7,B.A8,B.A9,B.Aa,B.Ab,B.Ac,B.Ad,B.Ae,B.Af,B.Ag,B.Ah,B.Ai,B.Aj,B.Ak,B.Al,B.Am,B.An,B.Ao,B.Ap,B.Aq,B.Ar,B.As,B.CR,B.C2,B.C3,B.C4,B.C5,B.C6,B.CB,B.CA,B.CF,B.CC,B.Cz,B.CE,B.CP,B.CO,B.CQ,B.Cr,B.Cp,B.Co,B.Cx,B.Cq,B.Cs,B.Cy,B.Cv,B.Ct,B.Cu,B.dh,B.eo,B.zy,B.AH,B.C1,B.hr,B.Bt,B.Bk,B.Bl,B.Bm,B.Bn,B.Bo,B.Bp,B.Bq,B.Br,B.Bs,B.Bi,B.Cb,B.Ch,B.Ci,B.BX,B.Bu,B.Bf,B.Bj,B.By,B.Cf,B.Ce,B.Cd,B.Cc,B.Cg,B.Bg,B.C9,B.Ca,B.Bh,B.BL,B.Ba,B.B7,B.BS,B.B4,B.AQ,B.Bx,B.B3,B.zx,B.C8,B.AN,B.zv,B.hq,B.BN,B.CD,B.AM,B.df,B.en,B.CS,B.AR,B.Cj,B.AG,B.zs,B.zu,B.AF,B.zw,B.BP,B.Ck,B.CN],A.am("W")) +B.Xs={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.k_=new A.W(B.Xs,["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.w) +B.Le=A.a(s([42,null,null,8589935146]),t.Z) +B.Lf=A.a(s([43,null,null,8589935147]),t.Z) +B.Lj=A.a(s([45,null,null,8589935149]),t.Z) +B.Lk=A.a(s([46,null,null,8589935150]),t.Z) +B.Ln=A.a(s([47,null,null,8589935151]),t.Z) +B.Lo=A.a(s([48,null,null,8589935152]),t.Z) +B.Lp=A.a(s([49,null,null,8589935153]),t.Z) +B.LG=A.a(s([50,null,null,8589935154]),t.Z) +B.LH=A.a(s([51,null,null,8589935155]),t.Z) +B.LI=A.a(s([52,null,null,8589935156]),t.Z) +B.LJ=A.a(s([53,null,null,8589935157]),t.Z) +B.LK=A.a(s([54,null,null,8589935158]),t.Z) +B.LL=A.a(s([55,null,null,8589935159]),t.Z) +B.LN=A.a(s([56,null,null,8589935160]),t.Z) +B.LO=A.a(s([57,null,null,8589935161]),t.Z) +B.Nf=A.a(s([8589934852,8589934852,8589934853,null]),t.Z) +B.L2=A.a(s([4294967555,null,4294967555,null]),t.Z) +B.L3=A.a(s([4294968065,null,null,8589935154]),t.Z) +B.L4=A.a(s([4294968066,null,null,8589935156]),t.Z) +B.L5=A.a(s([4294968067,null,null,8589935158]),t.Z) +B.L6=A.a(s([4294968068,null,null,8589935160]),t.Z) +B.Lb=A.a(s([4294968321,null,null,8589935157]),t.Z) +B.Ng=A.a(s([8589934848,8589934848,8589934849,null]),t.Z) +B.L1=A.a(s([4294967423,null,null,8589935150]),t.Z) +B.L7=A.a(s([4294968069,null,null,8589935153]),t.Z) +B.L0=A.a(s([4294967309,null,null,8589935117]),t.Z) +B.L8=A.a(s([4294968070,null,null,8589935159]),t.Z) +B.Lc=A.a(s([4294968327,null,null,8589935152]),t.Z) +B.Nh=A.a(s([8589934854,8589934854,8589934855,null]),t.Z) +B.L9=A.a(s([4294968071,null,null,8589935155]),t.Z) +B.La=A.a(s([4294968072,null,null,8589935161]),t.Z) +B.Ni=A.a(s([8589934850,8589934850,8589934851,null]),t.Z) +B.z7=new A.da(["*",B.Le,"+",B.Lf,"-",B.Lj,".",B.Lk,"/",B.Ln,"0",B.Lo,"1",B.Lp,"2",B.LG,"3",B.LH,"4",B.LI,"5",B.LJ,"6",B.LK,"7",B.LL,"8",B.LN,"9",B.LO,"Alt",B.Nf,"AltGraph",B.L2,"ArrowDown",B.L3,"ArrowLeft",B.L4,"ArrowRight",B.L5,"ArrowUp",B.L6,"Clear",B.Lb,"Control",B.Ng,"Delete",B.L1,"End",B.L7,"Enter",B.L0,"Home",B.L8,"Insert",B.Lc,"Meta",B.Nh,"PageDown",B.L9,"PageUp",B.La,"Shift",B.Ni],A.am("da>")) +B.RV=A.a(s([B.uc,null,null,B.yT]),t.L) +B.RW=A.a(s([B.yF,null,null,B.yU]),t.L) +B.RX=A.a(s([B.yG,null,null,B.yV]),t.L) +B.RY=A.a(s([B.yH,null,null,B.jN]),t.L) +B.RZ=A.a(s([B.yI,null,null,B.yW]),t.L) +B.Oc=A.a(s([B.yJ,null,null,B.jO]),t.L) +B.Od=A.a(s([B.yK,null,null,B.jP]),t.L) +B.Oe=A.a(s([B.yL,null,null,B.jQ]),t.L) +B.Of=A.a(s([B.yM,null,null,B.jR]),t.L) +B.Og=A.a(s([B.yN,null,null,B.jS]),t.L) +B.Oh=A.a(s([B.yO,null,null,B.jT]),t.L) +B.Oi=A.a(s([B.yP,null,null,B.jU]),t.L) +B.Oj=A.a(s([B.yQ,null,null,B.jV]),t.L) +B.Ts=A.a(s([B.yR,null,null,B.jW]),t.L) +B.Tt=A.a(s([B.yS,null,null,B.jX]),t.L) +B.Rs=A.a(s([B.e6,B.e6,B.hb,null]),t.L) +B.Tz=A.a(s([B.h7,null,B.h7,null]),t.L) +B.Pv=A.a(s([B.bt,null,null,B.jQ]),t.L) +B.Pw=A.a(s([B.bk,null,null,B.jS]),t.L) +B.Px=A.a(s([B.bl,null,null,B.jU]),t.L) +B.QG=A.a(s([B.bu,null,null,B.jW]),t.L) +B.R9=A.a(s([B.jK,null,null,B.jT]),t.L) +B.Rt=A.a(s([B.e5,B.e5,B.ha,null]),t.L) +B.NA=A.a(s([B.aY,null,null,B.jN]),t.L) +B.Py=A.a(s([B.cB,null,null,B.jP]),t.L) +B.S6=A.a(s([B.h6,null,null,B.jM]),t.L) +B.Pz=A.a(s([B.cC,null,null,B.jV]),t.L) +B.Ra=A.a(s([B.jL,null,null,B.jO]),t.L) +B.Ru=A.a(s([B.e7,B.e7,B.hc,null]),t.L) +B.PA=A.a(s([B.e3,null,null,B.jR]),t.L) +B.Rg=A.a(s([B.e4,null,null,B.jX]),t.L) +B.Rv=A.a(s([B.ce,B.ce,B.cD,null]),t.L) +B.WS=new A.da(["*",B.RV,"+",B.RW,"-",B.RX,".",B.RY,"/",B.RZ,"0",B.Oc,"1",B.Od,"2",B.Oe,"3",B.Of,"4",B.Og,"5",B.Oh,"6",B.Oi,"7",B.Oj,"8",B.Ts,"9",B.Tt,"Alt",B.Rs,"AltGraph",B.Tz,"ArrowDown",B.Pv,"ArrowLeft",B.Pw,"ArrowRight",B.Px,"ArrowUp",B.QG,"Clear",B.R9,"Control",B.Rt,"Delete",B.NA,"End",B.Py,"Enter",B.S6,"Home",B.Pz,"Insert",B.Ra,"Meta",B.Ru,"PageDown",B.PA,"PageUp",B.Rg,"Shift",B.Rv],A.am("da>")) +B.Xv={af:0,am:1,ar:2,as:3,az:4,be:5,bg:6,bn:7,bs:8,ca:9,cs:10,cy:11,da:12,de:13,de_CH:14,el:15,en:16,en_AU:17,en_CA:18,en_GB:19,en_IE:20,en_IN:21,en_NZ:22,en_SG:23,en_US:24,en_ZA:25,es:26,es_419:27,es_MX:28,es_US:29,et:30,eu:31,fa:32,fi:33,fil:34,fr:35,fr_CA:36,gl:37,gsw:38,gu:39,he:40,hi:41,hr:42,hu:43,hy:44,id:45,is:46,it:47,ja:48,ka:49,kk:50,km:51,kn:52,ko:53,ky:54,lo:55,lt:56,lv:57,mk:58,ml:59,mn:60,mr:61,ms:62,my:63,nb:64,ne:65,nl:66,no:67,or:68,pa:69,pl:70,ps:71,pt:72,pt_PT:73,ro:74,ru:75,si:76,sk:77,sl:78,sq:79,sr:80,sr_Latn:81,sv:82,sw:83,ta:84,te:85,th:86,tl:87,tr:88,uk:89,ur:90,uz:91,vi:92,zh:93,zh_HK:94,zh_TW:95,zu:96} +B.Vz=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","dd-MM","EEE d/M","LLL","d MMM","EEE d MMM","LLLL","d MMMM","EEEE d MMMM","QQQ","QQQQ","y","MM-y","y-MM-dd","EEE y-MM-dd","MMM y","d MMM y","EEE d MMM y","MMMM y","d MMMM y","EEEE d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wx=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","M/d","EEE\u1363 M/d","LLL","MMM d","EEE\u1363 MMM d","LLLL","MMMM d","EEEE\u1363 MMMM d","QQQ","QQQQ","y","M/y","d/M/y","EEE\u1363 d/M/y","MMM y","d MMM y","EEE\u1363 MMM d y","MMMM y","d MMMM y","y MMMM d, EEEE","QQQ y","QQQQ y","H","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.W3=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/\u200fM","EEE\u060c d/\u200fM","LLL","d MMM","EEE\u060c d MMM","LLLL","d MMMM","EEEE\u060c d MMMM","QQQ","QQQQ","y","M\u200f/y","d\u200f/M\u200f/y","EEE\u060c d/\u200fM/\u200fy","MMM y","d MMM y","EEE\u060c d MMM y","MMMM y","d MMMM y","EEEE\u060c d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.WP=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","dd-MM","EEE, dd-MM","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM-y","dd-MM-y","EEE, dd-MM-y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM, y","EEEE, d MMMM, y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","a h","a h:mm","a h:mm:ss","a h:mm v","a h:mm z","a h z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.WQ=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","dd.MM","dd.MM, EEE","LLL","d MMM","d MMM, EEE","LLLL","d MMMM","d MMMM, EEEE","QQQ","QQQQ","y","MM.y","dd.MM.y","dd.MM.y, EEE","MMM y","d MMM y","d MMM y, EEE","MMMM y","d MMMM y","d MMMM y, EEEE","y QQQ","y QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.WH=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d.M","EEE, d.M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M.y","d.M.y","EEE, d.M.y","LLL y","d MMM y","EEE, d MMM y","LLLL y","d MMMM y '\u0433'.","EEEE, d MMMM y '\u0433'.","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm.ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wv=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d.MM","EEE, d.MM","MM","d.MM","EEE, d.MM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y '\u0433'.","MM.y '\u0433'.","d.MM.y '\u0433'.","EEE, d.MM.y '\u0433'.","MM.y '\u0433'.","d.MM.y '\u0433'.","EEE, d.MM.y '\u0433'.","MMMM y '\u0433'.","d MMMM y '\u0433'.","EEEE, d MMMM y '\u0433'.","QQQ y '\u0433'.","QQQQ y '\u0433'.","HH '\u0447'.","HH:mm '\u0447'.","HH:mm:ss '\u0447'.","HH '\u0447'.","HH:mm '\u0447'.","HH:mm:ss '\u0447'.","HH:mm '\u0447'. v","HH:mm '\u0447'. z","HH '\u0447'. z","m","m:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VW=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d-M","LLL","d MMM","EEE d MMM","LLLL","d MMMM","EEEE d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM, y","EEE, d MMM, y","MMMM y","d MMMM, y","EEEE, d MMMM, y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VE=new A.W(B.j,["d.","ccc","cccc","LLL","LLLL","L","d.M.","EEE, d.M.","LLL","d. MMM","EEE, d. MMM","LLLL","d. MMMM","EEEE, d. MMMM","QQQ","QQQQ","y.","MM/y","d.M.y.","EEE, d.M.y.","MMM y.","d. MMM y.","EEE, d. MMM y.","LLLL y.","d. MMMM y.","EEEE, d. MMMM y.","QQQ y.","QQQQ y.","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm (v)","HH:mm (z)","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VM=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE d/M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","LLL 'de' y","d MMM 'de' y","EEE, d MMM y","LLLL 'de' y","d MMMM 'de' y","EEEE, d MMMM 'de' y","QQQ y","QQQQ y","H","H:mm","H:mm:ss","H","H:mm","H:mm:ss","H:mm v","H:mm z","H z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wb=new A.W(B.j,["d.","ccc","cccc","LLL","LLLL","L","d. M.","EEE d. M.","LLL","d. M.","EEE d. M.","LLLL","d. MMMM","EEEE d. MMMM","QQQ","QQQQ","y","M/y","d. M. y","EEE d. M. y","LLLL y","d. M. y","EEE d. M. y","LLLL y","d. MMMM y","EEEE d. MMMM y","QQQ y","QQQQ y","H","H:mm","H:mm:ss","H","H:mm","H:mm:ss","H:mm v","H:mm z","H z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VT=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","MMMM d","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wp=new A.W(B.j,["d.","ccc","cccc","MMM","MMMM","M","d.M","EEE d.M","MMM","d. MMM","EEE d. MMM","MMMM","d. MMMM","EEEE d. MMMM","QQQ","QQQQ","y","M.y","d.M.y","EEE d.M.y","MMM y","d. MMM y","EEE d. MMM y","MMMM y","d. MMMM y","EEEE 'den' d. MMMM y","QQQ y","QQQQ y","HH","HH.mm","HH.mm.ss","HH","HH.mm","HH.mm.ss","HH.mm v","HH.mm z","HH z","m","mm.ss","s","v","z","zzzz","ZZZZ"],t.w) +B.z4=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d.M.","EEE, d.M.","LLL","d. MMM","EEE, d. MMM","LLLL","d. MMMM","EEEE, d. MMMM","QQQ","QQQQ","y","M.y","d.M.y","EEE, d.M.y","MMM y","d. MMM y","EEE, d. MMM y","MMMM y","d. MMMM y","EEEE, d. MMMM y","QQQ y","QQQQ y","HH 'Uhr'","HH:mm","HH:mm:ss","HH 'Uhr'","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH 'Uhr' z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.WA=new A.W(B.j,["d","ccc","cccc","MMM","MMMM","L","d/M","EEE d/M","MMM","d MMM","EEE d MMM","MMMM","d MMMM","EEEE d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE d/M/y","MMM y","d MMM y","EEE d MMM y","LLLL y","d MMMM y","EEEE d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.e8=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","M/d","EEE, M/d","LLL","MMM d","EEE, MMM d","LLLL","MMMM d","EEEE, MMMM d","QQQ","QQQQ","y","M/y","M/d/y","EEE, M/d/y","MMM y","MMM d, y","EEE, MMM d, y","MMMM y","MMMM d, y","EEEE, MMMM d, y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.W2=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM/y","dd/MM/y","EEE, dd/MM/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.WN=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","MM-dd","EEE, MM-dd","LLL","MMM d","EEE, MMM d","LLLL","MMMM d","EEEE, MMMM d","QQQ","QQQQ","y","MM/y","y-MM-dd","EEE, y-MM-dd","MMM y","MMM d, y","EEE, MMM d, y","MMMM y","MMMM d, y","EEEE, MMMM d, y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.W9=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","dd/MM","EEE, dd/MM","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM/y","dd/MM/y","EEE, dd/MM/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VN=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE d MMM y","MMMM y","d MMMM y","EEEE d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.WF=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","dd/MM","EEE, dd/MM","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d MMM, y","MMMM y","d MMMM y","EEEE, d MMMM, y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VI=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, dd/MM","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM/y","d/MM/y","EEE, dd/MM/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VF=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","dd/MM","EEE, dd/MM","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM/y","dd/MM/y","EEE, dd/MM/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wu=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","MM/dd","EEE, MM/dd","LLL","dd MMM","EEE, dd MMM","LLLL","d MMMM","EEEE, dd MMMM","QQQ","QQQQ","y","MM/y","y/MM/dd","EEE, y/MM/dd","MMM y","dd MMM y","EEE, dd MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.W5=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","d 'de' MMMM","EEEE, d 'de' MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d MMM y","MMMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y","QQQ y","QQQQ 'de' y","H","H:mm","H:mm:ss","H","H:mm","H:mm:ss","H:mm v","H:mm z","H z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VA=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","d 'de' MMMM","EEEE, d 'de' MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE d/M/y","MMM y","d MMM y","EEE, d MMM y","MMMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y","QQQ 'de' y","QQQQ 'de' y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wj=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE d 'de' MMM","LLLL","d 'de' MMMM","EEEE, d 'de' MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d 'de' MMM 'de' y","MMMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y","QQQ y","QQQQ 'de' y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wm=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d 'de' MMM","LLLL","d 'de' MMMM","EEEE, d 'de' MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d 'de' MMM 'de' y","MMMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y","QQQ y","QQQQ 'de' y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.WO=new A.W(B.j,["d","ccc","cccc","MMMM","MMMM","M","d.M","EEE, d.M","MMMM","d. MMM","EEE, d. MMM","MMMM","d. MMMM","EEEE, d. MMMM","QQQ","QQQQ","y","M.y","d.M.y","EEE, d.M.y","MMM y","d. MMM y","EEE, d. MMMM y","MMMM y","d. MMMM y","EEEE, d. MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wh=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","M/d","M/d, EEE","LLL","MMM d","MMM d, EEE","LLLL","MMMM d","MMMM d, EEEE","QQQ","QQQQ","y","y/M","y/M/d","y/M/d, EEE","y MMM","y MMM d","y MMM d, EEE","y('e')'ko' MMMM","y('e')'ko' MMMM'ren' d","y('e')'ko' MMMM'ren' d('a'), EEEE","y('e')'ko' QQQ","y('e')'ko' QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH (z)","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.WC=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","M/d","EEE M/d","LLL","d LLL","EEE d LLL","LLLL","d LLLL","EEEE d LLLL","QQQ","QQQQ","y","y/M","y/M/d","EEE y/M/d","MMM y","d MMM y","EEE d MMM y","MMMM y","d MMMM y","EEEE d MMMM y","QQQQ y","QQQQ y","H","H:mm","H:mm:ss","H","H:mm","H:mm:ss","H:mm v","HH:mm (z)","H (z)","m","m:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Vu=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d.M.","EEE d.M.","LLL","d. MMM","ccc d. MMM","LLLL","d. MMMM","cccc d. MMMM","QQQ","QQQQ","y","L.y","d.M.y","EEE d.M.y","LLL y","d. MMM y","EEE d. MMM y","LLLL y","d. MMMM y","EEEE d. MMMM y","QQQ y","QQQQ y","H","H.mm","H.mm.ss","H","H.mm","H.mm.ss","H.mm v","H.mm z","H z","m","m.ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VD=new A.W(B.j,["d","EEE","EEEE","LLL","LLLL","L","dd/MM","EEE dd/MM","LLL","d MMM","EEE d MMM","LLLL","d MMMM","EEEE d MMMM","QQQ","QQQQ","y","MM/y","dd/MM/y","EEE dd/MM/y","MMM y","d MMM y","EEE d MMM y","MMMM y","d MMMM y","EEEE d MMMM y","QQQ y","QQQQ y","HH 'h'","HH:mm","HH:mm:ss","HH 'h'","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH 'h' z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VR=new A.W(B.j,["d","EEE","EEEE","LLL","LLLL","L","M-d","EEE M-d","LLL","d MMM","EEE d MMM","LLLL","d MMMM","EEEE d MMMM","QQQ","QQQQ","y","y-MM","y-MM-dd","EEE y-MM-dd","MMM y","d MMM y","EEE d MMM y","MMMM y","d MMMM y","EEEE d MMMM y","QQQ y","QQQQ y","HH 'h'","HH 'h' mm","HH 'h' mm 'min' ss 's'","HH 'h'","HH 'h' mm","HH 'h' mm 'min' ss 's'","HH 'h' mm v","HH 'h' mm z","HH 'h' z","m","mm 'min' ss 's'","s","v","z","zzzz","ZZZZ"],t.w) +B.WR=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d 'de' MMM","EEE, d 'de' MMM","LLLL","d 'de' MMMM","EEEE, d 'de' MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM 'de' y","d 'de' MMM 'de' y","EEE, d 'de' MMM 'de' y","MMMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y","QQQ y","QQQQ 'de' y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VC=new A.W(B.j,["d","EEE","EEEE","LLL","LLLL","L","d.M.","EEE, d.M.","LLL","d. MMM","EEE d. MMM","LLLL","d. MMMM","EEEE d. MMMM","QQQ","QQQQ","y","y-M","d.M.y","EEE, y-M-d","MMM y","y MMM d","EEE, d. MMM y","MMMM y","d. MMMM y","EEEE, d. MMMM y","QQQ y","QQQQ y","H","HH:mm","HH:mm:ss","H","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","H z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VH=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM, y","EEE, d MMM, y","MMMM y","d MMMM, y","EEEE, d MMMM, y","y QQQ","y QQQQ","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.WB=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d.M","EEE, d.M","LLL","d \u05d1MMM","EEE, d \u05d1MMM","LLLL","d \u05d1MMMM","EEEE, d \u05d1MMMM","QQQ","QQQQ","y","M.y","d.M.y","EEE, d.M.y","MMM y","d \u05d1MMM y","EEE, d \u05d1MMM y","MMMM y","d \u05d1MMMM y","EEEE, d \u05d1MMMM y","QQQ y","QQQQ y","H","H:mm","H:mm:ss","H","H:mm","H:mm:ss","HH:mm v","HH:mm z","H z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VB=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VK=new A.W(B.j,["d.","ccc","cccc","LLL","LLLL","L.","dd. MM.","EEE, dd. MM.","LLL","d. MMM","EEE, d. MMM","LLLL","d. MMMM","EEEE, d. MMMM","QQQ","QQQQ","y.","MM. y.","dd. MM. y.","EEE, dd. MM. y.","LLL y.","d. MMM y.","EEE, d. MMM y.","LLLL y.","d. MMMM y.","EEEE, d. MMMM y.","QQQ y.","QQQQ y.","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH (z)","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VX=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","M. d.","M. d., EEE","LLL","MMM d.","MMM d., EEE","LLLL","MMMM d.","MMMM d., EEEE","QQQ","QQQQ","y.","y. M.","y. MM. dd.","y. MM. dd., EEE","y. MMM","y. MMM d.","y. MMM d., EEE","y. MMMM","y. MMMM d.","y. MMMM d., EEEE","y. QQQ","y. QQQQ","H","H:mm","H:mm:ss","H","H:mm","H:mm:ss","HH:mm v","HH:mm z","H z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.WD=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","dd.MM","dd.MM, EEE","LLL","d MMM","d MMM, EEE","LLLL","MMMM d","d MMMM, EEEE","QQQ","QQQQ","y","MM.y","dd.MM.y","d.MM.y \u0569., EEE","y \u0569. LLL","d MMM, y \u0569.","y \u0569. MMM d, EEE","y \u0569\u2024 LLLL","d MMMM, y \u0569.","y \u0569. MMMM d, EEEE","y \u0569. QQQ","y \u0569. QQQQ","H","H:mm","H:mm:ss","H","H:mm","H:mm:ss","HH:mm v","HH:mm z","H z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VG=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH.mm","HH.mm.ss","HH","HH.mm","HH.mm.ss","HH.mm v","HH.mm z","HH z","m","mm.ss","s","v","z","zzzz","ZZZZ"],t.w) +B.W4=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d.M.","EEE, d.M.","LLL","d. MMM","EEE, d. MMM","LLLL","d. MMMM","EEEE, d. MMMM","QQQ","QQQQ","y","M. y","d.M.y","EEE, d.M.y","MMM y","d. MMM y","EEE, d. MMM y","MMMM y","d. MMMM y","EEEE, d. MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","v \u2013 HH:mm","z \u2013 HH:mm","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VZ=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE d/M","LLL","d MMM","EEE d MMM","LLLL","d MMMM","EEEE d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE d/M/y","MMM y","d MMM y","EEE d MMM y","MMMM y","d MMMM y","EEEE d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wk=new A.W(B.j,["d\u65e5","ccc","cccc","M\u6708","M\u6708","M\u6708","M/d","M/d(EEE)","M\u6708","M\u6708d\u65e5","M\u6708d\u65e5(EEE)","M\u6708","M\u6708d\u65e5","M\u6708d\u65e5EEEE","QQQ","QQQQ","y\u5e74","y/M","y/M/d","y/M/d(EEE)","y\u5e74M\u6708","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5(EEE)","y\u5e74M\u6708","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5EEEE","y/QQQ","y\u5e74QQQQ","H\u6642","H:mm","H:mm:ss","H\u6642","H:mm","H:mm:ss","H:mm v","H:mm z","H\u6642 z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.WL=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d.M","EEE, d.M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M.y","d.M.y","EEE, d.M.y","MMM. y","d MMM. y","EEE, d MMM. y","MMMM, y","d MMMM, y","EEEE, d MMMM, y","QQQ, y","QQQQ, y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.W7=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","dd.MM","dd.MM, EEE","LLL","d MMM","d MMM, EEE","LLLL","d MMMM","d MMMM, EEEE","QQQ","QQQQ","y","MM.y","dd.MM.y","dd.MM.y, EEE","y '\u0436'. MMM","y '\u0436'. d MMM","y '\u0436'. d MMM, EEE","y '\u0436'. MMMM","y '\u0436'. d MMMM","y '\u0436'. d MMMM, EEEE","y '\u0436'. QQQ","y '\u0436'. QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Vv=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE d/M","LLL","d MMM","EEE d MMM","LLLL","MMMM d","EEEE d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE d/M/y","MMM y","d MMM y","EEE d MMM y","MMMM y","d MMMM y","EEEE d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.We=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","d/M, EEE","LLL","MMM d","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, M/d/y","MMM y","MMM d,y","EEE, MMM d, y","MMMM y","MMMM d, y","EEEE, MMMM d, y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VY=new A.W(B.j,["d\uc77c","ccc","cccc","LLL","LLLL","M\uc6d4","M. d.","M. d. (EEE)","LLL","MMM d\uc77c","MMM d\uc77c (EEE)","LLLL","MMMM d\uc77c","MMMM d\uc77c EEEE","QQQ","QQQQ","y\ub144","y. M.","y. M. d.","y. M. d. (EEE)","y\ub144 MMM","y\ub144 MMM d\uc77c","y\ub144 MMM d\uc77c (EEE)","y\ub144 MMMM","y\ub144 MMMM d\uc77c","y\ub144 MMMM d\uc77c EEEE","y\ub144 QQQ","y\ub144 QQQQ","H\uc2dc","HH:mm","H\uc2dc m\ubd84 s\ucd08","a h\uc2dc","a h:mm","a h:mm:ss","a h:mm v","a h:mm z","a h\uc2dc z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VV=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","dd-MM","dd-MM, EEE","LLL","d-MMM","d-MMM, EEE","LLLL","d-MMMM","d-MMMM, EEEE","QQQ","QQQQ","y","y-MM","y-dd-MM","y-dd-MM, EEE","y-'\u0436'. MMM","y-'\u0436'. d-MMM","y-'\u0436'. d-MMM, EEE","y-'\u0436'., MMMM","y-'\u0436'., d-MMMM","y-'\u0436'., d-MMMM, EEEE","y-'\u0436'., QQQ","y-'\u0436'., QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VP=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE d MMM","LLLL","MMMM d","EEEE d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wc=new A.W(B.j,["dd","ccc","cccc","LLL","LLLL","MM","MM-d","MM-dd, EEE","MM","MM-dd","MM-dd, EEE","LLLL","MMMM d 'd'.","MMMM d 'd'., EEEE","QQQ","QQQQ","y","y-MM","y-MM-dd","y-MM-dd, EEE","y-MM","y-MM-dd","y-MM-dd, EEE","y 'm'. LLLL","y 'm'. MMMM d 'd'.","y 'm'. MMMM d 'd'., EEEE","y QQQ","y QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm; v","HH:mm; z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Vx=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","dd.MM.","EEE, dd.MM.","LLL","d. MMM","EEE, d. MMM","LLLL","d. MMMM","EEEE, d. MMMM","QQQ","QQQQ","y. 'g'.","MM.y.","d.MM.y.","EEE, d.M.y.","y. 'g'. MMM","y. 'g'. d. MMM","EEE, y. 'g'. d. MMM","y. 'g'. MMMM","y. 'gada' d. MMMM","EEEE, y. 'gada' d. MMMM","y. 'g'. QQQ","y. 'g'. QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VL=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d.M","EEE, d.M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M.y","d.M.y","EEE, d.M.y","MMM y '\u0433'.","d MMM y '\u0433'.","EEE, d MMM y '\u0433'.","MMMM y '\u0433'.","d MMMM y","EEEE, d MMMM y","QQQ y '\u0433'.","QQQQ y '\u0433'.","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.W6=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","d/M, EEE","LLL","MMM d","MMM d, EEE","LLLL","MMMM d","MMMM d, EEEE","QQQ","QQQQ","y","y-MM","d/M/y","d-M-y, EEE","y MMM","y MMM d","y MMM d, EEE","y MMMM","y, MMMM d","y, MMMM d, EEEE","y QQQ","y QQQQ","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wa=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","LLLLL","MMMMM/dd","MMMMM/dd. EEE","LLL","MMM'\u044b\u043d' d","MMM'\u044b\u043d' d. EEE","LLLL","MMMM'\u044b\u043d' d","MMMM'\u044b\u043d' d. EEEE","QQQ","QQQQ","y","y MMMMM","y.MM.dd","y.MM.dd. EEE","y '\u043e\u043d\u044b' MMM","y '\u043e\u043d\u044b' MMM'\u044b\u043d' d","y '\u043e\u043d\u044b' MMM'\u044b\u043d' d. EEE","y '\u043e\u043d\u044b' MMMM","y '\u043e\u043d\u044b' MMMM'\u044b\u043d' d","y '\u043e\u043d\u044b' MMMM'\u044b\u043d' d, EEEE '\u0433\u0430\u0440\u0430\u0433'","y '\u043e\u043d\u044b' QQQ","y '\u043e\u043d\u044b' QQQQ","HH '\u0446'","HH:mm","HH:mm:ss","HH '\u0446'","HH:mm","HH:mm:ss","HH:mm (v)","HH:mm (z)","HH '\u0446' (z)","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wz=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM, y","EEE, d, MMM y","MMMM y","d MMMM, y","EEEE, d MMMM, y","QQQ y","QQQQ y","HH","H:mm","H:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.WI=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d-M","EEE, d-M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M-y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.WG=new A.W(B.j,["d","ccc\u1014\u1031\u1037","cccc\u1014\u1031\u1037","LLL","LLLL","L","d/M","d-M- EEE","LLL","d MMM","MMM d- EEE","LLLL","MMMM d","MMMM d \u101b\u1000\u103a EEEE\u1014\u1031\u1037","QQQ","QQQQ","y","M/y","dd-MM-y","d/M/y- EEE","MMM y","y- MMM d","y- MMM d- EEE","y MMMM","y- MMMM d","y- MMMM d- EEEE","y QQQ","y QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","v HH:mm","z HH:mm","z HH","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.z3=new A.W(B.j,["d.","ccc","cccc","LLL","LLLL","L.","d.M.","EEE d.M.","LLL","d. MMM","EEE d. MMM","LLLL","d. MMMM","EEEE d. MMMM","QQQ","QQQQ","y","M.y","d.M.y","EEE d.M.y","MMM y","d. MMM y","EEE d. MMM y","MMMM y","d. MMMM y","EEEE d. MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wd=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","MM-dd","MM-dd, EEE","LLL","MMM d","MMM d, EEE","LLLL","MMMM d","MMMM d, EEEE","QQQ","QQQQ","y","y-MM","y-MM-dd","y-MM-dd, EEE","y MMM","y MMM d","y MMM d, EEE","y MMMM","y MMMM d","y MMMM d, EEEE","y QQQ","y QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.WK=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d-M","EEE d-M","LLL","d MMM","EEE d MMM","LLLL","d MMMM","EEEE d MMMM","QQQ","QQQQ","y","M-y","d-M-y","EEE d-M-y","MMM y","d MMM y","EEE d MMM y","MMMM y","d MMMM y","EEEE d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wr=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, dd-MM.","LLL","d MMM","EEE, d MMM","LLLL","MMMM d","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Vy=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d.MM","EEE, d.MM","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM.y","d.MM.y","EEE, d.MM.y","LLL y","d MMM y","EEE, d MMM y","LLLL y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.WE=new A.W(B.j,["d","EEE","EEEE","LLL","LLLL","L","MM-dd","MM-dd, EEE","LLL","MMM d","EEE, MMM d","LLLL","MMMM d","EEEE, MMMM d","QQQ","QQQQ","y","y-MM","y-MM-dd","y-MM-dd, EEE","y MMM","y MMM d","y MMM d, EEE","y MMMM","\u062f y \u062f MMMM d","EEEE \u062f y \u062f MMMM d","y QQQ","y QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH (z)","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wf=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, dd/MM","LLL","d 'de' MMM","EEE, d 'de' MMM","LLLL","d 'de' MMMM","EEEE, d 'de' MMMM","QQQ","QQQQ","y","MM/y","dd/MM/y","EEE, dd/MM/y","MMM 'de' y","d 'de' MMM 'de' y","EEE, d 'de' MMM 'de' y","MMMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y","QQQ 'de' y","QQQQ 'de' y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VJ=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","dd/MM","EEE, dd/MM","LLL","d/MM","EEE, d/MM","LLLL","d 'de' MMMM","cccc, d 'de' MMMM","QQQ","QQQQ","y","MM/y","dd/MM/y","EEE, dd/MM/y","MM/y","d/MM/y","EEE, d/MM/y","MMMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y","QQQQ 'de' y","QQQQ 'de' y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wl=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","dd.MM","EEE, dd.MM","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM.y","dd.MM.y","EEE, dd.MM.y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VQ=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","dd.MM","EEE, dd.MM","LLL","d MMM","ccc, d MMM","LLLL","d MMMM","cccc, d MMMM","QQQ","QQQQ","y","MM.y","dd.MM.y","ccc, dd.MM.y '\u0433'.","LLL y '\u0433'.","d MMM y '\u0433'.","EEE, d MMM y '\u0433'.","LLLL y '\u0433'.","d MMMM y '\u0433'.","EEEE, d MMMM y '\u0433'.","QQQ y '\u0433'.","QQQQ y '\u0433'.","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.WM=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","M-d","M-d, EEE","LLL","MMM d","MMM d EEE","LLLL","MMMM d","MMMM d EEEE","QQQ","QQQQ","y","y-M","y-M-d","y-M-d, EEE","y MMM","y MMM d","y MMM d, EEE","y MMMM","y MMMM d","y MMMM d, EEEE","y QQQ","y QQQQ","HH","HH.mm","HH.mm.ss","HH","HH.mm","HH.mm.ss","HH.mm v","HH.mm z","HH z","m","mm.ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wg=new A.W(B.j,["d.","ccc","cccc","LLL","LLLL","L.","d. M.","EEE d. M.","LLL","d. M.","EEE d. M.","LLLL","d. MMMM","EEEE d. MMMM","QQQ","QQQQ","y","M/y","d. M. y","EEE d. M. y","M/y","d. M. y","EEE d. M. y","LLLL y","d. MMMM y","EEEE d. MMMM y","QQQ y","QQQQ y","H","H:mm","H:mm:ss","H","H:mm","H:mm:ss","H:mm v","H:mm z","H z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.W1=new A.W(B.j,["d.","ccc","cccc","LLL","LLLL","L","d. M.","EEE, d. M.","LLL","d. MMM","EEE, d. MMM","LLLL","d. MMMM","EEEE, d. MMMM","QQQ","QQQQ","y","M/y","d. M. y","EEE, d. M. y","MMM y","d. MMM y","EEE, d. MMM y","MMMM y","d. MMMM y","EEEE, d. MMMM y","QQQ y","QQQQ y","HH'h'","HH:mm","HH:mm:ss","HH'h'","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH'h' z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.W8=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d.M","EEE, d.M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M.y","d.M.y","EEE, d.M.y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","QQQ, y","QQQQ, y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a, v","h:mm a, z","h a, z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.z5=new A.W(B.j,["d","EEE","EEEE","LLL","LLLL","L","d.M.","EEE, d.M.","LLL","d. MMM","EEE d. MMM","LLLL","d. MMMM","EEEE, d. MMMM","QQQ","QQQQ","y.","M.y.","d.M.y.","EEE, d.M.y.","MMM y.","d. MMM y.","EEE, d. MMM y.","MMMM y.","d. MMMM y.","EEEE, d. MMMM y.","QQQ y.","QQQQ y.","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.WJ=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE d/M","LLL","d MMM","EEE d MMM","LLLL","d MMMM","EEEE d MMMM","QQQ","QQQQ","y","y-MM","y-MM-dd","EEE, y-MM-dd","MMM y","d MMM y","EEE d MMM y","MMMM y","d MMMM y","EEEE d MMMM y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wi=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE, d/M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM y","EEE, d MMM y","MMMM y","d MMMM y","EEEE, d MMMM y","y QQQ","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wn=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","dd-MM, EEE","LLL","MMM d","MMM d, EEE","LLLL","d MMMM","MMMM d, EEEE","QQQ","QQQQ","y","M/y","d/M/y","EEE, d/M/y","MMM y","d MMM, y","EEE, d MMM, y","MMMM y","d MMMM, y","EEEE, d MMMM, y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","a h","a h:mm","a h:mm:ss","a h:mm v","a h:mm z","a h z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Vw=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","d/M, EEE","LLL","d MMM","d MMM, EEE","LLLL","d MMMM","d MMMM, EEEE","QQQ","QQQQ","y","M/y","d/M/y","d/M/y, EEE","MMM y","d, MMM y","d MMM, y, EEE","MMMM y","d MMMM, y","d, MMMM y, EEEE","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.W0=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE d/M","LLL","d MMM","EEE d MMM","LLLL","d MMMM","EEEE\u0e17\u0e35\u0e48 d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE d/M/y","MMM y","d MMM y","EEE d MMM y","MMMM G y","d MMMM G y","EEEE\u0e17\u0e35\u0e48 d MMMM G y","QQQ y","QQQQ G y","HH","HH:mm \u0e19.","HH:mm:ss","HH","HH:mm \u0e19.","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Ww=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","d/MM EEE","LLL","d MMM","d MMMM EEE","LLLL","d MMMM","d MMMM EEEE","QQQ","QQQQ","y","MM/y","dd.MM.y","d.M.y EEE","MMM y","d MMM y","d MMM y EEE","MMMM y","d MMMM y","d MMMM y EEEE","y QQQ","y QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Ws=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","LL","dd.MM","EEE, dd.MM","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","MM.y","dd.MM.y","EEE, dd.MM.y","LLL y '\u0440'.","d MMM y '\u0440'.","EEE, d MMM y '\u0440'.","LLLL y '\u0440'.","d MMMM y '\u0440'.","EEEE, d MMMM y '\u0440'.","QQQ y","QQQQ y '\u0440'.","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wo=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","d/M","EEE\u060c d/M","LLL","d MMM","EEE\u060c d MMM","LLLL","d MMMM","EEEE\u060c d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE\u060c d/M/y","MMM y","d MMM\u060c y","EEE\u060c d MMM\u060c y","MMMM y","d MMMM\u060c y","EEEE\u060c d MMMM\u060c y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","h a","h:mm a","h:mm:ss a","h:mm a v","h:mm a z","h a z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.W_=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","LL","dd/MM","EEE, dd/MM","LLL","d-MMM","EEE, d-MMM","LLLL","d-MMMM","EEEE, d-MMMM","QQQ","QQQQ","y","MM.y","dd/MM/y","EEE, dd/MM/y","MMM, y","d-MMM, y","EEE, d-MMM, y","MMMM, y","d-MMMM, y","EEEE, d-MMMM, y","y, QQQ","y, QQQQ","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm (v)","HH:mm (z)","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VU=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","dd/M","EEE, dd/M","LLL","d MMM","EEE, d MMM","LLLL","d MMMM","EEEE, d MMMM","QQQ","QQQQ","y","M/y","d/M/y","EEE, dd/M/y","MMM y","d MMM, y","EEE, d MMM, y","MMMM 'n\u0103m' y","d MMMM, y","EEEE, d MMMM, y","QQQ y","QQQQ 'n\u0103m' y","HH","H:mm","HH:mm:ss","HH","H:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wy=new A.W(B.j,["d\u65e5","ccc","cccc","LLL","LLLL","M\u6708","M/d","M/dEEE","LLL","M\u6708d\u65e5","M\u6708d\u65e5EEE","LLLL","M\u6708d\u65e5","M\u6708d\u65e5EEEE","QQQ","QQQQ","y\u5e74","y\u5e74M\u6708","y/M/d","y/M/dEEE","y\u5e74M\u6708","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5EEE","y\u5e74M\u6708","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5EEEE","y\u5e74\u7b2cQ\u5b63\u5ea6","y\u5e74\u7b2cQ\u5b63\u5ea6","H\u65f6","HH:mm","HH:mm:ss","H\u65f6","HH:mm","HH:mm:ss","v HH:mm","z HH:mm","zH\u65f6","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.Wt=new A.W(B.j,["d\u65e5","ccc","cccc","LLL","LLLL","M\u6708","d/M","d/M\uff08EEE\uff09","LLL","M\u6708d\u65e5","M\u6708d\u65e5EEE","LLLL","M\u6708d\u65e5","M\u6708d\u65e5EEEE","QQQ","QQQQ","y\u5e74","M/y","d/M/y","d/M/y\uff08EEE\uff09","y\u5e74M\u6708","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5EEE","y\u5e74M\u6708","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5EEEE","y\u5e74QQQ","y\u5e74QQQQ","H\u6642","HH:mm","HH:mm:ss","ah\u6642","ah:mm","ah:mm:ss","ah:mm [v]","ah:mm [z]","ah\u6642 z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VO=new A.W(B.j,["d\u65e5","ccc","cccc","LLL","LLLL","M\u6708","M/d","M/d\uff08EEE\uff09","LLL","M\u6708d\u65e5","M\u6708d\u65e5 EEE","LLLL","M\u6708d\u65e5","M\u6708d\u65e5 EEEE","QQQ","QQQQ","y\u5e74","y/M","y/M/d","y/M/d\uff08EEE\uff09","y\u5e74M\u6708","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5 EEE","y\u5e74M\u6708","y\u5e74M\u6708d\u65e5","y\u5e74M\u6708d\u65e5 EEEE","y\u5e74QQQ","y\u5e74QQQQ","H\u6642","HH:mm","HH:mm:ss","ah\u6642","ah:mm","ah:mm:ss","ah:mm [v]","ah:mm [z]","ah\u6642 z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.VS=new A.W(B.j,["d","ccc","cccc","LLL","LLLL","L","MM-dd","MM-dd, EEE","LLL","MMM d","EEE, MMM d","LLLL","MMMM d","EEEE, MMMM d","QQQ","QQQQ","y","y-MM","y-MM-dd","y-MM-dd, EEE","MMM y","MMM d, y","EEE, MMM d, y","MMMM y","MMMM d, y","EEEE, MMMM d, y","QQQ y","QQQQ y","HH","HH:mm","HH:mm:ss","HH","HH:mm","HH:mm:ss","HH:mm v","HH:mm z","HH z","m","mm:ss","s","v","z","zzzz","ZZZZ"],t.w) +B.WT=new A.W(B.Xv,[B.Vz,B.Wx,B.W3,B.WP,B.WQ,B.WH,B.Wv,B.VW,B.VE,B.VM,B.Wb,B.VT,B.Wp,B.z4,B.z4,B.WA,B.e8,B.W2,B.WN,B.W9,B.VN,B.WF,B.VI,B.VF,B.e8,B.Wu,B.W5,B.VA,B.Wj,B.Wm,B.WO,B.Wh,B.WC,B.Vu,B.e8,B.VD,B.VR,B.WR,B.VC,B.VH,B.WB,B.VB,B.VK,B.VX,B.WD,B.VG,B.W4,B.VZ,B.Wk,B.WL,B.W7,B.Vv,B.We,B.VY,B.VV,B.VP,B.Wc,B.Vx,B.VL,B.W6,B.Wa,B.Wz,B.WI,B.WG,B.z3,B.Wd,B.WK,B.z3,B.e8,B.Wr,B.Vy,B.WE,B.Wf,B.VJ,B.Wl,B.VQ,B.WM,B.Wg,B.W1,B.W8,B.z5,B.z5,B.WJ,B.Wi,B.Wn,B.Vw,B.W0,B.e8,B.Ww,B.Ws,B.Wo,B.W_,B.VU,B.Wy,B.Wt,B.VO,B.VS],A.am("W>")) +B.z8=new A.u1(0,"maskModeAdd") +B.WU=new A.u1(1,"maskModeSubstract") +B.WV=new A.u1(2,"maskModeIntersect") +B.z9=new A.u1(3,"maskModeNone") +B.WW=new A.zN(null,null,null,null,null,null,null,null) +B.Hz=new A.F(4284790262) +B.Hr=new A.F(4282557941) +B.Hh=new A.F(4279592384) +B.Hg=new A.F(4279060385) +B.Vg=new A.da([50,B.mc,100,B.m9,200,B.iO,300,B.Hz,400,B.Hr,500,B.iK,600,B.iJ,700,B.m4,800,B.Hh,900,B.Hg],A.am("da")) +B.hf=new A.Np(B.Vg,4280391411) +B.e9=new A.cb(0,t.QL) +B.hg=new A.cb(24,t.QL) +B.bm=new A.cb(B.D,t.h9) +B.WX=new A.cb(B.D,t.Il) +B.a_S=new A.I(40,40) +B.hh=new A.cb(B.a_S,t.iL) +B.a_V=new A.I(64,40) +B.WY=new A.cb(B.a_V,t.iL) +B.a0f=new A.fC(B.v) +B.ea=new A.cb(B.a0f,t.kU) +B.hi=new A.cb(B.j6,t.Ak) +B.a_Y=new A.I(1/0,1/0) +B.eb=new A.cb(B.a_Y,t.iL) +B.aj=new A.di(0,"hovered") +B.ak=new A.di(1,"focused") +B.ac=new A.di(2,"pressed") +B.za=new A.di(3,"dragged") +B.aA=new A.di(4,"selected") +B.zb=new A.di(5,"scrolledUnder") +B.U=new A.di(6,"disabled") +B.WZ=new A.pO(0,"padded") +B.X_=new A.pO(1,"shrinkWrap") +B.X3=new A.Pg(null) +B.X4=new A.A_(null) +B.X5=new A.u7(null) +B.ze=new A.pR(0,"merge") +B.X6=new A.pR(1,"add") +B.X7=new A.pR(2,"substract") +B.X8=new A.pR(3,"intersect") +B.X9=new A.pR(4,"excludeIntersections") +B.Xa=new A.i7("popRoute",null) +B.zf=new A.nr("posthogflutter",B.bG,null) +B.Xb=new A.nr("plugins.flutter.io/url_launcher",B.bG,null) +B.Xc=new A.nr("flutter/service_worker",B.bG,null) +B.Xe=new A.pT(0,"clipRect") +B.Xf=new A.pT(1,"clipRRect") +B.Xg=new A.pT(2,"clipPath") +B.Xh=new A.pT(3,"transform") +B.Xi=new A.pT(4,"opacity") +B.k3=new A.ael(3,"go") +B.Xj=new A.Aa(null,null,null,null,null,null,null,null,null,null) +B.Xk=new A.Ab(null,null,null,null,null,null,null,null,null,null) +B.ei=new A.aem(0,"traditional") +B.Xl=new A.pW(!0) +B.Xm=new A.Ac(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.zk=new A.ub(null,null,null,null) +B.zm=new A.f5(B.f,B.f) +B.hm=new A.i(0,1) +B.zn=new A.i(0,20) +B.XD=new A.i(0,26) +B.XF=new A.i(0,8) +B.XG=new A.i(0,-1) +B.XH=new A.i(11,-4) +B.ej=new A.i(1,0) +B.XI=new A.i(1,1) +B.XJ=new A.i(1,3) +B.XK=new A.i(22,0) +B.XL=new A.i(3,0) +B.XM=new A.i(3,-3) +B.XN=new A.i(6,6) +B.XO=new A.i(5,10.5) +B.a9N=new A.i(0,-0.005) +B.XT=new A.i(-0.3333333333333333,0) +B.XV=new A.i(1/0,1/0) +B.XZ=new A.i(1/0,0) +B.Y0=new A.i(-1,0) +B.Y1=new A.i(-3,0) +B.Y2=new A.i(-3,3) +B.Y3=new A.i(-3,-3) +B.aB=new A.lw(0,"iOs") +B.hn=new A.lw(1,"android") +B.k4=new A.lw(2,"linux") +B.zo=new A.lw(3,"windows") +B.bx=new A.lw(4,"macOs") +B.Y5=new A.lw(5,"unknown") +B.eR=new A.ack() +B.b8=new A.ja("flutter/platform",B.eR,null) +B.Y6=new A.ja("flutter/keyboard",B.bG,null) +B.Y7=new A.ja("flutter/mousecursor",B.bG,null) +B.zp=new A.ja("flutter/menu",B.bG,null) +B.zq=new A.ja("flutter/textinput",B.eR,null) +B.Y8=new A.ja("flutter/undomanager",B.eR,null) +B.ho=new A.ja("flutter/navigation",B.eR,null) +B.Y9=new A.ja("flutter/spellcheck",B.bG,null) +B.k5=new A.ja("flutter/restoration",B.bG,null) +B.Ya=new A.uf(0,null) +B.k6=new A.PO(0,"portrait") +B.k7=new A.PO(1,"landscape") +B.Yb=new A.Am(null) +B.Jk=new A.tg(B.jn,12,null,null) +B.Yd=new A.bI(B.j6,B.Jk,null) +B.IR=new A.b2(0,0,16,32) +B.Z7=new A.Qj(null) +B.Ye=new A.bI(B.IR,B.Z7,null) +B.bO=new A.Sg(0,"loose") +B.F_=new A.e1(B.Z,null,null,B.mU,null) +B.EW=new A.e1(B.lq,null,null,B.D7,null) +B.EY=new A.e1(B.lp,null,null,B.u5,null) +B.SY=A.a(s([B.F_,B.EW,B.EY]),t.p) +B.a0e=new A.qB(B.bS,B.bO,B.a7,B.SY,null) +B.Yf=new A.bI(B.f7,B.a0e,null) +B.IO=new A.eN(6,0,0,0) +B.Yh=new A.bI(B.IO,null,null) +B.IQ=new A.eN(8,0,0,0) +B.Yg=new A.bI(B.IQ,null,null) +B.J0=new A.b2(28,0,0,0) +B.a87=new A.V0(null) +B.Yi=new A.bI(B.J0,B.a87,null) +B.lD=new A.KO() +B.Vd=new A.da([B.aS,B.lS,B.ao,B.lD,B.bA,B.lD],A.am("da")) +B.Yj=new A.uk(B.Vd) +B.bM=new A.PT(0,"fill") +B.aI=new A.PT(1,"stroke") +B.Yk=new A.nz(1/0) +B.ek=new A.PV(0,"nonZero") +B.hp=new A.PV(1,"evenOdd") +B.Yl=new A.As(null) +B.hs=new A.nC(0,"baseline") +B.ht=new A.nC(1,"aboveBaseline") +B.hu=new A.nC(2,"belowBaseline") +B.hv=new A.nC(3,"top") +B.cf=new A.nC(4,"bottom") +B.hw=new A.nC(5,"middle") +B.YZ=new A.up(B.F,B.cf,null,null) +B.k9=new A.lC(0,"cancel") +B.ka=new A.lC(1,"add") +B.Z_=new A.lC(2,"remove") +B.cF=new A.lC(3,"hover") +B.CU=new A.lC(4,"down") +B.ep=new A.lC(5,"move") +B.kb=new A.lC(6,"up") +B.an=new A.kc(0,"touch") +B.aP=new A.kc(1,"mouse") +B.b_=new A.kc(2,"stylus") +B.cg=new A.kc(3,"invertedStylus") +B.aJ=new A.kc(4,"trackpad") +B.by=new A.kc(5,"unknown") +B.dj=new A.ur(0,"none") +B.Z0=new A.ur(1,"scroll") +B.Z1=new A.ur(3,"scale") +B.Z2=new A.ur(4,"unknown") +B.Z3=new A.Aw(null,null,null,null,null,null,null,null,null,null,null,null) +B.Zs=new A.Rp(null) +B.Z4=new A.kd(0,0,0,0,null,null,B.Zs,null) +B.kd=new A.q8(0,"platformDefault") +B.CW=new A.q8(1,"inAppWebView") +B.CX=new A.q8(2,"inAppBrowserView") +B.Z5=new A.q8(3,"externalApplication") +B.CY=new A.q8(4,"externalNonBrowserApplication") +B.CZ=new A.jd(0,"incrementable") +B.ke=new A.jd(1,"scrollable") +B.kf=new A.jd(2,"button") +B.D_=new A.jd(3,"textField") +B.kg=new A.jd(4,"checkable") +B.D0=new A.jd(5,"image") +B.hx=new A.jd(6,"dialog") +B.kh=new A.jd(7,"platformView") +B.ki=new A.jd(8,"generic") +B.Z6=new A.uw(null,null,null,null,null) +B.Z8=new A.Qp(null) +B.Z9=new A.qc(null) +B.Za=new A.AE(null,null,null,null,null,null) +B.D1=new A.aU(1,1) +B.Zb=new A.cs(0,0) +B.D2=new A.wp(1e5,10) +B.D3=new A.wp(1e4,100) +B.D4=new A.wp(20,5e4) +B.Zc=new A.cs(!1,null) +B.Zd=new A.A(-1/0,-1/0,1/0,1/0) +B.D5=new A.A(-1e9,-1e9,1e9,1e9) +B.D6=new A.uH(0,"start") +B.kk=new A.uH(1,"stable") +B.Ze=new A.uH(2,"changed") +B.Zf=new A.uH(3,"unstable") +B.bN=new A.AQ(0,"identical") +B.Zg=new A.AQ(2,"paint") +B.aQ=new A.AQ(3,"layout") +B.ko=new A.qk(0,"focusable") +B.D8=new A.qk(1,"tappable") +B.D9=new A.qk(2,"labelAndValue") +B.hG=new A.qk(3,"liveRegion") +B.kp=new A.qk(4,"routeName") +B.kq=new A.cN(B.a_,B.v) +B.Zn=new A.cN(B.iu,B.v) +B.hy=new A.aU(12,12) +B.Fl=new A.cu(B.hy,B.hy,B.hy,B.hy) +B.Zl=new A.cN(B.Fl,B.v) +B.hz=new A.aU(16,16) +B.Fm=new A.cu(B.hz,B.hz,B.hz,B.hz) +B.Da=new A.cN(B.Fm,B.v) +B.hB=new A.aU(28,28) +B.Fn=new A.cu(B.hB,B.hB,B.hB,B.hB) +B.Zm=new A.cN(B.Fn,B.v) +B.Zo=new A.Rc(null) +B.Db=new A.aie(0,"none") +B.kr=new A.hJ("",null,null) +B.hH=new A.uO(0,"pop") +B.er=new A.uO(1,"doNotPop") +B.Dc=new A.uO(2,"bubble") +B.Zp=new A.fA(null,null) +B.Zq=new A.Rk(null,null) +B.dl=new A.qn(0,"idle") +B.Dd=new A.qn(1,"transientCallbacks") +B.Zr=new A.qn(2,"midFrameMicrotasks") +B.ks=new A.qn(3,"persistentCallbacks") +B.De=new A.qn(4,"postFrameCallbacks") +B.Zt=new A.Rq(null) +B.r=new A.Bo(0,"englishLike") +B.cG=new A.Bo(1,"dense") +B.aK=new A.Bo(2,"tall") +B.hI=new A.Br(0,"idle") +B.kt=new A.Br(1,"forward") +B.ku=new A.Br(2,"reverse") +B.a9O=new A.qr(0,"explicit") +B.cH=new A.qr(1,"keepVisibleAtEnd") +B.cI=new A.qr(2,"keepVisibleAtStart") +B.Zz=new A.Ry(0,"manual") +B.ZA=new A.Ry(1,"onDrag") +B.ZB=new A.Bx(0,"left") +B.ZC=new A.Bx(1,"right") +B.ZD=new A.Bx(3,"bottom") +B.ZE=new A.Bz(null,null,null,null,null,null,null,null,null,null,null,null) +B.ZF=new A.BA(null,null,null,null,null,null,null,null,null,null,null,null) +B.ZG=new A.BB(null,null,null,null,null,null,null,null,null) +B.ZH=new A.BC(null,null) +B.b0=new A.im(0,"tap") +B.Di=new A.im(1,"doubleTap") +B.ch=new A.im(2,"longPress") +B.hL=new A.im(3,"forcePress") +B.al=new A.im(5,"toolbar") +B.a1=new A.im(6,"drag") +B.kw=new A.im(7,"scribble") +B.ZI=new A.BF(0,"startEdgeUpdate") +B.et=new A.BF(1,"endEdgeUpdate") +B.hM=new A.uX(0,"previousLine") +B.hN=new A.uX(1,"nextLine") +B.eu=new A.uX(2,"forward") +B.ev=new A.uX(3,"backward") +B.dm=new A.BG(2,"none") +B.ZK=new A.nP(null,null,B.dm,B.jA,!1) +B.Dj=new A.nP(null,null,B.dm,B.jA,!0) +B.aC=new A.nQ(0,"next") +B.aR=new A.nQ(1,"previous") +B.aD=new A.nQ(2,"end") +B.kx=new A.nQ(3,"pending") +B.ew=new A.nQ(4,"none") +B.ky=new A.BG(0,"uncollapsed") +B.ZL=new A.BG(1,"collapsed") +B.ZM=new A.cX(1048576,"moveCursorBackwardByWord") +B.Dk=new A.cX(128,"decrease") +B.ZN=new A.cX(16384,"paste") +B.ex=new A.cX(16,"scrollUp") +B.hO=new A.cX(1,"tap") +B.ZO=new A.cX(2048,"setSelection") +B.ZP=new A.cX(2097152,"setText") +B.ZQ=new A.cX(256,"showOnScreen") +B.ZR=new A.cX(262144,"dismiss") +B.Dl=new A.cX(2,"longPress") +B.kz=new A.cX(32768,"didGainAccessibilityFocus") +B.ey=new A.cX(32,"scrollDown") +B.ZS=new A.cX(4096,"copy") +B.ez=new A.cX(4,"scrollLeft") +B.ZT=new A.cX(512,"moveCursorForwardByCharacter") +B.ZU=new A.cX(524288,"moveCursorForwardByWord") +B.Dm=new A.cX(64,"increase") +B.kA=new A.cX(65536,"didLoseAccessibilityFocus") +B.ZV=new A.cX(8192,"cut") +B.eA=new A.cX(8,"scrollRight") +B.ZW=new A.cX(1024,"moveCursorBackwardByCharacter") +B.Dn=new A.cq(1024,"isObscured") +B.Do=new A.cq(1048576,"isReadOnly") +B.kB=new A.cq(128,"isEnabled") +B.ZX=new A.cq(131072,"isToggled") +B.ZY=new A.cq(134217728,"isExpanded") +B.ZZ=new A.cq(16384,"isImage") +B.a__=new A.cq(16777216,"isKeyboardKey") +B.Dp=new A.cq(16,"isTextField") +B.Dq=new A.cq(1,"hasCheckedState") +B.Dr=new A.cq(2048,"scopesRoute") +B.Ds=new A.cq(2097152,"isFocusable") +B.a_0=new A.cq(256,"isInMutuallyExclusiveGroup") +B.a_1=new A.cq(262144,"hasImplicitScrolling") +B.a_2=new A.cq(2,"isChecked") +B.a_3=new A.cq(32768,"isLiveRegion") +B.kC=new A.cq(32,"isFocused") +B.a_4=new A.cq(33554432,"isCheckStateMixed") +B.Dt=new A.cq(4096,"namesRoute") +B.a_5=new A.cq(4194304,"isLink") +B.a_6=new A.cq(4,"isSelected") +B.Du=new A.cq(512,"isHeader") +B.Dv=new A.cq(524288,"isMultiline") +B.kD=new A.cq(64,"hasEnabledState") +B.a_7=new A.cq(65536,"hasToggledState") +B.a_8=new A.cq(67108864,"hasExpandedState") +B.hP=new A.cq(8192,"isHidden") +B.Dw=new A.cq(8388608,"isSlider") +B.Dx=new A.cq(8,"isButton") +B.Dy=new A.lP("RenderViewport.twoPane") +B.a_9=new A.lP("RenderViewport.excludeFromScrolling") +B.Dz=new A.BJ(0,"idle") +B.a_a=new A.BJ(1,"updating") +B.a_b=new A.BJ(2,"postUpdate") +B.a_c=new A.et([B.aS,B.ao,B.cJ],A.am("et")) +B.a_d=new A.et([B.an,B.b_,B.cg,B.aJ,B.by],t.Lu) +B.a_e=new A.et([B.aj],t.b4) +B.Xt={click:0,keyup:1,keydown:2,mouseup:3,mousedown:4,pointerdown:5,pointerup:6} +B.a_f=new A.fk(B.Xt,7,t.fF) +B.a_g=new A.et([32,8203],t.Ih) +B.Xo={click:0,touchstart:1,touchend:2,pointerdown:3,pointermove:4,pointerup:5} +B.a_h=new A.fk(B.Xo,6,t.fF) +B.Xx={javascript:0} +B.a_i=new A.fk(B.Xx,1,t.fF) +B.a_j=new A.et([B.cg,B.b_,B.an,B.by,B.aJ],t.Lu) +B.a_k=new A.et([B.ak],t.b4) +B.Xq={"canvaskit.js":0} +B.a_l=new A.fk(B.Xq,1,t.fF) +B.a_m=new A.et([10,11,12,13,133,8232,8233],t.Ih) +B.a_n=new A.fk(B.bw,0,A.am("fk")) +B.a_o=new A.fk(B.bw,0,A.am("fk")) +B.Xp={mailto:0,tel:1,sms:2} +B.a_p=new A.fk(B.Xp,3,t.fF) +B.a_q=new A.et([B.ac],t.b4) +B.XB={serif:0,"sans-serif":1,monospace:2,cursive:3,fantasy:4,"system-ui":5,math:6,emoji:7,fangsong:8} +B.a_r=new A.fk(B.XB,9,t.fF) +B.DA=new A.et([B.bx,B.k4,B.zo],A.am("et")) +B.dn=new A.RQ(0,"simultaneously") +B.kE=new A.RQ(1,"individually") +B.a_s=new A.ajZ(0,"onlyForDiscrete") +B.DE=new A.aL(B.bt,!1,!0,!1,!1) +B.DB=new A.aL(B.bk,!1,!0,!1,!1) +B.DC=new A.aL(B.bl,!1,!0,!1,!1) +B.DD=new A.aL(B.bu,!1,!0,!1,!1) +B.a_B=new A.aL(B.bt,!1,!0,!1,!0) +B.a_y=new A.aL(B.bk,!1,!0,!1,!0) +B.a_z=new A.aL(B.bl,!1,!0,!1,!0) +B.a_A=new A.aL(B.bu,!1,!0,!1,!0) +B.a_x=new A.aL(B.bt,!0,!0,!1,!1) +B.a_w=new A.aL(B.bu,!0,!0,!1,!1) +B.a_D=new A.aL(B.cB,!0,!0,!1,!1) +B.a_C=new A.aL(B.cC,!0,!0,!1,!1) +B.DI=new A.aL(B.bt,!1,!0,!0,!1) +B.DF=new A.aL(B.bk,!1,!0,!0,!1) +B.DG=new A.aL(B.bl,!1,!0,!0,!1) +B.DH=new A.aL(B.bu,!1,!0,!0,!1) +B.DW=new A.aL(B.jY,!1,!1,!1,!0) +B.DY=new A.aL(B.jZ,!1,!1,!1,!0) +B.DZ=new A.aL(B.jH,!1,!1,!1,!0) +B.DX=new A.aL(B.jI,!1,!1,!1,!0) +B.a_E=new A.aL(B.e0,!1,!1,!1,!0) +B.a_F=new A.aL(B.e0,!1,!0,!1,!0) +B.kL=new A.aL(B.jY,!0,!1,!1,!1) +B.a_I=new A.aL(B.yX,!0,!1,!1,!1) +B.DU=new A.aL(B.jZ,!0,!1,!1,!1) +B.a_G=new A.aL(B.u6,!0,!1,!1,!1) +B.a_H=new A.aL(B.u7,!0,!1,!1,!1) +B.a_J=new A.aL(B.u8,!0,!1,!1,!1) +B.a_K=new A.aL(B.u9,!0,!1,!1,!1) +B.a_N=new A.aL(B.ua,!0,!1,!1,!1) +B.DV=new A.aL(B.jH,!0,!1,!1,!1) +B.DT=new A.aL(B.jI,!0,!1,!1,!1) +B.a_L=new A.aL(B.e0,!0,!1,!1,!1) +B.a_M=new A.aL(B.e0,!0,!0,!1,!1) +B.a_P=new A.I(1e5,1e5) +B.E_=new A.I(10,10) +B.a_R=new A.I(22,22) +B.a_T=new A.I(48,36) +B.a_U=new A.I(48,48) +B.a_W=new A.I(80,47.5) +B.a_X=new A.I(77.37,37.9) +B.av=new A.h3(0,0,null,null) +B.kM=new A.h3(24,24,null,null) +B.E2=new A.h3(4,4,null,null) +B.E3=new A.h3(8,8,null,null) +B.E4=new A.h3(null,16,null,null) +B.a0_=new A.S_(0,"tapAndSlide") +B.a00=new A.S_(2,"slideOnly") +B.a01=new A.v6(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.E5=new A.S0(0,0,0,0,0,0,!1,!1,null,0) +B.a02=new A.akl(1,"enabled") +B.a03=new A.akm(1,"enabled") +B.a9P=new A.BR(3,"hide") +B.a04=new A.BR(5,"timeout") +B.a05=new A.BS(null,null,null,null,null,null,null,null,null,null,null,null,null) +B.E6=new A.S5(0,"permissive") +B.a9Q=new A.S5(1,"normal") +B.a06=new A.Sa(null) +B.a07=new A.Sc(null,null,null,null,!1) +B.a08=new A.BV(0,"criticallyDamped") +B.a09=new A.BV(1,"underDamped") +B.a0a=new A.BV(2,"overDamped") +B.a0b=new A.Sg(2,"passthrough") +B.a0c=new A.jj("...",-1,"","","",-1,-1,"","...") +B.a0d=new A.jj("",-1,"","","",-1,-1,"","asynchronous suspension") +B.bn=new A.dX("") +B.kN=new A.Sl(0,"butt") +B.kO=new A.Sl(1,"round") +B.E7=new A.BX(0,"miter") +B.kP=new A.BX(1,"round") +B.a0g=new A.BX(2,"bevel") +B.a0h=new A.BY(null,null,null,null,null,null,null,null,null) +B.a0i=new A.C_(null,null,null,null,null,null,null,null,null) +B.a0j=new A.lV("call") +B.E8=new A.kn("text") +B.a0k=new A.So(0,"click") +B.a0l=new A.So(1,"alert") +B.E9=new A.ko(B.o,null,B.W,null,null,B.a4,B.W,null) +B.Ea=new A.ko(B.o,null,B.W,null,null,B.W,B.a4,null) +B.a0m=new A.C1(null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.a0n=new A.akY("tap") +B.q=new A.C9(0,"alphabetic") +B.a0o=new A.Ca(null) +B.kS=new A.vh(3,"none") +B.Eb=new A.Cb(B.kS) +B.Ec=new A.vh(0,"words") +B.Ed=new A.vh(1,"sentences") +B.Ee=new A.vh(2,"characters") +B.a0p=new A.al_(3,"none") +B.kT=new A.vk(0,"character") +B.a0s=new A.vk(1,"word") +B.a0t=new A.vk(2,"line") +B.a0u=new A.vk(3,"document") +B.kU=new A.SC(0,"proportional") +B.Eg=new A.Cd(B.kU) +B.a0v=new A.fE(0,"none") +B.a0w=new A.fE(1,"unspecified") +B.a0x=new A.fE(10,"route") +B.a0y=new A.fE(11,"emergencyCall") +B.Eh=new A.fE(12,"newline") +B.Ei=new A.fE(2,"done") +B.a0z=new A.fE(3,"go") +B.a0A=new A.fE(4,"search") +B.a0B=new A.fE(5,"send") +B.a0C=new A.fE(6,"next") +B.a0D=new A.fE(7,"previous") +B.a0E=new A.fE(8,"continueAction") +B.a0F=new A.fE(9,"join") +B.a0G=new A.Cf(0,null,null) +B.Ej=new A.Cf(1,null,null) +B.y=new A.SC(1,"even") +B.bP=new A.Ci(2,"ellipsis") +B.Ek=new A.Ci(3,"visible") +B.eG=new A.bg(0,B.m) +B.hY=new A.Cn(0,"left") +B.hZ=new A.Cn(1,"right") +B.eH=new A.Cn(2,"collapsed") +B.a0H=new A.Co(null,null,null) +B.a0I=new A.Cp(B.f,null) +B.a0J=new A.fF(0,0,B.m,!1,0,0) +B.El=new A.q(!1,B.cZ,null,".SF Pro Text",null,null,17,B.jm,null,-0.41,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.Hd=new A.F(3506372608) +B.Ef=new A.Cc(1) +B.HS=new A.F(4294967040) +B.a0q=new A.al0(1,"double") +B.a1i=new A.q(!0,B.Hd,null,"monospace",null,null,48,B.mZ,null,null,null,null,null,null,null,null,null,B.Ef,B.HS,B.a0q,null,"fallback style; consider putting your text in a Material",null,null,null,null) +B.a1s=new A.q(!0,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,B.Ef,null,null,null,null,null,null,null,null) +B.h=new A.Cc(0) +B.a1x=new A.q(!1,B.mu,null,".SF Pro Text",null,null,17,null,null,-0.41,null,null,null,null,null,null,null,B.h,null,null,null,null,null,null,null,null) +B.Em=new A.q(!1,null,null,null,null,null,14,B.p,null,-0.15,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.a2V=new A.q(!1,null,null,null,null,null,15,B.p,null,-0.15,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.En=new A.q(!1,B.cZ,null,".SF Pro Text",null,null,17,null,null,-0.41,null,null,null,null,null,null,null,B.h,null,null,null,null,null,null,null,null) +B.a3C=new A.q(!0,null,null,null,null,null,null,B.p,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.i_=new A.q(!0,null,null,null,null,null,null,B.c2,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.a19=new A.q(!0,B.J,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity displayLarge",null,null,null,null) +B.a1J=new A.q(!0,B.J,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity displayMedium",null,null,null,null) +B.a1a=new A.q(!0,B.J,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity displaySmall",null,null,null,null) +B.a16=new A.q(!0,B.J,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity headlineLarge",null,null,null,null) +B.a2v=new A.q(!0,B.J,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity headlineMedium",null,null,null,null) +B.a2S=new A.q(!0,B.H,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity headlineSmall",null,null,null,null) +B.a3Y=new A.q(!0,B.H,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity titleLarge",null,null,null,null) +B.a3T=new A.q(!0,B.H,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity titleMedium",null,null,null,null) +B.a4p=new A.q(!0,B.o,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity titleSmall",null,null,null,null) +B.a4i=new A.q(!0,B.H,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity bodyLarge",null,null,null,null) +B.a2R=new A.q(!0,B.H,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity bodyMedium",null,null,null,null) +B.a3S=new A.q(!0,B.J,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity bodySmall",null,null,null,null) +B.a2Y=new A.q(!0,B.H,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity labelLarge",null,null,null,null) +B.a2y=new A.q(!0,B.o,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity labelMedium",null,null,null,null) +B.a49=new A.q(!0,B.o,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedwoodCity labelSmall",null,null,null,null) +B.a4F=new A.df(B.a19,B.a1J,B.a1a,B.a16,B.a2v,B.a2S,B.a3Y,B.a3T,B.a4p,B.a4i,B.a2R,B.a3S,B.a2Y,B.a2y,B.a49) +B.O=new A.C9(1,"ideographic") +B.a2W=new A.q(!1,null,null,null,null,null,112,B.jl,null,null,null,B.O,null,null,null,null,null,null,null,null,null,"dense displayLarge 2014",null,null,null,null) +B.a1q=new A.q(!1,null,null,null,null,null,56,B.p,null,null,null,B.O,null,null,null,null,null,null,null,null,null,"dense displayMedium 2014",null,null,null,null) +B.a3s=new A.q(!1,null,null,null,null,null,45,B.p,null,null,null,B.O,null,null,null,null,null,null,null,null,null,"dense displaySmall 2014",null,null,null,null) +B.a1m=new A.q(!1,null,null,null,null,null,40,B.p,null,null,null,B.O,null,null,null,null,null,null,null,null,null,"dense headlineLarge 2014",null,null,null,null) +B.a3N=new A.q(!1,null,null,null,null,null,34,B.p,null,null,null,B.O,null,null,null,null,null,null,null,null,null,"dense headlineMedium 2014",null,null,null,null) +B.a1A=new A.q(!1,null,null,null,null,null,24,B.p,null,null,null,B.O,null,null,null,null,null,null,null,null,null,"dense headlineSmall 2014",null,null,null,null) +B.a4h=new A.q(!1,null,null,null,null,null,21,B.Y,null,null,null,B.O,null,null,null,null,null,null,null,null,null,"dense titleLarge 2014",null,null,null,null) +B.a11=new A.q(!1,null,null,null,null,null,17,B.p,null,null,null,B.O,null,null,null,null,null,null,null,null,null,"dense titleMedium 2014",null,null,null,null) +B.a13=new A.q(!1,null,null,null,null,null,15,B.Y,null,null,null,B.O,null,null,null,null,null,null,null,null,null,"dense titleSmall 2014",null,null,null,null) +B.a2s=new A.q(!1,null,null,null,null,null,15,B.Y,null,null,null,B.O,null,null,null,null,null,null,null,null,null,"dense bodyLarge 2014",null,null,null,null) +B.a2a=new A.q(!1,null,null,null,null,null,15,B.p,null,null,null,B.O,null,null,null,null,null,null,null,null,null,"dense bodyMedium 2014",null,null,null,null) +B.a1P=new A.q(!1,null,null,null,null,null,13,B.p,null,null,null,B.O,null,null,null,null,null,null,null,null,null,"dense bodySmall 2014",null,null,null,null) +B.a1W=new A.q(!1,null,null,null,null,null,15,B.Y,null,null,null,B.O,null,null,null,null,null,null,null,null,null,"dense labelLarge 2014",null,null,null,null) +B.a39=new A.q(!1,null,null,null,null,null,12,B.p,null,null,null,B.O,null,null,null,null,null,null,null,null,null,"dense labelMedium 2014",null,null,null,null) +B.a0S=new A.q(!1,null,null,null,null,null,11,B.p,null,null,null,B.O,null,null,null,null,null,null,null,null,null,"dense labelSmall 2014",null,null,null,null) +B.a4G=new A.df(B.a2W,B.a1q,B.a3s,B.a1m,B.a3N,B.a1A,B.a4h,B.a11,B.a13,B.a2s,B.a2a,B.a1P,B.a1W,B.a39,B.a0S) +B.a0X=new A.q(!0,B.J,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView displayLarge",null,null,null,null) +B.a1v=new A.q(!0,B.J,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView displayMedium",null,null,null,null) +B.a20=new A.q(!0,B.J,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView displaySmall",null,null,null,null) +B.a45=new A.q(!0,B.J,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView headlineLarge",null,null,null,null) +B.a4n=new A.q(!0,B.J,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView headlineMedium",null,null,null,null) +B.a4k=new A.q(!0,B.H,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView headlineSmall",null,null,null,null) +B.a1S=new A.q(!0,B.H,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView titleLarge",null,null,null,null) +B.a3Z=new A.q(!0,B.H,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView titleMedium",null,null,null,null) +B.a1F=new A.q(!0,B.o,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView titleSmall",null,null,null,null) +B.a1O=new A.q(!0,B.H,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView bodyLarge",null,null,null,null) +B.a1j=new A.q(!0,B.H,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView bodyMedium",null,null,null,null) +B.a2_=new A.q(!0,B.J,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView bodySmall",null,null,null,null) +B.a4w=new A.q(!0,B.H,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView labelLarge",null,null,null,null) +B.a3r=new A.q(!0,B.o,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView labelMedium",null,null,null,null) +B.a31=new A.q(!0,B.o,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackMountainView labelSmall",null,null,null,null) +B.a4H=new A.df(B.a0X,B.a1v,B.a20,B.a45,B.a4n,B.a4k,B.a1S,B.a3Z,B.a1F,B.a1O,B.a1j,B.a2_,B.a4w,B.a3r,B.a31) +B.a0T=new A.q(!0,B.K,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity displayLarge",null,null,null,null) +B.a1V=new A.q(!0,B.K,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity displayMedium",null,null,null,null) +B.a0U=new A.q(!0,B.K,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity displaySmall",null,null,null,null) +B.a18=new A.q(!0,B.K,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity headlineLarge",null,null,null,null) +B.a1d=new A.q(!0,B.K,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity headlineMedium",null,null,null,null) +B.a3Q=new A.q(!0,B.k,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity headlineSmall",null,null,null,null) +B.a27=new A.q(!0,B.k,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity titleLarge",null,null,null,null) +B.a2i=new A.q(!0,B.k,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity titleMedium",null,null,null,null) +B.a2I=new A.q(!0,B.k,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity titleSmall",null,null,null,null) +B.a3h=new A.q(!0,B.k,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity bodyLarge",null,null,null,null) +B.a2p=new A.q(!0,B.k,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity bodyMedium",null,null,null,null) +B.a3V=new A.q(!0,B.K,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity bodySmall",null,null,null,null) +B.a3O=new A.q(!0,B.k,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity labelLarge",null,null,null,null) +B.a29=new A.q(!0,B.k,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity labelMedium",null,null,null,null) +B.a3j=new A.q(!0,B.k,null,".AppleSystemUIFont",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedwoodCity labelSmall",null,null,null,null) +B.a4I=new A.df(B.a0T,B.a1V,B.a0U,B.a18,B.a1d,B.a3Q,B.a27,B.a2i,B.a2I,B.a3h,B.a2p,B.a3V,B.a3O,B.a29,B.a3j) +B.N=A.a(s(["Ubuntu","Cantarell","DejaVu Sans","Liberation Sans","Arial"]),t.s) +B.a3_=new A.q(!0,B.J,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki displayLarge",null,null,null,null) +B.a3q=new A.q(!0,B.J,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki displayMedium",null,null,null,null) +B.a2M=new A.q(!0,B.J,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki displaySmall",null,null,null,null) +B.a1z=new A.q(!0,B.J,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki headlineLarge",null,null,null,null) +B.a28=new A.q(!0,B.J,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki headlineMedium",null,null,null,null) +B.a2j=new A.q(!0,B.H,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki headlineSmall",null,null,null,null) +B.a3J=new A.q(!0,B.H,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki titleLarge",null,null,null,null) +B.a1C=new A.q(!0,B.H,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki titleMedium",null,null,null,null) +B.a0Q=new A.q(!0,B.o,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki titleSmall",null,null,null,null) +B.a4d=new A.q(!0,B.H,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki bodyLarge",null,null,null,null) +B.a0K=new A.q(!0,B.H,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki bodyMedium",null,null,null,null) +B.a3e=new A.q(!0,B.J,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki bodySmall",null,null,null,null) +B.a1Q=new A.q(!0,B.H,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki labelLarge",null,null,null,null) +B.a33=new A.q(!0,B.o,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki labelMedium",null,null,null,null) +B.a4r=new A.q(!0,B.o,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackHelsinki labelSmall",null,null,null,null) +B.a4J=new A.df(B.a3_,B.a3q,B.a2M,B.a1z,B.a28,B.a2j,B.a3J,B.a1C,B.a0Q,B.a4d,B.a0K,B.a3e,B.a1Q,B.a33,B.a4r) +B.a1f=new A.q(!1,null,null,null,null,null,112,B.jl,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"englishLike displayLarge 2014",null,null,null,null) +B.a4q=new A.q(!1,null,null,null,null,null,56,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"englishLike displayMedium 2014",null,null,null,null) +B.a2L=new A.q(!1,null,null,null,null,null,45,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"englishLike displaySmall 2014",null,null,null,null) +B.a3D=new A.q(!1,null,null,null,null,null,40,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"englishLike headlineLarge 2014",null,null,null,null) +B.a3i=new A.q(!1,null,null,null,null,null,34,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"englishLike headlineMedium 2014",null,null,null,null) +B.a0Y=new A.q(!1,null,null,null,null,null,24,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"englishLike headlineSmall 2014",null,null,null,null) +B.a22=new A.q(!1,null,null,null,null,null,20,B.Y,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"englishLike titleLarge 2014",null,null,null,null) +B.a1k=new A.q(!1,null,null,null,null,null,16,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"englishLike titleMedium 2014",null,null,null,null) +B.a3o=new A.q(!1,null,null,null,null,null,14,B.Y,null,0.1,null,B.q,null,null,null,null,null,null,null,null,null,"englishLike titleSmall 2014",null,null,null,null) +B.a30=new A.q(!1,null,null,null,null,null,14,B.Y,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"englishLike bodyLarge 2014",null,null,null,null) +B.a35=new A.q(!1,null,null,null,null,null,14,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"englishLike bodyMedium 2014",null,null,null,null) +B.a2t=new A.q(!1,null,null,null,null,null,12,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"englishLike bodySmall 2014",null,null,null,null) +B.a2w=new A.q(!1,null,null,null,null,null,14,B.Y,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"englishLike labelLarge 2014",null,null,null,null) +B.a2d=new A.q(!1,null,null,null,null,null,12,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"englishLike labelMedium 2014",null,null,null,null) +B.a3A=new A.q(!1,null,null,null,null,null,10,B.p,null,1.5,null,B.q,null,null,null,null,null,null,null,null,null,"englishLike labelSmall 2014",null,null,null,null) +B.a4K=new A.df(B.a1f,B.a4q,B.a2L,B.a3D,B.a3i,B.a0Y,B.a22,B.a1k,B.a3o,B.a30,B.a35,B.a2t,B.a2w,B.a2d,B.a3A) +B.a4l=new A.q(!1,null,null,null,null,null,57,B.p,null,-0.25,null,B.q,1.12,B.y,null,null,null,null,null,null,null,"tall displayLarge 2021",null,null,null,null) +B.a3b=new A.q(!1,null,null,null,null,null,45,B.p,null,0,null,B.q,1.16,B.y,null,null,null,null,null,null,null,"tall displayMedium 2021",null,null,null,null) +B.a2q=new A.q(!1,null,null,null,null,null,36,B.p,null,0,null,B.q,1.22,B.y,null,null,null,null,null,null,null,"tall displaySmall 2021",null,null,null,null) +B.a4E=new A.q(!1,null,null,null,null,null,32,B.p,null,0,null,B.q,1.25,B.y,null,null,null,null,null,null,null,"tall headlineLarge 2021",null,null,null,null) +B.a4x=new A.q(!1,null,null,null,null,null,28,B.p,null,0,null,B.q,1.29,B.y,null,null,null,null,null,null,null,"tall headlineMedium 2021",null,null,null,null) +B.a3B=new A.q(!1,null,null,null,null,null,24,B.p,null,0,null,B.q,1.33,B.y,null,null,null,null,null,null,null,"tall headlineSmall 2021",null,null,null,null) +B.a0O=new A.q(!1,null,null,null,null,null,22,B.p,null,0,null,B.q,1.27,B.y,null,null,null,null,null,null,null,"tall titleLarge 2021",null,null,null,null) +B.a4m=new A.q(!1,null,null,null,null,null,16,B.Y,null,0.15,null,B.q,1.5,B.y,null,null,null,null,null,null,null,"tall titleMedium 2021",null,null,null,null) +B.a1B=new A.q(!1,null,null,null,null,null,14,B.Y,null,0.1,null,B.q,1.43,B.y,null,null,null,null,null,null,null,"tall titleSmall 2021",null,null,null,null) +B.a0L=new A.q(!1,null,null,null,null,null,16,B.p,null,0.5,null,B.q,1.5,B.y,null,null,null,null,null,null,null,"tall bodyLarge 2021",null,null,null,null) +B.a3g=new A.q(!1,null,null,null,null,null,14,B.p,null,0.25,null,B.q,1.43,B.y,null,null,null,null,null,null,null,"tall bodyMedium 2021",null,null,null,null) +B.a2U=new A.q(!1,null,null,null,null,null,12,B.p,null,0.4,null,B.q,1.33,B.y,null,null,null,null,null,null,null,"tall bodySmall 2021",null,null,null,null) +B.a3z=new A.q(!1,null,null,null,null,null,14,B.Y,null,0.1,null,B.q,1.43,B.y,null,null,null,null,null,null,null,"tall labelLarge 2021",null,null,null,null) +B.a3f=new A.q(!1,null,null,null,null,null,12,B.Y,null,0.5,null,B.q,1.33,B.y,null,null,null,null,null,null,null,"tall labelMedium 2021",null,null,null,null) +B.a1E=new A.q(!1,null,null,null,null,null,11,B.Y,null,0.5,null,B.q,1.45,B.y,null,null,null,null,null,null,null,"tall labelSmall 2021",null,null,null,null) +B.a4L=new A.df(B.a4l,B.a3b,B.a2q,B.a4E,B.a4x,B.a3B,B.a0O,B.a4m,B.a1B,B.a0L,B.a3g,B.a2U,B.a3z,B.a3f,B.a1E) +B.a3t=new A.q(!0,B.K,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond displayLarge",null,null,null,null) +B.a2z=new A.q(!0,B.K,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond displayMedium",null,null,null,null) +B.a26=new A.q(!0,B.K,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond displaySmall",null,null,null,null) +B.a4j=new A.q(!0,B.K,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond headlineLarge",null,null,null,null) +B.a1l=new A.q(!0,B.K,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond headlineMedium",null,null,null,null) +B.a12=new A.q(!0,B.k,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond headlineSmall",null,null,null,null) +B.a2g=new A.q(!0,B.k,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond titleLarge",null,null,null,null) +B.a2X=new A.q(!0,B.k,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond titleMedium",null,null,null,null) +B.a2n=new A.q(!0,B.k,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond titleSmall",null,null,null,null) +B.a2D=new A.q(!0,B.k,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond bodyLarge",null,null,null,null) +B.a3L=new A.q(!0,B.k,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond bodyMedium",null,null,null,null) +B.a14=new A.q(!0,B.K,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond bodySmall",null,null,null,null) +B.a3d=new A.q(!0,B.k,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond labelLarge",null,null,null,null) +B.a2r=new A.q(!0,B.k,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond labelMedium",null,null,null,null) +B.a41=new A.q(!0,B.k,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteRedmond labelSmall",null,null,null,null) +B.a4M=new A.df(B.a3t,B.a2z,B.a26,B.a4j,B.a1l,B.a12,B.a2g,B.a2X,B.a2n,B.a2D,B.a3L,B.a14,B.a3d,B.a2r,B.a41) +B.a25=new A.q(!1,null,null,null,null,null,112,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"tall displayLarge 2014",null,null,null,null) +B.a1r=new A.q(!1,null,null,null,null,null,56,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"tall displayMedium 2014",null,null,null,null) +B.a4z=new A.q(!1,null,null,null,null,null,45,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"tall displaySmall 2014",null,null,null,null) +B.a3v=new A.q(!1,null,null,null,null,null,40,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"tall headlineLarge 2014",null,null,null,null) +B.a1R=new A.q(!1,null,null,null,null,null,34,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"tall headlineMedium 2014",null,null,null,null) +B.a1M=new A.q(!1,null,null,null,null,null,24,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"tall headlineSmall 2014",null,null,null,null) +B.a4v=new A.q(!1,null,null,null,null,null,21,B.c2,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"tall titleLarge 2014",null,null,null,null) +B.a1Y=new A.q(!1,null,null,null,null,null,17,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"tall titleMedium 2014",null,null,null,null) +B.a4A=new A.q(!1,null,null,null,null,null,15,B.Y,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"tall titleSmall 2014",null,null,null,null) +B.a4o=new A.q(!1,null,null,null,null,null,15,B.c2,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"tall bodyLarge 2014",null,null,null,null) +B.a2f=new A.q(!1,null,null,null,null,null,15,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"tall bodyMedium 2014",null,null,null,null) +B.a3x=new A.q(!1,null,null,null,null,null,13,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"tall bodySmall 2014",null,null,null,null) +B.a38=new A.q(!1,null,null,null,null,null,15,B.c2,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"tall labelLarge 2014",null,null,null,null) +B.a3E=new A.q(!1,null,null,null,null,null,12,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"tall labelMedium 2014",null,null,null,null) +B.a36=new A.q(!1,null,null,null,null,null,11,B.p,null,null,null,B.q,null,null,null,null,null,null,null,null,null,"tall labelSmall 2014",null,null,null,null) +B.a4N=new A.df(B.a25,B.a1r,B.a4z,B.a3v,B.a1R,B.a1M,B.a4v,B.a1Y,B.a4A,B.a4o,B.a2f,B.a3x,B.a38,B.a3E,B.a36) +B.a2Q=new A.q(!0,B.K,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino displayLarge",null,null,null,null) +B.a3K=new A.q(!0,B.K,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino displayMedium",null,null,null,null) +B.a2h=new A.q(!0,B.K,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino displaySmall",null,null,null,null) +B.a2C=new A.q(!0,B.K,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino headlineLarge",null,null,null,null) +B.a1I=new A.q(!0,B.K,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino headlineMedium",null,null,null,null) +B.a2B=new A.q(!0,B.k,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino headlineSmall",null,null,null,null) +B.a1T=new A.q(!0,B.k,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino titleLarge",null,null,null,null) +B.a3u=new A.q(!0,B.k,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino titleMedium",null,null,null,null) +B.a24=new A.q(!0,B.k,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino titleSmall",null,null,null,null) +B.a2k=new A.q(!0,B.k,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino bodyLarge",null,null,null,null) +B.a2A=new A.q(!0,B.k,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino bodyMedium",null,null,null,null) +B.a1c=new A.q(!0,B.K,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino bodySmall",null,null,null,null) +B.a3H=new A.q(!0,B.k,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino labelLarge",null,null,null,null) +B.a2F=new A.q(!0,B.k,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino labelMedium",null,null,null,null) +B.a3p=new A.q(!0,B.k,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteCupertino labelSmall",null,null,null,null) +B.a4O=new A.df(B.a2Q,B.a3K,B.a2h,B.a2C,B.a1I,B.a2B,B.a1T,B.a3u,B.a24,B.a2k,B.a2A,B.a1c,B.a3H,B.a2F,B.a3p) +B.a4a=new A.q(!1,null,null,null,null,null,57,B.p,null,-0.25,null,B.O,1.12,B.y,null,null,null,null,null,null,null,"dense displayLarge 2021",null,null,null,null) +B.a4b=new A.q(!1,null,null,null,null,null,45,B.p,null,0,null,B.O,1.16,B.y,null,null,null,null,null,null,null,"dense displayMedium 2021",null,null,null,null) +B.a46=new A.q(!1,null,null,null,null,null,36,B.p,null,0,null,B.O,1.22,B.y,null,null,null,null,null,null,null,"dense displaySmall 2021",null,null,null,null) +B.a3M=new A.q(!1,null,null,null,null,null,32,B.p,null,0,null,B.O,1.25,B.y,null,null,null,null,null,null,null,"dense headlineLarge 2021",null,null,null,null) +B.a1e=new A.q(!1,null,null,null,null,null,28,B.p,null,0,null,B.O,1.29,B.y,null,null,null,null,null,null,null,"dense headlineMedium 2021",null,null,null,null) +B.a2T=new A.q(!1,null,null,null,null,null,24,B.p,null,0,null,B.O,1.33,B.y,null,null,null,null,null,null,null,"dense headlineSmall 2021",null,null,null,null) +B.a15=new A.q(!1,null,null,null,null,null,22,B.p,null,0,null,B.O,1.27,B.y,null,null,null,null,null,null,null,"dense titleLarge 2021",null,null,null,null) +B.a1b=new A.q(!1,null,null,null,null,null,16,B.Y,null,0.15,null,B.O,1.5,B.y,null,null,null,null,null,null,null,"dense titleMedium 2021",null,null,null,null) +B.a23=new A.q(!1,null,null,null,null,null,14,B.Y,null,0.1,null,B.O,1.43,B.y,null,null,null,null,null,null,null,"dense titleSmall 2021",null,null,null,null) +B.a4D=new A.q(!1,null,null,null,null,null,16,B.p,null,0.5,null,B.O,1.5,B.y,null,null,null,null,null,null,null,"dense bodyLarge 2021",null,null,null,null) +B.a4_=new A.q(!1,null,null,null,null,null,14,B.p,null,0.25,null,B.O,1.43,B.y,null,null,null,null,null,null,null,"dense bodyMedium 2021",null,null,null,null) +B.a1L=new A.q(!1,null,null,null,null,null,12,B.p,null,0.4,null,B.O,1.33,B.y,null,null,null,null,null,null,null,"dense bodySmall 2021",null,null,null,null) +B.a3n=new A.q(!1,null,null,null,null,null,14,B.Y,null,0.1,null,B.O,1.43,B.y,null,null,null,null,null,null,null,"dense labelLarge 2021",null,null,null,null) +B.a1n=new A.q(!1,null,null,null,null,null,12,B.Y,null,0.5,null,B.O,1.33,B.y,null,null,null,null,null,null,null,"dense labelMedium 2021",null,null,null,null) +B.a4u=new A.q(!1,null,null,null,null,null,11,B.Y,null,0.5,null,B.O,1.45,B.y,null,null,null,null,null,null,null,"dense labelSmall 2021",null,null,null,null) +B.a4P=new A.df(B.a4a,B.a4b,B.a46,B.a3M,B.a1e,B.a2T,B.a15,B.a1b,B.a23,B.a4D,B.a4_,B.a1L,B.a3n,B.a1n,B.a4u) +B.a1p=new A.q(!1,null,null,null,null,null,57,B.p,null,-0.25,null,B.q,1.12,B.y,null,null,null,null,null,null,null,"englishLike displayLarge 2021",null,null,null,null) +B.a1Z=new A.q(!1,null,null,null,null,null,45,B.p,null,0,null,B.q,1.16,B.y,null,null,null,null,null,null,null,"englishLike displayMedium 2021",null,null,null,null) +B.a4c=new A.q(!1,null,null,null,null,null,36,B.p,null,0,null,B.q,1.22,B.y,null,null,null,null,null,null,null,"englishLike displaySmall 2021",null,null,null,null) +B.a2b=new A.q(!1,null,null,null,null,null,32,B.p,null,0,null,B.q,1.25,B.y,null,null,null,null,null,null,null,"englishLike headlineLarge 2021",null,null,null,null) +B.a2m=new A.q(!1,null,null,null,null,null,28,B.p,null,0,null,B.q,1.29,B.y,null,null,null,null,null,null,null,"englishLike headlineMedium 2021",null,null,null,null) +B.a3P=new A.q(!1,null,null,null,null,null,24,B.p,null,0,null,B.q,1.33,B.y,null,null,null,null,null,null,null,"englishLike headlineSmall 2021",null,null,null,null) +B.a3G=new A.q(!1,null,null,null,null,null,22,B.p,null,0,null,B.q,1.27,B.y,null,null,null,null,null,null,null,"englishLike titleLarge 2021",null,null,null,null) +B.a0Z=new A.q(!1,null,null,null,null,null,16,B.Y,null,0.15,null,B.q,1.5,B.y,null,null,null,null,null,null,null,"englishLike titleMedium 2021",null,null,null,null) +B.a1u=new A.q(!1,null,null,null,null,null,14,B.Y,null,0.1,null,B.q,1.43,B.y,null,null,null,null,null,null,null,"englishLike titleSmall 2021",null,null,null,null) +B.a0P=new A.q(!1,null,null,null,null,null,16,B.p,null,0.5,null,B.q,1.5,B.y,null,null,null,null,null,null,null,"englishLike bodyLarge 2021",null,null,null,null) +B.a0M=new A.q(!1,null,null,null,null,null,14,B.p,null,0.25,null,B.q,1.43,B.y,null,null,null,null,null,null,null,"englishLike bodyMedium 2021",null,null,null,null) +B.a3k=new A.q(!1,null,null,null,null,null,12,B.p,null,0.4,null,B.q,1.33,B.y,null,null,null,null,null,null,null,"englishLike bodySmall 2021",null,null,null,null) +B.a1U=new A.q(!1,null,null,null,null,null,14,B.Y,null,0.1,null,B.q,1.43,B.y,null,null,null,null,null,null,null,"englishLike labelLarge 2021",null,null,null,null) +B.a42=new A.q(!1,null,null,null,null,null,12,B.Y,null,0.5,null,B.q,1.33,B.y,null,null,null,null,null,null,null,"englishLike labelMedium 2021",null,null,null,null) +B.a2e=new A.q(!1,null,null,null,null,null,11,B.Y,null,0.5,null,B.q,1.45,B.y,null,null,null,null,null,null,null,"englishLike labelSmall 2021",null,null,null,null) +B.a4Q=new A.df(B.a1p,B.a1Z,B.a4c,B.a2b,B.a2m,B.a3P,B.a3G,B.a0Z,B.a1u,B.a0P,B.a0M,B.a3k,B.a1U,B.a42,B.a2e) +B.a2N=new A.q(!0,B.J,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond displayLarge",null,null,null,null) +B.a21=new A.q(!0,B.J,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond displayMedium",null,null,null,null) +B.a4e=new A.q(!0,B.J,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond displaySmall",null,null,null,null) +B.a1g=new A.q(!0,B.J,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond headlineLarge",null,null,null,null) +B.a3W=new A.q(!0,B.J,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond headlineMedium",null,null,null,null) +B.a0V=new A.q(!0,B.H,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond headlineSmall",null,null,null,null) +B.a2o=new A.q(!0,B.H,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond titleLarge",null,null,null,null) +B.a2E=new A.q(!0,B.H,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond titleMedium",null,null,null,null) +B.a0N=new A.q(!0,B.o,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond titleSmall",null,null,null,null) +B.a3y=new A.q(!0,B.H,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond bodyLarge",null,null,null,null) +B.a1h=new A.q(!0,B.H,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond bodyMedium",null,null,null,null) +B.a4s=new A.q(!0,B.J,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond bodySmall",null,null,null,null) +B.a2G=new A.q(!0,B.H,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond labelLarge",null,null,null,null) +B.a17=new A.q(!0,B.o,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond labelMedium",null,null,null,null) +B.a1o=new A.q(!0,B.o,null,"Segoe UI",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackRedmond labelSmall",null,null,null,null) +B.a4R=new A.df(B.a2N,B.a21,B.a4e,B.a1g,B.a3W,B.a0V,B.a2o,B.a2E,B.a0N,B.a3y,B.a1h,B.a4s,B.a2G,B.a17,B.a1o) +B.a2x=new A.q(!0,B.K,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki displayLarge",null,null,null,null) +B.a2J=new A.q(!0,B.K,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki displayMedium",null,null,null,null) +B.a43=new A.q(!0,B.K,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki displaySmall",null,null,null,null) +B.a3F=new A.q(!0,B.K,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki headlineLarge",null,null,null,null) +B.a4t=new A.q(!0,B.K,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki headlineMedium",null,null,null,null) +B.a2P=new A.q(!0,B.k,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki headlineSmall",null,null,null,null) +B.a1G=new A.q(!0,B.k,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki titleLarge",null,null,null,null) +B.a4B=new A.q(!0,B.k,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki titleMedium",null,null,null,null) +B.a1w=new A.q(!0,B.k,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki titleSmall",null,null,null,null) +B.a0R=new A.q(!0,B.k,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki bodyLarge",null,null,null,null) +B.a2l=new A.q(!0,B.k,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki bodyMedium",null,null,null,null) +B.a1X=new A.q(!0,B.K,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki bodySmall",null,null,null,null) +B.a1_=new A.q(!0,B.k,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki labelLarge",null,null,null,null) +B.a2O=new A.q(!0,B.k,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki labelMedium",null,null,null,null) +B.a10=new A.q(!0,B.k,null,"Roboto",B.N,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteHelsinki labelSmall",null,null,null,null) +B.a4S=new A.df(B.a2x,B.a2J,B.a43,B.a3F,B.a4t,B.a2P,B.a1G,B.a4B,B.a1w,B.a0R,B.a2l,B.a1X,B.a1_,B.a2O,B.a10) +B.a2u=new A.q(!0,B.J,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino displayLarge",null,null,null,null) +B.a3I=new A.q(!0,B.J,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino displayMedium",null,null,null,null) +B.a3c=new A.q(!0,B.J,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino displaySmall",null,null,null,null) +B.a3l=new A.q(!0,B.J,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino headlineLarge",null,null,null,null) +B.a0W=new A.q(!0,B.J,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino headlineMedium",null,null,null,null) +B.a32=new A.q(!0,B.H,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino headlineSmall",null,null,null,null) +B.a1N=new A.q(!0,B.H,null,".SF UI Display",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino titleLarge",null,null,null,null) +B.a37=new A.q(!0,B.H,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino titleMedium",null,null,null,null) +B.a1t=new A.q(!0,B.o,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino titleSmall",null,null,null,null) +B.a48=new A.q(!0,B.H,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino bodyLarge",null,null,null,null) +B.a3U=new A.q(!0,B.H,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino bodyMedium",null,null,null,null) +B.a2Z=new A.q(!0,B.J,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino bodySmall",null,null,null,null) +B.a1K=new A.q(!0,B.H,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino labelLarge",null,null,null,null) +B.a1D=new A.q(!0,B.o,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino labelMedium",null,null,null,null) +B.a3R=new A.q(!0,B.o,null,".SF UI Text",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"blackCupertino labelSmall",null,null,null,null) +B.a4T=new A.df(B.a2u,B.a3I,B.a3c,B.a3l,B.a0W,B.a32,B.a1N,B.a37,B.a1t,B.a48,B.a3U,B.a2Z,B.a1K,B.a1D,B.a3R) +B.a3a=new A.q(!0,B.K,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView displayLarge",null,null,null,null) +B.a4y=new A.q(!0,B.K,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView displayMedium",null,null,null,null) +B.a4f=new A.q(!0,B.K,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView displaySmall",null,null,null,null) +B.a1H=new A.q(!0,B.K,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView headlineLarge",null,null,null,null) +B.a47=new A.q(!0,B.K,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView headlineMedium",null,null,null,null) +B.a34=new A.q(!0,B.k,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView headlineSmall",null,null,null,null) +B.a4C=new A.q(!0,B.k,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView titleLarge",null,null,null,null) +B.a2c=new A.q(!0,B.k,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView titleMedium",null,null,null,null) +B.a2K=new A.q(!0,B.k,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView titleSmall",null,null,null,null) +B.a40=new A.q(!0,B.k,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView bodyLarge",null,null,null,null) +B.a1y=new A.q(!0,B.k,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView bodyMedium",null,null,null,null) +B.a4g=new A.q(!0,B.K,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView bodySmall",null,null,null,null) +B.a44=new A.q(!0,B.k,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView labelLarge",null,null,null,null) +B.a3X=new A.q(!0,B.k,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView labelMedium",null,null,null,null) +B.a3w=new A.q(!0,B.k,null,"Roboto",null,null,null,null,null,null,null,null,null,null,null,null,null,B.h,null,null,null,"whiteMountainView labelSmall",null,null,null,null) +B.a4U=new A.df(B.a3a,B.a4y,B.a4f,B.a1H,B.a47,B.a34,B.a4C,B.a2c,B.a2K,B.a40,B.a1y,B.a4g,B.a44,B.a3X,B.a3w) +B.a4V=new A.hL("Back",null,null,null,null,null,null) +B.a4W=new A.hL("Page Not Found",null,B.i_,null,null,null,null) +B.a3m=new A.q(!0,B.k,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.a4X=new A.hL("Go to home page",null,B.a3m,null,null,null,null) +B.Ep=new A.hL("Home",null,null,null,null,null,null) +B.a4Y=new A.hL(" / ",null,null,null,null,null,null) +B.kW=new A.jn(0,"system") +B.a4Z=new A.jn(1,"light") +B.Eq=new A.jn(2,"dark") +B.Y_=new A.i(0.056,0.024) +B.XR=new A.i(0.108,0.3085) +B.Y4=new A.i(0.198,0.541) +B.XU=new A.i(0.3655,1) +B.XY=new A.i(0.5465,0.989) +B.Er=new A.Cr(B.Y_,B.XR,B.Y4,B.XU,B.XY) +B.XQ=new A.i(0.05,0) +B.XX=new A.i(0.133333,0.06) +B.XP=new A.i(0.166666,0.4) +B.XS=new A.i(0.208333,0.82) +B.XW=new A.i(0.25,1) +B.a5_=new A.Cr(B.XQ,B.XX,B.XP,B.XS,B.XW) +B.a50=new A.Cs(null) +B.cj=new A.am5(0,"clamp") +B.a51=new A.Ct(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.a52=new A.Cv(null,null,null,null,null,null,null,null,null,null,null,null,null,null,null) +B.bQ=new A.iz(0,"beginArray") +B.kX=new A.iz(1,"endArray") +B.dr=new A.iz(2,"beginObject") +B.Es=new A.iz(3,"endObject") +B.a53=new A.iz(4,"name") +B.i0=new A.iz(5,"string") +B.b9=new A.iz(6,"number") +B.a54=new A.iz(7,"boolean") +B.a55=new A.iz(8,"nullToken") +B.a56=new A.iz(9,"endDocument") +B.bR=new A.SM(0.001,0.001) +B.Et=new A.SN(!1,!1,!1,!1) +B.a57=new A.SN(!0,!1,!1,!0) +B.a58=new A.Cx(null,null,null,null,null,null,null,null,null) +B.Eu=new A.Cz(0,"identity") +B.Ev=new A.Cz(1,"transform2d") +B.Ew=new A.Cz(2,"complex") +B.bC=new A.o2(0,"up") +B.bD=new A.o2(1,"right") +B.bE=new A.o2(2,"down") +B.bF=new A.o2(3,"left") +B.a59=new A.ST(0,"closedLoop") +B.a5a=new A.ST(1,"leaveFlutterView") +B.a5c=A.aI("l9") +B.a5b=A.aI("la") +B.a5d=A.aI("hn") +B.a5e=A.aI("l8") +B.a5f=A.aI("lN") +B.a5g=A.aI("pa") +B.a5h=A.aI("rs") +B.ba=A.aI("kV") +B.a5i=A.aI("rK") +B.a5j=A.aI("rL") +B.a5k=A.aI("cv") +B.a5l=A.aI("jQ") +B.a5m=A.aI("Z") +B.a5n=A.aI("p1") +B.a5o=A.aI("p2") +B.Ex=A.aI("ax1") +B.kY=A.aI("fQ") +B.a5p=A.aI("aNW") +B.a5q=A.aI("iY") +B.a5r=A.aI("ta") +B.a5s=A.aI("a9f") +B.a5t=A.aI("n0") +B.a5u=A.aI("n1") +B.Ey=A.aI("j_") +B.a5v=A.aI("lB") +B.a5w=A.aI("acb") +B.a5x=A.aI("nf") +B.a5y=A.aI("acc") +B.a5z=A.aI("ac") +B.a5A=A.aI("bp>") +B.kZ=A.aI("h_") +B.l_=A.aI("aDe") +B.cM=A.aI("U") +B.a5B=A.aI("pX") +B.a5C=A.aI("o") +B.a5D=A.aI("ug") +B.i1=A.aI("jc") +B.a5E=A.aI("nB") +B.a5F=A.aI("q9") +B.a5G=A.aI("lG") +B.a5H=A.aI("nI") +B.a5I=A.aI("kg") +B.a5J=A.aI("ay2") +B.l0=A.aI("ef") +B.a5K=A.aI("lO") +B.a5L=A.aI("nT") +B.a5M=A.aI("qy") +B.a5N=A.aI("j") +B.a5O=A.aI("kq") +B.l1=A.aI("h5") +B.a5P=A.aI("o1") +B.a5Q=A.aI("amC") +B.a5R=A.aI("vv") +B.a5S=A.aI("amD") +B.a5T=A.aI("dJ") +B.a5U=A.aI("o3") +B.a5V=A.aI("iC") +B.a5W=A.aI("ayu") +B.l2=A.aI("j0") +B.a5X=A.aI("Y") +B.a5Y=A.aI("ju") +B.a5Z=A.aI("vJ") +B.a6_=A.aI("m9<@>") +B.a60=A.aI("kG") +B.a61=A.aI("kH") +B.a62=A.aI("n_") +B.a63=A.aI("lb") +B.a64=A.aI("p8") +B.a65=A.aI("kp") +B.l3=A.aI("js") +B.a66=A.aI("yh") +B.a67=A.aI("pc") +B.a68=A.aI("p9") +B.a69=A.aI("pb") +B.a6a=A.aI("aNV") +B.a6b=A.aI("p3") +B.a6c=new A.SV(0,"undo") +B.a6d=new A.SV(1,"redo") +B.a6e=new A.vz(!1,!1) +B.a6f=new A.SY(0,"scope") +B.Ez=new A.SY(1,"previouslyFocusedChild") +B.ck=new A.CC(!1) +B.a6g=new A.dx("topLevel",t.kK) +B.EA=new A.o6(B.f,0,B.w,B.f) +B.l5=new A.o6(B.f,1,B.w,B.f) +B.a6h=new A.T8(0,"up") +B.ds=new A.lY(0,0) +B.a6i=new A.lY(-2,-2) +B.a6j=new A.Ti(B.i) +B.a6k=new A.Tj(B.i) +B.a6l=new A.Tk(B.ay) +B.a6m=new A.Tl(B.i) +B.a6n=new A.Tm(B.i) +B.a6o=new A.Tn(B.i) +B.a6p=new A.To(B.i) +B.a6q=new A.Tp(B.i) +B.a6r=new A.Tq(B.i) +B.a6s=new A.Tr(B.i) +B.a6t=new A.Ts(B.i) +B.a6u=new A.Tt(B.i) +B.a6v=new A.Tu(B.i) +B.a6w=new A.Tv(B.i) +B.a6x=new A.CH(B.i) +B.a6y=new A.Tw(B.i) +B.a6z=new A.Tx(B.i) +B.a6A=new A.Ty(B.i) +B.a6B=new A.Tz(B.i) +B.a6C=new A.TA(B.i) +B.a6D=new A.TB(B.i) +B.a6E=new A.TC(B.i) +B.a6F=new A.TD(B.i) +B.a6G=new A.TE(B.i) +B.a6H=new A.CI(B.i) +B.a6I=new A.TF(B.i) +B.a6J=new A.TG(B.i) +B.a6K=new A.TH(B.i) +B.a6L=new A.TI(B.i) +B.a6M=new A.TJ(B.i) +B.a6N=new A.TK(B.i) +B.a6O=new A.TL(B.i) +B.a6P=new A.TM(B.i) +B.a6Q=new A.TN(B.i) +B.a6R=new A.TO(B.i) +B.a6S=new A.TP(B.i) +B.a6T=new A.TQ(B.i) +B.a6U=new A.TR(B.i) +B.a6V=new A.TS(B.i) +B.a6W=new A.TT(B.i) +B.a6X=new A.TU(B.i) +B.a6Y=new A.TV(B.i) +B.a6Z=new A.TW(B.i) +B.a7_=new A.TX(B.i) +B.a70=new A.TY(B.i) +B.a71=new A.CJ(B.i) +B.a72=new A.TZ(B.i) +B.a73=new A.U_(B.i) +B.a74=new A.U0(B.ay) +B.a75=new A.U1(B.i) +B.a76=new A.U2(B.i) +B.a77=new A.U3(B.i) +B.a78=new A.CK(B.i) +B.a79=new A.U4(B.i) +B.a7a=new A.U5(B.i) +B.a7b=new A.U6(B.i) +B.a7c=new A.U7(B.ay) +B.a7d=new A.U8(B.i) +B.a7e=new A.U9(B.i) +B.a7f=new A.Ua(B.i) +B.a7g=new A.Ub(B.i) +B.a7h=new A.Uc(B.i) +B.a7i=new A.Ud(B.i) +B.a7j=new A.Ue(B.i) +B.a7k=new A.Uf(B.i) +B.a7l=new A.Ug(B.i) +B.a7m=new A.Uh(B.i) +B.a7n=new A.Ui(B.i) +B.a7o=new A.Uj(B.i) +B.a7p=new A.Uk(B.i) +B.a7q=new A.Ul(B.i) +B.a7r=new A.Um(B.i) +B.a7s=new A.Un(B.i) +B.a7t=new A.Uo(B.i) +B.a7u=new A.Up(B.i) +B.a7v=new A.Uq(B.i) +B.a7w=new A.Ur(B.i) +B.a7x=new A.Us(B.i) +B.a7y=new A.Ut(B.i) +B.a7z=new A.Uu(B.i) +B.a7A=new A.Uv(B.i) +B.a7B=new A.Uw(B.i) +B.a7C=new A.Ux(B.i) +B.a7D=new A.Uy(B.i) +B.a7E=new A.Uz(B.i) +B.a7F=new A.UA(B.i) +B.a7G=new A.UB(B.i) +B.a7H=new A.UC(B.ay) +B.a7I=new A.UD(B.i) +B.a7J=new A.CL(B.i) +B.a7K=new A.UE(B.i) +B.a7L=new A.UF(B.i) +B.a7M=new A.UG(B.i) +B.a7N=new A.UH(B.i) +B.a7O=new A.UI(B.i) +B.a7P=new A.UJ(B.i) +B.a7Q=new A.UK(B.i) +B.a7R=new A.UL(B.i) +B.a7S=new A.CM(B.i) +B.a7T=new A.UM(B.i) +B.a7U=new A.UN(B.i) +B.a7V=new A.UO(B.i) +B.a7W=new A.UP(B.i) +B.a7X=new A.UQ(B.i) +B.a7Y=new A.UR(B.i) +B.a7Z=new A.US(B.i) +B.a8_=new A.UT(B.i) +B.a80=new A.UU(B.ay) +B.a81=new A.UV(B.i) +B.a82=new A.UW(B.i) +B.a83=new A.UX(B.i) +B.EB=new A.UY(B.i) +B.EC=new A.UZ(B.i) +B.a84=new A.CO(B.i) +B.a85=new A.CN(B.i) +B.a86=new A.V_(B.i) +B.a88=new A.o7("contact_me_tapped",null) +B.a89=new A.o7("github_viewed",null) +B.a8a=new A.o7("linkedin_viewed",null) +B.a8b=new A.o7("location_viewed",null) +B.a8c=new A.o7("resume_viewed",null) +B.aq=new A.vI(0,"forward") +B.i2=new A.vI(1,"reverse") +B.a8f=new A.Vy(null) +B.a8g=new A.Db(0,"checkbox") +B.a8h=new A.Db(1,"radio") +B.a8i=new A.Db(2,"toggle") +B.HW=new A.F(67108864) +B.N2=A.a(s([B.HW,B.D]),t.t_) +B.a8j=new A.jx(B.N2) +B.a8k=new A.jx(null) +B.l6=new A.qV(0,"backButton") +B.l7=new A.qV(1,"nextButton") +B.cO=new A.Dz(0,"ready") +B.eK=new A.DA(0,"ready") +B.a8q=new A.Dz(1,"possible") +B.l9=new A.DA(1,"possible") +B.i3=new A.Dz(2,"accepted") +B.i4=new A.DA(2,"accepted") +B.R=new A.vV(0,"initial") +B.cP=new A.vV(1,"active") +B.a8r=new A.vV(2,"inactive") +B.EJ=new A.vV(3,"defunct") +B.EK=new A.qZ(0) +B.a8y=new A.Xn(1,"small") +B.a8z=new A.Xn(3,"extended") +B.la=new A.r_(0,"ready") +B.i5=new A.r_(1,"possible") +B.EL=new A.r_(2,"accepted") +B.i6=new A.r_(3,"started") +B.a8A=new A.r_(4,"peaked") +B.i7=new A.w0(0,"idle") +B.a8B=new A.w0(1,"absorb") +B.i8=new A.w0(2,"pull") +B.EM=new A.w0(3,"recede") +B.cQ=new A.oi(0,"pressed") +B.dt=new A.oi(1,"hover") +B.EN=new A.oi(2,"focus") +B.a8C=new A.apW(0,"standard") +B.aU=new A.Y7(1,"maxWidth") +B.b1=new A.Y7(3,"maxHeight") +B.af=new A.fI(1) +B.eL=new A.eI(0,"size") +B.a8O=new A.eI(1,"orientation") +B.EO=new A.eI(11,"accessibleNavigation") +B.EP=new A.eI(13,"highContrast") +B.lc=new A.eI(16,"boldText") +B.eM=new A.eI(17,"navigationMode") +B.i9=new A.eI(18,"gestureSettings") +B.cl=new A.eI(2,"devicePixelRatio") +B.eN=new A.eI(4,"textScaler") +B.ld=new A.eI(5,"platformBrightness") +B.bb=new A.eI(6,"padding") +B.le=new A.eI(7,"viewInsets") +B.a8P=new A.eI(9,"viewPadding") +B.EQ=new A.ol(1/0,1/0,1/0,1/0,1/0,1/0) +B.a8Q=new A.cZ(B.ec,B.d3) +B.fh=new A.pC(1,"left") +B.a8R=new A.cZ(B.ec,B.fh) +B.fi=new A.pC(2,"right") +B.a8S=new A.cZ(B.ec,B.fi) +B.a8T=new A.cZ(B.ec,B.bJ) +B.a8U=new A.cZ(B.ed,B.d3) +B.a8V=new A.cZ(B.ed,B.fh) +B.a8W=new A.cZ(B.ed,B.fi) +B.a8X=new A.cZ(B.ed,B.bJ) +B.a8Y=new A.cZ(B.ee,B.d3) +B.a8Z=new A.cZ(B.ee,B.fh) +B.a9_=new A.cZ(B.ee,B.fi) +B.a90=new A.cZ(B.ee,B.bJ) +B.a91=new A.cZ(B.ef,B.d3) +B.a92=new A.cZ(B.ef,B.fh) +B.a93=new A.cZ(B.ef,B.fi) +B.a94=new A.cZ(B.ef,B.bJ) +B.a95=new A.cZ(B.zg,B.bJ) +B.a96=new A.cZ(B.zh,B.bJ) +B.a97=new A.cZ(B.zi,B.bJ) +B.a98=new A.cZ(B.zj,B.bJ) +B.a9b=new A.Z3(null) +B.a9a=new A.Z4(null) +B.a99=new A.Z6(null) +B.ER=new A.eJ(0,"staging") +B.ia=new A.eJ(1,"add") +B.a9e=new A.eJ(10,"remove") +B.a9f=new A.eJ(11,"popping") +B.a9g=new A.eJ(12,"removing") +B.lf=new A.eJ(13,"dispose") +B.a9h=new A.eJ(14,"disposing") +B.ib=new A.eJ(15,"disposed") +B.a9i=new A.eJ(2,"adding") +B.lg=new A.eJ(3,"push") +B.ES=new A.eJ(4,"pushReplace") +B.ET=new A.eJ(5,"pushing") +B.a9j=new A.eJ(6,"replace") +B.du=new A.eJ(7,"idle") +B.lh=new A.eJ(8,"pop") +B.a9k=new A.eJ(9,"complete") +B.ic=new A.hb(0,"body") +B.id=new A.hb(1,"appBar") +B.lj=new A.hb(10,"endDrawer") +B.ie=new A.hb(11,"statusBar") +B.ig=new A.hb(2,"bodyScrim") +B.ih=new A.hb(3,"bottomSheet") +B.dv=new A.hb(4,"snackBar") +B.ii=new A.hb(5,"materialBanner") +B.lk=new A.hb(6,"persistentFooter") +B.ll=new A.hb(7,"bottomNavigationBar") +B.ij=new A.hb(8,"floatingActionButton") +B.lm=new A.hb(9,"drawer") +B.a9m=new A.a_W(null) +B.a9n=new A.jA(B.F,B.av,B.cf,null,null) +B.a_Q=new A.I(100,0) +B.a9o=new A.jA(B.a_Q,B.av,B.cf,null,null) +B.a9p=new A.Fn(null) +B.a9R=new A.asP(0,"material") +B.n=new A.asR(0,"created") +B.a9u=new A.kF("") +B.EU=new A.wB(0,"first") +B.a9v=new A.wB(1,"middle") +B.EV=new A.wB(2,"last") +B.ln=new A.wB(3,"only") +B.a9w=new A.FL(B.cZ,B.f1) +B.a9x=new A.FP(null) +B.ik=new A.FR(0,"leading") +B.il=new A.FR(1,"middle") +B.im=new A.FR(2,"trailing") +B.a9y=new A.a1t(0,"minimize") +B.a9z=new A.a1t(1,"maximize")})();(function staticFields(){$.rf=null +$.bP=A.aR("canvasKit") +$.dA=A.aR("_instance") +$.aMN=A.w(t.N,A.am("ai")) +$.aEJ=!1 +$.aEI=null +$.cC=null +$.aHn=0 +$.iK=null +$.az1=!1 +$.aXp=A.a([],A.am("u>")) +$.aGK=B.II +$.oy=A.a([],t.u) +$.GQ=B.mw +$.GO=null +$.acz=null +$.aDC=0 +$.aI3=null +$.aI_=null +$.aDP=null +$.aGi=null +$.aFJ=0 +$.az2=A.a([],t.no) +$.aze=-1 +$.ayV=-1 +$.ayU=-1 +$.aza=-1 +$.aGR=-1 +$.axY=null +$.eb=null +$.BI=null +$.GX=A.w(t.N,t.e) +$.aq9=null +$.ro=A.a([],t.jl) +$.aDU=null +$.afO=0 +$.Qg=A.aVI() +$.aB8=null +$.aB7=null +$.aHy=null +$.aH8=null +$.aI1=null +$.avj=null +$.avC=null +$.azy=null +$.aru=A.a([],A.am("u?>")) +$.wK=null +$.GR=null +$.GS=null +$.az7=!1 +$.an=B.at +$.aFe="" +$.aFf=null +$.aGB=A.w(t.N,t.xd) +$.aGP=A.w(t.C_,t.e) +$.aOE=A.aWj() +$.axc=0 +$.LV=A.a([],A.am("u")) +$.aD8=null +$.a3m=0 +$.auq=null +$.ayY=!1 +$.fs=null +$.ayK=!0 +$.ayJ=!1 +$.qK=A.a([],A.am("u")) +$.hA=null +$.qi=null +$.aD7=0 +$.bV=null +$.ay8=null +$.aBE=0 +$.aBC=A.w(t.S,t.I7) +$.aBD=A.w(t.I7,t.S) +$.ajx=0 +$.io=null +$.ve=null +$.ayg=null +$.aES=1 +$.a8=null +$.l3=null +$.oV=null +$.aFP=1 +$.axR=-9007199254740992 +$.cL=null +$.aTy=A.w(t.da,A.am("ai")) +$.aTF=A.w(t.da,A.am("ai")) +$.aGu=!1 +$.aUA=A.w(t.da,A.am("ai")) +$.mn=!1 +$.aH4=null +$.a3t=null +$.a3B=null +$.aGx=null +$.aBH=A.w(t.N,t.y) +$.aDd=0 +$.aPB=A.w(t.N,t.JW) +$.aD4=0 +$.aPu=A.w(t.S,A.am("eq")) +$.aGs=null +$.auo=null +$.el=A.a([4294967295,2147483647,1073741823,536870911,268435455,134217727,67108863,33554431,16777215,8388607,4194303,2097151,1048575,524287,262143,131071,65535,32767,16383,8191,4095,2047,1023,511,255,127,63,31,15,7,3,1,0],t.t) +$.a3k=null +$.aPv=A.w(t.S,A.am("b_F"))})();(function lazyInitializers(){var s=hunkHelpers.lazyFinal,r=hunkHelpers.lazy +s($,"b1E","fM",()=>{var q="navigator" +return A.aX3(A.aPe(A.C(A.C(self.window,q),"vendor")),B.c.alX(A.aO2(A.C(self.window,q))))}) +s($,"b2q","dQ",()=>A.aX5()) +s($,"b1H","a3J",()=>A.C(A.C(A.ak(),"ClipOp"),"Intersect")) +s($,"b2A","aKR",()=>{var q="FontSlant" +return A.a([A.C(A.C(A.ak(),q),"Upright"),A.C(A.C(A.ak(),q),"Italic")],t.J)}) +s($,"b2B","aKS",()=>{var q="FontWeight" +return A.a([A.C(A.C(A.ak(),q),"Thin"),A.C(A.C(A.ak(),q),"ExtraLight"),A.C(A.C(A.ak(),q),"Light"),A.C(A.C(A.ak(),q),"Normal"),A.C(A.C(A.ak(),q),"Medium"),A.C(A.C(A.ak(),q),"SemiBold"),A.C(A.C(A.ak(),q),"Bold"),A.C(A.C(A.ak(),q),"ExtraBold"),A.C(A.C(A.ak(),q),"ExtraBlack")],t.J)}) +s($,"b2L","aL0",()=>{var q="TextDirection" +return A.a([A.C(A.C(A.ak(),q),"RTL"),A.C(A.C(A.ak(),q),"LTR")],t.J)}) +s($,"b2I","aKZ",()=>{var q="TextAlign" +return A.a([A.C(A.C(A.ak(),q),"Left"),A.C(A.C(A.ak(),q),"Right"),A.C(A.C(A.ak(),q),"Center"),A.C(A.C(A.ak(),q),"Justify"),A.C(A.C(A.ak(),q),"Start"),A.C(A.C(A.ak(),q),"End")],t.J)}) +s($,"b2M","aL1",()=>{var q="TextHeightBehavior" +return A.a([A.C(A.C(A.ak(),q),"All"),A.C(A.C(A.ak(),q),"DisableFirstAscent"),A.C(A.C(A.ak(),q),"DisableLastDescent"),A.C(A.C(A.ak(),q),"DisableAll")],t.J)}) +s($,"b2E","aKV",()=>{var q="RectHeightStyle" +return A.a([A.C(A.C(A.ak(),q),"Tight"),A.C(A.C(A.ak(),q),"Max"),A.C(A.C(A.ak(),q),"IncludeLineSpacingMiddle"),A.C(A.C(A.ak(),q),"IncludeLineSpacingTop"),A.C(A.C(A.ak(),q),"IncludeLineSpacingBottom"),A.C(A.C(A.ak(),q),"Strut")],t.J)}) +s($,"b2F","aKW",()=>{var q="RectWidthStyle" +return A.a([A.C(A.C(A.ak(),q),"Tight"),A.C(A.C(A.ak(),q),"Max")],t.J)}) +s($,"b2y","aAl",()=>A.a([A.C(A.C(A.ak(),"ClipOp"),"Difference"),A.C(A.C(A.ak(),"ClipOp"),"Intersect")],t.J)) +s($,"b2z","Hc",()=>{var q="FillType" +return A.a([A.C(A.C(A.ak(),q),"Winding"),A.C(A.C(A.ak(),q),"EvenOdd")],t.J)}) +s($,"b2x","aKQ",()=>{var q="BlurStyle" +return A.a([A.C(A.C(A.ak(),q),"Normal"),A.C(A.C(A.ak(),q),"Solid"),A.C(A.C(A.ak(),q),"Outer"),A.C(A.C(A.ak(),q),"Inner")],t.J)}) +s($,"b2G","aKX",()=>{var q="StrokeCap" +return A.a([A.C(A.C(A.ak(),q),"Butt"),A.C(A.C(A.ak(),q),"Round"),A.C(A.C(A.ak(),q),"Square")],t.J)}) +s($,"b2C","aKT",()=>{var q="PaintStyle" +return A.a([A.C(A.C(A.ak(),q),"Fill"),A.C(A.C(A.ak(),q),"Stroke")],t.J)}) +s($,"b2w","aKP",()=>{var q="BlendMode" +return A.a([A.C(A.C(A.ak(),q),"Clear"),A.C(A.C(A.ak(),q),"Src"),A.C(A.C(A.ak(),q),"Dst"),A.C(A.C(A.ak(),q),"SrcOver"),A.C(A.C(A.ak(),q),"DstOver"),A.C(A.C(A.ak(),q),"SrcIn"),A.C(A.C(A.ak(),q),"DstIn"),A.C(A.C(A.ak(),q),"SrcOut"),A.C(A.C(A.ak(),q),"DstOut"),A.C(A.C(A.ak(),q),"SrcATop"),A.C(A.C(A.ak(),q),"DstATop"),A.C(A.C(A.ak(),q),"Xor"),A.C(A.C(A.ak(),q),"Plus"),A.C(A.C(A.ak(),q),"Modulate"),A.C(A.C(A.ak(),q),"Screen"),A.C(A.C(A.ak(),q),"Overlay"),A.C(A.C(A.ak(),q),"Darken"),A.C(A.C(A.ak(),q),"Lighten"),A.C(A.C(A.ak(),q),"ColorDodge"),A.C(A.C(A.ak(),q),"ColorBurn"),A.C(A.C(A.ak(),q),"HardLight"),A.C(A.C(A.ak(),q),"SoftLight"),A.C(A.C(A.ak(),q),"Difference"),A.C(A.C(A.ak(),q),"Exclusion"),A.C(A.C(A.ak(),q),"Multiply"),A.C(A.C(A.ak(),q),"Hue"),A.C(A.C(A.ak(),q),"Saturation"),A.C(A.C(A.ak(),q),"Color"),A.C(A.C(A.ak(),q),"Luminosity")],t.J)}) +s($,"b2H","aKY",()=>{var q="StrokeJoin" +return A.a([A.C(A.C(A.ak(),q),"Miter"),A.C(A.C(A.ak(),q),"Round"),A.C(A.C(A.ak(),q),"Bevel")],t.J)}) +s($,"b2N","awk",()=>{var q="TileMode" +return A.a([A.C(A.C(A.ak(),q),"Clamp"),A.C(A.C(A.ak(),q),"Repeat"),A.C(A.C(A.ak(),q),"Mirror"),A.C(A.C(A.ak(),q),"Decal")],t.J)}) +s($,"b1M","aAd",()=>{var q="FilterMode",p="MipmapMode",o="Linear",n=t.e +return A.aJ([B.fd,n.a({filter:A.C(A.C(A.ak(),q),"Nearest"),mipmap:A.C(A.C(A.ak(),p),"None")}),B.mV,n.a({filter:A.C(A.C(A.ak(),q),o),mipmap:A.C(A.C(A.ak(),p),"None")}),B.mW,n.a({filter:A.C(A.C(A.ak(),q),o),mipmap:A.C(A.C(A.ak(),p),o)}),B.jh,n.a({B:A.aC6(0.3333333333333333),C:A.aC6(0.3333333333333333)})],A.am("pd"),n)}) +s($,"b1Z","aKr",()=>{var q=A.axL(2) +q[0]=0 +q[1]=1 +return q}) +s($,"b2v","aAk",()=>A.aY7(4)) +s($,"b2K","aL_",()=>{var q="DecorationStyle" +return A.a([A.C(A.C(A.ak(),q),"Solid"),A.C(A.C(A.ak(),q),"Double"),A.C(A.C(A.ak(),q),"Dotted"),A.C(A.C(A.ak(),q),"Dashed"),A.C(A.C(A.ak(),q),"Wavy")],t.J)}) +s($,"b2J","aAm",()=>{var q="TextBaseline" +return A.a([A.C(A.C(A.ak(),q),"Alphabetic"),A.C(A.C(A.ak(),q),"Ideographic")],t.J)}) +s($,"b2D","aKU",()=>{var q="PlaceholderAlignment" +return A.a([A.C(A.C(A.ak(),q),"Baseline"),A.C(A.C(A.ak(),q),"AboveBaseline"),A.C(A.C(A.ak(),q),"BelowBaseline"),A.C(A.C(A.ak(),q),"Top"),A.C(A.C(A.ak(),q),"Bottom"),A.C(A.C(A.ak(),q),"Middle")],t.J)}) +r($,"b_m","awb",()=>{var q=t.S,p=t.t +return new A.Mv(A.aOl(),A.w(q,A.am("aZX")),A.w(q,A.am("b0X")),A.w(q,A.am("lT")),A.aM(q),A.a([],p),A.a([],p),$.dr().gpN(),A.w(q,A.am("c5")))}) +r($,"b1N","aKg",()=>{var q=A.aCq(new A.auw()),p=self.window.FinalizationRegistry +p.toString +return A.aUL(p,q)}) +r($,"b3o","aLo",()=>new A.aek()) +s($,"b1G","aKf",()=>A.aEv(A.C(A.ak(),"ParagraphBuilder"))) +s($,"aZv","aIz",()=>A.aGn(A.GP(A.GP(A.GP(A.aI7(),"window"),"flutterCanvasKit"),"Paint"))) +s($,"aZu","aIy",()=>{var q=A.aGn(A.GP(A.GP(A.GP(A.aI7(),"window"),"flutterCanvasKit"),"Paint")) +A.aS3(q,0) +return q}) +s($,"b3D","aLv",()=>{var q=t.N,p=A.am("+breaks,graphemes,words(vv,vv,vv)"),o=A.axB(B.D2.a,q,p),n=A.axB(B.D3.a,q,p) +return new A.a_a(A.axB(B.D4.a,q,p),n,o)}) +s($,"b1X","aKq",()=>A.aJ([B.n8,A.aHk("grapheme"),B.n9,A.aHk("word")],A.am("za"),t.e)) +s($,"b2W","aL9",()=>A.aWT()) +s($,"aZZ","dq",()=>{var q,p=A.C(self.window,"screen") +p=p==null?null:A.C(p,"width") +if(p==null)p=0 +q=A.C(self.window,"screen") +q=q==null?null:A.C(q,"height") +return new A.Ly(A.aS2(p,q==null?0:q))}) +s($,"b2T","aL6",()=>{var q=A.C(self.window,"trustedTypes") +q.toString +return A.aUP(q,"createPolicy",A.aSh("flutter-engine"),t.e.a({createScriptURL:A.aCq(new A.auU())}))}) +r($,"b31","aLe",()=>self.window.FinalizationRegistry!=null) +s($,"b1S","aKl",()=>B.X.cb(A.aJ(["type","fontsChange"],t.N,t.z))) +s($,"b1D","aKd",()=>A.aN5("ftyp")) +s($,"b2_","aAf",()=>8589934852) +s($,"b20","aKs",()=>8589934853) +s($,"b21","aAg",()=>8589934848) +s($,"b22","aKt",()=>8589934849) +s($,"b26","aAi",()=>8589934850) +s($,"b27","aKw",()=>8589934851) +s($,"b24","aAh",()=>8589934854) +s($,"b25","aKv",()=>8589934855) +s($,"b2c","aKB",()=>458978) +s($,"b2d","aKC",()=>458982) +s($,"b3i","aAt",()=>458976) +s($,"b3j","aAu",()=>458980) +s($,"b2g","aKF",()=>458977) +s($,"b2h","aKG",()=>458981) +s($,"b2e","aKD",()=>458979) +s($,"b2f","aKE",()=>458983) +s($,"b23","aKu",()=>A.aJ([$.aAf(),new A.auC(),$.aKs(),new A.auD(),$.aAg(),new A.auE(),$.aKt(),new A.auF(),$.aAi(),new A.auG(),$.aKw(),new A.auH(),$.aAh(),new A.auI(),$.aKv(),new A.auJ()],t.S,A.am("y(jW)"))) +s($,"b3t","awl",()=>A.aWP(new A.avS())) +r($,"b_j","awa",()=>new A.Mp(A.a([],A.am("u<~(y)>")),A.aC4(self.window,"(forced-colors: active)"))) +s($,"b__","b3",()=>{var q,p=A.ax9(),o=A.aXg(),n=A.aOn(0) +if(A.aO0($.awa().b))n.sahP(!0) +p=A.aQt(n.de(),!1,"/",p,B.W,!1,null,o) +o=A.a([$.dq()],A.am("u")) +q=A.aC4(self.window,"(prefers-color-scheme: dark)") +A.aHm() +q=new A.LA(p,o,A.w(t.S,A.am("tm")),A.w(t.K,A.am("Tb")),q,B.at) +q.a_M() +o=$.awa() +p=o.a +if(B.b.ga_(p))A.aUO(o.b,"addListener",o.gMj()) +p.push(q.gOK()) +q.a_R() +q.a_V() +A.aYt(q.gpc()) +q.Vw("flutter/lifecycle",A.a5u(B.aW.cG(B.eO.K())),null) +return q}) +s($,"b_V","awf",()=>{var q=t.N,p=t.S +q=new A.afj(A.w(q,t._8),A.w(p,t.e),A.aM(q),A.w(p,q)) +q.alk("_default_document_create_element_visible",A.aGy()) +q.Gl("_default_document_create_element_invisible",A.aGy(),!1) +return q}) +r($,"b0e","aJl",()=>new A.aiu()) +r($,"aVf","aKm",()=>A.GT()) +s($,"b2t","a7",()=>new A.In()) +r($,"b32","aLf",()=>{var q=self.window.ImageDecoder +q=(q==null?null:q)!=null&&A.aWv()===B.bU +return q}) +s($,"aZp","aIv",()=>{var q=t.N +return new A.a5h(A.aJ(["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($,"b3G","a3O",()=>new A.abx()) +s($,"b2R","aL4",()=>A.axL(4)) +s($,"b2P","aAn",()=>A.axL(16)) +s($,"b2Q","aL3",()=>A.aPX($.aAn())) +r($,"b3u","dR",()=>A.aNY(A.C(self.window,"console"))) +s($,"b3L","dr",()=>A.aOp(0,$.b3())) +s($,"aZG","a3F",()=>A.aHx("_$dart_dartClosure")) +s($,"b3p","aLp",()=>B.at.h0(new A.avR())) +s($,"b0J","aJC",()=>A.lX(A.amB({ +toString:function(){return"$receiver$"}}))) +s($,"b0K","aJD",()=>A.lX(A.amB({$method$:null, +toString:function(){return"$receiver$"}}))) +s($,"b0L","aJE",()=>A.lX(A.amB(null))) +s($,"b0M","aJF",()=>A.lX(function(){var $argumentsExpr$="$arguments$" +try{null.$method$($argumentsExpr$)}catch(q){return q.message}}())) +s($,"b0P","aJI",()=>A.lX(A.amB(void 0))) +s($,"b0Q","aJJ",()=>A.lX(function(){var $argumentsExpr$="$arguments$" +try{(void 0).$method$($argumentsExpr$)}catch(q){return q.message}}())) +s($,"b0O","aJH",()=>A.lX(A.aF9(null))) +s($,"b0N","aJG",()=>A.lX(function(){try{null.$method$}catch(q){return q.message}}())) +s($,"b0S","aJL",()=>A.lX(A.aF9(void 0))) +s($,"b0R","aJK",()=>A.lX(function(){try{(void 0).$method$}catch(q){return q.message}}())) +s($,"b2m","aKK",()=>A.akK(254)) +s($,"b28","aKx",()=>97) +s($,"b2k","aKI",()=>65) +s($,"b29","aKy",()=>122) +s($,"b2l","aKJ",()=>90) +s($,"b2a","aKz",()=>48) +s($,"b10","aA5",()=>A.aTg()) +s($,"b_b","a3G",()=>A.am("ay").a($.aLp())) +s($,"b0V","aJN",()=>new A.amS().$0()) +s($,"b0W","aJO",()=>new A.amR().$0()) +s($,"b12","aA6",()=>A.aQg(A.mo(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($,"b11","aJR",()=>A.axN(0)) +s($,"b1l","aA9",()=>typeof process!="undefined"&&Object.prototype.toString.call(process)=="[object process]"&&process.platform=="win32") +s($,"b1m","aK3",()=>A.bF("^[\\-\\.0-9A-Z_a-z~]*$",!0,!1,!1)) +s($,"b1V","e0",()=>A.oB(B.a5C)) +s($,"b0y","kO",()=>{A.aQW() +return $.afO}) +s($,"b2u","aKO",()=>A.aUZ()) +s($,"b1I","aAa",()=>A.aUR(A.av2(self))) +s($,"b16","aA7",()=>A.aHx("_$dart_dartObject")) +s($,"b1J","aAb",()=>function DartObject(a){this.o=a}) +s($,"b1Y","aAe",()=>Symbol("jsBoxedDartObjectProperty")) +s($,"aZY","dP",()=>J.aLU(A.aML(A.aQh(A.a([1],t.t)).buffer,0,null),0)===1?B.t:B.ix) +s($,"b33","Hd",()=>new A.a5R(A.w(t.N,A.am("m1")))) +r($,"b2s","awj",()=>B.G2) +s($,"b3r","aLq",()=>new A.afm()) +s($,"aZm","aIs",()=>A.aUn(A.axN(0))) +s($,"aZl","aIr",()=>A.aUm(A.axM(0))) +s($,"b36","aLg",()=>new A.Wl()) +s($,"b1d","aJZ",()=>A.fG(1,0,t.i)) +s($,"b1c","aJY",()=>A.fG(0,1,t.i)) +s($,"b2i","aKH",()=>A.fG(B.ej,B.f,t.o)) +s($,"b2b","aKA",()=>A.fG(B.f,B.XT,t.o)) +r($,"b15","aJT",()=>new A.L0(B.a8k,B.a8j)) +s($,"b37","aLh",()=>new A.KP()) +r($,"b1e","aK_",()=>new A.Z2(B.a9b,B.R)) +s($,"b2S","aL5",()=>new A.auR().$0()) +s($,"b1F","aKe",()=>new A.aud().$0()) +r($,"aOD","fi",()=>$.aOE) +s($,"aZs","aD",()=>A.ax(0,null,!1,t.Nw)) +s($,"b14","Ha",()=>new A.oc(0,$.aJS())) +s($,"b13","aJS",()=>A.aVM(0)) +s($,"b1K","a3K",()=>A.np(null,t.N)) +s($,"b1L","aAc",()=>A.aSf()) +s($,"b1_","aJQ",()=>A.axN(8)) +s($,"b0x","aJy",()=>A.bF("^\\s*at ([^\\s]+).*$",!0,!1,!1)) +s($,"b3g","aAr",()=>A.aBt(4294967295)) +s($,"b3f","aAq",()=>A.aBt(3707764736)) +s($,"b3a","aLj",()=>new A.WM()) +s($,"b1i","aK0",()=>A.fG(0.75,1,t.i)) +s($,"b1j","aK1",()=>A.mT(B.GE)) +s($,"b_n","aIW",()=>A.mT(B.be)) +s($,"b_o","aIX",()=>A.mT(B.JU)) +r($,"b0G","aJz",()=>new A.alB(new A.alD(),A.br()===B.ao)) +s($,"b1v","aKb",()=>{var q=t.i +return A.a([A.aF8(A.fG(0,0.4,q).jV(A.mT(B.I6)),0.166666,q),A.aF8(A.fG(0.4,1,q).jV(A.mT(B.I9)),0.833334,q)],A.am("u>"))}) +s($,"b1u","a3I",()=>A.aSX($.aKb(),t.i)) +s($,"b1n","aK4",()=>A.fG(0,1,t.i).jV(A.mT(B.JV))) +s($,"b1o","aK5",()=>A.fG(1.1,1,t.i).jV($.a3I())) +s($,"b1p","aK6",()=>A.fG(0.85,1,t.i).jV($.a3I())) +s($,"b1q","aK7",()=>A.fG(0,0.6,t.PM).jV(A.mT(B.JX))) +s($,"b1r","aK8",()=>A.fG(1,0,t.i).jV(A.mT(B.JZ))) +s($,"b1t","aKa",()=>A.fG(1,1.05,t.i).jV($.a3I())) +s($,"b1s","aK9",()=>A.fG(1,0.9,t.i).jV($.a3I())) +s($,"b19","aJV",()=>A.fG(0.875,1,t.i).jV(A.mT(B.dJ))) +s($,"b3n","aLn",()=>new A.Pc()) +s($,"b0I","aJB",()=>A.aSD()) +s($,"b0H","aJA",()=>new A.Xe(A.w(A.am("w3"),t.we),5,A.am("Xe"))) +s($,"b_N","awd",()=>A.aQf(4)) +r($,"b06","aJd",()=>B.Hf) +r($,"b08","aJf",()=>{var q=null +return A.aEW(q,B.m5,q,q,q,q,"sans-serif",q,q,18,q,q,q,q,q,q,q,q,q,q,q)}) +r($,"b07","aJe",()=>{var q=null +return A.axS(q,q,q,q,q,q,q,q,q,B.hW,B.i,q)}) +s($,"b1k","aK2",()=>A.aPY()) +s($,"b09","aJg",()=>A.akK(65532)) +s($,"b2j","a3L",()=>98304) +s($,"b0k","awh",()=>A.kk()) +s($,"b0j","aJo",()=>A.axM(0)) +s($,"b0l","aJp",()=>A.axM(0)) +s($,"b0m","aJq",()=>A.aQ_().a) +s($,"b3x","He",()=>{var q=t.N,p=t.L0 +return new A.afd(A.w(q,A.am("ai")),A.w(q,p),A.w(q,p))}) +s($,"aZq","aIw",()=>new A.a5i()) +s($,"b_w","aJ_",()=>A.aJ([4294967562,B.K8,4294967564,B.K9,4294967556,B.Ka],t.S,t.SQ)) +s($,"b03","awg",()=>new A.agp(A.a([],A.am("u<~(jf)>")),A.w(t.v3,t.bd))) +s($,"b02","aJb",()=>{var q=t.v3 +return A.aJ([B.a8Z,A.cR([B.dg],q),B.a9_,A.cR([B.di],q),B.a90,A.cR([B.dg,B.di],q),B.a8Y,A.cR([B.dg],q),B.a8V,A.cR([B.df],q),B.a8W,A.cR([B.en],q),B.a8X,A.cR([B.df,B.en],q),B.a8U,A.cR([B.df],q),B.a8R,A.cR([B.de],q),B.a8S,A.cR([B.em],q),B.a8T,A.cR([B.de,B.em],q),B.a8Q,A.cR([B.de],q),B.a92,A.cR([B.dh],q),B.a93,A.cR([B.eo],q),B.a94,A.cR([B.dh,B.eo],q),B.a91,A.cR([B.dh],q),B.a95,A.cR([B.cE],q),B.a96,A.cR([B.hr],q),B.a97,A.cR([B.hq],q),B.a98,A.cR([B.el],q)],A.am("cZ"),A.am("c5

    "))}) +s($,"b01","aA0",()=>A.aJ([B.dg,B.e6,B.di,B.hb,B.df,B.ce,B.en,B.cD,B.de,B.e5,B.em,B.ha,B.dh,B.e7,B.eo,B.hc,B.cE,B.e2,B.hr,B.h8,B.hq,B.h9],t.v3,t.bd)) +s($,"b00","aJa",()=>{var q=A.w(t.v3,t.bd) +q.m(0,B.el,B.jJ) +q.R(0,$.aA0()) +return q}) +s($,"b_1","aIJ",()=>new A.LN("\n",!1,"")) +s($,"b0F","cg",()=>{var q=$.awi() +q=new A.SA(q,A.cR([q],A.am("Ce")),A.w(t.N,A.am("aEm"))) +q.c=B.zq +q.ga0M().mz(q.ga74()) +return q}) +s($,"b1g","awi",()=>new A.Zl()) +s($,"b0T","aA3",()=>{var q=new A.SX() +q.a=B.Y8 +q.gabK().mz(q.ga6f()) +return q}) +r($,"b0Z","aJP",()=>{var q=A.am("~(bb)") +return A.aJ([B.a5p,A.aBL(!0),B.a6a,A.aBL(!1),B.a5J,new A.R0(A.Aj(q)),B.a5B,new A.Py(A.Aj(q)),B.a5F,new A.Qd(A.Aj(q)),B.Ex,new A.ye(!1,A.Aj(q)),B.l0,A.aRA(),B.a5G,new A.Qh(A.Aj(q)),B.a5W,new A.Tf(A.Aj(q))],t.n,t.od)}) +s($,"aZK","aw9",()=>{var q,p,o,n=t.vz,m=A.w(t.Vz,n) +for(q=A.am("aL"),p=0;p<2;++p){o=B.jG[p] +m.R(0,A.aJ([A.eh(B.b6,!1,!1,!1,o),B.iX,A.eh(B.b6,!1,!0,!1,o),B.j0,A.eh(B.b6,!0,!1,!1,o),B.iZ,A.eh(B.aY,!1,!1,!1,o),B.iY,A.eh(B.aY,!1,!0,!1,o),B.j1,A.eh(B.aY,!0,!1,!1,o),B.j_],q,n))}m.m(0,B.dp,B.dN) +m.m(0,B.dq,B.dO) +m.m(0,B.eD,B.fb) +m.m(0,B.eE,B.fc) +m.m(0,B.DB,B.j9) +m.m(0,B.DC,B.ja) +m.m(0,B.DD,B.jd) +m.m(0,B.DE,B.je) +m.m(0,B.kG,B.cs) +m.m(0,B.kH,B.ct) +m.m(0,B.kI,B.f9) +m.m(0,B.kJ,B.fa) +m.m(0,B.DF,B.mM) +m.m(0,B.DG,B.mN) +m.m(0,B.DH,B.mK) +m.m(0,B.DI,B.mL) +m.m(0,B.DJ,B.jb) +m.m(0,B.DK,B.jc) +m.m(0,B.DL,B.Jh) +m.m(0,B.DM,B.Ji) +m.m(0,B.a_w,B.Jf) +m.m(0,B.a_x,B.Jg) +m.m(0,B.eB,B.mS) +m.m(0,B.eC,B.mT) +m.m(0,B.kF,B.jf) +m.m(0,B.kK,B.jg) +m.m(0,B.DT,B.mr) +m.m(0,B.DU,B.mq) +m.m(0,B.DV,B.lL) +m.m(0,B.kL,B.lO) +m.m(0,B.a_L,B.lQ) +m.m(0,B.a_M,B.lN) +m.m(0,B.hV,B.x) +m.m(0,B.hQ,B.x) +return m}) +s($,"aZJ","azR",()=>$.aw9()) +s($,"aZL","aIC",()=>$.azR()) +s($,"aZN","aIE",()=>{var q=A.pG($.aw9(),t.Vz,t.vz) +q.m(0,B.hR,B.cs) +q.m(0,B.hS,B.ct) +q.m(0,B.hT,B.mM) +q.m(0,B.hU,B.mN) +return q}) +s($,"aZO","azS",()=>{var q,p,o,n=t.vz,m=A.w(t.Vz,n) +for(q=A.am("aL"),p=0;p<2;++p){o=B.jG[p] +m.R(0,A.aJ([A.eh(B.b6,!1,!1,!1,o),B.iX,A.eh(B.b6,!0,!1,!1,o),B.j0,A.eh(B.b6,!1,!1,!0,o),B.iZ,A.eh(B.aY,!1,!1,!1,o),B.iY,A.eh(B.aY,!0,!1,!1,o),B.j1,A.eh(B.aY,!1,!1,!0,o),B.j_],q,n))}m.m(0,B.dp,B.dN) +m.m(0,B.dq,B.dO) +m.m(0,B.eD,B.fb) +m.m(0,B.eE,B.fc) +m.m(0,B.DB,B.j9) +m.m(0,B.DC,B.ja) +m.m(0,B.DD,B.jd) +m.m(0,B.DE,B.je) +m.m(0,B.kG,B.jb) +m.m(0,B.kH,B.jc) +m.m(0,B.kI,B.cs) +m.m(0,B.kJ,B.ct) +m.m(0,B.DF,B.mQ) +m.m(0,B.DG,B.mR) +m.m(0,B.DH,B.mO) +m.m(0,B.DI,B.mP) +m.m(0,B.DN,B.cs) +m.m(0,B.DO,B.ct) +m.m(0,B.DP,B.f9) +m.m(0,B.DQ,B.fa) +m.m(0,B.a_y,B.mI) +m.m(0,B.a_z,B.mJ) +m.m(0,B.a_A,B.j7) +m.m(0,B.a_B,B.j8) +m.m(0,B.a_N,B.lP) +m.m(0,B.hR,B.Dg) +m.m(0,B.hS,B.Dh) +m.m(0,B.hT,B.j7) +m.m(0,B.hU,B.j8) +m.m(0,B.eB,B.kv) +m.m(0,B.eC,B.hK) +m.m(0,B.kF,B.jf) +m.m(0,B.kK,B.jg) +m.m(0,B.DX,B.mr) +m.m(0,B.DY,B.mq) +m.m(0,B.DZ,B.lL) +m.m(0,B.DW,B.lO) +m.m(0,B.a_E,B.lQ) +m.m(0,B.a_F,B.lN) +m.m(0,B.a_G,B.ct) +m.m(0,B.kL,B.cs) +m.m(0,B.a_H,B.dO) +m.m(0,B.a_I,B.dN) +m.m(0,B.a_J,B.fc) +m.m(0,B.a_K,B.fb) +m.m(0,B.hV,B.x) +m.m(0,B.hQ,B.x) +return m}) +s($,"aZM","aID",()=>$.azS()) +s($,"aZQ","aIG",()=>{var q=A.pG($.aw9(),t.Vz,t.vz) +q.m(0,B.eB,B.mS) +q.m(0,B.eC,B.mT) +q.m(0,B.hR,B.Jd) +q.m(0,B.hS,B.Je) +q.m(0,B.hT,B.Jb) +q.m(0,B.hU,B.Jc) +q.m(0,B.DR,B.f9) +q.m(0,B.DS,B.fa) +q.m(0,B.a_C,B.mK) +q.m(0,B.a_D,B.mL) +return q}) +s($,"aZP","aIF",()=>{var q,p,o,n=t.vz,m=A.w(t.Vz,n) +for(q=A.am("aL"),p=0;p<2;++p){o=B.jG[p] +m.R(0,A.aJ([A.eh(B.b6,!1,!1,!1,o),B.x,A.eh(B.aY,!1,!1,!1,o),B.x,A.eh(B.b6,!0,!1,!1,o),B.x,A.eh(B.aY,!0,!1,!1,o),B.x,A.eh(B.b6,!1,!0,!1,o),B.x,A.eh(B.aY,!1,!0,!1,o),B.x,A.eh(B.b6,!1,!1,!0,o),B.x,A.eh(B.aY,!1,!1,!0,o),B.x],q,n))}m.R(0,B.Vt) +m.m(0,B.DT,B.x) +m.m(0,B.DX,B.x) +m.m(0,B.DU,B.x) +m.m(0,B.DY,B.x) +m.m(0,B.DV,B.x) +m.m(0,B.DZ,B.x) +m.m(0,B.kL,B.x) +m.m(0,B.DW,B.x) +return m}) +r($,"b1f","aA8",()=>new A.Z1(B.a99,B.R)) +s($,"b1b","aJX",()=>A.fG(1,0,t.i)) +s($,"b_R","jF",()=>A.a9e(null)) +s($,"b1h","a3H",()=>{var q=A.aTb(null,t.R),p=A.aN8(t.H) +return new A.Z0(B.Zp,q,p)}) +s($,"b1a","aJW",()=>A.bT(0,0,16667,0,0)) +s($,"b0g","aJn",()=>A.aEH(0.5,1.1,100)) +s($,"aZw","aw8",()=>A.azE(0.78)/A.azE(0.9)) +s($,"b3e","aAp",()=>A.axm(B.RS,t.N)) +s($,"b38","aLi",()=>{var q=null +return A.aJ(["af",A.ao(B.Kn,B.Qk,B.E,B.t0,B.Rk,6,5,B.ty,"af",B.u,B.tt,B.MK,B.rH,B.cy,B.tj,B.ty,B.u,B.tt,B.rH,B.tj,B.tf,B.z,B.tf,B.l,q),"am",A.ao(B.S2,B.O6,B.E,B.Ph,B.MR,6,5,B.tF,"am",B.ta,B.nr,B.Tr,B.tH,B.PB,B.r2,B.tF,B.ta,B.nr,B.tH,B.r2,B.rf,B.a5,B.rf,B.l,q),"ar",A.ao(B.Ms,B.LC,B.R4,B.NG,B.Qm,5,4,B.fV,"ar",B.tq,B.nJ,B.qD,B.fV,B.qD,B.fN,B.fV,B.tq,B.nJ,B.fV,B.fN,B.fN,B.a5,B.fN,B.nT,"\u0660"),"as",A.ao(B.MB,B.Tu,B.E,B.Qt,B.Nu,6,5,B.qf,"as",B.qr,B.pM,B.Nw,B.pG,B.KR,B.u_,B.qf,B.qr,B.pM,B.pG,B.u_,B.pB,B.MD,B.pB,B.bg,"\u09e6"),"az",A.ao(B.C,B.M_,B.E,B.L_,B.KE,0,6,B.rc,"az",B.am,B.pj,B.ML,B.o8,B.SB,B.Sy,B.rc,B.am,B.pj,B.o8,B.Kv,B.rD,B.z,B.rD,B.l,q),"be",A.ao(B.C,B.Kz,B.Mk,B.Ne,B.LP,0,6,B.PY,"be",B.nO,B.u4,B.Rl,B.OP,B.Nm,B.qv,B.QL,B.nO,B.u4,B.MT,B.qv,B.tY,B.MQ,B.tY,B.l,q),"bg",A.ao(B.Rf,B.LV,B.bj,B.Qc,B.Pj,0,3,B.pI,"bg",B.nt,B.fj,B.Nd,B.qz,B.RT,B.fP,B.pI,B.nt,B.fj,B.qz,B.fP,B.qU,B.P1,B.qU,B.l,q),"bn",A.ao(B.C,B.fv,B.E,B.PJ,B.LM,6,5,B.jD,"bn",B.r1,B.nA,B.p1,B.NL,B.p1,B.oI,B.jD,B.r1,B.nA,B.jD,B.oI,B.rK,B.a5,B.rK,B.l,"\u09e6"),"bs",A.ao(B.Sz,B.KA,B.td,B.PL,B.pa,0,6,B.tr,"bs",B.cb,B.rg,B.SP,B.pL,B.O7,B.fZ,B.tr,B.cb,B.h2,B.pL,B.fZ,B.fI,B.z,B.fI,B.l,q),"ca",A.ao(B.e_,B.Th,B.O3,B.RE,B.Qo,0,3,B.Qr,"ca",B.q9,B.nw,B.LZ,B.On,B.T9,B.nR,B.RB,B.q9,B.nw,B.T5,B.nR,B.q_,B.ny,B.q_,B.l,q),"cs",A.ao(B.P8,B.RN,B.E,B.LD,B.Qn,0,3,B.Rw,"cs",B.am,B.oW,B.Ll,B.qp,B.a0,B.np,B.SQ,B.am,B.oW,B.qp,B.np,B.tP,B.fn,B.tP,B.l,q),"cy",A.ao(B.Tv,B.Lg,B.Pf,B.RR,B.MU,0,3,B.o2,"cy",B.oc,B.tZ,B.TB,B.O2,B.N1,B.Lr,B.o2,B.oc,B.tZ,B.SM,B.MS,B.oJ,B.z,B.oJ,B.l,q),"da",A.ao(B.C,B.Ow,B.To,B.da,B.da,0,3,B.nl,"da",B.u,B.ca,B.dS,B.qS,B.PT,B.dR,B.nl,B.u,B.ca,B.qS,B.Tm,B.d6,B.js,B.d6,B.l,q),"de",A.ao(B.C,B.jt,B.qB,B.d8,B.d8,0,3,B.fY,"de",B.u,B.d9,B.jz,B.p_,B.a0,B.nU,B.fY,B.u,B.d9,B.fO,B.t5,B.fm,B.z,B.fm,B.l,q),"de_CH",A.ao(B.C,B.jt,B.qB,B.d8,B.d8,0,3,B.fY,"de_CH",B.u,B.d9,B.jz,B.p_,B.a0,B.nU,B.fY,B.u,B.d9,B.fO,B.t5,B.fm,B.z,B.fm,B.l,q),"el",A.ao(B.Pp,B.rn,B.QI,B.PC,B.Rj,0,3,B.QA,"el",B.nL,B.or,B.QO,B.Sp,B.P2,B.ro,B.NX,B.nL,B.or,B.Ta,B.ro,B.u1,B.a5,B.u1,B.l,q),"en",A.ao(B.C,B.cA,B.bs,B.aX,B.ax,6,5,B.a9,"en",B.u,B.T,B.bh,B.cx,B.a0,B.aa,B.a9,B.u,B.T,B.cx,B.aa,B.ab,B.a5,B.ab,B.l,q),"en_AU",A.ao(B.cz,B.fo,B.bs,B.aX,B.ax,0,6,B.a9,"en_AU",B.u,B.nY,B.bh,B.Tn,B.a0,B.aa,B.a9,B.u,B.nY,B.cx,B.aa,B.ab,B.a5,B.ab,B.l,q),"en_CA",A.ao(B.c9,B.O9,B.bs,B.aX,B.ax,6,5,B.a9,"en_CA",B.u,B.T,B.bh,B.aM,B.a0,B.aa,B.a9,B.u,B.T,B.aM,B.aa,B.ab,B.a5,B.ab,B.l,q),"en_GB",A.ao(B.cz,B.pl,B.bs,B.aX,B.ax,0,3,B.a9,"en_GB",B.u,B.T,B.bh,B.aM,B.a0,B.aa,B.a9,B.u,B.T,B.aM,B.aa,B.ab,B.z,B.ab,B.l,q),"en_IE",A.ao(B.c9,B.nm,B.bs,B.aX,B.ax,0,3,B.a9,"en_IE",B.u,B.T,B.bh,B.aM,B.a0,B.aa,B.a9,B.u,B.T,B.aM,B.aa,B.ab,B.z,B.ab,B.l,q),"en_IN",A.ao(B.cz,B.PO,B.bs,B.aX,B.ax,6,5,B.a9,"en_IN",B.u,B.T,B.bh,B.aM,B.a0,B.aa,B.a9,B.u,B.T,B.aM,B.aa,B.ab,B.a5,B.ab,B.bg,q),"en_NZ",A.ao(B.cz,B.Mb,B.bs,B.aX,B.ax,0,6,B.a9,"en_NZ",B.u,B.T,B.bh,B.aM,B.a0,B.aa,B.a9,B.u,B.T,B.aM,B.aa,B.ab,B.a5,B.ab,B.l,q),"en_SG",A.ao(B.cz,B.fo,B.bs,B.aX,B.ax,6,5,B.a9,"en_SG",B.u,B.T,B.bh,B.aM,B.a0,B.aa,B.a9,B.u,B.T,B.aM,B.aa,B.ab,B.a5,B.ab,B.l,q),"en_US",A.ao(B.C,B.cA,B.bs,B.aX,B.ax,6,5,B.a9,"en_US",B.u,B.T,B.bh,B.cx,B.a0,B.aa,B.a9,B.u,B.T,B.cx,B.aa,B.ab,B.a5,B.ab,B.l,q),"en_ZA",A.ao(B.cz,B.Qu,B.bs,B.aX,B.ax,6,5,B.a9,"en_ZA",B.u,B.T,B.bh,B.aM,B.a0,B.aa,B.a9,B.u,B.T,B.aM,B.aa,B.ab,B.z,B.ab,B.l,q),"es",A.ao(B.e_,B.qy,B.bj,B.fT,B.fq,0,3,B.cc,"es",B.c8,B.py,B.tN,B.c6,B.br,B.c7,B.cc,B.c8,B.py,B.c6,B.c7,B.c5,B.ny,B.c5,B.l,q),"es_419",A.ao(B.e_,B.qy,B.ra,B.fT,B.fq,0,3,B.cc,"es_419",B.c8,B.Sx,B.fw,B.c6,B.br,B.c7,B.cc,B.c8,B.bi,B.c6,B.c7,B.c5,B.z,B.c5,B.l,q),"es_MX",A.ao(B.e_,B.KQ,B.ra,B.fT,B.fq,6,5,B.cc,"es_MX",B.c8,B.bi,B.tN,B.c6,B.br,B.c7,B.cc,B.c8,B.bi,B.c6,B.c7,B.c5,B.z,B.c5,B.l,q),"es_US",A.ao(B.e_,B.Ti,B.bj,B.fT,B.fq,6,5,B.cc,"es_US",B.c8,B.bi,B.fw,B.c6,B.br,B.c7,B.cc,B.c8,B.bi,B.c6,B.c7,B.c5,B.a5,B.c5,B.l,q),"et",A.ao(B.C,B.Nx,B.E,B.St,B.QM,0,3,B.qT,"et",B.rp,B.h0,B.dS,B.rT,B.cy,B.h0,B.qT,B.rp,B.h0,B.rT,B.h0,B.ow,B.z,B.ow,B.l,q),"eu",A.ao(B.C,B.OY,B.E,B.Q7,B.Ox,0,3,B.Kt,"eu",B.oY,B.p8,B.S7,B.tc,B.Pu,B.ov,B.R3,B.oY,B.p8,B.tc,B.ov,B.oR,B.oK,B.oR,B.l,q),"fa",A.ao(B.OO,B.S8,B.MH,B.TA,B.Md,5,4,B.MX,"fa",B.qO,B.qa,B.Nz,B.jF,B.SW,B.fp,B.jF,B.qO,B.qa,B.jF,B.fp,B.fp,B.nM,B.fp,B.LB,"\u06f0"),"fi",A.ao(B.O1,B.N3,B.Sm,B.OW,B.R7,0,3,B.NQ,"fi",B.q4,B.r4,B.Ri,B.Tg,B.RI,B.rW,B.Or,B.q4,B.r4,B.Sv,B.rW,B.RQ,B.Na,B.N8,B.l,q),"fil",A.ao(B.C,B.cA,B.pc,B.aX,B.ax,6,5,B.fk,"fil",B.d5,B.cd,B.rZ,B.d5,B.a0,B.cd,B.fk,B.oE,B.cd,B.d5,B.cd,B.h_,B.a5,B.h_,B.l,q),"fr",A.ao(B.C,B.nm,B.ol,B.oe,B.re,0,3,B.fM,"fr",B.u,B.bi,B.pq,B.qR,B.br,B.fs,B.fM,B.u,B.bi,B.qR,B.fs,B.fy,B.z,B.fy,B.l,q),"fr_CA",A.ao(B.c9,B.rw,B.ol,B.oe,B.re,6,5,B.fM,"fr_CA",B.u,B.bi,B.pq,B.pr,B.br,B.fs,B.fM,B.u,B.bi,B.pr,B.fs,B.fy,B.MM,B.fy,B.l,q),"gl",A.ao(B.c9,B.Oy,B.Qa,B.PP,B.h4,0,3,B.NH,"gl",B.PR,B.Lh,B.fw,B.Ro,B.br,B.My,B.SO,B.Pm,B.Mp,B.Nc,B.Li,B.Pc,B.z,B.SJ,B.l,q),"gsw",A.ao(B.RH,B.jt,B.E,B.d8,B.d8,0,3,B.pT,"gsw",B.u,B.d9,B.jz,B.fO,B.a0,B.t6,B.pT,B.u,B.d9,B.fO,B.t6,B.pm,B.z,B.pm,B.l,q),"gu",A.ao(B.C,B.fv,B.NO,B.KP,B.Oq,6,5,B.pE,"gu",B.tR,B.qN,B.R2,B.qA,B.a0,B.oX,B.pE,B.tR,B.qN,B.qA,B.oX,B.r9,B.q5,B.r9,B.bg,q),"he",A.ao(B.NV,B.Sw,B.Nv,B.KV,B.RU,6,5,B.qh,"he",B.am,B.pV,B.LE,B.od,B.a0,B.rC,B.qh,B.am,B.pV,B.od,B.rC,B.nK,B.fn,B.nK,B.nT,q),"hi",A.ao(B.cz,B.fo,B.Np,B.Pe,B.Su,6,5,B.pO,"hi",B.rX,B.fu,B.Rm,B.rU,B.Qx,B.qW,B.pO,B.rX,B.fu,B.rU,B.qW,B.nG,B.a5,B.nG,B.bg,q),"hr",A.ao(B.C,B.Sh,B.td,B.QJ,B.SV,0,6,B.LQ,"hr",B.qP,B.rg,B.dS,B.rm,B.QQ,B.fZ,B.ND,B.qP,B.h2,B.rm,B.fZ,B.fI,B.MC,B.fI,B.l,q),"hu",A.ao(B.P5,B.Tb,B.E,B.OS,B.Mh,0,3,B.p0,"hu",B.tO,B.rd,B.Mi,B.tT,B.Tw,B.r6,B.p0,B.tO,B.rd,B.tT,B.r6,B.om,B.fn,B.om,B.l,q),"hy",A.ao(B.C,B.QN,B.bj,B.SN,B.Tx,0,6,B.Tk,"hy",B.oU,B.p9,B.Si,B.nV,B.No,B.to,B.Q0,B.oU,B.p9,B.nV,B.to,B.tW,B.z,B.tW,B.l,q),"id",A.ao(B.C,B.Mt,B.E,B.Ky,B.Ps,6,5,B.os,"id",B.u,B.ry,B.Q9,B.t7,B.cy,B.rG,B.os,B.u,B.ry,B.t7,B.rG,B.p4,B.js,B.p4,B.l,q),"is",A.ao(B.Nn,B.KW,B.jx,B.Re,B.da,0,3,B.rY,"is",B.r3,B.r8,B.Qb,B.rb,B.Nr,B.oD,B.rY,B.r3,B.r8,B.rb,B.oD,B.tS,B.z,B.tS,B.l,q),"it",A.ao(B.C,B.Km,B.d7,B.MI,B.h4,0,3,B.q6,"it",B.rM,B.rI,B.pS,B.oB,B.br,B.q2,B.q6,B.rM,B.rI,B.oB,B.q2,B.qG,B.z,B.qG,B.l,q),"ja",A.ao(B.KC,B.OL,B.E,B.qq,B.qq,6,5,B.aN,"ja",B.am,B.fC,B.RK,B.aN,B.a0,B.fC,B.aN,B.am,B.fC,B.aN,B.fC,B.pe,B.N0,B.pe,B.l,q),"ka",A.ao(B.C,B.Td,B.bj,B.NB,B.RA,0,6,B.oL,"ka",B.nu,B.nz,B.SZ,B.nn,B.QH,B.o3,B.oL,B.nu,B.nz,B.nn,B.o3,B.pi,B.z,B.pi,B.l,q),"kk",A.ao(B.C,B.Nj,B.bj,B.NF,B.Q6,0,6,B.Ku,"kk",B.ru,B.pH,B.MA,B.ph,B.PZ,B.nB,B.PM,B.ru,B.pH,B.ph,B.nB,B.o0,B.z,B.o0,B.l,q),"km",A.ao(B.C,B.rn,B.NJ,B.Mz,B.Lv,6,5,B.fX,"km",B.t8,B.q7,B.pW,B.fX,B.pW,B.oZ,B.fX,B.t8,B.q7,B.fX,B.oZ,B.Qq,B.a5,B.Mr,B.l,q),"kn",A.ao(B.O8,B.OD,B.E,B.OK,B.KI,6,5,B.pN,"kn",B.pY,B.o5,B.OE,B.LT,B.NM,B.qC,B.pN,B.pY,B.o5,B.Kp,B.qC,B.o6,B.q5,B.o6,B.bg,q),"ko",A.ao(B.KZ,B.Mj,B.E,B.OX,B.ax,6,5,B.d4,"ko",B.d4,B.fL,B.Ko,B.d4,B.SK,B.fL,B.d4,B.d4,B.fL,B.d4,B.fL,B.r5,B.Lq,B.r5,B.l,q),"ky",A.ao(B.SF,B.MY,B.E,B.Q_,B.N5,0,6,B.rO,"ky",B.fK,B.pK,B.Ml,B.OF,B.Se,B.p2,B.S4,B.fK,B.pK,B.Qd,B.p2,B.qj,B.z,B.qj,B.l,q),"lo",A.ao(B.Mv,B.T6,B.bj,B.Ny,B.Kw,6,5,B.tM,"lo",B.am,B.rB,B.NT,B.p6,B.Pt,B.pJ,B.tM,B.am,B.rB,B.p6,B.pJ,B.tm,B.Ry,B.tm,B.l,q),"lt",A.ao(B.PX,B.Op,B.E,B.RD,B.oH,0,3,B.N_,"lt",B.oT,B.qJ,B.Qh,B.nX,B.PQ,B.no,B.SA,B.oT,B.qJ,B.nX,B.no,B.qo,B.z,B.qo,B.l,q),"lv",A.ao(B.R5,B.S9,B.E,B.MN,B.RO,0,6,B.rh,"lv",B.u,B.tA,B.Qg,B.oq,B.SC,B.Sb,B.rh,B.u,B.tA,B.oq,B.Ql,B.Ss,B.z,B.Mm,B.l,q),"mk",A.ao(B.SG,B.SL,B.OM,B.Sr,B.KD,0,6,B.rP,"mk",B.h3,B.fj,B.RP,B.pP,B.OQ,B.tI,B.rP,B.h3,B.fj,B.pP,B.tI,B.tp,B.z,B.tp,B.l,q),"ml",A.ao(B.C,B.PN,B.E,B.Qp,B.OV,6,5,B.rA,"ml",B.pd,B.M1,B.rl,B.ob,B.rl,B.qF,B.rA,B.pd,B.NZ,B.ob,B.qF,B.Rz,B.a5,B.Nq,B.bg,q),"mn",A.ao(B.M3,B.Q2,B.E,B.Ob,B.OC,6,5,B.RM,"mn",B.qd,B.fJ,B.Mx,B.pw,B.PW,B.fJ,B.Kq,B.qd,B.fJ,B.pw,B.fJ,B.Q5,B.oK,B.Mw,B.l,q),"mr",A.ao(B.C,B.fv,B.ST,B.OA,B.P4,6,5,B.nC,"mr",B.pR,B.fu,B.NP,B.qH,B.Qe,B.nS,B.nC,B.pR,B.fu,B.qH,B.nS,B.oA,B.a5,B.oA,B.bg,"\u0966"),"ms",A.ao(B.OZ,B.Tc,B.d7,B.oV,B.oV,0,6,B.nF,"ms",B.tE,B.pA,B.RF,B.pU,B.Pl,B.qi,B.nF,B.tE,B.pA,B.pU,B.qi,B.oN,B.a5,B.oN,B.l,q),"my",A.ao(B.M2,B.Ns,B.E,B.OJ,B.M0,6,5,B.qx,"my",B.qK,B.tB,B.qs,B.tX,B.qs,B.fr,B.qx,B.qK,B.tB,B.tX,B.fr,B.fr,B.So,B.fr,B.l,"\u1040"),"nb",A.ao(B.c9,B.oy,B.jx,B.ti,B.da,0,3,B.fH,"nb",B.u,B.ca,B.dS,B.rx,B.cy,B.dR,B.fH,B.u,B.ca,B.oQ,B.dR,B.d6,B.z,B.d6,B.l,q),"ne",A.ao(B.Te,B.Oa,B.d7,B.rF,B.rF,6,5,B.fx,"ne",B.KY,B.nH,B.tn,B.fx,B.tn,B.ri,B.fx,B.NN,B.nH,B.fx,B.ri,B.tk,B.z,B.tk,B.l,"\u0966"),"nl",A.ao(B.c9,B.ON,B.Pg,B.t0,B.ME,0,3,B.nq,"nl",B.u,B.rJ,B.Kr,B.tg,B.cy,B.of,B.nq,B.u,B.rJ,B.tg,B.of,B.tx,B.z,B.tx,B.l,q),"no",A.ao(B.c9,B.oy,B.jx,B.ti,B.da,0,3,B.fH,"no",B.u,B.ca,B.dS,B.rx,B.cy,B.dR,B.fH,B.u,B.ca,B.oQ,B.dR,B.d6,B.z,B.d6,B.l,q),"or",A.ao(B.C,B.cA,B.Ks,B.LX,B.ax,6,5,B.fB,"or",B.oS,B.r7,B.oh,B.fB,B.oh,B.nv,B.fB,B.oS,B.r7,B.fB,B.nv,B.rs,B.a5,B.rs,B.bg,q),"pa",A.ao(B.Me,B.fo,B.d7,B.Pi,B.MJ,6,5,B.ql,"pa",B.q0,B.nQ,B.OU,B.u3,B.RC,B.qM,B.ql,B.q0,B.nQ,B.u3,B.qM,B.pk,B.a5,B.pk,B.bg,q),"pl",A.ao(B.C,B.Nk,B.d7,B.Sa,B.P9,0,3,B.Qi,"pl",B.KS,B.Ls,B.Mo,B.on,B.N4,B.ok,B.Sj,B.QK,B.NR,B.on,B.ok,B.oi,B.z,B.oi,B.l,q),"ps",A.ao(B.PS,B.QB,B.E,B.S5,B.S1,5,4,B.ou,"ps",B.Pb,B.T,B.th,B.ou,B.th,B.fE,B.MW,B.am,B.T,B.O0,B.fE,B.fE,B.nM,B.fE,B.KX,"\u06f0"),"pt",A.ao(B.C,B.SH,B.E,B.rv,B.h4,6,5,B.fz,"pt",B.u,B.fA,B.pS,B.fF,B.br,B.tv,B.fz,B.u,B.fA,B.fF,B.tv,B.fW,B.z,B.fW,B.l,q),"pt_PT",A.ao(B.Sc,B.OT,B.KK,B.rv,B.h4,6,2,B.fz,"pt_PT",B.u,B.fA,B.fw,B.fF,B.br,B.q3,B.fz,B.u,B.fA,B.fF,B.q3,B.fW,B.z,B.fW,B.l,q),"ro",A.ao(B.c9,B.Ol,B.bj,B.Rq,B.Kj,0,6,B.ox,"ro",B.po,B.bi,B.Pd,B.qe,B.KG,B.rt,B.ox,B.po,B.bi,B.qe,B.rt,B.oP,B.z,B.oP,B.l,q),"ru",A.ao(B.C,B.NS,B.bj,B.Q8,B.PI,0,3,B.M9,"ru",B.fK,B.pu,B.oj,B.PU,B.pg,B.px,B.rO,B.fK,B.pu,B.Kk,B.px,B.oO,B.z,B.oO,B.l,q),"si",A.ao(B.Ld,B.KT,B.E,B.Ov,B.Rp,0,6,B.p5,"si",B.nN,B.nW,B.Ma,B.Sq,B.SD,B.pF,B.p5,B.nN,B.nW,B.KU,B.pF,B.oC,B.js,B.oC,B.l,q),"sk",A.ao(B.C,B.KB,B.Mc,B.Rc,B.R8,0,3,B.T3,"sk",B.cb,B.rV,B.Sn,B.qn,B.a0,B.o1,B.M4,B.cb,B.rV,B.qn,B.o1,B.rL,B.fn,B.rL,B.l,q),"sl",A.ao(B.T1,B.M6,B.d7,B.T4,B.oH,0,6,B.nI,"sl",B.cb,B.oa,B.S3,B.nP,B.OH,B.qu,B.nI,B.cb,B.oa,B.nP,B.qu,B.te,B.z,B.te,B.l,q),"sq",A.ao(B.OI,B.OG,B.KH,B.Pk,B.KL,0,6,B.tC,"sq",B.p7,B.nZ,B.Sk,B.ps,B.SE,B.Lm,B.tC,B.p7,B.nZ,B.ps,B.S_,B.op,B.SX,B.op,B.l,q),"sr",A.ao(B.C,B.t3,B.E,B.NY,B.S0,0,6,B.t1,"sr",B.h3,B.rj,B.Nt,B.tQ,B.LF,B.rz,B.t1,B.h3,B.rj,B.tQ,B.rz,B.nD,B.z,B.nD,B.l,q),"sr_Latn",A.ao(B.C,B.t3,B.E,B.Oz,B.pa,0,6,B.o_,"sr_Latn",B.cb,B.h2,B.MP,B.ts,B.QC,B.t_,B.o_,B.cb,B.h2,B.ts,B.t_,B.oG,B.z,B.oG,B.l,q),"sv",A.ao(B.R6,B.rw,B.E,B.T2,B.da,0,3,B.qw,"sv",B.u,B.ca,B.Qj,B.rN,B.cy,B.tU,B.qw,B.u,B.ca,B.rN,B.tU,B.pz,B.z,B.pz,B.l,q),"sw",A.ao(B.C,B.pl,B.E,B.P3,B.O4,0,6,B.qc,"sw",B.u,B.T,B.tu,B.qk,B.tu,B.fQ,B.qc,B.u,B.T,B.qk,B.fQ,B.fQ,B.z,B.fQ,B.l,q),"ta",A.ao(B.N7,B.fv,B.SR,B.P_,B.SI,6,5,B.pb,"ta",B.pv,B.rR,B.Tq,B.tV,B.Om,B.t2,B.pb,B.pv,B.rR,B.tV,B.t2,B.oF,B.N6,B.oF,B.bg,q),"te",A.ao(B.C,B.Ty,B.Mf,B.NW,B.Rb,6,5,B.rq,"te",B.tz,B.pX,B.N9,B.qb,B.O5,B.qL,B.rq,B.tz,B.pX,B.qb,B.qL,B.u2,B.a5,B.u2,B.bg,q),"th",A.ao(B.Sf,B.Mq,B.E,B.Qv,B.KO,6,5,B.tw,"th",B.fl,B.oM,B.rk,B.fl,B.rk,B.qV,B.tw,B.fl,B.oM,B.fl,B.qV,B.nE,B.T8,B.nE,B.l,q),"tl",A.ao(B.C,B.cA,B.pc,B.aX,B.ax,6,5,B.fk,"tl",B.d5,B.cd,B.rZ,B.d5,B.a0,B.cd,B.fk,B.oE,B.cd,B.d5,B.cd,B.h_,B.a5,B.h_,B.l,q),"tr",A.ao(B.Tf,B.Qs,B.E,B.T0,B.Lt,0,6,B.qI,"tr",B.qg,B.qE,B.RG,B.ns,B.MZ,B.rE,B.qI,B.qg,B.qE,B.ns,B.rE,B.tJ,B.z,B.tJ,B.l,q),"uk",A.ao(B.Rn,B.Sg,B.Mn,B.M7,B.NE,0,6,B.OB,"uk",B.Oo,B.pC,B.oj,B.T7,B.pg,B.fP,B.RL,B.NI,B.pC,B.Q3,B.fP,B.rQ,B.z,B.rQ,B.l,q),"ur",A.ao(B.C,B.Rx,B.E,B.nx,B.nx,6,5,B.fG,"ur",B.u,B.T,B.o9,B.fG,B.o9,B.fS,B.fG,B.u,B.T,B.fG,B.fS,B.fS,B.a5,B.fS,B.l,q),"uz",A.ao(B.PE,B.Q4,B.bj,B.Sd,B.Tj,0,6,B.Mu,"uz",B.tG,B.og,B.P7,B.PD,B.Rr,B.rr,B.P0,B.tG,B.og,B.QD,B.rr,B.qQ,B.P6,B.qQ,B.l,q),"vi",A.ao(B.Pn,B.NU,B.KN,B.TC,B.KJ,0,6,B.M5,"vi",B.am,B.q8,B.Rd,B.Nl,B.a0,B.pf,B.KM,B.am,B.q8,B.LY,B.pf,B.p3,B.z,B.p3,B.l,q),"zh",A.ao(B.jv,B.Lu,B.E,B.fU,B.fU,6,5,B.pZ,"zh",B.am,B.db,B.NC,B.aN,B.T_,B.rS,B.pZ,B.am,B.db,B.aN,B.rS,B.dc,B.Qy,B.dc,B.l,q),"zh_HK",A.ao(B.jv,B.Pr,B.E,B.fU,B.fU,6,5,B.aN,"zh_HK",B.am,B.db,B.jC,B.aN,B.a0,B.h1,B.aN,B.am,B.db,B.aN,B.h1,B.dc,B.M8,B.dc,B.l,q),"zh_TW",A.ao(B.jv,B.Kx,B.E,B.tL,B.tL,6,5,B.aN,"zh_TW",B.am,B.db,B.jC,B.aN,B.jC,B.h1,B.aN,B.am,B.db,B.aN,B.h1,B.dc,B.Pq,B.dc,B.l,q),"zu",A.ao(B.C,B.cA,B.E,B.ax,B.ax,6,5,B.ot,"zu",B.Qz,B.tl,B.O_,B.tb,B.a0,B.tD,B.ot,B.u,B.tl,B.tb,B.tD,B.pQ,B.z,B.pQ,B.l,q)],t.N,t.fs)}) +s($,"b3h","aAs",()=>A.axm(B.oo,t.N)) +s($,"b3k","aAv",()=>A.axm(B.oo,t.N)) +s($,"b3K","aLy",()=>new A.afo(A.w(t.N,A.am("ai?(cv?)")))) +s($,"b3m","kP",()=>A.ad_("GoRouter")) +r($,"b0d","aJk",()=>{var q=null +return A.aRp(q,q,B.dW,B.dd,A.d_(q,q,q,q,q,q))}) +s($,"b2r","aAj",()=>A.bF(":(\\w+)(\\((?:\\\\.|[^\\\\()])+\\))?",!0,!1,!1)) +s($,"b_c","aIQ",()=>A.a9e("GoRouteState to GoRouteData expando")) +s($,"b0u","aJx",()=>A.a9e("GoRouteState to ShellRouteData expando")) +s($,"b3b","aLk",()=>A.ao(B.C,B.cA,B.bj,B.aX,B.ax,6,5,B.a9,"en_US",B.u,B.T,B.bh,B.cx,B.a0,B.aa,B.a9,B.u,B.T,B.cx,B.aa,B.ab,B.PH,B.ab,B.l,null)) +r($,"b3q","aAw",()=>{var q=",",p="\xa0",o="%",n="0",m="+",l="-",k="E",j="\u2030",i="\u221e",h="NaN",g="#,##0.###",f="#E0",e="#,##0%",d="\xa4#,##0.00",c=".",b="\u200e+",a="\u200e-",a0="\u0644\u064a\u0633\xa0\u0631\u0642\u0645\u064b\u0627",a1="\u200f#,##0.00\xa0\xa4;\u200f-#,##0.00\xa0\xa4",a2="#,##,##0.###",a3="#,##,##0%",a4="\xa4\xa0#,##,##0.00",a5="INR",a6="#,##0.00\xa0\xa4",a7="#,##0\xa0%",a8="EUR",a9="USD",b0="\xa4\xa0#,##0.00",b1="\xa4\xa0#,##0.00;\xa4-#,##0.00",b2="CHF",b3="\xa4#,##,##0.00",b4="\u2212",b5="\xd710^",b6="[#E0]",b7="\u200f#,##0.00\xa0\u200f\xa4;\u200f-#,##0.00\xa0\u200f\xa4",b8="\xa4\xa0#,##0.00;\xa4\xa0-#,##0.00" +return A.aJ(["af",A.ab(d,g,q,"ZAR",k,p,i,l,"af",h,o,e,j,m,f,n),"am",A.ab(d,g,c,"ETB",k,q,i,l,"am",h,o,e,j,m,f,n),"ar",A.ab(a1,g,c,"EGP",k,q,i,a,"ar",a0,"\u200e%\u200e",e,j,b,f,n),"ar_DZ",A.ab(a1,g,q,"DZD",k,c,i,a,"ar_DZ",a0,"\u200e%\u200e",e,j,b,f,n),"ar_EG",A.ab("\u200f#,##0.00\xa0\xa4",g,"\u066b","EGP","\u0627\u0633","\u066c",i,"\u061c-","ar_EG","\u0644\u064a\u0633\xa0\u0631\u0642\u0645","\u066a\u061c",e,"\u0609","\u061c+",f,"\u0660"),"as",A.ab(a4,a2,c,a5,k,q,i,l,"as",h,o,a3,j,m,f,"\u09e6"),"az",A.ab(a6,g,q,"AZN",k,c,i,l,"az",h,o,e,j,m,f,n),"be",A.ab(a6,g,q,"BYN",k,p,i,l,"be",h,o,a7,j,m,f,n),"bg",A.ab(a6,g,q,"BGN",k,p,i,l,"bg",h,o,e,j,m,f,n),"bm",A.ab(d,g,c,"XOF",k,q,i,l,"bm",h,o,e,j,m,f,n),"bn",A.ab("#,##,##0.00\xa4",a2,c,"BDT",k,q,i,l,"bn",h,o,e,j,m,f,"\u09e6"),"br",A.ab(a6,g,q,a8,k,p,i,l,"br",h,o,a7,j,m,f,n),"bs",A.ab(a6,g,q,"BAM",k,c,i,l,"bs",h,o,a7,j,m,f,n),"ca",A.ab(a6,g,q,a8,k,c,i,l,"ca",h,o,a7,j,m,f,n),"chr",A.ab(d,g,c,a9,k,q,i,l,"chr",h,o,e,j,m,f,n),"cs",A.ab(a6,g,q,"CZK",k,p,i,l,"cs",h,o,a7,j,m,f,n),"cy",A.ab(d,g,c,"GBP",k,q,i,l,"cy",h,o,e,j,m,f,n),"da",A.ab(a6,g,q,"DKK",k,c,i,l,"da",h,o,a7,j,m,f,n),"de",A.ab(a6,g,q,a8,k,c,i,l,"de",h,o,a7,j,m,f,n),"de_AT",A.ab(b0,g,q,a8,k,p,i,l,"de_AT",h,o,a7,j,m,f,n),"de_CH",A.ab(b1,g,c,b2,k,"\u2019",i,l,"de_CH",h,o,e,j,m,f,n),"el",A.ab(a6,g,q,a8,"e",c,i,l,"el",h,o,e,j,m,f,n),"en",A.ab(d,g,c,a9,k,q,i,l,"en",h,o,e,j,m,f,n),"en_AU",A.ab(d,g,c,"AUD","e",q,i,l,"en_AU",h,o,e,j,m,f,n),"en_CA",A.ab(d,g,c,"CAD",k,q,i,l,"en_CA",h,o,e,j,m,f,n),"en_GB",A.ab(d,g,c,"GBP",k,q,i,l,"en_GB",h,o,e,j,m,f,n),"en_IE",A.ab(d,g,c,a8,k,q,i,l,"en_IE",h,o,e,j,m,f,n),"en_IN",A.ab(b3,a2,c,a5,k,q,i,l,"en_IN",h,o,a3,j,m,f,n),"en_MY",A.ab(d,g,c,"MYR",k,q,i,l,"en_MY",h,o,e,j,m,f,n),"en_NZ",A.ab(d,g,c,"NZD",k,q,i,l,"en_NZ",h,o,e,j,m,f,n),"en_SG",A.ab(d,g,c,"SGD",k,q,i,l,"en_SG",h,o,e,j,m,f,n),"en_US",A.ab(d,g,c,a9,k,q,i,l,"en_US",h,o,e,j,m,f,n),"en_ZA",A.ab(d,g,q,"ZAR",k,p,i,l,"en_ZA",h,o,e,j,m,f,n),"es",A.ab(a6,g,q,a8,k,c,i,l,"es",h,o,a7,j,m,f,n),"es_419",A.ab(d,g,c,"MXN",k,q,i,l,"es_419",h,o,a7,j,m,f,n),"es_ES",A.ab(a6,g,q,a8,k,c,i,l,"es_ES",h,o,a7,j,m,f,n),"es_MX",A.ab(d,g,c,"MXN",k,q,i,l,"es_MX",h,o,e,j,m,f,n),"es_US",A.ab(d,g,c,a9,k,q,i,l,"es_US",h,o,a7,j,m,f,n),"et",A.ab(a6,g,q,a8,b5,p,i,b4,"et",h,o,e,j,m,f,n),"eu",A.ab(a6,g,q,a8,k,c,i,b4,"eu",h,o,"%\xa0#,##0",j,m,f,n),"fa",A.ab("\u200e\xa4#,##0.00",g,"\u066b","IRR","\xd7\u06f1\u06f0^","\u066c",i,"\u200e\u2212","fa","\u0646\u0627\u0639\u062f\u062f","\u066a",e,"\u0609",b,f,"\u06f0"),"fi",A.ab(a6,g,q,a8,k,p,i,b4,"fi","ep\xe4luku",o,a7,j,m,f,n),"fil",A.ab(d,g,c,"PHP",k,q,i,l,"fil",h,o,e,j,m,f,n),"fr",A.ab(a6,g,q,a8,k,"\u202f",i,l,"fr",h,o,a7,j,m,f,n),"fr_CA",A.ab(a6,g,q,"CAD",k,p,i,l,"fr_CA",h,o,a7,j,m,f,n),"fr_CH",A.ab(a6,g,q,b2,k,"\u202f",i,l,"fr_CH",h,o,e,j,m,f,n),"fur",A.ab(b0,g,q,a8,k,c,i,l,"fur",h,o,e,j,m,f,n),"ga",A.ab(d,g,c,a8,k,q,i,l,"ga","Nuimh",o,e,j,m,f,n),"gl",A.ab(a6,g,q,a8,k,c,i,l,"gl",h,o,a7,j,m,f,n),"gsw",A.ab(a6,g,c,b2,k,"\u2019",i,b4,"gsw",h,o,a7,j,m,f,n),"gu",A.ab(b3,a2,c,a5,k,q,i,l,"gu",h,o,a3,j,m,b6,n),"haw",A.ab(d,g,c,a9,k,q,i,l,"haw",h,o,e,j,m,f,n),"he",A.ab(b7,g,c,"ILS",k,q,i,a,"he",h,o,e,j,b,f,n),"hi",A.ab(b3,a2,c,a5,k,q,i,l,"hi",h,o,a3,j,m,b6,n),"hr",A.ab(a6,g,q,a8,k,c,i,b4,"hr",h,o,a7,j,m,f,n),"hu",A.ab(a6,g,q,"HUF",k,p,i,l,"hu",h,o,e,j,m,f,n),"hy",A.ab(a6,g,q,"AMD",k,p,i,l,"hy","\u0548\u0579\u0539",o,e,j,m,f,n),"id",A.ab(d,g,q,"IDR",k,c,i,l,"id",h,o,e,j,m,f,n),"in",A.ab(d,g,q,"IDR",k,c,i,l,"in",h,o,e,j,m,f,n),"is",A.ab(a6,g,q,"ISK",k,c,i,l,"is",h,o,e,j,m,f,n),"it",A.ab(a6,g,q,a8,k,c,i,l,"it",h,o,e,j,m,f,n),"it_CH",A.ab(b1,g,c,b2,k,"\u2019",i,l,"it_CH",h,o,e,j,m,f,n),"iw",A.ab(b7,g,c,"ILS",k,q,i,a,"iw",h,o,e,j,b,f,n),"ja",A.ab(d,g,c,"JPY",k,q,i,l,"ja",h,o,e,j,m,f,n),"ka",A.ab(a6,g,q,"GEL",k,p,i,l,"ka","\u10d0\u10e0\xa0\u10d0\u10e0\u10d8\u10e1\xa0\u10e0\u10d8\u10ea\u10ee\u10d5\u10d8",o,e,j,m,f,n),"kk",A.ab(a6,g,q,"KZT",k,p,i,l,"kk","\u0441\u0430\u043d\xa0\u0435\u043c\u0435\u0441",o,e,j,m,f,n),"km",A.ab("#,##0.00\xa4",g,q,"KHR",k,c,i,l,"km",h,o,e,j,m,f,n),"kn",A.ab(d,g,c,a5,k,q,i,l,"kn",h,o,e,j,m,f,n),"ko",A.ab(d,g,c,"KRW",k,q,i,l,"ko",h,o,e,j,m,f,n),"ky",A.ab(a6,g,q,"KGS",k,p,i,l,"ky","\u0441\u0430\u043d\xa0\u044d\u043c\u0435\u0441",o,e,j,m,f,n),"ln",A.ab(a6,g,q,"CDF",k,c,i,l,"ln",h,o,e,j,m,f,n),"lo",A.ab("\xa4#,##0.00;\xa4-#,##0.00",g,q,"LAK",k,c,i,l,"lo","\u0e9a\u0ecd\u0ec8\u200b\u0ec1\u0ea1\u0ec8\u0e99\u200b\u0ec2\u0e95\u200b\u0ec0\u0ea5\u0e81",o,e,j,m,"#",n),"lt",A.ab(a6,g,q,a8,b5,p,i,b4,"lt",h,o,a7,j,m,f,n),"lv",A.ab(a6,g,q,a8,k,p,i,l,"lv","NS",o,e,j,m,f,n),"mg",A.ab(b0,g,c,"MGA",k,q,i,l,"mg",h,o,e,j,m,f,n),"mk",A.ab(a6,g,q,"MKD",k,c,i,l,"mk",h,o,a7,j,m,f,n),"ml",A.ab(d,a2,c,a5,k,q,i,l,"ml",h,o,e,j,m,f,n),"mn",A.ab(b0,g,c,"MNT",k,q,i,l,"mn",h,o,e,j,m,f,n),"mr",A.ab(d,a2,c,a5,k,q,i,l,"mr",h,o,e,j,m,b6,"\u0966"),"ms",A.ab(d,g,c,"MYR",k,q,i,l,"ms",h,o,e,j,m,f,n),"mt",A.ab(d,g,c,a8,k,q,i,l,"mt",h,o,e,j,m,f,n),"my",A.ab(a6,g,c,"MMK",k,q,i,l,"my","\u1002\u100f\u1014\u103a\u1038\u1019\u101f\u102f\u1010\u103a\u101e\u1031\u102c",o,e,j,m,f,"\u1040"),"nb",A.ab(b8,g,q,"NOK",k,p,i,b4,"nb",h,o,a7,j,m,f,n),"ne",A.ab(a4,a2,c,"NPR",k,q,i,l,"ne",h,o,a3,j,m,f,"\u0966"),"nl",A.ab(b8,g,q,a8,k,c,i,l,"nl",h,o,e,j,m,f,n),"no",A.ab(b8,g,q,"NOK",k,p,i,b4,"no",h,o,a7,j,m,f,n),"no_NO",A.ab(b8,g,q,"NOK",k,p,i,b4,"no_NO",h,o,a7,j,m,f,n),"nyn",A.ab(d,g,c,"UGX",k,q,i,l,"nyn",h,o,e,j,m,f,n),"or",A.ab(d,a2,c,a5,k,q,i,l,"or",h,o,e,j,m,f,n),"pa",A.ab(b3,a2,c,a5,k,q,i,l,"pa",h,o,a3,j,m,b6,n),"pl",A.ab(a6,g,q,"PLN",k,p,i,l,"pl",h,o,e,j,m,f,n),"ps",A.ab("\xa4#,##0.00;(\xa4#,##0.00)",g,"\u066b","AFN","\xd7\u06f1\u06f0^","\u066c",i,"\u200e-\u200e","ps",h,"\u066a",e,"\u0609","\u200e+\u200e",f,"\u06f0"),"pt",A.ab(b0,g,q,"BRL",k,c,i,l,"pt",h,o,e,j,m,f,n),"pt_BR",A.ab(b0,g,q,"BRL",k,c,i,l,"pt_BR",h,o,e,j,m,f,n),"pt_PT",A.ab(a6,g,q,a8,k,p,i,l,"pt_PT",h,o,e,j,m,f,n),"ro",A.ab(a6,g,q,"RON",k,c,i,l,"ro",h,o,a7,j,m,f,n),"ru",A.ab(a6,g,q,"RUB",k,p,i,l,"ru","\u043d\u0435\xa0\u0447\u0438\u0441\u043b\u043e",o,a7,j,m,f,n),"si",A.ab(d,g,c,"LKR",k,q,i,l,"si",h,o,e,j,m,"#",n),"sk",A.ab(a6,g,q,a8,"e",p,i,l,"sk",h,o,a7,j,m,f,n),"sl",A.ab(a6,g,q,a8,"e",c,i,b4,"sl",h,o,a7,j,m,f,n),"sq",A.ab(a6,g,q,"ALL",k,p,i,l,"sq",h,o,e,j,m,f,n),"sr",A.ab(a6,g,q,"RSD",k,c,i,l,"sr",h,o,e,j,m,f,n),"sr_Latn",A.ab(a6,g,q,"RSD",k,c,i,l,"sr_Latn",h,o,e,j,m,f,n),"sv",A.ab(a6,g,q,"SEK",b5,p,i,b4,"sv",h,o,a7,j,m,f,n),"sw",A.ab(b0,g,c,"TZS",k,q,i,l,"sw",h,o,e,j,m,f,n),"ta",A.ab(b3,a2,c,a5,k,q,i,l,"ta",h,o,a3,j,m,f,n),"te",A.ab(b3,a2,c,a5,k,q,i,l,"te",h,o,e,j,m,f,n),"th",A.ab(d,g,c,"THB",k,q,i,l,"th",h,o,e,j,m,f,n),"tl",A.ab(d,g,c,"PHP",k,q,i,l,"tl",h,o,e,j,m,f,n),"tr",A.ab(d,g,q,"TRY",k,c,i,l,"tr",h,o,"%#,##0",j,m,f,n),"uk",A.ab(a6,g,q,"UAH","\u0415",p,i,l,"uk",h,o,e,j,m,f,n),"ur",A.ab(d,g,c,"PKR",k,q,i,a,"ur",h,o,e,j,b,f,n),"uz",A.ab(a6,g,q,"UZS",k,p,i,l,"uz","son\xa0emas",o,e,j,m,f,n),"vi",A.ab(a6,g,q,"VND",k,c,i,l,"vi",h,o,e,j,m,f,n),"zh",A.ab(d,g,c,"CNY",k,q,i,l,"zh",h,o,e,j,m,f,n),"zh_CN",A.ab(d,g,c,"CNY",k,q,i,l,"zh_CN",h,o,e,j,m,f,n),"zh_HK",A.ab(d,g,c,"HKD",k,q,i,l,"zh_HK","\u975e\u6578\u503c",o,e,j,m,f,n),"zh_TW",A.ab(d,g,c,"TWD",k,q,i,l,"zh_TW","\u975e\u6578\u503c",o,e,j,m,f,n),"zu",A.ab(d,g,c,"ZAR",k,q,i,l,"zu",h,o,e,j,m,f,n)],t.N,t.zr)}) +r($,"aV0","Hb",()=>A.aFc("initializeDateFormatting()",$.aLk())) +r($,"aWX","a3N",()=>A.aFc("initializeDateFormatting()",B.Wq)) +s($,"b30","aAo",()=>48) +s($,"aZH","aIB",()=>A.a([A.bF("^'(?:[^']|'')*'",!0,!1,!1),A.bF("^(?:G+|y+|M+|k+|S+|E+|a+|h+|K+|H+|c+|L+|Q+|d+|D+|m+|s+|v+|z+|Z+)",!0,!1,!1),A.bF("^[^'GyMkSEahKHcLQdDmsvzZ]+",!0,!1,!1)],A.am("u"))) +s($,"b17","aJU",()=>A.bF("''",!0,!1,!1)) +s($,"b2n","aKL",()=>A.azE(10)) +s($,"b_G","awc",()=>A.ad_("")) +s($,"b_8","aIN",()=>A.aCo(0)) +s($,"b_7","azT",()=>A.aCo(-1)) +s($,"aZd","aIm",()=>A.bD(A.a(["k","x","y"],t.s))) +s($,"aZf","aIo",()=>A.bD(A.a(["a"],t.s))) +s($,"aZe","aIn",()=>A.bD(A.a(["fc","sc","sw","t"],t.s))) +s($,"aZh","aIq",()=>A.bD(A.a(["a","p","s","rz","r","o","so","eo","sk","sa"],t.s))) +s($,"aZg","aIp",()=>A.bD(A.a(["k"],t.s))) +s($,"aZn","aIt",()=>A.bD(A.a(["ef"],t.s))) +s($,"aZo","aIu",()=>A.bD(A.a(["ty","v"],t.s))) +s($,"aZt","aIx",()=>A.bD(A.a(["nm","p","s","hd","d"],t.s))) +s($,"aZx","aIA",()=>A.bD(A.a(["ty","d"],t.s))) +s($,"b2o","aKN",()=>A.bD(A.a(["t","f","s","j","tr","lh","ls","fc","sc","sw","of","ps","sz"],t.s))) +s($,"aZV","aIH",()=>A.bD(A.a(["ef"],t.s))) +s($,"aZW","aII",()=>A.bD(A.a(["nm","v"],t.s))) +s($,"b_3","aIL",()=>A.bD(A.a(["ch","size","w","style","fFamily","data"],t.s))) +s($,"b_2","aIK",()=>A.bD(A.a(["shapes"],t.s))) +s($,"b_4","aIM",()=>A.bD(A.a(["fFamily","fName","fStyle","ascent"],t.s))) +s($,"b_e","aIS",()=>A.bD(A.a(["nm","g","o","t","s","e","r","hd"],t.s))) +s($,"b_d","aIR",()=>A.bD(A.a(["p","k"],t.s))) +s($,"b_h","aIV",()=>A.bD(A.a(["nm","g","o","t","s","e","w","lc","lj","ml","hd","d"],t.s))) +s($,"b_g","aIU",()=>A.bD(A.a(["p","k"],t.s))) +s($,"b_f","aIT",()=>A.bD(A.a(["n","v"],t.s))) +s($,"b_v","aIZ",()=>A.bD(A.a(["x","y"],t.s))) +s($,"b_A","azX",()=>A.bD(A.a(["t","s","e","o","i","h","to","ti"],t.s))) +s($,"b_z","azW",()=>A.bD(A.a(["x","y"],t.s))) +s($,"b_B","aJ0",()=>A.bD(A.a(["k"],t.s))) +s($,"b_D","aJ2",()=>A.bD(A.a(["nm","ind","refId","ty","parent","sw","sh","sc","ks","tt","masksProperties","shapes","t","ef","sr","st","w","h","ip","op","tm","cl","hd"],t.s))) +s($,"b_E","aJ3",()=>A.bD(A.a(["d","a"],t.s))) +s($,"b_C","aJ1",()=>A.bD(A.a(["ty","nm"],t.s))) +s($,"b_K","aJ7",()=>A.bD(A.a(["w","h","ip","op","fr","v","layers","assets","fonts","chars","markers"],t.s))) +s($,"b_H","aJ4",()=>A.bD(A.a(["id","layers","w","h","p","u"],t.s))) +s($,"b_I","aJ5",()=>A.bD(A.a(["list"],t.s))) +s($,"b_J","aJ6",()=>A.bD(A.a(["cm","tm","dr"],t.s))) +s($,"b_Q","aJ8",()=>A.bD(A.a(["nm","mm","hd"],t.s))) +s($,"b_t","wT",()=>B.aW.cG("'\\")) +s($,"b_r","wS",()=>B.aW.cG('"\\')) +s($,"b_u","azV",()=>B.aW.cG("{}[]:, \n\t\r\f/\\;#=")) +s($,"b_s","azU",()=>B.aW.cG("\n\r")) +s($,"b_q","aIY",()=>B.aW.cG("*/")) +s($,"b_X","aJ9",()=>A.bD(A.a(["nm","sy","pt","p","r","or","os","ir","is","hd","d"],t.s))) +s($,"b05","aJc",()=>A.bD(A.a(["nm","p","s","r","hd"],t.s))) +s($,"b0a","aJh",()=>A.bD(A.a(["nm","c","o","tr","hd"],t.s))) +s($,"b0c","aJj",()=>A.bD(A.a(["nm","r","hd"],t.s))) +s($,"b2p","aKM",()=>A.bD(A.a(["c","v","i","o"],t.s))) +s($,"b0o","aJr",()=>A.bD(A.a(["nm","c","o","fillEnabled","r","hd"],t.s))) +s($,"b0p","aJs",()=>A.bD(A.a(["nm","hd","it"],t.s))) +s($,"b0q","aJt",()=>A.bD(A.a(["nm","ind","ks","hd"],t.s))) +s($,"b0s","aJv",()=>A.bD(A.a(["nm","c","w","o","lc","lj","ml","hd","d"],t.s))) +s($,"b0r","aJu",()=>A.bD(A.a(["n","v"],t.s))) +s($,"b0t","aJw",()=>A.bD(A.a(["s","e","o","nm","m","hd"],t.s))) +s($,"b3E","aLw",()=>{var q=t.K +return new A.ada(A.w(q,A.am("ai")),A.w(q,t.zI))}) +s($,"b3z","aLu",()=>{var q=null +A.aHm() +return new A.xg(A.aYw(),q,q,q,"routerListenableProvider",q,q,A.am("xg"))}) +s($,"b3y","aAx",()=>A.aCv("root",t.uK)) +s($,"b3F","aLx",()=>A.aCv("shell",t.uK)) +s($,"b0b","aJi",()=>$.aLx()) +s($,"b0f","aJm",()=>$.aAx()) +s($,"b1w","oD",()=>A.HU(A.aWg(),null,null,null,"_analyticsServiceProvider",t.i3)) +s($,"b3c","aLl",()=>A.HU(A.aXc(),null,null,null,"externalInfoLinksProvider",t.CI)) +s($,"b3l","aLm",()=>A.HU(A.aY1(),null,null,null,"locationInfoLinkProvider",t.d1)) +s($,"b3w","aLt",()=>A.HU(A.aYv(),null,null,null,"resumeProvider",t.d1)) +s($,"b3v","aLs",()=>A.HU(A.aYq(),null,null,null,"projectsProvider",t.aS)) +s($,"b3A","awm",()=>A.awF(A.aYI(),null,null,null,"screenSaverCornerControllerProvider",t.R6,t.K)) +s($,"b3B","aAy",()=>A.awF(A.aYJ(),null,null,null,"screenSaverSettingsControllerProvider",t.mc,t.M8)) +s($,"b3H","aAz",()=>A.awF(A.aZ_(),null,null,null,"themeSwitcherControllerProvider",t.HJ,A.am("jn"))) +s($,"b3s","aLr",()=>A.a6C($.aA2())) +s($,"b3M","aLz",()=>A.a6C($.H9())) +s($,"b3I","aAA",()=>A.a6C($.wU())) +s($,"b34","a3M",()=>new A.IW($.aA1(),null)) +s($,"b0B","aA2",()=>new A.afB(A.bF("/",!0,!1,!1),A.bF("[^/]$",!0,!1,!1),A.bF("^/",!0,!1,!1))) +s($,"b0D","H9",()=>new A.an1(A.bF("[/\\\\]",!0,!1,!1),A.bF("[^/\\\\]$",!0,!1,!1),A.bF("^(\\\\\\\\[^\\\\]+\\\\[^\\\\/]+|[a-zA-Z]:[/\\\\])",!0,!1,!1),A.bF("^[/\\\\](?![/\\\\])",!0,!1,!1))) +s($,"b0C","wU",()=>new A.amQ(A.bF("/",!0,!1,!1),A.bF("(^[a-zA-Z][-+.a-zA-Z\\d]*://|[^/])$",!0,!1,!1),A.bF("[a-zA-Z][-+.a-zA-Z\\d]*://[^/]*",!0,!1,!1),A.bF("^/",!0,!1,!1))) +s($,"b0A","aA1",()=>A.aSk()) +s($,"b_T","awe",()=>A.a9e(null)) +s($,"b0_","aA_",()=>new A.afC()) +s($,"b_Y","azY",()=>new A.afD()) +r($,"b_Z","azZ",()=>new A.afE()) +s($,"b2O","aL2",()=>new A.o()) +s($,"b3_","aLd",()=>A.bF("^#\\d+\\s+(\\S.*) \\((.+?)((?::\\d+){0,2})\\)$",!0,!1,!1)) +s($,"b2V","aL8",()=>A.bF("^\\s*at (?:(\\S.*?)(?: \\[as [^\\]]+\\])? \\((.*)\\)|(.*))$",!0,!1,!1)) +s($,"b2Z","aLc",()=>A.bF("^(.*?):(\\d+)(?::(\\d+))?$|native$",!0,!1,!1)) +s($,"b2U","aL7",()=>A.bF("^eval at (?:\\S.*?) \\((.*)\\)(?:, .*?:\\d+:\\d+)?$",!0,!1,!1)) +s($,"b1O","aKh",()=>A.bF("(\\S+)@(\\S+) line (\\d+) >.* (Function|eval):\\d+:\\d+",!0,!1,!1)) +s($,"b1Q","aKj",()=>A.bF("^(?:([^@(/]*)(?:\\(.*\\))?((?:/[^/]*)*)(?:\\(.*\\))?@)?(.*?):(\\d*)(?::(\\d*))?$",!0,!1,!1)) +s($,"b1T","aKn",()=>A.bF("^(\\S+)(?: (\\d+)(?::(\\d+))?)?\\s+([^\\d].*)$",!0,!1,!1)) +s($,"b1C","aKc",()=>A.bF("<(|[^>]+)_async_body>",!0,!1,!1)) +s($,"b1W","aKp",()=>A.bF("^\\.",!0,!1,!1)) +s($,"b_9","aIO",()=>A.bF("^[a-zA-Z][-+.a-zA-Z\\d]*://",!0,!1,!1)) +s($,"b_a","aIP",()=>A.bF("^([a-zA-Z]:[\\\\/]|\\\\\\\\)",!0,!1,!1)) +s($,"b2X","aLa",()=>A.bF("\\n ?at ",!0,!1,!1)) +s($,"b2Y","aLb",()=>A.bF(" ?at ",!0,!1,!1)) +s($,"b1P","aKi",()=>A.bF("@\\S+ line \\d+ >.* (Function|eval):\\d+:\\d+",!0,!1,!1)) +s($,"b1R","aKk",()=>A.bF("^(([.0-9A-Za-z_$/<]|\\(.*\\))*@)?[^\\s]*:\\d*$",!0,!0,!1)) +s($,"b1U","aKo",()=>A.bF("^[^\\s<][^\\s]*( \\d+(:\\d+)?)?[ \\t]+[^\\s]+$",!0,!0,!1)) +s($,"b3J","aAB",()=>A.bF("^\\n?$",!0,!0,!1)) +s($,"b0U","aA4",()=>new A.o()) +r($,"aT6","aJM",()=>{var q=new A.adC() +q.a_n($.aA4()) +return q})})();(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.tI,AnimationEffectReadOnly:J.e,AnimationEffectTiming:J.e,AnimationEffectTimingReadOnly:J.e,AnimationTimeline:J.e,AnimationWorkletGlobalScope:J.e,AuthenticatorAssertionResponse:J.e,AuthenticatorAttestationResponse:J.e,AuthenticatorResponse:J.e,BackgroundFetchFetch:J.e,BackgroundFetchManager:J.e,BackgroundFetchSettledFetch:J.e,BarProp:J.e,BarcodeDetector:J.e,BluetoothRemoteGATTDescriptor:J.e,Body:J.e,BudgetState:J.e,CacheStorage:J.e,CanvasGradient:J.e,CanvasPattern:J.e,CanvasRenderingContext2D:J.e,Client:J.e,Clients:J.e,CookieStore:J.e,Coordinates:J.e,Credential:J.e,CredentialUserData:J.e,CredentialsContainer:J.e,Crypto:J.e,CryptoKey:J.e,CSS:J.e,CSSVariableReferenceValue:J.e,CustomElementRegistry:J.e,DataTransfer:J.e,DataTransferItem:J.e,DeprecatedStorageInfo:J.e,DeprecatedStorageQuota:J.e,DeprecationReport:J.e,DetectedBarcode:J.e,DetectedFace:J.e,DetectedText:J.e,DeviceAcceleration:J.e,DeviceRotationRate:J.e,DirectoryEntry:J.e,webkitFileSystemDirectoryEntry:J.e,FileSystemDirectoryEntry:J.e,DirectoryReader:J.e,WebKitDirectoryReader:J.e,webkitFileSystemDirectoryReader:J.e,FileSystemDirectoryReader:J.e,DocumentOrShadowRoot:J.e,DocumentTimeline:J.e,DOMError:J.e,DOMImplementation:J.e,Iterator:J.e,DOMMatrix:J.e,DOMMatrixReadOnly:J.e,DOMParser:J.e,DOMPoint:J.e,DOMPointReadOnly:J.e,DOMQuad:J.e,DOMStringMap:J.e,Entry:J.e,webkitFileSystemEntry:J.e,FileSystemEntry:J.e,External:J.e,FaceDetector:J.e,FederatedCredential:J.e,FileEntry:J.e,webkitFileSystemFileEntry:J.e,FileSystemFileEntry:J.e,DOMFileSystem:J.e,WebKitFileSystem:J.e,webkitFileSystem:J.e,FileSystem:J.e,FontFace:J.e,FontFaceSource:J.e,FormData:J.e,GamepadButton:J.e,GamepadPose:J.e,Geolocation:J.e,Position:J.e,GeolocationPosition:J.e,Headers:J.e,HTMLHyperlinkElementUtils:J.e,IdleDeadline:J.e,ImageBitmap:J.e,ImageBitmapRenderingContext:J.e,ImageCapture:J.e,InputDeviceCapabilities:J.e,IntersectionObserver:J.e,IntersectionObserverEntry:J.e,InterventionReport:J.e,KeyframeEffect:J.e,KeyframeEffectReadOnly:J.e,MediaCapabilities:J.e,MediaCapabilitiesInfo:J.e,MediaDeviceInfo:J.e,MediaError:J.e,MediaKeyStatusMap:J.e,MediaKeySystemAccess:J.e,MediaKeys:J.e,MediaKeysPolicy:J.e,MediaMetadata:J.e,MediaSession:J.e,MediaSettingsRange:J.e,MemoryInfo:J.e,MessageChannel:J.e,Metadata:J.e,MutationObserver:J.e,WebKitMutationObserver:J.e,MutationRecord:J.e,NavigationPreloadManager:J.e,Navigator:J.e,NavigatorAutomationInformation:J.e,NavigatorConcurrentHardware:J.e,NavigatorCookies:J.e,NavigatorUserMediaError:J.e,NodeFilter:J.e,NodeIterator:J.e,NonDocumentTypeChildNode:J.e,NonElementParentNode:J.e,NoncedElement:J.e,OffscreenCanvasRenderingContext2D:J.e,OverconstrainedError:J.e,PaintRenderingContext2D:J.e,PaintSize:J.e,PaintWorkletGlobalScope:J.e,PasswordCredential:J.e,Path2D:J.e,PaymentAddress:J.e,PaymentInstruments:J.e,PaymentManager:J.e,PaymentResponse:J.e,PerformanceEntry:J.e,PerformanceLongTaskTiming:J.e,PerformanceMark:J.e,PerformanceMeasure:J.e,PerformanceNavigation:J.e,PerformanceNavigationTiming:J.e,PerformanceObserver:J.e,PerformanceObserverEntryList:J.e,PerformancePaintTiming:J.e,PerformanceResourceTiming:J.e,PerformanceServerTiming:J.e,PerformanceTiming:J.e,Permissions:J.e,PhotoCapabilities:J.e,PositionError:J.e,GeolocationPositionError:J.e,Presentation:J.e,PresentationReceiver:J.e,PublicKeyCredential:J.e,PushManager:J.e,PushMessageData:J.e,PushSubscription:J.e,PushSubscriptionOptions:J.e,Range:J.e,RelatedApplication:J.e,ReportBody:J.e,ReportingObserver:J.e,ResizeObserver:J.e,ResizeObserverEntry:J.e,RTCCertificate:J.e,RTCIceCandidate:J.e,mozRTCIceCandidate:J.e,RTCLegacyStatsReport:J.e,RTCRtpContributingSource:J.e,RTCRtpReceiver:J.e,RTCRtpSender:J.e,RTCSessionDescription:J.e,mozRTCSessionDescription:J.e,RTCStatsResponse:J.e,Screen:J.e,ScrollState:J.e,ScrollTimeline:J.e,Selection:J.e,SpeechRecognitionAlternative:J.e,SpeechSynthesisVoice:J.e,StaticRange:J.e,StorageManager:J.e,StyleMedia:J.e,StylePropertyMap:J.e,StylePropertyMapReadonly:J.e,SyncManager:J.e,TaskAttributionTiming:J.e,TextDetector:J.e,TextMetrics:J.e,TrackDefault:J.e,TreeWalker:J.e,TrustedHTML:J.e,TrustedScriptURL:J.e,TrustedURL:J.e,UnderlyingSourceBase:J.e,URLSearchParams:J.e,VRCoordinateSystem:J.e,VRDisplayCapabilities:J.e,VREyeParameters:J.e,VRFrameData:J.e,VRFrameOfReference:J.e,VRPose:J.e,VRStageBounds:J.e,VRStageBoundsPoint:J.e,VRStageParameters:J.e,ValidityState:J.e,VideoPlaybackQuality:J.e,VideoTrack:J.e,VTTRegion:J.e,WindowClient:J.e,WorkletAnimation:J.e,WorkletGlobalScope:J.e,XPathEvaluator:J.e,XPathExpression:J.e,XPathNSResolver:J.e,XPathResult:J.e,XMLSerializer:J.e,XSLTProcessor:J.e,Bluetooth:J.e,BluetoothCharacteristicProperties:J.e,BluetoothRemoteGATTServer:J.e,BluetoothRemoteGATTService:J.e,BluetoothUUID:J.e,BudgetService:J.e,Cache:J.e,DOMFileSystemSync:J.e,DirectoryEntrySync:J.e,DirectoryReaderSync:J.e,EntrySync:J.e,FileEntrySync:J.e,FileReaderSync:J.e,FileWriterSync:J.e,HTMLAllCollection:J.e,Mojo:J.e,MojoHandle:J.e,MojoWatcher:J.e,NFC:J.e,PagePopupController:J.e,Report:J.e,Request:J.e,Response:J.e,SubtleCrypto:J.e,USBAlternateInterface:J.e,USBConfiguration:J.e,USBDevice:J.e,USBEndpoint:J.e,USBInTransferResult:J.e,USBInterface:J.e,USBIsochronousInTransferPacket:J.e,USBIsochronousInTransferResult:J.e,USBIsochronousOutTransferPacket:J.e,USBIsochronousOutTransferResult:J.e,USBOutTransferResult:J.e,WorkerLocation:J.e,WorkerNavigator:J.e,Worklet:J.e,IDBCursor:J.e,IDBCursorWithValue:J.e,IDBFactory:J.e,IDBIndex:J.e,IDBObjectStore:J.e,IDBObservation:J.e,IDBObserver:J.e,IDBObserverChanges:J.e,SVGAngle:J.e,SVGAnimatedAngle:J.e,SVGAnimatedBoolean:J.e,SVGAnimatedEnumeration:J.e,SVGAnimatedInteger:J.e,SVGAnimatedLength:J.e,SVGAnimatedLengthList:J.e,SVGAnimatedNumber:J.e,SVGAnimatedNumberList:J.e,SVGAnimatedPreserveAspectRatio:J.e,SVGAnimatedRect:J.e,SVGAnimatedString:J.e,SVGAnimatedTransformList:J.e,SVGMatrix:J.e,SVGPoint:J.e,SVGPreserveAspectRatio:J.e,SVGRect:J.e,SVGUnitTypes:J.e,AudioListener:J.e,AudioParam:J.e,AudioTrack:J.e,AudioWorkletGlobalScope:J.e,AudioWorkletProcessor:J.e,PeriodicWave:J.e,WebGLActiveInfo:J.e,ANGLEInstancedArrays:J.e,ANGLE_instanced_arrays:J.e,WebGLBuffer:J.e,WebGLCanvas:J.e,WebGLColorBufferFloat:J.e,WebGLCompressedTextureASTC:J.e,WebGLCompressedTextureATC:J.e,WEBGL_compressed_texture_atc:J.e,WebGLCompressedTextureETC1:J.e,WEBGL_compressed_texture_etc1:J.e,WebGLCompressedTextureETC:J.e,WebGLCompressedTexturePVRTC:J.e,WEBGL_compressed_texture_pvrtc:J.e,WebGLCompressedTextureS3TC:J.e,WEBGL_compressed_texture_s3tc:J.e,WebGLCompressedTextureS3TCsRGB:J.e,WebGLDebugRendererInfo:J.e,WEBGL_debug_renderer_info:J.e,WebGLDebugShaders:J.e,WEBGL_debug_shaders:J.e,WebGLDepthTexture:J.e,WEBGL_depth_texture:J.e,WebGLDrawBuffers:J.e,WEBGL_draw_buffers:J.e,EXTsRGB:J.e,EXT_sRGB:J.e,EXTBlendMinMax:J.e,EXT_blend_minmax:J.e,EXTColorBufferFloat:J.e,EXTColorBufferHalfFloat:J.e,EXTDisjointTimerQuery:J.e,EXTDisjointTimerQueryWebGL2:J.e,EXTFragDepth:J.e,EXT_frag_depth:J.e,EXTShaderTextureLOD:J.e,EXT_shader_texture_lod:J.e,EXTTextureFilterAnisotropic:J.e,EXT_texture_filter_anisotropic:J.e,WebGLFramebuffer:J.e,WebGLGetBufferSubDataAsync:J.e,WebGLLoseContext:J.e,WebGLExtensionLoseContext:J.e,WEBGL_lose_context:J.e,OESElementIndexUint:J.e,OES_element_index_uint:J.e,OESStandardDerivatives:J.e,OES_standard_derivatives:J.e,OESTextureFloat:J.e,OES_texture_float:J.e,OESTextureFloatLinear:J.e,OES_texture_float_linear:J.e,OESTextureHalfFloat:J.e,OES_texture_half_float:J.e,OESTextureHalfFloatLinear:J.e,OES_texture_half_float_linear:J.e,OESVertexArrayObject:J.e,OES_vertex_array_object:J.e,WebGLProgram:J.e,WebGLQuery:J.e,WebGLRenderbuffer:J.e,WebGLRenderingContext:J.e,WebGL2RenderingContext:J.e,WebGLSampler:J.e,WebGLShader:J.e,WebGLShaderPrecisionFormat:J.e,WebGLSync:J.e,WebGLTexture:J.e,WebGLTimerQueryEXT:J.e,WebGLTransformFeedback:J.e,WebGLUniformLocation:J.e,WebGLVertexArrayObject:J.e,WebGLVertexArrayObjectOES:J.e,WebGL2RenderingContextBase:J.e,ArrayBuffer:A.pU,ArrayBufferView:A.dV,DataView:A.A7,Float32Array:A.Ps,Float64Array:A.Pt,Int16Array:A.Pu,Int32Array:A.A8,Int8Array:A.Pv,Uint16Array:A.Pw,Uint32Array:A.Px,Uint8ClampedArray:A.A9,CanvasPixelArray:A.A9,Uint8Array:A.pV,HTMLAudioElement:A.aF,HTMLBRElement:A.aF,HTMLBaseElement:A.aF,HTMLBodyElement:A.aF,HTMLButtonElement:A.aF,HTMLCanvasElement:A.aF,HTMLContentElement:A.aF,HTMLDListElement:A.aF,HTMLDataElement:A.aF,HTMLDataListElement:A.aF,HTMLDetailsElement:A.aF,HTMLDialogElement:A.aF,HTMLDivElement:A.aF,HTMLEmbedElement:A.aF,HTMLFieldSetElement:A.aF,HTMLHRElement:A.aF,HTMLHeadElement:A.aF,HTMLHeadingElement:A.aF,HTMLHtmlElement:A.aF,HTMLIFrameElement:A.aF,HTMLImageElement:A.aF,HTMLInputElement:A.aF,HTMLLIElement:A.aF,HTMLLabelElement:A.aF,HTMLLegendElement:A.aF,HTMLLinkElement:A.aF,HTMLMapElement:A.aF,HTMLMediaElement:A.aF,HTMLMenuElement:A.aF,HTMLMetaElement:A.aF,HTMLMeterElement:A.aF,HTMLModElement:A.aF,HTMLOListElement:A.aF,HTMLObjectElement:A.aF,HTMLOptGroupElement:A.aF,HTMLOptionElement:A.aF,HTMLOutputElement:A.aF,HTMLParagraphElement:A.aF,HTMLParamElement:A.aF,HTMLPictureElement:A.aF,HTMLPreElement:A.aF,HTMLProgressElement:A.aF,HTMLQuoteElement:A.aF,HTMLScriptElement:A.aF,HTMLShadowElement:A.aF,HTMLSlotElement:A.aF,HTMLSourceElement:A.aF,HTMLSpanElement:A.aF,HTMLStyleElement:A.aF,HTMLTableCaptionElement:A.aF,HTMLTableCellElement:A.aF,HTMLTableDataCellElement:A.aF,HTMLTableHeaderCellElement:A.aF,HTMLTableColElement:A.aF,HTMLTableElement:A.aF,HTMLTableRowElement:A.aF,HTMLTableSectionElement:A.aF,HTMLTemplateElement:A.aF,HTMLTextAreaElement:A.aF,HTMLTimeElement:A.aF,HTMLTitleElement:A.aF,HTMLTrackElement:A.aF,HTMLUListElement:A.aF,HTMLUnknownElement:A.aF,HTMLVideoElement:A.aF,HTMLDirectoryElement:A.aF,HTMLFontElement:A.aF,HTMLFrameElement:A.aF,HTMLFrameSetElement:A.aF,HTMLMarqueeElement:A.aF,HTMLElement:A.aF,AccessibleNodeList:A.Hm,HTMLAnchorElement:A.Hs,HTMLAreaElement:A.HH,Blob:A.mJ,CDATASection:A.jN,CharacterData:A.jN,Comment:A.jN,ProcessingInstruction:A.jN,Text:A.jN,CSSPerspective:A.IZ,CSSCharsetRule:A.cn,CSSConditionRule:A.cn,CSSFontFaceRule:A.cn,CSSGroupingRule:A.cn,CSSImportRule:A.cn,CSSKeyframeRule:A.cn,MozCSSKeyframeRule:A.cn,WebKitCSSKeyframeRule:A.cn,CSSKeyframesRule:A.cn,MozCSSKeyframesRule:A.cn,WebKitCSSKeyframesRule:A.cn,CSSMediaRule:A.cn,CSSNamespaceRule:A.cn,CSSPageRule:A.cn,CSSRule:A.cn,CSSStyleRule:A.cn,CSSSupportsRule:A.cn,CSSViewportRule:A.cn,CSSStyleDeclaration:A.t0,MSStyleCSSProperties:A.t0,CSS2Properties:A.t0,CSSImageValue:A.fl,CSSKeywordValue:A.fl,CSSNumericValue:A.fl,CSSPositionValue:A.fl,CSSResourceValue:A.fl,CSSUnitValue:A.fl,CSSURLImageValue:A.fl,CSSStyleValue:A.fl,CSSMatrixComponent:A.iU,CSSRotation:A.iU,CSSScale:A.iU,CSSSkew:A.iU,CSSTranslation:A.iU,CSSTransformComponent:A.iU,CSSTransformValue:A.J_,CSSUnparsedValue:A.J0,CustomEvent:A.t3,DataTransferItemList:A.KV,DOMException:A.Li,ClientRectList:A.yk,DOMRectList:A.yk,DOMRectReadOnly:A.yl,DOMStringList:A.Lk,DOMTokenList:A.Lm,MathMLElement:A.az,SVGAElement:A.az,SVGAnimateElement:A.az,SVGAnimateMotionElement:A.az,SVGAnimateTransformElement:A.az,SVGAnimationElement:A.az,SVGCircleElement:A.az,SVGClipPathElement:A.az,SVGDefsElement:A.az,SVGDescElement:A.az,SVGDiscardElement:A.az,SVGEllipseElement:A.az,SVGFEBlendElement:A.az,SVGFEColorMatrixElement:A.az,SVGFEComponentTransferElement:A.az,SVGFECompositeElement:A.az,SVGFEConvolveMatrixElement:A.az,SVGFEDiffuseLightingElement:A.az,SVGFEDisplacementMapElement:A.az,SVGFEDistantLightElement:A.az,SVGFEFloodElement:A.az,SVGFEFuncAElement:A.az,SVGFEFuncBElement:A.az,SVGFEFuncGElement:A.az,SVGFEFuncRElement:A.az,SVGFEGaussianBlurElement:A.az,SVGFEImageElement:A.az,SVGFEMergeElement:A.az,SVGFEMergeNodeElement:A.az,SVGFEMorphologyElement:A.az,SVGFEOffsetElement:A.az,SVGFEPointLightElement:A.az,SVGFESpecularLightingElement:A.az,SVGFESpotLightElement:A.az,SVGFETileElement:A.az,SVGFETurbulenceElement:A.az,SVGFilterElement:A.az,SVGForeignObjectElement:A.az,SVGGElement:A.az,SVGGeometryElement:A.az,SVGGraphicsElement:A.az,SVGImageElement:A.az,SVGLineElement:A.az,SVGLinearGradientElement:A.az,SVGMarkerElement:A.az,SVGMaskElement:A.az,SVGMetadataElement:A.az,SVGPathElement:A.az,SVGPatternElement:A.az,SVGPolygonElement:A.az,SVGPolylineElement:A.az,SVGRadialGradientElement:A.az,SVGRectElement:A.az,SVGScriptElement:A.az,SVGSetElement:A.az,SVGStopElement:A.az,SVGStyleElement:A.az,SVGElement:A.az,SVGSVGElement:A.az,SVGSwitchElement:A.az,SVGSymbolElement:A.az,SVGTSpanElement:A.az,SVGTextContentElement:A.az,SVGTextElement:A.az,SVGTextPathElement:A.az,SVGTextPositioningElement:A.az,SVGTitleElement:A.az,SVGUseElement:A.az,SVGViewElement:A.az,SVGGradientElement:A.az,SVGComponentTransferFunctionElement:A.az,SVGFEDropShadowElement:A.az,SVGMPathElement:A.az,Element:A.az,AbortPaymentEvent:A.at,AnimationEvent:A.at,AnimationPlaybackEvent:A.at,ApplicationCacheErrorEvent:A.at,BackgroundFetchClickEvent:A.at,BackgroundFetchEvent:A.at,BackgroundFetchFailEvent:A.at,BackgroundFetchedEvent:A.at,BeforeInstallPromptEvent:A.at,BeforeUnloadEvent:A.at,BlobEvent:A.at,CanMakePaymentEvent:A.at,ClipboardEvent:A.at,CloseEvent:A.at,CompositionEvent:A.at,DeviceMotionEvent:A.at,DeviceOrientationEvent:A.at,ErrorEvent:A.at,ExtendableEvent:A.at,ExtendableMessageEvent:A.at,FetchEvent:A.at,FocusEvent:A.at,FontFaceSetLoadEvent:A.at,ForeignFetchEvent:A.at,GamepadEvent:A.at,HashChangeEvent:A.at,InstallEvent:A.at,KeyboardEvent:A.at,MediaEncryptedEvent:A.at,MediaKeyMessageEvent:A.at,MediaQueryListEvent:A.at,MediaStreamEvent:A.at,MediaStreamTrackEvent:A.at,MessageEvent:A.at,MIDIConnectionEvent:A.at,MIDIMessageEvent:A.at,MouseEvent:A.at,DragEvent:A.at,MutationEvent:A.at,NotificationEvent:A.at,PageTransitionEvent:A.at,PaymentRequestEvent:A.at,PaymentRequestUpdateEvent:A.at,PointerEvent:A.at,PopStateEvent:A.at,PresentationConnectionAvailableEvent:A.at,PresentationConnectionCloseEvent:A.at,ProgressEvent:A.at,PromiseRejectionEvent:A.at,PushEvent:A.at,RTCDataChannelEvent:A.at,RTCDTMFToneChangeEvent:A.at,RTCPeerConnectionIceEvent:A.at,RTCTrackEvent:A.at,SecurityPolicyViolationEvent:A.at,SensorErrorEvent:A.at,SpeechRecognitionError:A.at,SpeechRecognitionEvent:A.at,SpeechSynthesisEvent:A.at,StorageEvent:A.at,SyncEvent:A.at,TextEvent:A.at,TouchEvent:A.at,TrackEvent:A.at,TransitionEvent:A.at,WebKitTransitionEvent:A.at,UIEvent:A.at,VRDeviceEvent:A.at,VRDisplayEvent:A.at,VRSessionEvent:A.at,WheelEvent:A.at,MojoInterfaceRequestEvent:A.at,ResourceProgressEvent:A.at,USBConnectionEvent:A.at,IDBVersionChangeEvent:A.at,AudioProcessingEvent:A.at,OfflineAudioCompletionEvent:A.at,WebGLContextEvent:A.at,Event:A.at,InputEvent:A.at,SubmitEvent:A.at,AbsoluteOrientationSensor:A.aa,Accelerometer:A.aa,AccessibleNode:A.aa,AmbientLightSensor:A.aa,Animation:A.aa,ApplicationCache:A.aa,DOMApplicationCache:A.aa,OfflineResourceList:A.aa,BackgroundFetchRegistration:A.aa,BatteryManager:A.aa,BroadcastChannel:A.aa,CanvasCaptureMediaStreamTrack:A.aa,EventSource:A.aa,FileReader:A.aa,FontFaceSet:A.aa,Gyroscope:A.aa,XMLHttpRequest:A.aa,XMLHttpRequestEventTarget:A.aa,XMLHttpRequestUpload:A.aa,LinearAccelerationSensor:A.aa,Magnetometer:A.aa,MediaDevices:A.aa,MediaKeySession:A.aa,MediaQueryList:A.aa,MediaRecorder:A.aa,MediaSource:A.aa,MediaStream:A.aa,MediaStreamTrack:A.aa,MIDIAccess:A.aa,MIDIInput:A.aa,MIDIOutput:A.aa,MIDIPort:A.aa,NetworkInformation:A.aa,Notification:A.aa,OffscreenCanvas:A.aa,OrientationSensor:A.aa,PaymentRequest:A.aa,Performance:A.aa,PermissionStatus:A.aa,PresentationAvailability:A.aa,PresentationConnection:A.aa,PresentationConnectionList:A.aa,PresentationRequest:A.aa,RelativeOrientationSensor:A.aa,RemotePlayback:A.aa,RTCDataChannel:A.aa,DataChannel:A.aa,RTCDTMFSender:A.aa,RTCPeerConnection:A.aa,webkitRTCPeerConnection:A.aa,mozRTCPeerConnection:A.aa,ScreenOrientation:A.aa,Sensor:A.aa,ServiceWorker:A.aa,ServiceWorkerContainer:A.aa,ServiceWorkerRegistration:A.aa,SharedWorker:A.aa,SpeechRecognition:A.aa,webkitSpeechRecognition:A.aa,SpeechSynthesis:A.aa,SpeechSynthesisUtterance:A.aa,VR:A.aa,VRDevice:A.aa,VRDisplay:A.aa,VRSession:A.aa,VisualViewport:A.aa,WebSocket:A.aa,Worker:A.aa,WorkerPerformance:A.aa,BluetoothDevice:A.aa,BluetoothRemoteGATTCharacteristic:A.aa,Clipboard:A.aa,MojoInterfaceInterceptor:A.aa,USB:A.aa,IDBDatabase:A.aa,IDBOpenDBRequest:A.aa,IDBVersionChangeRequest:A.aa,IDBRequest:A.aa,IDBTransaction:A.aa,AnalyserNode:A.aa,RealtimeAnalyserNode:A.aa,AudioBufferSourceNode:A.aa,AudioDestinationNode:A.aa,AudioNode:A.aa,AudioScheduledSourceNode:A.aa,AudioWorkletNode:A.aa,BiquadFilterNode:A.aa,ChannelMergerNode:A.aa,AudioChannelMerger:A.aa,ChannelSplitterNode:A.aa,AudioChannelSplitter:A.aa,ConstantSourceNode:A.aa,ConvolverNode:A.aa,DelayNode:A.aa,DynamicsCompressorNode:A.aa,GainNode:A.aa,AudioGainNode:A.aa,IIRFilterNode:A.aa,MediaElementAudioSourceNode:A.aa,MediaStreamAudioDestinationNode:A.aa,MediaStreamAudioSourceNode:A.aa,OscillatorNode:A.aa,Oscillator:A.aa,PannerNode:A.aa,AudioPannerNode:A.aa,webkitAudioPannerNode:A.aa,ScriptProcessorNode:A.aa,JavaScriptAudioNode:A.aa,StereoPannerNode:A.aa,WaveShaperNode:A.aa,EventTarget:A.aa,File:A.ho,FileList:A.th,FileWriter:A.LM,HTMLFormElement:A.M2,Gamepad:A.i_,History:A.Mq,HTMLCollection:A.pr,HTMLFormControlsCollection:A.pr,HTMLOptionsCollection:A.pr,ImageData:A.tD,Location:A.Nf,MediaList:A.Pf,MessagePort:A.u8,MIDIInputMap:A.Pk,MIDIOutputMap:A.Pl,MimeType:A.i8,MimeTypeArray:A.Pm,Document:A.bz,DocumentFragment:A.bz,HTMLDocument:A.bz,ShadowRoot:A.bz,XMLDocument:A.bz,Attr:A.bz,DocumentType:A.bz,Node:A.bz,NodeList:A.Ah,RadioNodeList:A.Ah,Plugin:A.ib,PluginArray:A.Q5,RTCStatsReport:A.Rg,HTMLSelectElement:A.RA,SharedArrayBuffer:A.v3,SourceBuffer:A.it,SourceBufferList:A.S9,SpeechGrammar:A.iu,SpeechGrammarList:A.Sb,SpeechRecognitionResult:A.iv,Storage:A.Si,CSSStyleSheet:A.h4,StyleSheet:A.h4,TextTrack:A.ix,TextTrackCue:A.h6,VTTCue:A.h6,TextTrackCueList:A.SH,TextTrackList:A.SI,TimeRanges:A.SK,Touch:A.iA,TouchList:A.SO,TrackDefaultList:A.SP,URL:A.T3,VideoTrackList:A.T9,Window:A.qO,DOMWindow:A.qO,DedicatedWorkerGlobalScope:A.ky,ServiceWorkerGlobalScope:A.ky,SharedWorkerGlobalScope:A.ky,WorkerGlobalScope:A.ky,CSSRuleList:A.Wi,ClientRect:A.Dw,DOMRect:A.Dw,GamepadList:A.XA,NamedNodeMap:A.Eg,MozNamedAttrMap:A.Eg,SpeechRecognitionResultList:A.a0y,StyleSheetList:A.a0L,IDBKeyRange:A.tO,SVGLength:A.j5,SVGLengthList:A.N9,SVGNumber:A.j8,SVGNumberList:A.PG,SVGPointList:A.Q6,SVGStringList:A.Sk,SVGTransform:A.jo,SVGTransformList:A.SR,AudioBuffer:A.HR,AudioParamMap:A.HS,AudioTrackList:A.HT,AudioContext:A.mG,webkitAudioContext:A.mG,BaseAudioContext:A.mG,OfflineAudioContext:A.PH}) +hunkHelpers.setOrUpdateLeafTags({WebGL:true,AnimationEffectReadOnly:true,AnimationEffectTiming:true,AnimationEffectTimingReadOnly:true,AnimationTimeline:true,AnimationWorkletGlobalScope:true,AuthenticatorAssertionResponse:true,AuthenticatorAttestationResponse:true,AuthenticatorResponse:true,BackgroundFetchFetch:true,BackgroundFetchManager:true,BackgroundFetchSettledFetch:true,BarProp:true,BarcodeDetector:true,BluetoothRemoteGATTDescriptor:true,Body:true,BudgetState:true,CacheStorage:true,CanvasGradient:true,CanvasPattern:true,CanvasRenderingContext2D:true,Client:true,Clients:true,CookieStore:true,Coordinates:true,Credential:true,CredentialUserData:true,CredentialsContainer:true,Crypto:true,CryptoKey:true,CSS:true,CSSVariableReferenceValue:true,CustomElementRegistry:true,DataTransfer:true,DataTransferItem:true,DeprecatedStorageInfo:true,DeprecatedStorageQuota:true,DeprecationReport:true,DetectedBarcode:true,DetectedFace:true,DetectedText:true,DeviceAcceleration: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,External:true,FaceDetector:true,FederatedCredential:true,FileEntry:true,webkitFileSystemFileEntry:true,FileSystemFileEntry:true,DOMFileSystem:true,WebKitFileSystem:true,webkitFileSystem:true,FileSystem:true,FontFace:true,FontFaceSource:true,FormData:true,GamepadButton:true,GamepadPose:true,Geolocation:true,Position:true,GeolocationPosition:true,Headers:true,HTMLHyperlinkElementUtils:true,IdleDeadline:true,ImageBitmap:true,ImageBitmapRenderingContext:true,ImageCapture:true,InputDeviceCapabilities:true,IntersectionObserver:true,IntersectionObserverEntry:true,InterventionReport:true,KeyframeEffect:true,KeyframeEffectReadOnly:true,MediaCapabilities:true,MediaCapabilitiesInfo:true,MediaDeviceInfo:true,MediaError:true,MediaKeyStatusMap:true,MediaKeySystemAccess:true,MediaKeys:true,MediaKeysPolicy:true,MediaMetadata:true,MediaSession:true,MediaSettingsRange:true,MemoryInfo:true,MessageChannel:true,Metadata: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,OffscreenCanvasRenderingContext2D:true,OverconstrainedError:true,PaintRenderingContext2D:true,PaintSize:true,PaintWorkletGlobalScope:true,PasswordCredential:true,Path2D:true,PaymentAddress:true,PaymentInstruments:true,PaymentManager: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,PositionError:true,GeolocationPositionError:true,Presentation:true,PresentationReceiver:true,PublicKeyCredential:true,PushManager:true,PushMessageData:true,PushSubscription:true,PushSubscriptionOptions:true,Range:true,RelatedApplication:true,ReportBody:true,ReportingObserver:true,ResizeObserver:true,ResizeObserverEntry:true,RTCCertificate:true,RTCIceCandidate:true,mozRTCIceCandidate:true,RTCLegacyStatsReport:true,RTCRtpContributingSource:true,RTCRtpReceiver:true,RTCRtpSender:true,RTCSessionDescription:true,mozRTCSessionDescription:true,RTCStatsResponse:true,Screen:true,ScrollState:true,ScrollTimeline:true,Selection:true,SpeechRecognitionAlternative:true,SpeechSynthesisVoice:true,StaticRange:true,StorageManager:true,StyleMedia:true,StylePropertyMap:true,StylePropertyMapReadonly:true,SyncManager:true,TaskAttributionTiming:true,TextDetector:true,TextMetrics:true,TrackDefault:true,TreeWalker:true,TrustedHTML:true,TrustedScriptURL:true,TrustedURL:true,UnderlyingSourceBase:true,URLSearchParams:true,VRCoordinateSystem:true,VRDisplayCapabilities:true,VREyeParameters:true,VRFrameData:true,VRFrameOfReference:true,VRPose:true,VRStageBounds:true,VRStageBoundsPoint:true,VRStageParameters:true,ValidityState:true,VideoPlaybackQuality:true,VideoTrack:true,VTTRegion: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,MojoWatcher:true,NFC:true,PagePopupController:true,Report:true,Request:true,Response:true,SubtleCrypto:true,USBAlternateInterface:true,USBConfiguration: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,IDBObjectStore:true,IDBObservation:true,IDBObserver:true,IDBObserverChanges: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,AudioTrack:true,AudioWorkletGlobalScope:true,AudioWorkletProcessor: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,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,CustomEvent: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,AbortPaymentEvent:true,AnimationEvent:true,AnimationPlaybackEvent:true,ApplicationCacheErrorEvent:true,BackgroundFetchClickEvent:true,BackgroundFetchEvent:true,BackgroundFetchFailEvent:true,BackgroundFetchedEvent:true,BeforeInstallPromptEvent:true,BeforeUnloadEvent:true,BlobEvent:true,CanMakePaymentEvent:true,ClipboardEvent:true,CloseEvent:true,CompositionEvent:true,DeviceMotionEvent:true,DeviceOrientationEvent:true,ErrorEvent:true,ExtendableEvent:true,ExtendableMessageEvent:true,FetchEvent:true,FocusEvent:true,FontFaceSetLoadEvent:true,ForeignFetchEvent:true,GamepadEvent:true,HashChangeEvent:true,InstallEvent:true,KeyboardEvent:true,MediaEncryptedEvent:true,MediaKeyMessageEvent:true,MediaQueryListEvent:true,MediaStreamEvent:true,MediaStreamTrackEvent:true,MessageEvent:true,MIDIConnectionEvent:true,MIDIMessageEvent:true,MouseEvent:true,DragEvent:true,MutationEvent:true,NotificationEvent:true,PageTransitionEvent:true,PaymentRequestEvent:true,PaymentRequestUpdateEvent:true,PointerEvent:true,PopStateEvent:true,PresentationConnectionAvailableEvent:true,PresentationConnectionCloseEvent:true,ProgressEvent:true,PromiseRejectionEvent:true,PushEvent:true,RTCDataChannelEvent:true,RTCDTMFToneChangeEvent:true,RTCPeerConnectionIceEvent:true,RTCTrackEvent:true,SecurityPolicyViolationEvent:true,SensorErrorEvent:true,SpeechRecognitionError:true,SpeechRecognitionEvent:true,SpeechSynthesisEvent:true,StorageEvent:true,SyncEvent:true,TextEvent:true,TouchEvent:true,TrackEvent:true,TransitionEvent:true,WebKitTransitionEvent:true,UIEvent:true,VRDeviceEvent:true,VRDisplayEvent:true,VRSessionEvent:true,WheelEvent:true,MojoInterfaceRequestEvent:true,ResourceProgressEvent:true,USBConnectionEvent:true,IDBVersionChangeEvent:true,AudioProcessingEvent:true,OfflineAudioCompletionEvent:true,WebGLContextEvent:true,Event:false,InputEvent:false,SubmitEvent: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,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,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,ServiceWorkerRegistration:true,SharedWorker:true,SpeechRecognition:true,webkitSpeechRecognition:true,SpeechSynthesis:true,SpeechSynthesisUtterance:true,VR:true,VRDevice:true,VRDisplay:true,VRSession:true,VisualViewport:true,WebSocket:true,Worker: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,ImageData:true,Location:true,MediaList:true,MessagePort: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,SharedArrayBuffer: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,DedicatedWorkerGlobalScope:true,ServiceWorkerGlobalScope:true,SharedWorkerGlobalScope:true,WorkerGlobalScope:true,CSSRuleList:true,ClientRect:true,DOMRect:true,GamepadList:true,NamedNodeMap:true,MozNamedAttrMap:true,SpeechRecognitionResultList:true,StyleSheetList:true,IDBKeyRange: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.ua.$nativeSuperclassTag="ArrayBufferView" +A.Eh.$nativeSuperclassTag="ArrayBufferView" +A.Ei.$nativeSuperclassTag="ArrayBufferView" +A.nt.$nativeSuperclassTag="ArrayBufferView" +A.Ej.$nativeSuperclassTag="ArrayBufferView" +A.Ek.$nativeSuperclassTag="ArrayBufferView" +A.hz.$nativeSuperclassTag="ArrayBufferView" +A.Fp.$nativeSuperclassTag="EventTarget" +A.Fq.$nativeSuperclassTag="EventTarget" +A.FM.$nativeSuperclassTag="EventTarget" +A.FN.$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.$1$2=function(a,b){return this(a,b)} +Function.prototype.$2$0=function(){return this()} +Function.prototype.$2$1=function(a){return this(a)} +Function.prototype.$5=function(a,b,c,d,e){return this(a,b,c,d,e)} +Function.prototype.$6=function(a,b,c,d,e,f){return this(a,b,c,d,e,f)} +Function.prototype.$1$5=function(a,b,c,d,e){return this(a,b,c,d,e)} +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.1.0 <4.0.0" - flutter: ">=3.13.0" diff --git a/pubspec.yaml b/pubspec.yaml deleted file mode 100644 index d104afb..0000000 --- a/pubspec.yaml +++ /dev/null @@ -1,69 +0,0 @@ -name: luckuveryx -description: LuckUVeryX -version: 1.0.0+1 -publish_to: none - -environment: - sdk: ">=3.1.0 <4.0.0" - -dependencies: - animated_text_kit: ^4.2.2 - flutter: - sdk: flutter - flutter_hooks: ^0.20.3 - flutter_localizations: - sdk: flutter - font_awesome_flutter: ^10.6.0 - freezed_annotation: ^2.4.1 - go_router: ^12.1.1 - hooks_riverpod: ^2.4.9 - intl: ^0.18.0 - lottie: ^2.7.0 - posthog_flutter: ^3.3.0 - riverpod_annotation: ^2.3.3 - styled_text: ^8.1.0 - url_launcher: ^6.1.14 - -dev_dependencies: - build_runner: ^2.4.6 - custom_lint: ^0.5.7 - flutter_gen_runner: ^5.3.2 - flutter_test: - sdk: flutter - freezed: ^2.4.5 - go_router_builder: ^2.3.3 - mocktail: ^1.0.0 - riverpod_generator: ^3.0.0-dev.3 - riverpod_lint: ^2.3.4 - very_good_analysis: ^5.1.0 - -flutter: - assets: - - assets/lottie/ - fonts: - - family: GeistMono - fonts: - - asset: assets/fonts/GeistMono-UltraLight.otf - weight: 100 - - asset: assets/fonts/GeistMono-Light.otf - weight: 200 - - asset: assets/fonts/GeistMono-Regular.otf - weight: 300 - - asset: assets/fonts/GeistMono-Medium.otf - weight: 400 - - asset: assets/fonts/GeistMono-SemiBold.otf - weight: 500 - - asset: assets/fonts/GeistMono-Bold.otf - weight: 600 - - asset: assets/fonts/GeistMono-Black.otf - weight: 700 - - asset: assets/fonts/GeistMono-UltraBlack.otf - weight: 800 - - asset: assets/fonts/GeistMono-UltraBlack.otf - weight: 900 - generate: true - uses-material-design: true - -flutter_gen: - integrations: - lottie: true diff --git a/test/app/view/app_test.dart b/test/app/view/app_test.dart deleted file mode 100644 index 4ebd24d..0000000 --- a/test/app/view/app_test.dart +++ /dev/null @@ -1,13 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_test/flutter_test.dart'; -import 'package:hooks_riverpod/hooks_riverpod.dart'; -import 'package:luckuveryx/app/app.dart'; - -void main() { - group('App', () { - testWidgets('renders MaterialApp', (tester) async { - await tester.pumpWidget(const ProviderScope(child: App())); - expect(find.byType(MaterialApp), findsOneWidget); - }); - }); -} diff --git a/test/helpers/helpers.dart b/test/helpers/helpers.dart deleted file mode 100644 index f596ff9..0000000 --- a/test/helpers/helpers.dart +++ /dev/null @@ -1,2 +0,0 @@ -export 'pump_app.dart'; -export 'pump_frame.dart'; diff --git a/test/helpers/pump_app.dart b/test/helpers/pump_app.dart deleted file mode 100644 index 649316e..0000000 --- a/test/helpers/pump_app.dart +++ /dev/null @@ -1,18 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_test/flutter_test.dart'; -import 'package:hooks_riverpod/hooks_riverpod.dart'; -import 'package:luckuveryx/l10n/l10n.dart'; - -extension PumpApp on WidgetTester { - Future pumpApp(Widget widget) { - return pumpWidget( - ProviderScope( - child: MaterialApp( - localizationsDelegates: AppLocalizations.localizationsDelegates, - supportedLocales: AppLocalizations.supportedLocales, - home: widget, - ), - ), - ); - } -} diff --git a/test/helpers/pump_frame.dart b/test/helpers/pump_frame.dart deleted file mode 100644 index 61206a9..0000000 --- a/test/helpers/pump_frame.dart +++ /dev/null @@ -1,14 +0,0 @@ -import 'package:flutter_test/flutter_test.dart'; - -extension PumpFrame on WidgetTester { - Future pumpFrame( - Duration maxDuration, [ - Duration interval = const Duration(milliseconds: 16, microseconds: 683), - ]) async { - var elapsed = Duration.zero; - while (elapsed < maxDuration) { - await pump(interval); - elapsed += interval; - } - } -} diff --git a/version.json b/version.json new file mode 100644 index 0000000..798c64d --- /dev/null +++ b/version.json @@ -0,0 +1 @@ +{"app_name":"luckuveryx","version":"1.0.0","build_number":"1","package_name":"luckuveryx"} \ No newline at end of file